
body {
  margin: 2;
  padding: 0;
  font-family: "Open Sans" !important;
  background: #fff !important;
}

.ui-module__effectHeading___KNqVA {
  font-family: "Poppins";
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  position: relative;
  margin: 30px;
  font-size: 4em;
  font-weight: 900;
  color: #fff;
  z-index: 2;
  overflow: hidden;
}

.ui-module__effectHeading___KNqVA:before {
  content: '';
  position: absolute;
  left: 0;
  width: 120%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, #000 5%, #000 100%);
  -webkit-animation: ui-module__animate___3ZOxq 5.5s linear forwards;
          animation: ui-module__animate___3ZOxq 5.5s linear forwards;
}
@-webkit-keyframes ui-module__animate___3ZOxq {
  0% {
    left: 110%;
  }
    100% {
      left: -20%;
    }
}
@keyframes ui-module__animate___3ZOxq {
  0% {
    left: 110%;
  }
    100% {
      left: -20%;
    }
}

.ui-module__effectspan___DOF6Z {
  color: #ff022c;
}

.ui-module__postcontent-link___2yqcY {
  color: #0074cc;
}

.ui-module__postcontent-link___2yqcY:hover {
  color: #0a95ff;
  text-decoration: underline !important;
}

.ui-module__scrolldiv___1kjMV {
    width: 100%;
    overflow: hidden;
    overflow-x: clip;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ui-module__heading-item-center___1kwp7 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.ui-module__handle-long-content___3FSUO {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.ui-module__bg-circle-highlight___F0SOA {
    font-size: 32px;
    /* background: #FA40FF; */
    background: #FFFF00;
    color: #474747;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2px;
}

.ui-module__autoheight___2P48y {
  height: auto !important
}

.ui-module__home-page-bbl-icon___36F80 {
  position: relative;
  left: 7px;
  width: 538px;
  height: 430px !important;
  border-radius: 10px;
}

.ui-module__home-page-banner-card___17q2Y {
  position: relative;
  left: 7px;
  width: 100%;
  border-radius: 10px;
}

.ui-module__font11___XGiSW {
  font-size: 11px !important;
}

.ui-module__fontbold___36v9J {
  font-weight: bold !important;
}

.ui-module__nomt___1cggn {
  margin-top: 0px !important;
}
.ui-module__zs-like-color___2HP2i {
  color: #f12483;
}

.ui-module__zs-reshout-color___3kQTd {
  color: #00ba47;
}

.ui-module__zs-default-color___3qiOF {
  color: #42505a;
}

.ui-module__zs-color___2E6Qx {
  color: #2d3192;
}

.ui-module__yellow-bg___3Z4fM {
  background: yellow !important;
}

.ui-module__no-underline___2reCX {
    text-decoration: none;
}

.ui-module__unbold___-s38m {
  font-weight: 500;
}

.ui-module__top___1YeA9 {
  vertical-align: top;
}

.ui-module__text-left___eEmtB {
  text-align: left !important;
}

.ui-module__text-right___-Nat1 {
  text-align: right !important;
}

.ui-module__winner-rank-img___2ifWS {
  width: 50%;
}

.ui-module__menu-anchor___1Mifn {
  padding: 3px 5px;
  clear: both;
  font-weight: 500;
  line-height: 1.42857143;
  color: #979A9D;
  white-space: nowrap;
  font-size: 16px;
  font-family: "Poppins"
}

.ui-module__menu-anchor___1Mifn:hover {
  text-decoration: none !important;
  color: #2d3192 !important;
}

.ui-module__rm-decor___3RYKF:hover {
  text-decoration: none !important;
}

.ui-module__bottom-bar-menu1___eZcEI {
  border-bottom: 2px solid #efefef;
}

.ui-module__float-bottom___3Ts2O {
  position: absolute;
  bottom: 0px;
  background: #fff;
  width: 100%;
  cursor: pointer;
}

.ui-module__multi-img___cFdV5 {
  width: 190px;
  height: 140px;
  border: 1px solid #C6C9CF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 5px;
}

.ui-module__multi-img-action___3hF7d {
  display: flex;
  border-top: none;
  border-right: 1px solid rgb(198, 201, 207);
  border-bottom: 1px solid rgb(198, 201, 207);
  border-left: 1px solid rgb(198, 201, 207);
  -o-border-image: initial;
     border-image: initial;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 5px;
}

.ui-module__multi-img-enlarge___zD53M {
  width: 400px;
  transition: "width 0.3s"
}

.ui-module__pdf-preview___EvJj7 {
  width: 400px;
  height: 200px;
  /* overflow: hidden; */
}

.ui-module__centeredDiv___3F-fo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.ui-module__modalnew___1tkTn {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
  display: flex;
  justify-content: center;
  align-items: center;
}

.ui-module__modal-image___2DvS0 {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Optional: Add a box shadow for the enlarged image */
}

.ui-module__image-gallery-svg___1Zdmh {
  height: 50px;
  width: 30px;
}

svg>.ui-module__image-gallery-svg___1Zdmh {
  height: 50px;
  width: 30px;
}

.ui-module__in-post-pdf___2hNYY {
  border: 1px solid #C6C9CF;
  border-radius: 10px;
  zoom: 1;
  width: 100%;
  height: 100%;
}

.ui-module__pdf-container____HFiJ {
  border: 1px solid #C6C9CF;
    border-radius: 10px;
    margin: 0px;
    width: 100%;
    height: 510px;
    overflow: hidden; 
}

.ui-module__pdf-icon-view___12nkI {
  position: absolute;
  bottom: 55px;
  right: 5px;
}
 
.ui-module__pdf-container____HFiJ iframe {
  /* Adjust the zoom level as needed, e.g., 0.8 for 80% zoom */
  zoom: 0.6;
  /* Set the width and height to 100% to fill the container */
  width: 100%;
  height: 100%;
}

.ui-module__pdf-render___3sR9v {
  /* width: 100%;
  height: 100%;
  display: block; */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.ui-module__limited-content___2DxTm {
  display: inline-block;
  max-height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2em;
  width: 175px;
}

.ui-module__grid-sep-left___3m-lW {
  border-left: 1px solid #ECEDEF;
}

.ui-module__grid-sep-right___1yJ5n {
  border-right: 1px solid #ECEDEF;
}

.ui-module__grid-sep-top___27swH {
  border-top: 1px solid #ECEDEF;
}

.ui-module__grid-sep-bottom___3mlan {
  border-bottom: 1px solid #ECEDEF;
}

.ui-module__asset-tam___c1uMw {
  margin-top: 60px;
}
.ui-module__getLikeShade___3GTQ0:hover {
  color: #f12483;
}

.ui-module__getReshoutShade___bXcK7:hover {
  color: #00ba47;
}

.ui-module__getZSColorShade___2nfwt:hover {
  color: #2d3192;
}

.ui-module__eyeicon___2oyeC {
  position: relative;
  bottom: 30px;
  float: right;
  right: 10px;
  cursor: pointer;
  color: #797979;
  font-size: 18px;
}

/* Common utility classes for margin and padding */

.ui-module__m-lg___1AoDh {
  margin: 20px
}

.ui-module__m-md___DMhAh {
  margin: 15px
}

.ui-module__m-sm___2rgku {
  margin: 10px
}

.ui-module__m-xs___3ql70 {
  margin: 5px
}

.ui-module__mt-lg___2r-tg {
  margin-top: 20px
}

.ui-module__mt-30___2Hh-2 {
  margin-top: 30px
}

.ui-module__mb-30___2TZ3T {
  margin-bottom: 30px
}

.ui-module__mt-20___3kzbR {
  margin-top: 20px
}

.ui-module__mb-20___2gtEe {
  margin-bottom: 20px
}

.ui-module__mt-25___bUhBM {
  margin-top: 25px
}

.ui-module__mb-25___EmIZd {
  margin-bottom: 25px
}

.ui-module__mt-md___Qf4Zf {
  margin-top: 15px
}

.ui-module__mt-sm___3V2WJ {
  margin-top: 10px
}

.ui-module__mt-xs___35gNL {
  margin-top: 5px
}

.ui-module__mb-lg___ovTV_ {
  margin-bottom: 20px
}

.ui-module__mb-md___3b2JO {
  margin-bottom: 15px
}

.ui-module__mb-sm___l6uxn {
  margin-bottom: 10px
}

.ui-module__mb-xs___1eBaC {
  margin-bottom: 5px
}

.ui-module__ml-lg___Hlqg_ {
  margin-left: 20px
}

.ui-module__ml-md___2iuty {
  margin-left: 15px
}

.ui-module__ml-sm___5bXhU {
  margin-left: 10px
}

.ui-module__ml-xs___3pzsz {
  margin-left: 5px
}

.ui-module__mr-lg___YbLl3 {
  margin-right: 20px
}

.ui-module__mr-md___yLh4- {
  margin-right: 15px
}

.ui-module__mr-sm___3hR4B {
  margin-right: 10px
}

.ui-module__mr-xs___1teYA {
  margin-right: 5px
}

.ui-module__nmi___1OSRH {
  margin: 0 !important
}

.ui-module__p-lg___1Um1Z {
  padding: 20px
}

.ui-module__p-md___17M57 {
  padding: 15px
}

.ui-module__p-sm___11EQL {
  padding: 10px
}

.ui-module__p-xs___2EoD- {
  padding: 5px
}

.ui-module__pt-xlg___2u3GZ {
  padding-top: 30px
}

.ui-module__pt-lg___1HH9m {
  padding-top: 20px
}

.ui-module__pt-md___3eu3j {
  padding-top: 15px
}

.ui-module__pt-sm___2k4Pu {
  padding-top: 10px
}

.ui-module__pt-xs___2HFYI {
  padding-top: 5px
}

.ui-module__pt-xxs___YY2Oh {
  padding-top: 2px
}

.ui-module__pb-lg___2fsJS {
  padding-bottom: 20px
}

.ui-module__pb-md___gIJau {
  padding-bottom: 15px
}

.ui-module__pb-sm___2qWvu {
  padding-bottom: 10px
}

.ui-module__pb-xs___2HrR4 {
  padding-bottom: 5px
}

.ui-module__pl-lg___xR1Oa {
  padding-left: 20px
}

.ui-module__pl-xxl___2Zhty {
  padding-left: 60px;
}

.ui-module__pl-md___1cLjX {
  padding-left: 15px
}

.ui-module__pl-sm___1HUEB {
  padding-left: 10px
}

.ui-module__pl-xs___Ge9qh {
  padding-left: 5px
}

.ui-module__pr-lg___2czHc {
  padding-right: 20px
}

.ui-module__pr-md___2kMl8 {
  padding-right: 15px
}

.ui-module__pr-sm___1fIAj {
  padding-right: 10px
}

.ui-module__pr-xs___3HzTU {
  padding-right: 5px
}

.ui-module__npi___2OHW0 {
  padding: 0 !important
}

.ui-module__npli___2xelU {
  padding-left: 0 !important
}

.ui-module__npri___g9rSy {
  padding-right: 0 !important
}

*:focus {
  outline: 0 !important;
}

.ui-module__leagueselect___12gVY {
  border: 1px solid transparent !important;
  border-width: 1px !important;
  background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box, linear-gradient(to right, darkblue, darkorchid) border-box;
  border-radius: 5px;
}

.ui-module__pre-priceAlertBox___rp4bn {
  padding: 2px 10px;
  border-radius: 10px;
  background: yellow;
  color: #000;
}

.ui-module__post-priceAlertBox___33wF6 {
  padding: 2px 10px;
  border-radius: 10px;
  background: #00ff00;
  color: #000;
}

.ui-module__scroll-circle-btn___yXrYV {
  background: #fff !important;
  color: #474747 !important;
  border-radius: 30px !important;
  width: 50px;
  height: 50px;
}
.ui-module__scroll-circle-btn___yXrYV:hover {
  border-color: #474747 !important;
  background: #fff !important;
  color: #474747 !important;
}

.ui-module__pink-square-box___rH02O {
  width: 10px;
  height: 10px;
  position: absolute;
  display: inline-block;
  /* background: #fa40ff; */
  background: #00FF00;
  bottom: 0px;
  left: 70px;
}

.ui-module__new-scroll-right-container___mCFsc {
  position: absolute;
  display: inline-block;
  padding-left: 20px;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 35%, #fff);
  top: 10px;
  right: 0;
  width: 36px;
  height: 36px;
}

.ui-module__new-scroll-ta-right-container___1HYJE {
  position: absolute;
  display: inline-block;
  padding-left: 20px;
  top: -25px;
  right: 150px;
  width: 36px;
  height: 36px;
}

.ui-module__new-scroll-ta-left-container___1L0r7 {
  position: absolute;
  display: inline-block;
  padding-right: 20px;
  top: -25px;
  left: 70px;
  width: 36px;
  height: 36px;
}

.ui-module__dc-options___3yg74 {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 13px;
  background: rgb(255, 255, 255);
  color: rgb(71, 71, 71);
  padding: 5px 34px 4px 17px;
  border-radius: 15px;
  margin-left: 5px;
  position: relative;
  top: 1px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.ui-module__new-scroll-right-container-wl___3pqF7 {
  position: absolute;
  display: inline-block;
  padding-left: 20px;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 35%, #fff);
  top: 3px;
  right: 24px;
  width: 36px;
  height: 36px;
}

.ui-module__new-left-button-container___22cOY {
  transition-delay: 1.3s;
  font-size: 20px;
  width: 32px;
  height: 32px;
  background: transparent;
  color: #656f79;
  border: none;
  padding: 0;
  border-radius: 24px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .1s ease-in;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
}

.ui-module__new-scroll-left-container___2aJ3T {
  position: absolute;
  display: inline-block;
  padding-right: 20px;
  background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff 35%, #fff);
  top: 10px;
  left: -10px;
  width: 36px;
  height: 36px;
}
.ui-module__new-scroll-left-container-wl___39EqY {
  position: absolute;
  display: inline-block;
  padding-right: 20px;
  background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff 35%, #fff);
  top: 3px;
  left: 0px;
  width: 36px;
  height: 36px;
}

.ui-module__new-left-button-container___22cOY {
  transition-delay: 1.3s;
  font-size: 20px;
  width: 32px;
  height: 32px;
  background: transparent;
  color: #656f79;
  border: none;
  padding: 0;
  border-radius: 24px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .1s ease-in;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
}

.ui-module__angle-span___TG0YH {
  cursor: pointer;
  font-style: normal;
  font-size: 22px !important;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.ui-module__angle-span-wl___XQDxB {
  cursor: pointer;
  font-style: normal;
  font-size: 18px !important;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.ui-module__info-pe___2p37W {
  padding: 5px;
  border: 1px solid #c0b5b5;
  border-radius: 10px;
}

.ui-module__prefix-bar-vertical___c9qRy {
  width: 7px;
  background: #6001d2;
  height: 30px;
  position: relative;
  margin-right: 10px;
  display: inline-flex;
  top: 7px;
}

.ui-module__sld-icon___16psh {
  color: #fff;
}
.ui-module__sld-icon-container___FCTwp {
  /* background: #2d3192; */
  padding: 5px 7px;
  border-radius: 20px;
  position: relative;
  top: 10px;
}
.ui-module__sld-text___3zP-i {
  position: relative;
  top: 10px;
  margin-left: 10px;
  color: #2d3192;
  font-size: 16px;
  font-family: 'math';
  text-decoration: underline;
  font-weight: 500;
}

.ui-module__viewallcontainer___1Bb42 {
  padding: 5px 10px;
  cursor: pointer;
}
.ui-module__viewall-icon-container___2Z9Jy {
  /* background: #2d3192; */
  padding: 2px 5px;
  border-radius: 20px;
  position: relative;
}

.ui-module__viewall-text___1BzMJ {
  position: relative;
  padding: 5px 0px;
  margin-left: 10px;
  color: #2d3192;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 500;
}
.ui-module__cmp-heading___3bvg0 {
  color: #474747 !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  text-shadow: 1px 0 #474747 !important;
}
.ui-module__cmp-b-seperator___2dWGu {
  border-bottom: 1px solid #ECEEDF !important;
}

.ui-module__scrollable-header-bar___2FNUR {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.ui-module__scrollable-header-bar___2FNUR::-webkit-scrollbar {
  display: none;
}
.ui-module__squeeze-menu-btns___13Rj- {
  padding: 5px 5px !important;
  margin: 5px 6px !important;
}
.ui-module__squeeze-mobile-menu-btns___xESE1 {
  padding: 5px 11px !important;
  margin: 5px 12px !important;
}
.ui-module__header-bar-active-button___2kTXY {
  padding: 7px 20px;
}
.ui-module__header-bar-active-button___2kTXY.ui-module__squeeze-mobile-menu-btns___xESE1 {
  padding: 7px 11px !important;
  margin: 5px 12px !important;
}
.ui-module__header-bar-button___1vwrV {
  display: inline-block;
  padding: 7px 20px;
  margin: 5px 17px;
  background-color: #fff;
  color: #474747;
  border-radius: 5px;
  border: 1px solid #474747;
  font-family: 'Poppins';
  cursor: pointer;
}

.ui-module__header-bar-button-new___1iydx {
  display: inline-block;
  padding: 7px 20px;
  margin: 5px 17px;
  background-color: #fff;
  color: #474747;
  border-radius: 5px;
  border: 1px solid #474747;
  font-family: 'Poppins';
  cursor: pointer;
}

.ui-module__header-bar-button___1vwrV:hover {
  background-color: #2d3192;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.ui-module__header-bar-button___1vwrV:focus {
  background-color: #2d3192;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.ui-module__header-bar-button-green___2Kcp5 {
  display: inline-block;
  padding: 7px 20px;
  margin: 5px 17px;
  background-color: #fff;
  color: #000000;
  border-radius: 5px;
  border: 1px solid #474747;
  font-family: 'Poppins';
  cursor: pointer;
}

.ui-module__header-bar-button-green___2Kcp5:hover {
  background-color: #00FF00;
  color: #000000;
  border-radius: 5px;
  text-decoration: none;
}

.ui-module__header-bar-button-green___2Kcp5:focus {
  background-color: #00FF00;
  color: #000000;
  border-radius: 5px;
  text-decoration: none;
}

.ui-module__header-bar-active-button___2kTXY {
  display: inline-block;
  padding: 7px 20px;
  margin: 5px 17px;
  background-color: #2d3192;
  color: #fff;
  border-radius: 5px;
  font-family: 'Poppins';
  cursor: pointer;
}

.ui-module__header-bar-active-button-green___1Oz4b {
  display: inline-block;
  padding: 7px 20px;
  margin: 5px 17px;
  background-color: #00FF00;
  color: #000000;
  border-radius: 5px;
  font-family: 'Poppins';
  cursor: pointer;
}

/* top bar buttons scrollable */
.ui-module__header-top-bar-button___26XMr {
  display: inline-block;
  padding: 7px 20px;
  margin: 5px 17px;
  background-color: #fff;
  color: #474747;
  border-radius: 5px;
  font-family: 'Poppins';
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
}

.ui-module__header-top-bar-button-menu___12OXI {
  display: inline-block;
  padding: 7px 20px;
  margin: 5px 45px;
  background-color: #fff;
  color: #474747;
  border-radius: 5px;
  font-family: 'Poppins';
  cursor: pointer !important;
  font-weight: 500;
  font-size: 16px;
}

.ui-module__header-top-bar-button-menu___12OXI:hover {
  color: #2d3192;
}

.ui-module__header-top-bar-button-menu-main___1FhIb {
  display: inline-block;
  padding: 7px 20px;
  margin: 5px 45px;
  background-color: #fff;
  color: #474747;
  border-radius: 5px;
  font-family: 'Poppins';
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #8c8c8c;
}

.ui-module__menuitem-hover___379B2 {
  padding: 3px 0px;
  background: #fff;
}

.ui-module__menuitem-hover___379B2:hover {
  /* background: #ebf2f5; */
  color: #2d3192 !important;
}

.ui-module__header-top-bar-button-menu-main___1FhIb:hover {
  background-color: #2d3192;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.ui-module__header-top-bar-button___26XMr:hover {
  background-color: #2d3192;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.ui-module__header-top-bar-button___26XMr:focus {
  background-color: #2d3192;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.ui-module__header-top-bar-active-button___hAP79 {
  display: inline-block;
  padding: 7px 20px;
  margin: 5px 17px;
  background-color: #2d3192;
  color: #fff !important;
  border-radius: 5px;
  font-family: 'Poppins';
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
}

.ui-module__header-top-bar-active-button___hAP79:hover {
  color: #fff !important;
}

.ui-module__img-round___t3xQ3 {
  border-radius: 10px !important;
  border: 1px solid #efefef;
}

.ui-module__capsule-border___1BGrF {
  border-radius: 15px;
}
.ui-module__capsule-border___1BGrF:hover {
  border-radius: 15px;
}
.ui-module__capsule-border___1BGrF:focus {
  border-radius: 15px;
}

.ui-module__capsule-border-20___2bCq9 {
  border-radius: 15px;
}

.ui-module__capsule-border-20___2bCq9:hover {
  border-radius: 15px;
}

.ui-module__capsule-border-20___2bCq9:focus {
  border-radius: 15px;
}

.ui-module__header-bar-active-button___2kTXY:hover {
  color: #fff;
  text-decoration: none;
}

.ui-module__header-bar-active-button___2kTXY:focus {
  color: #fff;
  text-decoration: none;
}

.ui-module__ticker___2X_Mr {
  height: 73px;
  border: 3px solid #2E3192;
  border-width: 3px 0;
  background-color: #EAEAEA;
}
.ui-module__ticker___2X_Mr marquee {
  background: #fff;
  height: 68px;
  padding: 0 15px;
}
.ui-module__ticker___2X_Mr .ui-module__ticker-left___3MLCL {
  width: 160px;
  float: left;
}

.ui-module__ticker___2X_Mr .ui-module__ticker-right___3xjQt {
  width: calc(100% - 160px);
  float: left;
  -webkit-filter: blur(3.5px);
}
.ui-module__ticker-direction-left___3cPe2 {
  height: 34px;
  width: 41px;
  text-align: center;
  background-color: #2E3192;
  margin-bottom: 2px;
}
.ui-module__ticker-direction-right___T2QA8 {
  height: 34px;
  width: 41px;
  text-align: center;
  background-color: #2E3192;
}
.ui-module__ticker___2X_Mr .ui-module__active-market-index____Mw1f {
  font-weight: bold;
  color: #2E3192;
}
.ui-module__tickertext-nse___2sM2g {
  font-size: 16px;
  height: 12px;
  font-weight: 300;
  line-height: 0;
  margin-top: 20px;
  margin-left: 20px;
}
.ui-module__tickertext-bse___3VT4P {
  height: 12px;
  color: #393C40;
  font-size: 16px;
  font-weight: 300;
  margin-top: 16px;
  line-height: 0;
  margin-left: 20px;
}
.ui-module__ticker___2X_Mr marquee .ui-module__ticker-stock___3Rt8G {
  padding: 0 5px;
  margin-right: 24px;
  height: 68px;
}
.ui-module__ticker___2X_Mr .ui-module__inline-block___2VP-U {
  display: inline-block;
}
.ui-module__ticker___2X_Mr marquee .ui-module__ticker-company___1u3Ey {
  height: 9px;
  color: #272727;
  font-size: 12px;
  font-weight: 300;
  line-height: 0;
  padding-top: 5px;
}
.ui-module__ticker___2X_Mr marquee .ui-module__stock-price___2lQzV {
  height: 19px;
  color: #2C2E31;
  font-size: 26px;
  font-weight: bold;
  line-height: 0;
  margin-top: 21px;
}
.ui-module__ticker___2X_Mr marquee .ui-module__ticker-gainloss-info___1paVg {
  position: relative;
  top: 20px;
}
.ui-module__ticker___2X_Mr marquee .ui-module__gainloss-text___1oSAp {
  padding: 1px 7px;
  font-size: 12px;
  font-weight: 300;
  color: #2C2E31;
}
.ui-module__ticker___2X_Mr .ui-module__textred___1wnL5 {
  color: #f44033 !important;
  position: relative;
  top: -5px;
}
.ui-module__ticker___2X_Mr .ui-module__textgreen___Uh17- {
  color: #17eab7 !important;
  position: relative;
  top: -5px;
}
#ui-module__main_content___1Iiag {
  border: 3px solid #3131b0;
  border-left: none;
  border-right: none;
  background: #fff;
}
#ui-module__gain_loss_div___312ys {
  background-color: #ddd;
  padding-left: 0px;
}
.ui-module__hvr___3B6nn:hover {
  text-decoration: none !important;
  background-color: #ddd !important;
  color: #4f4f4f;
}
.ui-module__ns-act___2lDez {
  color: #283EB5;
  font-weight: bold
}
.ui-module__ns-act___2lDez:hover {
  color: #283EB5;
  font-weight: bold
}
/* .tab-content {
  padding-left: 15px;
  -webkit-filter: blur(3.5px);
} */
.ui-module__inb___3Zu4S {
  display: inline-block;
}
.ui-module__stock-price___2lQzV {
  height: 19px;
    color: #2C2E31;
    font-size: 20px;
    font-weight: bold;
    line-height: 0;
    margin-top: 21px;
}
.ui-module__ticker-gainloss-info___1paVg {
  position: relative;
  top: 8px;
}
.ui-module__gainloss-text___1oSAp {
  padding: 1px 7px;
  font-size: 12px;
  font-weight: 300;
  color: #2C2E31;
}
.ui-module__textgreenif___2kjiu {
  color: #17eab7 !important;
  position: relative;
  top: -5px;
}
.ui-module__textredif___3sz9i {
  color: #f44033 !important;
  position: relative;
  top: -5px;
}
.ui-module__ticker-company___1u3Ey {
  color: #272727;
  font-size: 12px;
  font-weight: 300;
  line-height: 0;
  padding-top: 5px;
}

@-webkit-keyframes ui-module__scale___2dyOp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes ui-module__scale___2dyOp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

.ui-module__datePickerRootlabel___1HAOV {
  font-size: 18;
  background: #fff;
  padding-right: 15px;
}

.ui-module__geffect___16zkQ {
  /* animation: scale 3s ease-in-out infinite; */
}

.ui-module__ss-search-list-container___1PtnT {
  position: absolute !important;
  z-index: 1;
  background: #fff;
  color: #404040;
  border-radius: 10px;
  max-height: 430px;
  overflow: hidden;
  overflow-y: scroll;
  box-shadow: 0 0.8px 0.2px rgb(0 0 0 / 0%), 0 6.7px 5.3px rgb(210 214 246 / 5%), 0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 5%), 0 41.8px 33.4px rgb(0 0 0 / 2%), 0 13px 80px rgb(210 214 246 / 0%);
}
.ui-module__btn-number___2gvmf {
  padding: 4px 9px !important;
  border: 1px solid #2d3192 !important;
  color: #2d3192 !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  min-width: 35px;
}
.ui-module__btn-num-active___16qEJ {
  padding: 4px 9px !important;
  border: 1px solid #2d3192 !important;
  background: #2d3192 !important;
  color: #fff !important;
  border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    min-width: 35px;
}
.ui-module__btn-number___2gvmf:hover {
  border: 1px solid #2d3192 !important;
  background: #2d3192 !important;
  color: #fff !important;
  border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    min-width: 35px;
}
.ui-module__ss-search-list-container___1PtnT::-webkit-scrollbar {
  background-color: #fff !important;
  border-radius: 10px;
  width: 5px;
}
.ui-module__ss-search-list-container___1PtnT::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff !important;
  border-radius: 10px;
}
.ui-module__ss-search-list-container___1PtnT::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, rgb(253 45 124 / 32%) 0%, rgb(45 49 146) 100%) !important;
  border-radius: 10px;
  width: 2px;
}

.ui-module__ss-search-entrys___391Jd:hover {
  background: #e5ebfa;
}

.ui-module__ss-list-add-btn-container___3L3ym {
  text-align: center;
  position: sticky;
  background: transparent;
  bottom: 1%;
  margin: auto;
  width: 50%;
}

.ui-module__ss-list-add-btn___20oxj {
  background: #2d3192 !important;
  color: #fff !important;
  padding: 5px !important;
  width: 50%;
}

.ui-module__ss-list-add-btn___20oxj:hover  {
  background: #fff;
  color: #2d3192;
}

.ui-module__sectors-keywords-container___2Dzsu {
  margin: 0;
  padding: 5px;
}
.ui-module__sectors-keywords-element-container___1cgw1 {
  display: inline-block;
  list-style-type: none;
  margin-right: 10px;
  margin-bottom: 10px;
}
.ui-module__asset-char___Qv1oI {
  width: 16px;
}
.ui-module__asset-char-font___3yxQs {
  font-size: 15px;
}
.ui-module__asset-char-font___3yxQs:hover {
  color: #2d3192;
  text-decoration: underline;
}
.ui-module__sectors-keywords-element-container-internal___1oHES {
  line-height: 30px !important;
  background: #ffffff;
  padding: 10px 10px !important;
  border-radius: 25px !important;
  font-size: 15px !important;
  text-decoration: none !important;
  color: rgba(0, 0, 0, 0.54) !important;
  display: block !important;
  font-weight: 400 !important;
  border: 1px solid transparent !important;
}

.ui-module__broker-keywords-element-container-internal___2BUKh {
  line-height: 30px !important;
  background: #0d3aff;
  padding: 1px 20px !important;
  border-radius: 25px !important;
  font-size: 15px !important;
  text-decoration: none !important;
  color: #fff !important;
  display: block !important;
  font-weight: 400 !important;
  border: 1px solid transparent !important;
}

.ui-module__broker-vs___2OrZL {
  width: 1%;
}

.ui-module__assets-keywords-element-container-internal___1jEmL {
  line-height: 30px !important;
  padding: 1px 1px !important;
  text-decoration: none !important;
  color: rgba(0, 0, 0, 0.54) !important;
  display: block !important;
  font-weight: 400 !important;
}
.ui-module__top-lm___2E9sY {
  float: left;
}
.ui-module__load-more-btn___2vNr9 {
  background: #2D3192 !important;
  color: #fff !important;
  border-radius: 20px !important;
}
.ui-module__gradient-seperator___3tUHv {
  background: #ffffff;
  padding: unset !important;
  text-decoration: none !important;
  color: rgba(0, 0, 0, 0.54) !important;
  display: block !important;
  font-weight: 400 !important;
  border: 1px solid transparent !important;
}
.ui-module__stock-search-bar___1_ecP {
  padding: 15px 0px 5px 0px;
}
.ui-module__sectors-keywords-content___2bL0q {
  font-weight: 600;
}
.ui-module__stock-ful-name___1Snd9 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  font-weight: 600;
}
.ui-module__stock-loader-container___EZ1Fn {
  z-index: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.ui-module__stock-loader___3HVuf {
  position: relative;
  width: 48px;
  height: 48px;
}
.ui-module__pf-leading-stock-loader-container___26IZH {
  z-index: 1;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.ui-module__pf-leading-stock-loader___1YL2Y {
  position: relative;
  width: 48px;
  height: 48px;
}
.ui-module__sup-buy___BTb2D {
    background: green;
    color: #fff;
    padding: 1px 10px;
    border-radius: 10px;
    top: -0.7em;
    font-size: 12px;
    font-weight: 600;
}
.ui-module__sup-sell___U-eXw {
  background: red;
  color: #fff;
  padding: 1px 10px;
  border-radius: 10px;
  top: -0.7em;
  font-size: 12px;
  font-weight: 600;
}
.ui-module__stock-avgrating___kJoOI {
  width: 2px;
  height: 20px;
  position: absolute;
  top: -8px;
  background: #2d3192
}
.ui-module__range-container-slider___2AVuJ {
  padding: 10px;
  position: absolute;
  top: 45%;
  left: 25%;
  width: 60%;
}
.ui-module__sc-tooltip___2Fs_t {
  position: absolute;
  bottom: 18px;
  left: 0;
  font-size: 10px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}
.ui-module__show-on-desk___1scdZ {
  display: inline-flex;
}
.ui-module__hide-on-desk___34Nw7 {
  display: none;
}
.ui-module__span-head___3cvw5 {
  position: relative;
  right: 30%;
  font-size: 10px;
}
.ui-module__adv-container___tlnG_ {
  padding: 10px 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 15px;
}
.ui-module__stock-loader___3HVuf:before,
.ui-module__stock-loader___3HVuf:after {
  content: "";
  display: block;
  border: 32px solid transparent;
  border-top-color: #1DE9B6;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: ui-module__weld-rotate___3r8qk 2s infinite ease-in;
          animation: ui-module__weld-rotate___3r8qk 2s infinite ease-in;
}
.ui-module__pf-leading-stock-loader___1YL2Y:before,
.ui-module__pf-leading-stock-loader___1YL2Y:after {
  content: "";
  display: block;
  border: 15px solid transparent;
  border-top-color: #1DE9B6;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: ui-module__weld-rotate___3r8qk 2s infinite ease-in;
          animation: ui-module__weld-rotate___3r8qk 2s infinite ease-in;
}
.ui-module__list-view-stock___1WJsR {
  padding: 5px;
  border-bottom: 1px solid #c6baba;
  border-right: 1px solid #c6baba;
  cursor: pointer;
  background: #fff;
  height: 140px;
  
}
.ui-module__list-view-stock___1WJsR:hover {
  background: #fffbed;
}

.ui-module__stock-loader___3HVuf:before {
  border-color: transparent transparent transparent #FF3D00;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.ui-module__pf-leading-stock-loader___1YL2Y:before {
  border-color: transparent transparent transparent #FF3D00;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes ui-module__weld-rotate___3r8qk {

  0%,
  25% {
    transform: rotate(0deg)
  }

  50%,
  75% {
    transform: rotate(180deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes ui-module__weld-rotate___3r8qk {

  0%,
  25% {
    transform: rotate(0deg)
  }

  50%,
  75% {
    transform: rotate(180deg)
  }

  100% {
    transform: rotate(360deg)
  }
}
.ui-module__switch-parent-container___2f_T1 {
  padding: 10px 15px;
}
.ui-module__switch-container___3FiS- {
  position: relative;
  top: 1.2%;
  right: 1.1%;
  float: right;
}
.ui-module__pf-dark-mode-toggle-switch-placement___o8-sx {
  bottom: 47px;
}
.ui-module__first-char-captialize___2KLGH {
  text-transform: capitalize;
}
.ui-module__stock-inf-container___3_yfj {
  cursor: pointer;
  height: 110px;
  background: #fff;
  border: 1px solid lightgrey;
  padding: 10px 25px;
  border-radius: 10px;
  margin: 15px;
  box-shadow:
      0 0.8px 0.2px rgb(0 0 0 / 0%),
        0 6.7px 5.3px rgb(210 214 246 / 5%),
        0 12.5px 10px rgb(0 0 0 / 6%),
        0 22.3px 17.9px rgb(0 0 0 / 5%),
        0 41.8px 33.4px rgb(0 0 0 / 2%),
        0 13px 80px rgb(210 214 246 / 0%)
}
.ui-module__stock-inf-container___3_yfj:hover {
  background: #fffbed;
}

.ui-module__stock-screener-btn___3Qh0p {
border: 2px solid rgb(45, 49, 146);
  border-radius: 10px;
  padding: 7px 15px;
  text-align: center;
  font-size: 18px;
  color: black;
  font-weight: 600;
}
.ui-module__stock-input___3HT0n {
  border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0px;
    text-align: center;
    border-color: gainsboro;
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 10px;
    width: 98%;
}
.ui-module__stock-screener-btn___3Qh0p:hover {
  background: #2d3192;
  color: #fff;
  cursor: pointer;
}

.ui-module__stock-screener-action___1xZsX {
  background: #2d3192;
  color: #fff;
}

@media only screen and (max-width:767px) {
.ui-module__stock-screener-btn___3Qh0p {
font-size: 14px;
}
}

.ui-module__stock-inf-container-new___1Es6A {
  cursor: pointer;
  height: 150px;
  background: #fff;
  border: 1px solid lightgrey;
  padding: 10px 25px;
  border-radius: 10px;
  margin: 15px;
  box-shadow:
    0 0.8px 0.2px rgb(0 0 0 / 0%),
    0 6.7px 5.3px rgb(210 214 246 / 5%),
    0 12.5px 10px rgb(0 0 0 / 6%),
    0 22.3px 17.9px rgb(0 0 0 / 5%),
    0 41.8px 33.4px rgb(0 0 0 / 2%),
    0 13px 80px rgb(210 214 246 / 0%)
}

.ui-module__stock-inf-container-new___1Es6A:hover {
  background: #fffbed;
}
.ui-module__sector-filter-btn___qKVr9 {
  background: #fff !important;
  color: #404040 !important;
  border: 1px solid #2d3192 !important;
  white-space: pre-wrap !important;
  border-radius: 40px !important;
}
.ui-module__sector-filter-btn___qKVr9:hover {
  background: #2d3192 !important;
  color: #fff !important;
  border: 1px solid #2d3192 !important;
}
.ui-module__selected-filter-bg___2Q7nT {
  background: #2d3192 !important;
  color: #fff !important;
  border: 1px solid #2d3192 !important;
}
.ui-module__single-input-filter-btn___2ctj6 {
  float: right;
}
.ui-module__filter-cont___pvF_3 {
  font-weight: 600;
  font-size: 16px;
  position: relative;
  top: 5px;
}
.ui-module__sector-grouping___6sFLd {
  padding: 12px 5px;
  border: 1px solid #2d3192;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  background: #2d3192;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.ui-module__unsent-container___1MIhH {
  position: absolute;
  /* top: 25px; */
  margin-top: -57px;
  right: 30px;
  color: #2d3192;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px !important;
}
.ui-module__unsent-heading___3-I7x {
  font-size: 18px;
  color: #000;
  font-family: 'Poppins';
  font-weight: 600;
}

.ui-module__draft-post-list___Nb1kd {
  text-align: left !important;
  cursor: pointer;
  width: 100%;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-radius: 0px !important;
  padding: 20px 15px !important;
  border-bottom: 1px solid transparent !important;
  -o-border-image: linear-gradient(0.75turn, rgba(111, 130, 240), rgba(255, 0, 126, 0.24), rgba(56, 2, 155, 0)) !important;
     border-image: linear-gradient(0.75turn, rgba(111, 130, 240), rgba(255, 0, 126, 0.24), rgba(56, 2, 155, 0)) !important;
  border-image-slice: 1 !important;
}
.ui-module__draft-post-list___Nb1kd:hover {
  background: #eee;
}
.ui-module__draft-action-item-list___xFnXi {
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-radius: 0px !important;
  cursor: pointer;
  width: 10%;
  border-bottom: 0px solid transparent !important;
  -o-border-image: linear-gradient(0.25turn, rgba(111, 130, 240), rgba(255, 0, 126, 0.24), rgba(56, 2, 155, 0)) !important;
     border-image: linear-gradient(0.25turn, rgba(111, 130, 240), rgba(255, 0, 126, 0.24), rgba(56, 2, 155, 0)) !important;
  border-image-slice: 1 !important;
}
.ui-module__draft-action-item-list___xFnXi:hover {
  background: #eee;
}
.ui-module__draft-post-list-date___1cjrr {
  background: #d9edf7 !important;
  color: #31708f !important;
  position: relative;
  top: 5px;
}
.ui-module__draft-post-delete___3yKif {
  color: #979A9D !important;
  position: relative;
  right: 4px;
  top: 0px;
}
.ui-module__unsentPostImage___1ks1g {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}


.ui-module__draft-btn___36XIZ {
  background: #fff;
  color: #2d3192 !important;
    background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box, linear-gradient(to right, darkblue, darkorchid) border-box !important;
    border: 1px solid transparent !important;
    border-radius: 20px !important;
    outline: none;
    margin-right: 10px;
    font-weight: 600 !important;
    text-decoration: underline;
    -webkit-text-decoration-color: #00FF00;
            text-decoration-color: #00FF00;
    text-decoration-thickness: 3px;
}

.ui-module__draft-btn___36XIZ:hover {
  background: #2d3192 !important;
  color: #fff !important;
}

.ui-module__draft-btn-container___2wUs0 {
  position: absolute;
  right: 40px;
}
.ui-module__draft-btn-fl20___1ofl9 {
  position: relative;
  left: 10px;
}
.ui-module__border-none___1D5Rl {
  border-radius: 0px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
}

.ui-module__pointer___239Sc {
  cursor: pointer
}

.ui-module__inline-block___2VP-U {
  display: inline-block;
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
  .ui-module__inline-block___2VP-U {
    display: inline-block;
  }
}

.ui-module__display-tablecell___18G0u {
  display: table-cell;
}

.ui-module__display-inlinegrid___2lX6W {
  display: inline-grid;
}

.ui-module__bg-white___3q3co {
  background: #fff;
}

.ui-module__clearfix___1s_JE {
  clear: both
}

.ui-module__va-middle___17y3o {
  vertical-align: middle
}

.ui-module__va-top___23CAb {
  vertical-align: top
}

.ui-module__va-super___ppeij {
  vertical-align: super
}

.ui-module__va-baseline___2QAOB {
  vertical-align: baseline
}

.ui-module__relative___2vmiH {
  position: relative;
}

.ui-module__absolute___1nvNv {
  position: absolute;
}

.ui-module__nowrap___1X1vl {
  white-space: normal;
  word-break: break-all;
  overflow-wrap: anywhere;
}

.ui-module__carousel-indicators___3ojvP li {
  height: 11px;
  width: 11px;
  background: #ccc;
}

.ui-module__carousel-indicators___3ojvP .ui-module__active___Zpl54 {
  height: 12px;
  width: 12px;
  background: #2E3192;
}

.ui-module__right___3bJZ-.ui-module__carousel-control___gw-c4,
.ui-module__left___qe3RG.ui-module__carousel-control___gw-c4 {
  display: none;
}

.ui-module__pagecontainer___a0ih0 .ui-module__page-link___1yfEV,
.ui-module__mainnavbar-container___23ic7 .ui-module__page-link___1yfEV {
  background: #2E3192;
  color: #FFFFFF !important;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-align: center;
  padding: 12px 10px;
  /* height:40px; */
  width: 50%;
  margin: auto;
  border-radius: 10px;
}

.ui-module__pagecontainer___a0ih0 .ui-module__page-link___1yfEV a {
  color: #FFFFFF !important;
}

.ui-module__pagecontainer2___23rCX .ui-module__page-link___1yfEV,
.ui-module__mainnavbar-container___23ic7 .ui-module__page-link___1yfEV {
  background: #2E3192;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-align: center;
  padding: 12px 10px;
  height: 40px;
  width: 100%;
  border-radius: 10px;
}

.ui-module__pagecontainer2___23rCX .ui-module__page-link___1yfEV a {
  color: #FFFFFF
}

.ui-module__post-image-container___9vVmb {
  position: relative;
  display: inline-block;
  color: #999;
  font-size: 20px;
  text-align: center;
}

.ui-module__newbbl-post-image-container___3sgDx {
  position: relative;
  display: inline-block;
  color: #999;
  font-size: 18px;
  text-align: center;
}

.ui-module__user-level-text___1ZYZY {
  margin-top: 5px;
  color: #B8B8C5;
  font-size: 9px;
  font-weight: 600;
}

.ui-module__post-image-container___9vVmb figcaption {
  width: 50px;
  height: 50px;
}

.ui-module__newbbl-post-image-container___3sgDx figcaption {
  width: 30px;
  height: 30px;
}

.ui-module__post-image-container___9vVmb img {
  width: 40px !important;
  height: 40px;
  border-radius: 50%;
  background: white;
  position: relative;
  top: 5px;
}

.ui-module__newbbl-post-image-container___3sgDx img {
  width: 30px !important;
  height: 30px;
  border-radius: 50%;
  background: white;
  position: relative;
  top: 5px;
}

.ui-module__post-image-container-daily___30goP img {
  width: 55px !important;
  height: 55px;
  border-radius: 50%;
  background: white;
  position: relative;
  top: 5px;
}

.ui-module__post-image-container___9vVmb svg {
  position: absolute;
  top: 0px;
  left: 0px;
}

.ui-module__newbbl-post-image-container___3sgDx svg {
  position: absolute;
  top: 0px;
  left: 0px;
}

.ui-module__reshout-credit___3wcOQ {
  left: 93px;
  color: #AAAEB3;
  margin-right: 30px;
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 12px;
  top: 2px
}

.ui-module__reshoutcredit-text___MmgCA {
  color: #2d3192;
  font-size: 12px
}

.ui-module__reshout-credit___3wcOQ .ui-module__retweet-icon___k1Qsl {
  top: -7px;
  position: relative;
}

.ui-module__post-dropdown___1l6me {
  right: 10px;
  padding: 5px 10px;
}

.ui-module__post-dropdown___1l6me .ui-module__dropdown-menu___Cmjmx {
  font-size: 12px;
  padding: 10px 5px;
}

.ui-module__post-dropdown___1l6me .ui-module__dropdown-menu___Cmjmx li {
  margin-bottom: 5px;
}

.ui-module__post-dropdown___1l6me .ui-module__btn___2yO1u {
  border: 0 !important;
  padding: 0 10px !important;
  background: inherit !important;
  box-shadow: none !important;
  color: #5a5eb6 !important;
  font-size: 14px !important
}

.ui-module__post-dropdown___1l6me .ui-module__btn-default___2Th0q.ui-module__active___Zpl54.ui-module__focus___NpYGN,
.ui-module__post-dropdown___1l6me .ui-module__btn-default___2Th0q.ui-module__active___Zpl54:focus,
.ui-module__post-dropdown___1l6me .ui-module__btn-default___2Th0q.ui-module__active___Zpl54:hover,
.ui-module__post-dropdown___1l6me .ui-module__btn-default___2Th0q:active.ui-module__focus___NpYGN,
.ui-module__post-dropdown___1l6me .ui-module__btn-default___2Th0q:active:focus,
.ui-module__post-dropdown___1l6me .ui-module__btn-default___2Th0q:active:hover,
.ui-module__post-dropdown___1l6me .ui-module__open___30gRj>.ui-module__dropdown-toggle___2eU7D.ui-module__btn-default___2Th0q.ui-module__focus___NpYGN,
.ui-module__post-dropdown___1l6me .ui-module__open___30gRj>.ui-module__dropdown-toggle___2eU7D.ui-module__btn-default___2Th0q:focus,
.ui-module__post-dropdown___1l6me .ui-module__open___30gRj>.ui-module__dropdown-toggle___2eU7D.ui-module__btn-default___2Th0q:hover,
.ui-module__post-dropdown___1l6me .ui-module__btn-default___2Th0q.ui-module__active___Zpl54,
.ui-module__post-dropdown___1l6me .ui-module__btn-default___2Th0q:active,
.ui-module__post-dropdown___1l6me .ui-module__open___30gRj>.ui-module__dropdown-toggle___2eU7D.ui-module__btn-default___2Th0q {
  color: #5a5eb6;
  background-color: #FFF;
  border-color: #fff;
  box-shadow: none
}

.ui-module__post-dropdown___1l6me .ui-module__btn-group___1Vdz_.ui-module__open___30gRj .ui-module__dropdown-toggle___2eU7D {
  box-shadow: none;
}

.ui-module__child-post-container___3JJdW .ui-module__post-dropdown___1l6me {
  right: -10px;
  padding: 5px 10px;
  top: 5px;
}

.ui-module__assetname-text___2e3iw:hover,
.ui-module__username-text___2Qyzh:hover,
.ui-module__userlist-item___2mYHU a:hover,
.ui-module__asset-text___274aJ:hover {
  color: #00c0ef !important
}

.ui-module__assetname-text___2e3iw:visited,
.ui-module__username-text___2Qyzh:visited,
.ui-module__userlist-item___2mYHU a:visited,
.ui-module__asset-text___274aJ:visited,
.ui-module__assetname-text___2e3iw:active,
.ui-module__username-text___2Qyzh:active,
.ui-module__userlist-item___2mYHU a:active,
.ui-module__asset-text___274aJ:active {
  color: #2C2E31;
  text-decoration: none;
  display: inline-block;
  max-height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2em;
  width: 175px;
}

.ui-module__aotw-word-limit___3H-qg span .ui-module__popover-name___37_5B {
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 165px;
  display: inline-block; */
}

.ui-module__outer___xj8XK {
  fill: transparent;
  stroke-width: 3;
  stroke-dasharray: 135;
  transition: stroke-dashoffset 1s;
}

.ui-module__loader___3q_Zm {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #ccc;
  width: 40px;
  height: 40px;
  margin: auto;
  position: relative;
  top: 50px;
  -webkit-animation: ui-module__spin___IW_nk 2s linear infinite;
  /* Safari */
  /* Safari */
  animation: ui-module__spin___IW_nk 2s linear infinite;
}

.ui-module__overlay___1Enja {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 21456;
  cursor: pointer;
}

.ui-module__overlay___1Enja .ui-module__loader___3q_Zm {
  width: 40px;
  height: 40px;
  border: 3px solid rgb(200, 200, 209);
  border-top: 3px solid #2d3192;
  top: 35%
}

.ui-module__modal-content___2aTQv {
  border-radius: 0;
  margin-top: 80px
}

.ui-module__modal-header___2zAXr {
  border: none
}

.ui-module__alert-message___2Jv4A {
  color: #2C2E31;
  font-size: 18px;
  font-weight: 300;
  padding-top: 7px;
}

.ui-module__modal-footer___1P-Ki {
  text-align: center;
  border: none
}

.ui-module__modal-content___2aTQv .ui-module__btn-default___2Th0q {
  height: 34px;
  padding: 0 20px;
  font-size: 10px;
  letter-spacing: 0.6px;
  margin-top: -12px;
  color: #B8B8C5;
  font-weight: bold;
  border: 1px solid #A1A1A1;
}

.ui-module__modal-content___2aTQv .ui-module__confirm-btn___1OvUD {
  background: #2d3192 !important;
  color: #fff !important;
}

.ui-module__modal-footer___1P-Ki .ui-module__confirm-btn___1OvUD:disabled {
  background: #2d3192;
  color: #fff
}

.ui-module__resend-text___2QYkR,
.ui-module__deactivate-text___1UYQQ {
  color: #2E3192;
  font-size: 12px;
  letter-spacing: 0.1px;
}

.ui-module__modal-content___2aTQv .ui-module__heading___2ECJk {
  color: #393C40;
  font-size: 18px;
  font-weight: 600;
  margin-top: -40px;
  text-align: center;
}

.ui-module__heading-content___wNQin {
  color: #393C40;
  font-size: 18px;
  font-weight: 600;
  margin-top: -40px;
  text-align: center;
}

.ui-module__modal-content___2aTQv .ui-module__deny-btn___2WpCk {
  background-color: #B1B1B1;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-align: center;
  margin-left: 22px !important;
}

.ui-module__deny-btn___2WpCk {
  background-color: #B1B1B1;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-align: center;
  margin-left: 22px !important;
}

.ui-module__small-popup___26qmm .ui-module__modal-dialog___1Vv4Y {
  width: 400px;
  margin: 80px auto
}

.ui-module__modal-open___1c2Dx .ui-module__modal___20Fr2 {
  padding: 0 !important;
}

.ui-module__modal-body___3-TCt {
  border-radius: 0;
}

.ui-module__modal-content___2aTQv .ui-module__input-field___2pbiq {
  height: 34px;
  border: 1px solid #B7B7B7;
  background-color: #FBFBFB;
  color: #797979;
  font-size: 10px;
  letter-spacing: 0.1px;
  padding-left: 20px;
  box-shadow: none
}

.ui-module__modal-content___2aTQv .ui-module__control-label___2Lthm {
  text-align: left;
  margin-bottom: 10px;
  color: #393C40;
  font-size: 12px;
  font-weight: bold;
}

.ui-module__content-warning___OCks9 {
  padding: 3px;
  color: rgb(219, 76, 60);
  margin-left: 0px;
  font-size: 14px;
  position: absolute;
  margin: 5px 20px;
  background: #fff;
  z-index: 1;
}

.ui-module__help-block___1SwVS {
  font-size: 12px;
  color: #a94442 !important;
}

.ui-module__rdc___S-W3v {
  color: #a94442;
}

.ui-module__adminpopover___Kvxpi {
  background: #2d3192;
  height: 129px;
  min-width: 378px;
}

.ui-module__adminpopover___Kvxpi .ui-module__heading___2ECJk {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.ui-module__adminpopover___Kvxpi .ui-module__sub-text___2u24x {
  color: #F7F7F9;
  font-size: 12px;
  font-weight: 300;
}

.ui-module__adminpopover___Kvxpi .ui-module__arrow___3-I-y {
  display: none;
}

.ui-module__adminpopover___Kvxpi .ui-module__media-left___39-O7 {
  padding: 20px 10px 0 8px
}

.ui-module__portfoliopopover___3Wigs {
  min-width: 270px;
  height: auto;
  min-height: 290px;
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  color: #AAAEB3;
  padding: 0
}

.ui-module__portfoliopopover___3Wigs .ui-module__color-text___CpHPg {
  color: #2d3192;
  font-size: 18px;
}

.ui-module__portfoliopopover___3Wigs .ui-module__popover-content___3vyz8 {
  padding: 10px 0
}

.ui-module__portfoliopopover___3Wigs .ui-module__popoverdata-container___eR0pB {
  padding: 20px;
}

.ui-module__portfoliopopover___3Wigs .ui-module__price-heading___3k_Ha {
  color: #2C2E31;
  font-size: 24px;
}

.ui-module__portfoliopopover___3Wigs .ui-module__gainloss-textgreen___1yfVF {
  color: #1DE9B6;
  font-size: 12px;
}

.ui-module__portfoliopopover___3Wigs .ui-module__gainloss-textred___3yBjd {
  color: #f44033;
  font-size: 14px;
}

.ui-module__portfoliopopover___3Wigs .ui-module__rupee-icon___3KsE3 {
  font-size: 22px;
  margin: 0 2px;
}

.ui-module__portfoliopopover___3Wigs .ui-module__creator___1rHvw {
  color: #2C2E31;
  font-size: 12px;
}

.ui-module__custom-radio___1V1XB label {
  color: #6A6A6A;
  font-size: 12px;
  font-weight: 300;
  position: relative;
}

.ui-module__pollspretty___3UYTH label {
  color: #404040;
  font-size: 14px;
  font-weight: 300;
  position: relative;
}

.ui-module__custom-radio___1V1XB.ui-module__p-default___3BepI input:checked~.ui-module__state___26vVh label:after {
  background-color: #3829c5 !important;
  height: 6px;
  width: 6px;
  left: 4px;
  top: 3px;
}

.ui-module__compose-custom-radio___1Zkzg.ui-module__p-default___3BepI input:checked~.ui-module__state___26vVh label:after {
  background-color: #3829C5 !important;
  height: 6px;
  width: 6px;
  left: 5px;
  top: 4px;
}



.ui-module__custom-radio___1V1XB .ui-module__state___26vVh label:after,
.ui-module__custom-radio___1V1XB .ui-module__state___26vVh label:before {
  background: #DADADA !important;
  top: 1px;
  height: 12px;
  width: 12px;
}

.ui-module__custom-radio1___pv15X label {
  color: #6A6A6A;
  font-size: 12px;
  font-weight: 300;
  position: relative;
}

.ui-module__custom-radio1___pv15X.ui-module__p-default___3BepI input:checked~.ui-module__state___26vVh label:after {
  background-color: #3829c5 !important;
  height: 8px;
  width: 8px;
  left: 3px;
  top: 3px;
}

.ui-module__custom-radio1___pv15X .ui-module__state___26vVh label:after,
.ui-module__custom-radio___1V1XB .ui-module__state___26vVh label:before {
  background: #DADADA;
  top: 1px;
  height: 12px;
  width: 12px;
}

.ui-module__twitter-timeline___2NYkP {
  width: 100% !important
}

.ui-module__price-heading___3k_Ha {
  color: #2C2E31;
  font-size: 26px;
  font-weight: bold;
}

.ui-module__loss-sign___owanh,
.ui-module__gain-sign___2Gq75 {
  font-size: 14px;
  margin-right: 5px;
}

.ui-module__rupee-icon___3KsE3 {
  font-size: 33px;
  color: #2C2E31;
  margin-left: 1px
}

.ui-module__custom-scrollbar___1kfUM::-webkit-scrollbar {
  width: 3px;
}

.ui-module__custom-scrollbar___1kfUM::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

.ui-module__custom-scrollbar___1kfUM::-webkit-scrollbar-thumb {
  width: 3px;
  /* background-color: #A1A1A1; */
  border-radius: 10px;
  background: linear-gradient(0deg, rgb(253 45 124 / 32%) 0%, rgb(45 49 146) 100%);
}

.ui-module__add-block___37pHn {
  background: #fff;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  height: 155px;
  padding-top: 65px;
  text-align: center
}

@-webkit-keyframes ui-module__spin___IW_nk {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes ui-module__spin___IW_nk {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ui-module__like-icon-container___1eZJk {
  color: #AAAEB3;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1px;
  z-index: 545;
}

.ui-module__like-icon-container___1eZJk .ui-module__like-shade___2THgE {
  color: red;
  font-weight: 600;
}

.ui-module__like-icon___XJRsJ:hover {
  color: #f12483;
}

.ui-module__like-icon-container___1eZJk .ui-module__like-icon___XJRsJ {
  position: relative;
  top: -10px;
  margin-right: 17px;
}

.ui-module__infopopover___2EqSW .ui-module__popover-content___3vyz8 {
  padding: 5px 10px;
  font-size: 12px;
  color: #707070
}

.ui-module__infopopover___2EqSW .ui-module__arrow___3-I-y {
  display: none;
}

.ui-module__fa-info-circle___2ifCE {
  color: #676a6d;
  font-size: 16px;
}

.ui-module__authentic___3BiRw.ui-module__fa-check-circle___38rzF {
  color: #3ba934;
  font-size: 15px;
  padding-left: 3px
}

.ui-module__expandedview-chart___1_s2A .ui-module__modal-dialog___1Vv4Y {
  width: 60%;
}

.ui-module__freeflow-heading___GM5-- {
  font-size: 22px !important;
  font-weight: 900 !important;
  text-shadow: 1px 0px #474747 !important;
  font-family: 'Poppins';
}
.ui-module__trending-assets-mob-new___1RZQP {
  border: 2px solid #474747;
  border-radius: 10px;
  /* background: #e5ebfa !important; */
}
.ui-module__ta-va___2VxNl {
  /* position: absolute;
  right: 0px;
  top: 22px; */
  position: absolute;
    right: 20px;
    top: -60px;
}

@media only screen and (max-width:767px) {
  .ui-module__broker-vs___2OrZL {
    width: 100%;
  }
  
  .ui-module__broker-keywords-element-container-internal___2BUKh {
    line-height: 18px !important;
    padding: 1px 15px !important;
    font-size: 12px !important;
  }

  .ui-module__ta-va___2VxNl {
    position: absolute;
    right: 5px;
    top: 68px;
  }
  body {
    background-color: #fff !important;
  }
  .ui-module__pf-dark-mode-toggle-switch-placement___o8-sx {
    bottom: 47px;
  }
  .ui-module__trending-assets-mob-new___1RZQP {
    border: 1px solid #ECEDEF;
    border-radius: 10px;
    background: #e5ebfa !important;
  }

  .ui-module__mlsl___3q0UP {
  border-left: 1px solid #ECEDEF;
}

.ui-module__mlsr___1WfA_ {
  border-right: 1px solid #ECEDEF;
}

.ui-module__mlst___zy_Tx {
  border-top: 1px solid #ECEDEF;
}

.ui-module__mlsb___3ACrX {
  border-bottom: 1px solid #ECEDEF;
}

  .ui-module__mobile-borderless___1KeR5 {
    border: unset !important;
  }

  .ui-module__trending-assets___1YaYZ .ui-module__trending-assets-heading___2pe9e {
    font-size: 22px !important;
    font-weight: 900 !important;
    text-shadow: 1px 0px #474747 !important;
  }

  .ui-module__calls-heading___3wZ-4 {
    background: #fff;
    color: #474747 !important;
    /* border-top: 3px solid #2d3192;
    border-bottom: 3px solid #2d3192; */
    background: none !important;
    text-align: left !important;
  }
  .ui-module__header-bar-button___1vwrV {
    padding: 5px 10px;
    margin: 5px 5px;
  }

  .ui-module__header-bar-button-new___1iydx {
    padding: 5px 10px;
    margin: 5px 5px;
  }

  .ui-module__header-bar-active-button___2kTXY {
    padding: 7px 10px;
    margin: 5px 5px;
  }

  .ui-module__header-bar-button-green___2Kcp5 {
    padding: 5px 10px;
    margin: 5px 5px;
  }

  .ui-module__header-bar-active-button-green___1Oz4b {
    padding: 7px 10px;
    margin: 5px 5px;
  }

  .ui-module__header-top-bar-button___26XMr {
    padding: 5px 5px;
    margin: 5px 5px;
    border: 1px solid #474747;
  }

  .ui-module__header-top-bar-active-button___hAP79 {
    padding: 6px 5px;
    margin: 5px 5px;
  }

  .ui-module__corner-to-corner___Pjyn2 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .ui-module__two-seperator-line___2Nxc6 {
    /* border-top: 3px solid #2d3192;
    border-bottom: 3px solid #2d3192;
    margin-bottom: 1px !important;
    background: none;
    color: #474747 !important; */
  }
  /* .pagecontainer {
    padding-left: 0px !important;
    padding-right: 0px !important;
  } */
  .ui-module__single-input-filter-btn___2ctj6 {
    float: left;
  }
  .ui-module__switch-parent-container___2f_T1 {
    padding: 15px 0px 5px 0px;
  }
  .ui-module__switch-container___3FiS- {
    top: 1.7%;
    left: 1%;
    float: left;
  }
  .ui-module__stock-search-bar___1_ecP {
    padding: 9px 0px;
  }
  .ui-module__expandedview-chart___1_s2A .ui-module__modal-dialog___1Vv4Y {
    width: 100%;
    margin: auto;
  }
}

/*main navbar css*/
.ui-module__pagecontainer___a0ih0 {
  position: relative;
  /* top: 80px; */
  top: 60px;
}

.ui-module__pagecontainer2___23rCX {
  position: relative;
  /* top: 80px; */
  top: 60px;
}

.ui-module__mainnavbar-container___23ic7 {
  position: fixed;
  z-index: 1030;
  width: 100%;
  background: #2d3192;
}

.ui-module__mainnavbar___3hUvR {
  padding: 0 0 0 0;
  background: #2d3192;
}

.ui-module__mainnavbar___3hUvR .ui-module__nav___9-jJr>li>a:focus,
.ui-module__nav___9-jJr>li>a:hover {
  text-decoration: none;
  background-color: #2d3192;
}

.ui-module__mainnavbar___3hUvR .ui-module__hamburger___l5K_v {
  position: relative;
  top: 17px;
}

.ui-module__create-post-btn___MrGui:focus {
  outline: none;
  background-color: #ffffff !important;
  color: #2d3192 !important;
  text-decoration: underline !important;
  -webkit-text-decoration-color: #00FF00 !important;
          text-decoration-color: #00FF00 !important;
  text-decoration-thickness: 3px  !important;
  border-color: #ffffff !important;
}

.ui-module__mainnavbar___3hUvR .ui-module__create-post-btn___MrGui,
.ui-module__mainnavbar-mobile___4YKZS .ui-module__create-post-btn___MrGui {
  background: #fff;
  color: #2d3192;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 2px 20px;
  margin-top: 15px;
  font-weight: 900;
  text-decoration: underline;
  -webkit-text-decoration-color: #00FF00;
          text-decoration-color: #00FF00;
  text-decoration-thickness: 3px;
}

.ui-module__mainnavbar___3hUvR .ui-module__create-post-btn___MrGui,
.ui-module__mainnavbar-mobile___4YKZS .ui-module__create-post-btn___MrGui:hover {
  background: #fff !important;
  color: #2d3192 !important;
  border: 2px solid #fff !important;
}

.ui-module__mainnavbar___3hUvR .ui-module__create-post-btn___MrGui,
.ui-module__mainnavbar-mobile___4YKZS .ui-module__create-post-btn___MrGui:active {
 background: #fff !important;
  color: #2d3192 !important;
  border: 2px solid #fff !important;
}

.ui-module__mainnavbar___3hUvR .ui-module__navbar-input-search___3hAFn {
  height: 35px;
  width: 221px;
  background-color: transparent;
  border-radius: 30px;
  padding: 0 15px;
  position: relative;
  left: 72px;
  top: -12px;
  color: #AAAEB3;
  font-size: 12px;
  font-weight: 300;
  line-height: 0;
  border: 1px solid #C6C9CF;
}

.ui-module__navbar-input-search___3hAFn::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #AAAEB3;
  display: block;
  padding: 8px 5px;
}

.ui-module__navbar-input-search___3hAFn::-moz-placeholder {
  /* Firefox 19+ */
  color: #AAAEB3;
  display: block;
  padding: 8px 5px;
}

.ui-module__navbar-input-search___3hAFn:-ms-input-placeholder {
  /* IE 10+ */
  color: #AAAEB3;
  display: block;
  padding: 8px 5px;
}

.ui-module__navbar-input-search___3hAFn:-moz-placeholder {
  /* Firefox 18- */
  color: #AAAEB3;
  display: block;
  padding: 8px 5px;
}

.ui-module__mainnavbar___3hUvR .ui-module__navbar-input-search___3hAFn:focus {
  outline: none;
}

.ui-module__mainnavbar___3hUvR .ui-module__search-btn-container___3_AJT {
  position: relative;
  left: 10px;
}

.ui-module__mainnavbar___3hUvR .ui-module__search-btn___2puNk {
  border: none;
  height: 34px;
  width: 40px;
  /* background:transparent url("/images/search.png") 12px 9px  no-repeat; */
  position: absolute;
  left: 20px;
  top: -17px;
}

.ui-module__mainnavbar___3hUvR .ui-module__desktop-logo___2vsZl {
  height: 30px;
  position: relative;
  top: -1px;
}

.ui-module__mainnavbar___3hUvR .ui-module__search-btn___2puNk:focus,
.ui-module__mainnavbar___3hUvR .ui-module__search-btn___2puNk:active {
  border: none;
  outline: none;
  box-shadow: none;
  /* background:transparent url("/images/search.png") 12px 8px  no-repeat; */
}

.ui-module__searchlist-container___3L-Mu {
  position: absolute;
  display: none;
  border: 1px solid #ccc;
  width: 743px;
  max-height: 420px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100;
  left: 90px;
  top: 58px;
  background: #fff;
  color: #AAAEB3;
  font-size: 14px;
  font-weight: 300;
}

.ui-module__wl-searchlist-container___1-naz {
  position: absolute;
  display: none;
  border: 1px solid #ccc;
  width: 100%;
  max-height: 420px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100;
  /* left: 90px;
  top: 58px; */
  background: #fff;
  color: #AAAEB3;
  font-size: 14px;
  font-weight: 300;
  margin-left: 15px;
}

.ui-module__searchlist-container___3L-Mu::-webkit-scrollbar {
  width: 3px;
}

.ui-module__searchlist-container___3L-Mu::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

.ui-module__searchlist-container___3L-Mu::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: #DEDEDE;
  border-radius: 10px;
  background: linear-gradient(0deg, rgb(253 45 124 / 32%) 0%, rgb(45 49 146) 100%);
}

.ui-module__searchlist-container___3L-Mu .ui-module__page-link___1yfEV a {
  color: #fff;

}

.ui-module__searchlist-container___3L-Mu .ui-module__see_results___3FPzf {
  padding: 20px 5px 12px 30px;
}

.ui-module__searchlist-container___3L-Mu .ui-module__see_results___3FPzf a {
  color: #2d3192;
}

.ui-module__searchlist-container___3L-Mu .ui-module__see_results___3FPzf a:hover {
  text-decoration: underline;
  color: #2d3192;
}

.ui-module__searchlist-container___3L-Mu .ui-module__searchlist-container-heading___2Ripp {
  padding: 28px 30px 12px 0px;
  margin: 0;
  color: #2E3192;
  border-bottom: 2px solid #2E3192;
  font-size: 14px;
  width: 105px;
  margin-left: 30px
}

.ui-module__wl-searchlist-container___1-naz .ui-module__wl-searchlist-container-heading___9RfDl {
  padding: 28px 30px 12px 0px;
  margin: 0;
  color: #2E3192;
  border-bottom: 2px solid #2E3192;
  font-size: 14px;
  /* width: 105px; */
  margin-left: 30px
}

.ui-module__searchlist-container___3L-Mu ul {
  padding: 12px 5px 12px 30px;
  margin-bottom: 10px
}

.ui-module__mobile-searchlist-container___17IyW ul {
  padding: 0px;
  margin-bottom: 10px
}

.ui-module__searchlist___MuUBo li {
  padding: 8px 0;
  width: 100%;
}

.ui-module__searchlist___MuUBo li a {
  color: #757779;
}

.ui-module__searchlist___MuUBo li a .ui-module__com-name___2JTm6 {
  font-size: 10px;
}

.ui-module__searchlist___MuUBo li a .ui-module__asset-class___2CGo9 {
  color: #2d3192;
  font-size: 10px;
  font-weight: 900
}

.ui-module__searchlist___MuUBo li a:hover {
  color: #757779;
  text-decoration: none
}

.ui-module__mainnavbar___3hUvR .ui-module__guest_login___37n-Y:hover {
  color: #fff !important
}

.ui-module__mainnavbar___3hUvR .ui-module__guest_login___37n-Y {
  margin-top: 18px;
  float: right;
  color: #fff !important;
}

.ui-module__mainnavbar-container___23ic7 a:hover {
  color: #2d3192 !important;
  text-decoration: none
}

.ui-module__mainnavbar-container___23ic7 .ui-module__page-link___1yfEV a:hover {
  color: #fff !important;
  text-decoration: none
}

.ui-module__profile-menu___2typ4 {
  margin-top: 12px;
  margin-right: 40px;
  list-style-type: none;
}

.ui-module__profile-menu___2typ4 .ui-module__user-image___2a7c5+span {
  overflow: hidden;
  white-space: nowrap;
  max-width: 100px;
  text-overflow: ellipsis;
  position: relative;
  top: 3px
}

.ui-module__profile-menu___2typ4 .ui-module__fa-angle-down___t47DJ {
  color: #F7F7F9;
  font-size: 14px;
  margin-left: 10px
}

.ui-module__profile-menu___2typ4 img {
  width: 30px;
  height: 30px;
  margin-right: 5px
}

.ui-module__profile-menu___2typ4>.ui-module__dropdown-menu___Cmjmx {
  position: absolute;
  top: 43px;
  padding: 0;
  right: -1px;
  padding: 16px 0;
  border-radius: 0;
  box-shadow: none;
  color: #979A9D !important;
}

.ui-module__profile-menu___2typ4 .ui-module__dropdown-toggle___2eU7D {
  color: #F7F7F9;
  font-size: 12px;
  text-decoration: none;
  font-weight: 300;
}

.ui-module__profile-menu___2typ4 .ui-module__dropdown-toggle___2eU7D:hover {
  color: #F7F7F9 !important;
  text-decoration: none
}

.ui-module__profile-menu___2typ4>.ui-module__dropdown-menu___Cmjmx a {
  color: #979A9D !important;
}

.ui-module__profile-menu___2typ4>.ui-module__dropdown-menu___Cmjmx a:hover {
  color: #333 !important;
}

.ui-module__profile-menu___2typ4>.ui-module__dropdown-menu___Cmjmx a:hover {
  background: #FFFFFF
}

.ui-module__profile-menu___2typ4>.ui-module__dropdown-menu___Cmjmx li {
  border: none;
  padding: 5px 10px;
}

.ui-module__usernotifications-menu___2-nME {
  margin-right: 25px;
  margin-top: 2px;
  list-style-type: none;

}

.ui-module__usernotifications-menu___2-nME .ui-module__badge___3UqJb {
  height: 19px;
  width: 19px;
  padding: 4px;
  border-radius: 50%;
  background-color: #F44236;
  color: #FFFFFF;
  font-size: 9px;
  font-weight: 300;
  position: relative;
  top: 10px;
  left: 10px;
}

.ui-module__usernotifications-menu___2-nME .ui-module__dropdown-toggle___2eU7D {
  width: 20px;
  height: 30px;
  display: inline-block
}

li.ui-module__usernotifications-menu___2-nME>.ui-module__dropdown-menu___Cmjmx {
  top: 54px;
  padding: 0;
  left: -347px;
  border-radius: 0;
  background: #fff;

}

.ui-module__usernotifications-menu___2-nME .ui-module__notification-item___KyG_m {
  border-bottom: 1px solid #DEDEDE;
  padding: 23px 1px;
  margin: 0 17px 0 10px;
  position: relative;

}

.ui-module__notification-container___TDT_T .ui-module__notification-item___KyG_m .ui-module__notification-item-message___2OPfN {
  width: 250px;
  padding-left: 20px;
}

.ui-module__notification-container___TDT_T .ui-module__notification-item___KyG_m .ui-module__bell-colour-icon___5x3od {
  position: absolute;
  top: 27px;
}

.ui-module__notification-container___TDT_T {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 506px;
  width: 410px;
  padding: 0 0 0 0;
  color: #979A9D;
  font-size: 14px;
  background: #fff;
  margin: 0 10px
}

.ui-module__usernotifications-menu___2-nME>.ui-module__dropdown-menu___Cmjmx::after {
  position: absolute;
  content: "";
  right: 58px;
  top: -13px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

.ui-module__usernotifications-menu___2-nME>.ui-module__dropdown-menu___Cmjmx .ui-module__date-text___HRTAJ {
  color: #979A9D;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  width: 120px;
}


.ui-module__usernotifications-menu___2-nME>.ui-module__dropdown-menu___Cmjmx .ui-module__notification-container___TDT_T::-webkit-scrollbar {
  width: 3px;
}

.ui-module__usernotifications-menu___2-nME>.ui-module__dropdown-menu___Cmjmx .ui-module__notification-container___TDT_T::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

.ui-module__usernotifications-menu___2-nME>.ui-module__dropdown-menu___Cmjmx .ui-module__notification-container___TDT_T::-webkit-scrollbar-thumb {
  width: 3px;
  /* background-color: #DEDEDE; */
  border-radius: 10px;
  background: linear-gradient(0deg, rgb(253 45 124 / 32%) 0%, rgb(45 49 146) 100%);
}

.ui-module__usernotifications-menu___2-nME>.ui-module__dropdown-menu___Cmjmx a {
  white-space: inherit;
}

.ui-module__usernotifications-menu___2-nME>.ui-module__dropdown-menu___Cmjmx .ui-module__notification-container___TDT_T a {
  color: #979A9D;
}

.ui-module__notification_box___2eaYW {
  margin: 50px auto;
}

.ui-module__notification-width___BG5ai {
  width: 600px !important;
}

.ui-module__notification_box___2eaYW .ui-module__modal-content___2aTQv {
  border-radius: 0
}

.ui-module__notification_box___2eaYW .ui-module__box-notification-container___DERO- {
  overflow-y: auto;
  max-height: 330px;
  min-height: 230px;
  padding: 0 0 0 0;
  color: #979A9D;
  font-size: 14px;
  background: #fff;
}

.ui-module__notification_box___2eaYW .ui-module__box-notification-container___DERO- a {
  color: #979A9D;
}

.ui-module__notification_box___2eaYW .ui-module__box-notification-container___DERO- a {
  text-decoration: none
}

.ui-module__notification_box___2eaYW .ui-module__box-notification-item___2C8Au {
  border-bottom: 1px solid #DEDEDE;
  padding: 10px 1px 15px 1px;
  margin: 0 17px 0 10px;
  position: relative;
}

.ui-module__notification_box___2eaYW .ui-module__box-notification-item-message___35UJC {
  padding-left: 20px;
  width: 500px;
}

.ui-module__notification_box___2eaYW .ui-module__date-text___HRTAJ {
  width: 120px;
  text-align: right
}

.ui-module__box-notification-item___2C8Au .ui-module__bell-colour-icon___5x3od {
  position: absolute;
  top: 12px;
}

.ui-module__notification_box___2eaYW .ui-module__box-notification-container___DERO-::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.ui-module__notification_box___2eaYW .ui-module__box-notification-container___DERO-::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

/* Handle */
.ui-module__notification_box___2eaYW .ui-module__box-notification-container___DERO-::-webkit-scrollbar-thumb {
  width: 3px;
  /* background-color: #DEDEDE; */
  border-radius: 10px;
  background: linear-gradient(0deg, rgb(253 45 124 / 32%) 0%, rgb(45 49 146) 100%);
}

.ui-module__mainnavbar-mobile-top___oXUIS {
  background: #2d3192;
  padding: 15px 0 0 0;
  height: 55px;
}

.ui-module__mainnavbar-mobile___4YKZS .ui-module__guest_login___37n-Y {
  margin-top: 2px;
  float: right;
  color: #fff !important;
}

.ui-module__mainnavbar-mobile___4YKZS .ui-module__guest_login___37n-Y:hover {
  color: #fff !important
}

.ui-module__mainnavbar-mobile-left___fDrxl {
  width: 160px;
  padding-left: 10px
}

.ui-module__mainnavbar-mobile-right___3VfEq {
  width: calc(100% - 160px);
  padding-right: 10px;
  margin-top: -1px;
}

.ui-module__mainnavbar-mobile___4YKZS .ui-module__logo-xs___2ut1d {
  width: 100px;
  margin-left: 10px
}

.ui-module__mainnavbar-mobile___4YKZS .ui-module__mobile-search-form___2o9YK {
  background: #f4f4f4
}

.ui-module__mainnavbar-mobile___4YKZS .ui-module__navbar-input-search-xs___WmG5- {
  width: 100%;
  padding: 7px 10px;
  background: #fbfbfb;
}

.ui-module__mainnavbar-mobile___4YKZS .ui-module__navbar-input-search-xs___WmG5-:focus {
  outline: none
}

.ui-module__mainnavbar-mobile___4YKZS .ui-module__search-btn___2puNk {
  border: none;
  height: 35px;
  width: 40px;
  /* background:transparent url("/images/search.png") 10px  no-repeat; */
  position: absolute;
  z-index: 5;
  right: 0px;
  top: 55px;
}

.ui-module__mainnavbar-mobile___4YKZS .ui-module__search-btn___2puNk:focus,
.ui-module__mainnavbar-mobile___4YKZS .ui-module__search-btn___2puNk:active {
  border: none;
  outline: none;
  box-shadow: none;
  /* background:transparent url("/images/search.png") 10px  no-repeat; */
}

.ui-module__mainnavbar-mobile___4YKZS .ui-module__searchlist-container___3L-Mu {
  left: 0;
  width: 100%;
  top: 90px;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ui-module__mainnavbar-mobile___4YKZS .ui-module__create-post-btn___MrGui {
  padding: 2px 10px;
  margin-top: 0px
}

.ui-module__mainnavbar-mobile___4YKZS .ui-module__profile-menu___2typ4 {
  margin-top: -3px;
  margin-left: 15px;
}

.ui-module__mainnavbar-mobile___4YKZS .ui-module__profile-menu___2typ4 .ui-module__fa-angle-down___t47DJ {
  margin-left: 0
}

.ui-module__mainnavbar-mobile___4YKZS .ui-module__profile-menu___2typ4>.ui-module__dropdown-menu___Cmjmx {
  top: 340x;
  left: -44px
}

.ui-module__mainnavbar-mobile___4YKZS .ui-module__usernotifications-menu___2-nME {
  margin-top: -3px
}

/* .mainnavbar-mobile .usernotifications-menu .dropdown-toggle {
  padding: 15px 10px;
} */
.ui-module__mainnavbar-mobile___4YKZS .ui-module__bell-icon___3Ptjg {
  position: absolute;
  top: 5px
}

.ui-module__mainnavbar-mobile___4YKZS .ui-module__usernotifications-menu___2-nME>.ui-module__dropdown-menu___Cmjmx {
  top: 42px;
  left: -178px;

}

.ui-module__mainnavbar-mobile___4YKZS .ui-module__usernotifications-menu___2-nME>.ui-module__dropdown-menu___Cmjmx::after {
  right: 117px
}

.ui-module__mainnavbar-mobile___4YKZS .ui-module__usernotifications-menu___2-nME .ui-module__badge___3UqJb {
  top: 0;
  left: 10px;
}

.ui-module__mainnavbar-mobile___4YKZS .ui-module__notification-container___TDT_T {
  max-height: 206px;
  width: 300px;
}

.ui-module__mainnavbar-mobile___4YKZS .ui-module__notification-container___TDT_T .ui-module__notification-item___KyG_m .ui-module__notification-item-message___2OPfN {
  width: 200px;
}

.ui-module__sidenav___11Afp {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  background-color: #0d3aff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

/* Anoop Css */
.ui-module__sidenav___11Afp>a {
  padding: 10px 8px 10px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  display: block;
  white-space: nowrap;
  transition: 0.3s;
}


.ui-module__sidenav___11Afp a:hover {
  color: #f1f1f1 !important;
}

.ui-module__sidenav___11Afp .ui-module__closebtn___dd9zW {
  position: absolute;
  top: 14px;
  color: #fff;
  right: 25px;
  font-size: 37px;
  cursor: pointer;
}

.ui-module__sidenavOptions___2s8OQ {
  height: 93%;
  width: 100%;
  position: fixed;
  z-index: 1040;
  top: 55px;
  left: 0;
  background-color: #0d3aff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}

/* Anoop Css */
.ui-module__sidenavOptions___2s8OQ>a {
  padding: 10px 8px 10px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  display: block;
  white-space: nowrap;
  transition: 0.3s;
  font-weight: 600;
}

.ui-module__sidenavOptions___2s8OQ a:focus {
  color: #fff !important;
  text-decoration: none !important;
}

.ui-module__sidenavOptions___2s8OQ a:hover {
  color: #f1f1f1 !important;
  text-decoration: none !important;
}

.ui-module__sidenavOptions___2s8OQ .ui-module__closebtn___dd9zW {
  position: absolute;
  top: 14px;
  color: #fff;
  right: 25px;
  font-size: 37px;
  cursor: pointer;
}

.ui-module__footer-container___6mzl1 {
  position: absolute;
  bottom: 20px;
}

.ui-module__footer-container___6mzl1 a {
  padding: 10px 8px 10px 32px;
}

.ui-module__sidenavsocial-link___2fj59 {
  padding-left: 32px;
}

.ui-module__sidenavsocial-link___2fj59 a {
  display: inline-block;
  border: 2px solid #ccc;
  height: 40px;
  width: 40px;
  color: #fff;
  font-size: 20px;
  border-radius: 30%;
}

.ui-module__sidenavsocial-link___2fj59 a.ui-module__twitter-link___vWCfV {
  padding: 5px 10px;
}

.ui-module__sidenavsocial-link___2fj59 a.ui-module__facebook-link___1_QRe {
  padding: 5px 13px;
}

.ui-module__sidenavsocial-footer___ayO4u {
  display: inline-block;
  border: 2px solid #2d3192;
  height: 40px;
  width: 40px;
  color: #2d3192;
  font-size: 20px;
  border-radius: 30%;
}

.ui-module__sidenavsocial-footer___ayO4u a.ui-module__twitter-link___vWCfV {
  padding: 5px 10px;
}

.ui-module__sidenavsocial-footer___ayO4u a.ui-module__facebook-link___1_QRe {
  padding: 5px 13px;
}

.ui-module__footer-copyright___kBiKO {
  color: #F7F7F9;
  font-size: 12px;
  font-weight: 300;
  padding: 5px 32px;
  width: 320px;
}

.ui-module__logo-footer___3REaF {
  width: 96px;
  height: 24px
}

@media screen and (max-height: 420px) {
  .ui-module__sidenav___11Afp {
    padding-top: 15px;
  }
  .ui-module__sidenavOptions___2s8OQ {
    padding-top: 15px;
  }

  .ui-module__footer-container___6mzl1 .ui-module__footer-copyright___kBiKO,
  .ui-module__footer-container___6mzl1 .ui-module__logo-footer___3REaF {
    display: none;
  }

  .ui-module__footer-container___6mzl1 {
    position: absolute;
    bottom: 30px;
  }

  .ui-module__sidenav___11Afp>a {
    padding: 5px 32px;
  }

  .ui-module__sidenavOptions___2s8OQ>a {
    padding: 5px 32px;
  }
  
}

@media (max-width: 421px) {
.ui-module__eyeicon___2oyeC {
    bottom: 40px !important;
  }
}


.ui-module__mandatory-icon___Y8NLW {
  color: red;
}

/*start of profile pic change css*/
.ui-module__update-profile-pic___39pYH {
  position: absolute;
  top: 49px;
  left: 5px;
  z-index: 100;
  width: 90px;
  height: 48px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  background: #000;
  opacity: 0.6;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  border-top: 0;
}

.ui-module__middle-screen___2IJFM .ui-module__update-profile-pic___39pYH {
  position: absolute;
  top: 33px;
  left: 3px;
  z-index: 100;
  width: 64px;
  height: 33px;
  color: #999;
  font-size: 30px;
  background: #000;
  opacity: 0;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  border-top: 0;
}

.ui-module__update-profile-pic___39pYH:hover {
  opacity: 0.8;
}

.ui-module__file-upload-lbl___P72c6 {
  position: relative;
  width: 180px;
  height: 60px;
  background: #f7f7f7;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 5px;
  padding-top: 20px;
  text-align: center
}

.ui-module__file-upload-lbl___P72c6 .ui-module__profile-update-text___2w2fd {
  color: #2d3192;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px
}

.ui-module__profile-picker___2oqiW {
  font-size: 40px;
  width: 180px;
  opacity: 0;
  cursor: pointer;
  margin: 0 auto;
  position: absolute;
  left: calc(50% - 90px);
}

.ui-module__previewtext___3YUrB {
  font-size: 12px;
  font-style: italic;
  top: 45%;
  text-align: center;
  position: relative;
}

.ui-module__imagepreview___33EJn {
  width: 155px;
  height: 155px;
  margin: 5px auto 20px;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 50%;
}

.ui-module__imagepreview___33EJn img {
  max-width: 100%;
  max-height: 100%;
  width: 143px;
  height: 143px;
  border-radius: 50%
}

/*end of profile pic change css*/

/* start of trending assets CSS style*/
.ui-module__trending-assets___1YaYZ {
  height: auto;
  /* border-top: 3px solid #323292;
  border-bottom: 3px solid #323292; */
  background: #fff;
}

.ui-module__trending-assets___1YaYZ .ui-module__asset_page_link___sPYc1 {
  background: #2d3192;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 1000;
}

.ui-module__trending-assets___1YaYZ .ui-module__asset_page_link___sPYc1 a {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
}

.ui-module__trending-assets___1YaYZ .ui-module__asset_page_link___sPYc1 a:hover {
  text-decoration: none
}

.ui-module__trending-assets-post-container___27CZd {
  border: 1px solid #ECEDEF;
  border-width: 1px 0;
}

.ui-module__trending-assets___1YaYZ .ui-module__trending-assets-heading___2pe9e {
  margin: 0;
  padding: 24px 15px;
  color: #474747;
  font-size: 18px;
  font-weight: 600;
  font-size: 24px;
  font-weight: 600;
  text-shadow: 1px 0 #474747;
}

.ui-module__trending-assets___1YaYZ .ui-module__switchtab-text___2x3bK {
  padding-left: 70px;
  padding-top: 2px;
}

.ui-module__trending-assets___1YaYZ .ui-module__trending-assets-heading-xs___2gsH5 {
  margin: 0;
  padding: 24px 10px;
  color: #393C40;
  font-size: 14px;
  font-weight: 600;
}

.ui-module__trending-assets___1YaYZ .ui-module__chart-heading___3wk6z {
  margin-left: 30px;
  text-transform: uppercase
}

.ui-module__trending-assets___1YaYZ .ui-module__active-tab-heading___2yVKH {
  color: #2d3192;
  font-size: 12px;
  font-weight: 900;
  border-bottom: 2px solid #2d3192;
  text-transform: uppercase
}

.ui-module__trending-assets___1YaYZ .ui-module__inactive-tab-heading___12pnA {
  color: #393C40;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase
}

.ui-module__trending-assets___1YaYZ .ui-module__tab___2gf0e {
  background-color: #EDEDED;
  width: 100%;
  height: 390px;
  overflow: hidden;
}

.ui-module__trending-assets___1YaYZ .ui-module__tab___2gf0e::-webkit-scrollbar {
  display: none
}

.ui-module__trending-assets___1YaYZ .ui-module__tab___2gf0e .ui-module__menuitem___3ExyO {
  display: block;
  /* background-color: #ededed; */
  background-color: #fff;
  color: #393C40 !important;
  font-size: 18px;
  font-weight: 300;
  padding: 19.4px 32px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #ECEDEF;
  border-left: 1px solid #ECEDEF;
}

.ui-module__trending-assets___1YaYZ .ui-module__tab___2gf0e .ui-module__menuitem___3ExyO:hover {
  background-color: #2d3192;
  color: #fff !important;
}

.ui-module__trending-assets___1YaYZ .ui-module__tab___2gf0e .ui-module__menuitem___3ExyO {
  color: #393C40 !important;
}

.ui-module__trending-assets___1YaYZ .ui-module__tab___2gf0e .ui-module__menuitem___3ExyO a:hover {
  background-color: #2d3192;
  color: #fff !important;
}

.ui-module__trendingassets-slider___1G-hC {
  width: 100%;
  height: 40px;
  position: relative;
  z-index: 56;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.ui-module__bktibx___1P_TS {
  display: table-cell;
  padding: 9px 10px 0 10px;
  font-size: 14px;
  background: #fff;
  color: #393C40;
  height: 40px;
  white-space: nowrap;
  text-align: center;
}

.ui-module__bktibx___1P_TS:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 40%;
  margin-left: 10px;
  background-color: #ccc;
}

.ui-module__bktibx___1P_TS.ui-module__tslshow___38cxv.ui-module__active___Zpl54:not(:last-child)::after{
  display: none;
}


.ui-module__tslshow___38cxv .ui-module__active___Zpl54 {
  color: #fff;
  background: #2d3192;
  font-weight: 500;
  border-radius: 10px;
}

.ui-module__leftArrow___1Uq96 {
  width: 40px;
  height: 40px;
  background: #2e3192;
  position: absolute;
  left: 0px;
  top: -1px
}

.ui-module__leftArrow___1Uq96 .ui-module__fa___OWH4U,
.ui-module__rightArrow___1OM4I .ui-module__fa___OWH4U {
  font-size: 24px;
  color: #fff;
  padding: 7px 14px
}

.ui-module__rightArrow___1OM4I {
  width: 40px;
  height: 40px;
  background: #2e3192;
  position: absolute;
  right: 0px;
  top: -1px
}

.ui-module__viewContainer___2vD-H {
  width: calc(100% - 0px);
  height: 100%;
  position: absolute;
  /* left: 40px; */
  overflow-x: scroll;
  overflow-y: hidden
}

.ui-module__viewContainer___2vD-H::-webkit-scrollbar {
  display: none
}

.ui-module__trending-assets___1YaYZ .ui-module__tabcontent___1Ptsv {
  width: 100%;
  border-left: none;
  height: 390px;
  overflow-y: scroll
}

.ui-module__trending-assets___1YaYZ .ui-module__tabcontent___1Ptsv::-webkit-scrollbar {
  display: none
}

/* .trending-assets .tab .menuitem:hover {
  background-color: #2d3192;
  color:#fff;
} */


.ui-module__trending-assets___1YaYZ .ui-module__tab___2gf0e .ui-module__menuitem___3ExyO.ui-module__active___Zpl54 {
  background-color: #2d3192;
  color: #fff !important;
}

.ui-module__trending-assets___1YaYZ .ui-module__tabcontent___1Ptsv .ui-module__media___d4Ihe {
  position: relative;
  padding-top: 10px
}

.ui-module__ban-fade___2sEBZ {
  pointer-events: none;
}

.ui-module__trending-assets___1YaYZ .ui-module__tabcontent___1Ptsv .ui-module__media___d4Ihe .ui-module__ban-content___2fDNM {
  position: absolute;
  width: 100%;
  color: #2E3192;
  font-weight: bold;
  letter-spacing: 2px;
  letter-spacing: 4.8px;
  text-align: center;
  z-index: 345;
  height: 100%;
  padding-top: 60px;
  background: rgba(222, 222, 222, 0.9);
}

.ui-module__trending-assets___1YaYZ .ui-module__tabcontent___1Ptsv .ui-module__media___d4Ihe .ui-module__ban-content-subtext___3k6yS {
  font-weight: 300;
  letter-spacing: 1px;
}

.ui-module__trending-assets___1YaYZ .ui-module__tabcontent___1Ptsv .ui-module__media-left___39-O7 {
  padding: 22px 18px 22px 25px
}

.ui-module__trending-assets___1YaYZ .ui-module__tabcontent___1Ptsv .ui-module__media-body___3hsEK {
  padding-top: 25px
}

.ui-module__username-textcontainer___1i899 {
  margin-bottom: 6px
}

.ui-module__username-text___2Qyzh,
.ui-module__adminname-text___gWIwY,
.ui-module__assetname-text___2e3iw,
.ui-module__deleted-text___3ikxD {
  color: #2C2E31 !important;
  font-size: 15px;
  font-weight: 900;
}

.ui-module__postcontent-text___2Sowa {
  /* color: #767779;	
margin:10px 0 5px 0;
font-size: 12px;	
padding-right:30px;
font-weight: 300;	 */
  color: #404040;
  /* font-size: 14px; */
  font-size: 15px;
  padding-right: 30px;
  font-weight: 400;
  word-spacing: 2.2px;
  margin-bottom: 13px;
  word-break: break-word;
  white-space: pre-wrap;
  min-height: 10px;
}

/* .postcontent-text{
  color: #767779;	
  margin:10px 0 5px 0;
  font-size: 14px;	
  padding-right:30px;
  font-weight: 300;	
} */
.ui-module__postcontent-text___2Sowa a {
  text-decoration: none !important;
}

.ui-module__postcontent-text___2Sowa strong {
  color: #2d3192
}

.ui-module__postdate-circle___tPKjR {
  font-size: 11px;
  /* color: #1DE9B6; */
  color: #fff;
  margin-right: 10px;
}

.ui-module__postdate-container___1nzaV {
  margin-right: 30px;
  position: relative;
}

.ui-module__postdate-text___x-6YD {
  color: #AAAEB3;
  font-size: 10px;
  letter-spacing: 0.5px;
}

.ui-module__tag-container___qr_hZ {
  margin: 10px 0;
}

.ui-module__tagcontainer-mobile___bR9jx {
  margin: 0px 0 10px 0 !important;
  padding-left: 20px
}

.ui-module__tag-text___2aLuh {
  color: #2E3192;
  font-size: 12px;
  font-weight: 600;
  margin-right: 10px;
}

.ui-module__tag___1r5pm {
  background: #F44236;
  border-radius: 15px;
  padding: 5px 15px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1.20px;
  line-height: 0;
  text-align: center;
  margin-right: 8px;
  font-weight: 900;
}

.ui-module__tag___1r5pm:hover {
  text-decoration: none;
}

.ui-module__tag-user___es6XE {
  background: #ebebf4;
  color: #2d3192 !important;
  opacity: 0.7;
}

.ui-module__tag-user___es6XE:hover {
  color: #fff;
}

.ui-module__postparent-credit___2Ko9o {
  color: #AAAEB3;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 10px;
  text-align: right;
}

/* 
.postparent-credit{
  color: #AAAEB3;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom:10px;
  font-size: 12px;
  text-align: right;
} */
.ui-module__postparent-credit___2Ko9o .ui-module__vieweye-box___k9MIw {
  height: 15px;
  position: relative;
  top: -6px;
}

.ui-module__postparent-credit___2Ko9o .ui-module__eye-icon___2XhkB {

  margin-right: 23px;
}

.ui-module__postparent-text___WNRcS {
  color: #43469D;
  font-size: 9px;
  text-align: right;
}

/* .postparent-text{
  color: #43469D;	
  font-size: 11px;	
  text-align: right;
} */
.ui-module__action-container___3PXkf {
  border: 1px solid #ECEDEF;
  border-width: 1px 0;
  padding: 12px 0px 12px 25px;
  color: #AAAEB3;
  font-size: 10px;
  margin-top: 5px;
  letter-spacing: 1.3px;
  display: flex;
  justify-content: space-around;
}

/* .action-container{
  border:1px solid #ECEDEF;
  border-width:1px 0;
  padding: 12px 0px 12px 25px;		
  color: #AAAEB3;	
  font-size: 12px;
  margin-top: 5px;
  letter-spacing: 1.3px;
} */
.ui-module__action-container___3PXkf .ui-module__action___3IcXd {
  margin-right: 10px;
}


.ui-module__action-container___3PXkf .ui-module__like-icon___XJRsJ,
.ui-module__action-container___3PXkf .ui-module__comment-icon____QNB8,
.ui-module__action-container___3PXkf .ui-module__share-icon___eDVTb,
.ui-module__action-container___3PXkf .ui-module__ban-icon___jZOer,
.ui-module__action-container___3PXkf .ui-module__retweet-icon___k1Qsl,
.ui-module__action-container___3PXkf .ui-module__star-icon___syaAQ {
  position: relative;
  top: -10px;
  margin-right: 17px;
}

.ui-module__action-container___3PXkf .ui-module__action-text___32T_r {
  padding-left: 3px;
  color: #42505a !important;
  letter-spacing: 0.4px;
}

.ui-module__action-container___3PXkf .ui-module__rating___36WJW {
  margin-top: 5px;
}

.ui-module__rating___36WJW>label:before {
  margin: 0 2px 0 0;
  font-size: 15px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.ui-module__rating___36WJW>label {
  color: #ddd;
  float: right;
  cursor: pointer;
}

.ui-module__rating___36WJW:not(:checked)>label:hover,
.ui-module__rating___36WJW:not(:checked)>label:hover~label {
  color: #2d3192
}

/*End of trending assets CSS style*/

/*polls css*/
.ui-module__polls___yeHIt {
  padding: 35px 22px 10px 28px;
  min-height: 210px
}

.ui-module__polls___yeHIt h3 {
  color: #393C40;
  font-size: 18px;
  font-weight: 600;
}

.ui-module__poll-text___k8s0d {
  color: #404040;
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-module__polls___yeHIt .ui-module__btn-submit___KyOKC {
  width: 100%;
  height: 50px;
  font-size: 10px;
  background: #2d3192;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0 5px;
  letter-spacing: 0.6px;
  white-space: inherit;
}

.ui-module__polls___yeHIt .ui-module__btn-result___2Z1_j {
  width: 100%;
  height: 50px;
  font-size: 10px;
  font-weight: bold;
  color: #AAAEB3;
  text-align: center;
  padding: 0 5px;
  letter-spacing: 0.6px;
  white-space: inherit;
  background-color: #fff;
  border-color: #ccc;
}

.ui-module__btn-submit___KyOKC:hover {
  color: #ffffff !important;
}

.ui-module__btn-result___2Z1_j:hover {
  color: #AAAEB3 !important;
}

.ui-module__polls___yeHIt .ui-module__state___26vVh {
  color: #868687;
  font-size: 12px;
  font-weight: 300;
}

.ui-module__poll-result-chart___3adiq {
  width: 100%;
  height: 125px
}

.ui-module__happy_icon___16Dn5 {
  font-size: 84px !important;
  color: #59c7ac;
}

.ui-module__sad_icon___3BI_0 {
  font-size: 84px !important;
  color: #F44236;
}

.ui-module__happy_icon___16Dn5:hover {
  opacity: 0.5;
}

.ui-module__sad_icon___3BI_0:hover {
  opacity: 0.5;
}

.ui-module__mood_container___1PHfJ {
  position: relative;
  height: 85px;
  display: inline-block
}

.ui-module__mood_container___1PHfJ i {
  font-size: 85px;
}

.ui-module__smile-under___3iBNg {
  color: #59c7ac;
  vertical-align: top;
}

.ui-module__smile-over___30fBS {
  position: absolute;
  top: 0;
  left: 0;
  color: #EAEAEA;
  overflow: hidden;
}

.ui-module__frown-under___1xSYS {
  color: #F44236;
  vertical-align: top;
}

.ui-module__frown-over___3IV3a {
  position: absolute;
  top: 0;
  left: 0;
  color: #EAEAEA;
  overflow: hidden;
}

.ui-module__polls___yeHIt .ui-module__vote_percent___2PdyC {
  color: #2C2E31;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
}

.ui-module__polls___yeHIt .ui-module__vote_count___228Dl {
  color: #AAAEB3;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

/*polls css end*/


/*Start of new post css*/
.ui-module__newpost-container___3xaZt {
  border: 3px solid transparent !important;
  background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box,
    linear-gradient(to right, darkblue, darkorchid) border-box;
  border-width: 3px 1px !important;
  padding: 10px 21px 4px 21px;
  border-radius: 10px;
}

.ui-module__newpost-container-heading___3DeWH {
  color: #5C5C5D;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 21px;
}

.ui-module__newpost-container___3xaZt .ui-module__message-box___lh-kR {
  min-height: 140px;
  border: 1px solid #C6C9CF;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 14px;
  color: #404040;
}

.ui-module__newpost-container___3xaZt .ui-module__message-box___lh-kR .ui-module__excess-content___MzaKm {
  background: #ff9696;
  color: #000;
}

.ui-module__message-box___lh-kR:focus {
  outline: none;
  border: 1px solid transparent !important;
  background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box, linear-gradient(to right, darkblue, darkorchid) border-box !important;
}

/* .newpost-container .is-placeholder:before{
  content: attr(data-placeholder);
  color: #aab8c2;
  position: absolute;
  pointer-events: none;
  color: #868687;	
  font-size: 12px;	
  font-weight: 300;
} */

.ui-module__is-placeholder___3UfYw[data-placeholder]:empty:before {
  content: attr(data-placeholder);
  color: #555;
}

.ui-module__is-placeholder___3UfYw[data-placeholder]:empty:before {
  content: attr(data-placeholder);
  color: #555;
}

.ui-module__is-placeholder___3UfYw[data-placeholder]:empty:focus:before {
  content: "";
}

.ui-module__newpost-container___3xaZt .ui-module__tagbox___1Zd5p {
  height: 14px;
  width: 14px;
  background: #7678b7;
  vertical-align: middle;
}

.ui-module__newpost-container___3xaZt .ui-module__tagtext___3wQ_D {
  color: #5C5C5D;
  font-size: 12px;
  /* letter-spacing: 1.20px; */
  /* margin-left: 10px; */
  font-weight: 600;
  font-family: 'Poppins';
}

.ui-module__taglist-suggestions___3kRFN {
  max-height: 150px;
  overflow-y: auto;
  font-size: 12px;
  color: #5C5C5D;
  border: 1px solid #5C5C5D;
  border-width: 1px 0;
}

.ui-module__taglist-suggestions___3kRFN .ui-module__list-group-item___WhvTv {
  border-radius: 0
}

.ui-module__taglist-suggestions___3kRFN::-webkit-scrollbar {
  display: none
}

.ui-module__newpost-container___3xaZt .ui-module__post-btn___2-QBl {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  height: 34px;
  width: auto;
  min-width: 85px;
  background: linear-gradient(50.67deg, #2E3192 0%, #2E3192 100%);
  margin-top: 5px;
  border-radius: 30px;
}

.ui-module__newpost-container___3xaZt .ui-module__post-btn___2-QBl:hover {
  background-color: #2E3192;
  color: #FFFFFF;
}
.ui-module__newpost-container___3xaZt .ui-module__post-btn___2-QBl:focus {
  background-color: #2E3192;
  color: #FFFFFF;
}

.ui-module__newpost-container___3xaZt .ui-module__tag___1r5pm {
  padding: 6px 10px
}

.ui-module__newpost-container___3xaZt .ui-module__tag___1r5pm .ui-module__fa-close___JYtg8 {
  margin-right: 7px;
  font-size: 12px;
}

.ui-module__newpost-container___3xaZt strong {
  color: #2E3192;
}

/*End of newpost css*/


/*start of trending users css*/
.ui-module__trending-users-container___2qYGo {
  font-size: 10px;
  color: #AAAEB3;
}

.ui-module__trending-users___pF48g {
  height: 613px;
  overflow: hidden
}

.ui-module__trending-users-container___2qYGo .ui-module__heading___2ECJk {
  color: #393C40;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 5px 10px 5px;
  /* border-bottom: 1px solid #e5e5e5; */
}

.ui-module__trending-users___pF48g .ui-module__carousel-block___1uD4q {
  height: 400px
}

.ui-module__trending-users___pF48g .ui-module__trending-user-block___Jr8Kd {
  height: 120px
}

.ui-module__trending-users___pF48g .ui-module__favourite-assets___16cNS {
  border: 1px solid #ECEDEF;
  border-radius: 5px;
  /* background-color: #f6f7f7; */
  padding: 11px 20px;
  font-size: 12px;
  min-height: 70px;
  color: #AAAEB3;
  ;
}

.ui-module__trending-users___pF48g .ui-module__asset-text___274aJ {
  color: #393C40;
  font-size: 12px;
  font-weight: 300;
  padding-left: 2px
}

.ui-module__trending-users___pF48g .ui-module__btn___2yO1u {
  height: 34px;
  width: 97px;
  font-size: 10px;
  letter-spacing: 0.6px;
  margin-top: 12px;
  color: #404040;
  font-weight: bold;
  border: 1px solid #A1A1A1;
  border-radius: 20px !important
}

.ui-module__trending-userslist___2vCjc .ui-module__btn___2yO1u {
  height: 34px;
  width: 97px;
  font-size: 10px;
  letter-spacing: 0.6px;
  color: #B8B8C5;
  font-weight: bold;
  border: 1px solid #A1A1A1;
  border-radius: 20px !important
}

.ui-module__trending-users___pF48g .ui-module__btn-danger___2FZ5V {
  color: #fff !important;
}

.ui-module__btn-danger___2FZ5V {
  color: #fff !important;
}

.ui-module__trending-users___pF48g .ui-module__follow-btn___3r2Yc,
.ui-module__trending-userslist___2vCjc .ui-module__follow-btn___3r2Yc {
  background: #2d3192;
  color: #fff;
  font-weight: bold;
  border-radius: 20px !important;
}

.ui-module__new-follow-btn___1pVFw {
  background: #2d3192 !important;
  color: #fff !important;
  font-weight: bold !important;
  border-radius: 20px !important;
  font-size: 10px !important;
  letter-spacing: 0.6px !important;
  padding: 6px 12px !important;
  height: 34px !important;
  width: 97px !important;
}

.ui-module__new-follow-btn___1pVFw:hover {
  background: #efefef !important;
  color: #404040 !important;
}

.ui-module__new-following-btn___13bXo {
  height: 34px;
  width: 110px;
  letter-spacing: 0.6px;
  font-size: 10px !important;
  border-radius: 20px !important;
  background: #efefef !important;
  color: #404040 !important;
  padding: 6px 12px !important;
  font-weight: bold !important;
}

.ui-module__new-following-btn___13bXo:hover {
  background: #dc3545 !important;
  color: #fff !important;
}

.ui-module__msg-count___3UA-4 {
  letter-spacing: 1.2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 135px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.ui-module__trending-users___pF48g .ui-module__carousel-indicators___3ojvP {
  position: absolute;
  top: 408px;
}

/*End of trending user css*/
/*start of trending topics css*/
.ui-module__trending-topics___3_MAn {
  background: #fff;
  min-height: 140px;
  /* height:200px; */
}

/* .trending-div{
  height: 200px;
} */
.ui-module__trending-topics___3_MAn .ui-module__heading___2ECJk {
  margin: 0;
  padding: 20px 5px;
  color: #393C40;
  font-size: 18px;
  font-weight: 600;
  /* border-bottom: 1px solid #ECEDEF; */
}

.ui-module__trending-topics-modal___lC-tT .ui-module__modal-dialog___1Vv4Y {
  width: 800px;
  min-height: initial;
  margin: auto;
}

.ui-module__trending-topics___3_MAn .ui-module__media___d4Ihe .ui-module__ban-content___2fDNM,
.ui-module__trending-topics-modal___lC-tT .ui-module__media___d4Ihe .ui-module__ban-content___2fDNM {
  position: absolute;
  width: 100%;
  color: #2E3192;
  font-weight: bold;
  letter-spacing: 2px;
  letter-spacing: 3.8px;
  text-align: center;
  z-index: 345;
  height: 100%;
  padding-top: 30px;
  background: rgba(222, 222, 222, 0.9);
}

.ui-module__trending-topics-modal___lC-tT .ui-module__media___d4Ihe .ui-module__ban-content___2fDNM {
  padding-top: 60px;
}

.ui-module__trending-topics___3_MAn .ui-module__media___d4Ihe .ui-module__ban-content-subtext___3k6yS,
.ui-module__trending-topics-modal___lC-tT .ui-module__media___d4Ihe .ui-module__ban-content-subtext___3k6yS {
  font-weight: 300;
  letter-spacing: 1px;
}

.ui-module__trending-topics___3_MAn .ui-module__media-left___39-O7 {
  padding: 17px 15px 22px 18px
}

.ui-module__trending-topics___3_MAn .ui-module__media-body___3hsEK {
  padding-top: 20px;
  padding-bottom: 15px;
  padding-right: 5px;
}

.ui-module__trending-topics___3_MAn .ui-module__reshout-credit___3wcOQ {
  left: 82px;
  margin-right: 0px
}

.ui-module__trending-topics___3_MAn .ui-module__media___d4Ihe {
  position: relative;
  border-bottom: 1px solid #ECEDEF;
  padding-top: 10px
}

.ui-module__trending-topics-modal___lC-tT .ui-module__media___d4Ihe {
  margin: 0px;
  padding-top: 10px
}

.ui-module__trending-topics-modal___lC-tT .ui-module__media-left___39-O7 {
  padding: 22px 18px 22px 25px
}

.ui-module__trending-topics-modal___lC-tT .ui-module__media-body___3hsEK {
  padding-top: 25px
}

.ui-module__trending-topics___3_MAn .ui-module__action___3IcXd {
  margin-right: 6px
}

.ui-module__trending-topics___3_MAn .ui-module__like-icon___XJRsJ,
.ui-module__trending-topics___3_MAn .ui-module__share-icon___eDVTb,
.ui-module__trending-topics___3_MAn .ui-module__comment-icon____QNB8 {
  position: relative;
  top: -10px;
  right: 10px;
}

.ui-module__trending-topics___3_MAn .ui-module__postdate-container___1nzaV {
  margin-right: 0px;
  margin-top: 0px;
  width: initial;
  float: right;
}

.ui-module__trending-topics___3_MAn .ui-module__postdate-text___x-6YD {
  padding-right: 0
}

.ui-module__trending-topics-modal___lC-tT .ui-module__post-container___3TAIF::-webkit-scrollbar {
  width: 3px;
}

.ui-module__trending-topics-modal___lC-tT .ui-module__post-container___3TAIF::-webkit-scrollbar-track {
  background-color: #f4f4f4;
  border-radius: 10px;
}

.ui-module__trending-topics-modal___lC-tT .ui-module__post-container___3TAIF::-webkit-scrollbar-thumb {
  width: 3px;
  /* background-color: #DEDEDE; */
  background: linear-gradient(0deg, rgb(253 45 124 / 32%) 0%, rgb(45 49 146) 100%) !important;
  border-radius: 10px;
}

.ui-module__ban-fade___2sEBZ {
  pointer-events: none;
}


.ui-module__trending-topics-modal___lC-tT .ui-module__post-container___3TAIF {
  height: 465px;
  overflow-y: auto;
}

.ui-module__trending-topics-modal___lC-tT .ui-module__media___d4Ihe {
  position: relative;
}

.ui-module__trending-topics-modal___lC-tT .ui-module__modal-content___2aTQv {
  border-radius: 0;
}

/*end of trending topics css*/
/*start of message- board css*/
.ui-module__message-board-heading___2nZQE {
  margin-top: 8px;
  padding: 0px 5px;
  color: #474747 !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  text-shadow: 1px 0px #474747 !important;
}

.ui-module__message-board-heading-xs___MSazw {
  margin-top: 22px;
  padding: 0px 5px;
  color:#474747 !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  text-shadow: 1px 0px #474747 !important;
}

.ui-module__message-board___3I0tZ {
  background: #fff;
  min-height: 200px;
  margin-bottom: 50px;
}

.ui-module__message-board___3I0tZ .ui-module__active-tab-heading___2yVKH {
  color: #2d3192;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 2px solid #2d3192;
  margin-left: 0;
  margin-right: 29px;
  font-family: 'Poppins';
  letter-spacing: 1px;
}

.ui-module__message-board___3I0tZ .ui-module__inactive-tab-heading___12pnA {
  color: #5C5C5D;
  font-size: 14px;
  font-weight: 600;
  margin-left: 0;
  margin-right: 29px;
  font-family: 'Poppins';
  letter-spacing: 1px;
}

.ui-module__inactive-tab-heading___12pnA:hover {
  color: #2d3192;
  font-weight: bold;
  border-bottom: 2px solid #2d3192;
}

.ui-module__message-board___3I0tZ::-webkit-scrollbar {
  display: none
}

.ui-module__new-post-notify___xTYhd {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.6px;
  background: #F44236;
  padding: 11px;
  height: 39px
}

.ui-module__new-post-notify___xTYhd .ui-module__message-icon___1ENuU {
  position: relative;
  top: -10px;
  margin-right: 27px
}

.ui-module__message-board___3I0tZ .ui-module__media-left___39-O7 {
  padding: 22px 18px 22px 25px;
}

.ui-module__message-board___3I0tZ .ui-module__media___d4Ihe {
  position: relative;
  padding-top: 10px;
}

.ui-module__message-board___3I0tZ .ui-module__postcontent-box___3MSmd:first-child {
  border-top: 1px solid #ECEDEF;
}

.ui-module__ban-fade___2sEBZ {
  pointer-events: none;
}

.ui-module__message-board___3I0tZ .ui-module__media___d4Ihe .ui-module__ban-content___2fDNM {
  position: absolute;
  width: 100%;
  color: #2E3192;
  font-weight: bold;
  letter-spacing: 2px;
  letter-spacing: 4.8px;
  text-align: center;
  z-index: 345;
  height: 100%;
  padding-top: 60px;
  background: rgba(222, 222, 222, 0.9);
}

.ui-module__message-board___3I0tZ .ui-module__media___d4Ihe .ui-module__ban-content-subtext___3k6yS {
  font-weight: 300;
  letter-spacing: 1px;
}

.ui-module__message-board___3I0tZ .ui-module__media-left___39-O7 {
  padding: 22px 18px 22px 25px
}

.ui-module__message-board___3I0tZ .ui-module__media-body___3hsEK {
  padding-top: 25px
}

/*End of message board css*/
/*Start of list popup box*/
.ui-module__popup-list___15zQ9 .ui-module__modal-content___2aTQv {
  border-radius: 0;
  height: 320px
}

.ui-module__popup-list___15zQ9 .ui-module__modal-header___2zAXr {
  border: none;
  padding: 20px 12px 0 26px;
}

.ui-module__popup-list___15zQ9 .ui-module__modal-body___3-TCt {
  padding: 0 10px 0 0
}

.ui-module__close-box___wpd0i {
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
  z-index: 10;
}

.ui-module__close-box___wpd0i .ui-module__close-icon___1WCtQ {
  position: absolute;
}

.ui-module__popup-list___15zQ9 h3 {
  color: #393C40;
  font-size: 18px;
  font-weight: 600;
}

.ui-module__userlist-container___1khkd {
  height: 265px;
  overflow-y: auto;
  color: #2C2E31;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px
}

.ui-module__userlist-container___1khkd .ui-module__asset-image___1vcq4 {
  margin-left: 28px;
  margin-right: 20px;
  font-size: 10px;
  width: 42px;
  height: 42px;
  vertical-align: middle;
}

.ui-module__userlist-container___1khkd::-webkit-scrollbar {
  width: 3px;
}

.ui-module__userlist-container___1khkd::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

.ui-module__userlist-container___1khkd::-webkit-scrollbar-thumb {
  width: 3px;
  /* background-color: #DEDEDE; */
  background: linear-gradient(0deg, rgb(253 45 124 / 32%) 0%, rgb(45 49 146) 100%);
  border-radius: 10px;
}

.ui-module__userlist-item___2mYHU a {
  color: #2C2E31;
}

.ui-module__userlist-item___2mYHU {
  border-bottom: 1px solid #ECEDEF;
  padding: 9px 0;
}

.ui-module__userlist-item___2mYHU img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 0
}

.ui-module__userlist-container___1khkd .ui-module__post-image-container___9vVmb {
  margin-left: 27px;
  margin-right: 12px;
}

.ui-module__userlist-item___2mYHU .ui-module__rating-text___3R7ub {
  letter-spacing: 1.2px;
  color: #707070;
  font-weight: 600;
  margin-top: 10px;
  font-size: 10px;
}

.ui-module__userlist-item___2mYHU a .ui-module__popover-name___37_5B,
.ui-module__popover-content___3vyz8 a .ui-module__popover-name___37_5B {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 125px;
  display: inline-block;
}

.ui-module__popover-content___3vyz8 a .ui-module__popover-name___37_5B {
  position: relative;
  top: 5px
}

/*End of list popup box*/
/*start of tag popover*/
.ui-module__tagpopover___35mh3 {
  min-width: 270px;
  height: auto;
  min-height: 310px;
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  color: #AAAEB3;
  padding: 0
}

.ui-module__tagpopover-topsection___-MGk8 {
  min-height: 100px
}

.ui-module__tagpopover-bottomsection___3whb0 {
  /* position: absolute; */
  bottom: 30px;
}

.ui-module__tagpopover___35mh3 .ui-module__color-text___CpHPg {
  color: #2d3192;
  font-size: 18px;
}

.ui-module__tagpopover___35mh3 .ui-module__popover-content___3vyz8 {
  padding: 10px 0
}

.ui-module__tagpopover___35mh3 .ui-module__popoverdata-container___eR0pB {
  padding: 20px
}

.ui-module__tagpopover___35mh3 .ui-module__btn___2yO1u {
  height: 34px;
  width: 97px;
  font-size: 10px;
  letter-spacing: 0.6px;
  margin-top: 12px;
  color: #B8B8C5;
  font-weight: bold;
  border: 1px solid #A1A1A1;
}

.ui-module__tagpopover___35mh3 .ui-module__btn-danger___2FZ5V {
  color: #fff !important;
}

.ui-module__tagpopover___35mh3 .ui-module__follow-btn___3r2Yc {
  background: #2d3192;
  color: #fff;
  border-radius: 20px !important;
}

.ui-module__tagpopover___35mh3 .ui-module__ratingbar___3ZX9m {
  width: 100%;
  height: 2px;
  margin-top: 8px;
  background: #979A9D
}

.ui-module__tagpopover___35mh3 .ui-module__font8___1v4lf {
  font-size: 8px;
  padding-top: 5px;
}

.ui-module__tagpopover___35mh3 .ui-module__avgrating___3hJg2 {
  width: 2px;
  height: 10px;
  position: absolute;
  top: -4px;
  background: #2d3192
}

/*end of tag popover*/
/*start of social share box css*/
.ui-module__share-postbox___3uhEU .ui-module__modal-content___2aTQv {
  height: 206px;
  max-width: 383px;
  color: #2C2E31;
  font-size: 12px;
  font-weight: 300;
  margin: 80px auto;
  border-radius: 0
}

.ui-module__facebook-share-btn___235W4 {
  margin-left: 28px;
  margin-top: 15px;
}

.ui-module__twitter-share-btn___1PMwA {
  margin-left: 28px
}

.ui-module__share-text___g3DiO {
  padding-left: 28px
}

/*end of social share box css*/

/*start of mow css*/
.ui-module__mow___vYLjQ {
  color: #4C4C4C;
  font-size: 12px;
  font-weight: 300;
  padding: 24px 22px;
  min-height: 265px
}

.ui-module__mow___vYLjQ a {
  color: #4C4C4C;
}

.ui-module__user-image___2a7c5 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 2px 0
}

.ui-module__mow___vYLjQ .ui-module__postcontent___3zoIc {
  margin-top: 12px;
}

.ui-module__user-image___2a7c5 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 2px
}

.ui-module__mow___vYLjQ .ui-module__heading___2ECJk {
  color: #4C4C4C;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.ui-module__mow___vYLjQ .ui-module__carousel-indicators___3ojvP {
  top: 180px;
  position: absolute;
}

/*end of mow css*/
/*start of user of the week css*/
.ui-module__aotw-container___3RGoC {
  color: #AAAEB3;
  font-size: 10px;
  font-weight: 300;
  height: 260px
}

.ui-module__aotw___DtWXS .ui-module__week-text___216Vj {
  padding: 0
}

.ui-module__aotw-container___3RGoC .ui-module__heading___2ECJk {
  color: #4C4C4C;
  font-size: 18px;
  font-weight: 600;
  padding: 18px 0px;
  margin: 0
}

.ui-module__aotw___DtWXS {
  padding: 10px 24px;
}

.ui-module__auotw___NRKEI a {
  color: #2C2E31;
}

.ui-module__graybox___1C8FS {
  height: 14px;
  width: 14px;
  background: #b9b9c6;
  vertical-align: middle;
}

.ui-module__asset-image___1vcq4 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 2px;
  background: #2d3192;
  color: #fff;
  font-weight: bold;
  padding: 13px 0;
  text-align: center;
  overflow: hidden;
  display: inline-block;
}

.ui-module__aotw-container___3RGoC .ui-module__carousel-indicators___3ojvP {
  top: 160px;
  position: absolute;
}

.ui-module__aotw___DtWXS .ui-module__btn___2yO1u {
  height: 34px;
  width: 97px;
  font-size: 10px;
  letter-spacing: 0.6px;
  margin-top: 12px;
  font-weight: bold;
  background: #efefef;
  /* color: #fff; */
  font-weight: bold;
  border-radius: 20px !important;
  /* border: 1px solid #A1A1A1; */
}

.ui-module__aotw___DtWXS .ui-module__btn-danger___2FZ5V {
  color: #fff !important;
}

.ui-module__aotw___DtWXS .ui-module__follow-btn___3r2Yc {
  background: #2d3192;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
}

/*end of user of thw week css*/

/*start of user of the week css*/
.ui-module__uotw-container___pzEvn {
  height: 265px;
  color: #AAAEB3;
  font-size: 10px;
  font-weight: 300;
}

.ui-module__uotw___2EBu- {
  padding: 24px;
  height: 195px;
}

.ui-module__uotw___2EBu- a {
  color: #2C2E31;
}

.ui-module__graybox___1C8FS {
  height: 14px;
  width: 14px;
  background: #b9b9c6;
  vertical-align: middle;
}

.ui-module__user-image___2a7c5 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 2px
}

.ui-module__uotw___2EBu- .ui-module__heading___2ECJk {
  color: #4C4C4C;
  font-size: 18px;
  font-weight: 600;
}

.ui-module__uotw-container___pzEvn .ui-module__favourite-assets___16cNS {
  border: 1px solid #ECEDEF;
  background-color: #f6f7f7;
  padding: 11px 20px;
  font-size: 12px;
  min-height: 70px;
}

.ui-module__uotw-container___pzEvn .ui-module__asset-text___274aJ {
  color: #393C40;
  font-size: 12px;
  font-weight: 300;
  padding-left: 2px
}

.ui-module__platform-text___6yvY_ {
  color: #2E3192;
  font-size: 10px;
  font-weight: bold;
}

.ui-module__uotw___2EBu- .ui-module__btn___2yO1u {
  height: 34px;
  width: 97px;
  font-size: 10px;
  letter-spacing: 0.6px;
  margin-top: 12px;
  color: #404040;
  background: #efefef;
  font-weight: bold;
  border-radius: 20px;
}


.ui-module__uotw___2EBu- .ui-module__btn-danger___2FZ5V {
  color: #fff !important;
}

.ui-module__uotw___2EBu- .ui-module__follow-btn___3r2Yc {
  background: #2d3192;
  color: #fff;
  font-weight: bold;
  border-radius: 20px !important;
}

.ui-module__msg-count___3UA-4 {
  letter-spacing: 1.2px
}

/*end of user of thw week css*/
/*start of portfolio of the week css*/
.ui-module__potw-container___3uAo6 {
  min-height: 300px;
  color: #393C40;
  font-size: 10px;
  font-weight: 300;
}

.ui-module__potw___381Ge {
  padding: 25px 5px 0 24px;
  min-height: 80px;
  position: relative;
}

.ui-module__potw-container___3uAo6 .ui-module__heading___2ECJk {
  padding: 24px 23px;
  color: #393C40;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
}

.ui-module__potw-container___3uAo6 .ui-module__like-icon-container___1eZJk {
  position: absolute;
  right: 30px
}

.ui-module__potw___381Ge a {
  color: #2C2E31;
}

.ui-module__user-image___2a7c5 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 2px
}

.ui-module__potw-container___3uAo6 .ui-module__carousel-indicators___3ojvP {
  position: absolute;
  top: 200px
}

.ui-module__potw-container___3uAo6 .ui-module__portfolio-assets___Zn2_U {
  padding: 11px 20px;
  font-size: 12px;
  height: 70px;
  color: #AAAEB3;
  ;
}

.ui-module__potw-container___3uAo6 .ui-module__asset-text___274aJ {
  color: #393C40;
  font-size: 12px;
  font-weight: 300;
  padding-left: 2px
}

.ui-module__potw-container___3uAo6 .ui-module__rupee-icon___3KsE3 {
  font-size: 24px !important;
}

.ui-module__potw-container___3uAo6 .ui-module__gain-sign___2Gq75,
.ui-module__potw-container___3uAo6 .ui-module__loss-sign___owanh {
  font-size: 14px;
  margin-right: 5px;
}

.ui-module__potw-container___3uAo6 .ui-module__gainloss-value___1UVW1 {
  position: relative;
  top: -5px;
}

.ui-module__potw-container___3uAo6 .ui-module__portfolio-name___hfzRk {
  color: #272727;
  font-size: 12px;
  font-weight: 300;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-module__potw-container___3uAo6 .ui-module__rupee-icon-sm___1b9ev {
  font-size: 12px;
  color: #2C2E31;
}

.ui-module__potw-container___3uAo6 .ui-module__gainloss-textred___3yBjd {
  color: #F44236;
  font-size: 14px;
  font-weight: 300;
  padding-left: 9px
}

.ui-module__potw-container___3uAo6 .ui-module__gainloss-textgreen___1yfVF {
  color: #1DE9B6;
  font-size: 14px;
  font-weight: 300;
  padding-left: 9px
}

/*end of potw*/
/*Weekly trends css*/
.ui-module__weeklytrends-container___35Dpx {
  background: #fff;
  min-height: 300px;
  color: #AAAEB3;
  font-size: 10px !important;
  font-weight: 300;
}

.ui-module__weeklytrends-container___35Dpx .ui-module__heading___2ECJk {
  color: #474747;
  margin: 0;
  font-size: 24px !important;
  font-weight: 900 !important;
  text-shadow: 1px 0px #474747 !important;
  padding: 15px 0px 10px 0px;
}

.ui-module__weeklytrends-container___35Dpx .ui-module__trend-filter___ue1CS {
  background: #2E3192;
  min-height: 48px;
  padding: 10px 0px;
}

.ui-module__weeklytrends-container___35Dpx .ui-module__trend-filter___ue1CS .ui-module__type___1bw-8 {
  color: #999EA4;
  font-size: 14px;
  padding: 5px 20px;
  display: table-cell;
  font-weight: 300;
}

.ui-module__weeklytrends-container___35Dpx .ui-module__trend-filter___ue1CS .ui-module__type___1bw-8 .ui-module__active___Zpl54 {
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #fff
}

/* .weeklytrends-container span:hover{
  color: #fff;		
  font-weight: bold;
  border-bottom: 2px solid #fff
} */

.ui-module__weeklytrends-container___35Dpx .ui-module__uotw___2EBu- {
  height: 195px;
  padding: 10px 0px
}

.ui-module__weeklytrends-container___35Dpx .ui-module__aotw___DtWXS,
.ui-module__weeklytrends-container___35Dpx .ui-module__motw___1VM46 {
  height: 195px;
  padding: 10px 24px
}

.ui-module__week-text___216Vj {
  color: #4C4C4C;
  font-size: 12px;
  padding: 10px;
  font-weight: 300;
}

.ui-module__weeklytrends-container___35Dpx .ui-module__favourite-assets___16cNS {
  border: 1px solid #ECEDEF;
  border-radius: 5px;
  /* background-color: #f6f7f7; */
  padding: 11px 20px;
  font-size: 12px;
  min-height: 70px;
  /* margin-top: 20px; */
  margin-top: 4px;
  /* position: absolute; */
  bottom: 0px;
  width: 100%;
}

.ui-module__weeklytrends-container___35Dpx .ui-module__asset-text___274aJ {
  color: #393C40;
  font-size: 14px;
  font-weight: 300;
  padding-left: 2px
}

.ui-module__weeklytrends-container___35Dpx .ui-module__nodata___3mJR4 {
  margin: 98px 0;
  font-size: 14px;
  text-align: center
}

.ui-module__uotw___2EBu- a {
  color: #2C2E31;
}

.ui-module__mow-popup___1cBqB .ui-module__modal-dialog___1Vv4Y {
  width: 800px;
  min-height: initial;
  margin: auto;
}

.ui-module__strike-price-tick___3dCEb {
  position: absolute;
  right: 50px;
  top: 15px;
  color: #29e9ba;
}

.ui-module__show-stocks-for-trending___2uKIq {
  font-size: 14px;
  text-align: center;
  padding: 8px 5px;
  color: #2b2f8d;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box,
    linear-gradient(to right, darkblue, darkorchid) border-box;
  border-radius: 14px;
}

.ui-module__show-stocks-for-trending___2uKIq:hover {
  color: #fff;
  background: #2d3192;
}

.ui-module__tagasset-container___3TyS5 {
  padding: 3px 10px;
  color: #F44236;
  background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box,
    linear-gradient(to right, #F44236, #9478a1) border-box !important;
  border: 1px solid transparent !important;
  border-width: 2px 1px !important;
  border-radius: 25px !important;
  box-shadow: 0px 8px 15px rgb(0 0 0 / 10%) !important;
  transition: all 0.3s ease 0s !important;
  outline: none !important;
  margin-left: 5px;
  cursor: pointer;
}
.ui-module__ss-top-hr-center___1pVBl {
  display: grid;
}
@media only screen and (max-width:767px) {
  .ui-module__strike-price-tick___3dCEb {
      right: 70px;
    }
  .ui-module__mow-popup___1cBqB .ui-module__modal-dialog___1Vv4Y,
  .ui-module__trending-topics-modal___lC-tT .ui-module__modal-dialog___1Vv4Y {
    width: 360px;
    min-height: initial
  }

  .ui-module__pl-xxl___2Zhty {
    padding-left: 35px;
  }
  .ui-module__ss-top-hr___3mTP6 {
    margin-bottom: 0px;
  }
  .ui-module__ss-top-hr-center___1pVBl {
    text-align: center;
  }
}

/*end of weekly trends css*/
/*message popup box css*/
.ui-module__message-popup-box___3X8hV .ui-module__modal-content___2aTQv {
  border-radius: 0;
  min-height: 330px
}

.ui-module__message-popup-box___3X8hV .ui-module__modal-body___3-TCt {
  padding: 0
}

.ui-module__message-popup-box___3X8hV .ui-module__newpost-container___3xaZt {
  border: none
}

.ui-module__message-popup-box___3X8hV .ui-module__media___d4Ihe {
  position: relative;
  padding-top: 10px;
  margin: 0
}

.ui-module__message-popup-box___3X8hV .ui-module__media___d4Ihe:nth-child(3) {
  padding-top: 0px;
}

.ui-module__message-popup-box___3X8hV .ui-module__media-left___39-O7 {
  padding: 22px 18px 22px 25px;
}

.ui-module__connecting-line___1WdJc {
  /* border-left: 2px solid #AAAEB3;
  height: 20px;
  position: relative;
  left: 50px; */
  border-left: 2px solid #AAAEB3;
  height: 20px;
  position: relative;
  left: 0px;
  /* right: 30px; */
  width: 20px;
  margin: auto;
  margin-left: 55px;
}

.ui-module__connecting-line-text___pNC_S {
  font-size: 12px;
  position: relative;
  left: 20px;
  display: block;
  color: #2d3192;
  font-weight: 600;
  cursor: pointer;
}

.ui-module__child-post-container___3JJdW {
  background: #f4f4f4;

}

.ui-module__child-posts___VMaIb {
  /* height: 260px; */
  overflow-y: auto;
  margin-right: 10px;
  margin-bottom: 15%;
}

.ui-module__child-posts___VMaIb::-webkit-scrollbar {
  width: 3px;
}

.ui-module__child-posts___VMaIb::-webkit-scrollbar-track {
  background-color: #f4f4f4;
  border-radius: 10px;
}

.ui-module__child-posts___VMaIb::-webkit-scrollbar-thumb {
  width: 3px;
  /* background-color: #DEDEDE; */
  background: linear-gradient(0deg, rgb(253 45 124 / 32%) 0%, rgb(45 49 146) 100%);
  border-radius: 10px;
}

.ui-module__child-post-container___3JJdW .ui-module__media-left___39-O7 {
  padding-left: 15px;
}

.ui-module__child-post-container___3JJdW .ui-module__media___d4Ihe {
  padding: 30px 0px 0px 5px;
  position: relative;
}

.ui-module__child-post-container___3JJdW .ui-module__action-container___3PXkf {
  border: 1px solid #ECEDEF;
  border-width: 1px 0;
  padding: 12px 0px 12px 25px;
  color: #AAAEB3;
  font-size: 10px;
  margin-top: 5px;
  letter-spacing: 1.3px;
}

.ui-module__child-post-container___3JJdW .ui-module__ban-fade___2sEBZ {
  position: relative;
}

.ui-module__child-post-container___3JJdW .ui-module__postdate-container___1nzaV {
  margin-right: 10px
}

.ui-module__message-popup-box___3X8hV .ui-module__ban-content___2fDNM,
.ui-module__child-post-container___3JJdW .ui-module__ban-content___2fDNM {
  position: absolute;
  width: 100%;
  color: #2E3192;
  font-weight: bold;
  letter-spacing: 2px;
  letter-spacing: 4.8px;
  text-align: center;
  z-index: 345;
  height: 100%;
  padding-top: 60px;
  background: rgba(222, 222, 222, 0.9);
}

.ui-module__child-post-container___3JJdW .ui-module__ban-content___2fDNM {
  width: calc(100% - 64px)
}

.ui-module__child-post-container___3JJdW .ui-module__ban-content-subtext___3k6yS,
.ui-module__message-popup-box___3X8hV .ui-module__ban-content-subtext___3k6yS {
  font-weight: 300;
  letter-spacing: 1px;
}

/*end of message popup box css*/


/*start of trending asset bar css*/
.ui-module__trending-asset-bar___2ufzS {
  background: #fff;
  padding: 19px 24px;
  border: 3px solid #2E3192;
  border-width: 3px 0
}

.ui-module__trending-asset-bar___2ufzS .ui-module__heading___2ECJk {
  color: #393C40;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px
}

.ui-module__trending-asset-bar___2ufzS .ui-module__asset-block___26kyP {
  margin-right: 50px
}

.ui-module__trending-asset-bar___2ufzS .ui-module__asset-name___24Odg {
  color: #2E3192;
  /* #272727;*/
  font-size: 18px;
  font-weight: 300;
}

.ui-module__trending-asset-bar___2ufzS .ui-module__asset-sector___VvKom {
  color: #272727;
  font-size: 12px;
  font-weight: 300;
}

.ui-module__trending-asset-bar___2ufzS .ui-module__view-all___2ZMkl,
.ui-module__trending-asset-container___2jFMf .ui-module__view-all___2ZMkl {
  color: #2E3192;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  border-bottom: 2px solid #2E3192;
}

.ui-module__trending-assets___1YaYZ .ui-module__view-all___2ZMkl {
  color: #2E3192;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  border-bottom: 2px solid #2E3192;
}

/*end of trending asset bar css*/
/*start of trending asset sidebar css*/
.ui-module__trending-asset-container___2jFMf {
  background-color: #FFF;
  /* border-top: 3px solid #323292; */
}

.ui-module__trending-asset-container___2jFMf .ui-module__heading___2ECJk {
  margin: 0;
  padding: 0;
  color: #393C40;
  font-size: 18px;
  font-weight: 600;
  /* border-bottom: 1px solid #2d3192; */
}

.ui-module__sidebar-trending-assets___3fqKO {
  min-height: 384px;
  background-color: #fff;
}

.ui-module__trending-asset-item___1NPMR {
  display: block;
  background-color: #fff;
  color: #393C40;
  font-size: 18px;
  font-weight: 300;
  padding: 19px 16px 19px 32px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #ECEDEF;
}

.ui-module__trending-asset-item___1NPMR a {
  color: #393C40;
}

.ui-module__trending-asset-item___1NPMR:hover {
  background-color: #2d3192;
  color: #fff;
}

.ui-module__trending-asset-container___2jFMf .ui-module__arrow-link___28pCu {
  height: 23px;
  width: 23px;
  background-color: #2E3192;
  border-radius: 50%;
  margin-top: 3px;
  display: inline-block;
}

.ui-module__arrow-link___28pCu .ui-module__right-arrow-icon___26pfv {
  position: relative;
  top: -2px;
  left: 10px;
  color: #fff;
  font-size: 16px;
}

/*end of trending asset sidebar css*/
/*start of search page css*/
.ui-module__searchdata-container___G_3mv {
  background: #fff;
  padding: 10px 0px;
  min-height: 285px;
  margin-bottom: 10px
}

.ui-module__searchdata-container___G_3mv .ui-module__asset-class___2CGo9 {
  color: #2d3192;
  font-size: 12px;
  font-weight: 900
}

.ui-module__searchdata-container___G_3mv .ui-module__com-name___2JTm6 {
  font-size: 12px;
}

.ui-module__searchdata-container___G_3mv .ui-module__heading___2ECJk {
  color: #2d3192;
  font-size: 60px;
  margin: 0;
  margin: 0;
  font-weight: 600;
}

.ui-module__searchpage-container-heading___3N7XR {
  padding: 25px 0 10px 0;
  color: #393C40;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-left: 5px;
  margin: 0 20px 20px 20px
}

.ui-module__searchpage-container-heading___3N7XR.ui-module__active___Zpl54 {
  border-bottom: 2px solid #2d3192;

}

.ui-module__searchdata-container___G_3mv .ui-module__table___v4SDp a {
  color: #333
}

.ui-module__searchdata-container___G_3mv .ui-module__table-responsive___1HMhs {
  max-width: calc(100% - 40px);
}

.ui-module__searchdata-container___G_3mv .ui-module__table-responsive___1HMhs a:hover {
  text-decoration: none
}

.ui-module__searchdata-container___G_3mv .ui-module__table___v4SDp {
  border: 1px solid #ddd
}

/*end of search page css*/
/*start of create portfolio*/
.ui-module__portfolio-popup___3O01I .ui-module__modal-dialog___1Vv4Y {
  width: 885px
}

.ui-module__portfolio-popup___3O01I .ui-module__modal-content___2aTQv {
  width: 100%;
  min-height: 320px;
}

.ui-module__create-portfolio-black___-t8x9 {
  background: #000;
  /* padding: 34px 32px; */
  padding: 10px 20px;
  transition: all 1.2s ease-in-out;
  /* box-shadow: 0 0 11px rgba(33,33,33,.2); */
}

.ui-module__create-portfolio-black___-t8x9 .ui-module__heading___2ECJk {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: left
}

.ui-module__create-portfolio-black___-t8x9 label {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px
}

.ui-module__create-portfolio___1fjRd {
  background: #fff;
  /* padding: 34px 32px; */
  padding: 10px 20px;
  transition: all 1.2s ease-in-out;
  /* box-shadow: 0 0 11px rgba(33,33,33,.2); */
}

.ui-module__create-portfolio___1fjRd .ui-module__heading___2ECJk {
  color: #393C40;
  font-size: 18px;
  font-weight: 600;
  text-align: left
}

.ui-module__create-portfolio___1fjRd label {
  color: #393C40;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px
}

.ui-module__create-portfolio___1fjRd .ui-module__pretty___2UUkX label {
  color: #6A6A6A;
  font-size: 14px;
  font-weight: 300;
  position: relative;
}

.ui-module__create-portfolio___1fjRd .ui-module__pretty___2UUkX.ui-module__p-default___3BepI input:checked~.ui-module__state___26vVh label:after {
  background-color: #3829c5 !important;
  height: 6px;
  width: 6px;
  left: 3px;
  top: 4px
}

.ui-module__pretty___2UUkX .ui-module__state___26vVh label:before {
  /* border-color: #271bb7 !important; */
}

.ui-module__pretty___2UUkX.ui-module__p-default___3BepI input:checked~.ui-module__state___26vVh label:after {
  background-color: #3829c5 !important;
}

.ui-module__pretty-block___37Nsx {
  display: block
}

.ui-module__create-portfolio___1fjRd .ui-module__pretty___2UUkX .ui-module__state___26vVh label:after,
.ui-module__create-portfolio___1fjRd .ui-module__pretty___2UUkX .ui-module__state___26vVh label:before {
  background: #DADADA;
  top: 1px;
  height: 12px;
  width: 12px;
}

.ui-module__pollspretty-radio___2EPbJ {
  height: 14px !important;
  position: relative;
  top: 19px !important;
}

.ui-module__create-portfolio___1fjRd .ui-module__portfolio-name-text___UZl-T {
  background: #FBFBFB;
  color: #797979;
  font-size: 16px;
  letter-spacing: 0.1px;
  box-shadow: none;

}

.ui-module__create-portfolio___1fjRd .ui-module__filter-container___3bSpR {
  padding-right: 0
}

.ui-module__create-portfolio___1fjRd .ui-module__Select___1CbuI.ui-module__has-value___2kpYT.ui-module__is-pseudo-focused___3XQeq.ui-module__Select--single___3WvLz>.ui-module__Select-control___1iTHf .ui-module__Select-value___2ccqb .ui-module__Select-value-label___3Kosx,
.ui-module__create-portfolio___1fjRd .ui-module__Select___1CbuI.ui-module__has-value___2kpYT.ui-module__Select--single___3WvLz>.ui-module__Select-control___1iTHf .ui-module__Select-value___2ccqb .ui-module__Select-value-label___3Kosx {
  font-size: 10px
}

.ui-module__create-portfolio___1fjRd .ui-module__Select-control___1iTHf {
  height: 34px;
  border: none;
  background: #E3E3E3
}

.ui-module__create-portfolio___1fjRd .ui-module__Select-control___1iTHf:focus {
  height: 34px;
  border: none;
  background: #E3E3E3
}

.ui-module__create-portfolio___1fjRd .ui-module__Select___1CbuI.ui-module__is-focused___1MEdm>.ui-module__Select-control___1iTHf {
  background: #E3E3E3
}

.ui-module__create-portfolio___1fjRd .ui-module__Select___1CbuI.ui-module__is-focused___1MEdm:not(.ui-module__is-open___18iXd)>.ui-module__Select-control___1iTHf {
  background: #E3E3E3;
  box-shadow: none;
  border: none
}

.ui-module__create-portfolio___1fjRd .ui-module__Select-placeholder___E8IJO {
  height: 34px;
  color: #797979;
  font-size: 10px;
  letter-spacing: 0.1px;
  background: #E3E3E3
}

.ui-module__create-portfolio___1fjRd .ui-module__Select-arrow___2QBtE {
  display: block;
  border-color: #2d3192 transparent transparent;
  border-width: 7px 5px 2.5px;
  top: 2px;
  left: 5px
}

.ui-module__create-portfolio___1fjRd .ui-module__add-asset___1YKQF {
  height: 34px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  padding: 7px 10px;
  background: #2d3192;
  margin-top: 29px;
  font-weight: 600;
}

.ui-module__create-portfolio___1fjRd .ui-module__delete-icon___3J9BO {
  position: relative;
  top: -12px;
  left: -5px;
}

.ui-module__create-portfolio___1fjRd .ui-module__table___v4SDp>thead>tr>th {
  color: #393C40;
  font-size: 14px;
  font-weight: bold;
}

.ui-module__table-container___1jdDi {
  overflow-x: auto;
  margin-bottom: 5px
}

.ui-module__ams___170yu {
  border: 1px solid #c0b5b5;
  border-radius: 10px;
  padding: 20px 10px !important;
}

.ui-module__table-container___1jdDi::-webkit-scrollbar {
  height: 10px;
}

.ui-module__table-container___1jdDi::-webkit-scrollbar-thumb {
  background: #ccc;
  /* background: linear-gradient(0deg, rgb(253 45 124 / 32%) 0%, rgb(45 49 146) 100%); */
}

.ui-module__table-container___1jdDi::-webkit-scrollbar-track {
  /* background: #fff */
}

.ui-module__create-portfolio___1fjRd .ui-module__table___v4SDp {
  margin-bottom: 5px
}

.ui-module__create-portfolio___1fjRd .ui-module__table___v4SDp>thead>tr>th,
.ui-module__create-portfolio___1fjRd .ui-module__table___v4SDp>tbody>tr>td {
  border: none;
  min-width: 85px
}

.ui-module__showpf-container___2e5rF .ui-module__table___v4SDp>thead>tr>th,
.ui-module__showpf-container___2e5rF .ui-module__table___v4SDp>tbody>tr>td {
  border: none;
  min-width: auto;
}

.ui-module__order-value-light___3Gj8m {
  padding: 8px 18px;
  border-radius: 25px;
  background: #000;
  color: #fff;
}

.ui-module__order-value-dark___2YwtE {
  padding: 8px 18px;
  border-radius: 25px;
  background: #fff;
  color: #000;
}

.ui-module__create-portfolio___1fjRd .ui-module__table___v4SDp>tbody>tr>td {
  color: #6A6A6A;
  font-size: 14px;
  font-weight: 300;
}

.ui-module__create-portfolio___1fjRd .ui-module__table___v4SDp>tbody>tr>td:first-child {
  color: #000000;
  font-weight: 600;
  min-width: 100px
}

.ui-module__create-portfolio___1fjRd .ui-module__table___v4SDp>thead>tr>th:first-child {
  min-width: 10px
}

.ui-module__create-portfolio___1fjRd .ui-module__table-responsive___1HMhs {
  border: none
}

.ui-module__create-portfolio___1fjRd .ui-module__pretty___2UUkX {
  width: 80px;
}

.ui-module__create-portfolio___1fjRd .ui-module__create-btn___2CWl- {
  height: 41px;
  /* width: 140px;	 */
  background-color: #0d3aff;
  color: #FFFFFF;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-align: center;
}

.ui-module__create-portfolio___1fjRd .ui-module__create-btn-draft___1r9Op {
  height: 41px;
  /* width: 140px;	 */
  background-color: #63747d;
  color: #FFFFFF;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-align: center;
}

/*end of create portfolio*/

/*Corporate Info page css*/
.ui-module__corporateinfo___Xeiu5 .ui-module__heading___2ECJk {
  color: #393C40;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin: 0;
  padding: 22px;
  background: #fff;
  /* border-bottom: 1px solid #c0c0c0 */
}

.ui-module__corporateinfo___Xeiu5 .ui-module__tab___2gf0e {
  background-color: #EDEDED;
  width: 100%;
  min-height: 530px;
  height: auto;
  overflow: auto;
}

.ui-module__corporateinfo___Xeiu5 .ui-module__tabcontent___1Ptsv {
  width: 100%;
  border-left: none;
  min-height: 530px;
  overflow: auto;
  background: #fff;

}

.ui-module__corporateinfo___Xeiu5 .ui-module__tab___2gf0e .ui-module__menuitem___3ExyO {
  display: block;
  background-color: #ededed;
  color: #393C40;
  font-size: 18px;
  font-weight: 300;
  padding: 19px 10px 19px 32px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #AAAEB3
}

.ui-module__corporateinfo___Xeiu5 .ui-module__tab___2gf0e .ui-module__menuitem___3ExyO.ui-module__active___Zpl54 {
  background-color: #2d3192;
  color: #fff;
}

.ui-module__top-section___4HRgQ {
  background: #fff;
}

.ui-module__top-section___4HRgQ .ui-module__switch___2y_vw {
  height: 25px;
  width: 90px;
  background: #CCCCCC;
  color: #313131;
  font-size: 14px;
  font-weight: 300;
  float: right;
  text-align: center;
  padding-top: 3px;
  margin-left: 1px
}

.ui-module__top-section___4HRgQ .ui-module__switch___2y_vw.ui-module__active___Zpl54 {
  background: #2E3192;
  color: #fff;
  float: right;
}

.ui-module__mobile-stock-menu___3evkV {
  background: #FFF
}

.ui-module__mobile-stock-menu___3evkV select {
  height: 40px;
  width: 250px;
  margin: 10px;
}

.ui-module__mobile-stock-menu___3evkV select option {
  padding: 0 5px;
  height: 20px;
  font-size: 12px
}

/*Corporate Info page css*/
.ui-module__corporateinfo___Xeiu5 .ui-module__heading___2ECJk {
  color: #393C40;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin: 0;
  padding: 5px;
  background: #fff;
  margin-bottom: 5px;
  /* border-bottom: 1px solid #c0c0c0 */
}

.ui-module__corporateinfo___Xeiu5 .ui-module__tab___2gf0e {
  background-color: #fff;
  width: 100%;
  min-height: 530px;
  height: auto;
  overflow: auto;
}

.ui-module__corporateinfo___Xeiu5 .ui-module__tabcontent___1Ptsv {
  width: 100%;
  border-left: none;
  min-height: 530px;
  overflow: auto;
  background: #fff;

}

.ui-module__corporateinfo___Xeiu5 .ui-module__tab___2gf0e .ui-module__menuitem___3ExyO {
  display: block;
  background-color: #fff;
  color: #393C40;
  font-size: 18px;
  font-weight: 300;
  padding: 19px 10px 19px 32px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #ECEDEF;
}

.ui-module__corporateinfo___Xeiu5 .ui-module__tab___2gf0e .ui-module__menuitem___3ExyO.ui-module__active___Zpl54 {
  background-color: #2d3192;
  color: #fff;
}

.ui-module__corporateinfo___Xeiu5 .ui-module__tab___2gf0e .ui-module__menuitem___3ExyO:hover {
  background-color: #2d3192;
  color: #fff;
}

.ui-module__top-section___4HRgQ {
  background: #fff;
}

.ui-module__top-section___4HRgQ .ui-module__switch___2y_vw {
  height: 25px;
  width: 90px;
  background: #CCCCCC;
  color: #313131;
  font-size: 14px;
  font-weight: 300;
  float: right;
  text-align: center;
  padding-top: 3px;
  margin-left: 1px
}

.ui-module__top-section___4HRgQ .ui-module__switch___2y_vw.ui-module__active___Zpl54 {
  background: #2E3192;
  color: #fff;
  float: right;
}

.ui-module__mobile-stock-menu___3evkV {
  background: #FFF
}

.ui-module__mobile-stock-menu___3evkV select {
  height: 40px;
  width: 250px;
  margin: 10px;
}

.ui-module__mobile-stock-menu___3evkV select option {
  padding: 0 5px;
  height: 20px;
  font-size: 12px
}

.ui-module__newsiframe-container___2VhM_ {
  min-height: 430px;
  background: #fff;
  position: relative;
}

.ui-module__newsiframe-container___2VhM_ .ui-module__heading___2ECJk {
  color: #393C40;
  font-size: 18px;
  padding: 24px 22px;
  background-color: #95959C;
  color: #fff;
  font-weight: 600;
}

.ui-module__newsiframe-container___2VhM_ .ui-module__page-link___1yfEV {
  position: absolute;
  bottom: 0px;
  display: block;
}

.ui-module__newsiframe-container___2VhM_ .ui-module__page-link___1yfEV:hover {
  text-decoration: none
}

.ui-module__page-scrollref___3UoBS {
  font-size: 14px;
  padding: 0 10px;
  color: #393C40;
  font-weight: 600
}

.ui-module__page-scrollref___3UoBS:nth-child(1) {
  padding-left: 20px;
}

.ui-module__page-scrollref___3UoBS:hover span {
  color: #2d3192;
  border-bottom: 2px solid #20429a
}

.ui-module__mobile-market-insight___31WU9 {
  display: none;
}

.ui-module__font15___8BBYf {
  font-size: 15px;
  font-weight: 600;
}

.ui-module__desktop-market-insight___32VGT {
  display: block
}

.ui-module__desktop-market-content___1StM4 {
  padding: 10px 0px 0px 55px;
}

/*end of corporate info page css*/
/*end of corporate info page css*/
@media only screen and (max-width: 992px) {
  .ui-module__top-lm___2E9sY {
    float:unset;
    text-align: center;
    margin-top: 10px;
  }
  .ui-module__show-on-desk___1scdZ {
    display: none;
  }
  .ui-module__hide-on-desk___34Nw7 {
    display: inline-flex;
  }
  .ui-module__btn-full-width___2jMfL {
    white-space: pre-wrap !important;
    width: 100%;
    height: 38px;
    margin-top: 15px;
  }
  .ui-module__navbar-input-search___3hAFn {
    width: 160px !important
  }

  .ui-module__profile-menu___2typ4 {
    margin-right: 5px;
  }

  .ui-module__usernotifications-menu___2-nME {
    margin-right: 5px;
  }

  .ui-module__portfolio-popup___3O01I .ui-module__modal-dialog___1Vv4Y {
    width: 100%;
    margin: auto
  }

  .ui-module__searchlist-container___3L-Mu {
    width: 600px;
  }

  .ui-module__mcx-menus-item___2Jf7W {
    padding: 0px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
  }

  .ui-module__track-head___2D4iM {
    font-size: 14px;
    font-weight: 600;
  }

  .ui-module__corporateinfo___Xeiu5 .ui-module__heading___2ECJk {
    padding: 15px;
  }

  .ui-module__mobile-market-insight___31WU9 {
    display: block;
    margin-top: 15px;
    margin-bottom: -10px;
    margin-left: 5px;
  }

  .ui-module__desktop-market-insight___32VGT {
    display: none
  }

  .ui-module__desktop-market-content___1StM4 {
    padding: 0px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
  .ui-module__asset-char___Qv1oI {
    width: 20px;
  }
  .ui-module__asset-char-font___3yxQs {
    font-size: 16px;
  }
  .ui-module__trending-asset-item___1NPMR {
    font-size: 16px
  }

  .ui-module__weeklytrends-container___35Dpx .ui-module__trend-filter___ue1CS .ui-module__type___1bw-8 {
    padding: 5px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .ui-module__create-portfolio___1fjRd .ui-module__create-btn___2CWl- {
    font-size: 15px;
  }

  .ui-module__create-portfolio___1fjRd .ui-module__create-btn-draft___1r9Op {
    font-size: 15px;
  }

  .ui-module__searchlist-container___3L-Mu {
    width: 400px;
  }

  .ui-module__wl-searchlist-container___1-naz {
    width: 95%;
  }

  .ui-module__notification_box___2eaYW .ui-module__box-notification-item-message___35UJC {
    padding-left: 20px;
    width: 80%;
  }

  .ui-module__pagecontainer___a0ih0 {
    top: 95px;
  }

  .ui-module__pagecontainer2___23rCX {
    top: 95px;
  }

  .ui-module__trending-assets___1YaYZ .ui-module__trending-assets-heading___2pe9e {
    padding: 24px 5px 5px
  }

  .ui-module__trending-assets___1YaYZ .ui-module__switchtab-text___2x3bK {
    padding-left: 10px;
  }

  .ui-module__active-tab-heading___2yVKH,
  .ui-module__inactive-tab-heading___12pnA {
    margin-left: 10px !important;
  }

  .ui-module__full-page-pupup___2h3AJ {
    height: calc(100% - 80px);
  }

  .ui-module__full-page-pupup___2h3AJ .ui-module__modal-content___2aTQv {
    min-height: 100%;
  }

  .ui-module__no-display-xs___1Xomy {
    display: none;
  }

  .ui-module__display-xs___ASi1- {
    display: block;
  }

  .ui-module__display-xs-if___fEBRp {
    display: inline-flex;
  }

  .ui-module__action-container___3PXkf .ui-module__action___3IcXd {
    margin-right: 40px;
  }

  .ui-module__small-popup___26qmm .ui-module__modal-dialog___1Vv4Y {
    width: 360px;
    margin: 80px auto
  }

  .ui-module__create-portfolio___1fjRd .ui-module__filter-container___3bSpR {
    padding-right: 15px
  }

  .ui-module__message-board___3I0tZ .ui-module__inactive-tab-heading___12pnA,
  .ui-module__message-board___3I0tZ .ui-module__active-tab-heading___2yVKH {
    margin-right: 15px;
  }

  .ui-module__searchpage-container-heading___3N7XR {
    font-size: 14px;
    font-weight: 600;
    margin-left: 20px;
    margin-right: 5px;
  }

  .ui-module__searchdata-container___G_3mv .ui-module__heading___2ECJk {
    font-size: 30px;
  }

  .ui-module__authentic___3BiRw.ui-module__fa-check-circle___38rzF {
    padding-left: 5px
  }

  .ui-module__userlist-container___1khkd .ui-module__post-image-container___9vVmb {
    margin-left: 15px;
    margin-right: 5px;
  }

  .ui-module__trendingpost-actionpopover___wk64c {
    display: none !important;
  }

  .ui-module__page-scrollref___3UoBS {
    font-size: 12px;
  }

  .ui-module__page-scrollref___3UoBS:nth-child(1) {
    padding-left: 10px;
  }
}

@media(min-width:767px) {
  .ui-module__display-xs___ASi1- {
    display: none;
  }
  .ui-module__display-xs-if___fEBRp {
    display: none;
  }
  .ui-module__dtb___2REd9 {
    border-top: 1px solid #ECEDEF;
  }

  .ui-module__drb___1dPia {
    border-right: 1px solid #ECEDEF;
  }
  .ui-module__ams___170yu {
    padding: 20px 10px !important;
    width: 55% !important;
    margin-left: 25%;
  }
}

@media(min-width:767px) and (max-width: 992px) {
  .ui-module__winner-rank-img___2ifWS {
    width: 25%
  }

  .ui-module__pl-xxl___2Zhty {
    padding-left: 60px !important;
  }

  .ui-module__pink-square-box___rH02O {
    height: 15px;
    width: 15px;
    left: 180px;
  }
}
.ui-module__bbl-draft-content-desktop___1FzcE {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 500px;
  display: inline-block;
}

@media(max-width:480px) {
  .ui-module__content-warning___OCks9 {
    margin-top: 9%;
  }
  .ui-module__adv-container___tlnG_ {
    font-size: 14px;
  }
  .ui-module__newline-font___1n1Of {
    display: block;
    text-align: center;
  }
  .ui-module__filter-cont___pvF_3 {
    top: -5px;
  }
  .ui-module__draft-content___2wzTf {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 250px;
      display: inline-block;
    }

    .ui-module__bbl-draft-content___2fHt_ {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 300px;
      display: inline-block;
    }
  .ui-module__strike-price-tick___3dCEb {
    right: 50px;
  }
  .ui-module__action-container___3PXkf .ui-module__action___3IcXd {
    margin-right: 15px;
  }

  .ui-module__small-popup___26qmm .ui-module__modal-dialog___1Vv4Y {
    width: 94%;
    margin: 80px auto
  }

  .ui-module__mow-popup___1cBqB .ui-module__modal-dialog___1Vv4Y,
  .ui-module__trending-topics-modal___lC-tT .ui-module__modal-dialog___1Vv4Y {
    width: 94%;
    margin: 80px auto
  }

  .ui-module__notification_box___2eaYW .ui-module__box-notification-item-message___35UJC {
    padding-left: 20px;
    width: 200px;
  }

  .ui-module__userlist-item___2mYHU a .ui-module__popover-name___37_5B {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 180px;
    display: inline-block;
  }

    .ui-module__aotw-word-limit___3H-qg span .ui-module__popover-name___37_5B {
      /* overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 180px;
      display: inline-block; */
    }

  .ui-module__wl-searchlist-container___1-naz {
    width: 92%;
  }
}

.ui-module__goto___32zUs {
  display: none;
  position: relative;
  left: 25px;
  top: 5px;
  border: 1px solid transparent;
  background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box,
    linear-gradient(to right, darkblue, darkorchid) border-box;
  border-radius: 15px;
  padding: 2px 10px 2px 10px;
}

@media (max-width: 766px) {
  .ui-module__goto___32zUs {
    display: block;
  }
  .ui-module__tiny-content___3_5fb {
    font-size: 14px !important;
  }
  .ui-module__tiny-content-explore___1MhgN {
    font-size: 14px !important;
  }
    .ui-module__tiny-content-black___2yCZK {
      font-size: 14px !important;
    }
  
    .ui-module__tiny-content-explore-black___szS-F {
      font-size: 14px !important;
    }
}

label {
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.ui-module__create-new-block___1R6nE {
  border: 1px solid #2d3192;
  padding: 1% 2%;
  border-radius: 12px;
  background: white;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
}


/* .create-new-block:hover {
    background-color:  white;
    box-shadow: 0px 10px 18px  white;
    color: #fff;
    transform: translateY(-1px);
  } */


.ui-module__hc___3IOP9 {
  transform: translateZ(0);
}

.ui-module__hb___Hq8a4 {
  /* will-change: transform; */
}

.ui-module__ha___2u10j {
  height: 100%;
}

.ui-module__gz___2eNeb {
  transition: opacity 100ms 400ms;
}

.ui-module__es___2RByc {
  position: absolute;
}

.ui-module__bk___2rHW7 {
  opacity: 0;
}

.ui-module__bd___3mTKC {
  overflow: hidden;
}

.ui-module__ak___1vwQ0 {
  width: 100%;
}

.ui-module__u___3MjcI {
  left: 0;
}

.ui-module__t___3RaHU {
  top: 0;
}

.ui-module__sticky-bottom-menu___3yUMO {
  display: none;
}

.ui-module__trending-desktop___1AeZh {
  display: block;
}

.ui-module__trending-mobile___2DtxZ {
  display: none;
}

@media (max-width: 650px) {
  .ui-module__sticky-bottom-menu___3yUMO {
    display: block;
    background-color: #fff;
    position: fixed;
    bottom: 0px;
    left: 15px;
    width: 100%;
    padding: 10px;
    color: #676767;
    text-align: center;
    font-weight: 400;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .ui-module__home-icon___cAp-o {
    position: absolute;
    font-size: 23px;
    right: 0px;
    bottom: -3px
  }

  .ui-module__newline___3cYyZ {
    display: block !important;
    font-size: 18px !important;
  }

  .ui-module__no-padding___1_ZrY {
    padding: 0 !important;
  }

  .ui-module__menufont___1Grq0 {
    /* font-size: 11px;
    color: #404040; */
    font-size: 16px;
    color: #474747;
  }

  .ui-module__custom-width___1dddD {
    width: 20%;
  }

  .ui-module__trending-desktop___1AeZh {
    display: none;
  }

  .ui-module__trending-mobile___2DtxZ {
    display: block;
  }

  .ui-module__contentbox-bottom-margin___2oRUG {
    margin-bottom: 65px;
  }
}

@media (max-width:320px) {
  .ui-module__footer-sticky-menu-font___AR0su {
    font-size: 12px;
  }

  .ui-module__home-icon___cAp-o {
    position: absolute;
    font-size: 18px;
    right: 0px;
    bottom: -3px
  }

  .ui-module__menufont___1Grq0 {
    font-size: 9px;
    color: #404040;
  }
}

.ui-module__weekly-mob___1bte7 {
  display: none;
}

.ui-module__mob-none___1Jmiz {
  display: block;
}

/* css fr desktop portfolio page mobile view */
.ui-module__show-tab___16Cvb {
  display: none !important;
}

.ui-module__show-desktop___2MKhy {
  display: block !important;
}

.ui-module__show-desktop-ib___I-G7K {
  display: inline-block !important;
}

.ui-module__hide-desktop___1_xBn {
  display: none !important;
}

.ui-module__hide-desktop-ib___YhP_J {
  display: none !important;
}

.ui-module__show-inline-desktop___10Ukt {
  display: inline-flex !important;
}
.ui-module__show-inline-mobile___v67bv {
  display: none !important;
}

.ui-module__show-desktop-flex___DCsuE {
  display: flex !important;
}

.ui-module__hide-desktop-flex___z3aTR {
  display: none !important;
}

@media (max-width: 767px) {

  .ui-module__show-inline-desktop___10Ukt {
    display: none !important;
  }

  .ui-module__show-inline-mobile___v67bv {
    display: inline-flex !important;
  }

  .ui-module__weekly-mob___1bte7 {
    display: block;
  }

  .ui-module__mob-none___1Jmiz {
    display: none;
  }

  .ui-module__show-desktop___2MKhy {
    display: none !important;
  }

  .ui-module__show-desktop-ib___I-G7K {
    display: none !important;
  }

  .ui-module__main-about-container___1aWxi {
    position: relative;
    top: 90px !important;
    padding: 0px 120px 0px 150px;
  }

  .ui-module__hide-desktop___1_xBn {
    display: block !important;
  }

  .ui-module__show-desktop-flex___DCsuE {
    display: none !important;
  }

  .ui-module__hide-desktop-flex___z3aTR {
    display: flex !important;
  }

  .ui-module__hide-desktop-ib___YhP_J {
    display: inline-flex !important;
  }

  .ui-module__mobilebblbanner___1tyqP {
    height: 200px;
  }

  .ui-module__weeklytrends-container___35Dpx .ui-module__trend-filter___ue1CS .ui-module__type___1bw-8 {
    font-size: 14px;
  }

  .ui-module__viewall-mt___2dFAQ {
    margin-top: 40px;
  }

  .ui-module__mob-m-lg___BMEB9 {
    margin-top: 20px
  }

  .ui-module__mob-mt-lg___3KR6l {
    margin-top: 10px
  }

  .ui-module__mob-mt-xs___3tZoe {
    margin-top: 5px
  }

    .ui-module__mob-mt-sm___3qr9A {
      margin-top: 10px
    }

  .ui-module__pdm-0___31zX_ {
    padding: 0 !important;
  }

  .ui-module__buy-sell-btns___2RXTR {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ui-module__mob-width50___3K5rr {
    width: 60% !important;
  }

  .ui-module__widthmob15___2nld2 {
    width: 15%;
    font-size: 14px;

  }

  .ui-module__widthmob-15___3yuVN {
    width: 15px;
    /* font-size: 14px; */

  }

  .ui-module__mob-buy-sell-width___8Fbyg {
    padding: 8px !important;
    width: 40% !important;
  }

  .ui-module__mob-width-35___2JHKM {
    width: 35% !important;
  }

}

@media (max-width: 370px) {
  .ui-module__weeklytrends-container___35Dpx .ui-module__trend-filter___ue1CS .ui-module__type___1bw-8 {
    font-size: 10px;
  }

  .ui-module__weeklytrends-container___35Dpx .ui-module__trend-filter___ue1CS .ui-module__type___1bw-8 {
    padding: 5px 15px;
  }
}

.ui-module__mob-display___1oiWk {
  position: relative !important;
}



/* Daily CSS Start*/
/* Daily Calls CSS start */
.ui-module__dailycalls-parent-container____8fle {
  /* border: 1px solid#bfbfbf; */
  /* padding: 0px; */
  /* margin-top: 20px; */
  max-height: 575Ppx;
  overflow: auto;
}

.ui-module__dailycalls-parent-container____8fle::-webkit-scrollbar {
  width: 2px;

}

.ui-module__dailycalls-parent-container____8fle::-webkit-scrollbar-thumb {
  background: gray;
  background: linear-gradient(0deg, rgb(253 45 124 / 32%) 0%, rgb(45 49 146) 100%);
}

.ui-module__calls-heading___3wZ-4 {
  text-align: left;
  background: #fff;
  color: #474747;
  padding: 0px 0px !important;
  font-weight: 700;
  font-size: 24px !important;
  text-shadow: 1px 0 #474747;
}

.ui-module__calls-ui-container-parent___3Q05z {
  background: #ffffff;
  /* max-height: 415px;
  overflow-y: scroll; */
}

.ui-module__calls-stock-action-container___1zalF {
  display: inline-flex;
  padding: 10px;
}

.ui-module__action-container-dailycalls___3Yb0q {
  /* border: 1px solid black; */
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 8px 20px;
  color: #ffffff;
  /* margin-left: 20px; */
  font-weight: 600;
}

.ui-module__buy-color___2_QhO {
  background: #3ba934;
  color: #ffffff !important;
}

.ui-module__blue-col___1LB2I {
  color: #2d3192 !important;
}

.ui-module__sell-color___1omg9 {
  background: #db4c3c;
  color: #ffffff !important;
}

.ui-module__stock-container___2-IUF {
  border: 1px solid #2d3192;
  border-radius: 30px;
  padding: 2px 15px;
  margin-left: 20px;
  font-weight: 600;
}

.ui-module__calls-ui-container___wmSAa {
  display: inline-flex;
  padding: 20px 20px 0px 20px;
}

.ui-module__rationale-ui-container___1nyGm {
  display: inline-flex;
  padding: 10px 10px 10px 15px;
}

.ui-module__rationale-heading___xR8G8 {
  font-weight: 600;
  font-size: 13px;
}

.ui-module__rationale-content___1yUPU {
  text-align: left;
  padding-left: 10px;
  color: #686868d9;
  font-size: 13px;
  font-weight: 600;
  /* min-height: 86px; */
}

.ui-module__entry-target-container___1BNjO {
  /* display: inline-flex; */
}

.ui-module__content-display-sameline___8GA2s {
  display: inline-flex;
}

.ui-module__cont-heading___3bcCv {
  font-weight: 600;
  font-size: 13px;
}

.ui-module__price-num___3V2L0 {
  font-size: 13px;
}

.ui-module__upside___ASIJ6 {
  padding: 15px 15px 15px 15px;
}

.ui-module__carousel-indicators___3ojvP {
  bottom: 0px !important;
}

.ui-module__calls-like-container___3gB2v {
  position: absolute;
  top: 60px;
  left: 35px;
  display: inline-flex;
}

.ui-module__calls-like-icon___1MkM6 {
  font-size: 18px;
}

.ui-module__calls-like-content___1bygw {
  position: relative;
  top: 0px;
  padding-left: 10px;
  color: #686868d9;
  font-size: 13px;
  font-weight: 600;
}

.ui-module__like-icon-ca____3BCG {
  color: #2d3192;
}

.ui-module__unlike-icon-ca___1PguC {
  color: #686868d9;
}

.ui-module__validity-container___3IGOo {
  color: #686868d9;
  font-size: 13px;
  font-weight: 600;
  padding-left: 20px;
}

.ui-module__new-keywords-element-container___2bW6n {
  display: inline-block;
  list-style-type: none;
  margin-right: 10px;
  /* margin-bottom: 10px; */
}

.ui-module__new-keywords-element-container-internal___2rcw7 {
  line-height: 14px;
  /* background: #ffffff; */
  /* padding: 5px 10px; */
  border-radius: 25px;
  font-size: 12px;
  text-decoration: none !important;
  color: rgba(0, 0, 0, 0.54);
  display: block;
  font-weight: 400;
  width: 140px;
}

.ui-module__calls-likes-link___2I-31 {
  padding: 0;
  display: flex;
  width: 100%;
  margin-top: 12px;
}

.ui-module__price-red___3Twlf {
  color: #db4c3c;
}

.ui-module__price-green___1m8ne {
  color: #006800;
}

/* Daily Calls CSS end */
/* Daily CSS End*/


.ui-module__my-blogs-container___CLvS1 {
  background: #fff;
  min-height: 300px;
  /* color: #AAAEB3; */
  font-size: 10px;
  font-weight: 300;
}

span.ui-module__portfolio-performance-data___2_jMb {
  width: 50%;
}

.ui-module__portfolio-total-data___3XNZ- {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  margin-top: 20px;
}

.ui-module__space-top___1est8 {
  margin-top: 40px;
}



.ui-module__asset-iframe___xtNTZ::-webkit-scrollbar {
  width: 1em;
}

.ui-module__asset-iframe___xtNTZ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.ui-module__asset-iframe___xtNTZ::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.ui-module__rational-div-height___Ui2Hr {
  min-height: 127px;
}

span.ui-module__rational-more-button___2Idsv {
  color: #2d3192;
}


img.ui-module__blog-redirect-img___1GIFv.ui-module__pointer___239Sc {
  height: 20px;
  padding-left: 2px;
}


.ui-module__trendingmob-users___1JzJZ {
  margin-top: 8px;
}

.ui-module__gainloss-textgreen-mob___3F7Kf {
  color: #1DE9B6;
  font-size: 14px;
  font-weight: 300;
  padding-left: 9px;
}

span.ui-module__email-verification-helpblock___3Dlg1 {
  font-size: 12px;
  font-style: italic;
  color: #8a8cab;
}

.ui-module__email-verification-timer___3f_D9 {
  color: #2d3192;
  font-size: 13px;
}

label.ui-module__email-verification-label___354C- {
  margin-bottom: 10px;
}

.ui-module__email-verification-input-field___2389I {
  margin-bottom: 10px;
}

.ui-module__active-mob-menu___1GemL {
  color: #2d3192;
}

.ui-module__pull-right___3iz50 {
  float: right;
}

.ui-module__force-pull-right___1-oe4 {
  float: right !important;
}

.ui-module__no-border___2izA6 {
  border: 0px !important;
}

.ui-module__header-dropdown-menu___KK4mZ {
  position: absolute;
  top: 43px;
  padding: 0;
  right: -1px;
  padding: 16px 0;
  border-radius: 0;
  box-shadow: none;
  color: #979A9D !important;
}

.ui-module__pull-left___1wowe {
  float: left;
}

.ui-module__active-tab-heading___2yVKH {
  color: #2d3192;
  font-size: 12px;
  font-weight: 900;
  border-bottom: 2px solid #2d3192;
  margin-left: 44px;
  /* text-transform: uppercase */
}

.ui-module__inactive-tab-heading___12pnA {
  color: #393C40;
  font-size: 12px;
  font-weight: 300;
  margin-left: 44px;
  /* text-transform: uppercase */
}

.ui-module__message-board___3I0tZ .ui-module__ban-content___2fDNM {
  position: absolute;
  width: 100%;
  color: #2E3192;
  font-weight: bold;
  letter-spacing: 2px;
  letter-spacing: 4.8px;
  text-align: center;
  z-index: 345;
  height: 100%;
  padding-top: 60px;
  background: rgba(222, 222, 222, 0.9);
}

.ui-module__mleft___3imyo {
  padding: 17px 15px 22px 18px !important;
}

.ui-module__mbody___Il7aT {
  padding-top: 20px;
  padding-bottom: 15px;
  padding-right: 5px;
}

.ui-module__custom-media___3t6ay {
  position: relative;
  /* border-bottom: 1px solid #ECEDEF; */
}

.ui-module__custom-shade___2aXkV {
  color: #20429A !important;
  font-weight: 600 !important;
}



.ui-module__viewblog-user-text___2CFbD {
  margin-right: 0px !important;
}

.ui-module__view-blg-name___2iZ2_ {
  position: relative;
  display: inline-block;
}

.ui-module__sentbox-a1___k5v4I {
  color: #393C40;
  font-size: 18px;
  font-weight: 600;
}

.ui-module__sentbox-a2___1YcVk {
  color: #393C40;
  font-size: 16px;
  font-weight: 600;
}

.ui-module__msg-cont-inb-scrl___3TR_6 {
  max-height: 300px !important;
  overflow-y: auto !important;
  white-space: pre-wrap;
}

.ui-module__admin-custom-name___2NUJx {
  font-size: 14px;
  color: #2d3192;
  font-weight: 900;
}

.ui-module__alert-heading-custom___1-NQ6 {
  color: #393C40 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-top: -40px !important;
  text-align: center !important;

}

.ui-module__custom-alert-confirm-btn___whrxs {
  background: #2d3192 !important;
  color: #fff !important;
  height: 34px !important;
  padding: 0 20px !important;
  font-size: 16px !important;
  letter-spacing: 0.6px !important;
  margin-top: -12px;
  /* color: #B8B8C5 !important; */
  font-weight: bold !important;
  border: 1px solid #A1A1A1 !important;
}

.ui-module__custom-alert-confirm-btn___whrxs:hover {
  background: #2d3192 !important;
  color: #fff !important;
}

.ui-module__cst-btn___1hkc1 {
  height: 34px;
  width: 97px;
  font-size: 10px !important;
  letter-spacing: 0.6px;
  margin-right: 10px;
  color: #fff !important;
  background: #2d3192 !important;
  font-weight: bold !important;
  border: 1px solid #A1A1A1;
  margin-top: 7px;
  padding: 0 !important;
  border-radius: 30px !important;
}

.ui-module__custom-button___32W1c {
  height: 34px;
  /* width: 97px; */
  font-size: 10px;
  letter-spacing: 0.6px;
  margin-right: 10px;
  color: #B8B8C5;
  font-weight: bold;
  border: 1px solid #A1A1A1;
  margin-top: 7px;
  padding: 0 20px
}

.ui-module__custom-confirm-btn___AtopI {
  background: #2D3192 !important;
  color: #fff !important;
  height: 34px;
  padding: 0 20px !important;
  font-size: 10px !important;
  letter-spacing: 0.6px;
  margin-top: -12px;
  font-weight: bold !important;
  border: 1px solid #A1A1A1 !important;
}

.ui-module__custom-confirm-btn___AtopI:hover {
  background: #2D3192 !important;
  color: #fff;
}

.ui-module__gainloss-textred-mob___3W3S1 {
  color: #F44236;
  font-size: 16px;
}

.ui-module__verify-mob-input___3PJU9 {
  height: 34px;
  border: 1px solid #B7B7B7;
  background-color: #FBFBFB;
  color: #797979;
  font-size: 10px;
  letter-spacing: 0.1px;
  padding-left: 20px;
  box-shadow: none;
}

.ui-module__custom-cancel-btn___1Ka2R {
  background-color: #B1B1B1;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-align: center;
  margin-left: 22px !important;
  height: 34px;
  padding: 0 20px;
  margin-top: -12px;
  border: 1px solid #A1A1A1
}

.ui-module__custom-cancel-btn___1Ka2R:hover {
  background-color: #B1B1B1;
  color: #FFFFFF;
}

.ui-module__modal___20Fr2 .ui-module__control-label___2Lthm {
  text-align: left;
  margin-bottom: 10px;
  color: #393C40;
  font-size: 12px;
  font-weight: bold;
}

.ui-module__has-error___39eLd {
  border: 1px solid #A94442 !important
}

.ui-module__profile-nav___dyt2c {}

.ui-module__custom-cancel-btn___1Ka2R {
  background-color: #B1B1B1;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-align: center;
  margin-left: 22px !important;
  height: 34px;
  padding: 0 20px;
  margin-top: -12px;
  border: 1px solid #A1A1A1
}

.ui-module__custom-cancel-btn___1Ka2R:hover {
  background-color: #B1B1B1;
  color: #FFFFFF;
}

.ui-module__bottom-underline___234T6 {
  border-bottom: 3px solid #2D3192;
  position: relative;
  bottom: -10px;
}

.ui-module__icn-clr___wmTm3 {
  color: #9C9C9C;
}

.ui-module__weekly-trends-following-btn___sfGML {
  height: 34px;
  width: 97px;
  font-size: 10px;
  letter-spacing: 0.6px;
  margin-top: 12px;
  color: #404040;
  font-weight: bold;
}

@media (min-width: 320px) and (max-width: 380px) {
  .ui-module__menufont___1Grq0 {
    font-size: 9px;
    color: #404040;
  }
}

.ui-module__image-gallery-svg___1Zdmh {
  height: 50px !important;
  width: 50px !important;
}

@media (min-width: 381px) and (max-width: 412px) {
  .ui-module__multi-img___cFdV5 {
    width: 270px;
    height: 90px;
  }
  .ui-module__pdf-preview___EvJj7 {
   height: 140px; 
  }
  
  .ui-module__tiny-content___3_5fb {
    font-size: 14px !important;
  }

  .ui-module__tiny-content-explore___1MhgN {
    font-size: 13px !important;
  }

    .ui-module__tiny-content-black___2yCZK {
      font-size: 14px !important;
    }
  
    .ui-module__tiny-content-explore-black___szS-F {
      font-size: 13px !important;
    }
  .ui-module__menufont___1Grq0 {
    /* font-size: 10px;
    color: #404040; */
    font-size: 14px;
    color: #474747;
  }
}

.ui-module__viewhistoric___2hVZG {
  float: right;
  cursor: pointer;
  color: #0074cc;
  text-decoration: none;
}

.ui-module__viewhistoric___2hVZG:hover {
  color: red;
  text-decoration: underline;
}

.ui-module__text-center___2ciM6 {
  text-align: center !important;
}

.ui-module__cst-date-notifctn___1Ysp4 {
  color: #979A9D;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  width: 120px;
}

.ui-module__notification-container___TDT_T::-webkit-scrollbar {
  width: 3px;
}

.ui-module__notification-container___TDT_T::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

.ui-module__notification-container___TDT_T::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: rgb(197, 197, 197);
  border-radius: 10px;
  background: linear-gradient(0deg, rgb(253 45 124 / 32%) 0%, rgb(45 49 146) 100%);
}

@media (min-width: 992px) and (max-width: 1200px) {
  .ui-module__home-page-bbl-icon___36F80 {
    width: 444px;
    height: 430px !important;
  }
  
  .ui-module__new-scroll-ta-right-container___1HYJE {
    right: 120px;
  }
  .ui-module__new-scroll-ta-left-container___1L0r7 {
    left: 50px;
  }
  .ui-module__header-top-bar-button-menu___12OXI {
    margin: 5px 25px;
  }

  .ui-module__header-top-bar-button-menu-main___1FhIb {
    margin: 5px 25px;
  }
  .ui-module__handle-tag___3YIQP {
    padding-left: 40px !important;
  }
  .ui-module__calls-stock-action-container___1zalF {
    width: 82%;
  }

  .ui-module__rationale-content___1yUPU {
    font-size: 12px;
  }

  .ui-module__cod-btm-pad___ATkWI {
    padding: 8px 15px 15px 15px;
  }

  .ui-module__potw___381Ge {
    padding: 25px 5px 0 5px;
  }

  .ui-module__customnewswidthhome___NpNm_ {
    background-size: 220px 334px !important;
  }

  .ui-module__customnewswidthblog___1Ip5C {
    background-size: 320px 334px !important;
  }
}

.ui-module__iframeImage___12QqA {
  /* background-image:url('../images/iframe1.png') */
}

.ui-module__iframeImage-asset___3UaD2 {
  /* background-image:url('../images/connection.jpg') ; */
  background-size: contain;
}

.ui-module__font14___3xQhl {
  font-size: 14px;
  font-weight: bold;
}

.ui-module__marketmenu-custom___2HuqP {
  font-size: 14px;
  padding: 0 10px;
  color: #393C40;
  font-weight: 600;
}

.ui-module__page-scrollref___3UoBS:hover h2 {
  color: #2d3192;
  border-bottom: 2px solid #2d3192;
}

.ui-module__mcx-menus-item___2Jf7W {
  padding: 0px;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 340px) {
  .ui-module__mcx-menus-item___2Jf7W {
    padding: 0px !important;
    font-size: 10px !important;
    font-weight: 600 !important;
  }
}

.ui-module__active-market-menu___1ZS_M {
  border-bottom: 2px solid #2D3192;
  /* font-weight: bold; */
  color: #2D3192;
}


.ui-module__allocation-field___35Y_H {
  padding: 2px;
  border-radius: 2px;
  border: 1px solid #b2b2b2;
  max-width: 50px;
}

.ui-module__first-cont___1y4fT {
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  padding-left: 90px;
  margin: 26px 0px;
}

.ui-module__custom-blockquote-border___cwaM4 {
  border-left: 5px solid #2d3192
}

.ui-module__font-14___HCTFT {
  font-size: 14px;
}

.ui-module__font-16___PdURl {
  font-size: 16px;
}

.ui-module__popular-blog-container___s1abW {
  background: #e3e3e3;
  ;
  padding: 25px;
}

/* //new css changes after header menu addition*/
.ui-module__shortcut-container___zAvSN {
  display: inline-flex;
  margin-left: 20%;
}

.ui-module__shortcut-menucontainer___1Oqrg {
  color: #2d3192;
  font-weight: 600;
  padding: 0px 30px 0px 30px;
  cursor: pointer;
}

.ui-module__menu-cont___3V7qV {
  /* background: #fff; */
  padding: 5px 0px;
  margin-bottom: 10px;
  margin-top: 8px;
}

.ui-module__desktop-buysell___13cvZ {
  padding: 0px 155px 0px 200px;
}

.ui-module__white___2jmDM {
  color: #fff !important;
}

.ui-module__black___2iwsp {
  color: #000 !important;
}

.ui-module__tiny-content___3_5fb {
  font-size: 14px;
  color: #2b2f8d;
  position: absolute;
  margin-top: 10px;
}

.ui-module__tiny-content-explore___1MhgN {
  position: absolute;
  top: -24px;
  font-size: 14px;
  left: 5px;
}

.ui-module__tiny-content-black___2yCZK {
  font-size: 14px;
  color: #fff;
  position: absolute;
  margin-top: 10px;
}

.ui-module__tiny-content-explore-black___szS-F {
  position: absolute;
  color: #fff;
  top: -24px;
  font-size: 14px;
  left: 5px;
}

@media (max-width: 1200px) {
  .ui-module__desktop-buysell___13cvZ {
    padding: 0px 140px;
  }
  .ui-module__shortcut-container___zAvSN {
    margin-left: 8%;
  }
}

@media (max-width: 992px) {
  .ui-module__desktop-buysell___13cvZ {
    padding: 0px 185px;
  }
  .ui-module__shortcut-container___zAvSN {
    display: none;
  }

  .ui-module__pagecontainer___a0ih0 {
    top: 80px;
  }

  .ui-module__pagecontainer2___23rCX {
    top: 50px !important;
  }

  .ui-module__menu-cont___3V7qV {
    /* background: #f4f4f4; */
  }

  .ui-module__menu-shortcut-container-mob___UAZfW {
    padding: 8px 0;
  }

  .ui-module__rationale-ui-container___1nyGm {
    padding: 5px 2px 5px 2px;
  }

  .ui-module__dailycalls-parent-container____8fle {
    max-height: none;
  }
}

.ui-module__platformColor___4X9t5 {
  background: #2d3192 !important;
}


/* News from web css  start */
.ui-module__news-main-container___19SEu {
  padding: 0px 0px 30px 20px;
}

.ui-module__custom-box___2cfRv {
  width: auto;
  height: 100px;
  background-color: #fff;
  border: 1px solid #474747;
  border-radius: 10px;
  color: #474747;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.ui-module__image-box___2ia99 {
  width: 150px;
  height: 80px;
}

.ui-module__desktop-image-box___1DFw3 {
  width: 80px;
  height: 60px;
}

.ui-module__custom-box-content___1WslM {
  position: relative;
  top: 35%;
}

.ui-module__news-title___1e2jq {
  color: #000;
  font-size: 13px;
  font-weight: 700;
}

.ui-module__news-desc___2qYc7 {
  font-size: 13px;
  font-weight: 400;
}

.ui-module__news-time___G3u9e {
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  color: #7e8075c7;
}

.ui-module__time-seperator-circle___233m4 {
  height: 5px;
  width: 5px;
  background-color: #7e8075c7;
  border-radius: 50%;
  display: inline-block;
  margin-top: 6px;
  margin-left: 5px;
}

.ui-module__provider-name___2S6Zt {
  display: inline-flex;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #7e8075c7;
}

@media (min-width: 767px) and (max-width: 1199px) {
  .ui-module__hm-h1___1OmSQ {
    color: #393C40;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
  }

  .ui-module__image-box___2ia99 {
    width: 120px;
    height: 80px;
  }

  .ui-module__desktop-image-box___1DFw3 {
    width: 70px;
    height: 60px;
  }

  .ui-module__custom-box___2cfRv {
    width: 130px;
    height: 80px;
    font-size: 13px;
  }

  .ui-module__desktop-custom-box___274lQ {
    width: 70px;
    height: 60px;
    font-size: 13px;
  }

  .ui-module__news-title-val___2dKlk {
    white-space: nowrap;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__desktop-news-title-val___34Jkk {
    white-space: nowrap;
    width: 120px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
  }

  .ui-module__desc-title-val___12zz- {
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__desktop-desc-title-val___1sL5y {
    white-space: nowrap;
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
  }

  .ui-module__desktop-cutt___1UMVJ {
    white-space: nowrap;
    width: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .ui-module__image-box___2ia99 {
    width: 150px;
    height: 80px;
  }

  .ui-module__custom-box___2cfRv {
    /* width: 150px; */
    height: 80px;
    font-size: 13px;
  }

  .ui-module__news-title-val___2dKlk {
    white-space: nowrap;
    width: 370px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__desc-title-val___12zz- {
    white-space: nowrap;
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__desktop-image-box___1DFw3 {
    width: 80px;
    height: 60px;
  }

  .ui-module__news-web-height___2IGmQ {
    min-height: 470px !important;
  }

  .ui-module__desktop-cutt___1UMVJ {
    white-space: nowrap;
    width: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 1400px) and (max-width: 1500px) {
  .ui-module__image-container___3FBdy {
    width: 23%;
  }

  .ui-module__image-box___2ia99 {
    width: 160px;
    height: 80px;
  }

  .ui-module__desktop-image-box___1DFw3 {
    width: 80px;
    height: 60px;
  }

  .ui-module__custom-box___2cfRv {
    width: auto;
    height: 80px;
    font-size: 13px;
  }

  .ui-module__desktop-custom-box___274lQ {
    width: 80px;
    height: 60px;
    font-size: 13px;
  }

  .ui-module__news-title-val___2dKlk {
    white-space: nowrap;
    width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__desktop-news-title-val___34Jkk {
    white-space: nowrap;
    width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__desc-title-val___12zz- {
    white-space: nowrap;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__desktop-desc-title-val___1sL5y {
    white-space: nowrap;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__news-web-height___2IGmQ {
    min-height: 470px !important;
  }

  .ui-module__desktop-cutt___1UMVJ {
    white-space: nowrap;
    width: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 1500px) and (max-width: 1600px) {
  .ui-module__image-container___3FBdy {
    width: 20%;
  }

  .ui-module__desktop-news-title-val___34Jkk {
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__desktop-desc-title-val___1sL5y {
    white-space: nowrap;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__news-web-height___2IGmQ {
    min-height: 470px !important;
  }

  .ui-module__desktop-cutt___1UMVJ {
    white-space: nowrap;
    width: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 1601px) {
  .ui-module__image-container___3FBdy {
    width: 17%;
  }

  .ui-module__desktop-news-title-val___34Jkk {
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__desktop-desc-title-val___1sL5y {
    white-space: nowrap;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__news-web-height___2IGmQ {
    min-height: 470px !important;
  }

  .ui-module__desktop-cutt___1UMVJ {
    white-space: nowrap;
    width: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* News css */
.ui-module__newstab1___2h5fC {
  padding: 15px 55px;
  border: none;
}

.ui-module__newstab2___1ol4C {
  padding: 15px 55px;
  border: none;
}

.ui-module__newstabhead___3MddM {
  padding: 5px 5px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #474747;
  border-radius: 10px;
}

.ui-module__newsheadfontactive___3jzWM {
  color: #fff;
  font-family: 'Poppins';
  font-size: 16px !important;
  font-weight: 900 !important;
  text-shadow: 1px 0px #474747 !important;
}

.ui-module__first-curve-box___E3b9z {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ui-module__last-curve-box___u6BSE {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ui-module__newsheadfontinactive___17h4T {
  font-size: 16px;
  font-weight: 600;
  color: #474747;
  font-family: 'Poppins';
  letter-spacing: 1.1px;
}

.ui-module__newsview1___2DUHk {
  display: block;
}

.ui-module__newsview2___wxC0_ {
  display: none;
}

@media (max-width: 650px) {
  .ui-module__newsview1___2DUHk {
    display: none;
  }

  .ui-module__newsview2___wxC0_ {
    display: block;
  }

  .ui-module__news-cont___2V04T {
    display: none;
  }
}

/* Media Query start for News from web */
@media (min-width:481px) and (max-width:650px) {
  .ui-module__image-box___2ia99 {
    width: 100px;
    height: 80px;
  }

  .ui-module__desktop-image-box___1DFw3 {
    width: 80px;
    height: 60px;
  }

  .ui-module__custom-box___2cfRv {
    width: 100px;
    height: 80px;
    font-size: 13px;
  }

  .ui-module__news-title-val___2dKlk {
    white-space: nowrap;
    width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__desktop-news-title-val___34Jkk {
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__desc-title-val___12zz- {
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__desktop-desc-title-val___1sL5y {
    white-space: nowrap;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width:421px) and (max-width:480px) {
  .ui-module__image-box___2ia99 {
    width: 80px;
    height: 80px;
  }

  .ui-module__desktop-image-box___1DFw3 {
    width: 80px;
    height: 60px;
  }

  .ui-module__custom-box___2cfRv {
    width: 80px;
    height: 80px;
    font-size: 13px;
  }

  .ui-module__news-title-val___2dKlk {
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__desktop-news-title-val___34Jkk {
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__desc-title-val___12zz- {
    white-space: nowrap;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__desktop-desc-title-val___1sL5y {
    white-space: nowrap;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 361px) and (max-width:420px) {
  .ui-module__image-box___2ia99 {
    width: 80px;
    height: 80px;
  }

  .ui-module__desktop-image-box___1DFw3 {
    width: 80px;
    height: 60px;
  }

  .ui-module__custom-box___2cfRv {
    width: 80px;
    height: 80px;
    font-size: 13px;
  }

  .ui-module__news-title-val___2dKlk {
    white-space: nowrap;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__desktop-news-title-val___34Jkk {
    white-space: nowrap;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__desc-title-val___12zz- {
    white-space: nowrap;
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__desktop-desc-title-val___1sL5y {
    white-space: nowrap;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__news-time___G3u9e {
    font-size: 12px;
  }

  .ui-module__desktop-news-time___8-AWQ {
    font-size: 11px;
  }

  .ui-module__provider-name___2S6Zt {
    font-size: 12px;
  }

  .ui-module__desktop-provider-name___DEqPX {
    font-size: 11px;
  }

  .ui-module__cutt___34pxl {
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
}

@media (min-width: 250px) and (max-width:360px) {
  .ui-module__image-box___2ia99 {
    width: 70px;
    height: 70px;
  }

  .ui-module__desktop-image-box___1DFw3 {
    width: 80px;
    height: 60px;
  }

  .ui-module__custom-box___2cfRv {
    width: 70px;
    height: 70px;
    font-size: 13px;
  }

  .ui-module__news-title-val___2dKlk {
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__desktop-news-title-val___34Jkk {
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__desc-title-val___12zz- {
    white-space: nowrap;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__desktop-desc-title-val___1sL5y {
    white-space: nowrap;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__news-time___G3u9e {
    font-size: 10px;
  }

  .ui-module__desktop-news-time___8-AWQ {
    font-size: 9px;
  }

  .ui-module__provider-name___2S6Zt {
    font-size: 10px;
  }

  .ui-module__desktop-provider-name___DEqPX {
    font-size: 9px;
  }

  .ui-module__cutt___34pxl {
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
}

@media (max-width: 362px) {
  .ui-module__small-device___9nWDO {
    padding: 0px;
  }
}


.ui-module__content-img___3jcEM {
  width: 100%;

}

/* New About page css start */

.ui-module__main-about-container___1aWxi {
  position: relative;
  top: 58px;
  padding: 0px 120px 0px 150px;
}

.ui-module__first-container___2qYrw {
  background: #800080;
  height: auto;
}

.ui-module__fifth-container___12vqP {
  background: #138808;
  height: auto;
}

.ui-module__sixth-container___3vMLg {
  background: #fff;
  height: auto;
}

.ui-module__heading-container___1JAvN {
  padding-right: 150px;
  padding-left: 150px;
  padding-bottom: 100px;
  margin-top: 100px;
}

.ui-module__brand-heading___Cen1i {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #fff;
  opacity: .5;
  transition: opacity .5s linear 3s;
}

.ui-module__brand-head___3uvTl {
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 5.5rem;
  letter-spacing: -.025rem;
  padding-top: 2.5rem;
  color: #fff;
}

#ui-module__myVideo___3Mg9K {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;

}

.ui-module__video-content___3NfgK {
  position: absolute;
  top: 60%;
  color: #fff !important;
  padding: 20px;
  margin-left: 50px;
}

.ui-module__video-content-heading___1kiqF {
  font-size: 4.5rem;
  color: #fff !important;
}

.ui-module__third-container___3VR2k {
  /* background-image: url("/images/handshake.jpg"); */
  background-position: 0px -70px;
  background-size: cover;
  display: inline-flex !important;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  background: cornflowerblue;
}

.ui-module__third-container-height___2DzGz {
  height: 700px !important;
}

@media (max-width: 1300px) {
  .ui-module__third-container___3VR2k {
    background-position: 0px 0px;
  }
}

@media (max-width: 900px) {
  .ui-module__third-container___3VR2k {
    background-position: 50%;
  }
}

.ui-module__third-heading-container___z2hRn {
  padding: 30px;
  margin-top: 100px;
}

.ui-module__third-heading___1Tzx4 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #fff;
  opacity: .5;
  transition: opacity .5s linear 3s;
}

.ui-module__third-head___1fD49 {
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 4.5rem;
  letter-spacing: -.025rem;
  padding-top: 2.5rem;
  color: #fff;
}


@media (max-width: 1600px) {
  .ui-module__main-about-container___1aWxi {
    padding: 0px;
  }
}

@media (max-width:1200px) {
  .ui-module__video-content___3NfgK {
    top: 30%;
    margin: 0px;
    padding: 40px;
  }

  .ui-module__video-content-heading___1kiqF {
    font-size: 3rem
  }
}

@media (max-width: 767px) {
  .ui-module__heading-container___1JAvN {
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 25px;
    margin-top: 66px;
  }

  .ui-module__brand-heading___Cen1i {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .ui-module__brand-head___3uvTl {
    font-size: 2.5rem;
    line-height: 4.5rem;
    letter-spacing: -.025rem;
    padding-top: 1.5rem;
  }

  .ui-module__third-heading___1Tzx4 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .ui-module__third-head___1fD49 {
    font-size: 2.5rem;
    line-height: 4.5rem;
    letter-spacing: -.025rem;
    padding-top: 1.5rem;
  }

  .ui-module__video-content___3NfgK {
    top: 30%;
    margin: 0px;
    padding: 40px;
  }

  .ui-module__video-content-heading___1kiqF {
    font-size: 2.5rem
  }

  .ui-module__third-container-height___2DzGz {
    height: 500px !important;
  }
}

@media (max-width:432px) {
  .ui-module__video-content___3NfgK {
    top: 20%;
    margin: 0px;
    padding: 40px;
  }

  .ui-module__video-content-heading___1kiqF {
    font-size: 2rem
  }
}

@media (max-width:315px) {
  .ui-module__video-content___3NfgK {
    top: 5%;
    margin: 0px;
    padding: 40px;
  }

  .ui-module__video-content-heading___1kiqF {
    font-size: 1.5rem
  }
}



/* P code */
.ui-module__thank_you_logo___3gGri {
  margin: auto;
  display: block;
  width: 50%;
}


/* New Home page css end */


.ui-module__trade-type-btn___OKX9G {
  font-size: 16px;
  padding: 2px;
  width: 50%;
  border-radius: 2px;
  text-align: center;
  background: #b1b1b1;
  color: white;
  margin: 2px;

}

.ui-module__trade-type-btn___OKX9G.ui-module__buy___1ZWhi {
  color: green;
}

.ui-module__trade-type-btn___OKX9G.ui-module__sell___1sAy6 {
  color: red;
}

.ui-module__position-exit-btn___1rbQQ {
  padding: 4px 14px !important;
  background: #2d3192 !important;
  font-size: 14px !important;
  color: white !important;
}

.ui-module__price-target-input___2c0lt {
  width: 100%;
  margin: 2px;
  padding: 2px;
  border-radius: 3px;
  border: 1px solid grey;
  font-size: 13px;
}

.ui-module__btn-buy___3ebaV {
  background: green !important;
}

/* Membership UI Start */
.ui-module__membership-container___1bh3r {
  border: 1px solid black;
}

.ui-module__flex___e5V0O {
  display: inline-flex;
}

.ui-module__border1___1_cC- {
  border: 1px solid #000;
}

.ui-module__circ___3d2_o {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-right: auto;
}

.ui-module__new-circle___3KFuB {
  border: 2px solid #2d3192;
  background: white;
}

.ui-module__silver-circle___Hurh0 {
  border: 2px solid #d0d2d1;
  background: #d0d2d1;
}

.ui-module__platinum-circle___1KeXn {
  border: 2px solid #a1b2c5;
  background: purple;
}

.ui-module__gold-circle___2kycR {
  border: 2px solid #d3ae43;
  background: #d3ae43;
}

.ui-module__remove-top-border___k4b1x {
  border-top-style: hidden;
}

.ui-module__remove-left-border___27ZzC {
  border-left-style: hidden;
  height: 40px;
}

.ui-module__boldfont___2_2JI {
  font-weight: 700;
}

.ui-module__tp___3CFiw {
  padding: 0px 230px;
}

.ui-module__padding-custom-table___1gk39 {
  padding: 0px 70px;
  border: 1px solid #fff;
  border-radius: 40px;
  background: #fff;
}

.ui-module__blackborder___VXLyz {
  border: 1px solid black !important;
}

.ui-module__mem-content-container___1Rfhl {
  padding: 0px 140px;
}

@media (max-width: 1200px) {
  .ui-module__tp___3CFiw {
    padding: 0px 200px;
  }
}

@media (max-width: 992px) {
  .ui-module__tp___3CFiw {
    padding: 0px 50px;
  }

  .ui-module__mem-content-container___1Rfhl {
    padding: 0px 100px;
  }
}

@media (max-width: 767px) {
  .ui-module__tp___3CFiw {
    padding: 0px 75px;
  }

  .ui-module__padding-custom-table___1gk39 {
    overflow-x: scroll;
  }

  .ui-module__mem-content-container___1Rfhl {
    padding: 0px 70px;
  }
}

@media (max-width: 481px) {
  .ui-module__tp___3CFiw {
    padding: 0px 40px;
  }

  .ui-module__mem-content-container___1Rfhl {
    padding: 0px 30px;
  }
}

/* Membership UI End */

/* privacy. disclaimer, t&c start */
.ui-module__newcontent___3IrRB {
  font-size: 16px;
  color: #8C8C98
}

.ui-module__about-heading___2ULrU {
  font-weight: 600;
  font-size: 2em;
}

.ui-module__about-subheading___2coRi {
  font-weight: 500;
  margin: 20px 0;
  font-size: 32px;
  color: #30333A;
}

.ui-module__custom-fonts___mp_6I {
  font-family: 'Poppins' !important;
  src: url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
  letter-spacing: 1px;
}

.ui-module__custom-fonts-serif___34G7D {
  font-family: helvetica,arial,sans-serif !important;
  letter-spacing: 1px;
}

@media (min-width: 1200px) {
  .ui-module__pdf-preview___EvJj7 {
    width: 500px;
  }

  .ui-module__asset-char___Qv1oI {
    width: 32px;
  }

  .ui-module__asset-char-font___3yxQs {
    font-size: 18px;
  }
.ui-module__page-padding___24YvS {
    padding: 0px 100px;
  }

  .ui-module__pl-xxl___2Zhty {
    padding-left: 60px !important;
  }

  .ui-module__tiny-content___3_5fb {
    font-size: 14px !important;
  }

  .ui-module__tiny-content-explore___1MhgN {
    font-size: 14px !important;
  }
    .ui-module__tiny-content-black___2yCZK {
      font-size: 14px !important;
    }
  
    .ui-module__tiny-content-explore-black___szS-F {
      font-size: 14px !important;
    }
}

/* privacy. disclaimer, t&c end */


.ui-module__modal-container___28b0Z {
  position: relative;
}

.ui-module__modal-container___28b0Z .ui-module__modal___20Fr2,
.ui-module__modal-container___28b0Z .ui-module__modal-backdrop___2bUUq {
  position: absolute;
}

.ui-module__news-web-height___2IGmQ {
  z-index: 11;
  min-height: 470px !important;
}

@media (min-width: 650px) and (max-width: 992px) {
  .ui-module__desktop-image-box___1DFw3 {
    width: 160px;
    height: 80px;
  }

  .ui-module__desktop-custom-box___274lQ {
    width: 160px !important;
    height: 80px !important;
    margin-left: 36px;
  }

  .ui-module__desktop-news-title-val___34Jkk {
    white-space: nowrap;
    width: 300px !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__desktop-desc-title-val___1sL5y {
    white-space: nowrap;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ui-module__news-web-height___2IGmQ {
    min-height: 520px !important;
  }
}

/* @media (min-width: 650px) and (max-width: 767px) {
  .desktop-custom-box {
          width: 160px;
          height: 80px;
          margin-left:35px;
      }
  } */



@media (min-width: 1300px) and (max-width: 1400px) {
  .ui-module__news-web-height___2IGmQ {
    min-height: 470px !important;
  }

  .ui-module__asset-tam___c1uMw {
    margin-top: 60px;
  }

  .ui-module__desktop-cutt___1UMVJ {
    white-space: nowrap;
    width: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}


.ui-module__desktop-newstabhead___2NxCr {
  padding: 20px 0px 20px 0px;
}

.ui-module__newsHeaderColor___2_lkh {
  background: #fff !important;
}

.ui-module__desktop-custom-box___274lQ {
  width: 80px;
  height: 60px;
  background-color: #2d3192;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}


@media (min-width: 650px) and (max-width: 767px) {
  .ui-module__desktop-custom-box___274lQ {
    width: 160px;
    height: 80px;
    margin-left: 20px;
  }
  .ui-module__pink-square-box___rH02O {
    height: 15px;
    width: 15px;
    left: 90px;
  }
}

.ui-module__desktop-news-title-val___34Jkk {
  white-space: nowrap;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-module__desktop-desc-title-val___1sL5y {
  white-space: nowrap;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}


.ui-module__desktop-news-time___8-AWQ {
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  color: #7e8075c7;
}

.ui-module__desktop-provider-name___DEqPX {
  display: inline-flex;
  margin-left: 10px;
  font-size: 11px;
  font-weight: 700;
  color: #7e8075c7;
}

.ui-module__follow-user-container___3uXlT {
  display: flex;
  flex-direction: row;
  padding: 10px 15px;
}



.ui-module__contact-us-newsletter-container___1AEUh {
  padding: 7%;
  text-align: center;
  background: #fff;
  /* background: transparent url(/images/newsletter.jpg); */
  /* background-repeat: no-repeat;
 background-position: center; */
}

.ui-module__contact-us-newsletter-container-small___1Zkjx {
  padding: 7%;
  text-align: center;
  background: #fff;
  /* background: transparent url(/images/newsletter.jpg); */
  /* background-repeat: no-repeat;  */
  /* background-position: center;  */
  margin-left: auto;
  margin-right: auto;
}

.ui-module__contact-us-form-container-two___38kn9 {
  padding: 5%;
  background: #fff;

}

.ui-module__contact-us-form-container-one___2FyFg {
  padding: 5%;
  /* background: #49aba04f; */
}

.ui-module__contact-us-heading___1C-uB {
  text-align: left !important;
  margin-top: 20px;
  margin-left: 30px;
}

.ui-module__contact-us-email___1D23q {
  padding: 5%;
}

.ui-module__contact-us-email-container___1m_FD {
  background: white;
  height: 600px;
  padding: 0px 0px 0px 70px;
}

.ui-module__contact-us-mail-text___2mCi4 {
  margin-right: 20px;
}

.ui-module__contact-us-email-div___2RC8Q {
  color: #2d3192;
}

.ui-module__newsletter-container-div___2syyY {
  display: flex;
  width: 50%;
  margin: auto;
}

.ui-module__contact-us-form-container___JF_xV {
  background: #49aba04f;
  height: 600px;
}


.ui-module__contact-us-address-container___35MCb {
  background: #49aba0;
  min-height: 300px;
}


.ui-module__main-contact-us-container___22ZEf {
  position: relative;
  top: 58px;
  padding: 0px 300px 0px 300px;
}

.ui-module__contact-cont1___2CtcJ {
  height: auto;
  padding: 55px 250px 55px 250px;
  /* background-image: url('/images/bi2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; */
  background: #ecf2ff;
  color: #fff;
}

.ui-module__contact-us-newsletter-container___1AEUh {
  background: #ecf2ff;

  display: flex;
  justify-content: center;
}

.ui-module__paper-plane___c5_7j {
  font-size: 36px !important;
  color: gray;
}

.ui-module__gray___1n790 {
  color: gray !important;
}

.ui-module__newsletter-btn___15miO {
  background: #e80010 !important;
  color: #fff !important;
}


.ui-module__form-field-basline___3a2oO {
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px solid gray !important;
}

.ui-module__ma___2g9bX {
  margin-top: 40px;
}

@media (max-width: 1550px) {
  .ui-module__contact-cont1___2CtcJ {
    padding: 55px 90px 55px 90px;
  }

  .ui-module__main-contact-us-container___22ZEf {
    padding: 0px 200px 0px 200px;
  }
}

@media (max-width: 1200px) {
  .ui-module__contact-cont1___2CtcJ {
    padding: 55px 130px 55px 130px;
  }

  .ui-module__main-contact-us-container___22ZEf {
    padding: 0px 150px 0px 150px;
  }
}

@media (min-width: 992px) and (max-width: 1350px) {
  /* .customnewswidth {
      width: 80% !important;
  } */

}

@media (max-width: 991px) {
  .ui-module__header-top-bar-button-menu___12OXI {
    margin: 5px 5px;
  }

  .ui-module__header-top-bar-button-menu-main___1FhIb {
    margin: 5px 5px;
  }
  .ui-module__new-scroll-left-container___2aJ3T {
    display: none;
  }
  .ui-module__new-scroll-right-container___mCFsc {
    display: none;
  }
  .ui-module__scrollable-header-bar___2FNUR {
    margin-left: 0px;
  }
  .ui-module__list-view-stock___1WJsR {
    border-right: none;
  }
  .ui-module__contact-cont1___2CtcJ {
    padding: 55px 150px 55px 150px;
  }

  .ui-module__main-contact-us-container___22ZEf {
    padding: 0px;
  }

  .ui-module__n-container___2noDb {
    margin-top: 20px;
  }
}

@media (max-width: 810px) {
  .ui-module__contact-cont1___2CtcJ {
    padding: 60px 100px 60px 100px;
  }
}

@media (max-width: 670px) {
  .ui-module__contact-cont1___2CtcJ {
    padding: 40px 50px 40px 50px;
  }

  .ui-module__n-container___2noDb {
    margin-top: 30px;
  }
}

.ui-module__contact-help-text___1krs4 {
  color: red;
  font-size: 12px;
  font-style: italic;
}

.ui-module__form-field-basline___3a2oO:focus {
  border: none;
  border-color: #fff;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset, 0px 0px 0px rgba(0, 0, 0, 0);
}

.ui-module__formtextarea-field-basline___1bf_t {
  border: 1px solid gray !important;
  border-radius: 0px !important;
}

.ui-module__formtextarea-field-basline___1bf_t:focus {
  /* border-color: #fff; */
  border-radius: 0px;
  border: 1px solid gray !important;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset, 0px 0px 12px rgba(210, 214, 222, 1);
  outline: 0px !important;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-shadow: none !important;
}

.ui-module__mob-contain___3Y7u7 {
  display: none;
}

.ui-module__desk-cont___3gnAw {
  display: block;
}


/* Contact page social icon css start */
.ui-module__soc-cont___b7jKM {
  background: #fff;
}

.ui-module__mobile-social-container___3hb8A {
  display: inline-block;
}

.ui-module__sidenavsocial-link___2fj59 {
  padding-left: 50px;
}

.ui-module__a___2bLJA.ui-module__twitter-link___vWCfV {
  padding: 5px 10px;
}

.ui-module__a___2bLJA.ui-module__facebook-link___1_QRe {
  padding: 5px 13px;
}

.ui-module__instagram-link___1e5ke {
  padding: 5px 10px;
}

.ui-module__linkedin-link___3Lm8D {
  padding: 5px 10px;
}

.ui-module__twitter-color___959VN {
  background: #00acee;
  border: 2px solid #00acee;
}

.ui-module__facebook-color___2vhye {
  background: #3b5998;
  border: 2px solid #3b5998;
}

.ui-module__instagram-color___23sgy {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  border: 2px solid #bc318f;
}

.ui-module__linkedin-color___1h_15 {
  background: #0e76a8;
  border: 2px solid #0e76a8;
}

.ui-module__twitter-color___959VN:hover,
.ui-module__twitter-color___959VN:focus {
  color: #fff;
}

.ui-module__facebook-color___2vhye:hover,
.ui-module__facebook-color___2vhye:focus {
  color: #fff;
}

.ui-module__instagram-color___23sgy:hover,
.ui-module__instagram-color___23sgy:focus {
  color: #fff;
}

.ui-module__linkedin-color___1h_15:hover,
.ui-module__linkedin-color___1h_15:focus {
  color: #fff;
}

@media (max-width: 767px) {
  .ui-module__contact-us-email-container___1m_FD {
    height: 380px;
  }

  .ui-module__mob-contain___3Y7u7 {
    display: block;
    padding-left: 65px !important;
  }

  .ui-module__desk-cont___3gnAw {
    display: none;
  }

  .ui-module__sidenavsocial-link___2fj59 {
    padding-left: 47px;
    margin-top: 20px;
  }

  .ui-module__contact-us-form-container___JF_xV {
    padding: 0px 0px 0px 40px;
  }
}

/* Network Detection UI start for modal */
.ui-module__bg-cloud___1sBNo {
  height: 315px;
  /* background: url("/images/original-cloud.png"); */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 390px;
  font-size: 18px;
  padding-top: 15%;
}

.ui-module__font20___1Iwyz {
  font-size: 20px;
}

.ui-module__font18___DsTcO {
  font-size: 18px !important;
}

.ui-module__asset-current-price___tHnPV {
  color: grey;
  /* margin-left: 2%; */
  padding: 4px;
  border: 1px solid grey;
  border-radius: 5px;
  font-size: 12px;

}

.ui-module__news-iframe-disconnect___1TXL3 {
  padding: 8%;
  font-size: 20px;
  color: grey;
}



@media (max-height:650px) {
  .ui-module__sidenav___11Afp>a {
    padding: 5px 8px 10px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #D5D5D5;
    display: block;
    white-space: nowrap;
    transition: 0.3s;
  }
  .ui-module__sidenavOptions___2s8OQ>a {
    padding: 5px 8px 10px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #D5D5D5;
    display: block;
    white-space: nowrap;
    transition: 0.3s;
  }
}



@media (min-width:340px) {
  .ui-module__ticker-mobile___2RkNn {
    left: 95px !important;
  }
}


/* socail login css */

.ui-module__content-heading___1_dOD {
  text-align: left;
  margin-bottom: 10px;
  color: #393C40;
  font-size: 14px;
  font-weight: bold;
}

.ui-module__content-container___2A_Hj {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1;
}

@media (max-width: 767px) {
  .ui-module__userinfo-container___QfrMQ .ui-module__date-text___HRTAJ {
    font-size: 14px;
  }

  .ui-module__about-text___2ejC2 {
    font-size: 14px;
  }

  .ui-module__userinfo-container___QfrMQ .ui-module__followername-text___2HmXb {
    font-size: 14px;
  }
}


/* Media Query for mobile device font */
@media (max-width: 767px) {
  .ui-module__postcontent-text___2Sowa {
    font-size: 14px;
  }

  .ui-module__postparent-credit___2Ko9o {
    font-size: 12px;
  }

  .ui-module__postparent-text___WNRcS {
    font-size: 11px;
  }

  .ui-module__action-container___3PXkf {
    font-size: 12px;
  }

  .ui-module__poll-text___k8s0d {
    font-size: 14px;
  }

  .ui-module__xfont14___3VXFN {
    font-size: 14px !important;
  }
}

@media (max-width: 767px) {
  .ui-module__postcontent-text___2Sowa {
    font-size: 14px;
  }

  .ui-module__postparent-credit___2Ko9o {
    font-size: 12px;
  }

  .ui-module__postparent-text___WNRcS {
    font-size: 11px;
  }

  .ui-module__action-container___3PXkf {
    font-size: 12px;
  }

  .ui-module__poll-text___k8s0d {
    font-size: 14px;
  }

  .ui-module__xfont14___3VXFN {
    font-size: 14px !important;
  }
}

.ui-module__custom-radio2___ssGeT.ui-module__p-default___3BepI input:checked~.ui-module__state___26vVh label:after {
  background-color: #3829c5 !important;
  height: 8px;
  width: 8px;
  left: 3px;
  top: 0px;
}

.ui-module__new-circle___3KFuB {
  border: 2px solid #fff;
  background: white;
}

.ui-module__platinum-circle___1KeXn {
  border: 2px solid purple;
  background: purple;
}

.ui-module__xfont16___150D1 {
  font-size: 16px !important;
  letter-spacing: .9px;
}

.ui-module__youtube-link___2-78K {
  padding: 5px 10px;
}

.ui-module__youtube-color___126Na {
  background: #FF0000;
  border: 2px solid #FF0000;
}

.ui-module__youtube-color___126Na:hover,
.ui-module__youtube-color___126Na:focus {


  color: #fff;
}


.ui-module__follow-user-height___p5_tu {
  height: 58px;
}

.ui-module__portfolio-tc___2cV07 {
  display: inline-grid;
  text-align: end;
}

.ui-module__flex___e5V0O {
  display: flex !important;
}

.ui-module__tpheading___2FQFr {
  padding-top: 10px;
}

@media(max-width: 500px) {
  .ui-module__tpheading___2FQFr {
    font-size: 14px;
  }
}

@media(max-width: 480px) {
  .ui-module__allow-overflow___3EvJs {
    overflow: visible !important;
  }

  .ui-module__pdf-preview___EvJj7 {
    width: 265px;
  }

  .ui-module__tpheading___2FQFr {
    font-size: 12px;
  }
}

@media (max-width: 432px) {
  .ui-module__create-new-block___1R6nE {
    padding: 3% 2%;
  }
}

@media (max-width: 399px) {
  .ui-module__create-new-block___1R6nE {
    padding: 3% 2%;
  }
}

.ui-module__bbldesktop___hS4ho {
  display: flex;
  justify-content: space-evenly;
  font-family: 'Poppins';

}

.ui-module__bblmob___3MVJG {
  display: none !important;
}

@media(max-width: 580px) {
  .ui-module__bbldesktop___hS4ho {
    display: none !important;
  }

  .ui-module__bblmob___3MVJG {
    display: block !important;
  }
}


.ui-module__font13a___2pxf4 {
  font-size: 13px !important;
}

.ui-module__font14a___I1DWz {
  font-size: 14px !important;
}

.ui-module__font15a___2CPet {
  font-size: 15px !important;
}

.ui-module__font16a___1WKa3 {
  font-size: 16px !important;
}

@media(min-width: 768px) {
  .ui-module__font13d___3AsAL {
    font-size: 13px !important;
  }

  .ui-module__font14d___2bph9 {
    font-size: 14px !important;
  }

  .ui-module__font15d___1S_pM {
    font-size: 15px !important;
  }

  .ui-module__font16d___2RVt5 {
    font-size: 16px !important;
  }


}

@media (max-width: 767px) {
  .ui-module__font13m___aQtM7 {
    font-size: 13px !important;
  }

  .ui-module__font14m___2Ftpe {
    font-size: 14px !important;
  }

  .ui-module__font15m___1DeLG {
    font-size: 15px !important;
  }

  .ui-module__font16m___2EPHS {
    font-size: 16px !important;
  }

  .ui-module__holds-the-iframe-mkt___27SF7 {
    background: url("") center center no-repeat;
    top: 30%;
    position: absolute;
    left: 24% !important;
  }

  .ui-module__holds-the-iframe-mkt-ticker___29eNM {
    background: url("") center center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 28px;
    transform: translate(-50%, -50%);
  }

  .ui-module__holds-the-iframe-mkt-ticker-new___24D0C {
    background: url("") center center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    transform: translate(-50%, -50%);
  }

  .ui-module__holds-the-iframe-asset___2NdSh {
    background: url("") center center no-repeat;
    width: 26%;
    position: absolute;
    left: 40%;
  }

  .ui-module__footer-mob-content___3iGG_ {
    margin-top: 15px !important;
  }

  .ui-module__footer-btns-div___1MwfJ {
    margin-top: 5px !important;
    /* display: flex; */
    padding-left: 10px !important;
    flex-direction: row !important;
  }

  .ui-module__footer-bottom-mg___3PL19 {
    margin-bottom: 60px;
  }
}

.ui-module__c1___k_jGA {
  width: 10%;
}

.ui-module__c2___C09o3 {
  width: 16%;
}

.ui-module__c3___2oINN {
  width: 28%;
}

.ui-module__c4___3rMd0 {
  width: 14%;
}

.ui-module__c5___wdil8 {
  width: 14%;
}

.ui-module__c6___1xsML {
  width: 14%;
}

.ui-module__width16percent___nVe09 {
  width: 16%;
}

.ui-module__width20percent___177OL {
  width: 22% !important;
}

.ui-module__desktopshow___1zXYQ {
  display: block;
}

.ui-module__mobileshow___HofQj {
  display: none !important;
}

@media(max-width: 991px) {
  .ui-module__desktopshow___1zXYQ {
    display: none !important;
  }

  .ui-module__mobileshow___HofQj {
    display: block !important;
  }
}

.ui-module__desktopshow___1zXYQ {
  display: block;
}

.ui-module__mobileshow___HofQj {
  display: none !important;
}

@media(max-width: 991px) {
  .ui-module__desktopshow___1zXYQ {
    display: none !important;
  }

  .ui-module__mobileshow___HofQj {
    display: block !important;
  }

  .ui-module__mkt-ads-mob___sQ-4g {
    width: 100%;
  }

  .ui-module__mkt-ads-mob-vid___3QtM5 {
    width: 100% !important;
  }

  .ui-module__mkt-ads-mob-vid-sponser___3y4BE {
    /* right: 2%; */
    margin-left: 82% !important;
  }

  .ui-module__ads-mob-vid-sponser___1TA5m {
    /* right: 2%; */
    margin-left: 82% !important;
  }

  .ui-module__mkt-ads-mob-img-sponser___1brrL {
    width: 20% !important;
    margin-left: 0 !important;
  }
}

.ui-module__mkt-ads-mob-img-sponser___1brrL {
  width: 12%;
  margin-left: 12%;
}

.ui-module__mkt-ads-mob-vid___3QtM5 {
  width: 80%;
}

.ui-module__mkt-ads-mob-vid-sponser___3y4BE {
  /* right: 12%; */
  margin-left: 75%;
}


.ui-module__mkt-ads-vid-content___25Hmn {
  text-align: left;
  width: 80%;
  /* vertical-align: baseline; */
  display: inline-block;
  background: white;
  padding: 5px;
  font-size: 12px;
}

.ui-module__ads-vid-content___1HOJV {
  text-align: left;
  width: 100%;
  /* vertical-align: baseline; */
  display: inline-block;
  background: white;
  padding: 5px;
  font-size: 12px;

}

.ui-module__winners-cup___Fl1In {
  font-size: 100px ! important;
  color: grey;
  text-align: center;
  width: 100%;
  padding: 5%;
}


.ui-module__winners-msg___32cdr {
  text-align: center;
  font-size: 16px;
  color: grey;
}

/* @media (max-width: 410px) {
.create-new-block {
  padding: 5% 2%;
}
} */




@media (max-width: 650px) {
  .ui-module__holds-the-iframe-mkt-ticker___29eNM {
    height: 22px !important;
  }

  .ui-module__holds-the-iframe-mkt-ticker-new___24D0C {
    height: auto !important;
  }

  .ui-module__mobtopmenu1___xhNgd {
    background-color: #fff;
    margin-bottom: 0px;
  }

  .ui-module__shortcut-container___zAvSN {
    display: inline-flex;
  }

  .ui-module__op1___195T9 {
    display: none;
  }

  .ui-module__op5___1zjiP {
    display: none;
  }

  .ui-module__shortcut-menucontainer___1Oqrg {
    padding: 15px 10px 15px 10px;
  }


}

@media (max-width: 440px) {
  .ui-module__shortcut-container___zAvSN {
    margin-left: 0%;
  }

  .ui-module__shortcut-menucontainer___1Oqrg {
    padding: 15px 10px 15px 10px !important;
  }
}

@media (max-width: 500px) {
  .ui-module__shortcut-container___zAvSN {
    margin-left: 0%;
  }

  .ui-module__shortcut-menucontainer___1Oqrg {
    padding: 15px 20px 15px 20px;
  }
}

@media (max-width: 413px) {
  .ui-module__shortcut-container___zAvSN {
    margin-left: 0%;
  }

  .ui-module__shortcut-menucontainer___1Oqrg {
    padding: 15px 10px 15px 10px !important;
  }

  .ui-module__newpost-container___3xaZt .ui-module__tagtext___3wQ_D {
    margin-left: 2px !important;
  }
}

@media (max-width: 408px) {
  /* .content-tagbox-icons {
    font-size: 10px !important;
  } */

  .ui-module__newpost-container___3xaZt {
    font-size: 14px !important;
  }

  .ui-module__shortcut-container___zAvSN {
    margin-left: 0%;
  }

  .ui-module__shortcut-menucontainer___1Oqrg {
    padding: 15px 8px 15px 3px !important;
  }

  /* .newpost-container .tagtext {
    margin-left: 2px;
    font-size: 9px;
  } */
}

@media (min-width: 441px) and (max-width: 447px) {
  .ui-module__shortcut-container___zAvSN {
    margin-left: 0%;
  }

  .ui-module__shortcut-menucontainer___1Oqrg {
    padding: 15px 10px 15px 10px !important;
  }
}

.ui-module__contesttypehead___1g2G7 {
  padding: 24px 0px 24px 10px !important;
}

.ui-module__contesttype1___3YzPP {
  text-align: center;
  padding: 20px
}

.ui-module__contesttypehead___1g2G7 {
  padding: 24px 0px 24px 10px !important;
}

.ui-module__contesttype1___3YzPP {
  text-align: center;
  padding: 10px 5px 0px 5px;
}


.ui-module__pf-winner-data___28M0F {
  padding-left: 4%;
}

.ui-module__dc-left___1VAKT {
  position: relative;
  left: 10px;
}

@media (max-width: 991px) {
  .ui-module__dc-left___1VAKT {
    position: relative;
    left: 0px !important;
  }

}

@media (max-width: 1200px) {
  .ui-module__rational-div-height___Ui2Hr {
    min-height: unset;
  }
}

.ui-module__video-up-content1___2SKOn {
  position: relative;
  margin-top: 25px;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
}

.ui-module__video-down-content___36gfG {
  position: absolute;
  bottom: 50px;
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
}


.ui-module__video-ads-setting1___3bJ-B {
  width: 100%;
  height: 60%;
  position: relative;
  margin-top: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f1eded;
}

@media (max-width: 480px) {
  .ui-module__video-up-content1___2SKOn {
    margin-top: 40px;
    font-size: 15px;
    font-weight: 600;
  }
}

@media (min-width: 250px) and (max-width: 580px) {
  .ui-module__video-down-content___36gfG {
    bottom: 30px;
    padding: 5px;
    font-size: 13px;
  }

}

@media (max-width: 462px) {
  .ui-module__video-ads-setting1___3bJ-B {
    width: 100%;
    height: 50%;
    position: relative;
    margin-top: 10px;
    -o-object-fit: contain;
       object-fit: contain;
  }

}

@media (min-width: 992px) {
  .ui-module__ss-btn___3KLg8 {
      width: 85%;
    }
  .ui-module__temp-width___3wFNA {
    width: 85%;
  }
  .ui-module__video-ads-setting1___3bJ-B {
    width: 100%;
    height: 35%;
    position: relative;
    margin-top: 10px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (min-width: 1200px) {
  .ui-module__video-ads-setting1___3bJ-B {
    width: 100%;
    height: 32%;
    position: relative;
    margin-top: 10px;
    -o-object-fit: contain;
       object-fit: contain;
  }

}

.ui-module__pf-edit-font___zrHdG {
  font-size: 12px !important;
  color: #C6C9CF;
}

.ui-module__pf-gain-box___3V9H0 {
  max-width: 150px;
  height: auto;
  padding: 8px;
  background: green;
  color: #fff !important;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  letter-spacing: 1px;
  margin-top: 3px;
}

.ui-module__pf-loss-box___39vrW {
  max-width: 150px;
  height: auto;
  padding: 8px;
  background: red;
  color: #fff !important;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  letter-spacing: 1px;
  margin-top: 3px;
}

.ui-module__pf-neutral-box___1WXOw {
  max-width: 150px;
  height: auto;
  padding: 8px;
  background:#fff;
  color: #474747 !important;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  letter-spacing: 1px;
  margin-top: 3px;
  border: 1px solid #474747;
}

.ui-module__pf-asset-name___1vj4h {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.ui-module__pf-asset-list___1r2q4 {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.6px;
}

.ui-module__pf-close-trade___8aOgc {
  color: #2d3192 !important;
  border-radius: 5px;
  padding: 0px 10px 2px 10px;
  font-size: 12px;
  letter-spacing: 0.6px;
  margin-top: 0px;
  font-weight: 500;
  border: 2px solid transparent !important;
  background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box,
    linear-gradient(to right, darkblue, darkorchid) border-box !important;
}

.ui-module__expand-data___27Szd {
  color: #2d3192 !important;
  border-radius: 0px;
  padding: 0px 10px 2px 10px;
  font-size: 12px;
  letter-spacing: 0.6px;
  margin-top: 0px;
  font-weight: 500;
  border: none !important;
  background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box,
    linear-gradient(to right, darkblue, darkorchid) border-box !important;
}

.ui-module__pf-asset-main-container___35Q6W {
  border-bottom: 1px solid #C6C9CF;
  padding-bottom: 10px;
}

.ui-module__pf-taget-price___2sFp- {
  color: blue;
  text-decoration: underline;
}

.ui-module__pf-custom-body___2DwNS {
  overflow-y: scroll;
  height: 500px;
  width: 99.9%;
}

/* .holds-the-iframe {
  background:url("") center center no-repeat;
  margin:auto;
  display: block;
} */


.ui-module__figure-container___O0WhN {
  /* border: thin #c0c0c0 solid; */
  display: flex;
  flex-flow: column;
  /* padding: 5px; */
  /* max-width: 220px; */
  margin: auto;
}


.ui-module__figcaption-div___2aCBA {
  float: left;
  background-color: #222;
  color: #fff;
  font: italic smaller sans-serif;
  padding: 3px;
  text-align: left;

}


.ui-module__holds-the-iframe-mkt___27SF7 {
  background: url("") center center no-repeat;
  top: 30%;
  position: absolute;
  left: 30%;
}

.ui-module__holds-the-iframe-mkt-ticker___29eNM {
  background: url("") center center no-repeat;
  position: absolute;
  top: 45%;
  left: 50%;
  height: 28px;
  transform: translate(-50%, -50%);
}

.ui-module__holds-the-iframe-mkt-ticker-new___24D0C {
  background: url("") center center no-repeat;
  position: absolute;
  top: 45%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
}


.ui-module__holds-the-iframe-asset___2NdSh {
  background: url("") center center no-repeat;
  width: 12%;
  position: absolute;
  left: 40%;
}


.ui-module__add-asset-mob___3ma4g {
  height: 34px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  padding: 7px 10px;
  background: #2d3192;
  margin-top: 29px;
  font-weight: 600;
}


.ui-module__delete-asset-mob___2vT_i {
  background: #A1A1A1;
  color: #2d3192 !important;
  /* height: 30px; */
  border-radius: 5px;
  padding: 0px 10px 2px 10px;
  font-size: 12px;
  letter-spacing: 0.6px;
  margin-top: 0px;
  font-weight: 500;
  border: 2px solid transparent !important;
  background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box,
    linear-gradient(to right, darkblue, darkorchid) border-box !important;
  /* margin-top: 80%; */
}

/* .mob-pf-edit-btn-container{
  display: flex;
  flex-direction: column;
  width: 40%;
  float: right;
} */
.ui-module__update-btn-sticky___23_EK {
  position: sticky;
  bottom: 0;
  float: right;
}

.ui-module__pf-type-data___cA3UK {
  margin-top: 20px;
  font-size: 14px;
  font-family: poppins;
}

.ui-module__page-footer___FiZeE {
  padding: 0 2%;
  background: lightgrey;
  border: 1px solid #bdbdbd;
  border-radius: 6px;
}

.ui-module__about-us-h1___15Yy4 {
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 4rem;

  letter-spacing: 0;
  color: #fff;
  opacity: .5;
}

.ui-module__footer-btns-div___1MwfJ {
  margin-top: 50px;
  /* display: flex; */
  padding-left: 0 !important;
  /* flex-direction: row; */
}

.ui-module__footer-icons-mob___ENDg0 {
  margin-bottom: 5px;
  color: #2d3192 !important;
}

.ui-module__footer-mob-content___3iGG_ {
  margin-top: 10px;
}

.ui-module__footer-content___3M8TR::after {
  content: " ";
}

/* burlywood */
.ui-module__ideaandvoice___1GVgT {
  font-size: 16px;
  letter-spacing: 1.2px;
  color: #5C5C5D;
}

.ui-module__hm-heading___18TZw {
  padding: 24px 10px 5px 15px;
  color: #474747;
  margin: 0;
  font-size: 22px !important;
  font-weight: 900 !important;
  text-shadow: 1px 0px #474747 !important;
}

.ui-module__hm-h1___1OmSQ {
  color: #393C40;
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0;
}


@media (max-width:768px) {

  .ui-module__mg-mob-mkt___1A3BG {
    margin: 20px 0;
  }

  .ui-module__mobile-ideasvoices___2NoBq {
    width: 100%;
  }

  .ui-module__mobile-home-ticker___3ItX3 {
    margin: 0px 0px 5px 0px
  }
}


@media (max-width: 991px) {

  .ui-module__mg-mob___1vBGU {
    margin-bottom: 60px !important;
  }
}

.ui-module__mg-mob___1vBGU {
  margin: 20px 0;
}


.ui-module__sub-child-posts___1BMaK {
  /* height: 140px; */
  overflow-y: auto;
  margin-right: 10px
}

.ui-module__sub-child-posts___1BMaK::-webkit-scrollbar {
  width: 3px;
}

.ui-module__sub-child-posts___1BMaK::-webkit-scrollbar-track {
  background-color: #f4f4f4;
  border-radius: 10px;
}

.ui-module__sub-child-posts___1BMaK::-webkit-scrollbar-thumb {
  width: 3px;
  /* background-color: #DEDEDE; */
  border-radius: 10px;
  background: linear-gradient(0deg, rgb(253 45 124 / 32%) 0%, rgb(45 49 146) 100%);
}

.ui-module__asset-text-wl___1txmq {
  color: #2d3192;
  font-size: 16px;
  font-weight: 900;
  padding: 10px 30px 10px 30px;

}

.ui-module__sc-mt-lg___3AkYW {
  margin-top: 20px !important;
}

.ui-module__sc-pt-lg___24C8Y {
  padding-top: 20px !important;
}

.ui-module__top-btn-rt___1tn8w {
  float: right !important;
  margin-right: 20px !important;
}

.ui-module__paper-plane-home___2pSgf {
  font-size: 20px !important;
  color: #2d3192;
}

.ui-module__edit-icon-wl___1SQw_ {
  display: flex;
  flex-direction: column;
}

.ui-module__menu-shortcut-container-mob___UAZfW {
  display: flex;
  width: 100%;
  background: white;
  /* padding: 10px 0px; */
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 1px solid #cfcfcf; */
  /* margin-top: 12px; */
}



.ui-module__menu-shortcut-items___2PBz9 {
  padding: 4px 4px;
  /* background: #2d3192; */
  color: #383838;
  font-size: 15px;
  /* font-family: 'POPPINS'; */
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.ui-module__active-menu-shortcuts___3pe7i {
  color: #2d3192;

  background: #e9e6f7;

  font-weight: 600;
}

.ui-module__menu-shortcut-items___2PBz9:hover {

  font-weight: 500;
  color: #2d3192;

  background: #e9e6f7;

}

.ui-module__post-btn-trending-asset___3aIOc {
  text-align: center;
  bottom: 10px;
  position: relative;
}

.ui-module__create-post-btn-trending-asset___3KBsY {
  background: #2d3192;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 8px 18px;
}

.ui-module__mg-o___6wR50 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 12px;
}

.ui-module__pf-mob-menu___2tZ09 {
  font-size: 14px;
  display: flex;
  justify-content: space-around;
  /* border-bottom: 2px solid grey; */
  padding: 8px 2px;
  /* border-top: 1px solid grey; */
  /* border-bottom: 1px solid grey; */
  background: white;

}

.ui-module__pf-menu-items___2clck {
  padding: 2px;
  color: #2d3192;
  /* background: #e9e6f7; */
  font-weight: 600;

}

.ui-module__trending-asset-menu___OmSUC {
  /* color: #2d3192;
    background: #e9e6f7;
    font-weight: 800;
    padding: 6px;
    border-radius: 2px; */
  color: #2d3192;
  /* background: #e9e6f7; */
  font-weight: 800;
  padding: 6px;
  border-radius: 2px;
  margin: 0 !important;
  border: 2px solid #e9e6f7;
  border-radius: 2px;
}

.ui-module__trending-asset-menu-active___G6QlX {
  /* color: #2d3192; */
  background: #e9e6f7;

}

.ui-module__post-btn-trending-asset___3aIOc {
  text-align: center;
  bottom: 10px;
  position: relative;
}

.ui-module__create-post-btn-trending-asset___3KBsY {
  background: #2d3192;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 8px 18px;
}


/* .div-in-center {
  margin: auto;
  width: 50%;
} */


.ui-module__load-more___68ThC {
  position: absolute;
  width: 100%;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-align: center;
  background: #2D3192;
  bottom: 0;
  padding: 14px;
  height: 40px;
  width: 50%;
  z-index: 100;
  border-radius: 10px;
}






/* border-radius: 10px; */

.ui-module__div-in-center___2upw_ {
  margin: auto;
  width: 50%;
}

.ui-module__new-inresponse-container___2Ynd1 {
  /* display: inline-flex;
  position: relative;
  top: -15px;
  left: 20px; */
  display: table-row;
}

.ui-module__custom-eye___3jGub {
  margin-left: 10px;
  margin-right: 0px;
}

.ui-module__view-inresp___17fF4:hover {
  color: #2d3192;
  text-decoration: underline;
}


.ui-module__text-left___eEmtB {
  text-align: left;
}

.ui-module__rp-font___1usVg {
  font-size: 12px;
  font-weight: 600;
}

div#ui-module__newmessage___3gy8d :focus-visible {
  border: 1px solid #C6C9CF;
}

.ui-module__following-btn___nyrry {
  border-radius: 20px !important;
  background-image: none;
  height: 34px;
  width: 97px;
  font-size: 10px;
  letter-spacing: 0.6px;
  margin-top: 12px;
  color: #404040;
  font-weight: bold;
  border: 1px solid rgb(161, 161, 161);
}

.ui-module__follow-btn-trending___31JEI {
  height: 34px;
  width: 97px;
  font-size: 10px;
  letter-spacing: 0.6px;
  margin-top: 12px;
  border-radius: 20px !important;
}

.ui-module__loadmore-msg___1h0-T {
  /* top: 37px; */
  position: relative;
  background: white;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 45px 0px 7px 0px;
}

.ui-module__custom-confirm-btn-bio___1qxZp {
  color: #2d3192 !important;
  /* height: 34px; */
  padding: 8px 20px !important;
  font-size: 11px !important;
  letter-spacing: 0.6px;
  /* margin-top: -12px; */
  font-weight: bold !important;
  border: 1px solid transparent !important;
  background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box,
    linear-gradient(to right, darkblue, darkorchid) border-box !important;
  margin-top: 15px;
}

.ui-module__custom-confirm-btn-bio___1qxZp:hover {
  background: #2d3192 !important;
  color: #fff !important;
}

.ui-module__hr-winners___2MO6o {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.ui-module__margin0___38MI- {
  margin: 0;
}

.ui-module__customnewswidthhome___NpNm_ {
  /* background-image: url('https://sfrbucket.s3.ap-south-1.amazonaws.com/home-subsc9i8jg78fh475h.jpg'); */
  background-image: url('https://sfrbucket.s3.ap-south-1.amazonaws.com/4r5enewsletter-sub2.png');
  width: auto;
  height: 305px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.ui-module__customnewswidthblog___1Ip5C {
  background-image: url('https://sfrbucket.s3.ap-south-1.amazonaws.com/4r5enewsletter-sub1.png');
  width: auto;
  height: 305px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.ui-module__input-field-newsletter___2_pB7 {
  position: relative;
  top: 35%;
  padding-left: 10px;
  padding-right: 10px;
}

.ui-module__input-field-newsletter-new___hFYLs {
  position: relative;
  top: 75%;
  padding-left: 10px;
  padding-right: 10px;
}

.ui-module__contact-us-newsletter-container-home___2Vh4z {
  display: inline;
}

@media (max-width: 991px) {
  .ui-module__customnewswidthhome___NpNm_ {
    background-image: url('https://sfrbucket.s3.ap-south-1.amazonaws.com/4r5enewsletter-sub1.png') !important;
    height: 480px !important;
  }

  .ui-module__customnewswidthblog___1Ip5C {
    background-image: url('https://sfrbucket.s3.ap-south-1.amazonaws.com/4r5enewsletter-sub1.png') !important;
    height: 330px !important;
  }
}

@media (max-width: 670px) {
  .ui-module__mobile-spacing___1IkXr {
    padding: 22px 5px 22px 10px !important;
  }

  .ui-module__mobile-spacing-padding-right___3_HDg {
    padding-right: 15px !important;
  }

  .ui-module__mobile-pd-container___3Ls84 {
    margin-right: 5px !important;
  }

  .ui-module__mobile-post-dropdown___1GaHv {
    right: 0px !important;
  }

  .ui-module__customnewswidthhome___NpNm_ {
    background-image: url('https://sfrbucket.s3.ap-south-1.amazonaws.com/4r5enewsletter-sub1.png') !important;
    height: 410px !important;
  }
}

@media (max-width: 480px) {
  .ui-module__customnewswidthhome___NpNm_ {
    background-image: url('https://sfrbucket.s3.ap-south-1.amazonaws.com/4r5enewsletter-sub1.png') !important;
    height: 300px !important;
  }
}

@media (max-width: 380px) {
  .ui-module__customnewswidthhome___NpNm_ {
    background-image: url('https://sfrbucket.s3.ap-south-1.amazonaws.com/4r5enewsletter-sub1.png') !important;
    height: 250px !important;
  }
}

.ui-module__twitter-feed___6Xvnr {
  color: #393C40;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
}

.ui-module__l-spacing___2m0fJ {
  letter-spacing: 1px;
}

.ui-module__equity-type-button___1M3T3 {
  color: #2d3192 !important;
  background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box,
    linear-gradient(to right, darkblue, darkorchid) border-box !important;
  border: 1px solid transparent;
}

.ui-module__create-post-btn-trending-asset___3KBsY:hover {
  background: #fff;
  border: 1px solid #2d3192;
  color: #2d3192;
}

.ui-module__btn-wtpost___26mXJ:hover {
  color: #333 !important;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
}

.ui-module__red-ai___31K3b:hover {
  color: #f12483 !important;
}

.ui-module__blue-ai___zkyy9:hover {
  color: #2d3192 !important;
}

.ui-module__tabhover___fYl90:hover {
  color: #fff !important;
  font-weight: bold !important;
  border-bottom: 2px solid #fff !important;
}

@media (max-height: 780px) {
  .ui-module__footer-container___6mzl1 {
    position: relative;
    top: 0px;
  }
}

.ui-module__content-tagbox-icons___3mEaV {
  color: #787ab8;
  position: relative;
  top: 2px;
  font-size: 22px !important;
  margin-bottom: 10px;
}

.ui-module__fullpage-video___77gTy {
  width: auto;
}

div.ui-module__fullpage-video___77gTy>div:first-child {
  width: auto;
  margin: 0px !important;
  overflow-y: hidden !important;
}

@media (min-width: 992px) {
  div.ui-module__fullpage-video___77gTy>div:first-child {
    width: 75%;
    transform: translate(17%, 5%) !important;
    margin: 0px !important;
    overflow-y: hidden !important;
  }
}

div.ui-module__fullpage-video___77gTy>div:nth-child(2) {
  height: 100% !important;
}

div.ui-module__fullpage-video___77gTy>div.ui-module__modal-content___2aTQv {
  background-color: transparent !important;
}

.ui-module__transparent-bg___1kjnf {
  background-color: transparent !important;
}

div:has(.ui-module__modal-content___2aTQv) {
  background-color: transparent !important;
}

.ui-module__ad-pop-skip-btn___kKi7V {
  position: absolute;
  float: right;
  bottom: 10%;
  right: 5%;
  border-radius: 0px !important;
  background-color: #000 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  width: auto;
  min-width: 10%;
  border-color: #5C5C5D !important;
  border: 2px solid;
}

.ui-module__ad-pop-x-btn___pP36M {
  position: absolute;
  float: right;
  top: 0%;
  right: 1%;
  color: #000;
  background-color: transparent;
  z-index: 1;
  font-size: 26px;
}

@media(max-width: 300px) {
  .ui-module__ad-pop-x-btn___pP36M {
    right: 8%;
  }

  .ui-module__ad-pop-skip-btn___kKi7V {
    bottom: 14%;
    right: 7%;
    font-size: 14px !important;
  }
}

.ui-module__mioptions-slider-container___1AkZ2 {
  width: 100%;
  height: 65px;
  position: relative;
  z-index: 56;
  border: 1px solid #ccc;
}

.ui-module__marketinsights-slider___1plU6 {
  border-radius: 8px;
  width: 100% !important;
}

.ui-module__mi-option-container___2c6DB {
  display: table-cell;
  padding: 18px 68px 19px 68px;
  font-size: 18px;
  font-weight: 600;
  background: white;
  color: #393C40;
  height: 40px;
  white-space: nowrap;
  text-align: center;
}

.ui-module__mi-activeoption___1JzPb .ui-module__active___Zpl54 {
  /* text-decoration: underline; */
  color: #2d3192;
  background: #e9e6f7;
  font-weight: 600;
  border-bottom: 1px solid #2d3192;
}

.ui-module__mi-viewContainer___3O8jE {
  width: calc(100% - 80px);
  height: 100%;
  position: absolute;
  left: 40px;
  overflow-x: scroll;
  overflow-y: hidden;
  background: white;
}

.ui-module__mi-viewContainer___3O8jE::-webkit-scrollbar {
  display: none
}

.ui-module__remove-round-edge___2fbbP {
  border-radius: 0px;
}

.ui-module__miOption-leftArrow___8J8IV {
  width: 40px;
  height: 65px;
  background: #2e3192;
  position: absolute;
  left: 0px;
  top: -1px
}

.ui-module__miOption-leftArrow___8J8IV .ui-module__fa___OWH4U,
.ui-module__miOption-rightArrow___3fNtP .ui-module__fa___OWH4U {
  font-size: 28px;
  color: #fff;
  padding: 18px 14px
}

.ui-module__miOption-rightArrow___3fNtP {
  width: 40px;
  height: 65px;
  background: #2e3192;
  position: absolute;
  right: 0px;
  top: -1px
}

.ui-module__imagePreview___TSBPU {
  position: absolute;
  right: 45px;
  font-size: 20px;
  color: #db4c3c;
}

@media (max-width:650px) {
  .ui-module__tagbar___1fAYA {
    margin-top: 5px;
  }
}

@media (max-width:767px) {
  .ui-module__mioptions-slider-container___1AkZ2 {
    width: 100%;
    height: 40px;
    position: relative;
    z-index: 56;
    border: 1px solid #ccc;
  }

  .ui-module__miOption-leftArrow___8J8IV {
    height: 40px;
    z-index: 1;
  }

  .ui-module__miOption-leftArrow___8J8IV .ui-module__fa___OWH4U,
  .ui-module__miOption-rightArrow___3fNtP .ui-module__fa___OWH4U {
    font-size: 22px;
    color: #fff;
    padding: 9px 14px
  }

  .ui-module__miOption-rightArrow___3fNtP {
    height: 40px;
    z-index: 1;
  }

  .ui-module__mi-option-container___2c6DB {
    display: table-cell;
    padding: 8px 15px 8px 15px;
    font-size: 15px;
    font-weight: 600;
    background: white;
    color: #393C40;
    height: 40px;
    white-space: nowrap;
    text-align: center;
  }

  .ui-module__mi-viewContainer___3O8jE {
    left: 40px;
  }

  .ui-module__mi-viewContainer___3O8jE {
    width: calc(100% - 80px);
  }

  .ui-module__mg-mob-mkt___1A3BG {
    margin: 20px 0 0 0;
  }

  .ui-module__hm-h1___1OmSQ {
    font-size: 20px;
    margin: 15px 0px 0px 0px;
  }

  .ui-module__sector-head___3Ad69 {
    margin: 15px 0px
  }
}

.ui-module__control-tab___3vFjG {
  padding: 2px 30px !important;
}

.ui-module__emoji-popover-container___DyEUH {
  max-width: 100% !important;
  width: 350px !important;
}

.ui-module__emoji-group-container___k2gdt {
  display: flex;
  position: relative;
  border-bottom: 1px solid #0e479ba6;
  padding: 0px 5px 5px 5px;
}

.ui-module__emoji-group-btn-container___rG1g2 {
  color: #0e479ba6 !important;
  display: flex;
  flex: 1 1 auto;
  position: relative;
  background-color: transparent !important;
  border: 0 !important;
  cursor: pointer !important;
  justify-content: center !important;
}

.ui-module__emoji-header-color___32BtZ {
  fill: #0e479ba6;
}

.ui-module__emoji-fa-header-color___ODV4u {
  color: #0e479ba6;
}

.ui-module__emoji-header-active-color___cW8M2 {
  fill: #2d3192;
}

.ui-module__emoji-fa-header-active-color___HRbSV {
  color: #2d3192;
}

.ui-module__emoji-svg-container___2aS-h:hover path {
  fill: #2d3192;
}

.ui-module__emoji-body-container___3tNnF {
  padding: 5px;
  display: inline-flex;
  flex-flow: wrap;
  height: 320px;
  overflow-x: auto;
}

.ui-module__emoji-body-container___3tNnF::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  /* background-color: #F5F5F5; */
}

.ui-module__emoji-body-container___3tNnF::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
  /* background: linear-gradient(0deg, rgb(253 45 124 / 32%) 0%, rgb(45 49 146) 100%); */
}

.ui-module__emoji-body-container___3tNnF::-webkit-scrollbar-thumb {
  border-radius: 3px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #2d3192;
  background: linear-gradient(0deg, rgb(253 45 124 / 32%) 0%, rgb(45 49 146) 100%);
}

.ui-module__emoji-icon___n21h7 {
  cursor: pointer !important;
  padding: 5px !important;
  font-size: 18px !important;
  border: none !important;
  background: transparent !important;
}

@media (max-width: 433px) {
  .ui-module__newpost-container___3xaZt .ui-module__tagtext___3wQ_D {
    margin-left: 3px;
  }
}

.ui-module__sldcontainer___genHW {
  cursor: pointer;
  text-align: center;
  border: 3px solid #2d3192;
  border-radius: 10px;
  border-width: 3px 1px;
  border-top: transparent;
  color: #fff;
  font-size: 16px;
  padding: 8px;
  font-weight: 600;
  background: rgb(46, 44, 82);
  background: linear-gradient(90deg, rgba(46, 44, 82, 1) 0%, rgba(139, 32, 122, 0.9948354341736695) 35%, rgba(41, 29, 29, 1) 100%);
}

.ui-module__custom-pretty-btn___3WIOe {
  font-size: 15px;
}

.ui-module__custom-pretty-btn___3WIOe:before {
  top: 0px !important;
  height: 16px !important;
  width: 16px !important;
}

.ui-module__custom-pretty-btn___3WIOe:after {
  height: 8px !important;
  width: 8px !important;
  left: 4px !important;
  top: 4px !important;
}

.ui-module__emoji-launch-icon___2TDnx {
  position: absolute;
  right: 38px;
  cursor: pointer !important;
  border: none !important;
  background-color: transparent !important;
  padding: 0 !important;
}

.ui-module__img-container-parent___2jq2g {
  width: 100%;
  max-height: 520px;
  margin-right: 10px;
  border: 1px solid transparent;
  border-radius: 15px !important;
  background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box, linear-gradient(to right, #dfdffc, #a1c2ca) border-box;
}

.ui-module__pf-btn-design___1WJia {
  color: #0d3aff !important;
  background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box,
    linear-gradient(to right, darkblue, darkorchid) border-box !important;
  border: 1px solid transparent !important;
  border-width: 2px 1px !important;
  border-radius: 25px !important;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease 0s !important;
  outline: none !important;
}

.ui-module__pf-btn-design___1WJia:hover {
  outline: none !important;
  background: #2d3192 !important;
  color: #fff !important;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  transform: translateY(-4px);
}

.ui-module__pf-btn-design-new___o-XIw {
  color: #0d3aff !important;
  background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box,
    linear-gradient(to right, darkblue, darkorchid) border-box !important;
  border: 1px solid transparent !important;
  border-width: 2px 1px !important;
  border-radius: 25px !important;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease 0s !important;
  outline: none !important;
}

.ui-module__pf-btn-design-new___o-XIw:hover {
  outline: none !important;
  background: #0d3aff !important;
  color: #fff !important;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  transform: translateY(-4px);
}

.ui-module__or-btn-seperator___r8IAm {
  text-align: center;
  border-radius: 20px;
  height: 35px !important;
  width: 35px !important;
  border: 1px solid transparent;
  background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box,
    linear-gradient(to right, darkblue, darkorchid) border-box !important;
  position: relative;
  top: 4px;
}

.ui-module__or-span___1ELfM {
  position: relative;
  right: 9px;
  top: 17%;
}

.ui-module__or-span-separator___rcCSt {
  border-top: 1px solid transparent;
  background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box,
    linear-gradient(to right, darkblue, darkorchid) border-box !important;
}

.ui-module__or-optional___3pBwd {
  position: absolute;
  border: 1px solid #eee;
  padding: 6px;
  border-radius: 10px;
  font-size: 18px;
  background: #fff;
  left: 50%;
  transform: translate(-50%, 0%);
}

.ui-module__cp-box___3sXhE {
  cursor: pointer;
  text-align: left;
  width: 94%;
  height: 50px;
  border: 1px solid transparent;
  border-width: 2px 1px;
  border-radius: 25px;
  background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box,
    linear-gradient(to right, darkblue, darkorchid) border-box !important;
}

.ui-module__cp-box___3sXhE:hover {
  background: #2d3192 !important;
  color: #fff !important;
  box-shadow: 15px 10px 20px #1450cb87;
}

.ui-module__content-trade-header___2VZh- {
  margin: 14px;
}

.ui-module__input-strike-option___1M5Rk {
  cursor: pointer;
  width: 94% !important;
  height: 50px !important;
  border: 1px solid transparent !important;
  border-width: 2px 1px !important;
  border-radius: 25px !important;
  background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box,
    linear-gradient(to right, darkblue, darkorchid) border-box !important;
}

.ui-module__input-strike-option-new___2nWYn {
  cursor: pointer;
  width: 94% !important;
  height: 50px !important;
  border: 1px solid #bac3cd ;
  border-radius: 25px !important;
}

.ui-module__custom-input-height___3TKP2 {
  height: 40px !important;
}
.ui-module__custom-input-height-desk___TLWfE {
  height: 36px !important;
}

.ui-module__input-strike-option___1M5Rk:hover {
  background: #2d3192 !important;
  color: #fff !important;
  box-shadow: 15px 10px 20px #1450cb87;
}

.ui-module__input-strike-option-new___2nWYn:hover {
  box-shadow: 15px 10px 20px #1450cb87;
}

.ui-module__input-strike-option___1M5Rk::-moz-placeholder {
  color: #000 !important;
  opacity: 1;
}

.ui-module__input-strike-option___1M5Rk:-ms-input-placeholder {
  color: #000 !important;
  opacity: 1;
}

.ui-module__input-strike-option___1M5Rk::placeholder {
  color: #000 !important;
  opacity: 1;
}

.ui-module__input-strike-option___1M5Rk:hover::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}

.ui-module__input-strike-option___1M5Rk:hover:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

.ui-module__input-strike-option___1M5Rk:hover::placeholder {
  color: #fff !important;
  opacity: 1;
}

/* Chrome, Safari, Edge, Opera */
.ui-module__input-strike-option___1M5Rk::-webkit-outer-spin-button,
.ui-module__input-strike-option___1M5Rk::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.ui-module__input-strike-option___1M5Rk[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}

.ui-module__input-strike-option-new___2nWYn[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}

.ui-module__buy-sell-btn-main___2IZhC {
  display: table-caption;
}

.ui-module__new-buy-btn___1P_-C {
  margin-top: 10px;
  width: 120px;
  color: #2d3192 !important;
  background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box,
    linear-gradient(to right, #4bbc2e, #2779e2) border-box !important;
  border: 1px solid transparent !important;
  border-width: 2px 1px !important;
  border-radius: 25px !important;
  box-shadow: 0px 8px 15px rgb(0 0 0 / 10%) !important;
  transition: all 0.3s ease 0s !important;
  outline: none !important;
}

.ui-module__new-buy-btn___1P_-C:hover {
  outline: none !important;
  background: green !important;
  color: #fff !important;
  box-shadow: 0px 15px 20px rgb(46 229 157 / 40%);
  transform: translateY(-7px);
}

.ui-module__new-sell-btn___3yOOB {
  margin-top: 10px;
  width: 120px;
  color: #2d3192 !important;
  background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box, linear-gradient(to right, #f11e09, #2779e2) border-box !important;
  border: 1px solid transparent !important;
  border-width: 2px 1px !important;
  border-radius: 25px !important;
  box-shadow: 0px 8px 15px rgb(0 0 0 / 10%) !important;
  transition: all 0.3s ease 0s !important;
  outline: none !important;
}

.ui-module__new-sell-btn___3yOOB:hover {
  outline: none !important;
  background: #F44236 !important;
  color: #fff !important;
  box-shadow: 0px 15px 20px rgb(46 229 157 / 40%);
  transform: translateY(7px);
}

.ui-module__green-bg___k0vAw {
  background: green !important;
  color: #fff !important;
}

.ui-module__red-bg___34ERL {
  background: #F44236 !important;
  color: #fff !important;
}

.ui-module__red-bg-hover___35qDr.ui-module__rdc___S-W3v:hover {
  background: #db4c3c !important;
  color: #fff !important;
}

.ui-module__red-bg-hover___35qDr:hover {
  background: #db4c3c !important;
  color: #fff !important;
}

.ui-module__vertical-separator___3fW0f {
  width: 1px !important;
  height: 270px;
  padding: 0px !important;
  border-left: 1px solid transparent;
  background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box,
    linear-gradient(to right, darkblue, darkorchid) border-box !important;
}

.ui-module__step-two-container___ZEwt- {
  margin-left: 2%;
}

.ui-module__accordian-open___2AcKO {
  display: block;
}

.ui-module__accordian-close___R8iHW {
  display: none;
}

.ui-module__enable-opacity___AXb3E {
  opacity: 1
}

.ui-module__desk-accordian___16XZz {
  float: left;
  font-size: 18px;
  position: relative;
  top: 5px;
}

.ui-module__step-text___HgiEV {
  float: left;
  font-size: 16px;
  font-weight: 600;
}

.ui-module__step-container___19uTm {
  padding: 2px 2px 10px 2px;
}

.ui-module__step-left___1Xp7W {
  padding: 15px;
  float: left;
  background: #daebf7;
}

.ui-module__step-right___263Wd {
  padding: 15px;
  font-size: 15px;
  float: left;
}

.ui-module__step-right-default___qG1qy {
  padding: 15px !important;
  font-size: 15px;
  float: left;
  background: #fff;
}

.ui-module__step-right-default-mobile___2ykl4 {
  font-size: 15px;
  float: left;
  background: #fff;
}

.ui-module__step-right-black___3cONQ {
  color: #fff;
  padding: 15px;
  font-size: 15px;
  float: left;
}

.ui-module__step-selection___2uxTQ {
  /* background: #2d3192 !important; */
  color: #000 !important;
  box-shadow: 15px 10px 20px #1450cb87;
}

.ui-module__step-selection___2uxTQ::-moz-placeholder {
  background: #2d3192 !important;
  color: #fff !important;
  box-shadow: 15px 10px 20px #1450cb87;
}

.ui-module__step-selection___2uxTQ:-ms-input-placeholder {
  background: #2d3192 !important;
  color: #fff !important;
  box-shadow: 15px 10px 20px #1450cb87;
}

.ui-module__step-selection___2uxTQ::placeholder {
  background: #2d3192 !important;
  color: #fff !important;
  box-shadow: 15px 10px 20px #1450cb87;
}

.ui-module__btnwidth-manage___1b0bM {
  width: 105px;
}

.ui-module__lpmatch___1w2nN {
  color: #fff;
  padding: 3px 10px !important;
  display: inline-block;
  border-radius: 5px;
  -webkit-animation: ui-module__greenblinkingBackground___svvlD 2s infinite;
          animation: ui-module__greenblinkingBackground___svvlD 2s infinite;
}

.ui-module__lpmatchstop___3OymW {
  color: #fff;
  padding: 3px 10px !important;
  display: inline-block;
  border-radius: 5px;
  background: green;
}

.ui-module__lpmatch-waiting___3E8n8 {
  color: #fff;
  padding: 3px 10px !important;
  display: inline-block;
  border-radius: 5px;
  -webkit-animation: ui-module__yellowblinkingBackground___18o9v 4s infinite;
          animation: ui-module__yellowblinkingBackground___18o9v 4s infinite;
}

.ui-module__lpmatch-waiting-stop___UrnrY {
  color: #fff;
  padding: 3px 10px !important;
  display: inline-block;
  border-radius: 5px;
  background: #858514;
}

.ui-module__lpmatch-span___2fVh0 {
  color: #fff;
  padding: 3px 14px !important;
  display: inline-block;
  border-radius: 5px;
  -webkit-animation: ui-module__greenblinkingBackground___svvlD 2s infinite;
          animation: ui-module__greenblinkingBackground___svvlD 2s infinite;
}

.ui-module__lpmatch-span-stop___dwa4T {
  color: #fff;
  padding: 3px 14px !important;
  display: inline-block;
  border-radius: 5px;
  background: green;
}

.ui-module__lpmatch-waiting-span___3G7kh {
  color: #fff;
  padding: 3px 14px !important;
  display: inline-block;
  border-radius: 5px;
  -webkit-animation: ui-module__yellowblinkingBackground___18o9v 2s infinite;
          animation: ui-module__yellowblinkingBackground___18o9v 2s infinite;
}

.ui-module__lpmatch-waiting-span-stop___2eX8e {
  color: #fff;
  padding: 3px 14px !important;
  display: inline-block;
  border-radius: 5px;
  background: #858514;
}

.ui-module__lp-status-block___3pjxI {
  display: block;
  font-size: 12px;
}

@-webkit-keyframes ui-module__greenblinkingBackground___svvlD {
  0% {
    background-color: #08ab08;
  }

  25% {
    background-color: #404040;
  }

  50% {
    background-color: #08ab08;
  }

  75% {
    background-color: #404040;
  }

  100% {
    background-color: #08ab08;
  }
}

@keyframes ui-module__greenblinkingBackground___svvlD {
  0% {
    background-color: #08ab08;
  }

  25% {
    background-color: #404040;
  }

  50% {
    background-color: #08ab08;
  }

  75% {
    background-color: #404040;
  }

  100% {
    background-color: #08ab08;
  }
}

@-webkit-keyframes ui-module__yellowblinkingBackground___18o9v {
  0% {
    background-color: #F8D006;
  }

  25% {
    background-color: #404040;
  }

  50% {
    background-color: #F8D006;
  }

  75% {
    background-color: #404040;
  }

  100% {
    background-color: #F8D006;
  }
}

@keyframes ui-module__yellowblinkingBackground___18o9v {
  0% {
    background-color: #F8D006;
  }

  25% {
    background-color: #404040;
  }

  50% {
    background-color: #F8D006;
  }

  75% {
    background-color: #404040;
  }

  100% {
    background-color: #F8D006;
  }
}

.ui-module__pf-btn-desktop-show___nSnFR {
  display: none;
}

.ui-module__pf-btn-mobile-show___3GNaN {
  display: none;
}

@media (min-width: 768px) {
  .ui-module__or-containerr___1Mtiu {
    margin-top: 20px;
  }

  .ui-module__accordian-close___R8iHW {
    display: block;
  }

  .ui-module__desk-accordian___16XZz {
    display: none;
  }

  .ui-module__or-optional-cont___1jUbX {
    margin-top: 10%;
  }
}

@media (min-width: 1201px) {
  .ui-module__pf-btn-desktop-show___nSnFR {
    display: block;
  }
}

@media (max-width: 1200px) {
  .ui-module__pf-btn-mobile-show___3GNaN {
    display: block !important;
    float: unset !important;
  }

  .ui-module__new-buy-btn___1P_-C {
    width: 80px;
  }

  .ui-module__new-sell-btn___3yOOB {
    width: 80px;
  }

  .ui-module__btnwidth-manage___1b0bM {
    width: 70px;
  }
}

@media (max-width: 767px) {

  /* .or-optional {
    transform: translate(30%, 0%);
  } */
  .ui-module__lp-status-block___3pjxI {
    position: relative;
    font-size: 10px;
    margin-left: 5px;
    display: inline;
    margin-top: 5px;
  }

  .ui-module__vertical-separator___3fW0f {
    display: none;
  }

  .ui-module__step-two-container___ZEwt- {
    margin-top: 10px;
  }

  .ui-module__buy-sell-btn-main___2IZhC {
    display: flex;
    justify-content: space-evenly;
  }

  .ui-module__new-buy-btn___1P_-C {
    width: 170px;
  }

  .ui-module__new-sell-btn___3yOOB {
    width: 170px;
  }

  .ui-module__new-sell-btn___3yOOB:hover {
    transform: translateY(-7px);
  }

  .ui-module__vertical-separator___3fW0f {
    height: 1px !important;
    width: 100% !important;
    border-top: 3px solid transparent;
    margin: 5px 0px;
  }

  .ui-module__step-two-container___ZEwt- {
    margin-left: 0%;
  }

  .ui-module__step-text___HgiEV {
    margin-right: 5px;
  }

  .ui-module__input-strike-option___1M5Rk:hover {
    background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box,
      linear-gradient(to right, darkblue, darkorchid) border-box !important;
    color: #000 !important;
    box-shadow: 15px 10px 20px #1450cb87;
  }
}

@media (max-width: 480px) {
  .ui-module__new-buy-btn___1P_-C {
    width: 80px;
    padding: 10px 12px !important;
    margin-top: 5px;
  }

  .ui-module__new-sell-btn___3yOOB {
    width: 80px;
    padding: 10px 12px !important;
    margin-top: 5px;
  }

  .ui-module__mobile-adjustment___Ikee2 {
    position: relative;
    left: 5px;
  }
}

.ui-module__showpf-container___2e5rF {
  border: 3px solid transparent !important;
  background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box,
    linear-gradient(to right, darkblue, darkorchid) border-box;
  border-width: 3px 1px !important;
  border-radius: 3px;
}

@media (max-width: 379px) {
  .ui-module__handle-tag___3YIQP {
    padding-left: 8px !important;
  }
}

@media (max-width: 394px) {
  .ui-module__menu-shortcut-items___2PBz9 {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Your CSS rules for tablet-sized devices go here */
  .ui-module__show-tab___16Cvb {
    display: block !important;
  }
}

.ui-module__badgeui___Z10lM {
  font-size: 15px !important;
  color: #fff !important;
  background: #ff5722 !important;
  padding: 14px 20px !important;
  margin-left: 20px;
}

.ui-module__new-follow-design___4MRty {
  width: 100%;
  padding: 16px 14px !important;
  height: auto !important;
}
div.ui-module__dd-parent___3rMuz > ul.ui-module__dropdown-menu___Cmjmx {
  left: 0 !important;
  top: 100% !important;
}
.ui-module__mydropdown___u-BGY {
  overflow: hidden;
  /* float: left; */
}

.ui-module__mydropdown-content___7KMIw {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.ui-module__mydropdown-content___7KMIw a {
  float: none;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}

.ui-module__mydropdown-content___7KMIw a:hover {
  background-color: #ddd;
}

.ui-module__mydropdown___u-BGY:hover .ui-module__mydropdown-content___7KMIw {
  display: block;
}

.ui-module__listcolor___1ZEge {
  font-weight: 500;
  color: #2c2e31;
}
.ui-module__desktop-vhr-link___3LBAC {
  text-decoration: underline;
  color: #2d3192;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(/static/media/glyphicons-halflings-regular.f4769f9b.eot);src:url(/static/media/glyphicons-halflings-regular.f4769f9b.eot?#iefix) format('embedded-opentype'),url(/static/media/glyphicons-halflings-regular.448c34a5.woff2) format('woff2'),url(/static/media/glyphicons-halflings-regular.fa277232.woff) format('woff'),url(/static/media/glyphicons-halflings-regular.e18bbf61.ttf) format('truetype'),url(/static/media/glyphicons-halflings-regular.89889688.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{box-sizing:border-box}:after,:before{box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition-timing-function:ease;transition-duration:.35s;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-25%)}.modal.in .modal-dialog{transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
.blogs-module__rdw-editor-main___Icj1R {
    background: white;
    min-height: 200px;
    overflow: auto;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border: 1px solid #ccc;
    padding: 6px 12px;
}

.blogs-module__no-underline___1vHS9 {
    text-decoration: none;
}

.blogs-module__no-underline___1vHS9:hover {
    text-decoration: none;
}

.blogs-module__fourline-description___2_v9g {
    max-height: 7em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.blogs-module__mob-write-blog___27Qzt {
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 14px 14px 7px 0px #00ff008c;
    cursor: pointer;
    text-align: center;
    border: 1px solid #474747;
    border-radius: 10px;
    border-width: 3px 3px;
    color: #474747 !important;
    font-size: 24px;
    padding: 5px 40px;
    font-weight: 900;
    background: #fff;
}

/* Default state */
.blogs-module__blog-play-icon___291W- {
  background-image: url("https://sfrbucket.s3.ap-south-1.amazonaws.com/play-green.svg"); /* Use a relative path */
  margin-right: 5px;
  transform: rotate(90deg);
  height: 30px;
  
}

/* Hover state */
.blogs-module__play-icon___29psN:hover {
  background-image: url("https://sfrbucket.s3.ap-south-1.amazonaws.com/play-white.svg"); /* Use a relative path */
}

.blogs-module__green-ar___3wiaQ { display: inline-flex; }
.blogs-module__white-ar___23wdn { display: none; }

.blogs-module__editor-bg___1aP3u {
    /* background-image: url("https://sfrbucket.s3.ap-south-1.amazonaws.com/editor-thumbnail-67r56.png");
    background-repeat: no-repeat, repeat;
    height: 500px; */
    background: url("https://sfrbucket.s3.ap-south-1.amazonaws.com/editor-thumbnail-67r56.png") 47% -10px no-repeat;
    max-width: 100%;
    height: 418px;
}

@media (max-width: 991px) {
    .blogs-module__editor-bg___1aP3u {
        background: url("https://sfrbucket.s3.ap-south-1.amazonaws.com/editor-thumbnail-68r56.png") 47% -1px no-repeat;
    }
}

@media (max-width: 767px) {
    .blogs-module__editor-bg___1aP3u {
        background: url("https://sfrbucket.s3.ap-south-1.amazonaws.com/editor-thumbnail-69r56.png") -5px -3px no-repeat;
    }
    .blogs-module__mobile-draft-btn___23rAH {
        margin-left: 0px !important;
        position: relative;
        top: 25px;
    }
}

@media (max-width: 480px) {
    .blogs-module__editor-bg___1aP3u {
        background: url("https://sfrbucket.s3.ap-south-1.amazonaws.com/editor-thumbnail-70r56.png") -3px -3px no-repeat;
    }
}

.blogs-module__no-border___qZ8by {
    border: none !important;
    background: none !important;
}

h2.blogs-module__blog-list-heading___vtwHg {
    font-weight: 600 !important;
    font-size: 22px !important;
}

@media (max-width: 1200px) {
    .blogs-module__keywords-container___1LNMs {
        height: 45px;
        overflow: hidden;
    }
}


.blogs-module__createblog-button-container-new___1KZo- {
    display: none;
}

.blogs-module__createblog-button-container-new-1___2et-y {
    display: none;
}

.blogs-module__search-desktop___4Yn2O {
    display: block;
}

.blogs-module__search-mob___3xI3R {
    display: none;
}

@media (min-width: 768px) {
    .blogs-module__createblog-button-container-new___1KZo- {
        display: block !important;
        /* border: 1px solid transparent; */
        border-radius: 10px;
        padding: 3px;
        /* background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box,
            linear-gradient(to right, darkblue, darkorchid) border-box; */
        width: 120px;
        float: right;
        position: relative;
        right: 20px;
        box-shadow: 11px -10px 5px #00ff008c;
        border-radius: 10px;
        border: 3px solid #474747;
        width: 19%;
        background: #FFFFFF;
        color: #00ff00;
    }

    .blogs-module__createblog-button-container-new-1___2et-y {
        display: block !important;
        border-radius: 10px;
        padding: 5px;
        width: 120px;
        float: right;
        position: relative;
        right: 20px;
        border: 1px solid #474747;
    }

}




.blogs-module__blog-description-heading___1TVg- {
    color: #3e3e3e !important;
}

.blogs-module__blogs-card___3q2ej {
    border: 1px solid #e1e1e1;
    height: 350px;
    box-shadow: 0 !important;
    cursor: pointer;
}

hr.blogs-module__hr-gap___2Z2Wz {
    margin: 2px;
}

.blogs-module__styles__product-card___SeyxO___JIUJ6 {
    height: 350px ! important;
    border: 1px solid #e1e1e1 !important;
    box-shadow: none !important;
}

.blogs-module__styles__product-card-description___2ngyd___1DYJO {
    color: #000000 !important;
    font-size: 14px !important;
    letter-spacing: 0px !important;
    font-family: unset !important;
}


.blogs-module__styles__product-card-description-box___gjZQu___1UgY5 {
    background-color: #f7f7f7 !important;
}

.blogs-module__styles__product-card-name___3n1NI___1h7NA {
    text-transform: none ! important;
    font-size: 22px !important;
    letter-spacing: 0 !important;
    color: black !important;
    font-weight: 600 !important;
}

.blogs-module__rx2___3ec6P {
    color: #00ff00;
}

.blogs-module__rx1___2QGHk:hover {
    color: #fff;
    text-decoration: none;

}

h1.blogs-module__new-featured-heading___3oGjo {
    font-size: 30px;
    font-weight: 800;
    font-family: inherit;
    margin-left: 27px;
}

h1.blogs-module__trending-blogs-heading___1ewlv {
    font-size: 30px;
    font-weight: 800;
    font-family: inherit;
    margin-left: 27px;
}


.blogs-module__blog-titleBar___2tdbX {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

.blogs-module__blog-container-body___1dhU5 {
    padding: 2% 10%;
    font-size: 21px;
    line-height: 1.50;
    word-spacing: 5px;
    font-family: inherit;
}

.blogs-module__social-share-container___19nFw {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2%;
    margin: 30px 97px;
}

.blogs-module__social-share-container___19nFw {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2%;
    margin: 30px 97px;
    display: flex;
    justify-content: space-between;
}

.blogs-module__space___144LC {
    padding: 5px;
    cursor: pointer;
}


.blogs-module__blog-compose-comment___Bt4t8 {
    padding: 5% 15%;
}

.blogs-module__blog-compose-comment___Bt4t8 {
    padding: 10% 15%;
}

div#blogs-module__newmessage___2p7LC {

    padding: 15px 20px;
    min-height: 100px;
    /* overflow-y: scroll; */
    box-shadow: 0 1px 4px rgba(0, 0, 0, .03);

    border: 1px solid #e3e3e3;
    border-radius: 2px;
    margin-bottom: 10px;
}


.blogs-module__commentbox-container___1Ls3i {
    padding: 2% 10%;
}


.blogs-module__blog-commentbox___1yy8D {
    min-height: 100px;
    background: white;
    padding: 2% 5%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .03);
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    margin-bottom: 2%;
}


input[type=text].blogs-module__blog-searchbar___1rh20 {
    width: 10px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    /* background-image: url('searchicon.png'); */
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    transition: width 0.4s ease-in-out;
}

input[type=text].blogs-module__blog-searchbar___1rh20:focus {
    width: 100%;
}

.blogs-module__blog-search-container___DIiSO .blogs-module__navbar-input-search___1Ax8k {
    height: 35px;
    width: 221px;
    background-color: transparent;
    border-radius: 30px;
    padding: 0 15px;
    position: relative;
    color: #6a6b6b;
    font-size: 12px;
    font-weight: 300;
    line-height: 0;
    border: 2px solid #bcbcbc;
}

.blogs-module__blog-search-container___DIiSO .blogs-module__search-btn___1bYWq {
    height: 35px;
    width: 221px;
    background-color: transparent;
    border-radius: 30px;
    padding: 0 15px;
    position: relative;
    /* left: 72px; */
    /* top: -12px; */
    color: #AAAEB3;
    font-size: 12px;
    font-weight: 300;
    line-height: 0;
    border: 2px solid #C6C9CF;
}

img.blogs-module__header-image___2bwCG {
    width: 80%;
    display: block;
    margin: auto;
}


.blogs-module__search-data-list___ELoaE.blogs-module__media___fzFCK {
    padding: 2%;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    background: #f9f9f9;
    cursor: pointer;
}

.blogs-module__nav___2whO4>li>a:hover {
    background: #2d3192de !important;
    color: #e4e4e4 !important;
}

.blogs-module__nav-tabs___a_f3V>li>a {
    color: #2d3192de !important;
}

/* .nav-tabs>li.active>a{
    background: #2d3192de !important;
    color:white !important;
} */


.blogs-module__blog-container-body___1dhU5 {
    cursor: pointer;
}

.blogs-module__no-comments-container___3-QAY {
    text-align: center;
    padding: 3% 6%;
    background: #efefef;
    font-size: 22px;
    border: 1px solid #bbbbc0;
    cursor: pointer;
}

.blogs-module__keywords-chips___1Fq4l {
    margin: 2px;
    background: #e7e8ff;
    color: #2d3192;
    border-radius: 8px;
    border: 1px solid #d8d8d8;
}

.blogs-module__blog-commentbox___1yy8D.blogs-module__media___fzFCK {
    overflow: auto !important;
}

.blogs-module__author-list-div___3FGeR {
    border: 1px solid #cecece;
    margin: 2%;
    padding: 2%;
    background: white;
    border-radius: 8px;
}


/* Blog css start */
.blogs-module__keywords-parent-container___3yY2r {
    max-height: 250px;
    background-color: #fff;
}

.blogs-module__keywords-container___1LNMs {
    margin: 0;
    padding: 5px;
}

.blogs-module__keywords-element-container___2R0NP {
    display: inline-block;
    list-style-type: none;
    margin-right: 8px;
    margin-bottom: 8px;
}

.blogs-module__keywords-element-container-internal___3PC6K {
    line-height: 22px;
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 15px;
    text-decoration: none !important;
    color: rgba(0, 0, 0, 0.54);
    display: block;
    font-weight: 400;
    border: 1px solid #474747;
}

.blogs-module__color-left___fUZ1h {
    color: #ffffff;
    display: inline-flex;
    background-color: #2d3192;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.blogs-module__left-icon___3F3Wu {
    margin-left: 7px;
}

.blogs-module__keywords-content___3By5a {
    margin-left: 7px;
    color: #474747;
}

.blogs-module__blogsearch-container____llJa {
    margin-top: 10px;
}

.blogs-module__blog-search___5MS9U {
    border-radius: 20px;
    height: 37px;
    border: 1px solid #474747;
}

.blogs-module__blog-content-image___3WnT0 {
    width: 100%;
}

.blogs-module__draft-btn-mob___cOshb {
    padding-bottom: 11px;
    text-align: center;
    position: relative;
    display: inline-flex;
    border: 1px solid #474747;
    border-radius: 10px;
    top: 0px;
}

.blogs-module__bradius___Ish-h {
    border-radius: 30px;
}

.blogs-module__featured-blogs-heading-container___3Lx8X {
    padding: 5px 15px;
    /* background: #e3e3e3; */
}

.blogs-module__padding-0___sjhKl {
    padding: 0px;
}

.blogs-module__featured-blogs-parent-container___3HwGN {
    background-color: #ffffff;
}

.blogs-module__featured-blogs-container-left___3gFWm {
    padding: 0px;
    background: white;
}

.blogs-module__featured-blogs-container-right___2XCPs {
    float: right;
    padding: 0px;
    background: white;
}

.blogs-module__featured-blogs-primary-image-container___3Zqko {
    width: 100%;
    padding: 2%;
    height: 260px;
}

.blogs-module__primary-image___1T9qd {
    width: 800px;
    /* max-height: 100% !important; */
    max-height: 260px !important;
}

.blogs-module__featured-blogs-primary-content-container___2BSDz {
    width: 100%;
    padding: 25px 10px 0px 25px;
}

.blogs-module__bold7___1T-lp {
    font-weight: 700;
}

.blogs-module__bold6___-HtaX {
    font-weight: 600;
}

@media (max-width: 991px) {
    .blogs-module__featured-blogs-primary-content-container___2BSDz {
        padding: 25px 10px 0px 50px;
    }
}

.blogs-module__featured-blogs-container-right-element1___25ex5 {
    width: 35%;
}

.blogs-module__featured-blogs-container-right-element2___3Qd7w {
    width: 65%;
    padding: 5px
}

.blogs-module__secondary-image___X8BHc {
    width: 120px;
    height: 120px !important;
}

.blogs-module__no-margin___2K9m9 {
    margin: 0px;
}

.blogs-module__no-padding___9ts1q {
    padding: 0px !important;
}

.blogs-module__small-container___JSuiv {
    background: white;
    width: 100%;
    display: flex;
    padding: 8px 10px 6px 10px;
    /* border-bottom: 1px solid #ECEDEF; */
}

.blogs-module__discussed-parent-container___3KTeX {
    margin-top: 5px;
}

.blogs-module__blogsearch-data-container___2F6Qh {
    background: white;
    margin-bottom: 0%;
}

.blogs-module__font12___3mK51 {
    font-size: 12px;
}

.blogs-module__font18___2JWpG {
    font-size: 18px;
}

.blogs-module__font16___2L3Kw {
    font-size: 16px
}

.blogs-module__top-space___2LFKN {
    padding-top: 12px
}

.blogs-module__viewall___2zg2v {
    position: absolute;
    bottom: 3px;
    right: 15px;
}

.blogs-module__discussed-parent-container___3KTeX {
    /* background-color: #ffffff; */
}

.blogs-module__discussed-container-left___1VAto {
    padding: 5px;
    border-right: 1px solid #ECEDEF;
    /* background: white; */
}

.blogs-module__discussed-container-right___1sR-q {
    float: right;
    padding: 5px;
    /* background: white; */
    /* top: 85px; */
}

.blogs-module__pop-auth___GNPp1 {
    margin-top: 5px;
}

.blogs-module__latest-blog-container___3ec3o {
    /* background: #e3e3e3; */
    padding: 15px;
}

.blogs-module__element-image___11q8A {
    width: 200px;
    border-radius: 10px !important;
    border: 1px solid #efefef;
}

.blogs-module__right___1LykK {
    float: right;
}

.blogs-module__right-icon___36XtZ {
    position: relative;
    float: right;
    top: 10px;
    right: 230px;
}

.blogs-module__latest-blogs-container-right-element1___1nhPY {
    width: 70%;
    padding: 5px
}

.blogs-module__latest-blogs-container-right-element2___3V7Ir {
    width: 30%;
}

.blogs-module__width100___2_Qpd {
    width: 100%;
}

.blogs-module__width95___1tnYK {
    width: 95%;
}

.blogs-module__width5___2oVt- {
    width: 5%;
    padding: 5px;
}

.blogs-module__flex___1mEEi {
    display: flex;
}

.blogs-module__view-all___2bSYS {
    color: #2E3192;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    border-bottom: 2px solid #2E3192;
}

.blogs-module__nowrap___1Ppy5 {
    white-space: nowrap;
}

.blogs-module__pointer___3-xv1 {
    cursor: pointer;
}

.blogs-module__popular-blog-container___1RH7E {
    /* background: #e3e3e3; */
    padding: 15px 5px;
    position: relative;
}

.blogs-module__blog-index___3poaN {
    font-size: 15px;
    color: #bfbfbf;
}

.blogs-module__pop-blog-container___oAbnz {
    padding: 20px 0px 20px 0px;
    cursor: pointer;
    background-color: #ffffff;
    border-bottom: 1px solid #ECEDEF;
}

.blogs-module__font10___2iKhi {
    font-size: 10px;
}

.blogs-module__width50___3RqyV {
    width: 50%;
}

.blogs-module__blog-action___3Z3JC {
    color: #2d3192;
}

.blogs-module__padding10___5CMu4 {
    padding: 10px;
}

.blogs-module__popular-blogger-blog-title___13v4T {
    padding-top: 20px;
}

.blogs-module__create-new-blog___1ef_p {
    /* border: 2px solid #2d3192;
    padding: 2px;
    border-radius: 20px;
    background: white;
    width: 140px;
    position: absolute;
    right: 2%;
    bottom: 15px; */
    border: 2px solid #2d3192;
    padding: 2px;
    border-radius: 20px;
    background: white;
    width: 105px;
    position: absolute;
    right: 0%;
    /* bottom: 15px; */
}

.blogs-module__border-bottom___Gy2O7 {
    border-bottom: 1px solid #ECEDEF;
}

.blogs-module__blog-view-home-icon___2wx4T {
    position: absolute;
    right: 40px;
}

.blogs-module__home-icon-view___3k1zu {
    font-size: 25px;
    color: #2d3192;
}

.blogs-module__blog-home-top___d-LUI.blogs-module__row___2FuVm {
    margin-bottom: 15px;
}

h2.blogs-module__blogs-title-heading___nHM1s {
    font-size: 2.5rem;
    margin: 0;
    /* font-weight: 600; */
    /* color: white; */
}

.blogs-module__add-blog___25GGD {
    /* border-radius: 50%;
    padding: 10px;
    background: #2d3192;
    color: #fff;
    display: inline-block;
    padding: 5.5px 10.5px;
    font-size: 18px; */
    border-radius: 50%;
    /* padding: 10px; */
    background: #2d3192;
    color: #fff;
    display: inline-block;
    padding: 2.5px 7.5px;
    font-size: 12px;
}

.blogs-module__add-blog-text___1Ygo- {
    /* color: #2E3192;
    font-size: 12px;
    padding-left: 15px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 10px; */
    color: #2E3192;
    font-size: 10px;
    padding-left: 6px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 4px;
}

p.blogs-module__highlighted-description___36daC {
    color: #5f615f;
    font-size: 16px;
}



h2.blogs-module__highlighted-title___1IYTi {
    font-size: 25px;
    font-weight: 600;
    /* word-spacing: 0px; */
}

p.blogs-module__blogs-timestamp___30OnV {
    font-size: 12px;
    font-weight: 600;
    color: #828282;
}

.blogs-module__view-all-pop___27xwZ {
    color: #2E3192;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    border-bottom: 2px solid #2E3192;
}

.blogs-module__viewall-pop___3eF6z {
    /* position: absolute; */
    bottom: 3px;
    right: 15px;
}

.blogs-module__searchdata-container-blog___2AQDV {
    /* background: #fff; */
    /* padding: 10px 0px; */
    min-height: 150px;
    /* margin-bottom: 50px; */
}

h3.blogs-module__heading___2VeyV.blogs-module__pl-lg___3GJiS.blogs-module__blog___SuQG7 {
    color: #2d3192;
    font-size: 40px;
    margin: 0;
    margin: 0;
    font-weight: 600;
}

.blogs-module__search-bloglist___2c0ZW {
    background: white;
}

.blogs-module__blogsearch-container____llJa {
    margin-top: 22px;
}

.blogs-module__blogsearch-container____llJa.blogs-module__col-sm-5___TxRzc.blogs-module__col-xs-12___Qu0En {
    margin-bottom: 28px;
}

/* .blogsearch-data-container.col-sm-7.col-xs-12 {
    height: 175px;
} */
/* Blog css end */

/* View Blog css start */
.blogs-module__blogview-parent-container___3pFnY {
    padding: 10px 225px 10px 225px;
    background: #ffffff;
}

.blogs-module__blog-heading___27hcm {
    padding: 0px;
    display: flex;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .blogs-module__blogview-parent-container___3pFnY {
        padding: 10px 100px 10px 100px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .blogs-module__blogview-parent-container___3pFnY {
        padding: 10px 100px 10px 100px;
    }
}

@media (min-width: 651px) and (max-width: 767px) {
    .blogs-module__blogview-parent-container___3pFnY {
        padding: 10px 20px 10px 20px;
    }
}

@media (min-width: 340px) and (max-width: 650px) {
    .blogs-module__blogview-parent-container___3pFnY {
        padding: 10px 20px 10px 20px;
    }

    .blogs-module__blog-content-heading___3D-5n {
        font-size: 24px !important;
    }

    .blogs-module__blog-description___18Zif {
        font-size: 18px !important;
    }

    .blogs-module__comment-highlights-counter___1sVpU {
        font-size: 16px !important;
    }

    .blogs-module__write-com-content___3Iu6- {
        font-size: 15px !important;
    }
}

@media (max-width: 340px) {
    .blogs-module__blogview-parent-container___3pFnY {
        padding: 10px 20px 10px 20px;
    }

    .blogs-module__blog-content-heading___3D-5n {
        font-size: 24px;
    }

    .blogs-module__blog-description___18Zif {
        font-size: 16px;
    }

    .blogs-module__comment-highlights-counter___1sVpU {
        font-size: 11px;
    }

    .blogs-module__write-com-content___3Iu6- {
        font-size: 10px !important;
    }

    .blogs-module__thumbsup-count___1_AT6 {
        font-size: 11px;
    }
}

.blogs-module__blog-content-heading___3D-5n {
    font-size: 40px;
    color: #000000d7
}

.blogs-module__blog-description___18Zif {
    color: #0000008b;
    font-size: 20px;
}

.blogs-module__blog-user-container___nuz7n {
    display: flex;
}

.blogs-module__bloguser-level-text___3-01r {
    margin-top: 5px;
    color: #000000d7;
    font-size: 13px;
    font-weight: 600;
}

.blogs-module__bloguser-time___18Ams {
    font-size: 15px;
    color: #0000008a;
    display: inline-table;
    padding: 0px 15px;
}

.blogs-module__mb-md___yfKrE.blogs-module__follow-padding___2o3eJ {
    padding: 18px 0px;
}

.blogs-module__blog-action-container___3E8MY {
    /* border: 1px solid red; */
    margin-top: 35px;
    width: 100%;
    display: flex;

}

.blogs-module__thumbsup___FRyyu {
    font-size: 24px !important;
    color: #0000008a;
}

.blogs-module__thumbsup-count___1_AT6 {
    font-size: 16px;
    color: #42505a;
    padding-left: 10px;
}

.blogs-module__blog-action-container-left___1SOwg {
    /* border: 1px solid green; */
    width: 80%;
}

.blogs-module__blog-action-container-right___3dMoJ {
    /* border: 1px solid blue; */
    width: 20%;
}

.blogs-module__right___1LykK {
    float: right;
}

.blogs-module__social-icon___Shh3k {
    font-size: 24px;
    margin-right: 15px;
    color: #0000008a;
}

.blogs-module__unfollow-btn___dbDRw {
    background: grey;
    color: #fff;
    font-size: 10px;
}

.blogs-module__unfollow-btn___dbDRw:hover {
    background: #d04239;
    ;
    color: #fff;
    font-size: 10px;
}

.blogs-module__follow-btn___34o10 {
    background: #2d3192;
    color: #fff;
    font-size: 10px;
}

.blogs-module__follow-btn___34o10:hover {
    background: #2d3192;
    color: #fff;
    font-size: 10px;
}

.blogs-module__imagecontainer___2oYAI {}

.blogs-module__blog-image-first___1771h {
    width: 800px;
    max-height: 455px;
}

.blogs-module__paragraph-container___3AO7m {
    margin-top: 50px;
    font-size: 21px;
}

.blogs-module__write-comment___2oiN1 {
    float: right;
}

.blogs-module__comment-highlights-counter___1sVpU {
    font-size: 24px;
    font-weight: 700;
}

.blogs-module__write-com-content___3Iu6- {
    color: #2d3192;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    padding: 7px;
    background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box,
        linear-gradient(to right, darkblue, darkorchid) border-box;
}

.blogs-module__paragraph-container___3AO7m>p>img {
    width: 100% !important;
    margin-bottom: 10px;
    /* height: 455px !important; */

}


.blogs-module__blog-comment___1xSm2 {
    font-size: 20px !important;
    color: #3c3c3c !important;
    letter-spacing: 0 !important;
    font-weight: 600 !important;
}

.blogs-module__postcomment-box___OGBcl {
    border: 1px solid #e7e7e7;
    margin: 30px 0px;
    border-radius: 4px;
    padding: 20px 15px;
}

span.blogs-module__thumbsup-count___1_AT6.blogs-module__comments___3pfZS {
    font-size: 12px;
}

i.blogs-module__fa___fKqkA.blogs-module__fa-thumbs-up___cOWas.blogs-module__thumbsup___FRyyu.blogs-module__comments___3pfZS {
    font-size: 18px !important;
}





/* View Blog css end */

/* search bar */
.blogs-module__createblog-button-container___2CyxQ {
    /* border: 2px solid transparent; */
    border-radius: 10px;
    padding: 3px;
    /* background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box,
        linear-gradient(to right, darkblue, darkorchid) border-box; */
    border: 3px solid #474747;
}

.blogs-module__plusicon___ne8Xp {
    color: #00ff00;
    font-size: 22px;
}

.blogs-module__write-blog-content___3SCya {
    font-size: 14px;
    font-weight: 700;
    color: #474747;
    position: relative;
    top: 2px;
    left: 5px;
}

.blogs-module__hm-h1___1bPBm {
    color: #393C40;
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0;
}

@media (max-width: 767px) {

    /* .createblog-button-container {
      margin-top: 15px;
  }   */
    .blogs-module__discussed-parent-container___3KTeX {
        margin-top: 10px;
    }

    .blogs-module__write-blog-content___3SCya {
        padding: 5px
    }

    .blogs-module__search-desktop___4Yn2O {
        display: none !important;
    }

    .blogs-module__search-mob___3xI3R {
        display: block !important;
    }
}
@media (max-width: 388px) {
    .blogs-module__write-blog-content___3SCya {
        padding: 0px
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .blogs-module__write-blog-content___3SCya {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .blogs-module__write-blog-content___3SCya {
        font-size: 14px;
        position: relative;
        bottom: 0px;
        right: 0px;
    }

    .blogs-module__plusicon___ne8Xp {
        color: #2d3192;
        font-size: 16px;
    }

    .blogs-module__pagecontainer___Ji0mo {
        top: 105px;
    }

    /* .pop-auth-mob{
       position: relative;
       left: 15px;

   } */

}

button#blogs-module__dropdown-no-caret-blog___2kIOj {
    background: white;
}


button.blogs-module__create-blog-button___240HF.blogs-module__btn___19Jx0.blogs-module__btn-success___3pU-Q {
    margin: 10px;
}


.blogs-module__pop-blog-container___oAbnz.blogs-module__latest-div-pad___1rAME.blogs-module__col-sm-12___rZq6N.blogs-module__col-xs-12___Qu0En {
    padding: 2px 5px !important;
}

.blogs-module__pop-auth-mob-carousel___2oLhW {
    height: 500px;
    overflow-y: scroll;
}


.blogs-module__blogs-carousel-container___3qbiZ {
    background: #fff;
    min-height: 300px;
    /* color: #AAAEB3; */
    /* font-size: 10px; */
    font-weight: 300;
}

.blogs-module__blogs-carousel-container___3qbiZ.blogs-module__trend-filter___31daX {
    background: #2E3192;
    min-height: 48px;
    padding: 10px 0px;
}


.blogs-module__blogs-carousel-container___3qbiZ.blogs-module__trend-filter___31daX {
    background: #2E3192;
    min-height: 48px;
    padding: 10px 0px;
}

.blogs-module__blogs-carousel-container___3qbiZ.blogs-module__trend-filter___31daX .blogs-module__type___23h70 {
    color: #999EA4;
    font-size: 14px;
    padding: 5px 20px;
    display: table-cell;
    font-weight: 300;
}

.blogs-module__blogs-carousel-container___3qbiZ.blogs-module__trend-filter___31daX .blogs-module__type___23h70 .blogs-module__active___37yiN {
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #fff
}

.blogs-module__blogs-mob-view___2d8ov {
    height: 400px;
    overflow-y: scroll;
}


p.blogs-module__font12___3mK51.blogs-module__myblogs-desc___28Z6_ {
    color: #4f4f4f !important;
    font-weight: 600 !important;
    font-size: 12px !important;
}

p.blogs-module__font18___2JWpG.blogs-module__bold7___1T-lp.blogs-module__myblogs-title___5ymYC {
    color: #464444 !important;
    font-weight: 700 !important;
    /* font-size: 18px; */
}

h2.blogs-module__font18___2JWpG.blogs-module__bold7___1T-lp.blogs-module__myblogs-title___5ymYC {
    color: #000 !important;
    font-weight: 700 !important;
    /* font-size: 18px; */
}

p.blogs-module__font12___3mK51.blogs-module__bookmark-desc___4yd4O {
    color: #5d5d5d !important;
    font-weight: 600 !important;
}

p.blogs-module__font18___2JWpG.blogs-module__bold7___1T-lp.blogs-module__bookmark-title___2aM-E {
    color: #535353 !important;
}

h2.blogs-module__font18___2JWpG.blogs-module__bold7___1T-lp.blogs-module__bookmark-title___2aM-E {
    color: #000 !important;
}


.blogs-module__userblogs-userinfo___35GLv {
    padding: 3% 2%;
    border-bottom: 2px solid #cecece;
}

.blogs-module__blogs-userinfo___3hKP6 {
    padding-top: 8px;
}

.blogs-module__blogs-userinfo___3hKP6 .blogs-module__data-text___G1nC3 {
    font-size: 20px;
}

.blogs-module__date-text___5PYdo.blogs-module__userinfo-blogs-text___15RUK {
    font-size: 12px;
    margin-top: 4px;
}

.blogs-module__blogs-userinfo-right-container___3F03m.blogs-module__pull-right___317EP {
    margin-left: auto;
    display: flex;
}

.blogs-module__active-mob-menu___1o1dD {
    color: #2d3192;
}

.blogs-module__linkCss___1mtps {
    color: #2C2E31;
}


.blogs-module__username-text___CjuHt:hover {
    color: #00c0ef !important
}

.blogs-module__username-text___CjuHt:visited,
.blogs-module__username-text___CjuHt:active {
    color: #2C2E31;
    text-decoration: none
}

.blogs-module__portfolio-text___1gDu- {
    color: #2d3192;
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
    margin-left: 3px;
    display: inline-block;
}

.blogs-module__hr___3BfoA {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}


.blogs-module__alert-heading-create-comment___or03W {
    color: #393C40;
    font-size: 18px;
    font-weight: 600;
    margin-top: -40px;
    text-align: center;

}

.blogs-module__blog-comment-alert-confirm-btn___3VzS6 {
    background: #2d3192;
    color: #fff;
    height: 34px;
    padding: 0 20px;
    font-size: 10px;
    letter-spacing: 0.6px;
    margin-top: -12px;
    color: #B8B8C5;
    font-weight: bold;
    border: 1px solid #A1A1A1;
}

.blogs-module__blog-comment-alert-confirm-btn___3VzS6:hover {
    background: #2d3192;
    color: #fff;
}

.blogs-module__follow-btn-cst___1zM9W {
    background: #2d3192;
    color: white !important;
    height: 34px;
    width: 97px;
    font-size: 10px !important;
    letter-spacing: 0.6px;
    margin-top: 12px;
    /* color: #B8B8C5; */
    font-weight: bold;
    border: 1px solid #A1A1A1;
    cursor: pointer;

}

.blogs-module__font14___q3mWa {
    font-size: 14px !important;
}
.blogs-module__blog-submit-btns___D-0NF {
    background: #2D3192;
    color: #fff !important;
    height: 34px !important;
    padding: 0 20px !important;
    font-size: 14px !important;
    letter-spacing: 0.6px !important;
    margin-top: -12px !important;
    font-weight: 14px !important;
    border: 1px solid #A1A1A1 !important;
}

/* css changes after header shortcut addition */
.blogs-module__myblg___2xyNK {
    display: block;
}

.blogs-module__customtop___1xCJz {
    top: 80px !important;
}

@media (max-width: 992px) {
    .blogs-module__myblg___2xyNK {
        display: none;
    }

    .blogs-module__customtop___1xCJz {
        top: 105px !important;
    }
}

@media (max-width: 991px) {
    .blogs-module__pagecontainer___Ji0mo {
        top: 105px !important;
    }

    .blogs-module__mg-mob___1uAc2 {
        margin-bottom: 100px;
    }
}

.blogs-module__mg-mob___1uAc2 {
    margin: 20px 0;
}

.blogs-module__my-blogs-img-div___3ucG_ {
    font-size: 14px;
    padding: 2%;
    color: #2f2f2f;
    font-family: 'Poppins';
    text-align: center;
}

.blogs-module__my-blogs-btn___vkggn {
    left: 30%;
    margin: 2%;
    min-width: 115px;
}

.blogs-module__blog-section-heading___28GAy {
    font-size: 24px;
    margin: 0;
}

.blogs-module__follow-btn-cst___1zM9W:hover {
    color: #333 !important;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.blogs-module__margin0___3kc-0 {
    margin: 0;
}

.blogs-module__write-com-content___3Iu6-:hover {
    background: #2d3192;
    color: #fff;
}

.blogs-module__social-icon___Shh3k:hover {
    color: #2d3192 !important;
}

.blogs-module__createblog-button-container-new___1KZo-:hover {
    border-radius: 10px;
    background: #00ff00;
    color: #fff;
    box-shadow: 6px -4px 5px #00ff008c;
    text-decoration: none;
}

.blogs-module__createblog-button-container-new___1KZo-:hover .blogs-module__green-ar___3wiaQ { display: none; }
.blogs-module__createblog-button-container-new___1KZo-:hover .blogs-module__white-ar___23wdn { display: inline-flex; }

.blogs-module__createblog-button-container-new___1KZo-:hover span>i:nth-of-type(1) {
    color: #fff;
}

.blogs-module__createblog-button-container-new___1KZo-:hover span:nth-of-type(1) {
    color: #474747;
}

.blogs-module__blgbtnwrite___10MMj {
    font-size: 25px !important;
    /* color: #00ff00; */
}

.blogs-module__blgbtnwrite___10MMj:hover {
    font-size: 25px !important;
    /* color: #FFFFFF; */
}

@media (max-width: 580px) {
    .blogs-module__blog-view-home-icon___2wx4T {
        position: absolute;
        right: -12px;
        margin-top: 3px
    }

    .blogs-module__blog-action-container-left___1SOwg {
        width: 60%;
    }

    .blogs-module__blog-action-container-right___3dMoJ {
        width: 40%;
    }
}

@media (max-width: 460px) {
    .blogs-module__blog-action-container-left___1SOwg {
        width: 60%;
    }

    .blogs-module__blog-action-container-right___3dMoJ {
        width: 40%;
    }
    .blogs-module__thumbsup-count___1_AT6 {
        font-size: 14px;
        padding-left: 5px;
    }
    .blogs-module__comment-font___2-_rM {
        font-size: 14px !important;
    }
    .blogs-module__mob-margin___39x42 {
        margin-left: 5px !important;
    }
}
.blogs-module__gradient-border___3I1dB {
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 3px;
    background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box,
        linear-gradient(to right, darkblue, darkorchid) border-box;
}

.blogs-module__blog-custom-file-input___1Crz_::-webkit-file-upload-button {
    visibility: hidden;
}

.blogs-module__blog-custom-file-input___1Crz_::before {
    color: darkblue;
    opacity: 1;
    width: 100%;
    content: 'Select header image';
    display: inline-block;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 600;
    /* font-size: 10pt; */
    border: 1px solid transparent;
    border-radius: 5px;
    background: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%)) padding-box,
        linear-gradient(to right, darkblue, darkorchid) border-box;
}

.blogs-module__blog-custom-file-input___1Crz_:hover::before {
    border-color: black;
    
}

.blogs-module__blog-custom-file-input___1Crz_:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
#blogs-module__xslUpload___2GiFA {
    margin-bottom: 15px;
}

#blogs-module__xslUpload___2GiFA>label {
    margin: 0;
    cursor: pointer;
}

#blogs-module__xslUpload___2GiFA>.blogs-module__file-input___14oND {
    display: none;
}

.blogs-module__importar___Q1XSu {
    width: 200px;
    pointer-events: none;
    background: url('https://sfrbucket.s3.ap-south-1.amazonaws.com/314936_blog_upload_icon.png');
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 2px 0px;
    background-size: 40px 40px;
    padding-left: 45px;
    color: darkblue;
    border-radius: 0;
    padding-top: 10px;
    font-weight: 700;
    padding-bottom: 10px;
    background-image: navy !important;
    cursor: pointer;
    border: 1px solid darkblue;
    border-radius: 5px;  
}

#blogs-module__xslUpload___2GiFA>label:hover>.blogs-module__importar___Q1XSu {
    background-color: #00592D;
}
.blogs-module__blog-upload-btn___22zKe {
    display: none !important;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/static/media/fontawesome-webfont.674f50d2.eot);src:url(/static/media/fontawesome-webfont.674f50d2.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/static/media/fontawesome-webfont.af7ae505.woff2) format('woff2'),url(/static/media/fontawesome-webfont.fee66e71.woff) format('woff'),url(/static/media/fontawesome-webfont.b06871f2.ttf) format('truetype'),url(/static/media/fontawesome-webfont.912ec66d.svg#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.font-awesome-min-module__fa___1TGfg{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.font-awesome-min-module__fa-lg___3W4Qg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.font-awesome-min-module__fa-2x___1tMaa{font-size:2em}.font-awesome-min-module__fa-3x___31x1K{font-size:3em}.font-awesome-min-module__fa-4x___3wFok{font-size:4em}.font-awesome-min-module__fa-5x___1DrMr{font-size:5em}.font-awesome-min-module__fa-fw___1ALzW{width:1.28571429em;text-align:center}.font-awesome-min-module__fa-ul____kVIN{padding-left:0;margin-left:2.14285714em;list-style-type:none}.font-awesome-min-module__fa-ul____kVIN>li{position:relative}.font-awesome-min-module__fa-li___3Vbsv{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.font-awesome-min-module__fa-li___3Vbsv.font-awesome-min-module__fa-lg___3W4Qg{left:-1.85714286em}.font-awesome-min-module__fa-border___2RF8c{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.font-awesome-min-module__fa-pull-left___2y93G{float:left}.font-awesome-min-module__fa-pull-right___2mAQB{float:right}.font-awesome-min-module__fa___1TGfg.font-awesome-min-module__fa-pull-left___2y93G{margin-right:.3em}.font-awesome-min-module__fa___1TGfg.font-awesome-min-module__fa-pull-right___2mAQB{margin-left:.3em}.font-awesome-min-module__pull-right___1Fgu9{float:right}.font-awesome-min-module__pull-left___1FLw3{float:left}.font-awesome-min-module__fa___1TGfg.font-awesome-min-module__pull-left___1FLw3{margin-right:.3em}.font-awesome-min-module__fa___1TGfg.font-awesome-min-module__pull-right___1Fgu9{margin-left:.3em}.font-awesome-min-module__fa-spin___sbyzL{-webkit-animation:font-awesome-min-module__fa-spin___sbyzL 2s infinite linear;animation:font-awesome-min-module__fa-spin___sbyzL 2s infinite linear}.font-awesome-min-module__fa-pulse___342un{-webkit-animation:font-awesome-min-module__fa-spin___sbyzL 1s infinite steps(8);animation:font-awesome-min-module__fa-spin___sbyzL 1s infinite steps(8)}@-webkit-keyframes font-awesome-min-module__fa-spin___sbyzL{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@keyframes font-awesome-min-module__fa-spin___sbyzL{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.font-awesome-min-module__fa-rotate-90___xJzeC{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.font-awesome-min-module__fa-rotate-180___1JtpX{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.font-awesome-min-module__fa-rotate-270___1Hl2D{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.font-awesome-min-module__fa-flip-horizontal___2e_Yw{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.font-awesome-min-module__fa-flip-vertical___1L_Ky{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}:root .font-awesome-min-module__fa-rotate-90___xJzeC,:root .font-awesome-min-module__fa-rotate-180___1JtpX,:root .font-awesome-min-module__fa-rotate-270___1Hl2D,:root .font-awesome-min-module__fa-flip-horizontal___2e_Yw,:root .font-awesome-min-module__fa-flip-vertical___1L_Ky{filter:none}.font-awesome-min-module__fa-stack___lXHrL{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.font-awesome-min-module__fa-stack-1x___1sV4o,.font-awesome-min-module__fa-stack-2x___FvIdv{position:absolute;left:0;width:100%;text-align:center}.font-awesome-min-module__fa-stack-1x___1sV4o{line-height:inherit}.font-awesome-min-module__fa-stack-2x___FvIdv{font-size:2em}.font-awesome-min-module__fa-inverse___sAau1{color:#fff}.font-awesome-min-module__fa-glass___3syl7:before{content:"\f000"}.font-awesome-min-module__fa-music___2KojU:before{content:"\f001"}.font-awesome-min-module__fa-search___28ZSP:before{content:"\f002"}.font-awesome-min-module__fa-envelope-o___1YKt7:before{content:"\f003"}.font-awesome-min-module__fa-heart___3mETE:before{content:"\f004"}.font-awesome-min-module__fa-star___2ZZmL:before{content:"\f005"}.font-awesome-min-module__fa-star-o___3D5Vz:before{content:"\f006"}.font-awesome-min-module__fa-user___38W8d:before{content:"\f007"}.font-awesome-min-module__fa-film___3ACNT:before{content:"\f008"}.font-awesome-min-module__fa-th-large___2dXPH:before{content:"\f009"}.font-awesome-min-module__fa-th___3b12b:before{content:"\f00a"}.font-awesome-min-module__fa-th-list___1OGFI:before{content:"\f00b"}.font-awesome-min-module__fa-check___v5bhx:before{content:"\f00c"}.font-awesome-min-module__fa-remove___3Xz2D:before,.font-awesome-min-module__fa-close___1CcEB:before,.font-awesome-min-module__fa-times___3nl18:before{content:"\f00d"}.font-awesome-min-module__fa-search-plus___4n8pR:before{content:"\f00e"}.font-awesome-min-module__fa-search-minus___221x5:before{content:"\f010"}.font-awesome-min-module__fa-power-off___2wWJf:before{content:"\f011"}.font-awesome-min-module__fa-signal___1ozh5:before{content:"\f012"}.font-awesome-min-module__fa-gear___3AJPq:before,.font-awesome-min-module__fa-cog___ingwW:before{content:"\f013"}.font-awesome-min-module__fa-trash-o___3ZBZD:before{content:"\f014"}.font-awesome-min-module__fa-home___2aqWz:before{content:"\f015"}.font-awesome-min-module__fa-file-o___1Snob:before{content:"\f016"}.font-awesome-min-module__fa-clock-o___1Z5Di:before{content:"\f017"}.font-awesome-min-module__fa-road___13qLO:before{content:"\f018"}.font-awesome-min-module__fa-download___y2RKq:before{content:"\f019"}.font-awesome-min-module__fa-arrow-circle-o-down___2V82F:before{content:"\f01a"}.font-awesome-min-module__fa-arrow-circle-o-up___19fxw:before{content:"\f01b"}.font-awesome-min-module__fa-inbox___3ZmOz:before{content:"\f01c"}.font-awesome-min-module__fa-play-circle-o___ZoS_z:before{content:"\f01d"}.font-awesome-min-module__fa-rotate-right___weadB:before,.font-awesome-min-module__fa-repeat___XnLqH:before{content:"\f01e"}.font-awesome-min-module__fa-refresh___htOJU:before{content:"\f021"}.font-awesome-min-module__fa-list-alt___2zbgF:before{content:"\f022"}.font-awesome-min-module__fa-lock___3hMrg:before{content:"\f023"}.font-awesome-min-module__fa-flag___1Rnsq:before{content:"\f024"}.font-awesome-min-module__fa-headphones___115TI:before{content:"\f025"}.font-awesome-min-module__fa-volume-off___1HI6e:before{content:"\f026"}.font-awesome-min-module__fa-volume-down___3WTCC:before{content:"\f027"}.font-awesome-min-module__fa-volume-up___2wi0z:before{content:"\f028"}.font-awesome-min-module__fa-qrcode___1ZRT8:before{content:"\f029"}.font-awesome-min-module__fa-barcode___3jjPk:before{content:"\f02a"}.font-awesome-min-module__fa-tag___2JXX1:before{content:"\f02b"}.font-awesome-min-module__fa-tags___1xLV3:before{content:"\f02c"}.font-awesome-min-module__fa-book___3nahD:before{content:"\f02d"}.font-awesome-min-module__fa-bookmark___2qUQM:before{content:"\f02e"}.font-awesome-min-module__fa-print___3d8T6:before{content:"\f02f"}.font-awesome-min-module__fa-camera___FxO_T:before{content:"\f030"}.font-awesome-min-module__fa-font___2yUiP:before{content:"\f031"}.font-awesome-min-module__fa-bold___3q_IV:before{content:"\f032"}.font-awesome-min-module__fa-italic___1ITv4:before{content:"\f033"}.font-awesome-min-module__fa-text-height___1PFJX:before{content:"\f034"}.font-awesome-min-module__fa-text-width___2r57Q:before{content:"\f035"}.font-awesome-min-module__fa-align-left___2OKTV:before{content:"\f036"}.font-awesome-min-module__fa-align-center___W6k2H:before{content:"\f037"}.font-awesome-min-module__fa-align-right___3GrJE:before{content:"\f038"}.font-awesome-min-module__fa-align-justify___2v5ud:before{content:"\f039"}.font-awesome-min-module__fa-list___3Cr0n:before{content:"\f03a"}.font-awesome-min-module__fa-dedent___1m-Gf:before,.font-awesome-min-module__fa-outdent___aeL-1:before{content:"\f03b"}.font-awesome-min-module__fa-indent___mi5yZ:before{content:"\f03c"}.font-awesome-min-module__fa-video-camera___3QVwI:before{content:"\f03d"}.font-awesome-min-module__fa-photo___2fi98:before,.font-awesome-min-module__fa-image___tl0BP:before,.font-awesome-min-module__fa-picture-o___31Vki:before{content:"\f03e"}.font-awesome-min-module__fa-pencil___lfpw_:before{content:"\f040"}.font-awesome-min-module__fa-map-marker___CzyLL:before{content:"\f041"}.font-awesome-min-module__fa-adjust___Z_54F:before{content:"\f042"}.font-awesome-min-module__fa-tint___2VCFr:before{content:"\f043"}.font-awesome-min-module__fa-edit___1eN11:before,.font-awesome-min-module__fa-pencil-square-o___3i50j:before{content:"\f044"}.font-awesome-min-module__fa-share-square-o___1r6ri:before{content:"\f045"}.font-awesome-min-module__fa-check-square-o___11Ja4:before{content:"\f046"}.font-awesome-min-module__fa-arrows___2PTij:before{content:"\f047"}.font-awesome-min-module__fa-step-backward___1PMPB:before{content:"\f048"}.font-awesome-min-module__fa-fast-backward___1X6AE:before{content:"\f049"}.font-awesome-min-module__fa-backward___2dRIu:before{content:"\f04a"}.font-awesome-min-module__fa-play___1A2C-:before{content:"\f04b"}.font-awesome-min-module__fa-pause___8LaGi:before{content:"\f04c"}.font-awesome-min-module__fa-stop___1xyZz:before{content:"\f04d"}.font-awesome-min-module__fa-forward___eh5rv:before{content:"\f04e"}.font-awesome-min-module__fa-fast-forward___2wYE9:before{content:"\f050"}.font-awesome-min-module__fa-step-forward___1OzeK:before{content:"\f051"}.font-awesome-min-module__fa-eject___1jxBZ:before{content:"\f052"}.font-awesome-min-module__fa-chevron-left___iF_zS:before{content:"\f053"}.font-awesome-min-module__fa-chevron-right___3EVb8:before{content:"\f054"}.font-awesome-min-module__fa-plus-circle___1uCom:before{content:"\f055"}.font-awesome-min-module__fa-minus-circle___Thoc4:before{content:"\f056"}.font-awesome-min-module__fa-times-circle___JTib9:before{content:"\f057"}.font-awesome-min-module__fa-check-circle___3vZoS:before{content:"\f058"}.font-awesome-min-module__fa-question-circle___1eFo3:before{content:"\f059"}.font-awesome-min-module__fa-info-circle___3wlbt:before{content:"\f05a"}.font-awesome-min-module__fa-crosshairs___1hs91:before{content:"\f05b"}.font-awesome-min-module__fa-times-circle-o___1QrkI:before{content:"\f05c"}.font-awesome-min-module__fa-check-circle-o___YHvl0:before{content:"\f05d"}.font-awesome-min-module__fa-ban___1JIDg:before{content:"\f05e"}.font-awesome-min-module__fa-arrow-left___2Z9le:before{content:"\f060"}.font-awesome-min-module__fa-arrow-right___1586w:before{content:"\f061"}.font-awesome-min-module__fa-arrow-up___1nhP7:before{content:"\f062"}.font-awesome-min-module__fa-arrow-down___3Zx6F:before{content:"\f063"}.font-awesome-min-module__fa-mail-forward___1kFLF:before,.font-awesome-min-module__fa-share___2zmSn:before{content:"\f064"}.font-awesome-min-module__fa-expand___f_a-W:before{content:"\f065"}.font-awesome-min-module__fa-compress___34kSn:before{content:"\f066"}.font-awesome-min-module__fa-plus___3nWlJ:before{content:"\f067"}.font-awesome-min-module__fa-minus___8HAV2:before{content:"\f068"}.font-awesome-min-module__fa-asterisk___7_I8l:before{content:"\f069"}.font-awesome-min-module__fa-exclamation-circle___y0cAD:before{content:"\f06a"}.font-awesome-min-module__fa-gift___wzbMA:before{content:"\f06b"}.font-awesome-min-module__fa-leaf___1lHz9:before{content:"\f06c"}.font-awesome-min-module__fa-fire___3KKpB:before{content:"\f06d"}.font-awesome-min-module__fa-eye___2zfh6:before{content:"\f06e"}.font-awesome-min-module__fa-eye-slash___2qUZO:before{content:"\f070"}.font-awesome-min-module__fa-warning___7GPPs:before,.font-awesome-min-module__fa-exclamation-triangle___3YmdV:before{content:"\f071"}.font-awesome-min-module__fa-plane___u5sp5:before{content:"\f072"}.font-awesome-min-module__fa-calendar___1HQh3:before{content:"\f073"}.font-awesome-min-module__fa-random___2E2zb:before{content:"\f074"}.font-awesome-min-module__fa-comment___2HtXn:before{content:"\f075"}.font-awesome-min-module__fa-magnet___1nDXm:before{content:"\f076"}.font-awesome-min-module__fa-chevron-up___1DwpE:before{content:"\f077"}.font-awesome-min-module__fa-chevron-down___19yze:before{content:"\f078"}.font-awesome-min-module__fa-retweet___34-Ck:before{content:"\f079"}.font-awesome-min-module__fa-shopping-cart___khjGS:before{content:"\f07a"}.font-awesome-min-module__fa-folder___1_XgB:before{content:"\f07b"}.font-awesome-min-module__fa-folder-open___29Lod:before{content:"\f07c"}.font-awesome-min-module__fa-arrows-v___2eLr7:before{content:"\f07d"}.font-awesome-min-module__fa-arrows-h___30b1y:before{content:"\f07e"}.font-awesome-min-module__fa-bar-chart-o___2hCG-:before,.font-awesome-min-module__fa-bar-chart___1zPyK:before{content:"\f080"}.font-awesome-min-module__fa-twitter-square___1PpUs:before{content:"\f081"}.font-awesome-min-module__fa-facebook-square___2svS9:before{content:"\f082"}.font-awesome-min-module__fa-camera-retro___16dw7:before{content:"\f083"}.font-awesome-min-module__fa-key___HZ2Zs:before{content:"\f084"}.font-awesome-min-module__fa-gears___1822w:before,.font-awesome-min-module__fa-cogs___3ORYy:before{content:"\f085"}.font-awesome-min-module__fa-comments___35gx4:before{content:"\f086"}.font-awesome-min-module__fa-thumbs-o-up___1sdBU:before{content:"\f087"}.font-awesome-min-module__fa-thumbs-o-down___3eOIh:before{content:"\f088"}.font-awesome-min-module__fa-star-half___32TNP:before{content:"\f089"}.font-awesome-min-module__fa-heart-o___1U1P4:before{content:"\f08a"}.font-awesome-min-module__fa-sign-out___YpkqG:before{content:"\f08b"}.font-awesome-min-module__fa-linkedin-square___1QV3A:before{content:"\f08c"}.font-awesome-min-module__fa-thumb-tack___1_s1H:before{content:"\f08d"}.font-awesome-min-module__fa-external-link___2k6Os:before{content:"\f08e"}.font-awesome-min-module__fa-sign-in___2xQE2:before{content:"\f090"}.font-awesome-min-module__fa-trophy___hoTNs:before{content:"\f091"}.font-awesome-min-module__fa-github-square___1wK9X:before{content:"\f092"}.font-awesome-min-module__fa-upload___GkQwL:before{content:"\f093"}.font-awesome-min-module__fa-lemon-o___2S3Up:before{content:"\f094"}.font-awesome-min-module__fa-phone___2cgBP:before{content:"\f095"}.font-awesome-min-module__fa-square-o___3dkp9:before{content:"\f096"}.font-awesome-min-module__fa-bookmark-o___36NQX:before{content:"\f097"}.font-awesome-min-module__fa-phone-square___2l0p3:before{content:"\f098"}.font-awesome-min-module__fa-twitter___1jVzE:before{content:"\f099"}.font-awesome-min-module__fa-facebook-f___3hE0A:before,.font-awesome-min-module__fa-facebook___1jjUu:before{content:"\f09a"}.font-awesome-min-module__fa-github___EUorm:before{content:"\f09b"}.font-awesome-min-module__fa-unlock___2e9Qc:before{content:"\f09c"}.font-awesome-min-module__fa-credit-card___1XMFX:before{content:"\f09d"}.font-awesome-min-module__fa-feed___RY9UC:before,.font-awesome-min-module__fa-rss___2Sriq:before{content:"\f09e"}.font-awesome-min-module__fa-hdd-o___a07_Y:before{content:"\f0a0"}.font-awesome-min-module__fa-bullhorn___318Wo:before{content:"\f0a1"}.font-awesome-min-module__fa-bell___2ivE8:before{content:"\f0f3"}.font-awesome-min-module__fa-certificate___1Q90j:before{content:"\f0a3"}.font-awesome-min-module__fa-hand-o-right___3oO0g:before{content:"\f0a4"}.font-awesome-min-module__fa-hand-o-left___aRYp4:before{content:"\f0a5"}.font-awesome-min-module__fa-hand-o-up___2Ob2W:before{content:"\f0a6"}.font-awesome-min-module__fa-hand-o-down___2u1r9:before{content:"\f0a7"}.font-awesome-min-module__fa-arrow-circle-left___3k1hF:before{content:"\f0a8"}.font-awesome-min-module__fa-arrow-circle-right___2MobU:before{content:"\f0a9"}.font-awesome-min-module__fa-arrow-circle-up___3bp5O:before{content:"\f0aa"}.font-awesome-min-module__fa-arrow-circle-down___n9-_E:before{content:"\f0ab"}.font-awesome-min-module__fa-globe___t3E-Q:before{content:"\f0ac"}.font-awesome-min-module__fa-wrench___2nP5_:before{content:"\f0ad"}.font-awesome-min-module__fa-tasks____lUCg:before{content:"\f0ae"}.font-awesome-min-module__fa-filter___25Qx8:before{content:"\f0b0"}.font-awesome-min-module__fa-briefcase___tG2LB:before{content:"\f0b1"}.font-awesome-min-module__fa-arrows-alt___3n_wR:before{content:"\f0b2"}.font-awesome-min-module__fa-group___MB8-A:before,.font-awesome-min-module__fa-users___2VxNA:before{content:"\f0c0"}.font-awesome-min-module__fa-chain___3YXMT:before,.font-awesome-min-module__fa-link___382HA:before{content:"\f0c1"}.font-awesome-min-module__fa-cloud___2Uw6Q:before{content:"\f0c2"}.font-awesome-min-module__fa-flask___1y8FO:before{content:"\f0c3"}.font-awesome-min-module__fa-cut___1sm0D:before,.font-awesome-min-module__fa-scissors___2SE6h:before{content:"\f0c4"}.font-awesome-min-module__fa-copy___21MSp:before,.font-awesome-min-module__fa-files-o___13wTh:before{content:"\f0c5"}.font-awesome-min-module__fa-paperclip___L-ZFx:before{content:"\f0c6"}.font-awesome-min-module__fa-save___3aV36:before,.font-awesome-min-module__fa-floppy-o___nD-aG:before{content:"\f0c7"}.font-awesome-min-module__fa-square___2cdkh:before{content:"\f0c8"}.font-awesome-min-module__fa-navicon___3nb3G:before,.font-awesome-min-module__fa-reorder___2JtEY:before,.font-awesome-min-module__fa-bars___1HbGk:before{content:"\f0c9"}.font-awesome-min-module__fa-list-ul___3FatA:before{content:"\f0ca"}.font-awesome-min-module__fa-list-ol___3E-W5:before{content:"\f0cb"}.font-awesome-min-module__fa-strikethrough___sqWyu:before{content:"\f0cc"}.font-awesome-min-module__fa-underline___1Zk_l:before{content:"\f0cd"}.font-awesome-min-module__fa-table___2WdIG:before{content:"\f0ce"}.font-awesome-min-module__fa-magic___2vo3W:before{content:"\f0d0"}.font-awesome-min-module__fa-truck___3MB9b:before{content:"\f0d1"}.font-awesome-min-module__fa-pinterest___1DzkI:before{content:"\f0d2"}.font-awesome-min-module__fa-pinterest-square___3OMy3:before{content:"\f0d3"}.font-awesome-min-module__fa-google-plus-square___3tX3V:before{content:"\f0d4"}.font-awesome-min-module__fa-google-plus___3Cb-p:before{content:"\f0d5"}.font-awesome-min-module__fa-money___1C7nb:before{content:"\f0d6"}.font-awesome-min-module__fa-caret-down___2hQl7:before{content:"\f0d7"}.font-awesome-min-module__fa-caret-up___1VjUu:before{content:"\f0d8"}.font-awesome-min-module__fa-caret-left___Z3gih:before{content:"\f0d9"}.font-awesome-min-module__fa-caret-right___3GLb3:before{content:"\f0da"}.font-awesome-min-module__fa-columns___vV9Es:before{content:"\f0db"}.font-awesome-min-module__fa-unsorted___1PC6W:before,.font-awesome-min-module__fa-sort___3u_SP:before{content:"\f0dc"}.font-awesome-min-module__fa-sort-down___1Mlxx:before,.font-awesome-min-module__fa-sort-desc___2z2_S:before{content:"\f0dd"}.font-awesome-min-module__fa-sort-up___2JFbk:before,.font-awesome-min-module__fa-sort-asc___2feT3:before{content:"\f0de"}.font-awesome-min-module__fa-envelope___Un0pu:before{content:"\f0e0"}.font-awesome-min-module__fa-linkedin___1PPdc:before{content:"\f0e1"}.font-awesome-min-module__fa-rotate-left___2vduW:before,.font-awesome-min-module__fa-undo___1DxMI:before{content:"\f0e2"}.font-awesome-min-module__fa-legal___21H07:before,.font-awesome-min-module__fa-gavel___3_Laf:before{content:"\f0e3"}.font-awesome-min-module__fa-dashboard___1qDF7:before,.font-awesome-min-module__fa-tachometer___2UjB-:before{content:"\f0e4"}.font-awesome-min-module__fa-comment-o___D476C:before{content:"\f0e5"}.font-awesome-min-module__fa-comments-o___2mO88:before{content:"\f0e6"}.font-awesome-min-module__fa-flash___2MnVL:before,.font-awesome-min-module__fa-bolt___3XQLu:before{content:"\f0e7"}.font-awesome-min-module__fa-sitemap___2zbNk:before{content:"\f0e8"}.font-awesome-min-module__fa-umbrella___vzN8p:before{content:"\f0e9"}.font-awesome-min-module__fa-paste___3tgml:before,.font-awesome-min-module__fa-clipboard___384hK:before{content:"\f0ea"}.font-awesome-min-module__fa-lightbulb-o___3CBjz:before{content:"\f0eb"}.font-awesome-min-module__fa-exchange___1zkeX:before{content:"\f0ec"}.font-awesome-min-module__fa-cloud-download___34h4y:before{content:"\f0ed"}.font-awesome-min-module__fa-cloud-upload___3AFSl:before{content:"\f0ee"}.font-awesome-min-module__fa-user-md___3po-o:before{content:"\f0f0"}.font-awesome-min-module__fa-stethoscope___2asJ8:before{content:"\f0f1"}.font-awesome-min-module__fa-suitcase___22eRi:before{content:"\f0f2"}.font-awesome-min-module__fa-bell-o___2TmMZ:before{content:"\f0a2"}.font-awesome-min-module__fa-coffee___327uL:before{content:"\f0f4"}.font-awesome-min-module__fa-cutlery___1nrbi:before{content:"\f0f5"}.font-awesome-min-module__fa-file-text-o___3mYmN:before{content:"\f0f6"}.font-awesome-min-module__fa-building-o___31Uwb:before{content:"\f0f7"}.font-awesome-min-module__fa-hospital-o___2G0cA:before{content:"\f0f8"}.font-awesome-min-module__fa-ambulance___2gU8Y:before{content:"\f0f9"}.font-awesome-min-module__fa-medkit___G5e_d:before{content:"\f0fa"}.font-awesome-min-module__fa-fighter-jet___3oL5k:before{content:"\f0fb"}.font-awesome-min-module__fa-beer___2kCly:before{content:"\f0fc"}.font-awesome-min-module__fa-h-square___1-7C8:before{content:"\f0fd"}.font-awesome-min-module__fa-plus-square___3Ob1E:before{content:"\f0fe"}.font-awesome-min-module__fa-angle-double-left___1F6Mb:before{content:"\f100"}.font-awesome-min-module__fa-angle-double-right___ES3dC:before{content:"\f101"}.font-awesome-min-module__fa-angle-double-up___1GI7F:before{content:"\f102"}.font-awesome-min-module__fa-angle-double-down___242wn:before{content:"\f103"}.font-awesome-min-module__fa-angle-left___wqbEe:before{content:"\f104"}.font-awesome-min-module__fa-angle-right___3xER6:before{content:"\f105"}.font-awesome-min-module__fa-angle-up___3EB3-:before{content:"\f106"}.font-awesome-min-module__fa-angle-down___1dxgF:before{content:"\f107"}.font-awesome-min-module__fa-desktop___2cwoO:before{content:"\f108"}.font-awesome-min-module__fa-laptop___GLP_W:before{content:"\f109"}.font-awesome-min-module__fa-tablet___Mmnay:before{content:"\f10a"}.font-awesome-min-module__fa-mobile-phone___1ldFw:before,.font-awesome-min-module__fa-mobile___2EV8c:before{content:"\f10b"}.font-awesome-min-module__fa-circle-o___2ycwG:before{content:"\f10c"}.font-awesome-min-module__fa-quote-left___3HXB5:before{content:"\f10d"}.font-awesome-min-module__fa-quote-right___2bPXR:before{content:"\f10e"}.font-awesome-min-module__fa-spinner___aoWHD:before{content:"\f110"}.font-awesome-min-module__fa-circle___drPuB:before{content:"\f111"}.font-awesome-min-module__fa-mail-reply___2MgBK:before,.font-awesome-min-module__fa-reply___1MXD9:before{content:"\f112"}.font-awesome-min-module__fa-github-alt___2iW4d:before{content:"\f113"}.font-awesome-min-module__fa-folder-o___JJ74o:before{content:"\f114"}.font-awesome-min-module__fa-folder-open-o___2VZTa:before{content:"\f115"}.font-awesome-min-module__fa-smile-o___xJ7SP:before{content:"\f118"}.font-awesome-min-module__fa-frown-o___2__2e:before{content:"\f119"}.font-awesome-min-module__fa-meh-o___3ro7I:before{content:"\f11a"}.font-awesome-min-module__fa-gamepad___3iA9p:before{content:"\f11b"}.font-awesome-min-module__fa-keyboard-o___353Oq:before{content:"\f11c"}.font-awesome-min-module__fa-flag-o___M-ctW:before{content:"\f11d"}.font-awesome-min-module__fa-flag-checkered___3v_GA:before{content:"\f11e"}.font-awesome-min-module__fa-terminal___38-aT:before{content:"\f120"}.font-awesome-min-module__fa-code___1tUCn:before{content:"\f121"}.font-awesome-min-module__fa-mail-reply-all___2qril:before,.font-awesome-min-module__fa-reply-all___w9yva:before{content:"\f122"}.font-awesome-min-module__fa-star-half-empty___3jYeY:before,.font-awesome-min-module__fa-star-half-full___2Vq-m:before,.font-awesome-min-module__fa-star-half-o___19Hk8:before{content:"\f123"}.font-awesome-min-module__fa-location-arrow___GT5jh:before{content:"\f124"}.font-awesome-min-module__fa-crop___2fsHT:before{content:"\f125"}.font-awesome-min-module__fa-code-fork___3so2K:before{content:"\f126"}.font-awesome-min-module__fa-unlink___1LuZL:before,.font-awesome-min-module__fa-chain-broken___3VDro:before{content:"\f127"}.font-awesome-min-module__fa-question___1S1HP:before{content:"\f128"}.font-awesome-min-module__fa-info___351Xe:before{content:"\f129"}.font-awesome-min-module__fa-exclamation___2DExi:before{content:"\f12a"}.font-awesome-min-module__fa-superscript___3EwYm:before{content:"\f12b"}.font-awesome-min-module__fa-subscript___z4q73:before{content:"\f12c"}.font-awesome-min-module__fa-eraser___oORG3:before{content:"\f12d"}.font-awesome-min-module__fa-puzzle-piece___2dV_y:before{content:"\f12e"}.font-awesome-min-module__fa-microphone___37C6_:before{content:"\f130"}.font-awesome-min-module__fa-microphone-slash___WCbQT:before{content:"\f131"}.font-awesome-min-module__fa-shield___2flyr:before{content:"\f132"}.font-awesome-min-module__fa-calendar-o___2IqHX:before{content:"\f133"}.font-awesome-min-module__fa-fire-extinguisher___2ZjwP:before{content:"\f134"}.font-awesome-min-module__fa-rocket___3nsxv:before{content:"\f135"}.font-awesome-min-module__fa-maxcdn___2-OpK:before{content:"\f136"}.font-awesome-min-module__fa-chevron-circle-left___3SSVW:before{content:"\f137"}.font-awesome-min-module__fa-chevron-circle-right___28u6_:before{content:"\f138"}.font-awesome-min-module__fa-chevron-circle-up___3waBy:before{content:"\f139"}.font-awesome-min-module__fa-chevron-circle-down___3REAI:before{content:"\f13a"}.font-awesome-min-module__fa-html5___1KsF_:before{content:"\f13b"}.font-awesome-min-module__fa-css3___2cvIi:before{content:"\f13c"}.font-awesome-min-module__fa-anchor___KhaUk:before{content:"\f13d"}.font-awesome-min-module__fa-unlock-alt___2CUfx:before{content:"\f13e"}.font-awesome-min-module__fa-bullseye___3myde:before{content:"\f140"}.font-awesome-min-module__fa-ellipsis-h___24W7J:before{content:"\f141"}.font-awesome-min-module__fa-ellipsis-v___3U_NH:before{content:"\f142"}.font-awesome-min-module__fa-rss-square___-24wH:before{content:"\f143"}.font-awesome-min-module__fa-play-circle___2IiNm:before{content:"\f144"}.font-awesome-min-module__fa-ticket___2LjZT:before{content:"\f145"}.font-awesome-min-module__fa-minus-square___26iLN:before{content:"\f146"}.font-awesome-min-module__fa-minus-square-o___3uAO-:before{content:"\f147"}.font-awesome-min-module__fa-level-up___1OBYs:before{content:"\f148"}.font-awesome-min-module__fa-level-down___2bNst:before{content:"\f149"}.font-awesome-min-module__fa-check-square___2uhIU:before{content:"\f14a"}.font-awesome-min-module__fa-pencil-square___1G-Z9:before{content:"\f14b"}.font-awesome-min-module__fa-external-link-square___38T44:before{content:"\f14c"}.font-awesome-min-module__fa-share-square___MZ981:before{content:"\f14d"}.font-awesome-min-module__fa-compass___2lhwI:before{content:"\f14e"}.font-awesome-min-module__fa-toggle-down___11_en:before,.font-awesome-min-module__fa-caret-square-o-down___3bWhi:before{content:"\f150"}.font-awesome-min-module__fa-toggle-up___3I0EH:before,.font-awesome-min-module__fa-caret-square-o-up___KkAhW:before{content:"\f151"}.font-awesome-min-module__fa-toggle-right___25Q2W:before,.font-awesome-min-module__fa-caret-square-o-right___NdXAO:before{content:"\f152"}.font-awesome-min-module__fa-euro___3_ReN:before,.font-awesome-min-module__fa-eur___32oY_:before{content:"\f153"}.font-awesome-min-module__fa-gbp___3oebO:before{content:"\f154"}.font-awesome-min-module__fa-dollar___939nW:before,.font-awesome-min-module__fa-usd___1xs1J:before{content:"\f155"}.font-awesome-min-module__fa-rupee___2yksI:before,.font-awesome-min-module__fa-inr___2jGNs:before{content:"\f156"}.font-awesome-min-module__fa-cny___141JF:before,.font-awesome-min-module__fa-rmb___26FmK:before,.font-awesome-min-module__fa-yen___1edjF:before,.font-awesome-min-module__fa-jpy___3DwL0:before{content:"\f157"}.font-awesome-min-module__fa-ruble___2aWlQ:before,.font-awesome-min-module__fa-rouble___3sXRh:before,.font-awesome-min-module__fa-rub___1bTfm:before{content:"\f158"}.font-awesome-min-module__fa-won___6XxF1:before,.font-awesome-min-module__fa-krw___4zcIT:before{content:"\f159"}.font-awesome-min-module__fa-bitcoin___3nEOm:before,.font-awesome-min-module__fa-btc___-eeSm:before{content:"\f15a"}.font-awesome-min-module__fa-file___3Jdu6:before{content:"\f15b"}.font-awesome-min-module__fa-file-text___2LYLe:before{content:"\f15c"}.font-awesome-min-module__fa-sort-alpha-asc___1ZyOX:before{content:"\f15d"}.font-awesome-min-module__fa-sort-alpha-desc___GGRUT:before{content:"\f15e"}.font-awesome-min-module__fa-sort-amount-asc___1pIdt:before{content:"\f160"}.font-awesome-min-module__fa-sort-amount-desc___1TvOr:before{content:"\f161"}.font-awesome-min-module__fa-sort-numeric-asc___1SZA4:before{content:"\f162"}.font-awesome-min-module__fa-sort-numeric-desc___3S50j:before{content:"\f163"}.font-awesome-min-module__fa-thumbs-up___2juQR:before{content:"\f164"}.font-awesome-min-module__fa-thumbs-down___11E6N:before{content:"\f165"}.font-awesome-min-module__fa-youtube-square___1UVv0:before{content:"\f166"}.font-awesome-min-module__fa-youtube___3JxFl:before{content:"\f167"}.font-awesome-min-module__fa-xing___1IuLH:before{content:"\f168"}.font-awesome-min-module__fa-xing-square___1U9tK:before{content:"\f169"}.font-awesome-min-module__fa-youtube-play___2Oh_h:before{content:"\f16a"}.font-awesome-min-module__fa-dropbox___3oPr4:before{content:"\f16b"}.font-awesome-min-module__fa-stack-overflow___2q8S3:before{content:"\f16c"}.font-awesome-min-module__fa-instagram___718cu:before{content:"\f16d"}.font-awesome-min-module__fa-flickr___1vPBI:before{content:"\f16e"}.font-awesome-min-module__fa-adn___r7-nj:before{content:"\f170"}.font-awesome-min-module__fa-bitbucket___2Lua0:before{content:"\f171"}.font-awesome-min-module__fa-bitbucket-square___9B-4a:before{content:"\f172"}.font-awesome-min-module__fa-tumblr___2-sgX:before{content:"\f173"}.font-awesome-min-module__fa-tumblr-square___3HSl5:before{content:"\f174"}.font-awesome-min-module__fa-long-arrow-down___2Zu0n:before{content:"\f175"}.font-awesome-min-module__fa-long-arrow-up___2e0TY:before{content:"\f176"}.font-awesome-min-module__fa-long-arrow-left___2iG9o:before{content:"\f177"}.font-awesome-min-module__fa-long-arrow-right___uqveG:before{content:"\f178"}.font-awesome-min-module__fa-apple___1Y-cY:before{content:"\f179"}.font-awesome-min-module__fa-windows___3Rlvr:before{content:"\f17a"}.font-awesome-min-module__fa-android___13Hfj:before{content:"\f17b"}.font-awesome-min-module__fa-linux___-RC2e:before{content:"\f17c"}.font-awesome-min-module__fa-dribbble___3W1yY:before{content:"\f17d"}.font-awesome-min-module__fa-skype___2Nlmv:before{content:"\f17e"}.font-awesome-min-module__fa-foursquare___1xq7P:before{content:"\f180"}.font-awesome-min-module__fa-trello___1XbOB:before{content:"\f181"}.font-awesome-min-module__fa-female___2hP5Q:before{content:"\f182"}.font-awesome-min-module__fa-male___3SUMJ:before{content:"\f183"}.font-awesome-min-module__fa-gittip___1lyW7:before,.font-awesome-min-module__fa-gratipay___3Pw22:before{content:"\f184"}.font-awesome-min-module__fa-sun-o___FHALY:before{content:"\f185"}.font-awesome-min-module__fa-moon-o___KaYPl:before{content:"\f186"}.font-awesome-min-module__fa-archive___1DlKe:before{content:"\f187"}.font-awesome-min-module__fa-bug___3kyvg:before{content:"\f188"}.font-awesome-min-module__fa-vk___H5qP7:before{content:"\f189"}.font-awesome-min-module__fa-weibo___38J7a:before{content:"\f18a"}.font-awesome-min-module__fa-renren___XlMJ6:before{content:"\f18b"}.font-awesome-min-module__fa-pagelines___RFP1G:before{content:"\f18c"}.font-awesome-min-module__fa-stack-exchange___1WHyX:before{content:"\f18d"}.font-awesome-min-module__fa-arrow-circle-o-right___16O4W:before{content:"\f18e"}.font-awesome-min-module__fa-arrow-circle-o-left___1dE_-:before{content:"\f190"}.font-awesome-min-module__fa-toggle-left___1uYt2:before,.font-awesome-min-module__fa-caret-square-o-left___2TWnP:before{content:"\f191"}.font-awesome-min-module__fa-dot-circle-o___rvsMX:before{content:"\f192"}.font-awesome-min-module__fa-wheelchair___2_P6o:before{content:"\f193"}.font-awesome-min-module__fa-vimeo-square___2TM0l:before{content:"\f194"}.font-awesome-min-module__fa-turkish-lira___1xMho:before,.font-awesome-min-module__fa-try___1ei7p:before{content:"\f195"}.font-awesome-min-module__fa-plus-square-o___327k9:before{content:"\f196"}.font-awesome-min-module__fa-space-shuttle___V6rfm:before{content:"\f197"}.font-awesome-min-module__fa-slack___2_MWG:before{content:"\f198"}.font-awesome-min-module__fa-envelope-square___24dln:before{content:"\f199"}.font-awesome-min-module__fa-wordpress___2HpWi:before{content:"\f19a"}.font-awesome-min-module__fa-openid___1FwBq:before{content:"\f19b"}.font-awesome-min-module__fa-institution___2leVx:before,.font-awesome-min-module__fa-bank___2ANJ0:before,.font-awesome-min-module__fa-university___2W8Cc:before{content:"\f19c"}.font-awesome-min-module__fa-mortar-board___1pYK7:before,.font-awesome-min-module__fa-graduation-cap___1IVyu:before{content:"\f19d"}.font-awesome-min-module__fa-yahoo___16yta:before{content:"\f19e"}.font-awesome-min-module__fa-google___1zWHa:before{content:"\f1a0"}.font-awesome-min-module__fa-reddit___3ozn_:before{content:"\f1a1"}.font-awesome-min-module__fa-reddit-square___3auth:before{content:"\f1a2"}.font-awesome-min-module__fa-stumbleupon-circle___DUhBa:before{content:"\f1a3"}.font-awesome-min-module__fa-stumbleupon___2f5Wu:before{content:"\f1a4"}.font-awesome-min-module__fa-delicious___33krt:before{content:"\f1a5"}.font-awesome-min-module__fa-digg___1QszB:before{content:"\f1a6"}.font-awesome-min-module__fa-pied-piper-pp___3Kifg:before{content:"\f1a7"}.font-awesome-min-module__fa-pied-piper-alt___1MJlG:before{content:"\f1a8"}.font-awesome-min-module__fa-drupal___WQOC7:before{content:"\f1a9"}.font-awesome-min-module__fa-joomla___2La1A:before{content:"\f1aa"}.font-awesome-min-module__fa-language___2cm5E:before{content:"\f1ab"}.font-awesome-min-module__fa-fax___2iPq4:before{content:"\f1ac"}.font-awesome-min-module__fa-building___2W6CK:before{content:"\f1ad"}.font-awesome-min-module__fa-child___3RCYe:before{content:"\f1ae"}.font-awesome-min-module__fa-paw___2Oisb:before{content:"\f1b0"}.font-awesome-min-module__fa-spoon___1WrPE:before{content:"\f1b1"}.font-awesome-min-module__fa-cube___19_Kn:before{content:"\f1b2"}.font-awesome-min-module__fa-cubes___3W3oE:before{content:"\f1b3"}.font-awesome-min-module__fa-behance___3FKUK:before{content:"\f1b4"}.font-awesome-min-module__fa-behance-square___qZ3s-:before{content:"\f1b5"}.font-awesome-min-module__fa-steam___w-l3Z:before{content:"\f1b6"}.font-awesome-min-module__fa-steam-square___2Zy6G:before{content:"\f1b7"}.font-awesome-min-module__fa-recycle___2i2-w:before{content:"\f1b8"}.font-awesome-min-module__fa-automobile___PTe35:before,.font-awesome-min-module__fa-car___11ii0:before{content:"\f1b9"}.font-awesome-min-module__fa-cab___2n-gC:before,.font-awesome-min-module__fa-taxi___2MfL5:before{content:"\f1ba"}.font-awesome-min-module__fa-tree___iDqXV:before{content:"\f1bb"}.font-awesome-min-module__fa-spotify___1OT36:before{content:"\f1bc"}.font-awesome-min-module__fa-deviantart___2I0Gd:before{content:"\f1bd"}.font-awesome-min-module__fa-soundcloud___159ET:before{content:"\f1be"}.font-awesome-min-module__fa-database___3iko9:before{content:"\f1c0"}.font-awesome-min-module__fa-file-pdf-o___3nWug:before{content:"\f1c1"}.font-awesome-min-module__fa-file-word-o___3O0FP:before{content:"\f1c2"}.font-awesome-min-module__fa-file-excel-o___RuU66:before{content:"\f1c3"}.font-awesome-min-module__fa-file-powerpoint-o___7V6s0:before{content:"\f1c4"}.font-awesome-min-module__fa-file-photo-o___2OHIQ:before,.font-awesome-min-module__fa-file-picture-o___yuZEO:before,.font-awesome-min-module__fa-file-image-o___3Zm63:before{content:"\f1c5"}.font-awesome-min-module__fa-file-zip-o___15ukc:before,.font-awesome-min-module__fa-file-archive-o___2rhVM:before{content:"\f1c6"}.font-awesome-min-module__fa-file-sound-o___1rBNk:before,.font-awesome-min-module__fa-file-audio-o___3VW0M:before{content:"\f1c7"}.font-awesome-min-module__fa-file-movie-o___2GyvF:before,.font-awesome-min-module__fa-file-video-o___12Tw0:before{content:"\f1c8"}.font-awesome-min-module__fa-file-code-o___2a5pl:before{content:"\f1c9"}.font-awesome-min-module__fa-vine___2D0Ar:before{content:"\f1ca"}.font-awesome-min-module__fa-codepen___3hhOn:before{content:"\f1cb"}.font-awesome-min-module__fa-jsfiddle___3uyWM:before{content:"\f1cc"}.font-awesome-min-module__fa-life-bouy___1oQ9D:before,.font-awesome-min-module__fa-life-buoy___2dB5_:before,.font-awesome-min-module__fa-life-saver___FsPxK:before,.font-awesome-min-module__fa-support___1VqDp:before,.font-awesome-min-module__fa-life-ring___3nhrJ:before{content:"\f1cd"}.font-awesome-min-module__fa-circle-o-notch___2_iNE:before{content:"\f1ce"}.font-awesome-min-module__fa-ra___2TFjS:before,.font-awesome-min-module__fa-resistance___17Ra5:before,.font-awesome-min-module__fa-rebel___3gSWk:before{content:"\f1d0"}.font-awesome-min-module__fa-ge___11IF0:before,.font-awesome-min-module__fa-empire___36vaK:before{content:"\f1d1"}.font-awesome-min-module__fa-git-square___1S8r6:before{content:"\f1d2"}.font-awesome-min-module__fa-git___328rc:before{content:"\f1d3"}.font-awesome-min-module__fa-y-combinator-square___1Aliz:before,.font-awesome-min-module__fa-yc-square___1LPk6:before,.font-awesome-min-module__fa-hacker-news___2S5Y6:before{content:"\f1d4"}.font-awesome-min-module__fa-tencent-weibo___3UgZB:before{content:"\f1d5"}.font-awesome-min-module__fa-qq___1BxB6:before{content:"\f1d6"}.font-awesome-min-module__fa-wechat___21vl4:before,.font-awesome-min-module__fa-weixin___2Cbk8:before{content:"\f1d7"}.font-awesome-min-module__fa-send___3DK6f:before,.font-awesome-min-module__fa-paper-plane___3d-qx:before{content:"\f1d8"}.font-awesome-min-module__fa-send-o___gGRa9:before,.font-awesome-min-module__fa-paper-plane-o___3As6x:before{content:"\f1d9"}.font-awesome-min-module__fa-history___kw1H5:before{content:"\f1da"}.font-awesome-min-module__fa-circle-thin___BockG:before{content:"\f1db"}.font-awesome-min-module__fa-header___xxDHs:before{content:"\f1dc"}.font-awesome-min-module__fa-paragraph___1OeLr:before{content:"\f1dd"}.font-awesome-min-module__fa-sliders___1ib6V:before{content:"\f1de"}.font-awesome-min-module__fa-share-alt___13AkH:before{content:"\f1e0"}.font-awesome-min-module__fa-share-alt-square___3oulu:before{content:"\f1e1"}.font-awesome-min-module__fa-bomb___2llEp:before{content:"\f1e2"}.font-awesome-min-module__fa-soccer-ball-o___1VCqa:before,.font-awesome-min-module__fa-futbol-o___3WifP:before{content:"\f1e3"}.font-awesome-min-module__fa-tty___2y6Vv:before{content:"\f1e4"}.font-awesome-min-module__fa-binoculars___1-HWr:before{content:"\f1e5"}.font-awesome-min-module__fa-plug___2Jr3b:before{content:"\f1e6"}.font-awesome-min-module__fa-slideshare___3UU8e:before{content:"\f1e7"}.font-awesome-min-module__fa-twitch___7kfZ8:before{content:"\f1e8"}.font-awesome-min-module__fa-yelp___3yifd:before{content:"\f1e9"}.font-awesome-min-module__fa-newspaper-o___3X_ao:before{content:"\f1ea"}.font-awesome-min-module__fa-wifi___3ijtI:before{content:"\f1eb"}.font-awesome-min-module__fa-calculator___35p4F:before{content:"\f1ec"}.font-awesome-min-module__fa-paypal___76o3H:before{content:"\f1ed"}.font-awesome-min-module__fa-google-wallet___4jpA0:before{content:"\f1ee"}.font-awesome-min-module__fa-cc-visa___2LLAq:before{content:"\f1f0"}.font-awesome-min-module__fa-cc-mastercard___AXB_M:before{content:"\f1f1"}.font-awesome-min-module__fa-cc-discover___2M8L1:before{content:"\f1f2"}.font-awesome-min-module__fa-cc-amex___PmE16:before{content:"\f1f3"}.font-awesome-min-module__fa-cc-paypal___1x_Iy:before{content:"\f1f4"}.font-awesome-min-module__fa-cc-stripe___1U7-x:before{content:"\f1f5"}.font-awesome-min-module__fa-bell-slash___1Cp6t:before{content:"\f1f6"}.font-awesome-min-module__fa-bell-slash-o___2UbVW:before{content:"\f1f7"}.font-awesome-min-module__fa-trash___1uHFg:before{content:"\f1f8"}.font-awesome-min-module__fa-copyright___1WkdO:before{content:"\f1f9"}.font-awesome-min-module__fa-at___2t1sK:before{content:"\f1fa"}.font-awesome-min-module__fa-eyedropper___DNtZu:before{content:"\f1fb"}.font-awesome-min-module__fa-paint-brush___EjcGK:before{content:"\f1fc"}.font-awesome-min-module__fa-birthday-cake___3vI1c:before{content:"\f1fd"}.font-awesome-min-module__fa-area-chart___2yutn:before{content:"\f1fe"}.font-awesome-min-module__fa-pie-chart___3E0hC:before{content:"\f200"}.font-awesome-min-module__fa-line-chart___2-J-y:before{content:"\f201"}.font-awesome-min-module__fa-lastfm___3xMRO:before{content:"\f202"}.font-awesome-min-module__fa-lastfm-square___3gAMw:before{content:"\f203"}.font-awesome-min-module__fa-toggle-off___2OlOy:before{content:"\f204"}.font-awesome-min-module__fa-toggle-on___1fm_k:before{content:"\f205"}.font-awesome-min-module__fa-bicycle___14DfT:before{content:"\f206"}.font-awesome-min-module__fa-bus___3cs8l:before{content:"\f207"}.font-awesome-min-module__fa-ioxhost___2-1VL:before{content:"\f208"}.font-awesome-min-module__fa-angellist___taBK7:before{content:"\f209"}.font-awesome-min-module__fa-cc___2oQyU:before{content:"\f20a"}.font-awesome-min-module__fa-shekel___1pnaL:before,.font-awesome-min-module__fa-sheqel___2tJjB:before,.font-awesome-min-module__fa-ils___2SYot:before{content:"\f20b"}.font-awesome-min-module__fa-meanpath___3RZNv:before{content:"\f20c"}.font-awesome-min-module__fa-buysellads___26qmh:before{content:"\f20d"}.font-awesome-min-module__fa-connectdevelop___2i1WA:before{content:"\f20e"}.font-awesome-min-module__fa-dashcube___XrxxS:before{content:"\f210"}.font-awesome-min-module__fa-forumbee___1FCir:before{content:"\f211"}.font-awesome-min-module__fa-leanpub___2yXE9:before{content:"\f212"}.font-awesome-min-module__fa-sellsy___2JX29:before{content:"\f213"}.font-awesome-min-module__fa-shirtsinbulk___1J1kN:before{content:"\f214"}.font-awesome-min-module__fa-simplybuilt___3SY_r:before{content:"\f215"}.font-awesome-min-module__fa-skyatlas___eihqb:before{content:"\f216"}.font-awesome-min-module__fa-cart-plus___1zXWc:before{content:"\f217"}.font-awesome-min-module__fa-cart-arrow-down___1BkR0:before{content:"\f218"}.font-awesome-min-module__fa-diamond___3xxUf:before{content:"\f219"}.font-awesome-min-module__fa-ship___2P6Ol:before{content:"\f21a"}.font-awesome-min-module__fa-user-secret___3Jpxd:before{content:"\f21b"}.font-awesome-min-module__fa-motorcycle___3xCaQ:before{content:"\f21c"}.font-awesome-min-module__fa-street-view___39rLF:before{content:"\f21d"}.font-awesome-min-module__fa-heartbeat___1dYrl:before{content:"\f21e"}.font-awesome-min-module__fa-venus___2lra8:before{content:"\f221"}.font-awesome-min-module__fa-mars___zs1G2:before{content:"\f222"}.font-awesome-min-module__fa-mercury___3uOHT:before{content:"\f223"}.font-awesome-min-module__fa-intersex___1ctft:before,.font-awesome-min-module__fa-transgender___1b5Wx:before{content:"\f224"}.font-awesome-min-module__fa-transgender-alt___1cmxj:before{content:"\f225"}.font-awesome-min-module__fa-venus-double___twucQ:before{content:"\f226"}.font-awesome-min-module__fa-mars-double___3URQ9:before{content:"\f227"}.font-awesome-min-module__fa-venus-mars___1PDRG:before{content:"\f228"}.font-awesome-min-module__fa-mars-stroke___34fY6:before{content:"\f229"}.font-awesome-min-module__fa-mars-stroke-v___2fAuy:before{content:"\f22a"}.font-awesome-min-module__fa-mars-stroke-h___103mF:before{content:"\f22b"}.font-awesome-min-module__fa-neuter___OzAYQ:before{content:"\f22c"}.font-awesome-min-module__fa-genderless___3L7aK:before{content:"\f22d"}.font-awesome-min-module__fa-facebook-official___1jsPo:before{content:"\f230"}.font-awesome-min-module__fa-pinterest-p___2CeNX:before{content:"\f231"}.font-awesome-min-module__fa-whatsapp___1u3sd:before{content:"\f232"}.font-awesome-min-module__fa-server___35aeb:before{content:"\f233"}.font-awesome-min-module__fa-user-plus___1ubxg:before{content:"\f234"}.font-awesome-min-module__fa-user-times___2oQJr:before{content:"\f235"}.font-awesome-min-module__fa-hotel___aoB7L:before,.font-awesome-min-module__fa-bed___H1SkV:before{content:"\f236"}.font-awesome-min-module__fa-viacoin___1QrYr:before{content:"\f237"}.font-awesome-min-module__fa-train___2fuoJ:before{content:"\f238"}.font-awesome-min-module__fa-subway___1AxJF:before{content:"\f239"}.font-awesome-min-module__fa-medium___3PD9S:before{content:"\f23a"}.font-awesome-min-module__fa-yc___31IPd:before,.font-awesome-min-module__fa-y-combinator___2DUuc:before{content:"\f23b"}.font-awesome-min-module__fa-optin-monster___3CxlF:before{content:"\f23c"}.font-awesome-min-module__fa-opencart___2_CYG:before{content:"\f23d"}.font-awesome-min-module__fa-expeditedssl___2tpj9:before{content:"\f23e"}.font-awesome-min-module__fa-battery-4___1uV4C:before,.font-awesome-min-module__fa-battery___3wi0a:before,.font-awesome-min-module__fa-battery-full___3m6Fc:before{content:"\f240"}.font-awesome-min-module__fa-battery-3___3_cLX:before,.font-awesome-min-module__fa-battery-three-quarters___1Qxqw:before{content:"\f241"}.font-awesome-min-module__fa-battery-2___-cGlo:before,.font-awesome-min-module__fa-battery-half___1sk7D:before{content:"\f242"}.font-awesome-min-module__fa-battery-1___1Z3Cy:before,.font-awesome-min-module__fa-battery-quarter___PDOii:before{content:"\f243"}.font-awesome-min-module__fa-battery-0___I7_Q9:before,.font-awesome-min-module__fa-battery-empty___2KZls:before{content:"\f244"}.font-awesome-min-module__fa-mouse-pointer___pVdnm:before{content:"\f245"}.font-awesome-min-module__fa-i-cursor___3Yctm:before{content:"\f246"}.font-awesome-min-module__fa-object-group___3uWXL:before{content:"\f247"}.font-awesome-min-module__fa-object-ungroup___1hat2:before{content:"\f248"}.font-awesome-min-module__fa-sticky-note___1WARo:before{content:"\f249"}.font-awesome-min-module__fa-sticky-note-o___3RBUt:before{content:"\f24a"}.font-awesome-min-module__fa-cc-jcb___2sqrK:before{content:"\f24b"}.font-awesome-min-module__fa-cc-diners-club___2DRNB:before{content:"\f24c"}.font-awesome-min-module__fa-clone___1k4Ia:before{content:"\f24d"}.font-awesome-min-module__fa-balance-scale___1bfZi:before{content:"\f24e"}.font-awesome-min-module__fa-hourglass-o___3Vbbf:before{content:"\f250"}.font-awesome-min-module__fa-hourglass-1___byMgc:before,.font-awesome-min-module__fa-hourglass-start___17LFF:before{content:"\f251"}.font-awesome-min-module__fa-hourglass-2___3wHAg:before,.font-awesome-min-module__fa-hourglass-half___1TxHM:before{content:"\f252"}.font-awesome-min-module__fa-hourglass-3___2gYc-:before,.font-awesome-min-module__fa-hourglass-end___3pPpR:before{content:"\f253"}.font-awesome-min-module__fa-hourglass___3Slgp:before{content:"\f254"}.font-awesome-min-module__fa-hand-grab-o___zwUFA:before,.font-awesome-min-module__fa-hand-rock-o___3X0GO:before{content:"\f255"}.font-awesome-min-module__fa-hand-stop-o___3HATl:before,.font-awesome-min-module__fa-hand-paper-o___1N12Q:before{content:"\f256"}.font-awesome-min-module__fa-hand-scissors-o___1tfjZ:before{content:"\f257"}.font-awesome-min-module__fa-hand-lizard-o___8gx_L:before{content:"\f258"}.font-awesome-min-module__fa-hand-spock-o___1fYbj:before{content:"\f259"}.font-awesome-min-module__fa-hand-pointer-o___2WJNl:before{content:"\f25a"}.font-awesome-min-module__fa-hand-peace-o___28sdS:before{content:"\f25b"}.font-awesome-min-module__fa-trademark___2XC4-:before{content:"\f25c"}.font-awesome-min-module__fa-registered___3iobj:before{content:"\f25d"}.font-awesome-min-module__fa-creative-commons___10Jo7:before{content:"\f25e"}.font-awesome-min-module__fa-gg___3s5ZG:before{content:"\f260"}.font-awesome-min-module__fa-gg-circle___1ArVp:before{content:"\f261"}.font-awesome-min-module__fa-tripadvisor___3VJ3A:before{content:"\f262"}.font-awesome-min-module__fa-odnoklassniki___3h9-t:before{content:"\f263"}.font-awesome-min-module__fa-odnoklassniki-square___rSD1Y:before{content:"\f264"}.font-awesome-min-module__fa-get-pocket___2SlKr:before{content:"\f265"}.font-awesome-min-module__fa-wikipedia-w___1c32C:before{content:"\f266"}.font-awesome-min-module__fa-safari___1bJ-5:before{content:"\f267"}.font-awesome-min-module__fa-chrome___1SitT:before{content:"\f268"}.font-awesome-min-module__fa-firefox___1S33a:before{content:"\f269"}.font-awesome-min-module__fa-opera___3YbG7:before{content:"\f26a"}.font-awesome-min-module__fa-internet-explorer___3h_Qt:before{content:"\f26b"}.font-awesome-min-module__fa-tv___1totk:before,.font-awesome-min-module__fa-television___2ivaa:before{content:"\f26c"}.font-awesome-min-module__fa-contao___2qbgH:before{content:"\f26d"}.font-awesome-min-module__fa-500px___qxlBn:before{content:"\f26e"}.font-awesome-min-module__fa-amazon___VNM35:before{content:"\f270"}.font-awesome-min-module__fa-calendar-plus-o___1qQBM:before{content:"\f271"}.font-awesome-min-module__fa-calendar-minus-o____pIey:before{content:"\f272"}.font-awesome-min-module__fa-calendar-times-o___3oinv:before{content:"\f273"}.font-awesome-min-module__fa-calendar-check-o___qtgJd:before{content:"\f274"}.font-awesome-min-module__fa-industry___2dSrZ:before{content:"\f275"}.font-awesome-min-module__fa-map-pin___1rxeW:before{content:"\f276"}.font-awesome-min-module__fa-map-signs___2BnSp:before{content:"\f277"}.font-awesome-min-module__fa-map-o___szt32:before{content:"\f278"}.font-awesome-min-module__fa-map___1pW9V:before{content:"\f279"}.font-awesome-min-module__fa-commenting___pHyzF:before{content:"\f27a"}.font-awesome-min-module__fa-commenting-o___2XIXK:before{content:"\f27b"}.font-awesome-min-module__fa-houzz___382BG:before{content:"\f27c"}.font-awesome-min-module__fa-vimeo___1i9PU:before{content:"\f27d"}.font-awesome-min-module__fa-black-tie___1udYd:before{content:"\f27e"}.font-awesome-min-module__fa-fonticons___3b1cK:before{content:"\f280"}.font-awesome-min-module__fa-reddit-alien___2Bw01:before{content:"\f281"}.font-awesome-min-module__fa-edge___3nchL:before{content:"\f282"}.font-awesome-min-module__fa-credit-card-alt___V9Mu8:before{content:"\f283"}.font-awesome-min-module__fa-codiepie___3kpfW:before{content:"\f284"}.font-awesome-min-module__fa-modx___3PBRG:before{content:"\f285"}.font-awesome-min-module__fa-fort-awesome___1QYwy:before{content:"\f286"}.font-awesome-min-module__fa-usb___1t8Rb:before{content:"\f287"}.font-awesome-min-module__fa-product-hunt___2lA61:before{content:"\f288"}.font-awesome-min-module__fa-mixcloud___2rdfy:before{content:"\f289"}.font-awesome-min-module__fa-scribd___oihqo:before{content:"\f28a"}.font-awesome-min-module__fa-pause-circle___3g4dt:before{content:"\f28b"}.font-awesome-min-module__fa-pause-circle-o___2foZ-:before{content:"\f28c"}.font-awesome-min-module__fa-stop-circle___28-28:before{content:"\f28d"}.font-awesome-min-module__fa-stop-circle-o___36wnI:before{content:"\f28e"}.font-awesome-min-module__fa-shopping-bag___2gKl-:before{content:"\f290"}.font-awesome-min-module__fa-shopping-basket___urOkH:before{content:"\f291"}.font-awesome-min-module__fa-hashtag___1J7BP:before{content:"\f292"}.font-awesome-min-module__fa-bluetooth___1d_DP:before{content:"\f293"}.font-awesome-min-module__fa-bluetooth-b___aEksZ:before{content:"\f294"}.font-awesome-min-module__fa-percent___3PJgq:before{content:"\f295"}.font-awesome-min-module__fa-gitlab___2-kpg:before{content:"\f296"}.font-awesome-min-module__fa-wpbeginner___3tbmp:before{content:"\f297"}.font-awesome-min-module__fa-wpforms___17_MA:before{content:"\f298"}.font-awesome-min-module__fa-envira___r2ikO:before{content:"\f299"}.font-awesome-min-module__fa-universal-access___icTD5:before{content:"\f29a"}.font-awesome-min-module__fa-wheelchair-alt___3Q8lI:before{content:"\f29b"}.font-awesome-min-module__fa-question-circle-o___YiAHV:before{content:"\f29c"}.font-awesome-min-module__fa-blind___tNvQ5:before{content:"\f29d"}.font-awesome-min-module__fa-audio-description___Yv-80:before{content:"\f29e"}.font-awesome-min-module__fa-volume-control-phone___2LlFA:before{content:"\f2a0"}.font-awesome-min-module__fa-braille___3cfHq:before{content:"\f2a1"}.font-awesome-min-module__fa-assistive-listening-systems___37r7b:before{content:"\f2a2"}.font-awesome-min-module__fa-asl-interpreting___3wtiY:before,.font-awesome-min-module__fa-american-sign-language-interpreting___1oLjn:before{content:"\f2a3"}.font-awesome-min-module__fa-deafness___318vf:before,.font-awesome-min-module__fa-hard-of-hearing___3a8ft:before,.font-awesome-min-module__fa-deaf___3RW8Z:before{content:"\f2a4"}.font-awesome-min-module__fa-glide___3eXS0:before{content:"\f2a5"}.font-awesome-min-module__fa-glide-g___p6hwG:before{content:"\f2a6"}.font-awesome-min-module__fa-signing___11DGw:before,.font-awesome-min-module__fa-sign-language___A-EcV:before{content:"\f2a7"}.font-awesome-min-module__fa-low-vision___qlyvs:before{content:"\f2a8"}.font-awesome-min-module__fa-viadeo___9s5Vh:before{content:"\f2a9"}.font-awesome-min-module__fa-viadeo-square___2BxZd:before{content:"\f2aa"}.font-awesome-min-module__fa-snapchat___3eZP-:before{content:"\f2ab"}.font-awesome-min-module__fa-snapchat-ghost___29lNL:before{content:"\f2ac"}.font-awesome-min-module__fa-snapchat-square___3yCWw:before{content:"\f2ad"}.font-awesome-min-module__fa-pied-piper___3k24q:before{content:"\f2ae"}.font-awesome-min-module__fa-first-order___ykl7Q:before{content:"\f2b0"}.font-awesome-min-module__fa-yoast___2Tfyw:before{content:"\f2b1"}.font-awesome-min-module__fa-themeisle___ei08I:before{content:"\f2b2"}.font-awesome-min-module__fa-google-plus-circle___27Mr4:before,.font-awesome-min-module__fa-google-plus-official___L4NCI:before{content:"\f2b3"}.font-awesome-min-module__fa-fa___3NI9M:before,.font-awesome-min-module__fa-font-awesome___c5-xV:before{content:"\f2b4"}.font-awesome-min-module__fa-handshake-o___3SNSv:before{content:"\f2b5"}.font-awesome-min-module__fa-envelope-open___2Wqh6:before{content:"\f2b6"}.font-awesome-min-module__fa-envelope-open-o___1Lgh0:before{content:"\f2b7"}.font-awesome-min-module__fa-linode___vLnYS:before{content:"\f2b8"}.font-awesome-min-module__fa-address-book___3-CNt:before{content:"\f2b9"}.font-awesome-min-module__fa-address-book-o___qXaOz:before{content:"\f2ba"}.font-awesome-min-module__fa-vcard___3yCLO:before,.font-awesome-min-module__fa-address-card___2HJeW:before{content:"\f2bb"}.font-awesome-min-module__fa-vcard-o___PsgAN:before,.font-awesome-min-module__fa-address-card-o___1vy0k:before{content:"\f2bc"}.font-awesome-min-module__fa-user-circle___382_M:before{content:"\f2bd"}.font-awesome-min-module__fa-user-circle-o___37zGE:before{content:"\f2be"}.font-awesome-min-module__fa-user-o___HCybx:before{content:"\f2c0"}.font-awesome-min-module__fa-id-badge___1Z946:before{content:"\f2c1"}.font-awesome-min-module__fa-drivers-license___o2uw7:before,.font-awesome-min-module__fa-id-card___1q-S8:before{content:"\f2c2"}.font-awesome-min-module__fa-drivers-license-o___34w7k:before,.font-awesome-min-module__fa-id-card-o___1rGcs:before{content:"\f2c3"}.font-awesome-min-module__fa-quora___2EMGW:before{content:"\f2c4"}.font-awesome-min-module__fa-free-code-camp___2VeXx:before{content:"\f2c5"}.font-awesome-min-module__fa-telegram___1L8vS:before{content:"\f2c6"}.font-awesome-min-module__fa-thermometer-4___2Ep51:before,.font-awesome-min-module__fa-thermometer___2dzfG:before,.font-awesome-min-module__fa-thermometer-full___1V3mz:before{content:"\f2c7"}.font-awesome-min-module__fa-thermometer-3___3KRAz:before,.font-awesome-min-module__fa-thermometer-three-quarters___1zPs_:before{content:"\f2c8"}.font-awesome-min-module__fa-thermometer-2___1SMzn:before,.font-awesome-min-module__fa-thermometer-half___JzWWh:before{content:"\f2c9"}.font-awesome-min-module__fa-thermometer-1___iouwv:before,.font-awesome-min-module__fa-thermometer-quarter___2uSk3:before{content:"\f2ca"}.font-awesome-min-module__fa-thermometer-0___2PQ-H:before,.font-awesome-min-module__fa-thermometer-empty___2KXvt:before{content:"\f2cb"}.font-awesome-min-module__fa-shower___3QTv6:before{content:"\f2cc"}.font-awesome-min-module__fa-bathtub___3Yww9:before,.font-awesome-min-module__fa-s15___1i6EA:before,.font-awesome-min-module__fa-bath___2zeFq:before{content:"\f2cd"}.font-awesome-min-module__fa-podcast___1d42w:before{content:"\f2ce"}.font-awesome-min-module__fa-window-maximize___3O98y:before{content:"\f2d0"}.font-awesome-min-module__fa-window-minimize___1CDl7:before{content:"\f2d1"}.font-awesome-min-module__fa-window-restore___1NWkL:before{content:"\f2d2"}.font-awesome-min-module__fa-times-rectangle___lA3vI:before,.font-awesome-min-module__fa-window-close___2A0ud:before{content:"\f2d3"}.font-awesome-min-module__fa-times-rectangle-o___A8qt5:before,.font-awesome-min-module__fa-window-close-o___3H13y:before{content:"\f2d4"}.font-awesome-min-module__fa-bandcamp___3D9UW:before{content:"\f2d5"}.font-awesome-min-module__fa-grav___2Eaey:before{content:"\f2d6"}.font-awesome-min-module__fa-etsy___1co16:before{content:"\f2d7"}.font-awesome-min-module__fa-imdb___1J95B:before{content:"\f2d8"}.font-awesome-min-module__fa-ravelry___3GeRi:before{content:"\f2d9"}.font-awesome-min-module__fa-eercast___2JxWN:before{content:"\f2da"}.font-awesome-min-module__fa-microchip___ZzlyC:before{content:"\f2db"}.font-awesome-min-module__fa-snowflake-o___3p8Yq:before{content:"\f2dc"}.font-awesome-min-module__fa-superpowers___2atd1:before{content:"\f2dd"}.font-awesome-min-module__fa-wpexplorer___g2aJZ:before{content:"\f2de"}.font-awesome-min-module__fa-meetup___1wGNH:before{content:"\f2e0"}.font-awesome-min-module__sr-only___Ljr-J{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.font-awesome-min-module__sr-only-focusable___6gwGw:active,.font-awesome-min-module__sr-only-focusable___6gwGw:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.bootstrap-min-module__navbar___3Zfdl{display:none}.bootstrap-min-module__btn___2E8XM>.bootstrap-min-module__caret___2otOh,.bootstrap-min-module__dropup___2S3F->.bootstrap-min-module__btn___2E8XM>.bootstrap-min-module__caret___2otOh{border-top-color:#000!important}.bootstrap-min-module__label___1j7nt{border:1px solid #000}.bootstrap-min-module__table___356Yf{border-collapse:collapse!important}.bootstrap-min-module__table___356Yf td,.bootstrap-min-module__table___356Yf th{background-color:#fff!important}.bootstrap-min-module__table-bordered___17m9J td,.bootstrap-min-module__table-bordered___17m9J th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(/static/media/glyphicons-halflings-regular.f4769f9b.eot);src:url(/static/media/glyphicons-halflings-regular.f4769f9b.eot?#iefix) format('embedded-opentype'),url(/static/media/glyphicons-halflings-regular.448c34a5.woff2) format('woff2'),url(/static/media/glyphicons-halflings-regular.fa277232.woff) format('woff'),url(/static/media/glyphicons-halflings-regular.e18bbf61.ttf) format('truetype'),url(/static/media/glyphicons-halflings-regular.89889688.svg#glyphicons_halflingsregular) format('svg')}.bootstrap-min-module__glyphicon___2GaYZ{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bootstrap-min-module__glyphicon-asterisk___2IerP:before{content:"\002a"}.bootstrap-min-module__glyphicon-plus___23-IK:before{content:"\002b"}.bootstrap-min-module__glyphicon-eur___1y9nC:before,.bootstrap-min-module__glyphicon-euro___3ERli:before{content:"\20ac"}.bootstrap-min-module__glyphicon-minus___3oofb:before{content:"\2212"}.bootstrap-min-module__glyphicon-cloud___5m0pd:before{content:"\2601"}.bootstrap-min-module__glyphicon-envelope___1C9BL:before{content:"\2709"}.bootstrap-min-module__glyphicon-pencil___1Xw83:before{content:"\270f"}.bootstrap-min-module__glyphicon-glass___26m2G:before{content:"\e001"}.bootstrap-min-module__glyphicon-music___3VgpS:before{content:"\e002"}.bootstrap-min-module__glyphicon-search___2PgON:before{content:"\e003"}.bootstrap-min-module__glyphicon-heart___2NFH9:before{content:"\e005"}.bootstrap-min-module__glyphicon-star___4xqBH:before{content:"\e006"}.bootstrap-min-module__glyphicon-star-empty___DUrU3:before{content:"\e007"}.bootstrap-min-module__glyphicon-user___1R_0t:before{content:"\e008"}.bootstrap-min-module__glyphicon-film___N-1uc:before{content:"\e009"}.bootstrap-min-module__glyphicon-th-large___20k5P:before{content:"\e010"}.bootstrap-min-module__glyphicon-th___2fDsV:before{content:"\e011"}.bootstrap-min-module__glyphicon-th-list___2rNPm:before{content:"\e012"}.bootstrap-min-module__glyphicon-ok___C6vPY:before{content:"\e013"}.bootstrap-min-module__glyphicon-remove___1n2L-:before{content:"\e014"}.bootstrap-min-module__glyphicon-zoom-in___1AhtS:before{content:"\e015"}.bootstrap-min-module__glyphicon-zoom-out___12CZR:before{content:"\e016"}.bootstrap-min-module__glyphicon-off___1Gjdn:before{content:"\e017"}.bootstrap-min-module__glyphicon-signal___1mpDU:before{content:"\e018"}.bootstrap-min-module__glyphicon-cog___1fxP1:before{content:"\e019"}.bootstrap-min-module__glyphicon-trash___2guGi:before{content:"\e020"}.bootstrap-min-module__glyphicon-home___2j5x0:before{content:"\e021"}.bootstrap-min-module__glyphicon-file___1I7ZH:before{content:"\e022"}.bootstrap-min-module__glyphicon-time___2NEh2:before{content:"\e023"}.bootstrap-min-module__glyphicon-road___1nnxb:before{content:"\e024"}.bootstrap-min-module__glyphicon-download-alt___fX0sS:before{content:"\e025"}.bootstrap-min-module__glyphicon-download___6lv1i:before{content:"\e026"}.bootstrap-min-module__glyphicon-upload___2ZBaN:before{content:"\e027"}.bootstrap-min-module__glyphicon-inbox___1EBGS:before{content:"\e028"}.bootstrap-min-module__glyphicon-play-circle___2GAQX:before{content:"\e029"}.bootstrap-min-module__glyphicon-repeat___1NEtc:before{content:"\e030"}.bootstrap-min-module__glyphicon-refresh___2gpGv:before{content:"\e031"}.bootstrap-min-module__glyphicon-list-alt___27nJD:before{content:"\e032"}.bootstrap-min-module__glyphicon-lock___Oxh2G:before{content:"\e033"}.bootstrap-min-module__glyphicon-flag___28WPB:before{content:"\e034"}.bootstrap-min-module__glyphicon-headphones___1a4E9:before{content:"\e035"}.bootstrap-min-module__glyphicon-volume-off___32RqR:before{content:"\e036"}.bootstrap-min-module__glyphicon-volume-down___3YQKi:before{content:"\e037"}.bootstrap-min-module__glyphicon-volume-up___1bbEZ:before{content:"\e038"}.bootstrap-min-module__glyphicon-qrcode___3wFva:before{content:"\e039"}.bootstrap-min-module__glyphicon-barcode___3mjE6:before{content:"\e040"}.bootstrap-min-module__glyphicon-tag___DmRwa:before{content:"\e041"}.bootstrap-min-module__glyphicon-tags___3vNsi:before{content:"\e042"}.bootstrap-min-module__glyphicon-book___1Wsq-:before{content:"\e043"}.bootstrap-min-module__glyphicon-bookmark___24ux5:before{content:"\e044"}.bootstrap-min-module__glyphicon-print___3BcWV:before{content:"\e045"}.bootstrap-min-module__glyphicon-camera___wWX3Y:before{content:"\e046"}.bootstrap-min-module__glyphicon-font___3HIzF:before{content:"\e047"}.bootstrap-min-module__glyphicon-bold___1PUd-:before{content:"\e048"}.bootstrap-min-module__glyphicon-italic___3YsYT:before{content:"\e049"}.bootstrap-min-module__glyphicon-text-height___2dS48:before{content:"\e050"}.bootstrap-min-module__glyphicon-text-width___3BnVv:before{content:"\e051"}.bootstrap-min-module__glyphicon-align-left___lkrrj:before{content:"\e052"}.bootstrap-min-module__glyphicon-align-center___2PI7q:before{content:"\e053"}.bootstrap-min-module__glyphicon-align-right___O-YWy:before{content:"\e054"}.bootstrap-min-module__glyphicon-align-justify___ISR2E:before{content:"\e055"}.bootstrap-min-module__glyphicon-list___2Y5EJ:before{content:"\e056"}.bootstrap-min-module__glyphicon-indent-left___2K9Bx:before{content:"\e057"}.bootstrap-min-module__glyphicon-indent-right___mtipo:before{content:"\e058"}.bootstrap-min-module__glyphicon-facetime-video___1tqD5:before{content:"\e059"}.bootstrap-min-module__glyphicon-picture___l-YQw:before{content:"\e060"}.bootstrap-min-module__glyphicon-map-marker___3ac81:before{content:"\e062"}.bootstrap-min-module__glyphicon-adjust___2gXO3:before{content:"\e063"}.bootstrap-min-module__glyphicon-tint___2MK8v:before{content:"\e064"}.bootstrap-min-module__glyphicon-edit___1wjmy:before{content:"\e065"}.bootstrap-min-module__glyphicon-share___5UsX6:before{content:"\e066"}.bootstrap-min-module__glyphicon-check___3eVf4:before{content:"\e067"}.bootstrap-min-module__glyphicon-move___1xQ8o:before{content:"\e068"}.bootstrap-min-module__glyphicon-step-backward___1F9Nz:before{content:"\e069"}.bootstrap-min-module__glyphicon-fast-backward___1NsW4:before{content:"\e070"}.bootstrap-min-module__glyphicon-backward___og5SZ:before{content:"\e071"}.bootstrap-min-module__glyphicon-play___sSOT_:before{content:"\e072"}.bootstrap-min-module__glyphicon-pause___3BnvN:before{content:"\e073"}.bootstrap-min-module__glyphicon-stop___TmbTm:before{content:"\e074"}.bootstrap-min-module__glyphicon-forward___37lMs:before{content:"\e075"}.bootstrap-min-module__glyphicon-fast-forward___fDxpS:before{content:"\e076"}.bootstrap-min-module__glyphicon-step-forward___1JH_c:before{content:"\e077"}.bootstrap-min-module__glyphicon-eject___3Nfre:before{content:"\e078"}.bootstrap-min-module__glyphicon-chevron-left___5CJ1L:before{content:"\e079"}.bootstrap-min-module__glyphicon-chevron-right___3C4Fh:before{content:"\e080"}.bootstrap-min-module__glyphicon-plus-sign___OvPom:before{content:"\e081"}.bootstrap-min-module__glyphicon-minus-sign___3qEVT:before{content:"\e082"}.bootstrap-min-module__glyphicon-remove-sign___JiHvs:before{content:"\e083"}.bootstrap-min-module__glyphicon-ok-sign___3GUyO:before{content:"\e084"}.bootstrap-min-module__glyphicon-question-sign___3aX_W:before{content:"\e085"}.bootstrap-min-module__glyphicon-info-sign___1uhRN:before{content:"\e086"}.bootstrap-min-module__glyphicon-screenshot___1kVKs:before{content:"\e087"}.bootstrap-min-module__glyphicon-remove-circle___X3ogm:before{content:"\e088"}.bootstrap-min-module__glyphicon-ok-circle____rV-s:before{content:"\e089"}.bootstrap-min-module__glyphicon-ban-circle___1qAfe:before{content:"\e090"}.bootstrap-min-module__glyphicon-arrow-left___da2y2:before{content:"\e091"}.bootstrap-min-module__glyphicon-arrow-right___fjRh1:before{content:"\e092"}.bootstrap-min-module__glyphicon-arrow-up___1MPXz:before{content:"\e093"}.bootstrap-min-module__glyphicon-arrow-down___6YF-j:before{content:"\e094"}.bootstrap-min-module__glyphicon-share-alt___3jZOC:before{content:"\e095"}.bootstrap-min-module__glyphicon-resize-full___316_l:before{content:"\e096"}.bootstrap-min-module__glyphicon-resize-small___Tj6_x:before{content:"\e097"}.bootstrap-min-module__glyphicon-exclamation-sign___1t9uv:before{content:"\e101"}.bootstrap-min-module__glyphicon-gift___1T9pB:before{content:"\e102"}.bootstrap-min-module__glyphicon-leaf___1dVCF:before{content:"\e103"}.bootstrap-min-module__glyphicon-fire___rqvct:before{content:"\e104"}.bootstrap-min-module__glyphicon-eye-open___2dtvr:before{content:"\e105"}.bootstrap-min-module__glyphicon-eye-close___N42iC:before{content:"\e106"}.bootstrap-min-module__glyphicon-warning-sign___l8WVM:before{content:"\e107"}.bootstrap-min-module__glyphicon-plane___2NES4:before{content:"\e108"}.bootstrap-min-module__glyphicon-calendar___1SgCa:before{content:"\e109"}.bootstrap-min-module__glyphicon-random___2xnWh:before{content:"\e110"}.bootstrap-min-module__glyphicon-comment___2vsn7:before{content:"\e111"}.bootstrap-min-module__glyphicon-magnet___2FUu3:before{content:"\e112"}.bootstrap-min-module__glyphicon-chevron-up___3sG4k:before{content:"\e113"}.bootstrap-min-module__glyphicon-chevron-down___at6vY:before{content:"\e114"}.bootstrap-min-module__glyphicon-retweet___2Ghze:before{content:"\e115"}.bootstrap-min-module__glyphicon-shopping-cart___qCOCR:before{content:"\e116"}.bootstrap-min-module__glyphicon-folder-close___12qO3:before{content:"\e117"}.bootstrap-min-module__glyphicon-folder-open___Vr5m8:before{content:"\e118"}.bootstrap-min-module__glyphicon-resize-vertical___HVden:before{content:"\e119"}.bootstrap-min-module__glyphicon-resize-horizontal___2JN4G:before{content:"\e120"}.bootstrap-min-module__glyphicon-hdd___JC7KD:before{content:"\e121"}.bootstrap-min-module__glyphicon-bullhorn___3Dncd:before{content:"\e122"}.bootstrap-min-module__glyphicon-bell___16Q4h:before{content:"\e123"}.bootstrap-min-module__glyphicon-certificate___3c01O:before{content:"\e124"}.bootstrap-min-module__glyphicon-thumbs-up___3nBOH:before{content:"\e125"}.bootstrap-min-module__glyphicon-thumbs-down___23SAG:before{content:"\e126"}.bootstrap-min-module__glyphicon-hand-right___6Qp9y:before{content:"\e127"}.bootstrap-min-module__glyphicon-hand-left___EV4yP:before{content:"\e128"}.bootstrap-min-module__glyphicon-hand-up___26HWK:before{content:"\e129"}.bootstrap-min-module__glyphicon-hand-down___HMCbm:before{content:"\e130"}.bootstrap-min-module__glyphicon-circle-arrow-right___3W7dq:before{content:"\e131"}.bootstrap-min-module__glyphicon-circle-arrow-left___1Jpyr:before{content:"\e132"}.bootstrap-min-module__glyphicon-circle-arrow-up___24_cV:before{content:"\e133"}.bootstrap-min-module__glyphicon-circle-arrow-down___1hdxR:before{content:"\e134"}.bootstrap-min-module__glyphicon-globe___3ymMl:before{content:"\e135"}.bootstrap-min-module__glyphicon-wrench___2GE_k:before{content:"\e136"}.bootstrap-min-module__glyphicon-tasks___3SPO1:before{content:"\e137"}.bootstrap-min-module__glyphicon-filter___mX2qL:before{content:"\e138"}.bootstrap-min-module__glyphicon-briefcase___1MJPv:before{content:"\e139"}.bootstrap-min-module__glyphicon-fullscreen___22ywM:before{content:"\e140"}.bootstrap-min-module__glyphicon-dashboard___fWtwv:before{content:"\e141"}.bootstrap-min-module__glyphicon-paperclip___1JPPW:before{content:"\e142"}.bootstrap-min-module__glyphicon-heart-empty___1YvyW:before{content:"\e143"}.bootstrap-min-module__glyphicon-link___1J4Od:before{content:"\e144"}.bootstrap-min-module__glyphicon-phone___3IP08:before{content:"\e145"}.bootstrap-min-module__glyphicon-pushpin___3t-5l:before{content:"\e146"}.bootstrap-min-module__glyphicon-usd___1w16w:before{content:"\e148"}.bootstrap-min-module__glyphicon-gbp___37wb1:before{content:"\e149"}.bootstrap-min-module__glyphicon-sort___1UreD:before{content:"\e150"}.bootstrap-min-module__glyphicon-sort-by-alphabet___3hWqr:before{content:"\e151"}.bootstrap-min-module__glyphicon-sort-by-alphabet-alt___jQQmf:before{content:"\e152"}.bootstrap-min-module__glyphicon-sort-by-order___3Q_MD:before{content:"\e153"}.bootstrap-min-module__glyphicon-sort-by-order-alt___2qqCM:before{content:"\e154"}.bootstrap-min-module__glyphicon-sort-by-attributes___qs0rl:before{content:"\e155"}.bootstrap-min-module__glyphicon-sort-by-attributes-alt___3eB0V:before{content:"\e156"}.bootstrap-min-module__glyphicon-unchecked___3EmGx:before{content:"\e157"}.bootstrap-min-module__glyphicon-expand___2aEEw:before{content:"\e158"}.bootstrap-min-module__glyphicon-collapse-down___oTG4F:before{content:"\e159"}.bootstrap-min-module__glyphicon-collapse-up___1vV49:before{content:"\e160"}.bootstrap-min-module__glyphicon-log-in___24URs:before{content:"\e161"}.bootstrap-min-module__glyphicon-flash___1Kgsk:before{content:"\e162"}.bootstrap-min-module__glyphicon-log-out___1GRRY:before{content:"\e163"}.bootstrap-min-module__glyphicon-new-window___3OLcv:before{content:"\e164"}.bootstrap-min-module__glyphicon-record___2n_t0:before{content:"\e165"}.bootstrap-min-module__glyphicon-save___1sjSa:before{content:"\e166"}.bootstrap-min-module__glyphicon-open___2ykku:before{content:"\e167"}.bootstrap-min-module__glyphicon-saved___2PZZ3:before{content:"\e168"}.bootstrap-min-module__glyphicon-import___3e-1-:before{content:"\e169"}.bootstrap-min-module__glyphicon-export___3Rl94:before{content:"\e170"}.bootstrap-min-module__glyphicon-send___3R-67:before{content:"\e171"}.bootstrap-min-module__glyphicon-floppy-disk___37yuF:before{content:"\e172"}.bootstrap-min-module__glyphicon-floppy-saved___2JH1z:before{content:"\e173"}.bootstrap-min-module__glyphicon-floppy-remove___1psfi:before{content:"\e174"}.bootstrap-min-module__glyphicon-floppy-save___2aMHc:before{content:"\e175"}.bootstrap-min-module__glyphicon-floppy-open___2vVSx:before{content:"\e176"}.bootstrap-min-module__glyphicon-credit-card___XC5Y3:before{content:"\e177"}.bootstrap-min-module__glyphicon-transfer___39Kop:before{content:"\e178"}.bootstrap-min-module__glyphicon-cutlery___q3DNF:before{content:"\e179"}.bootstrap-min-module__glyphicon-header___3WDdD:before{content:"\e180"}.bootstrap-min-module__glyphicon-compressed___w0HOJ:before{content:"\e181"}.bootstrap-min-module__glyphicon-earphone___VPW54:before{content:"\e182"}.bootstrap-min-module__glyphicon-phone-alt___3BpoO:before{content:"\e183"}.bootstrap-min-module__glyphicon-tower___QiD6A:before{content:"\e184"}.bootstrap-min-module__glyphicon-stats___mb-Dz:before{content:"\e185"}.bootstrap-min-module__glyphicon-sd-video___1oieS:before{content:"\e186"}.bootstrap-min-module__glyphicon-hd-video___1DuFj:before{content:"\e187"}.bootstrap-min-module__glyphicon-subtitles___1oDTw:before{content:"\e188"}.bootstrap-min-module__glyphicon-sound-stereo___2Uh2a:before{content:"\e189"}.bootstrap-min-module__glyphicon-sound-dolby___mbuDz:before{content:"\e190"}.bootstrap-min-module__glyphicon-sound-5-1___3IeXf:before{content:"\e191"}.bootstrap-min-module__glyphicon-sound-6-1___230Yz:before{content:"\e192"}.bootstrap-min-module__glyphicon-sound-7-1___3-7UZ:before{content:"\e193"}.bootstrap-min-module__glyphicon-copyright-mark___36uRG:before{content:"\e194"}.bootstrap-min-module__glyphicon-registration-mark___m1imj:before{content:"\e195"}.bootstrap-min-module__glyphicon-cloud-download___f59F1:before{content:"\e197"}.bootstrap-min-module__glyphicon-cloud-upload___3Jl0s:before{content:"\e198"}.bootstrap-min-module__glyphicon-tree-conifer___1-Gd6:before{content:"\e199"}.bootstrap-min-module__glyphicon-tree-deciduous___11BSJ:before{content:"\e200"}.bootstrap-min-module__glyphicon-cd___1yjoJ:before{content:"\e201"}.bootstrap-min-module__glyphicon-save-file___3-H70:before{content:"\e202"}.bootstrap-min-module__glyphicon-open-file___1y8e4:before{content:"\e203"}.bootstrap-min-module__glyphicon-level-up___309tV:before{content:"\e204"}.bootstrap-min-module__glyphicon-copy___3--9u:before{content:"\e205"}.bootstrap-min-module__glyphicon-paste___11ht4:before{content:"\e206"}.bootstrap-min-module__glyphicon-alert___1phVH:before{content:"\e209"}.bootstrap-min-module__glyphicon-equalizer___lD8Z3:before{content:"\e210"}.bootstrap-min-module__glyphicon-king___1TxI9:before{content:"\e211"}.bootstrap-min-module__glyphicon-queen___1G7jl:before{content:"\e212"}.bootstrap-min-module__glyphicon-pawn___1EJHy:before{content:"\e213"}.bootstrap-min-module__glyphicon-bishop___3PIAh:before{content:"\e214"}.bootstrap-min-module__glyphicon-knight___30S6p:before{content:"\e215"}.bootstrap-min-module__glyphicon-baby-formula___7OXzs:before{content:"\e216"}.bootstrap-min-module__glyphicon-tent___3LqeJ:before{content:"\26fa"}.bootstrap-min-module__glyphicon-blackboard___34ZVj:before{content:"\e218"}.bootstrap-min-module__glyphicon-bed___3rnja:before{content:"\e219"}.bootstrap-min-module__glyphicon-apple___2hMpl:before{content:"\f8ff"}.bootstrap-min-module__glyphicon-erase___H84mM:before{content:"\e221"}.bootstrap-min-module__glyphicon-hourglass___36YLU:before{content:"\231b"}.bootstrap-min-module__glyphicon-lamp___2u1FN:before{content:"\e223"}.bootstrap-min-module__glyphicon-duplicate___Fotk7:before{content:"\e224"}.bootstrap-min-module__glyphicon-piggy-bank___kkR5B:before{content:"\e225"}.bootstrap-min-module__glyphicon-scissors___1oOpg:before{content:"\e226"}.bootstrap-min-module__glyphicon-bitcoin___3iroc:before{content:"\e227"}.bootstrap-min-module__glyphicon-btc___tEXNO:before{content:"\e227"}.bootstrap-min-module__glyphicon-xbt___2Cbax:before{content:"\e227"}.bootstrap-min-module__glyphicon-yen___18X0M:before{content:"\00a5"}.bootstrap-min-module__glyphicon-jpy___3qxVL:before{content:"\00a5"}.bootstrap-min-module__glyphicon-ruble___21Til:before{content:"\20bd"}.bootstrap-min-module__glyphicon-rub___1hQ-F:before{content:"\20bd"}.bootstrap-min-module__glyphicon-scale___3a3Ro:before{content:"\e230"}.bootstrap-min-module__glyphicon-ice-lolly___2jo1C:before{content:"\e231"}.bootstrap-min-module__glyphicon-ice-lolly-tasted___hNR_e:before{content:"\e232"}.bootstrap-min-module__glyphicon-education___34LkT:before{content:"\e233"}.bootstrap-min-module__glyphicon-option-horizontal___1aF7e:before{content:"\e234"}.bootstrap-min-module__glyphicon-option-vertical___3mxLQ:before{content:"\e235"}.bootstrap-min-module__glyphicon-menu-hamburger___fOA9V:before{content:"\e236"}.bootstrap-min-module__glyphicon-modal-window___2aFML:before{content:"\e237"}.bootstrap-min-module__glyphicon-oil___2ila_:before{content:"\e238"}.bootstrap-min-module__glyphicon-grain___4cVDJ:before{content:"\e239"}.bootstrap-min-module__glyphicon-sunglasses___kE5zO:before{content:"\e240"}.bootstrap-min-module__glyphicon-text-size___2FMZh:before{content:"\e241"}.bootstrap-min-module__glyphicon-text-color___xf9wq:before{content:"\e242"}.bootstrap-min-module__glyphicon-text-background___2fVWo:before{content:"\e243"}.bootstrap-min-module__glyphicon-object-align-top___eS1mG:before{content:"\e244"}.bootstrap-min-module__glyphicon-object-align-bottom___kMlAc:before{content:"\e245"}.bootstrap-min-module__glyphicon-object-align-horizontal___1_uFD:before{content:"\e246"}.bootstrap-min-module__glyphicon-object-align-left___2lAXY:before{content:"\e247"}.bootstrap-min-module__glyphicon-object-align-vertical___3m6uX:before{content:"\e248"}.bootstrap-min-module__glyphicon-object-align-right___1fcUK:before{content:"\e249"}.bootstrap-min-module__glyphicon-triangle-right___2KMb4:before{content:"\e250"}.bootstrap-min-module__glyphicon-triangle-left___1PDpq:before{content:"\e251"}.bootstrap-min-module__glyphicon-triangle-bottom___1HOlQ:before{content:"\e252"}.bootstrap-min-module__glyphicon-triangle-top___94kh1:before{content:"\e253"}.bootstrap-min-module__glyphicon-console___2pQMk:before{content:"\e254"}.bootstrap-min-module__glyphicon-superscript___1O927:before{content:"\e255"}.bootstrap-min-module__glyphicon-subscript___3zZ7X:before{content:"\e256"}.bootstrap-min-module__glyphicon-menu-left___1OpQy:before{content:"\e257"}.bootstrap-min-module__glyphicon-menu-right___38IpD:before{content:"\e258"}.bootstrap-min-module__glyphicon-menu-down___2lUGR:before{content:"\e259"}.bootstrap-min-module__glyphicon-menu-up___3ivrd:before{content:"\e260"}*{box-sizing:border-box}:after,:before{box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__item___2mhs8>a>img,.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__item___2mhs8>img,.bootstrap-min-module__img-responsive___6mhfa,.bootstrap-min-module__thumbnail___1sK1r a>img,.bootstrap-min-module__thumbnail___1sK1r>img{display:block;max-width:100%;height:auto}.bootstrap-min-module__img-rounded___1Gei9{border-radius:6px}.bootstrap-min-module__img-thumbnail___2wfWd{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:all .2s ease-in-out}.bootstrap-min-module__img-circle___2P21B{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.bootstrap-min-module__sr-only___1Rd_b{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.bootstrap-min-module__sr-only-focusable___3QMmp:active,.bootstrap-min-module__sr-only-focusable___3QMmp:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.bootstrap-min-module__h1___1Z-cW,.bootstrap-min-module__h2___3wbeH,.bootstrap-min-module__h3___2SIWN,.bootstrap-min-module__h4___2uKk1,.bootstrap-min-module__h5___2nsMK,.bootstrap-min-module__h6___2LJAt,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.bootstrap-min-module__h1___1Z-cW .bootstrap-min-module__small___1Nm7n,.bootstrap-min-module__h1___1Z-cW small,.bootstrap-min-module__h2___3wbeH .bootstrap-min-module__small___1Nm7n,.bootstrap-min-module__h2___3wbeH small,.bootstrap-min-module__h3___2SIWN .bootstrap-min-module__small___1Nm7n,.bootstrap-min-module__h3___2SIWN small,.bootstrap-min-module__h4___2uKk1 .bootstrap-min-module__small___1Nm7n,.bootstrap-min-module__h4___2uKk1 small,.bootstrap-min-module__h5___2nsMK .bootstrap-min-module__small___1Nm7n,.bootstrap-min-module__h5___2nsMK small,.bootstrap-min-module__h6___2LJAt .bootstrap-min-module__small___1Nm7n,.bootstrap-min-module__h6___2LJAt small,h1 .bootstrap-min-module__small___1Nm7n,h1 small,h2 .bootstrap-min-module__small___1Nm7n,h2 small,h3 .bootstrap-min-module__small___1Nm7n,h3 small,h4 .bootstrap-min-module__small___1Nm7n,h4 small,h5 .bootstrap-min-module__small___1Nm7n,h5 small,h6 .bootstrap-min-module__small___1Nm7n,h6 small{font-weight:400;line-height:1;color:#777}.bootstrap-min-module__h1___1Z-cW,.bootstrap-min-module__h2___3wbeH,.bootstrap-min-module__h3___2SIWN,h1,h2,h3{margin-top:20px;margin-bottom:10px}.bootstrap-min-module__h1___1Z-cW .bootstrap-min-module__small___1Nm7n,.bootstrap-min-module__h1___1Z-cW small,.bootstrap-min-module__h2___3wbeH .bootstrap-min-module__small___1Nm7n,.bootstrap-min-module__h2___3wbeH small,.bootstrap-min-module__h3___2SIWN .bootstrap-min-module__small___1Nm7n,.bootstrap-min-module__h3___2SIWN small,h1 .bootstrap-min-module__small___1Nm7n,h1 small,h2 .bootstrap-min-module__small___1Nm7n,h2 small,h3 .bootstrap-min-module__small___1Nm7n,h3 small{font-size:65%}.bootstrap-min-module__h4___2uKk1,.bootstrap-min-module__h5___2nsMK,.bootstrap-min-module__h6___2LJAt,h4,h5,h6{margin-top:10px;margin-bottom:10px}.bootstrap-min-module__h4___2uKk1 .bootstrap-min-module__small___1Nm7n,.bootstrap-min-module__h4___2uKk1 small,.bootstrap-min-module__h5___2nsMK .bootstrap-min-module__small___1Nm7n,.bootstrap-min-module__h5___2nsMK small,.bootstrap-min-module__h6___2LJAt .bootstrap-min-module__small___1Nm7n,.bootstrap-min-module__h6___2LJAt small,h4 .bootstrap-min-module__small___1Nm7n,h4 small,h5 .bootstrap-min-module__small___1Nm7n,h5 small,h6 .bootstrap-min-module__small___1Nm7n,h6 small{font-size:75%}.bootstrap-min-module__h1___1Z-cW,h1{font-size:36px}.bootstrap-min-module__h2___3wbeH,h2{font-size:30px}.bootstrap-min-module__h3___2SIWN,h3{font-size:24px}.bootstrap-min-module__h4___2uKk1,h4{font-size:18px}.bootstrap-min-module__h5___2nsMK,h5{font-size:14px}.bootstrap-min-module__h6___2LJAt,h6{font-size:12px}p{margin:0 0 10px}.bootstrap-min-module__lead___1jVl5{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.bootstrap-min-module__lead___1jVl5{font-size:21px}}.bootstrap-min-module__small___1Nm7n,small{font-size:85%}.bootstrap-min-module__mark___2RbTu,mark{padding:.2em;background-color:#fcf8e3}.bootstrap-min-module__text-left___2raqq{text-align:left}.bootstrap-min-module__text-right___16-fz{text-align:right}.bootstrap-min-module__text-center___26zlF{text-align:center}.bootstrap-min-module__text-justify___1hUyy{text-align:justify}.bootstrap-min-module__text-nowrap___1Kp29{white-space:nowrap}.bootstrap-min-module__text-lowercase___3PUWT{text-transform:lowercase}.bootstrap-min-module__text-uppercase___IT3UN{text-transform:uppercase}.bootstrap-min-module__text-capitalize___2vJ-N{text-transform:capitalize}.bootstrap-min-module__text-muted___3wE-n{color:#777}.bootstrap-min-module__text-primary___1OJIB{color:#337ab7}a.bootstrap-min-module__text-primary___1OJIB:focus,a.bootstrap-min-module__text-primary___1OJIB:hover{color:#286090}.bootstrap-min-module__text-success___14HGW{color:#3c763d}a.bootstrap-min-module__text-success___14HGW:focus,a.bootstrap-min-module__text-success___14HGW:hover{color:#2b542c}.bootstrap-min-module__text-info___2ym0c{color:#31708f}a.bootstrap-min-module__text-info___2ym0c:focus,a.bootstrap-min-module__text-info___2ym0c:hover{color:#245269}.bootstrap-min-module__text-warning___2reSg{color:#8a6d3b}a.bootstrap-min-module__text-warning___2reSg:focus,a.bootstrap-min-module__text-warning___2reSg:hover{color:#66512c}.bootstrap-min-module__text-danger___YwsLV{color:#a94442}a.bootstrap-min-module__text-danger___YwsLV:focus,a.bootstrap-min-module__text-danger___YwsLV:hover{color:#843534}.bootstrap-min-module__bg-primary___1tRjz{color:#fff;background-color:#337ab7}a.bootstrap-min-module__bg-primary___1tRjz:focus,a.bootstrap-min-module__bg-primary___1tRjz:hover{background-color:#286090}.bootstrap-min-module__bg-success___a7V47{background-color:#dff0d8}a.bootstrap-min-module__bg-success___a7V47:focus,a.bootstrap-min-module__bg-success___a7V47:hover{background-color:#c1e2b3}.bootstrap-min-module__bg-info___AFjRq{background-color:#d9edf7}a.bootstrap-min-module__bg-info___AFjRq:focus,a.bootstrap-min-module__bg-info___AFjRq:hover{background-color:#afd9ee}.bootstrap-min-module__bg-warning___3W1F_{background-color:#fcf8e3}a.bootstrap-min-module__bg-warning___3W1F_:focus,a.bootstrap-min-module__bg-warning___3W1F_:hover{background-color:#f7ecb5}.bootstrap-min-module__bg-danger___1KPtg{background-color:#f2dede}a.bootstrap-min-module__bg-danger___1KPtg:focus,a.bootstrap-min-module__bg-danger___1KPtg:hover{background-color:#e4b9b9}.bootstrap-min-module__page-header___25in3{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.bootstrap-min-module__list-unstyled___2Bdp7{padding-left:0;list-style:none}.bootstrap-min-module__list-inline___2MUvy{padding-left:0;margin-left:-5px;list-style:none}.bootstrap-min-module__list-inline___2MUvy>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.bootstrap-min-module__dl-horizontal___1Ocqv dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.bootstrap-min-module__dl-horizontal___1Ocqv dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.bootstrap-min-module__initialism___3I4HM{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .bootstrap-min-module__small___1Nm7n,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .bootstrap-min-module__small___1Nm7n:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.bootstrap-min-module__blockquote-reverse___VLpoD,blockquote.bootstrap-min-module__pull-right___10wFl{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.bootstrap-min-module__blockquote-reverse___VLpoD .bootstrap-min-module__small___1Nm7n:before,.bootstrap-min-module__blockquote-reverse___VLpoD footer:before,.bootstrap-min-module__blockquote-reverse___VLpoD small:before,blockquote.bootstrap-min-module__pull-right___10wFl .bootstrap-min-module__small___1Nm7n:before,blockquote.bootstrap-min-module__pull-right___10wFl footer:before,blockquote.bootstrap-min-module__pull-right___10wFl small:before{content:''}.bootstrap-min-module__blockquote-reverse___VLpoD .bootstrap-min-module__small___1Nm7n:after,.bootstrap-min-module__blockquote-reverse___VLpoD footer:after,.bootstrap-min-module__blockquote-reverse___VLpoD small:after,blockquote.bootstrap-min-module__pull-right___10wFl .bootstrap-min-module__small___1Nm7n:after,blockquote.bootstrap-min-module__pull-right___10wFl footer:after,blockquote.bootstrap-min-module__pull-right___10wFl small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.bootstrap-min-module__pre-scrollable___3WFvy{max-height:340px;overflow-y:scroll}.bootstrap-min-module__container___2uC_g{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.bootstrap-min-module__container___2uC_g{width:750px}}@media (min-width:992px){.bootstrap-min-module__container___2uC_g{width:970px}}@media (min-width:1200px){.bootstrap-min-module__container___2uC_g{width:1170px}}.bootstrap-min-module__container-fluid___6z6kb{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.bootstrap-min-module__row___15pKJ{margin-right:-15px;margin-left:-15px}.bootstrap-min-module__col-lg-1___15WpI,.bootstrap-min-module__col-lg-10___2R8_T,.bootstrap-min-module__col-lg-11___1OAgk,.bootstrap-min-module__col-lg-12___11mJg,.bootstrap-min-module__col-lg-2___38ioD,.bootstrap-min-module__col-lg-3___2VIfF,.bootstrap-min-module__col-lg-4___2k9_r,.bootstrap-min-module__col-lg-5___3hKpM,.bootstrap-min-module__col-lg-6___KxaOh,.bootstrap-min-module__col-lg-7___1zw7v,.bootstrap-min-module__col-lg-8___dJbE3,.bootstrap-min-module__col-lg-9___2aQlu,.bootstrap-min-module__col-md-1___3ETmy,.bootstrap-min-module__col-md-10___2k9MF,.bootstrap-min-module__col-md-11___1SUwB,.bootstrap-min-module__col-md-12___3ADb_,.bootstrap-min-module__col-md-2___FE8Pp,.bootstrap-min-module__col-md-3___Hgint,.bootstrap-min-module__col-md-4___1Dys_,.bootstrap-min-module__col-md-5___38rWS,.bootstrap-min-module__col-md-6___1k1ph,.bootstrap-min-module__col-md-7___1_7Kh,.bootstrap-min-module__col-md-8___1nhXV,.bootstrap-min-module__col-md-9___VBz4z,.bootstrap-min-module__col-sm-1___38fTY,.bootstrap-min-module__col-sm-10___xD08i,.bootstrap-min-module__col-sm-11___2ikAz,.bootstrap-min-module__col-sm-12___2vRxl,.bootstrap-min-module__col-sm-2___2X01U,.bootstrap-min-module__col-sm-3___12hJ2,.bootstrap-min-module__col-sm-4___1asYe,.bootstrap-min-module__col-sm-5___20JGW,.bootstrap-min-module__col-sm-6___7dy3I,.bootstrap-min-module__col-sm-7___2cOni,.bootstrap-min-module__col-sm-8___3Lh8j,.bootstrap-min-module__col-sm-9___1zhwt,.bootstrap-min-module__col-xs-1___2RoSL,.bootstrap-min-module__col-xs-10___3UQPG,.bootstrap-min-module__col-xs-11___1J0PO,.bootstrap-min-module__col-xs-12___1Yk0C,.bootstrap-min-module__col-xs-2___gv0Rm,.bootstrap-min-module__col-xs-3___1mH4S,.bootstrap-min-module__col-xs-4___2i82W,.bootstrap-min-module__col-xs-5___1yhHV,.bootstrap-min-module__col-xs-6___1byVk,.bootstrap-min-module__col-xs-7___1oe3s,.bootstrap-min-module__col-xs-8___1_Ham,.bootstrap-min-module__col-xs-9___NZPhT{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.bootstrap-min-module__col-xs-1___2RoSL,.bootstrap-min-module__col-xs-10___3UQPG,.bootstrap-min-module__col-xs-11___1J0PO,.bootstrap-min-module__col-xs-12___1Yk0C,.bootstrap-min-module__col-xs-2___gv0Rm,.bootstrap-min-module__col-xs-3___1mH4S,.bootstrap-min-module__col-xs-4___2i82W,.bootstrap-min-module__col-xs-5___1yhHV,.bootstrap-min-module__col-xs-6___1byVk,.bootstrap-min-module__col-xs-7___1oe3s,.bootstrap-min-module__col-xs-8___1_Ham,.bootstrap-min-module__col-xs-9___NZPhT{float:left}.bootstrap-min-module__col-xs-12___1Yk0C{width:100%}.bootstrap-min-module__col-xs-11___1J0PO{width:91.66666667%}.bootstrap-min-module__col-xs-10___3UQPG{width:83.33333333%}.bootstrap-min-module__col-xs-9___NZPhT{width:75%}.bootstrap-min-module__col-xs-8___1_Ham{width:66.66666667%}.bootstrap-min-module__col-xs-7___1oe3s{width:58.33333333%}.bootstrap-min-module__col-xs-6___1byVk{width:50%}.bootstrap-min-module__col-xs-5___1yhHV{width:41.66666667%}.bootstrap-min-module__col-xs-4___2i82W{width:33.33333333%}.bootstrap-min-module__col-xs-3___1mH4S{width:25%}.bootstrap-min-module__col-xs-2___gv0Rm{width:16.66666667%}.bootstrap-min-module__col-xs-1___2RoSL{width:8.33333333%}.bootstrap-min-module__col-xs-pull-12___1Yvbt{right:100%}.bootstrap-min-module__col-xs-pull-11___3wttM{right:91.66666667%}.bootstrap-min-module__col-xs-pull-10___3OTdA{right:83.33333333%}.bootstrap-min-module__col-xs-pull-9___2OkgE{right:75%}.bootstrap-min-module__col-xs-pull-8___UFdhl{right:66.66666667%}.bootstrap-min-module__col-xs-pull-7___1mIm_{right:58.33333333%}.bootstrap-min-module__col-xs-pull-6___2sDZ7{right:50%}.bootstrap-min-module__col-xs-pull-5___3xusD{right:41.66666667%}.bootstrap-min-module__col-xs-pull-4___3x4rg{right:33.33333333%}.bootstrap-min-module__col-xs-pull-3___3FtfQ{right:25%}.bootstrap-min-module__col-xs-pull-2___3nmFL{right:16.66666667%}.bootstrap-min-module__col-xs-pull-1___1PZ84{right:8.33333333%}.bootstrap-min-module__col-xs-pull-0___HZZ9Y{right:auto}.bootstrap-min-module__col-xs-push-12___MLK5Q{left:100%}.bootstrap-min-module__col-xs-push-11___3NC_b{left:91.66666667%}.bootstrap-min-module__col-xs-push-10___vY9zu{left:83.33333333%}.bootstrap-min-module__col-xs-push-9___3gW3u{left:75%}.bootstrap-min-module__col-xs-push-8___1mhTZ{left:66.66666667%}.bootstrap-min-module__col-xs-push-7___32Fkq{left:58.33333333%}.bootstrap-min-module__col-xs-push-6___18SVQ{left:50%}.bootstrap-min-module__col-xs-push-5___19xwN{left:41.66666667%}.bootstrap-min-module__col-xs-push-4___3WSVr{left:33.33333333%}.bootstrap-min-module__col-xs-push-3___1N0k4{left:25%}.bootstrap-min-module__col-xs-push-2___1FCIF{left:16.66666667%}.bootstrap-min-module__col-xs-push-1___25n4o{left:8.33333333%}.bootstrap-min-module__col-xs-push-0___1dyRy{left:auto}.bootstrap-min-module__col-xs-offset-12___1CG-l{margin-left:100%}.bootstrap-min-module__col-xs-offset-11___QVM_9{margin-left:91.66666667%}.bootstrap-min-module__col-xs-offset-10___3QVqp{margin-left:83.33333333%}.bootstrap-min-module__col-xs-offset-9___bvajG{margin-left:75%}.bootstrap-min-module__col-xs-offset-8___3LeGj{margin-left:66.66666667%}.bootstrap-min-module__col-xs-offset-7___2UfI6{margin-left:58.33333333%}.bootstrap-min-module__col-xs-offset-6___2zZIA{margin-left:50%}.bootstrap-min-module__col-xs-offset-5___2jCi6{margin-left:41.66666667%}.bootstrap-min-module__col-xs-offset-4___3l9KY{margin-left:33.33333333%}.bootstrap-min-module__col-xs-offset-3___D0uTw{margin-left:25%}.bootstrap-min-module__col-xs-offset-2___1A1qI{margin-left:16.66666667%}.bootstrap-min-module__col-xs-offset-1___3II38{margin-left:8.33333333%}.bootstrap-min-module__col-xs-offset-0___3E9Hv{margin-left:0}@media (min-width:768px){.bootstrap-min-module__col-sm-1___38fTY,.bootstrap-min-module__col-sm-10___xD08i,.bootstrap-min-module__col-sm-11___2ikAz,.bootstrap-min-module__col-sm-12___2vRxl,.bootstrap-min-module__col-sm-2___2X01U,.bootstrap-min-module__col-sm-3___12hJ2,.bootstrap-min-module__col-sm-4___1asYe,.bootstrap-min-module__col-sm-5___20JGW,.bootstrap-min-module__col-sm-6___7dy3I,.bootstrap-min-module__col-sm-7___2cOni,.bootstrap-min-module__col-sm-8___3Lh8j,.bootstrap-min-module__col-sm-9___1zhwt{float:left}.bootstrap-min-module__col-sm-12___2vRxl{width:100%}.bootstrap-min-module__col-sm-11___2ikAz{width:91.66666667%}.bootstrap-min-module__col-sm-10___xD08i{width:83.33333333%}.bootstrap-min-module__col-sm-9___1zhwt{width:75%}.bootstrap-min-module__col-sm-8___3Lh8j{width:66.66666667%}.bootstrap-min-module__col-sm-7___2cOni{width:58.33333333%}.bootstrap-min-module__col-sm-6___7dy3I{width:50%}.bootstrap-min-module__col-sm-5___20JGW{width:41.66666667%}.bootstrap-min-module__col-sm-4___1asYe{width:33.33333333%}.bootstrap-min-module__col-sm-3___12hJ2{width:25%}.bootstrap-min-module__col-sm-2___2X01U{width:16.66666667%}.bootstrap-min-module__col-sm-1___38fTY{width:8.33333333%}.bootstrap-min-module__col-sm-pull-12___3AKsb{right:100%}.bootstrap-min-module__col-sm-pull-11___2Eb4P{right:91.66666667%}.bootstrap-min-module__col-sm-pull-10___XzKrK{right:83.33333333%}.bootstrap-min-module__col-sm-pull-9___2ZDm6{right:75%}.bootstrap-min-module__col-sm-pull-8___g0R3w{right:66.66666667%}.bootstrap-min-module__col-sm-pull-7___4a7ti{right:58.33333333%}.bootstrap-min-module__col-sm-pull-6___2DtTo{right:50%}.bootstrap-min-module__col-sm-pull-5___2s1Wv{right:41.66666667%}.bootstrap-min-module__col-sm-pull-4___1Whz3{right:33.33333333%}.bootstrap-min-module__col-sm-pull-3___3tDGK{right:25%}.bootstrap-min-module__col-sm-pull-2___huRYT{right:16.66666667%}.bootstrap-min-module__col-sm-pull-1___nv9vL{right:8.33333333%}.bootstrap-min-module__col-sm-pull-0___td9Ax{right:auto}.bootstrap-min-module__col-sm-push-12___1JBW5{left:100%}.bootstrap-min-module__col-sm-push-11___1Mcox{left:91.66666667%}.bootstrap-min-module__col-sm-push-10___1adeu{left:83.33333333%}.bootstrap-min-module__col-sm-push-9___jZiF6{left:75%}.bootstrap-min-module__col-sm-push-8___Zfukf{left:66.66666667%}.bootstrap-min-module__col-sm-push-7___3jqrT{left:58.33333333%}.bootstrap-min-module__col-sm-push-6___3cRqe{left:50%}.bootstrap-min-module__col-sm-push-5___3Sxbz{left:41.66666667%}.bootstrap-min-module__col-sm-push-4___WjHhF{left:33.33333333%}.bootstrap-min-module__col-sm-push-3___2ZlSn{left:25%}.bootstrap-min-module__col-sm-push-2___Lg8Uk{left:16.66666667%}.bootstrap-min-module__col-sm-push-1___L8hGo{left:8.33333333%}.bootstrap-min-module__col-sm-push-0___2v6hh{left:auto}.bootstrap-min-module__col-sm-offset-12___38jfG{margin-left:100%}.bootstrap-min-module__col-sm-offset-11___1FwzF{margin-left:91.66666667%}.bootstrap-min-module__col-sm-offset-10___1FK43{margin-left:83.33333333%}.bootstrap-min-module__col-sm-offset-9___3USCj{margin-left:75%}.bootstrap-min-module__col-sm-offset-8___1oDF4{margin-left:66.66666667%}.bootstrap-min-module__col-sm-offset-7___3DBpf{margin-left:58.33333333%}.bootstrap-min-module__col-sm-offset-6___BX0zD{margin-left:50%}.bootstrap-min-module__col-sm-offset-5___2-Jkg{margin-left:41.66666667%}.bootstrap-min-module__col-sm-offset-4___11o4H{margin-left:33.33333333%}.bootstrap-min-module__col-sm-offset-3___1WyjT{margin-left:25%}.bootstrap-min-module__col-sm-offset-2___3jqH3{margin-left:16.66666667%}.bootstrap-min-module__col-sm-offset-1___qI8kE{margin-left:8.33333333%}.bootstrap-min-module__col-sm-offset-0___1HsZc{margin-left:0}}@media (min-width:992px){.bootstrap-min-module__col-md-1___3ETmy,.bootstrap-min-module__col-md-10___2k9MF,.bootstrap-min-module__col-md-11___1SUwB,.bootstrap-min-module__col-md-12___3ADb_,.bootstrap-min-module__col-md-2___FE8Pp,.bootstrap-min-module__col-md-3___Hgint,.bootstrap-min-module__col-md-4___1Dys_,.bootstrap-min-module__col-md-5___38rWS,.bootstrap-min-module__col-md-6___1k1ph,.bootstrap-min-module__col-md-7___1_7Kh,.bootstrap-min-module__col-md-8___1nhXV,.bootstrap-min-module__col-md-9___VBz4z{float:left}.bootstrap-min-module__col-md-12___3ADb_{width:100%}.bootstrap-min-module__col-md-11___1SUwB{width:91.66666667%}.bootstrap-min-module__col-md-10___2k9MF{width:83.33333333%}.bootstrap-min-module__col-md-9___VBz4z{width:75%}.bootstrap-min-module__col-md-8___1nhXV{width:66.66666667%}.bootstrap-min-module__col-md-7___1_7Kh{width:58.33333333%}.bootstrap-min-module__col-md-6___1k1ph{width:50%}.bootstrap-min-module__col-md-5___38rWS{width:41.66666667%}.bootstrap-min-module__col-md-4___1Dys_{width:33.33333333%}.bootstrap-min-module__col-md-3___Hgint{width:25%}.bootstrap-min-module__col-md-2___FE8Pp{width:16.66666667%}.bootstrap-min-module__col-md-1___3ETmy{width:8.33333333%}.bootstrap-min-module__col-md-pull-12___1qbQs{right:100%}.bootstrap-min-module__col-md-pull-11___1dfg6{right:91.66666667%}.bootstrap-min-module__col-md-pull-10___2NbcR{right:83.33333333%}.bootstrap-min-module__col-md-pull-9___3tjWc{right:75%}.bootstrap-min-module__col-md-pull-8___1Ogb8{right:66.66666667%}.bootstrap-min-module__col-md-pull-7___1E78j{right:58.33333333%}.bootstrap-min-module__col-md-pull-6___1VOOT{right:50%}.bootstrap-min-module__col-md-pull-5___1Os3Z{right:41.66666667%}.bootstrap-min-module__col-md-pull-4___VQq3p{right:33.33333333%}.bootstrap-min-module__col-md-pull-3___18Ra5{right:25%}.bootstrap-min-module__col-md-pull-2___3rkB9{right:16.66666667%}.bootstrap-min-module__col-md-pull-1___LK7Vf{right:8.33333333%}.bootstrap-min-module__col-md-pull-0___2IEgV{right:auto}.bootstrap-min-module__col-md-push-12___33ZNH{left:100%}.bootstrap-min-module__col-md-push-11___1feog{left:91.66666667%}.bootstrap-min-module__col-md-push-10___1y0gf{left:83.33333333%}.bootstrap-min-module__col-md-push-9___3i0ha{left:75%}.bootstrap-min-module__col-md-push-8___3hssD{left:66.66666667%}.bootstrap-min-module__col-md-push-7___IaGOL{left:58.33333333%}.bootstrap-min-module__col-md-push-6___jYZUj{left:50%}.bootstrap-min-module__col-md-push-5___2Ilqb{left:41.66666667%}.bootstrap-min-module__col-md-push-4___2gUS6{left:33.33333333%}.bootstrap-min-module__col-md-push-3___1da6D{left:25%}.bootstrap-min-module__col-md-push-2___zsrVh{left:16.66666667%}.bootstrap-min-module__col-md-push-1___2SR56{left:8.33333333%}.bootstrap-min-module__col-md-push-0___3nkQ8{left:auto}.bootstrap-min-module__col-md-offset-12___JI_xk{margin-left:100%}.bootstrap-min-module__col-md-offset-11___23k__{margin-left:91.66666667%}.bootstrap-min-module__col-md-offset-10___lvJwH{margin-left:83.33333333%}.bootstrap-min-module__col-md-offset-9___3Mi1z{margin-left:75%}.bootstrap-min-module__col-md-offset-8___1E1kP{margin-left:66.66666667%}.bootstrap-min-module__col-md-offset-7___1AeyO{margin-left:58.33333333%}.bootstrap-min-module__col-md-offset-6___1eH1w{margin-left:50%}.bootstrap-min-module__col-md-offset-5___24GDJ{margin-left:41.66666667%}.bootstrap-min-module__col-md-offset-4___PcECX{margin-left:33.33333333%}.bootstrap-min-module__col-md-offset-3___2JygM{margin-left:25%}.bootstrap-min-module__col-md-offset-2___3bKCB{margin-left:16.66666667%}.bootstrap-min-module__col-md-offset-1___VQQNH{margin-left:8.33333333%}.bootstrap-min-module__col-md-offset-0___3OBCe{margin-left:0}}@media (min-width:1200px){.bootstrap-min-module__col-lg-1___15WpI,.bootstrap-min-module__col-lg-10___2R8_T,.bootstrap-min-module__col-lg-11___1OAgk,.bootstrap-min-module__col-lg-12___11mJg,.bootstrap-min-module__col-lg-2___38ioD,.bootstrap-min-module__col-lg-3___2VIfF,.bootstrap-min-module__col-lg-4___2k9_r,.bootstrap-min-module__col-lg-5___3hKpM,.bootstrap-min-module__col-lg-6___KxaOh,.bootstrap-min-module__col-lg-7___1zw7v,.bootstrap-min-module__col-lg-8___dJbE3,.bootstrap-min-module__col-lg-9___2aQlu{float:left}.bootstrap-min-module__col-lg-12___11mJg{width:100%}.bootstrap-min-module__col-lg-11___1OAgk{width:91.66666667%}.bootstrap-min-module__col-lg-10___2R8_T{width:83.33333333%}.bootstrap-min-module__col-lg-9___2aQlu{width:75%}.bootstrap-min-module__col-lg-8___dJbE3{width:66.66666667%}.bootstrap-min-module__col-lg-7___1zw7v{width:58.33333333%}.bootstrap-min-module__col-lg-6___KxaOh{width:50%}.bootstrap-min-module__col-lg-5___3hKpM{width:41.66666667%}.bootstrap-min-module__col-lg-4___2k9_r{width:33.33333333%}.bootstrap-min-module__col-lg-3___2VIfF{width:25%}.bootstrap-min-module__col-lg-2___38ioD{width:16.66666667%}.bootstrap-min-module__col-lg-1___15WpI{width:8.33333333%}.bootstrap-min-module__col-lg-pull-12___1Wcfp{right:100%}.bootstrap-min-module__col-lg-pull-11___2whDk{right:91.66666667%}.bootstrap-min-module__col-lg-pull-10___-zV5r{right:83.33333333%}.bootstrap-min-module__col-lg-pull-9___35t_O{right:75%}.bootstrap-min-module__col-lg-pull-8___1RPNP{right:66.66666667%}.bootstrap-min-module__col-lg-pull-7___1ZeA8{right:58.33333333%}.bootstrap-min-module__col-lg-pull-6___29UHA{right:50%}.bootstrap-min-module__col-lg-pull-5___1jtK9{right:41.66666667%}.bootstrap-min-module__col-lg-pull-4___1IB2b{right:33.33333333%}.bootstrap-min-module__col-lg-pull-3___3LDtz{right:25%}.bootstrap-min-module__col-lg-pull-2___xnD-N{right:16.66666667%}.bootstrap-min-module__col-lg-pull-1___3bEZd{right:8.33333333%}.bootstrap-min-module__col-lg-pull-0___LUH-e{right:auto}.bootstrap-min-module__col-lg-push-12___2sBQ7{left:100%}.bootstrap-min-module__col-lg-push-11___1jVgf{left:91.66666667%}.bootstrap-min-module__col-lg-push-10___ZF1gw{left:83.33333333%}.bootstrap-min-module__col-lg-push-9___i7GO5{left:75%}.bootstrap-min-module__col-lg-push-8___1avC2{left:66.66666667%}.bootstrap-min-module__col-lg-push-7___1DOAE{left:58.33333333%}.bootstrap-min-module__col-lg-push-6___Ys27F{left:50%}.bootstrap-min-module__col-lg-push-5___3yagt{left:41.66666667%}.bootstrap-min-module__col-lg-push-4___3d3U1{left:33.33333333%}.bootstrap-min-module__col-lg-push-3___2eTLh{left:25%}.bootstrap-min-module__col-lg-push-2___1zGjc{left:16.66666667%}.bootstrap-min-module__col-lg-push-1___1YRo2{left:8.33333333%}.bootstrap-min-module__col-lg-push-0___yFK_W{left:auto}.bootstrap-min-module__col-lg-offset-12___4PuNK{margin-left:100%}.bootstrap-min-module__col-lg-offset-11___f1rUp{margin-left:91.66666667%}.bootstrap-min-module__col-lg-offset-10___2qqbj{margin-left:83.33333333%}.bootstrap-min-module__col-lg-offset-9___1gXG4{margin-left:75%}.bootstrap-min-module__col-lg-offset-8___2LKOI{margin-left:66.66666667%}.bootstrap-min-module__col-lg-offset-7___3MwCS{margin-left:58.33333333%}.bootstrap-min-module__col-lg-offset-6___2INJf{margin-left:50%}.bootstrap-min-module__col-lg-offset-5___21zyJ{margin-left:41.66666667%}.bootstrap-min-module__col-lg-offset-4___pV49P{margin-left:33.33333333%}.bootstrap-min-module__col-lg-offset-3___HihiT{margin-left:25%}.bootstrap-min-module__col-lg-offset-2___QRMhf{margin-left:16.66666667%}.bootstrap-min-module__col-lg-offset-1___YtZYR{margin-left:8.33333333%}.bootstrap-min-module__col-lg-offset-0___3xpyr{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.bootstrap-min-module__table___356Yf{width:100%;max-width:100%;margin-bottom:20px}.bootstrap-min-module__table___356Yf>tbody>tr>td,.bootstrap-min-module__table___356Yf>tbody>tr>th,.bootstrap-min-module__table___356Yf>tfoot>tr>td,.bootstrap-min-module__table___356Yf>tfoot>tr>th,.bootstrap-min-module__table___356Yf>thead>tr>td,.bootstrap-min-module__table___356Yf>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.bootstrap-min-module__table___356Yf>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.bootstrap-min-module__table___356Yf>caption+thead>tr:first-child>td,.bootstrap-min-module__table___356Yf>caption+thead>tr:first-child>th,.bootstrap-min-module__table___356Yf>colgroup+thead>tr:first-child>td,.bootstrap-min-module__table___356Yf>colgroup+thead>tr:first-child>th,.bootstrap-min-module__table___356Yf>thead:first-child>tr:first-child>td,.bootstrap-min-module__table___356Yf>thead:first-child>tr:first-child>th{border-top:0}.bootstrap-min-module__table___356Yf>tbody+tbody{border-top:2px solid #ddd}.bootstrap-min-module__table___356Yf .bootstrap-min-module__table___356Yf{background-color:#fff}.bootstrap-min-module__table-condensed___1wotW>tbody>tr>td,.bootstrap-min-module__table-condensed___1wotW>tbody>tr>th,.bootstrap-min-module__table-condensed___1wotW>tfoot>tr>td,.bootstrap-min-module__table-condensed___1wotW>tfoot>tr>th,.bootstrap-min-module__table-condensed___1wotW>thead>tr>td,.bootstrap-min-module__table-condensed___1wotW>thead>tr>th{padding:5px}.bootstrap-min-module__table-bordered___17m9J{border:1px solid #ddd}.bootstrap-min-module__table-bordered___17m9J>tbody>tr>td,.bootstrap-min-module__table-bordered___17m9J>tbody>tr>th,.bootstrap-min-module__table-bordered___17m9J>tfoot>tr>td,.bootstrap-min-module__table-bordered___17m9J>tfoot>tr>th,.bootstrap-min-module__table-bordered___17m9J>thead>tr>td,.bootstrap-min-module__table-bordered___17m9J>thead>tr>th{border:1px solid #ddd}.bootstrap-min-module__table-bordered___17m9J>thead>tr>td,.bootstrap-min-module__table-bordered___17m9J>thead>tr>th{border-bottom-width:2px}.bootstrap-min-module__table-striped___1ALTP>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.bootstrap-min-module__table-hover___2tYKE>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.bootstrap-min-module__table___356Yf>tbody>tr.bootstrap-min-module__active___rjBWQ>td,.bootstrap-min-module__table___356Yf>tbody>tr.bootstrap-min-module__active___rjBWQ>th,.bootstrap-min-module__table___356Yf>tbody>tr>td.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__table___356Yf>tbody>tr>th.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__table___356Yf>tfoot>tr.bootstrap-min-module__active___rjBWQ>td,.bootstrap-min-module__table___356Yf>tfoot>tr.bootstrap-min-module__active___rjBWQ>th,.bootstrap-min-module__table___356Yf>tfoot>tr>td.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__table___356Yf>tfoot>tr>th.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__table___356Yf>thead>tr.bootstrap-min-module__active___rjBWQ>td,.bootstrap-min-module__table___356Yf>thead>tr.bootstrap-min-module__active___rjBWQ>th,.bootstrap-min-module__table___356Yf>thead>tr>td.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__table___356Yf>thead>tr>th.bootstrap-min-module__active___rjBWQ{background-color:#f5f5f5}.bootstrap-min-module__table-hover___2tYKE>tbody>tr.bootstrap-min-module__active___rjBWQ:hover>td,.bootstrap-min-module__table-hover___2tYKE>tbody>tr.bootstrap-min-module__active___rjBWQ:hover>th,.bootstrap-min-module__table-hover___2tYKE>tbody>tr:hover>.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__table-hover___2tYKE>tbody>tr>td.bootstrap-min-module__active___rjBWQ:hover,.bootstrap-min-module__table-hover___2tYKE>tbody>tr>th.bootstrap-min-module__active___rjBWQ:hover{background-color:#e8e8e8}.bootstrap-min-module__table___356Yf>tbody>tr.bootstrap-min-module__success___b0Vt9>td,.bootstrap-min-module__table___356Yf>tbody>tr.bootstrap-min-module__success___b0Vt9>th,.bootstrap-min-module__table___356Yf>tbody>tr>td.bootstrap-min-module__success___b0Vt9,.bootstrap-min-module__table___356Yf>tbody>tr>th.bootstrap-min-module__success___b0Vt9,.bootstrap-min-module__table___356Yf>tfoot>tr.bootstrap-min-module__success___b0Vt9>td,.bootstrap-min-module__table___356Yf>tfoot>tr.bootstrap-min-module__success___b0Vt9>th,.bootstrap-min-module__table___356Yf>tfoot>tr>td.bootstrap-min-module__success___b0Vt9,.bootstrap-min-module__table___356Yf>tfoot>tr>th.bootstrap-min-module__success___b0Vt9,.bootstrap-min-module__table___356Yf>thead>tr.bootstrap-min-module__success___b0Vt9>td,.bootstrap-min-module__table___356Yf>thead>tr.bootstrap-min-module__success___b0Vt9>th,.bootstrap-min-module__table___356Yf>thead>tr>td.bootstrap-min-module__success___b0Vt9,.bootstrap-min-module__table___356Yf>thead>tr>th.bootstrap-min-module__success___b0Vt9{background-color:#dff0d8}.bootstrap-min-module__table-hover___2tYKE>tbody>tr.bootstrap-min-module__success___b0Vt9:hover>td,.bootstrap-min-module__table-hover___2tYKE>tbody>tr.bootstrap-min-module__success___b0Vt9:hover>th,.bootstrap-min-module__table-hover___2tYKE>tbody>tr:hover>.bootstrap-min-module__success___b0Vt9,.bootstrap-min-module__table-hover___2tYKE>tbody>tr>td.bootstrap-min-module__success___b0Vt9:hover,.bootstrap-min-module__table-hover___2tYKE>tbody>tr>th.bootstrap-min-module__success___b0Vt9:hover{background-color:#d0e9c6}.bootstrap-min-module__table___356Yf>tbody>tr.bootstrap-min-module__info___3JHYY>td,.bootstrap-min-module__table___356Yf>tbody>tr.bootstrap-min-module__info___3JHYY>th,.bootstrap-min-module__table___356Yf>tbody>tr>td.bootstrap-min-module__info___3JHYY,.bootstrap-min-module__table___356Yf>tbody>tr>th.bootstrap-min-module__info___3JHYY,.bootstrap-min-module__table___356Yf>tfoot>tr.bootstrap-min-module__info___3JHYY>td,.bootstrap-min-module__table___356Yf>tfoot>tr.bootstrap-min-module__info___3JHYY>th,.bootstrap-min-module__table___356Yf>tfoot>tr>td.bootstrap-min-module__info___3JHYY,.bootstrap-min-module__table___356Yf>tfoot>tr>th.bootstrap-min-module__info___3JHYY,.bootstrap-min-module__table___356Yf>thead>tr.bootstrap-min-module__info___3JHYY>td,.bootstrap-min-module__table___356Yf>thead>tr.bootstrap-min-module__info___3JHYY>th,.bootstrap-min-module__table___356Yf>thead>tr>td.bootstrap-min-module__info___3JHYY,.bootstrap-min-module__table___356Yf>thead>tr>th.bootstrap-min-module__info___3JHYY{background-color:#d9edf7}.bootstrap-min-module__table-hover___2tYKE>tbody>tr.bootstrap-min-module__info___3JHYY:hover>td,.bootstrap-min-module__table-hover___2tYKE>tbody>tr.bootstrap-min-module__info___3JHYY:hover>th,.bootstrap-min-module__table-hover___2tYKE>tbody>tr:hover>.bootstrap-min-module__info___3JHYY,.bootstrap-min-module__table-hover___2tYKE>tbody>tr>td.bootstrap-min-module__info___3JHYY:hover,.bootstrap-min-module__table-hover___2tYKE>tbody>tr>th.bootstrap-min-module__info___3JHYY:hover{background-color:#c4e3f3}.bootstrap-min-module__table___356Yf>tbody>tr.bootstrap-min-module__warning___1CTij>td,.bootstrap-min-module__table___356Yf>tbody>tr.bootstrap-min-module__warning___1CTij>th,.bootstrap-min-module__table___356Yf>tbody>tr>td.bootstrap-min-module__warning___1CTij,.bootstrap-min-module__table___356Yf>tbody>tr>th.bootstrap-min-module__warning___1CTij,.bootstrap-min-module__table___356Yf>tfoot>tr.bootstrap-min-module__warning___1CTij>td,.bootstrap-min-module__table___356Yf>tfoot>tr.bootstrap-min-module__warning___1CTij>th,.bootstrap-min-module__table___356Yf>tfoot>tr>td.bootstrap-min-module__warning___1CTij,.bootstrap-min-module__table___356Yf>tfoot>tr>th.bootstrap-min-module__warning___1CTij,.bootstrap-min-module__table___356Yf>thead>tr.bootstrap-min-module__warning___1CTij>td,.bootstrap-min-module__table___356Yf>thead>tr.bootstrap-min-module__warning___1CTij>th,.bootstrap-min-module__table___356Yf>thead>tr>td.bootstrap-min-module__warning___1CTij,.bootstrap-min-module__table___356Yf>thead>tr>th.bootstrap-min-module__warning___1CTij{background-color:#fcf8e3}.bootstrap-min-module__table-hover___2tYKE>tbody>tr.bootstrap-min-module__warning___1CTij:hover>td,.bootstrap-min-module__table-hover___2tYKE>tbody>tr.bootstrap-min-module__warning___1CTij:hover>th,.bootstrap-min-module__table-hover___2tYKE>tbody>tr:hover>.bootstrap-min-module__warning___1CTij,.bootstrap-min-module__table-hover___2tYKE>tbody>tr>td.bootstrap-min-module__warning___1CTij:hover,.bootstrap-min-module__table-hover___2tYKE>tbody>tr>th.bootstrap-min-module__warning___1CTij:hover{background-color:#faf2cc}.bootstrap-min-module__table___356Yf>tbody>tr.bootstrap-min-module__danger___1lzmN>td,.bootstrap-min-module__table___356Yf>tbody>tr.bootstrap-min-module__danger___1lzmN>th,.bootstrap-min-module__table___356Yf>tbody>tr>td.bootstrap-min-module__danger___1lzmN,.bootstrap-min-module__table___356Yf>tbody>tr>th.bootstrap-min-module__danger___1lzmN,.bootstrap-min-module__table___356Yf>tfoot>tr.bootstrap-min-module__danger___1lzmN>td,.bootstrap-min-module__table___356Yf>tfoot>tr.bootstrap-min-module__danger___1lzmN>th,.bootstrap-min-module__table___356Yf>tfoot>tr>td.bootstrap-min-module__danger___1lzmN,.bootstrap-min-module__table___356Yf>tfoot>tr>th.bootstrap-min-module__danger___1lzmN,.bootstrap-min-module__table___356Yf>thead>tr.bootstrap-min-module__danger___1lzmN>td,.bootstrap-min-module__table___356Yf>thead>tr.bootstrap-min-module__danger___1lzmN>th,.bootstrap-min-module__table___356Yf>thead>tr>td.bootstrap-min-module__danger___1lzmN,.bootstrap-min-module__table___356Yf>thead>tr>th.bootstrap-min-module__danger___1lzmN{background-color:#f2dede}.bootstrap-min-module__table-hover___2tYKE>tbody>tr.bootstrap-min-module__danger___1lzmN:hover>td,.bootstrap-min-module__table-hover___2tYKE>tbody>tr.bootstrap-min-module__danger___1lzmN:hover>th,.bootstrap-min-module__table-hover___2tYKE>tbody>tr:hover>.bootstrap-min-module__danger___1lzmN,.bootstrap-min-module__table-hover___2tYKE>tbody>tr>td.bootstrap-min-module__danger___1lzmN:hover,.bootstrap-min-module__table-hover___2tYKE>tbody>tr>th.bootstrap-min-module__danger___1lzmN:hover{background-color:#ebcccc}.bootstrap-min-module__table-responsive___39Qvj{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.bootstrap-min-module__table-responsive___39Qvj{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table___356Yf{margin-bottom:0}.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table___356Yf>tbody>tr>td,.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table___356Yf>tbody>tr>th,.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table___356Yf>tfoot>tr>td,.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table___356Yf>tfoot>tr>th,.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table___356Yf>thead>tr>td,.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table___356Yf>thead>tr>th{white-space:nowrap}.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J{border:0}.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tbody>tr>td:first-child,.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tbody>tr>th:first-child,.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tfoot>tr>td:first-child,.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tfoot>tr>th:first-child,.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>thead>tr>td:first-child,.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>thead>tr>th:first-child{border-left:0}.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tbody>tr>td:last-child,.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tbody>tr>th:last-child,.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tfoot>tr>td:last-child,.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tfoot>tr>th:last-child,.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>thead>tr>td:last-child,.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>thead>tr>th:last-child{border-right:0}.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tbody>tr:last-child>td,.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tbody>tr:last-child>th,.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tfoot>tr:last-child>td,.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.bootstrap-min-module__form-control___1wsso{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bootstrap-min-module__form-control___1wsso:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.bootstrap-min-module__form-control___1wsso::-moz-placeholder{color:#999;opacity:1}.bootstrap-min-module__form-control___1wsso:-ms-input-placeholder{color:#999}.bootstrap-min-module__form-control___1wsso::-webkit-input-placeholder{color:#999}.bootstrap-min-module__form-control___1wsso::-ms-expand{background-color:transparent;border:0}.bootstrap-min-module__form-control___1wsso[disabled],.bootstrap-min-module__form-control___1wsso[readonly],fieldset[disabled] .bootstrap-min-module__form-control___1wsso{background-color:#eee;opacity:1}.bootstrap-min-module__form-control___1wsso[disabled],fieldset[disabled] .bootstrap-min-module__form-control___1wsso{cursor:not-allowed}textarea.bootstrap-min-module__form-control___1wsso{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].bootstrap-min-module__form-control___1wsso,input[type=time].bootstrap-min-module__form-control___1wsso,input[type=datetime-local].bootstrap-min-module__form-control___1wsso,input[type=month].bootstrap-min-module__form-control___1wsso{line-height:34px}.bootstrap-min-module__input-group-sm___40fiA input[type=date],.bootstrap-min-module__input-group-sm___40fiA input[type=time],.bootstrap-min-module__input-group-sm___40fiA input[type=datetime-local],.bootstrap-min-module__input-group-sm___40fiA input[type=month],input[type=date].bootstrap-min-module__input-sm___L_yoC,input[type=time].bootstrap-min-module__input-sm___L_yoC,input[type=datetime-local].bootstrap-min-module__input-sm___L_yoC,input[type=month].bootstrap-min-module__input-sm___L_yoC{line-height:30px}.bootstrap-min-module__input-group-lg___cWVoq input[type=date],.bootstrap-min-module__input-group-lg___cWVoq input[type=time],.bootstrap-min-module__input-group-lg___cWVoq input[type=datetime-local],.bootstrap-min-module__input-group-lg___cWVoq input[type=month],input[type=date].bootstrap-min-module__input-lg___3kPzS,input[type=time].bootstrap-min-module__input-lg___3kPzS,input[type=datetime-local].bootstrap-min-module__input-lg___3kPzS,input[type=month].bootstrap-min-module__input-lg___3kPzS{line-height:46px}}.bootstrap-min-module__form-group___HD-vp{margin-bottom:15px}.bootstrap-min-module__checkbox___Bl2py,.bootstrap-min-module__radio___2vz-i{position:relative;display:block;margin-top:10px;margin-bottom:10px}.bootstrap-min-module__checkbox___Bl2py label,.bootstrap-min-module__radio___2vz-i label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.bootstrap-min-module__checkbox___Bl2py input[type=checkbox],.bootstrap-min-module__checkbox-inline___Kl1fn input[type=checkbox],.bootstrap-min-module__radio___2vz-i input[type=radio],.bootstrap-min-module__radio-inline___YOyDW input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.bootstrap-min-module__checkbox___Bl2py+.bootstrap-min-module__checkbox___Bl2py,.bootstrap-min-module__radio___2vz-i+.bootstrap-min-module__radio___2vz-i{margin-top:-5px}.bootstrap-min-module__checkbox-inline___Kl1fn,.bootstrap-min-module__radio-inline___YOyDW{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.bootstrap-min-module__checkbox-inline___Kl1fn+.bootstrap-min-module__checkbox-inline___Kl1fn,.bootstrap-min-module__radio-inline___YOyDW+.bootstrap-min-module__radio-inline___YOyDW{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].bootstrap-min-module__disabled___37KYb,input[type=checkbox][disabled],input[type=radio].bootstrap-min-module__disabled___37KYb,input[type=radio][disabled]{cursor:not-allowed}.bootstrap-min-module__checkbox-inline___Kl1fn.bootstrap-min-module__disabled___37KYb,.bootstrap-min-module__radio-inline___YOyDW.bootstrap-min-module__disabled___37KYb,fieldset[disabled] .bootstrap-min-module__checkbox-inline___Kl1fn,fieldset[disabled] .bootstrap-min-module__radio-inline___YOyDW{cursor:not-allowed}.bootstrap-min-module__checkbox___Bl2py.bootstrap-min-module__disabled___37KYb label,.bootstrap-min-module__radio___2vz-i.bootstrap-min-module__disabled___37KYb label,fieldset[disabled] .bootstrap-min-module__checkbox___Bl2py label,fieldset[disabled] .bootstrap-min-module__radio___2vz-i label{cursor:not-allowed}.bootstrap-min-module__form-control-static___3zqA9{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.bootstrap-min-module__form-control-static___3zqA9.bootstrap-min-module__input-lg___3kPzS,.bootstrap-min-module__form-control-static___3zqA9.bootstrap-min-module__input-sm___L_yoC{padding-right:0;padding-left:0}.bootstrap-min-module__input-sm___L_yoC{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.bootstrap-min-module__input-sm___L_yoC{height:30px;line-height:30px}select[multiple].bootstrap-min-module__input-sm___L_yoC,textarea.bootstrap-min-module__input-sm___L_yoC{height:auto}.bootstrap-min-module__form-group-sm___15NK4 .bootstrap-min-module__form-control___1wsso{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-min-module__form-group-sm___15NK4 select.bootstrap-min-module__form-control___1wsso{height:30px;line-height:30px}.bootstrap-min-module__form-group-sm___15NK4 select[multiple].bootstrap-min-module__form-control___1wsso,.bootstrap-min-module__form-group-sm___15NK4 textarea.bootstrap-min-module__form-control___1wsso{height:auto}.bootstrap-min-module__form-group-sm___15NK4 .bootstrap-min-module__form-control-static___3zqA9{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.bootstrap-min-module__input-lg___3kPzS{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.bootstrap-min-module__input-lg___3kPzS{height:46px;line-height:46px}select[multiple].bootstrap-min-module__input-lg___3kPzS,textarea.bootstrap-min-module__input-lg___3kPzS{height:auto}.bootstrap-min-module__form-group-lg___rmP4Y .bootstrap-min-module__form-control___1wsso{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bootstrap-min-module__form-group-lg___rmP4Y select.bootstrap-min-module__form-control___1wsso{height:46px;line-height:46px}.bootstrap-min-module__form-group-lg___rmP4Y select[multiple].bootstrap-min-module__form-control___1wsso,.bootstrap-min-module__form-group-lg___rmP4Y textarea.bootstrap-min-module__form-control___1wsso{height:auto}.bootstrap-min-module__form-group-lg___rmP4Y .bootstrap-min-module__form-control-static___3zqA9{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.bootstrap-min-module__has-feedback___3vywa{position:relative}.bootstrap-min-module__has-feedback___3vywa .bootstrap-min-module__form-control___1wsso{padding-right:42.5px}.bootstrap-min-module__form-control-feedback___1vV1B{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.bootstrap-min-module__form-group-lg___rmP4Y .bootstrap-min-module__form-control___1wsso+.bootstrap-min-module__form-control-feedback___1vV1B,.bootstrap-min-module__input-group-lg___cWVoq+.bootstrap-min-module__form-control-feedback___1vV1B,.bootstrap-min-module__input-lg___3kPzS+.bootstrap-min-module__form-control-feedback___1vV1B{width:46px;height:46px;line-height:46px}.bootstrap-min-module__form-group-sm___15NK4 .bootstrap-min-module__form-control___1wsso+.bootstrap-min-module__form-control-feedback___1vV1B,.bootstrap-min-module__input-group-sm___40fiA+.bootstrap-min-module__form-control-feedback___1vV1B,.bootstrap-min-module__input-sm___L_yoC+.bootstrap-min-module__form-control-feedback___1vV1B{width:30px;height:30px;line-height:30px}.bootstrap-min-module__has-success___GkCdS .bootstrap-min-module__checkbox___Bl2py,.bootstrap-min-module__has-success___GkCdS .bootstrap-min-module__checkbox-inline___Kl1fn,.bootstrap-min-module__has-success___GkCdS .bootstrap-min-module__control-label___3dnKn,.bootstrap-min-module__has-success___GkCdS .bootstrap-min-module__help-block___3x8HY,.bootstrap-min-module__has-success___GkCdS .bootstrap-min-module__radio___2vz-i,.bootstrap-min-module__has-success___GkCdS .bootstrap-min-module__radio-inline___YOyDW,.bootstrap-min-module__has-success___GkCdS.bootstrap-min-module__checkbox___Bl2py label,.bootstrap-min-module__has-success___GkCdS.bootstrap-min-module__checkbox-inline___Kl1fn label,.bootstrap-min-module__has-success___GkCdS.bootstrap-min-module__radio___2vz-i label,.bootstrap-min-module__has-success___GkCdS.bootstrap-min-module__radio-inline___YOyDW label{color:#3c763d}.bootstrap-min-module__has-success___GkCdS .bootstrap-min-module__form-control___1wsso{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.bootstrap-min-module__has-success___GkCdS .bootstrap-min-module__form-control___1wsso:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.bootstrap-min-module__has-success___GkCdS .bootstrap-min-module__input-group-addon___1Qu09{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.bootstrap-min-module__has-success___GkCdS .bootstrap-min-module__form-control-feedback___1vV1B{color:#3c763d}.bootstrap-min-module__has-warning___1Xy9K .bootstrap-min-module__checkbox___Bl2py,.bootstrap-min-module__has-warning___1Xy9K .bootstrap-min-module__checkbox-inline___Kl1fn,.bootstrap-min-module__has-warning___1Xy9K .bootstrap-min-module__control-label___3dnKn,.bootstrap-min-module__has-warning___1Xy9K .bootstrap-min-module__help-block___3x8HY,.bootstrap-min-module__has-warning___1Xy9K .bootstrap-min-module__radio___2vz-i,.bootstrap-min-module__has-warning___1Xy9K .bootstrap-min-module__radio-inline___YOyDW,.bootstrap-min-module__has-warning___1Xy9K.bootstrap-min-module__checkbox___Bl2py label,.bootstrap-min-module__has-warning___1Xy9K.bootstrap-min-module__checkbox-inline___Kl1fn label,.bootstrap-min-module__has-warning___1Xy9K.bootstrap-min-module__radio___2vz-i label,.bootstrap-min-module__has-warning___1Xy9K.bootstrap-min-module__radio-inline___YOyDW label{color:#8a6d3b}.bootstrap-min-module__has-warning___1Xy9K .bootstrap-min-module__form-control___1wsso{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.bootstrap-min-module__has-warning___1Xy9K .bootstrap-min-module__form-control___1wsso:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.bootstrap-min-module__has-warning___1Xy9K .bootstrap-min-module__input-group-addon___1Qu09{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.bootstrap-min-module__has-warning___1Xy9K .bootstrap-min-module__form-control-feedback___1vV1B{color:#8a6d3b}.bootstrap-min-module__has-error___II5z- .bootstrap-min-module__checkbox___Bl2py,.bootstrap-min-module__has-error___II5z- .bootstrap-min-module__checkbox-inline___Kl1fn,.bootstrap-min-module__has-error___II5z- .bootstrap-min-module__control-label___3dnKn,.bootstrap-min-module__has-error___II5z- .bootstrap-min-module__help-block___3x8HY,.bootstrap-min-module__has-error___II5z- .bootstrap-min-module__radio___2vz-i,.bootstrap-min-module__has-error___II5z- .bootstrap-min-module__radio-inline___YOyDW,.bootstrap-min-module__has-error___II5z-.bootstrap-min-module__checkbox___Bl2py label,.bootstrap-min-module__has-error___II5z-.bootstrap-min-module__checkbox-inline___Kl1fn label,.bootstrap-min-module__has-error___II5z-.bootstrap-min-module__radio___2vz-i label,.bootstrap-min-module__has-error___II5z-.bootstrap-min-module__radio-inline___YOyDW label{color:#a94442}.bootstrap-min-module__has-error___II5z- .bootstrap-min-module__form-control___1wsso{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.bootstrap-min-module__has-error___II5z- .bootstrap-min-module__form-control___1wsso:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.bootstrap-min-module__has-error___II5z- .bootstrap-min-module__input-group-addon___1Qu09{color:#a94442;background-color:#f2dede;border-color:#a94442}.bootstrap-min-module__has-error___II5z- .bootstrap-min-module__form-control-feedback___1vV1B{color:#a94442}.bootstrap-min-module__has-feedback___3vywa label~.bootstrap-min-module__form-control-feedback___1vV1B{top:25px}.bootstrap-min-module__has-feedback___3vywa label.bootstrap-min-module__sr-only___1Rd_b~.bootstrap-min-module__form-control-feedback___1vV1B{top:0}.bootstrap-min-module__help-block___3x8HY{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.bootstrap-min-module__form-inline___21XZe .bootstrap-min-module__form-group___HD-vp{display:inline-block;margin-bottom:0;vertical-align:middle}.bootstrap-min-module__form-inline___21XZe .bootstrap-min-module__form-control___1wsso{display:inline-block;width:auto;vertical-align:middle}.bootstrap-min-module__form-inline___21XZe .bootstrap-min-module__form-control-static___3zqA9{display:inline-block}.bootstrap-min-module__form-inline___21XZe .bootstrap-min-module__input-group___3kOdE{display:inline-table;vertical-align:middle}.bootstrap-min-module__form-inline___21XZe .bootstrap-min-module__input-group___3kOdE .bootstrap-min-module__form-control___1wsso,.bootstrap-min-module__form-inline___21XZe .bootstrap-min-module__input-group___3kOdE .bootstrap-min-module__input-group-addon___1Qu09,.bootstrap-min-module__form-inline___21XZe .bootstrap-min-module__input-group___3kOdE .bootstrap-min-module__input-group-btn___3yUHA{width:auto}.bootstrap-min-module__form-inline___21XZe .bootstrap-min-module__input-group___3kOdE>.bootstrap-min-module__form-control___1wsso{width:100%}.bootstrap-min-module__form-inline___21XZe .bootstrap-min-module__control-label___3dnKn{margin-bottom:0;vertical-align:middle}.bootstrap-min-module__form-inline___21XZe .bootstrap-min-module__checkbox___Bl2py,.bootstrap-min-module__form-inline___21XZe .bootstrap-min-module__radio___2vz-i{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.bootstrap-min-module__form-inline___21XZe .bootstrap-min-module__checkbox___Bl2py label,.bootstrap-min-module__form-inline___21XZe .bootstrap-min-module__radio___2vz-i label{padding-left:0}.bootstrap-min-module__form-inline___21XZe .bootstrap-min-module__checkbox___Bl2py input[type=checkbox],.bootstrap-min-module__form-inline___21XZe .bootstrap-min-module__radio___2vz-i input[type=radio]{position:relative;margin-left:0}.bootstrap-min-module__form-inline___21XZe .bootstrap-min-module__has-feedback___3vywa .bootstrap-min-module__form-control-feedback___1vV1B{top:0}}.bootstrap-min-module__form-horizontal___1fPQC .bootstrap-min-module__checkbox___Bl2py,.bootstrap-min-module__form-horizontal___1fPQC .bootstrap-min-module__checkbox-inline___Kl1fn,.bootstrap-min-module__form-horizontal___1fPQC .bootstrap-min-module__radio___2vz-i,.bootstrap-min-module__form-horizontal___1fPQC .bootstrap-min-module__radio-inline___YOyDW{padding-top:7px;margin-top:0;margin-bottom:0}.bootstrap-min-module__form-horizontal___1fPQC .bootstrap-min-module__checkbox___Bl2py,.bootstrap-min-module__form-horizontal___1fPQC .bootstrap-min-module__radio___2vz-i{min-height:27px}.bootstrap-min-module__form-horizontal___1fPQC .bootstrap-min-module__form-group___HD-vp{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.bootstrap-min-module__form-horizontal___1fPQC .bootstrap-min-module__control-label___3dnKn{padding-top:7px;margin-bottom:0;text-align:right}}.bootstrap-min-module__form-horizontal___1fPQC .bootstrap-min-module__has-feedback___3vywa .bootstrap-min-module__form-control-feedback___1vV1B{right:15px}@media (min-width:768px){.bootstrap-min-module__form-horizontal___1fPQC .bootstrap-min-module__form-group-lg___rmP4Y .bootstrap-min-module__control-label___3dnKn{padding-top:11px;font-size:18px}}@media (min-width:768px){.bootstrap-min-module__form-horizontal___1fPQC .bootstrap-min-module__form-group-sm___15NK4 .bootstrap-min-module__control-label___3dnKn{padding-top:6px;font-size:12px}}.bootstrap-min-module__btn___2E8XM{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.bootstrap-min-module__btn___2E8XM.bootstrap-min-module__active___rjBWQ.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn___2E8XM.bootstrap-min-module__active___rjBWQ:focus,.bootstrap-min-module__btn___2E8XM.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn___2E8XM:active.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn___2E8XM:active:focus,.bootstrap-min-module__btn___2E8XM:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.bootstrap-min-module__btn___2E8XM.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn___2E8XM:focus,.bootstrap-min-module__btn___2E8XM:hover{color:#333;text-decoration:none}.bootstrap-min-module__btn___2E8XM.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__btn___2E8XM:active{background-image:none;outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.bootstrap-min-module__btn___2E8XM.bootstrap-min-module__disabled___37KYb,.bootstrap-min-module__btn___2E8XM[disabled],fieldset[disabled] .bootstrap-min-module__btn___2E8XM{cursor:not-allowed;filter:alpha(opacity=65);box-shadow:none;opacity:.65}a.bootstrap-min-module__btn___2E8XM.bootstrap-min-module__disabled___37KYb,fieldset[disabled] a.bootstrap-min-module__btn___2E8XM{pointer-events:none}.bootstrap-min-module__btn-default___333gY{color:#333;background-color:#fff;border-color:#ccc}.bootstrap-min-module__btn-default___333gY.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-default___333gY:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.bootstrap-min-module__btn-default___333gY:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.bootstrap-min-module__btn-default___333gY.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__btn-default___333gY:active,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-default___333gY{color:#333;background-color:#e6e6e6;border-color:#adadad}.bootstrap-min-module__btn-default___333gY.bootstrap-min-module__active___rjBWQ.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-default___333gY.bootstrap-min-module__active___rjBWQ:focus,.bootstrap-min-module__btn-default___333gY.bootstrap-min-module__active___rjBWQ:hover,.bootstrap-min-module__btn-default___333gY:active.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-default___333gY:active:focus,.bootstrap-min-module__btn-default___333gY:active:hover,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-default___333gY.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-default___333gY:focus,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-default___333gY:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.bootstrap-min-module__btn-default___333gY.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__btn-default___333gY:active,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-default___333gY{background-image:none}.bootstrap-min-module__btn-default___333gY.bootstrap-min-module__disabled___37KYb.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-default___333gY.bootstrap-min-module__disabled___37KYb:focus,.bootstrap-min-module__btn-default___333gY.bootstrap-min-module__disabled___37KYb:hover,.bootstrap-min-module__btn-default___333gY[disabled].bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-default___333gY[disabled]:focus,.bootstrap-min-module__btn-default___333gY[disabled]:hover,fieldset[disabled] .bootstrap-min-module__btn-default___333gY.bootstrap-min-module__focus___2Pr9V,fieldset[disabled] .bootstrap-min-module__btn-default___333gY:focus,fieldset[disabled] .bootstrap-min-module__btn-default___333gY:hover{background-color:#fff;border-color:#ccc}.bootstrap-min-module__btn-default___333gY .bootstrap-min-module__badge___2KMNb{color:#fff;background-color:#333}.bootstrap-min-module__btn-primary___1IXid{color:#fff;background-color:#337ab7;border-color:#2e6da4}.bootstrap-min-module__btn-primary___1IXid.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-primary___1IXid:focus{color:#fff;background-color:#286090;border-color:#122b40}.bootstrap-min-module__btn-primary___1IXid:hover{color:#fff;background-color:#286090;border-color:#204d74}.bootstrap-min-module__btn-primary___1IXid.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__btn-primary___1IXid:active,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-primary___1IXid{color:#fff;background-color:#286090;border-color:#204d74}.bootstrap-min-module__btn-primary___1IXid.bootstrap-min-module__active___rjBWQ.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-primary___1IXid.bootstrap-min-module__active___rjBWQ:focus,.bootstrap-min-module__btn-primary___1IXid.bootstrap-min-module__active___rjBWQ:hover,.bootstrap-min-module__btn-primary___1IXid:active.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-primary___1IXid:active:focus,.bootstrap-min-module__btn-primary___1IXid:active:hover,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-primary___1IXid.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-primary___1IXid:focus,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-primary___1IXid:hover{color:#fff;background-color:#204d74;border-color:#122b40}.bootstrap-min-module__btn-primary___1IXid.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__btn-primary___1IXid:active,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-primary___1IXid{background-image:none}.bootstrap-min-module__btn-primary___1IXid.bootstrap-min-module__disabled___37KYb.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-primary___1IXid.bootstrap-min-module__disabled___37KYb:focus,.bootstrap-min-module__btn-primary___1IXid.bootstrap-min-module__disabled___37KYb:hover,.bootstrap-min-module__btn-primary___1IXid[disabled].bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-primary___1IXid[disabled]:focus,.bootstrap-min-module__btn-primary___1IXid[disabled]:hover,fieldset[disabled] .bootstrap-min-module__btn-primary___1IXid.bootstrap-min-module__focus___2Pr9V,fieldset[disabled] .bootstrap-min-module__btn-primary___1IXid:focus,fieldset[disabled] .bootstrap-min-module__btn-primary___1IXid:hover{background-color:#337ab7;border-color:#2e6da4}.bootstrap-min-module__btn-primary___1IXid .bootstrap-min-module__badge___2KMNb{color:#337ab7;background-color:#fff}.bootstrap-min-module__btn-success___2gEWZ{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.bootstrap-min-module__btn-success___2gEWZ.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-success___2gEWZ:focus{color:#fff;background-color:#449d44;border-color:#255625}.bootstrap-min-module__btn-success___2gEWZ:hover{color:#fff;background-color:#449d44;border-color:#398439}.bootstrap-min-module__btn-success___2gEWZ.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__btn-success___2gEWZ:active,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-success___2gEWZ{color:#fff;background-color:#449d44;border-color:#398439}.bootstrap-min-module__btn-success___2gEWZ.bootstrap-min-module__active___rjBWQ.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-success___2gEWZ.bootstrap-min-module__active___rjBWQ:focus,.bootstrap-min-module__btn-success___2gEWZ.bootstrap-min-module__active___rjBWQ:hover,.bootstrap-min-module__btn-success___2gEWZ:active.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-success___2gEWZ:active:focus,.bootstrap-min-module__btn-success___2gEWZ:active:hover,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-success___2gEWZ.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-success___2gEWZ:focus,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-success___2gEWZ:hover{color:#fff;background-color:#398439;border-color:#255625}.bootstrap-min-module__btn-success___2gEWZ.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__btn-success___2gEWZ:active,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-success___2gEWZ{background-image:none}.bootstrap-min-module__btn-success___2gEWZ.bootstrap-min-module__disabled___37KYb.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-success___2gEWZ.bootstrap-min-module__disabled___37KYb:focus,.bootstrap-min-module__btn-success___2gEWZ.bootstrap-min-module__disabled___37KYb:hover,.bootstrap-min-module__btn-success___2gEWZ[disabled].bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-success___2gEWZ[disabled]:focus,.bootstrap-min-module__btn-success___2gEWZ[disabled]:hover,fieldset[disabled] .bootstrap-min-module__btn-success___2gEWZ.bootstrap-min-module__focus___2Pr9V,fieldset[disabled] .bootstrap-min-module__btn-success___2gEWZ:focus,fieldset[disabled] .bootstrap-min-module__btn-success___2gEWZ:hover{background-color:#5cb85c;border-color:#4cae4c}.bootstrap-min-module__btn-success___2gEWZ .bootstrap-min-module__badge___2KMNb{color:#5cb85c;background-color:#fff}.bootstrap-min-module__btn-info___hB0i3{color:#fff;background-color:#5bc0de;border-color:#46b8da}.bootstrap-min-module__btn-info___hB0i3.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-info___hB0i3:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.bootstrap-min-module__btn-info___hB0i3:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.bootstrap-min-module__btn-info___hB0i3.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__btn-info___hB0i3:active,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-info___hB0i3{color:#fff;background-color:#31b0d5;border-color:#269abc}.bootstrap-min-module__btn-info___hB0i3.bootstrap-min-module__active___rjBWQ.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-info___hB0i3.bootstrap-min-module__active___rjBWQ:focus,.bootstrap-min-module__btn-info___hB0i3.bootstrap-min-module__active___rjBWQ:hover,.bootstrap-min-module__btn-info___hB0i3:active.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-info___hB0i3:active:focus,.bootstrap-min-module__btn-info___hB0i3:active:hover,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-info___hB0i3.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-info___hB0i3:focus,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-info___hB0i3:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.bootstrap-min-module__btn-info___hB0i3.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__btn-info___hB0i3:active,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-info___hB0i3{background-image:none}.bootstrap-min-module__btn-info___hB0i3.bootstrap-min-module__disabled___37KYb.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-info___hB0i3.bootstrap-min-module__disabled___37KYb:focus,.bootstrap-min-module__btn-info___hB0i3.bootstrap-min-module__disabled___37KYb:hover,.bootstrap-min-module__btn-info___hB0i3[disabled].bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-info___hB0i3[disabled]:focus,.bootstrap-min-module__btn-info___hB0i3[disabled]:hover,fieldset[disabled] .bootstrap-min-module__btn-info___hB0i3.bootstrap-min-module__focus___2Pr9V,fieldset[disabled] .bootstrap-min-module__btn-info___hB0i3:focus,fieldset[disabled] .bootstrap-min-module__btn-info___hB0i3:hover{background-color:#5bc0de;border-color:#46b8da}.bootstrap-min-module__btn-info___hB0i3 .bootstrap-min-module__badge___2KMNb{color:#5bc0de;background-color:#fff}.bootstrap-min-module__btn-warning___2UY-O{color:#fff;background-color:#f0ad4e;border-color:#eea236}.bootstrap-min-module__btn-warning___2UY-O.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-warning___2UY-O:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.bootstrap-min-module__btn-warning___2UY-O:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.bootstrap-min-module__btn-warning___2UY-O.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__btn-warning___2UY-O:active,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-warning___2UY-O{color:#fff;background-color:#ec971f;border-color:#d58512}.bootstrap-min-module__btn-warning___2UY-O.bootstrap-min-module__active___rjBWQ.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-warning___2UY-O.bootstrap-min-module__active___rjBWQ:focus,.bootstrap-min-module__btn-warning___2UY-O.bootstrap-min-module__active___rjBWQ:hover,.bootstrap-min-module__btn-warning___2UY-O:active.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-warning___2UY-O:active:focus,.bootstrap-min-module__btn-warning___2UY-O:active:hover,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-warning___2UY-O.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-warning___2UY-O:focus,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-warning___2UY-O:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.bootstrap-min-module__btn-warning___2UY-O.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__btn-warning___2UY-O:active,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-warning___2UY-O{background-image:none}.bootstrap-min-module__btn-warning___2UY-O.bootstrap-min-module__disabled___37KYb.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-warning___2UY-O.bootstrap-min-module__disabled___37KYb:focus,.bootstrap-min-module__btn-warning___2UY-O.bootstrap-min-module__disabled___37KYb:hover,.bootstrap-min-module__btn-warning___2UY-O[disabled].bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-warning___2UY-O[disabled]:focus,.bootstrap-min-module__btn-warning___2UY-O[disabled]:hover,fieldset[disabled] .bootstrap-min-module__btn-warning___2UY-O.bootstrap-min-module__focus___2Pr9V,fieldset[disabled] .bootstrap-min-module__btn-warning___2UY-O:focus,fieldset[disabled] .bootstrap-min-module__btn-warning___2UY-O:hover{background-color:#f0ad4e;border-color:#eea236}.bootstrap-min-module__btn-warning___2UY-O .bootstrap-min-module__badge___2KMNb{color:#f0ad4e;background-color:#fff}.bootstrap-min-module__btn-danger___2f1Li{color:#fff;background-color:#d9534f;border-color:#d43f3a}.bootstrap-min-module__btn-danger___2f1Li.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-danger___2f1Li:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.bootstrap-min-module__btn-danger___2f1Li:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.bootstrap-min-module__btn-danger___2f1Li.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__btn-danger___2f1Li:active,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-danger___2f1Li{color:#fff;background-color:#c9302c;border-color:#ac2925}.bootstrap-min-module__btn-danger___2f1Li.bootstrap-min-module__active___rjBWQ.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-danger___2f1Li.bootstrap-min-module__active___rjBWQ:focus,.bootstrap-min-module__btn-danger___2f1Li.bootstrap-min-module__active___rjBWQ:hover,.bootstrap-min-module__btn-danger___2f1Li:active.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-danger___2f1Li:active:focus,.bootstrap-min-module__btn-danger___2f1Li:active:hover,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-danger___2f1Li.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-danger___2f1Li:focus,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-danger___2f1Li:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.bootstrap-min-module__btn-danger___2f1Li.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__btn-danger___2f1Li:active,.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-danger___2f1Li{background-image:none}.bootstrap-min-module__btn-danger___2f1Li.bootstrap-min-module__disabled___37KYb.bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-danger___2f1Li.bootstrap-min-module__disabled___37KYb:focus,.bootstrap-min-module__btn-danger___2f1Li.bootstrap-min-module__disabled___37KYb:hover,.bootstrap-min-module__btn-danger___2f1Li[disabled].bootstrap-min-module__focus___2Pr9V,.bootstrap-min-module__btn-danger___2f1Li[disabled]:focus,.bootstrap-min-module__btn-danger___2f1Li[disabled]:hover,fieldset[disabled] .bootstrap-min-module__btn-danger___2f1Li.bootstrap-min-module__focus___2Pr9V,fieldset[disabled] .bootstrap-min-module__btn-danger___2f1Li:focus,fieldset[disabled] .bootstrap-min-module__btn-danger___2f1Li:hover{background-color:#d9534f;border-color:#d43f3a}.bootstrap-min-module__btn-danger___2f1Li .bootstrap-min-module__badge___2KMNb{color:#d9534f;background-color:#fff}.bootstrap-min-module__btn-link___2C9r-{font-weight:400;color:#337ab7;border-radius:0}.bootstrap-min-module__btn-link___2C9r-,.bootstrap-min-module__btn-link___2C9r-.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__btn-link___2C9r-:active,.bootstrap-min-module__btn-link___2C9r-[disabled],fieldset[disabled] .bootstrap-min-module__btn-link___2C9r-{background-color:transparent;box-shadow:none}.bootstrap-min-module__btn-link___2C9r-,.bootstrap-min-module__btn-link___2C9r-:active,.bootstrap-min-module__btn-link___2C9r-:focus,.bootstrap-min-module__btn-link___2C9r-:hover{border-color:transparent}.bootstrap-min-module__btn-link___2C9r-:focus,.bootstrap-min-module__btn-link___2C9r-:hover{color:#23527c;text-decoration:underline;background-color:transparent}.bootstrap-min-module__btn-link___2C9r-[disabled]:focus,.bootstrap-min-module__btn-link___2C9r-[disabled]:hover,fieldset[disabled] .bootstrap-min-module__btn-link___2C9r-:focus,fieldset[disabled] .bootstrap-min-module__btn-link___2C9r-:hover{color:#777;text-decoration:none}.bootstrap-min-module__btn-group-lg___2IIgI>.bootstrap-min-module__btn___2E8XM,.bootstrap-min-module__btn-lg___1dnRO{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.bootstrap-min-module__btn-group-sm___1ur3M>.bootstrap-min-module__btn___2E8XM,.bootstrap-min-module__btn-sm___1Bzhs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-min-module__btn-group-xs___3HqTZ>.bootstrap-min-module__btn___2E8XM,.bootstrap-min-module__btn-xs___1GNJA{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-min-module__btn-block___2y_py{display:block;width:100%}.bootstrap-min-module__btn-block___2y_py+.bootstrap-min-module__btn-block___2y_py{margin-top:5px}input[type=button].bootstrap-min-module__btn-block___2y_py,input[type=reset].bootstrap-min-module__btn-block___2y_py,input[type=submit].bootstrap-min-module__btn-block___2y_py{width:100%}.bootstrap-min-module__fade___2XzJ2{opacity:0;transition:opacity .15s linear}.bootstrap-min-module__fade___2XzJ2.bootstrap-min-module__in___2BuiU{opacity:1}.bootstrap-min-module__collapse___Rs12D{display:none}.bootstrap-min-module__collapse___Rs12D.bootstrap-min-module__in___2BuiU{display:block}tr.bootstrap-min-module__collapse___Rs12D.bootstrap-min-module__in___2BuiU{display:table-row}tbody.bootstrap-min-module__collapse___Rs12D.bootstrap-min-module__in___2BuiU{display:table-row-group}.bootstrap-min-module__collapsing___Xyd_l{position:relative;height:0;overflow:hidden;transition-timing-function:ease;transition-duration:.35s;transition-property:height,visibility}.bootstrap-min-module__caret___2otOh{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.bootstrap-min-module__dropdown___3tBp3,.bootstrap-min-module__dropup___2S3F-{position:relative}.bootstrap-min-module__dropdown-toggle___3DDVm:focus{outline:0}.bootstrap-min-module__dropdown-menu___MqO2z{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175)}.bootstrap-min-module__dropdown-menu___MqO2z.bootstrap-min-module__pull-right___10wFl{right:0;left:auto}.bootstrap-min-module__dropdown-menu___MqO2z .bootstrap-min-module__divider___2juMG{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.bootstrap-min-module__dropdown-menu___MqO2z>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.bootstrap-min-module__dropdown-menu___MqO2z>li>a:focus,.bootstrap-min-module__dropdown-menu___MqO2z>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.bootstrap-min-module__dropdown-menu___MqO2z>.bootstrap-min-module__active___rjBWQ>a,.bootstrap-min-module__dropdown-menu___MqO2z>.bootstrap-min-module__active___rjBWQ>a:focus,.bootstrap-min-module__dropdown-menu___MqO2z>.bootstrap-min-module__active___rjBWQ>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.bootstrap-min-module__dropdown-menu___MqO2z>.bootstrap-min-module__disabled___37KYb>a,.bootstrap-min-module__dropdown-menu___MqO2z>.bootstrap-min-module__disabled___37KYb>a:focus,.bootstrap-min-module__dropdown-menu___MqO2z>.bootstrap-min-module__disabled___37KYb>a:hover{color:#777}.bootstrap-min-module__dropdown-menu___MqO2z>.bootstrap-min-module__disabled___37KYb>a:focus,.bootstrap-min-module__dropdown-menu___MqO2z>.bootstrap-min-module__disabled___37KYb>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.bootstrap-min-module__open___20kbr>.bootstrap-min-module__dropdown-menu___MqO2z{display:block}.bootstrap-min-module__open___20kbr>a{outline:0}.bootstrap-min-module__dropdown-menu-right___3R93P{right:0;left:auto}.bootstrap-min-module__dropdown-menu-left___KH07B{right:auto;left:0}.bootstrap-min-module__dropdown-header___UhpBe{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.bootstrap-min-module__dropdown-backdrop___3Rn5b{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.bootstrap-min-module__pull-right___10wFl>.bootstrap-min-module__dropdown-menu___MqO2z{right:0;left:auto}.bootstrap-min-module__dropup___2S3F- .bootstrap-min-module__caret___2otOh,.bootstrap-min-module__navbar-fixed-bottom____a6ad .bootstrap-min-module__dropdown___3tBp3 .bootstrap-min-module__caret___2otOh{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.bootstrap-min-module__dropup___2S3F- .bootstrap-min-module__dropdown-menu___MqO2z,.bootstrap-min-module__navbar-fixed-bottom____a6ad .bootstrap-min-module__dropdown___3tBp3 .bootstrap-min-module__dropdown-menu___MqO2z{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.bootstrap-min-module__navbar-right___3GuSl .bootstrap-min-module__dropdown-menu___MqO2z{right:0;left:auto}.bootstrap-min-module__navbar-right___3GuSl .bootstrap-min-module__dropdown-menu-left___KH07B{right:auto;left:0}}.bootstrap-min-module__btn-group___Aq0RA,.bootstrap-min-module__btn-group-vertical___28g95{position:relative;display:inline-block;vertical-align:middle}.bootstrap-min-module__btn-group-vertical___28g95>.bootstrap-min-module__btn___2E8XM,.bootstrap-min-module__btn-group___Aq0RA>.bootstrap-min-module__btn___2E8XM{position:relative;float:left}.bootstrap-min-module__btn-group-vertical___28g95>.bootstrap-min-module__btn___2E8XM.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__btn-group-vertical___28g95>.bootstrap-min-module__btn___2E8XM:active,.bootstrap-min-module__btn-group-vertical___28g95>.bootstrap-min-module__btn___2E8XM:focus,.bootstrap-min-module__btn-group-vertical___28g95>.bootstrap-min-module__btn___2E8XM:hover,.bootstrap-min-module__btn-group___Aq0RA>.bootstrap-min-module__btn___2E8XM.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__btn-group___Aq0RA>.bootstrap-min-module__btn___2E8XM:active,.bootstrap-min-module__btn-group___Aq0RA>.bootstrap-min-module__btn___2E8XM:focus,.bootstrap-min-module__btn-group___Aq0RA>.bootstrap-min-module__btn___2E8XM:hover{z-index:2}.bootstrap-min-module__btn-group___Aq0RA .bootstrap-min-module__btn___2E8XM+.bootstrap-min-module__btn___2E8XM,.bootstrap-min-module__btn-group___Aq0RA .bootstrap-min-module__btn___2E8XM+.bootstrap-min-module__btn-group___Aq0RA,.bootstrap-min-module__btn-group___Aq0RA .bootstrap-min-module__btn-group___Aq0RA+.bootstrap-min-module__btn___2E8XM,.bootstrap-min-module__btn-group___Aq0RA .bootstrap-min-module__btn-group___Aq0RA+.bootstrap-min-module__btn-group___Aq0RA{margin-left:-1px}.bootstrap-min-module__btn-toolbar___23DKn{margin-left:-5px}.bootstrap-min-module__btn-toolbar___23DKn .bootstrap-min-module__btn___2E8XM,.bootstrap-min-module__btn-toolbar___23DKn .bootstrap-min-module__btn-group___Aq0RA,.bootstrap-min-module__btn-toolbar___23DKn .bootstrap-min-module__input-group___3kOdE{float:left}.bootstrap-min-module__btn-toolbar___23DKn>.bootstrap-min-module__btn___2E8XM,.bootstrap-min-module__btn-toolbar___23DKn>.bootstrap-min-module__btn-group___Aq0RA,.bootstrap-min-module__btn-toolbar___23DKn>.bootstrap-min-module__input-group___3kOdE{margin-left:5px}.bootstrap-min-module__btn-group___Aq0RA>.bootstrap-min-module__btn___2E8XM:not(:first-child):not(:last-child):not(.bootstrap-min-module__dropdown-toggle___3DDVm){border-radius:0}.bootstrap-min-module__btn-group___Aq0RA>.bootstrap-min-module__btn___2E8XM:first-child{margin-left:0}.bootstrap-min-module__btn-group___Aq0RA>.bootstrap-min-module__btn___2E8XM:first-child:not(:last-child):not(.bootstrap-min-module__dropdown-toggle___3DDVm){border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-min-module__btn-group___Aq0RA>.bootstrap-min-module__btn___2E8XM:last-child:not(:first-child),.bootstrap-min-module__btn-group___Aq0RA>.bootstrap-min-module__dropdown-toggle___3DDVm:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap-min-module__btn-group___Aq0RA>.bootstrap-min-module__btn-group___Aq0RA{float:left}.bootstrap-min-module__btn-group___Aq0RA>.bootstrap-min-module__btn-group___Aq0RA:not(:first-child):not(:last-child)>.bootstrap-min-module__btn___2E8XM{border-radius:0}.bootstrap-min-module__btn-group___Aq0RA>.bootstrap-min-module__btn-group___Aq0RA:first-child:not(:last-child)>.bootstrap-min-module__btn___2E8XM:last-child,.bootstrap-min-module__btn-group___Aq0RA>.bootstrap-min-module__btn-group___Aq0RA:first-child:not(:last-child)>.bootstrap-min-module__dropdown-toggle___3DDVm{border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-min-module__btn-group___Aq0RA>.bootstrap-min-module__btn-group___Aq0RA:last-child:not(:first-child)>.bootstrap-min-module__btn___2E8XM:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap-min-module__btn-group___Aq0RA .bootstrap-min-module__dropdown-toggle___3DDVm:active,.bootstrap-min-module__btn-group___Aq0RA.bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-toggle___3DDVm{outline:0}.bootstrap-min-module__btn-group___Aq0RA>.bootstrap-min-module__btn___2E8XM+.bootstrap-min-module__dropdown-toggle___3DDVm{padding-right:8px;padding-left:8px}.bootstrap-min-module__btn-group___Aq0RA>.bootstrap-min-module__btn-lg___1dnRO+.bootstrap-min-module__dropdown-toggle___3DDVm{padding-right:12px;padding-left:12px}.bootstrap-min-module__btn-group___Aq0RA.bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-toggle___3DDVm{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.bootstrap-min-module__btn-group___Aq0RA.bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-toggle___3DDVm.bootstrap-min-module__btn-link___2C9r-{box-shadow:none}.bootstrap-min-module__btn___2E8XM .bootstrap-min-module__caret___2otOh{margin-left:0}.bootstrap-min-module__btn-lg___1dnRO .bootstrap-min-module__caret___2otOh{border-width:5px 5px 0;border-bottom-width:0}.bootstrap-min-module__dropup___2S3F- .bootstrap-min-module__btn-lg___1dnRO .bootstrap-min-module__caret___2otOh{border-width:0 5px 5px}.bootstrap-min-module__btn-group-vertical___28g95>.bootstrap-min-module__btn___2E8XM,.bootstrap-min-module__btn-group-vertical___28g95>.bootstrap-min-module__btn-group___Aq0RA,.bootstrap-min-module__btn-group-vertical___28g95>.bootstrap-min-module__btn-group___Aq0RA>.bootstrap-min-module__btn___2E8XM{display:block;float:none;width:100%;max-width:100%}.bootstrap-min-module__btn-group-vertical___28g95>.bootstrap-min-module__btn-group___Aq0RA>.bootstrap-min-module__btn___2E8XM{float:none}.bootstrap-min-module__btn-group-vertical___28g95>.bootstrap-min-module__btn___2E8XM+.bootstrap-min-module__btn___2E8XM,.bootstrap-min-module__btn-group-vertical___28g95>.bootstrap-min-module__btn___2E8XM+.bootstrap-min-module__btn-group___Aq0RA,.bootstrap-min-module__btn-group-vertical___28g95>.bootstrap-min-module__btn-group___Aq0RA+.bootstrap-min-module__btn___2E8XM,.bootstrap-min-module__btn-group-vertical___28g95>.bootstrap-min-module__btn-group___Aq0RA+.bootstrap-min-module__btn-group___Aq0RA{margin-top:-1px;margin-left:0}.bootstrap-min-module__btn-group-vertical___28g95>.bootstrap-min-module__btn___2E8XM:not(:first-child):not(:last-child){border-radius:0}.bootstrap-min-module__btn-group-vertical___28g95>.bootstrap-min-module__btn___2E8XM:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap-min-module__btn-group-vertical___28g95>.bootstrap-min-module__btn___2E8XM:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.bootstrap-min-module__btn-group-vertical___28g95>.bootstrap-min-module__btn-group___Aq0RA:not(:first-child):not(:last-child)>.bootstrap-min-module__btn___2E8XM{border-radius:0}.bootstrap-min-module__btn-group-vertical___28g95>.bootstrap-min-module__btn-group___Aq0RA:first-child:not(:last-child)>.bootstrap-min-module__btn___2E8XM:last-child,.bootstrap-min-module__btn-group-vertical___28g95>.bootstrap-min-module__btn-group___Aq0RA:first-child:not(:last-child)>.bootstrap-min-module__dropdown-toggle___3DDVm{border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap-min-module__btn-group-vertical___28g95>.bootstrap-min-module__btn-group___Aq0RA:last-child:not(:first-child)>.bootstrap-min-module__btn___2E8XM:first-child{border-top-left-radius:0;border-top-right-radius:0}.bootstrap-min-module__btn-group-justified___7Ucig{display:table;width:100%;table-layout:fixed;border-collapse:separate}.bootstrap-min-module__btn-group-justified___7Ucig>.bootstrap-min-module__btn___2E8XM,.bootstrap-min-module__btn-group-justified___7Ucig>.bootstrap-min-module__btn-group___Aq0RA{display:table-cell;float:none;width:1%}.bootstrap-min-module__btn-group-justified___7Ucig>.bootstrap-min-module__btn-group___Aq0RA .bootstrap-min-module__btn___2E8XM{width:100%}.bootstrap-min-module__btn-group-justified___7Ucig>.bootstrap-min-module__btn-group___Aq0RA .bootstrap-min-module__dropdown-menu___MqO2z{left:auto}[data-toggle=buttons]>.bootstrap-min-module__btn___2E8XM input[type=checkbox],[data-toggle=buttons]>.bootstrap-min-module__btn___2E8XM input[type=radio],[data-toggle=buttons]>.bootstrap-min-module__btn-group___Aq0RA>.bootstrap-min-module__btn___2E8XM input[type=checkbox],[data-toggle=buttons]>.bootstrap-min-module__btn-group___Aq0RA>.bootstrap-min-module__btn___2E8XM input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.bootstrap-min-module__input-group___3kOdE{position:relative;display:table;border-collapse:separate}.bootstrap-min-module__input-group___3kOdE[class*=col-]{float:none;padding-right:0;padding-left:0}.bootstrap-min-module__input-group___3kOdE .bootstrap-min-module__form-control___1wsso{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.bootstrap-min-module__input-group___3kOdE .bootstrap-min-module__form-control___1wsso:focus{z-index:3}.bootstrap-min-module__input-group-lg___cWVoq>.bootstrap-min-module__form-control___1wsso,.bootstrap-min-module__input-group-lg___cWVoq>.bootstrap-min-module__input-group-addon___1Qu09,.bootstrap-min-module__input-group-lg___cWVoq>.bootstrap-min-module__input-group-btn___3yUHA>.bootstrap-min-module__btn___2E8XM{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.bootstrap-min-module__input-group-lg___cWVoq>.bootstrap-min-module__form-control___1wsso,select.bootstrap-min-module__input-group-lg___cWVoq>.bootstrap-min-module__input-group-addon___1Qu09,select.bootstrap-min-module__input-group-lg___cWVoq>.bootstrap-min-module__input-group-btn___3yUHA>.bootstrap-min-module__btn___2E8XM{height:46px;line-height:46px}select[multiple].bootstrap-min-module__input-group-lg___cWVoq>.bootstrap-min-module__form-control___1wsso,select[multiple].bootstrap-min-module__input-group-lg___cWVoq>.bootstrap-min-module__input-group-addon___1Qu09,select[multiple].bootstrap-min-module__input-group-lg___cWVoq>.bootstrap-min-module__input-group-btn___3yUHA>.bootstrap-min-module__btn___2E8XM,textarea.bootstrap-min-module__input-group-lg___cWVoq>.bootstrap-min-module__form-control___1wsso,textarea.bootstrap-min-module__input-group-lg___cWVoq>.bootstrap-min-module__input-group-addon___1Qu09,textarea.bootstrap-min-module__input-group-lg___cWVoq>.bootstrap-min-module__input-group-btn___3yUHA>.bootstrap-min-module__btn___2E8XM{height:auto}.bootstrap-min-module__input-group-sm___40fiA>.bootstrap-min-module__form-control___1wsso,.bootstrap-min-module__input-group-sm___40fiA>.bootstrap-min-module__input-group-addon___1Qu09,.bootstrap-min-module__input-group-sm___40fiA>.bootstrap-min-module__input-group-btn___3yUHA>.bootstrap-min-module__btn___2E8XM{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.bootstrap-min-module__input-group-sm___40fiA>.bootstrap-min-module__form-control___1wsso,select.bootstrap-min-module__input-group-sm___40fiA>.bootstrap-min-module__input-group-addon___1Qu09,select.bootstrap-min-module__input-group-sm___40fiA>.bootstrap-min-module__input-group-btn___3yUHA>.bootstrap-min-module__btn___2E8XM{height:30px;line-height:30px}select[multiple].bootstrap-min-module__input-group-sm___40fiA>.bootstrap-min-module__form-control___1wsso,select[multiple].bootstrap-min-module__input-group-sm___40fiA>.bootstrap-min-module__input-group-addon___1Qu09,select[multiple].bootstrap-min-module__input-group-sm___40fiA>.bootstrap-min-module__input-group-btn___3yUHA>.bootstrap-min-module__btn___2E8XM,textarea.bootstrap-min-module__input-group-sm___40fiA>.bootstrap-min-module__form-control___1wsso,textarea.bootstrap-min-module__input-group-sm___40fiA>.bootstrap-min-module__input-group-addon___1Qu09,textarea.bootstrap-min-module__input-group-sm___40fiA>.bootstrap-min-module__input-group-btn___3yUHA>.bootstrap-min-module__btn___2E8XM{height:auto}.bootstrap-min-module__input-group___3kOdE .bootstrap-min-module__form-control___1wsso,.bootstrap-min-module__input-group-addon___1Qu09,.bootstrap-min-module__input-group-btn___3yUHA{display:table-cell}.bootstrap-min-module__input-group___3kOdE .bootstrap-min-module__form-control___1wsso:not(:first-child):not(:last-child),.bootstrap-min-module__input-group-addon___1Qu09:not(:first-child):not(:last-child),.bootstrap-min-module__input-group-btn___3yUHA:not(:first-child):not(:last-child){border-radius:0}.bootstrap-min-module__input-group-addon___1Qu09,.bootstrap-min-module__input-group-btn___3yUHA{width:1%;white-space:nowrap;vertical-align:middle}.bootstrap-min-module__input-group-addon___1Qu09{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.bootstrap-min-module__input-group-addon___1Qu09.bootstrap-min-module__input-sm___L_yoC{padding:5px 10px;font-size:12px;border-radius:3px}.bootstrap-min-module__input-group-addon___1Qu09.bootstrap-min-module__input-lg___3kPzS{padding:10px 16px;font-size:18px;border-radius:6px}.bootstrap-min-module__input-group-addon___1Qu09 input[type=checkbox],.bootstrap-min-module__input-group-addon___1Qu09 input[type=radio]{margin-top:0}.bootstrap-min-module__input-group___3kOdE .bootstrap-min-module__form-control___1wsso:first-child,.bootstrap-min-module__input-group-addon___1Qu09:first-child,.bootstrap-min-module__input-group-btn___3yUHA:first-child>.bootstrap-min-module__btn___2E8XM,.bootstrap-min-module__input-group-btn___3yUHA:first-child>.bootstrap-min-module__btn-group___Aq0RA>.bootstrap-min-module__btn___2E8XM,.bootstrap-min-module__input-group-btn___3yUHA:first-child>.bootstrap-min-module__dropdown-toggle___3DDVm,.bootstrap-min-module__input-group-btn___3yUHA:last-child>.bootstrap-min-module__btn-group___Aq0RA:not(:last-child)>.bootstrap-min-module__btn___2E8XM,.bootstrap-min-module__input-group-btn___3yUHA:last-child>.bootstrap-min-module__btn___2E8XM:not(:last-child):not(.bootstrap-min-module__dropdown-toggle___3DDVm){border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-min-module__input-group-addon___1Qu09:first-child{border-right:0}.bootstrap-min-module__input-group___3kOdE .bootstrap-min-module__form-control___1wsso:last-child,.bootstrap-min-module__input-group-addon___1Qu09:last-child,.bootstrap-min-module__input-group-btn___3yUHA:first-child>.bootstrap-min-module__btn-group___Aq0RA:not(:first-child)>.bootstrap-min-module__btn___2E8XM,.bootstrap-min-module__input-group-btn___3yUHA:first-child>.bootstrap-min-module__btn___2E8XM:not(:first-child),.bootstrap-min-module__input-group-btn___3yUHA:last-child>.bootstrap-min-module__btn___2E8XM,.bootstrap-min-module__input-group-btn___3yUHA:last-child>.bootstrap-min-module__btn-group___Aq0RA>.bootstrap-min-module__btn___2E8XM,.bootstrap-min-module__input-group-btn___3yUHA:last-child>.bootstrap-min-module__dropdown-toggle___3DDVm{border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap-min-module__input-group-addon___1Qu09:last-child{border-left:0}.bootstrap-min-module__input-group-btn___3yUHA{position:relative;font-size:0;white-space:nowrap}.bootstrap-min-module__input-group-btn___3yUHA>.bootstrap-min-module__btn___2E8XM{position:relative}.bootstrap-min-module__input-group-btn___3yUHA>.bootstrap-min-module__btn___2E8XM+.bootstrap-min-module__btn___2E8XM{margin-left:-1px}.bootstrap-min-module__input-group-btn___3yUHA>.bootstrap-min-module__btn___2E8XM:active,.bootstrap-min-module__input-group-btn___3yUHA>.bootstrap-min-module__btn___2E8XM:focus,.bootstrap-min-module__input-group-btn___3yUHA>.bootstrap-min-module__btn___2E8XM:hover{z-index:2}.bootstrap-min-module__input-group-btn___3yUHA:first-child>.bootstrap-min-module__btn___2E8XM,.bootstrap-min-module__input-group-btn___3yUHA:first-child>.bootstrap-min-module__btn-group___Aq0RA{margin-right:-1px}.bootstrap-min-module__input-group-btn___3yUHA:last-child>.bootstrap-min-module__btn___2E8XM,.bootstrap-min-module__input-group-btn___3yUHA:last-child>.bootstrap-min-module__btn-group___Aq0RA{z-index:2;margin-left:-1px}.bootstrap-min-module__nav___lWrqJ{padding-left:0;margin-bottom:0;list-style:none}.bootstrap-min-module__nav___lWrqJ>li{position:relative;display:block}.bootstrap-min-module__nav___lWrqJ>li>a{position:relative;display:block;padding:10px 15px}.bootstrap-min-module__nav___lWrqJ>li>a:focus,.bootstrap-min-module__nav___lWrqJ>li>a:hover{text-decoration:none;background-color:#eee}.bootstrap-min-module__nav___lWrqJ>li.bootstrap-min-module__disabled___37KYb>a{color:#777}.bootstrap-min-module__nav___lWrqJ>li.bootstrap-min-module__disabled___37KYb>a:focus,.bootstrap-min-module__nav___lWrqJ>li.bootstrap-min-module__disabled___37KYb>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.bootstrap-min-module__nav___lWrqJ .bootstrap-min-module__open___20kbr>a,.bootstrap-min-module__nav___lWrqJ .bootstrap-min-module__open___20kbr>a:focus,.bootstrap-min-module__nav___lWrqJ .bootstrap-min-module__open___20kbr>a:hover{background-color:#eee;border-color:#337ab7}.bootstrap-min-module__nav___lWrqJ .bootstrap-min-module__nav-divider___drjjN{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.bootstrap-min-module__nav___lWrqJ>li>a>img{max-width:none}.bootstrap-min-module__nav-tabs___3AewS{border-bottom:1px solid #ddd}.bootstrap-min-module__nav-tabs___3AewS>li{float:left;margin-bottom:-1px}.bootstrap-min-module__nav-tabs___3AewS>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.bootstrap-min-module__nav-tabs___3AewS>li>a:hover{border-color:#eee #eee #ddd}.bootstrap-min-module__nav-tabs___3AewS>li.bootstrap-min-module__active___rjBWQ>a,.bootstrap-min-module__nav-tabs___3AewS>li.bootstrap-min-module__active___rjBWQ>a:focus,.bootstrap-min-module__nav-tabs___3AewS>li.bootstrap-min-module__active___rjBWQ>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.bootstrap-min-module__nav-tabs___3AewS.bootstrap-min-module__nav-justified___3ATpI{width:100%;border-bottom:0}.bootstrap-min-module__nav-tabs___3AewS.bootstrap-min-module__nav-justified___3ATpI>li{float:none}.bootstrap-min-module__nav-tabs___3AewS.bootstrap-min-module__nav-justified___3ATpI>li>a{margin-bottom:5px;text-align:center}.bootstrap-min-module__nav-tabs___3AewS.bootstrap-min-module__nav-justified___3ATpI>.bootstrap-min-module__dropdown___3tBp3 .bootstrap-min-module__dropdown-menu___MqO2z{top:auto;left:auto}@media (min-width:768px){.bootstrap-min-module__nav-tabs___3AewS.bootstrap-min-module__nav-justified___3ATpI>li{display:table-cell;width:1%}.bootstrap-min-module__nav-tabs___3AewS.bootstrap-min-module__nav-justified___3ATpI>li>a{margin-bottom:0}}.bootstrap-min-module__nav-tabs___3AewS.bootstrap-min-module__nav-justified___3ATpI>li>a{margin-right:0;border-radius:4px}.bootstrap-min-module__nav-tabs___3AewS.bootstrap-min-module__nav-justified___3ATpI>.bootstrap-min-module__active___rjBWQ>a,.bootstrap-min-module__nav-tabs___3AewS.bootstrap-min-module__nav-justified___3ATpI>.bootstrap-min-module__active___rjBWQ>a:focus,.bootstrap-min-module__nav-tabs___3AewS.bootstrap-min-module__nav-justified___3ATpI>.bootstrap-min-module__active___rjBWQ>a:hover{border:1px solid #ddd}@media (min-width:768px){.bootstrap-min-module__nav-tabs___3AewS.bootstrap-min-module__nav-justified___3ATpI>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.bootstrap-min-module__nav-tabs___3AewS.bootstrap-min-module__nav-justified___3ATpI>.bootstrap-min-module__active___rjBWQ>a,.bootstrap-min-module__nav-tabs___3AewS.bootstrap-min-module__nav-justified___3ATpI>.bootstrap-min-module__active___rjBWQ>a:focus,.bootstrap-min-module__nav-tabs___3AewS.bootstrap-min-module__nav-justified___3ATpI>.bootstrap-min-module__active___rjBWQ>a:hover{border-bottom-color:#fff}}.bootstrap-min-module__nav-pills___prA0b>li{float:left}.bootstrap-min-module__nav-pills___prA0b>li>a{border-radius:4px}.bootstrap-min-module__nav-pills___prA0b>li+li{margin-left:2px}.bootstrap-min-module__nav-pills___prA0b>li.bootstrap-min-module__active___rjBWQ>a,.bootstrap-min-module__nav-pills___prA0b>li.bootstrap-min-module__active___rjBWQ>a:focus,.bootstrap-min-module__nav-pills___prA0b>li.bootstrap-min-module__active___rjBWQ>a:hover{color:#fff;background-color:#337ab7}.bootstrap-min-module__nav-stacked___paDQD>li{float:none}.bootstrap-min-module__nav-stacked___paDQD>li+li{margin-top:2px;margin-left:0}.bootstrap-min-module__nav-justified___3ATpI{width:100%}.bootstrap-min-module__nav-justified___3ATpI>li{float:none}.bootstrap-min-module__nav-justified___3ATpI>li>a{margin-bottom:5px;text-align:center}.bootstrap-min-module__nav-justified___3ATpI>.bootstrap-min-module__dropdown___3tBp3 .bootstrap-min-module__dropdown-menu___MqO2z{top:auto;left:auto}@media (min-width:768px){.bootstrap-min-module__nav-justified___3ATpI>li{display:table-cell;width:1%}.bootstrap-min-module__nav-justified___3ATpI>li>a{margin-bottom:0}}.bootstrap-min-module__nav-tabs-justified___2BE5u{border-bottom:0}.bootstrap-min-module__nav-tabs-justified___2BE5u>li>a{margin-right:0;border-radius:4px}.bootstrap-min-module__nav-tabs-justified___2BE5u>.bootstrap-min-module__active___rjBWQ>a,.bootstrap-min-module__nav-tabs-justified___2BE5u>.bootstrap-min-module__active___rjBWQ>a:focus,.bootstrap-min-module__nav-tabs-justified___2BE5u>.bootstrap-min-module__active___rjBWQ>a:hover{border:1px solid #ddd}@media (min-width:768px){.bootstrap-min-module__nav-tabs-justified___2BE5u>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.bootstrap-min-module__nav-tabs-justified___2BE5u>.bootstrap-min-module__active___rjBWQ>a,.bootstrap-min-module__nav-tabs-justified___2BE5u>.bootstrap-min-module__active___rjBWQ>a:focus,.bootstrap-min-module__nav-tabs-justified___2BE5u>.bootstrap-min-module__active___rjBWQ>a:hover{border-bottom-color:#fff}}.bootstrap-min-module__tab-content___H_R61>.bootstrap-min-module__tab-pane___3hhW_{display:none}.bootstrap-min-module__tab-content___H_R61>.bootstrap-min-module__active___rjBWQ{display:block}.bootstrap-min-module__nav-tabs___3AewS .bootstrap-min-module__dropdown-menu___MqO2z{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.bootstrap-min-module__navbar___3Zfdl{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.bootstrap-min-module__navbar___3Zfdl{border-radius:4px}}@media (min-width:768px){.bootstrap-min-module__navbar-header___qXKFG{float:left}}.bootstrap-min-module__navbar-collapse___3Zwdm{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.bootstrap-min-module__navbar-collapse___3Zwdm.bootstrap-min-module__in___2BuiU{overflow-y:auto}@media (min-width:768px){.bootstrap-min-module__navbar-collapse___3Zwdm{width:auto;border-top:0;box-shadow:none}.bootstrap-min-module__navbar-collapse___3Zwdm.bootstrap-min-module__collapse___Rs12D{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.bootstrap-min-module__navbar-collapse___3Zwdm.bootstrap-min-module__in___2BuiU{overflow-y:visible}.bootstrap-min-module__navbar-fixed-bottom____a6ad .bootstrap-min-module__navbar-collapse___3Zwdm,.bootstrap-min-module__navbar-fixed-top___3fx0D .bootstrap-min-module__navbar-collapse___3Zwdm,.bootstrap-min-module__navbar-static-top___2io0s .bootstrap-min-module__navbar-collapse___3Zwdm{padding-right:0;padding-left:0}}.bootstrap-min-module__navbar-fixed-bottom____a6ad .bootstrap-min-module__navbar-collapse___3Zwdm,.bootstrap-min-module__navbar-fixed-top___3fx0D .bootstrap-min-module__navbar-collapse___3Zwdm{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.bootstrap-min-module__navbar-fixed-bottom____a6ad .bootstrap-min-module__navbar-collapse___3Zwdm,.bootstrap-min-module__navbar-fixed-top___3fx0D .bootstrap-min-module__navbar-collapse___3Zwdm{max-height:200px}}.bootstrap-min-module__container-fluid___6z6kb>.bootstrap-min-module__navbar-collapse___3Zwdm,.bootstrap-min-module__container-fluid___6z6kb>.bootstrap-min-module__navbar-header___qXKFG,.bootstrap-min-module__container___2uC_g>.bootstrap-min-module__navbar-collapse___3Zwdm,.bootstrap-min-module__container___2uC_g>.bootstrap-min-module__navbar-header___qXKFG{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.bootstrap-min-module__container-fluid___6z6kb>.bootstrap-min-module__navbar-collapse___3Zwdm,.bootstrap-min-module__container-fluid___6z6kb>.bootstrap-min-module__navbar-header___qXKFG,.bootstrap-min-module__container___2uC_g>.bootstrap-min-module__navbar-collapse___3Zwdm,.bootstrap-min-module__container___2uC_g>.bootstrap-min-module__navbar-header___qXKFG{margin-right:0;margin-left:0}}.bootstrap-min-module__navbar-static-top___2io0s{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.bootstrap-min-module__navbar-static-top___2io0s{border-radius:0}}.bootstrap-min-module__navbar-fixed-bottom____a6ad,.bootstrap-min-module__navbar-fixed-top___3fx0D{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.bootstrap-min-module__navbar-fixed-bottom____a6ad,.bootstrap-min-module__navbar-fixed-top___3fx0D{border-radius:0}}.bootstrap-min-module__navbar-fixed-top___3fx0D{top:0;border-width:0 0 1px}.bootstrap-min-module__navbar-fixed-bottom____a6ad{bottom:0;margin-bottom:0;border-width:1px 0 0}.bootstrap-min-module__navbar-brand___35Tfe{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.bootstrap-min-module__navbar-brand___35Tfe:focus,.bootstrap-min-module__navbar-brand___35Tfe:hover{text-decoration:none}.bootstrap-min-module__navbar-brand___35Tfe>img{display:block}@media (min-width:768px){.bootstrap-min-module__navbar___3Zfdl>.bootstrap-min-module__container___2uC_g .bootstrap-min-module__navbar-brand___35Tfe,.bootstrap-min-module__navbar___3Zfdl>.bootstrap-min-module__container-fluid___6z6kb .bootstrap-min-module__navbar-brand___35Tfe{margin-left:-15px}}.bootstrap-min-module__navbar-toggle___15HaO{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.bootstrap-min-module__navbar-toggle___15HaO:focus{outline:0}.bootstrap-min-module__navbar-toggle___15HaO .bootstrap-min-module__icon-bar___5Poix{display:block;width:22px;height:2px;border-radius:1px}.bootstrap-min-module__navbar-toggle___15HaO .bootstrap-min-module__icon-bar___5Poix+.bootstrap-min-module__icon-bar___5Poix{margin-top:4px}@media (min-width:768px){.bootstrap-min-module__navbar-toggle___15HaO{display:none}}.bootstrap-min-module__navbar-nav___CknKb{margin:7.5px -15px}.bootstrap-min-module__navbar-nav___CknKb>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z .bootstrap-min-module__dropdown-header___UhpBe,.bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z>li>a{padding:5px 15px 5px 25px}.bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z>li>a{line-height:20px}.bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z>li>a:focus,.bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z>li>a:hover{background-image:none}}@media (min-width:768px){.bootstrap-min-module__navbar-nav___CknKb{float:left;margin:0}.bootstrap-min-module__navbar-nav___CknKb>li{float:left}.bootstrap-min-module__navbar-nav___CknKb>li>a{padding-top:15px;padding-bottom:15px}}.bootstrap-min-module__navbar-form___2xWjq{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.bootstrap-min-module__navbar-form___2xWjq .bootstrap-min-module__form-group___HD-vp{display:inline-block;margin-bottom:0;vertical-align:middle}.bootstrap-min-module__navbar-form___2xWjq .bootstrap-min-module__form-control___1wsso{display:inline-block;width:auto;vertical-align:middle}.bootstrap-min-module__navbar-form___2xWjq .bootstrap-min-module__form-control-static___3zqA9{display:inline-block}.bootstrap-min-module__navbar-form___2xWjq .bootstrap-min-module__input-group___3kOdE{display:inline-table;vertical-align:middle}.bootstrap-min-module__navbar-form___2xWjq .bootstrap-min-module__input-group___3kOdE .bootstrap-min-module__form-control___1wsso,.bootstrap-min-module__navbar-form___2xWjq .bootstrap-min-module__input-group___3kOdE .bootstrap-min-module__input-group-addon___1Qu09,.bootstrap-min-module__navbar-form___2xWjq .bootstrap-min-module__input-group___3kOdE .bootstrap-min-module__input-group-btn___3yUHA{width:auto}.bootstrap-min-module__navbar-form___2xWjq .bootstrap-min-module__input-group___3kOdE>.bootstrap-min-module__form-control___1wsso{width:100%}.bootstrap-min-module__navbar-form___2xWjq .bootstrap-min-module__control-label___3dnKn{margin-bottom:0;vertical-align:middle}.bootstrap-min-module__navbar-form___2xWjq .bootstrap-min-module__checkbox___Bl2py,.bootstrap-min-module__navbar-form___2xWjq .bootstrap-min-module__radio___2vz-i{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.bootstrap-min-module__navbar-form___2xWjq .bootstrap-min-module__checkbox___Bl2py label,.bootstrap-min-module__navbar-form___2xWjq .bootstrap-min-module__radio___2vz-i label{padding-left:0}.bootstrap-min-module__navbar-form___2xWjq .bootstrap-min-module__checkbox___Bl2py input[type=checkbox],.bootstrap-min-module__navbar-form___2xWjq .bootstrap-min-module__radio___2vz-i input[type=radio]{position:relative;margin-left:0}.bootstrap-min-module__navbar-form___2xWjq .bootstrap-min-module__has-feedback___3vywa .bootstrap-min-module__form-control-feedback___1vV1B{top:0}}@media (max-width:767px){.bootstrap-min-module__navbar-form___2xWjq .bootstrap-min-module__form-group___HD-vp{margin-bottom:5px}.bootstrap-min-module__navbar-form___2xWjq .bootstrap-min-module__form-group___HD-vp:last-child{margin-bottom:0}}@media (min-width:768px){.bootstrap-min-module__navbar-form___2xWjq{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;box-shadow:none}}.bootstrap-min-module__navbar-nav___CknKb>li>.bootstrap-min-module__dropdown-menu___MqO2z{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.bootstrap-min-module__navbar-fixed-bottom____a6ad .bootstrap-min-module__navbar-nav___CknKb>li>.bootstrap-min-module__dropdown-menu___MqO2z{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap-min-module__navbar-btn___23Ymu{margin-top:8px;margin-bottom:8px}.bootstrap-min-module__navbar-btn___23Ymu.bootstrap-min-module__btn-sm___1Bzhs{margin-top:10px;margin-bottom:10px}.bootstrap-min-module__navbar-btn___23Ymu.bootstrap-min-module__btn-xs___1GNJA{margin-top:14px;margin-bottom:14px}.bootstrap-min-module__navbar-text___3pPU1{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.bootstrap-min-module__navbar-text___3pPU1{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.bootstrap-min-module__navbar-left___3BkF_{float:left!important}.bootstrap-min-module__navbar-right___3GuSl{float:right!important;margin-right:-15px}.bootstrap-min-module__navbar-right___3GuSl~.bootstrap-min-module__navbar-right___3GuSl{margin-right:0}}.bootstrap-min-module__navbar-default___GOd8z{background-color:#f8f8f8;border-color:#e7e7e7}.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-brand___35Tfe{color:#777}.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-brand___35Tfe:focus,.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-brand___35Tfe:hover{color:#5e5e5e;background-color:transparent}.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-text___3pPU1{color:#777}.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-nav___CknKb>li>a{color:#777}.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-nav___CknKb>li>a:focus,.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-nav___CknKb>li>a:hover{color:#333;background-color:transparent}.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-nav___CknKb>.bootstrap-min-module__active___rjBWQ>a,.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-nav___CknKb>.bootstrap-min-module__active___rjBWQ>a:focus,.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-nav___CknKb>.bootstrap-min-module__active___rjBWQ>a:hover{color:#555;background-color:#e7e7e7}.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-nav___CknKb>.bootstrap-min-module__disabled___37KYb>a,.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-nav___CknKb>.bootstrap-min-module__disabled___37KYb>a:focus,.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-nav___CknKb>.bootstrap-min-module__disabled___37KYb>a:hover{color:#ccc;background-color:transparent}.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-toggle___15HaO{border-color:#ddd}.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-toggle___15HaO:focus,.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-toggle___15HaO:hover{background-color:#ddd}.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-toggle___15HaO .bootstrap-min-module__icon-bar___5Poix{background-color:#888}.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-collapse___3Zwdm,.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-form___2xWjq{border-color:#e7e7e7}.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-nav___CknKb>.bootstrap-min-module__open___20kbr>a,.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-nav___CknKb>.bootstrap-min-module__open___20kbr>a:focus,.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-nav___CknKb>.bootstrap-min-module__open___20kbr>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z>li>a{color:#777}.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z>li>a:focus,.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z>li>a:hover{color:#333;background-color:transparent}.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z>.bootstrap-min-module__active___rjBWQ>a,.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z>.bootstrap-min-module__active___rjBWQ>a:focus,.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z>.bootstrap-min-module__active___rjBWQ>a:hover{color:#555;background-color:#e7e7e7}.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z>.bootstrap-min-module__disabled___37KYb>a,.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z>.bootstrap-min-module__disabled___37KYb>a:focus,.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z>.bootstrap-min-module__disabled___37KYb>a:hover{color:#ccc;background-color:transparent}}.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-link___2B2Xq{color:#777}.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__navbar-link___2B2Xq:hover{color:#333}.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__btn-link___2C9r-{color:#777}.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__btn-link___2C9r-:focus,.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__btn-link___2C9r-:hover{color:#333}.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__btn-link___2C9r-[disabled]:focus,.bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__btn-link___2C9r-[disabled]:hover,fieldset[disabled] .bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__btn-link___2C9r-:focus,fieldset[disabled] .bootstrap-min-module__navbar-default___GOd8z .bootstrap-min-module__btn-link___2C9r-:hover{color:#ccc}.bootstrap-min-module__navbar-inverse___2C7Rk{background-color:#222;border-color:#080808}.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-brand___35Tfe{color:#9d9d9d}.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-brand___35Tfe:focus,.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-brand___35Tfe:hover{color:#fff;background-color:transparent}.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-text___3pPU1{color:#9d9d9d}.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-nav___CknKb>li>a{color:#9d9d9d}.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-nav___CknKb>li>a:focus,.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-nav___CknKb>li>a:hover{color:#fff;background-color:transparent}.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-nav___CknKb>.bootstrap-min-module__active___rjBWQ>a,.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-nav___CknKb>.bootstrap-min-module__active___rjBWQ>a:focus,.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-nav___CknKb>.bootstrap-min-module__active___rjBWQ>a:hover{color:#fff;background-color:#080808}.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-nav___CknKb>.bootstrap-min-module__disabled___37KYb>a,.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-nav___CknKb>.bootstrap-min-module__disabled___37KYb>a:focus,.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-nav___CknKb>.bootstrap-min-module__disabled___37KYb>a:hover{color:#444;background-color:transparent}.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-toggle___15HaO{border-color:#333}.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-toggle___15HaO:focus,.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-toggle___15HaO:hover{background-color:#333}.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-toggle___15HaO .bootstrap-min-module__icon-bar___5Poix{background-color:#fff}.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-collapse___3Zwdm,.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-form___2xWjq{border-color:#101010}.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-nav___CknKb>.bootstrap-min-module__open___20kbr>a,.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-nav___CknKb>.bootstrap-min-module__open___20kbr>a:focus,.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-nav___CknKb>.bootstrap-min-module__open___20kbr>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z>.bootstrap-min-module__dropdown-header___UhpBe{border-color:#080808}.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z .bootstrap-min-module__divider___2juMG{background-color:#080808}.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z>li>a{color:#9d9d9d}.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z>li>a:focus,.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z>li>a:hover{color:#fff;background-color:transparent}.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z>.bootstrap-min-module__active___rjBWQ>a,.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z>.bootstrap-min-module__active___rjBWQ>a:focus,.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z>.bootstrap-min-module__active___rjBWQ>a:hover{color:#fff;background-color:#080808}.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z>.bootstrap-min-module__disabled___37KYb>a,.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z>.bootstrap-min-module__disabled___37KYb>a:focus,.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-nav___CknKb .bootstrap-min-module__open___20kbr .bootstrap-min-module__dropdown-menu___MqO2z>.bootstrap-min-module__disabled___37KYb>a:hover{color:#444;background-color:transparent}}.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-link___2B2Xq{color:#9d9d9d}.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__navbar-link___2B2Xq:hover{color:#fff}.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__btn-link___2C9r-{color:#9d9d9d}.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__btn-link___2C9r-:focus,.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__btn-link___2C9r-:hover{color:#fff}.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__btn-link___2C9r-[disabled]:focus,.bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__btn-link___2C9r-[disabled]:hover,fieldset[disabled] .bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__btn-link___2C9r-:focus,fieldset[disabled] .bootstrap-min-module__navbar-inverse___2C7Rk .bootstrap-min-module__btn-link___2C9r-:hover{color:#444}.bootstrap-min-module__breadcrumb___1tcFi{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.bootstrap-min-module__breadcrumb___1tcFi>li{display:inline-block}.bootstrap-min-module__breadcrumb___1tcFi>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.bootstrap-min-module__breadcrumb___1tcFi>.bootstrap-min-module__active___rjBWQ{color:#777}.bootstrap-min-module__pagination___U_9Kt{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.bootstrap-min-module__pagination___U_9Kt>li{display:inline}.bootstrap-min-module__pagination___U_9Kt>li>a,.bootstrap-min-module__pagination___U_9Kt>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.bootstrap-min-module__pagination___U_9Kt>li:first-child>a,.bootstrap-min-module__pagination___U_9Kt>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.bootstrap-min-module__pagination___U_9Kt>li:last-child>a,.bootstrap-min-module__pagination___U_9Kt>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.bootstrap-min-module__pagination___U_9Kt>li>a:focus,.bootstrap-min-module__pagination___U_9Kt>li>a:hover,.bootstrap-min-module__pagination___U_9Kt>li>span:focus,.bootstrap-min-module__pagination___U_9Kt>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.bootstrap-min-module__pagination___U_9Kt>.bootstrap-min-module__active___rjBWQ>a,.bootstrap-min-module__pagination___U_9Kt>.bootstrap-min-module__active___rjBWQ>a:focus,.bootstrap-min-module__pagination___U_9Kt>.bootstrap-min-module__active___rjBWQ>a:hover,.bootstrap-min-module__pagination___U_9Kt>.bootstrap-min-module__active___rjBWQ>span,.bootstrap-min-module__pagination___U_9Kt>.bootstrap-min-module__active___rjBWQ>span:focus,.bootstrap-min-module__pagination___U_9Kt>.bootstrap-min-module__active___rjBWQ>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.bootstrap-min-module__pagination___U_9Kt>.bootstrap-min-module__disabled___37KYb>a,.bootstrap-min-module__pagination___U_9Kt>.bootstrap-min-module__disabled___37KYb>a:focus,.bootstrap-min-module__pagination___U_9Kt>.bootstrap-min-module__disabled___37KYb>a:hover,.bootstrap-min-module__pagination___U_9Kt>.bootstrap-min-module__disabled___37KYb>span,.bootstrap-min-module__pagination___U_9Kt>.bootstrap-min-module__disabled___37KYb>span:focus,.bootstrap-min-module__pagination___U_9Kt>.bootstrap-min-module__disabled___37KYb>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.bootstrap-min-module__pagination-lg___3LfVM>li>a,.bootstrap-min-module__pagination-lg___3LfVM>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.bootstrap-min-module__pagination-lg___3LfVM>li:first-child>a,.bootstrap-min-module__pagination-lg___3LfVM>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.bootstrap-min-module__pagination-lg___3LfVM>li:last-child>a,.bootstrap-min-module__pagination-lg___3LfVM>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.bootstrap-min-module__pagination-sm___1xxTS>li>a,.bootstrap-min-module__pagination-sm___1xxTS>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.bootstrap-min-module__pagination-sm___1xxTS>li:first-child>a,.bootstrap-min-module__pagination-sm___1xxTS>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.bootstrap-min-module__pagination-sm___1xxTS>li:last-child>a,.bootstrap-min-module__pagination-sm___1xxTS>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.bootstrap-min-module__pager___2rdNh{padding-left:0;margin:20px 0;text-align:center;list-style:none}.bootstrap-min-module__pager___2rdNh li{display:inline}.bootstrap-min-module__pager___2rdNh li>a,.bootstrap-min-module__pager___2rdNh li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.bootstrap-min-module__pager___2rdNh li>a:focus,.bootstrap-min-module__pager___2rdNh li>a:hover{text-decoration:none;background-color:#eee}.bootstrap-min-module__pager___2rdNh .bootstrap-min-module__next___20hnr>a,.bootstrap-min-module__pager___2rdNh .bootstrap-min-module__next___20hnr>span{float:right}.bootstrap-min-module__pager___2rdNh .bootstrap-min-module__previous___2ZEZ2>a,.bootstrap-min-module__pager___2rdNh .bootstrap-min-module__previous___2ZEZ2>span{float:left}.bootstrap-min-module__pager___2rdNh .bootstrap-min-module__disabled___37KYb>a,.bootstrap-min-module__pager___2rdNh .bootstrap-min-module__disabled___37KYb>a:focus,.bootstrap-min-module__pager___2rdNh .bootstrap-min-module__disabled___37KYb>a:hover,.bootstrap-min-module__pager___2rdNh .bootstrap-min-module__disabled___37KYb>span{color:#777;cursor:not-allowed;background-color:#fff}.bootstrap-min-module__label___1j7nt{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.bootstrap-min-module__label___1j7nt:focus,a.bootstrap-min-module__label___1j7nt:hover{color:#fff;text-decoration:none;cursor:pointer}.bootstrap-min-module__label___1j7nt:empty{display:none}.bootstrap-min-module__btn___2E8XM .bootstrap-min-module__label___1j7nt{position:relative;top:-1px}.bootstrap-min-module__label-default___y7On7{background-color:#777}.bootstrap-min-module__label-default___y7On7[href]:focus,.bootstrap-min-module__label-default___y7On7[href]:hover{background-color:#5e5e5e}.bootstrap-min-module__label-primary___2yzDQ{background-color:#337ab7}.bootstrap-min-module__label-primary___2yzDQ[href]:focus,.bootstrap-min-module__label-primary___2yzDQ[href]:hover{background-color:#286090}.bootstrap-min-module__label-success___3Yhhm{background-color:#5cb85c}.bootstrap-min-module__label-success___3Yhhm[href]:focus,.bootstrap-min-module__label-success___3Yhhm[href]:hover{background-color:#449d44}.bootstrap-min-module__label-info___2rrud{background-color:#5bc0de}.bootstrap-min-module__label-info___2rrud[href]:focus,.bootstrap-min-module__label-info___2rrud[href]:hover{background-color:#31b0d5}.bootstrap-min-module__label-warning___1PITb{background-color:#f0ad4e}.bootstrap-min-module__label-warning___1PITb[href]:focus,.bootstrap-min-module__label-warning___1PITb[href]:hover{background-color:#ec971f}.bootstrap-min-module__label-danger___G8wUD{background-color:#d9534f}.bootstrap-min-module__label-danger___G8wUD[href]:focus,.bootstrap-min-module__label-danger___G8wUD[href]:hover{background-color:#c9302c}.bootstrap-min-module__badge___2KMNb{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.bootstrap-min-module__badge___2KMNb:empty{display:none}.bootstrap-min-module__btn___2E8XM .bootstrap-min-module__badge___2KMNb{position:relative;top:-1px}.bootstrap-min-module__btn-group-xs___3HqTZ>.bootstrap-min-module__btn___2E8XM .bootstrap-min-module__badge___2KMNb,.bootstrap-min-module__btn-xs___1GNJA .bootstrap-min-module__badge___2KMNb{top:0;padding:1px 5px}a.bootstrap-min-module__badge___2KMNb:focus,a.bootstrap-min-module__badge___2KMNb:hover{color:#fff;text-decoration:none;cursor:pointer}.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__active___rjBWQ>.bootstrap-min-module__badge___2KMNb,.bootstrap-min-module__nav-pills___prA0b>.bootstrap-min-module__active___rjBWQ>a>.bootstrap-min-module__badge___2KMNb{color:#337ab7;background-color:#fff}.bootstrap-min-module__list-group-item___1xS0i>.bootstrap-min-module__badge___2KMNb{float:right}.bootstrap-min-module__list-group-item___1xS0i>.bootstrap-min-module__badge___2KMNb+.bootstrap-min-module__badge___2KMNb{margin-right:5px}.bootstrap-min-module__nav-pills___prA0b>li>a>.bootstrap-min-module__badge___2KMNb{margin-left:3px}.bootstrap-min-module__jumbotron___1bpWB{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.bootstrap-min-module__jumbotron___1bpWB .bootstrap-min-module__h1___1Z-cW,.bootstrap-min-module__jumbotron___1bpWB h1{color:inherit}.bootstrap-min-module__jumbotron___1bpWB p{margin-bottom:15px;font-size:21px;font-weight:200}.bootstrap-min-module__jumbotron___1bpWB>hr{border-top-color:#d5d5d5}.bootstrap-min-module__container___2uC_g .bootstrap-min-module__jumbotron___1bpWB,.bootstrap-min-module__container-fluid___6z6kb .bootstrap-min-module__jumbotron___1bpWB{padding-right:15px;padding-left:15px;border-radius:6px}.bootstrap-min-module__jumbotron___1bpWB .bootstrap-min-module__container___2uC_g{max-width:100%}@media screen and (min-width:768px){.bootstrap-min-module__jumbotron___1bpWB{padding-top:48px;padding-bottom:48px}.bootstrap-min-module__container___2uC_g .bootstrap-min-module__jumbotron___1bpWB,.bootstrap-min-module__container-fluid___6z6kb .bootstrap-min-module__jumbotron___1bpWB{padding-right:60px;padding-left:60px}.bootstrap-min-module__jumbotron___1bpWB .bootstrap-min-module__h1___1Z-cW,.bootstrap-min-module__jumbotron___1bpWB h1{font-size:63px}}.bootstrap-min-module__thumbnail___1sK1r{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:border .2s ease-in-out}.bootstrap-min-module__thumbnail___1sK1r a>img,.bootstrap-min-module__thumbnail___1sK1r>img{margin-right:auto;margin-left:auto}a.bootstrap-min-module__thumbnail___1sK1r.bootstrap-min-module__active___rjBWQ,a.bootstrap-min-module__thumbnail___1sK1r:focus,a.bootstrap-min-module__thumbnail___1sK1r:hover{border-color:#337ab7}.bootstrap-min-module__thumbnail___1sK1r .bootstrap-min-module__caption___1VHMo{padding:9px;color:#333}.bootstrap-min-module__alert___23BN_{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.bootstrap-min-module__alert___23BN_ h4{margin-top:0;color:inherit}.bootstrap-min-module__alert___23BN_ .bootstrap-min-module__alert-link___193Pu{font-weight:700}.bootstrap-min-module__alert___23BN_>p,.bootstrap-min-module__alert___23BN_>ul{margin-bottom:0}.bootstrap-min-module__alert___23BN_>p+p{margin-top:5px}.bootstrap-min-module__alert-dismissable___3kRiz,.bootstrap-min-module__alert-dismissible___3vifa{padding-right:35px}.bootstrap-min-module__alert-dismissable___3kRiz .bootstrap-min-module__close___1WNQJ,.bootstrap-min-module__alert-dismissible___3vifa .bootstrap-min-module__close___1WNQJ{position:relative;top:-2px;right:-21px;color:inherit}.bootstrap-min-module__alert-success___tM1nx{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.bootstrap-min-module__alert-success___tM1nx hr{border-top-color:#c9e2b3}.bootstrap-min-module__alert-success___tM1nx .bootstrap-min-module__alert-link___193Pu{color:#2b542c}.bootstrap-min-module__alert-info___2K6D9{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.bootstrap-min-module__alert-info___2K6D9 hr{border-top-color:#a6e1ec}.bootstrap-min-module__alert-info___2K6D9 .bootstrap-min-module__alert-link___193Pu{color:#245269}.bootstrap-min-module__alert-warning___1YD0n{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.bootstrap-min-module__alert-warning___1YD0n hr{border-top-color:#f7e1b5}.bootstrap-min-module__alert-warning___1YD0n .bootstrap-min-module__alert-link___193Pu{color:#66512c}.bootstrap-min-module__alert-danger___k__Ha{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.bootstrap-min-module__alert-danger___k__Ha hr{border-top-color:#e4b9c0}.bootstrap-min-module__alert-danger___k__Ha .bootstrap-min-module__alert-link___193Pu{color:#843534}@-webkit-keyframes bootstrap-min-module__progress-bar-stripes___3ns_t{from{background-position:40px 0}to{background-position:0 0}}@keyframes bootstrap-min-module__progress-bar-stripes___3ns_t{from{background-position:40px 0}to{background-position:0 0}}.bootstrap-min-module__progress___nnYJC{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.bootstrap-min-module__progress-bar___KaXoZ{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);transition:width .6s ease}.bootstrap-min-module__progress-bar-striped___Ql63k,.bootstrap-min-module__progress-striped___38LhN .bootstrap-min-module__progress-bar___KaXoZ{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.bootstrap-min-module__progress-bar___KaXoZ.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__progress___nnYJC.bootstrap-min-module__active___rjBWQ .bootstrap-min-module__progress-bar___KaXoZ{-webkit-animation:bootstrap-min-module__progress-bar-stripes___3ns_t 2s linear infinite;animation:bootstrap-min-module__progress-bar-stripes___3ns_t 2s linear infinite}.bootstrap-min-module__progress-bar-success___1tbKj{background-color:#5cb85c}.bootstrap-min-module__progress-striped___38LhN .bootstrap-min-module__progress-bar-success___1tbKj{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-min-module__progress-bar-info___3Lr35{background-color:#5bc0de}.bootstrap-min-module__progress-striped___38LhN .bootstrap-min-module__progress-bar-info___3Lr35{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-min-module__progress-bar-warning___3tP5Y{background-color:#f0ad4e}.bootstrap-min-module__progress-striped___38LhN .bootstrap-min-module__progress-bar-warning___3tP5Y{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-min-module__progress-bar-danger___fsoX0{background-color:#d9534f}.bootstrap-min-module__progress-striped___38LhN .bootstrap-min-module__progress-bar-danger___fsoX0{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-min-module__media___2JJI0{margin-top:15px}.bootstrap-min-module__media___2JJI0:first-child{margin-top:0}.bootstrap-min-module__media___2JJI0,.bootstrap-min-module__media-body___39itR{overflow:hidden;zoom:1}.bootstrap-min-module__media-body___39itR{width:10000px}.bootstrap-min-module__media-object___NlWnF{display:block}.bootstrap-min-module__media-object___NlWnF.bootstrap-min-module__img-thumbnail___2wfWd{max-width:none}.bootstrap-min-module__media-right___2cOWR,.bootstrap-min-module__media___2JJI0>.bootstrap-min-module__pull-right___10wFl{padding-left:10px}.bootstrap-min-module__media-left___1c5z8,.bootstrap-min-module__media___2JJI0>.bootstrap-min-module__pull-left___POlMM{padding-right:10px}.bootstrap-min-module__media-body___39itR,.bootstrap-min-module__media-left___1c5z8,.bootstrap-min-module__media-right___2cOWR{display:table-cell;vertical-align:top}.bootstrap-min-module__media-middle___3xG-L{vertical-align:middle}.bootstrap-min-module__media-bottom___16_3y{vertical-align:bottom}.bootstrap-min-module__media-heading___1kRVo{margin-top:0;margin-bottom:5px}.bootstrap-min-module__media-list___JfPlP{padding-left:0;list-style:none}.bootstrap-min-module__list-group___36dFv{padding-left:0;margin-bottom:20px}.bootstrap-min-module__list-group-item___1xS0i{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.bootstrap-min-module__list-group-item___1xS0i:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.bootstrap-min-module__list-group-item___1xS0i:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.bootstrap-min-module__list-group-item___1xS0i,button.bootstrap-min-module__list-group-item___1xS0i{color:#555}a.bootstrap-min-module__list-group-item___1xS0i .bootstrap-min-module__list-group-item-heading___10uES,button.bootstrap-min-module__list-group-item___1xS0i .bootstrap-min-module__list-group-item-heading___10uES{color:#333}a.bootstrap-min-module__list-group-item___1xS0i:focus,a.bootstrap-min-module__list-group-item___1xS0i:hover,button.bootstrap-min-module__list-group-item___1xS0i:focus,button.bootstrap-min-module__list-group-item___1xS0i:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.bootstrap-min-module__list-group-item___1xS0i{width:100%;text-align:left}.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__disabled___37KYb,.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__disabled___37KYb:focus,.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__disabled___37KYb:hover{color:#777;cursor:not-allowed;background-color:#eee}.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__disabled___37KYb .bootstrap-min-module__list-group-item-heading___10uES,.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__disabled___37KYb:focus .bootstrap-min-module__list-group-item-heading___10uES,.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__disabled___37KYb:hover .bootstrap-min-module__list-group-item-heading___10uES{color:inherit}.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__disabled___37KYb .bootstrap-min-module__list-group-item-text___1z3xg,.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__disabled___37KYb:focus .bootstrap-min-module__list-group-item-text___1z3xg,.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__disabled___37KYb:hover .bootstrap-min-module__list-group-item-text___1z3xg{color:#777}.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__active___rjBWQ:focus,.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__active___rjBWQ:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__active___rjBWQ .bootstrap-min-module__list-group-item-heading___10uES,.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__active___rjBWQ .bootstrap-min-module__list-group-item-heading___10uES>.bootstrap-min-module__small___1Nm7n,.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__active___rjBWQ .bootstrap-min-module__list-group-item-heading___10uES>small,.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__active___rjBWQ:focus .bootstrap-min-module__list-group-item-heading___10uES,.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__active___rjBWQ:focus .bootstrap-min-module__list-group-item-heading___10uES>.bootstrap-min-module__small___1Nm7n,.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__active___rjBWQ:focus .bootstrap-min-module__list-group-item-heading___10uES>small,.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__active___rjBWQ:hover .bootstrap-min-module__list-group-item-heading___10uES,.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__active___rjBWQ:hover .bootstrap-min-module__list-group-item-heading___10uES>.bootstrap-min-module__small___1Nm7n,.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__active___rjBWQ:hover .bootstrap-min-module__list-group-item-heading___10uES>small{color:inherit}.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__active___rjBWQ .bootstrap-min-module__list-group-item-text___1z3xg,.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__active___rjBWQ:focus .bootstrap-min-module__list-group-item-text___1z3xg,.bootstrap-min-module__list-group-item___1xS0i.bootstrap-min-module__active___rjBWQ:hover .bootstrap-min-module__list-group-item-text___1z3xg{color:#c7ddef}.bootstrap-min-module__list-group-item-success___PBdwn{color:#3c763d;background-color:#dff0d8}a.bootstrap-min-module__list-group-item-success___PBdwn,button.bootstrap-min-module__list-group-item-success___PBdwn{color:#3c763d}a.bootstrap-min-module__list-group-item-success___PBdwn .bootstrap-min-module__list-group-item-heading___10uES,button.bootstrap-min-module__list-group-item-success___PBdwn .bootstrap-min-module__list-group-item-heading___10uES{color:inherit}a.bootstrap-min-module__list-group-item-success___PBdwn:focus,a.bootstrap-min-module__list-group-item-success___PBdwn:hover,button.bootstrap-min-module__list-group-item-success___PBdwn:focus,button.bootstrap-min-module__list-group-item-success___PBdwn:hover{color:#3c763d;background-color:#d0e9c6}a.bootstrap-min-module__list-group-item-success___PBdwn.bootstrap-min-module__active___rjBWQ,a.bootstrap-min-module__list-group-item-success___PBdwn.bootstrap-min-module__active___rjBWQ:focus,a.bootstrap-min-module__list-group-item-success___PBdwn.bootstrap-min-module__active___rjBWQ:hover,button.bootstrap-min-module__list-group-item-success___PBdwn.bootstrap-min-module__active___rjBWQ,button.bootstrap-min-module__list-group-item-success___PBdwn.bootstrap-min-module__active___rjBWQ:focus,button.bootstrap-min-module__list-group-item-success___PBdwn.bootstrap-min-module__active___rjBWQ:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.bootstrap-min-module__list-group-item-info___PRQot{color:#31708f;background-color:#d9edf7}a.bootstrap-min-module__list-group-item-info___PRQot,button.bootstrap-min-module__list-group-item-info___PRQot{color:#31708f}a.bootstrap-min-module__list-group-item-info___PRQot .bootstrap-min-module__list-group-item-heading___10uES,button.bootstrap-min-module__list-group-item-info___PRQot .bootstrap-min-module__list-group-item-heading___10uES{color:inherit}a.bootstrap-min-module__list-group-item-info___PRQot:focus,a.bootstrap-min-module__list-group-item-info___PRQot:hover,button.bootstrap-min-module__list-group-item-info___PRQot:focus,button.bootstrap-min-module__list-group-item-info___PRQot:hover{color:#31708f;background-color:#c4e3f3}a.bootstrap-min-module__list-group-item-info___PRQot.bootstrap-min-module__active___rjBWQ,a.bootstrap-min-module__list-group-item-info___PRQot.bootstrap-min-module__active___rjBWQ:focus,a.bootstrap-min-module__list-group-item-info___PRQot.bootstrap-min-module__active___rjBWQ:hover,button.bootstrap-min-module__list-group-item-info___PRQot.bootstrap-min-module__active___rjBWQ,button.bootstrap-min-module__list-group-item-info___PRQot.bootstrap-min-module__active___rjBWQ:focus,button.bootstrap-min-module__list-group-item-info___PRQot.bootstrap-min-module__active___rjBWQ:hover{color:#fff;background-color:#31708f;border-color:#31708f}.bootstrap-min-module__list-group-item-warning___1Om3F{color:#8a6d3b;background-color:#fcf8e3}a.bootstrap-min-module__list-group-item-warning___1Om3F,button.bootstrap-min-module__list-group-item-warning___1Om3F{color:#8a6d3b}a.bootstrap-min-module__list-group-item-warning___1Om3F .bootstrap-min-module__list-group-item-heading___10uES,button.bootstrap-min-module__list-group-item-warning___1Om3F .bootstrap-min-module__list-group-item-heading___10uES{color:inherit}a.bootstrap-min-module__list-group-item-warning___1Om3F:focus,a.bootstrap-min-module__list-group-item-warning___1Om3F:hover,button.bootstrap-min-module__list-group-item-warning___1Om3F:focus,button.bootstrap-min-module__list-group-item-warning___1Om3F:hover{color:#8a6d3b;background-color:#faf2cc}a.bootstrap-min-module__list-group-item-warning___1Om3F.bootstrap-min-module__active___rjBWQ,a.bootstrap-min-module__list-group-item-warning___1Om3F.bootstrap-min-module__active___rjBWQ:focus,a.bootstrap-min-module__list-group-item-warning___1Om3F.bootstrap-min-module__active___rjBWQ:hover,button.bootstrap-min-module__list-group-item-warning___1Om3F.bootstrap-min-module__active___rjBWQ,button.bootstrap-min-module__list-group-item-warning___1Om3F.bootstrap-min-module__active___rjBWQ:focus,button.bootstrap-min-module__list-group-item-warning___1Om3F.bootstrap-min-module__active___rjBWQ:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.bootstrap-min-module__list-group-item-danger___2Yn7p{color:#a94442;background-color:#f2dede}a.bootstrap-min-module__list-group-item-danger___2Yn7p,button.bootstrap-min-module__list-group-item-danger___2Yn7p{color:#a94442}a.bootstrap-min-module__list-group-item-danger___2Yn7p .bootstrap-min-module__list-group-item-heading___10uES,button.bootstrap-min-module__list-group-item-danger___2Yn7p .bootstrap-min-module__list-group-item-heading___10uES{color:inherit}a.bootstrap-min-module__list-group-item-danger___2Yn7p:focus,a.bootstrap-min-module__list-group-item-danger___2Yn7p:hover,button.bootstrap-min-module__list-group-item-danger___2Yn7p:focus,button.bootstrap-min-module__list-group-item-danger___2Yn7p:hover{color:#a94442;background-color:#ebcccc}a.bootstrap-min-module__list-group-item-danger___2Yn7p.bootstrap-min-module__active___rjBWQ,a.bootstrap-min-module__list-group-item-danger___2Yn7p.bootstrap-min-module__active___rjBWQ:focus,a.bootstrap-min-module__list-group-item-danger___2Yn7p.bootstrap-min-module__active___rjBWQ:hover,button.bootstrap-min-module__list-group-item-danger___2Yn7p.bootstrap-min-module__active___rjBWQ,button.bootstrap-min-module__list-group-item-danger___2Yn7p.bootstrap-min-module__active___rjBWQ:focus,button.bootstrap-min-module__list-group-item-danger___2Yn7p.bootstrap-min-module__active___rjBWQ:hover{color:#fff;background-color:#a94442;border-color:#a94442}.bootstrap-min-module__list-group-item-heading___10uES{margin-top:0;margin-bottom:5px}.bootstrap-min-module__list-group-item-text___1z3xg{margin-bottom:0;line-height:1.3}.bootstrap-min-module__panel___2qGWm{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,.05)}.bootstrap-min-module__panel-body___3NJR0{padding:15px}.bootstrap-min-module__panel-heading___1HBdo{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.bootstrap-min-module__panel-heading___1HBdo>.bootstrap-min-module__dropdown___3tBp3 .bootstrap-min-module__dropdown-toggle___3DDVm{color:inherit}.bootstrap-min-module__panel-title___18Q3m{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.bootstrap-min-module__panel-title___18Q3m>.bootstrap-min-module__small___1Nm7n,.bootstrap-min-module__panel-title___18Q3m>.bootstrap-min-module__small___1Nm7n>a,.bootstrap-min-module__panel-title___18Q3m>a,.bootstrap-min-module__panel-title___18Q3m>small,.bootstrap-min-module__panel-title___18Q3m>small>a{color:inherit}.bootstrap-min-module__panel-footer___zmG_L{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__list-group___36dFv,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__panel-collapse___3F8Z8>.bootstrap-min-module__list-group___36dFv{margin-bottom:0}.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__list-group___36dFv .bootstrap-min-module__list-group-item___1xS0i,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__panel-collapse___3F8Z8>.bootstrap-min-module__list-group___36dFv .bootstrap-min-module__list-group-item___1xS0i{border-width:1px 0;border-radius:0}.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__list-group___36dFv:first-child .bootstrap-min-module__list-group-item___1xS0i:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__panel-collapse___3F8Z8>.bootstrap-min-module__list-group___36dFv:first-child .bootstrap-min-module__list-group-item___1xS0i:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__list-group___36dFv:last-child .bootstrap-min-module__list-group-item___1xS0i:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__panel-collapse___3F8Z8>.bootstrap-min-module__list-group___36dFv:last-child .bootstrap-min-module__list-group-item___1xS0i:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__panel-heading___1HBdo+.bootstrap-min-module__panel-collapse___3F8Z8>.bootstrap-min-module__list-group___36dFv .bootstrap-min-module__list-group-item___1xS0i:first-child{border-top-left-radius:0;border-top-right-radius:0}.bootstrap-min-module__panel-heading___1HBdo+.bootstrap-min-module__list-group___36dFv .bootstrap-min-module__list-group-item___1xS0i:first-child{border-top-width:0}.bootstrap-min-module__list-group___36dFv+.bootstrap-min-module__panel-footer___zmG_L{border-top-width:0}.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__panel-collapse___3F8Z8>.bootstrap-min-module__table___356Yf,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table___356Yf{margin-bottom:0}.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__panel-collapse___3F8Z8>.bootstrap-min-module__table___356Yf caption,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf caption,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table___356Yf caption{padding-right:15px;padding-left:15px}.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj:first-child>.bootstrap-min-module__table___356Yf:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj:first-child>.bootstrap-min-module__table___356Yf:first-child>tbody:first-child>tr:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj:first-child>.bootstrap-min-module__table___356Yf:first-child>thead:first-child>tr:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf:first-child>tbody:first-child>tr:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj:first-child>.bootstrap-min-module__table___356Yf:first-child>tbody:first-child>tr:first-child td:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj:first-child>.bootstrap-min-module__table___356Yf:first-child>tbody:first-child>tr:first-child th:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj:first-child>.bootstrap-min-module__table___356Yf:first-child>thead:first-child>tr:first-child td:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj:first-child>.bootstrap-min-module__table___356Yf:first-child>thead:first-child>tr:first-child th:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf:first-child>tbody:first-child>tr:first-child td:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf:first-child>tbody:first-child>tr:first-child th:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf:first-child>thead:first-child>tr:first-child td:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj:first-child>.bootstrap-min-module__table___356Yf:first-child>tbody:first-child>tr:first-child td:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj:first-child>.bootstrap-min-module__table___356Yf:first-child>tbody:first-child>tr:first-child th:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj:first-child>.bootstrap-min-module__table___356Yf:first-child>thead:first-child>tr:first-child td:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj:first-child>.bootstrap-min-module__table___356Yf:first-child>thead:first-child>tr:first-child th:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf:first-child>tbody:first-child>tr:first-child td:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf:first-child>tbody:first-child>tr:first-child th:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf:first-child>thead:first-child>tr:first-child td:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj:last-child>.bootstrap-min-module__table___356Yf:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj:last-child>.bootstrap-min-module__table___356Yf:last-child>tbody:last-child>tr:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj:last-child>.bootstrap-min-module__table___356Yf:last-child>tfoot:last-child>tr:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf:last-child>tbody:last-child>tr:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj:last-child>.bootstrap-min-module__table___356Yf:last-child>tbody:last-child>tr:last-child td:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj:last-child>.bootstrap-min-module__table___356Yf:last-child>tbody:last-child>tr:last-child th:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj:last-child>.bootstrap-min-module__table___356Yf:last-child>tfoot:last-child>tr:last-child td:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj:last-child>.bootstrap-min-module__table___356Yf:last-child>tfoot:last-child>tr:last-child th:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf:last-child>tbody:last-child>tr:last-child td:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf:last-child>tbody:last-child>tr:last-child th:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf:last-child>tfoot:last-child>tr:last-child td:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj:last-child>.bootstrap-min-module__table___356Yf:last-child>tbody:last-child>tr:last-child td:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj:last-child>.bootstrap-min-module__table___356Yf:last-child>tbody:last-child>tr:last-child th:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj:last-child>.bootstrap-min-module__table___356Yf:last-child>tfoot:last-child>tr:last-child td:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj:last-child>.bootstrap-min-module__table___356Yf:last-child>tfoot:last-child>tr:last-child th:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf:last-child>tbody:last-child>tr:last-child td:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf:last-child>tbody:last-child>tr:last-child th:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf:last-child>tfoot:last-child>tr:last-child td:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__panel-body___3NJR0+.bootstrap-min-module__table___356Yf,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__panel-body___3NJR0+.bootstrap-min-module__table-responsive___39Qvj,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf+.bootstrap-min-module__panel-body___3NJR0,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj+.bootstrap-min-module__panel-body___3NJR0{border-top:1px solid #ddd}.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf>tbody:first-child>tr:first-child td,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table___356Yf>tbody:first-child>tr:first-child th{border-top:0}.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-bordered___17m9J,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J{border:0}.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-bordered___17m9J>tbody>tr>td:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-bordered___17m9J>tbody>tr>th:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-bordered___17m9J>tfoot>tr>td:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-bordered___17m9J>tfoot>tr>th:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-bordered___17m9J>thead>tr>td:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-bordered___17m9J>thead>tr>th:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tbody>tr>td:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tbody>tr>th:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tfoot>tr>td:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tfoot>tr>th:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>thead>tr>td:first-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>thead>tr>th:first-child{border-left:0}.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-bordered___17m9J>tbody>tr>td:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-bordered___17m9J>tbody>tr>th:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-bordered___17m9J>tfoot>tr>td:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-bordered___17m9J>tfoot>tr>th:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-bordered___17m9J>thead>tr>td:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-bordered___17m9J>thead>tr>th:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tbody>tr>td:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tbody>tr>th:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tfoot>tr>td:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tfoot>tr>th:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>thead>tr>td:last-child,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>thead>tr>th:last-child{border-right:0}.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-bordered___17m9J>tbody>tr:first-child>td,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-bordered___17m9J>tbody>tr:first-child>th,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-bordered___17m9J>thead>tr:first-child>td,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-bordered___17m9J>thead>tr:first-child>th,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tbody>tr:first-child>td,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tbody>tr:first-child>th,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>thead>tr:first-child>td,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>thead>tr:first-child>th{border-bottom:0}.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-bordered___17m9J>tbody>tr:last-child>td,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-bordered___17m9J>tbody>tr:last-child>th,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-bordered___17m9J>tfoot>tr:last-child>td,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-bordered___17m9J>tfoot>tr:last-child>th,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tbody>tr:last-child>td,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tbody>tr:last-child>th,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tfoot>tr:last-child>td,.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj>.bootstrap-min-module__table-bordered___17m9J>tfoot>tr:last-child>th{border-bottom:0}.bootstrap-min-module__panel___2qGWm>.bootstrap-min-module__table-responsive___39Qvj{margin-bottom:0;border:0}.bootstrap-min-module__panel-group___3mRXx{margin-bottom:20px}.bootstrap-min-module__panel-group___3mRXx .bootstrap-min-module__panel___2qGWm{margin-bottom:0;border-radius:4px}.bootstrap-min-module__panel-group___3mRXx .bootstrap-min-module__panel___2qGWm+.bootstrap-min-module__panel___2qGWm{margin-top:5px}.bootstrap-min-module__panel-group___3mRXx .bootstrap-min-module__panel-heading___1HBdo{border-bottom:0}.bootstrap-min-module__panel-group___3mRXx .bootstrap-min-module__panel-heading___1HBdo+.bootstrap-min-module__panel-collapse___3F8Z8>.bootstrap-min-module__list-group___36dFv,.bootstrap-min-module__panel-group___3mRXx .bootstrap-min-module__panel-heading___1HBdo+.bootstrap-min-module__panel-collapse___3F8Z8>.bootstrap-min-module__panel-body___3NJR0{border-top:1px solid #ddd}.bootstrap-min-module__panel-group___3mRXx .bootstrap-min-module__panel-footer___zmG_L{border-top:0}.bootstrap-min-module__panel-group___3mRXx .bootstrap-min-module__panel-footer___zmG_L+.bootstrap-min-module__panel-collapse___3F8Z8 .bootstrap-min-module__panel-body___3NJR0{border-bottom:1px solid #ddd}.bootstrap-min-module__panel-default___3J8dR{border-color:#ddd}.bootstrap-min-module__panel-default___3J8dR>.bootstrap-min-module__panel-heading___1HBdo{color:#333;background-color:#f5f5f5;border-color:#ddd}.bootstrap-min-module__panel-default___3J8dR>.bootstrap-min-module__panel-heading___1HBdo+.bootstrap-min-module__panel-collapse___3F8Z8>.bootstrap-min-module__panel-body___3NJR0{border-top-color:#ddd}.bootstrap-min-module__panel-default___3J8dR>.bootstrap-min-module__panel-heading___1HBdo .bootstrap-min-module__badge___2KMNb{color:#f5f5f5;background-color:#333}.bootstrap-min-module__panel-default___3J8dR>.bootstrap-min-module__panel-footer___zmG_L+.bootstrap-min-module__panel-collapse___3F8Z8>.bootstrap-min-module__panel-body___3NJR0{border-bottom-color:#ddd}.bootstrap-min-module__panel-primary___1PfYP{border-color:#337ab7}.bootstrap-min-module__panel-primary___1PfYP>.bootstrap-min-module__panel-heading___1HBdo{color:#fff;background-color:#337ab7;border-color:#337ab7}.bootstrap-min-module__panel-primary___1PfYP>.bootstrap-min-module__panel-heading___1HBdo+.bootstrap-min-module__panel-collapse___3F8Z8>.bootstrap-min-module__panel-body___3NJR0{border-top-color:#337ab7}.bootstrap-min-module__panel-primary___1PfYP>.bootstrap-min-module__panel-heading___1HBdo .bootstrap-min-module__badge___2KMNb{color:#337ab7;background-color:#fff}.bootstrap-min-module__panel-primary___1PfYP>.bootstrap-min-module__panel-footer___zmG_L+.bootstrap-min-module__panel-collapse___3F8Z8>.bootstrap-min-module__panel-body___3NJR0{border-bottom-color:#337ab7}.bootstrap-min-module__panel-success___ya3S9{border-color:#d6e9c6}.bootstrap-min-module__panel-success___ya3S9>.bootstrap-min-module__panel-heading___1HBdo{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.bootstrap-min-module__panel-success___ya3S9>.bootstrap-min-module__panel-heading___1HBdo+.bootstrap-min-module__panel-collapse___3F8Z8>.bootstrap-min-module__panel-body___3NJR0{border-top-color:#d6e9c6}.bootstrap-min-module__panel-success___ya3S9>.bootstrap-min-module__panel-heading___1HBdo .bootstrap-min-module__badge___2KMNb{color:#dff0d8;background-color:#3c763d}.bootstrap-min-module__panel-success___ya3S9>.bootstrap-min-module__panel-footer___zmG_L+.bootstrap-min-module__panel-collapse___3F8Z8>.bootstrap-min-module__panel-body___3NJR0{border-bottom-color:#d6e9c6}.bootstrap-min-module__panel-info___3SEIi{border-color:#bce8f1}.bootstrap-min-module__panel-info___3SEIi>.bootstrap-min-module__panel-heading___1HBdo{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.bootstrap-min-module__panel-info___3SEIi>.bootstrap-min-module__panel-heading___1HBdo+.bootstrap-min-module__panel-collapse___3F8Z8>.bootstrap-min-module__panel-body___3NJR0{border-top-color:#bce8f1}.bootstrap-min-module__panel-info___3SEIi>.bootstrap-min-module__panel-heading___1HBdo .bootstrap-min-module__badge___2KMNb{color:#d9edf7;background-color:#31708f}.bootstrap-min-module__panel-info___3SEIi>.bootstrap-min-module__panel-footer___zmG_L+.bootstrap-min-module__panel-collapse___3F8Z8>.bootstrap-min-module__panel-body___3NJR0{border-bottom-color:#bce8f1}.bootstrap-min-module__panel-warning___3BPXT{border-color:#faebcc}.bootstrap-min-module__panel-warning___3BPXT>.bootstrap-min-module__panel-heading___1HBdo{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.bootstrap-min-module__panel-warning___3BPXT>.bootstrap-min-module__panel-heading___1HBdo+.bootstrap-min-module__panel-collapse___3F8Z8>.bootstrap-min-module__panel-body___3NJR0{border-top-color:#faebcc}.bootstrap-min-module__panel-warning___3BPXT>.bootstrap-min-module__panel-heading___1HBdo .bootstrap-min-module__badge___2KMNb{color:#fcf8e3;background-color:#8a6d3b}.bootstrap-min-module__panel-warning___3BPXT>.bootstrap-min-module__panel-footer___zmG_L+.bootstrap-min-module__panel-collapse___3F8Z8>.bootstrap-min-module__panel-body___3NJR0{border-bottom-color:#faebcc}.bootstrap-min-module__panel-danger___3UOWN{border-color:#ebccd1}.bootstrap-min-module__panel-danger___3UOWN>.bootstrap-min-module__panel-heading___1HBdo{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.bootstrap-min-module__panel-danger___3UOWN>.bootstrap-min-module__panel-heading___1HBdo+.bootstrap-min-module__panel-collapse___3F8Z8>.bootstrap-min-module__panel-body___3NJR0{border-top-color:#ebccd1}.bootstrap-min-module__panel-danger___3UOWN>.bootstrap-min-module__panel-heading___1HBdo .bootstrap-min-module__badge___2KMNb{color:#f2dede;background-color:#a94442}.bootstrap-min-module__panel-danger___3UOWN>.bootstrap-min-module__panel-footer___zmG_L+.bootstrap-min-module__panel-collapse___3F8Z8>.bootstrap-min-module__panel-body___3NJR0{border-bottom-color:#ebccd1}.bootstrap-min-module__embed-responsive___2ohnx{position:relative;display:block;height:0;padding:0;overflow:hidden}.bootstrap-min-module__embed-responsive___2ohnx .bootstrap-min-module__embed-responsive-item___1UPLL,.bootstrap-min-module__embed-responsive___2ohnx embed,.bootstrap-min-module__embed-responsive___2ohnx iframe,.bootstrap-min-module__embed-responsive___2ohnx object,.bootstrap-min-module__embed-responsive___2ohnx video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.bootstrap-min-module__embed-responsive-16by9___2iNzJ{padding-bottom:56.25%}.bootstrap-min-module__embed-responsive-4by3___7qsin{padding-bottom:75%}.bootstrap-min-module__well___1sII7{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.bootstrap-min-module__well___1sII7 blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.bootstrap-min-module__well-lg___2rBi_{padding:24px;border-radius:6px}.bootstrap-min-module__well-sm___1iT1F{padding:9px;border-radius:3px}.bootstrap-min-module__close___1WNQJ{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.bootstrap-min-module__close___1WNQJ:focus,.bootstrap-min-module__close___1WNQJ:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.bootstrap-min-module__close___1WNQJ{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.bootstrap-min-module__modal-open___b2HcC{overflow:hidden}.bootstrap-min-module__modal___29LxL{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.bootstrap-min-module__modal___29LxL.bootstrap-min-module__fade___2XzJ2 .bootstrap-min-module__modal-dialog___3T-ON{transition:transform .3s ease-out;transform:translate(0,-25%)}.bootstrap-min-module__modal___29LxL.bootstrap-min-module__in___2BuiU .bootstrap-min-module__modal-dialog___3T-ON{transform:translate(0,0)}.bootstrap-min-module__modal-open___b2HcC .bootstrap-min-module__modal___29LxL{overflow-x:hidden;overflow-y:auto}.bootstrap-min-module__modal-dialog___3T-ON{position:relative;width:auto;margin:10px}.bootstrap-min-module__modal-content___3DE7x{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;box-shadow:0 3px 9px rgba(0,0,0,.5)}.bootstrap-min-module__modal-backdrop___2ZKAM{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.bootstrap-min-module__modal-backdrop___2ZKAM.bootstrap-min-module__fade___2XzJ2{filter:alpha(opacity=0);opacity:0}.bootstrap-min-module__modal-backdrop___2ZKAM.bootstrap-min-module__in___2BuiU{filter:alpha(opacity=50);opacity:.5}.bootstrap-min-module__modal-header___BVPdG{padding:15px;border-bottom:1px solid #e5e5e5}.bootstrap-min-module__modal-header___BVPdG .bootstrap-min-module__close___1WNQJ{margin-top:-2px}.bootstrap-min-module__modal-title___2ouhW{margin:0;line-height:1.42857143}.bootstrap-min-module__modal-body___2Smfo{position:relative;padding:15px}.bootstrap-min-module__modal-footer___3VXM1{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.bootstrap-min-module__modal-footer___3VXM1 .bootstrap-min-module__btn___2E8XM+.bootstrap-min-module__btn___2E8XM{margin-bottom:0;margin-left:5px}.bootstrap-min-module__modal-footer___3VXM1 .bootstrap-min-module__btn-group___Aq0RA .bootstrap-min-module__btn___2E8XM+.bootstrap-min-module__btn___2E8XM{margin-left:-1px}.bootstrap-min-module__modal-footer___3VXM1 .bootstrap-min-module__btn-block___2y_py+.bootstrap-min-module__btn-block___2y_py{margin-left:0}.bootstrap-min-module__modal-scrollbar-measure___-LOuN{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.bootstrap-min-module__modal-dialog___3T-ON{width:600px;margin:30px auto}.bootstrap-min-module__modal-content___3DE7x{box-shadow:0 5px 15px rgba(0,0,0,.5)}.bootstrap-min-module__modal-sm___1sNME{width:300px}}@media (min-width:992px){.bootstrap-min-module__modal-lg___2XeDt{width:900px}}.bootstrap-min-module__tooltip___1hhX8{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.bootstrap-min-module__tooltip___1hhX8.bootstrap-min-module__in___2BuiU{filter:alpha(opacity=90);opacity:.9}.bootstrap-min-module__tooltip___1hhX8.bootstrap-min-module__top___23E1h{padding:5px 0;margin-top:-3px}.bootstrap-min-module__tooltip___1hhX8.bootstrap-min-module__right___Tu1w2{padding:0 5px;margin-left:3px}.bootstrap-min-module__tooltip___1hhX8.bootstrap-min-module__bottom___EyN_E{padding:5px 0;margin-top:3px}.bootstrap-min-module__tooltip___1hhX8.bootstrap-min-module__left___2IMeq{padding:0 5px;margin-left:-3px}.bootstrap-min-module__tooltip-inner___3SvCV{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.bootstrap-min-module__tooltip-arrow___2pj99{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.bootstrap-min-module__tooltip___1hhX8.bootstrap-min-module__top___23E1h .bootstrap-min-module__tooltip-arrow___2pj99{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.bootstrap-min-module__tooltip___1hhX8.bootstrap-min-module__top-left___1J8TE .bootstrap-min-module__tooltip-arrow___2pj99{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.bootstrap-min-module__tooltip___1hhX8.bootstrap-min-module__top-right___t2sOo .bootstrap-min-module__tooltip-arrow___2pj99{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.bootstrap-min-module__tooltip___1hhX8.bootstrap-min-module__right___Tu1w2 .bootstrap-min-module__tooltip-arrow___2pj99{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.bootstrap-min-module__tooltip___1hhX8.bootstrap-min-module__left___2IMeq .bootstrap-min-module__tooltip-arrow___2pj99{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.bootstrap-min-module__tooltip___1hhX8.bootstrap-min-module__bottom___EyN_E .bootstrap-min-module__tooltip-arrow___2pj99{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.bootstrap-min-module__tooltip___1hhX8.bootstrap-min-module__bottom-left___t0e1z .bootstrap-min-module__tooltip-arrow___2pj99{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.bootstrap-min-module__tooltip___1hhX8.bootstrap-min-module__bottom-right___NdDWU .bootstrap-min-module__tooltip-arrow___2pj99{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.bootstrap-min-module__popover___16qGk{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.bootstrap-min-module__popover___16qGk.bootstrap-min-module__top___23E1h{margin-top:-10px}.bootstrap-min-module__popover___16qGk.bootstrap-min-module__right___Tu1w2{margin-left:10px}.bootstrap-min-module__popover___16qGk.bootstrap-min-module__bottom___EyN_E{margin-top:10px}.bootstrap-min-module__popover___16qGk.bootstrap-min-module__left___2IMeq{margin-left:-10px}.bootstrap-min-module__popover-title___39kZC{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.bootstrap-min-module__popover-content___1h2BL{padding:9px 14px}.bootstrap-min-module__popover___16qGk>.bootstrap-min-module__arrow___1irXi,.bootstrap-min-module__popover___16qGk>.bootstrap-min-module__arrow___1irXi:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.bootstrap-min-module__popover___16qGk>.bootstrap-min-module__arrow___1irXi{border-width:11px}.bootstrap-min-module__popover___16qGk>.bootstrap-min-module__arrow___1irXi:after{content:"";border-width:10px}.bootstrap-min-module__popover___16qGk.bootstrap-min-module__top___23E1h>.bootstrap-min-module__arrow___1irXi{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.bootstrap-min-module__popover___16qGk.bootstrap-min-module__top___23E1h>.bootstrap-min-module__arrow___1irXi:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.bootstrap-min-module__popover___16qGk.bootstrap-min-module__right___Tu1w2>.bootstrap-min-module__arrow___1irXi{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.bootstrap-min-module__popover___16qGk.bootstrap-min-module__right___Tu1w2>.bootstrap-min-module__arrow___1irXi:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.bootstrap-min-module__popover___16qGk.bootstrap-min-module__bottom___EyN_E>.bootstrap-min-module__arrow___1irXi{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.bootstrap-min-module__popover___16qGk.bootstrap-min-module__bottom___EyN_E>.bootstrap-min-module__arrow___1irXi:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.bootstrap-min-module__popover___16qGk.bootstrap-min-module__left___2IMeq>.bootstrap-min-module__arrow___1irXi{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.bootstrap-min-module__popover___16qGk.bootstrap-min-module__left___2IMeq>.bootstrap-min-module__arrow___1irXi:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.bootstrap-min-module__carousel___3kH7Q{position:relative}.bootstrap-min-module__carousel-inner___3C_JH{position:relative;width:100%;overflow:hidden}.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__item___2mhs8{position:relative;display:none;transition:.6s ease-in-out left}.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__item___2mhs8>a>img,.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__item___2mhs8>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__item___2mhs8{transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px}.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__item___2mhs8.bootstrap-min-module__active___rjBWQ.bootstrap-min-module__right___Tu1w2,.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__item___2mhs8.bootstrap-min-module__next___20hnr{left:0;transform:translate3d(100%,0,0)}.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__item___2mhs8.bootstrap-min-module__active___rjBWQ.bootstrap-min-module__left___2IMeq,.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__item___2mhs8.bootstrap-min-module__prev___3gswM{left:0;transform:translate3d(-100%,0,0)}.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__item___2mhs8.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__item___2mhs8.bootstrap-min-module__next___20hnr.bootstrap-min-module__left___2IMeq,.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__item___2mhs8.bootstrap-min-module__prev___3gswM.bootstrap-min-module__right___Tu1w2{left:0;transform:translate3d(0,0,0)}}.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__active___rjBWQ,.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__next___20hnr,.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__prev___3gswM{display:block}.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__active___rjBWQ{left:0}.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__next___20hnr,.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__prev___3gswM{position:absolute;top:0;width:100%}.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__next___20hnr{left:100%}.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__prev___3gswM{left:-100%}.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__next___20hnr.bootstrap-min-module__left___2IMeq,.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__prev___3gswM.bootstrap-min-module__right___Tu1w2{left:0}.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__active___rjBWQ.bootstrap-min-module__left___2IMeq{left:-100%}.bootstrap-min-module__carousel-inner___3C_JH>.bootstrap-min-module__active___rjBWQ.bootstrap-min-module__right___Tu1w2{left:100%}.bootstrap-min-module__carousel-control___sllB_{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.bootstrap-min-module__carousel-control___sllB_.bootstrap-min-module__left___2IMeq{background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.bootstrap-min-module__carousel-control___sllB_.bootstrap-min-module__right___Tu1w2{right:0;left:auto;background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.bootstrap-min-module__carousel-control___sllB_:focus,.bootstrap-min-module__carousel-control___sllB_:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.bootstrap-min-module__carousel-control___sllB_ .bootstrap-min-module__glyphicon-chevron-left___5CJ1L,.bootstrap-min-module__carousel-control___sllB_ .bootstrap-min-module__glyphicon-chevron-right___3C4Fh,.bootstrap-min-module__carousel-control___sllB_ .bootstrap-min-module__icon-next___1akfj,.bootstrap-min-module__carousel-control___sllB_ .bootstrap-min-module__icon-prev___334I0{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.bootstrap-min-module__carousel-control___sllB_ .bootstrap-min-module__glyphicon-chevron-left___5CJ1L,.bootstrap-min-module__carousel-control___sllB_ .bootstrap-min-module__icon-prev___334I0{left:50%;margin-left:-10px}.bootstrap-min-module__carousel-control___sllB_ .bootstrap-min-module__glyphicon-chevron-right___3C4Fh,.bootstrap-min-module__carousel-control___sllB_ .bootstrap-min-module__icon-next___1akfj{right:50%;margin-right:-10px}.bootstrap-min-module__carousel-control___sllB_ .bootstrap-min-module__icon-next___1akfj,.bootstrap-min-module__carousel-control___sllB_ .bootstrap-min-module__icon-prev___334I0{width:20px;height:20px;font-family:serif;line-height:1}.bootstrap-min-module__carousel-control___sllB_ .bootstrap-min-module__icon-prev___334I0:before{content:'\2039'}.bootstrap-min-module__carousel-control___sllB_ .bootstrap-min-module__icon-next___1akfj:before{content:'\203a'}.bootstrap-min-module__carousel-indicators___2382b{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.bootstrap-min-module__carousel-indicators___2382b li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.bootstrap-min-module__carousel-indicators___2382b .bootstrap-min-module__active___rjBWQ{width:12px;height:12px;margin:0;background-color:#fff}.bootstrap-min-module__carousel-caption___HZOIc{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.bootstrap-min-module__carousel-caption___HZOIc .bootstrap-min-module__btn___2E8XM{text-shadow:none}@media screen and (min-width:768px){.bootstrap-min-module__carousel-control___sllB_ .bootstrap-min-module__glyphicon-chevron-left___5CJ1L,.bootstrap-min-module__carousel-control___sllB_ .bootstrap-min-module__glyphicon-chevron-right___3C4Fh,.bootstrap-min-module__carousel-control___sllB_ .bootstrap-min-module__icon-next___1akfj,.bootstrap-min-module__carousel-control___sllB_ .bootstrap-min-module__icon-prev___334I0{width:30px;height:30px;margin-top:-10px;font-size:30px}.bootstrap-min-module__carousel-control___sllB_ .bootstrap-min-module__glyphicon-chevron-left___5CJ1L,.bootstrap-min-module__carousel-control___sllB_ .bootstrap-min-module__icon-prev___334I0{margin-left:-10px}.bootstrap-min-module__carousel-control___sllB_ .bootstrap-min-module__glyphicon-chevron-right___3C4Fh,.bootstrap-min-module__carousel-control___sllB_ .bootstrap-min-module__icon-next___1akfj{margin-right:-10px}.bootstrap-min-module__carousel-caption___HZOIc{right:20%;left:20%;padding-bottom:30px}.bootstrap-min-module__carousel-indicators___2382b{bottom:20px}}.bootstrap-min-module__btn-group-vertical___28g95>.bootstrap-min-module__btn-group___Aq0RA:after,.bootstrap-min-module__btn-group-vertical___28g95>.bootstrap-min-module__btn-group___Aq0RA:before,.bootstrap-min-module__btn-toolbar___23DKn:after,.bootstrap-min-module__btn-toolbar___23DKn:before,.bootstrap-min-module__clearfix___T1v-p:after,.bootstrap-min-module__clearfix___T1v-p:before,.bootstrap-min-module__container-fluid___6z6kb:after,.bootstrap-min-module__container-fluid___6z6kb:before,.bootstrap-min-module__container___2uC_g:after,.bootstrap-min-module__container___2uC_g:before,.bootstrap-min-module__dl-horizontal___1Ocqv dd:after,.bootstrap-min-module__dl-horizontal___1Ocqv dd:before,.bootstrap-min-module__form-horizontal___1fPQC .bootstrap-min-module__form-group___HD-vp:after,.bootstrap-min-module__form-horizontal___1fPQC .bootstrap-min-module__form-group___HD-vp:before,.bootstrap-min-module__modal-footer___3VXM1:after,.bootstrap-min-module__modal-footer___3VXM1:before,.bootstrap-min-module__modal-header___BVPdG:after,.bootstrap-min-module__modal-header___BVPdG:before,.bootstrap-min-module__nav___lWrqJ:after,.bootstrap-min-module__nav___lWrqJ:before,.bootstrap-min-module__navbar-collapse___3Zwdm:after,.bootstrap-min-module__navbar-collapse___3Zwdm:before,.bootstrap-min-module__navbar-header___qXKFG:after,.bootstrap-min-module__navbar-header___qXKFG:before,.bootstrap-min-module__navbar___3Zfdl:after,.bootstrap-min-module__navbar___3Zfdl:before,.bootstrap-min-module__pager___2rdNh:after,.bootstrap-min-module__pager___2rdNh:before,.bootstrap-min-module__panel-body___3NJR0:after,.bootstrap-min-module__panel-body___3NJR0:before,.bootstrap-min-module__row___15pKJ:after,.bootstrap-min-module__row___15pKJ:before{display:table;content:" "}.bootstrap-min-module__btn-group-vertical___28g95>.bootstrap-min-module__btn-group___Aq0RA:after,.bootstrap-min-module__btn-toolbar___23DKn:after,.bootstrap-min-module__clearfix___T1v-p:after,.bootstrap-min-module__container-fluid___6z6kb:after,.bootstrap-min-module__container___2uC_g:after,.bootstrap-min-module__dl-horizontal___1Ocqv dd:after,.bootstrap-min-module__form-horizontal___1fPQC .bootstrap-min-module__form-group___HD-vp:after,.bootstrap-min-module__modal-footer___3VXM1:after,.bootstrap-min-module__modal-header___BVPdG:after,.bootstrap-min-module__nav___lWrqJ:after,.bootstrap-min-module__navbar-collapse___3Zwdm:after,.bootstrap-min-module__navbar-header___qXKFG:after,.bootstrap-min-module__navbar___3Zfdl:after,.bootstrap-min-module__pager___2rdNh:after,.bootstrap-min-module__panel-body___3NJR0:after,.bootstrap-min-module__row___15pKJ:after{clear:both}.bootstrap-min-module__center-block___3Bcoh{display:block;margin-right:auto;margin-left:auto}.bootstrap-min-module__pull-right___10wFl{float:right!important}.bootstrap-min-module__pull-left___POlMM{float:left!important}.bootstrap-min-module__hide___6vKu4{display:none!important}.bootstrap-min-module__show___197E6{display:block!important}.bootstrap-min-module__invisible___2eXyf{visibility:hidden}.bootstrap-min-module__text-hide___bb3uO{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.bootstrap-min-module__hidden___3CCme{display:none!important}.bootstrap-min-module__affix___jd7Jv{position:fixed}@-ms-viewport{width:device-width}.bootstrap-min-module__visible-lg___1xTFN,.bootstrap-min-module__visible-md___8HEVy,.bootstrap-min-module__visible-sm___1eEfV,.bootstrap-min-module__visible-xs___2bkuh{display:none!important}.bootstrap-min-module__visible-lg-block___2RNTN,.bootstrap-min-module__visible-lg-inline___AH24N,.bootstrap-min-module__visible-lg-inline-block___Z5dE4,.bootstrap-min-module__visible-md-block___LOX-z,.bootstrap-min-module__visible-md-inline___crn97,.bootstrap-min-module__visible-md-inline-block___mbpMy,.bootstrap-min-module__visible-sm-block___1R_x-,.bootstrap-min-module__visible-sm-inline___1sa5s,.bootstrap-min-module__visible-sm-inline-block___12nTi,.bootstrap-min-module__visible-xs-block___1cqFU,.bootstrap-min-module__visible-xs-inline___h0Zr1,.bootstrap-min-module__visible-xs-inline-block___88jEE{display:none!important}@media (max-width:767px){.bootstrap-min-module__visible-xs___2bkuh{display:block!important}table.bootstrap-min-module__visible-xs___2bkuh{display:table!important}tr.bootstrap-min-module__visible-xs___2bkuh{display:table-row!important}td.bootstrap-min-module__visible-xs___2bkuh,th.bootstrap-min-module__visible-xs___2bkuh{display:table-cell!important}}@media (max-width:767px){.bootstrap-min-module__visible-xs-block___1cqFU{display:block!important}}@media (max-width:767px){.bootstrap-min-module__visible-xs-inline___h0Zr1{display:inline!important}}@media (max-width:767px){.bootstrap-min-module__visible-xs-inline-block___88jEE{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-min-module__visible-sm___1eEfV{display:block!important}table.bootstrap-min-module__visible-sm___1eEfV{display:table!important}tr.bootstrap-min-module__visible-sm___1eEfV{display:table-row!important}td.bootstrap-min-module__visible-sm___1eEfV,th.bootstrap-min-module__visible-sm___1eEfV{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-min-module__visible-sm-block___1R_x-{display:block!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-min-module__visible-sm-inline___1sa5s{display:inline!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-min-module__visible-sm-inline-block___12nTi{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-min-module__visible-md___8HEVy{display:block!important}table.bootstrap-min-module__visible-md___8HEVy{display:table!important}tr.bootstrap-min-module__visible-md___8HEVy{display:table-row!important}td.bootstrap-min-module__visible-md___8HEVy,th.bootstrap-min-module__visible-md___8HEVy{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-min-module__visible-md-block___LOX-z{display:block!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-min-module__visible-md-inline___crn97{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-min-module__visible-md-inline-block___mbpMy{display:inline-block!important}}@media (min-width:1200px){.bootstrap-min-module__visible-lg___1xTFN{display:block!important}table.bootstrap-min-module__visible-lg___1xTFN{display:table!important}tr.bootstrap-min-module__visible-lg___1xTFN{display:table-row!important}td.bootstrap-min-module__visible-lg___1xTFN,th.bootstrap-min-module__visible-lg___1xTFN{display:table-cell!important}}@media (min-width:1200px){.bootstrap-min-module__visible-lg-block___2RNTN{display:block!important}}@media (min-width:1200px){.bootstrap-min-module__visible-lg-inline___AH24N{display:inline!important}}@media (min-width:1200px){.bootstrap-min-module__visible-lg-inline-block___Z5dE4{display:inline-block!important}}@media (max-width:767px){.bootstrap-min-module__hidden-xs___L1LU7{display:none!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-min-module__hidden-sm___3kbpU{display:none!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-min-module__hidden-md___1mpzS{display:none!important}}@media (min-width:1200px){.bootstrap-min-module__hidden-lg___1WsBI{display:none!important}}.bootstrap-min-module__visible-print___ZCdm-{display:none!important}@media print{.bootstrap-min-module__visible-print___ZCdm-{display:block!important}table.bootstrap-min-module__visible-print___ZCdm-{display:table!important}tr.bootstrap-min-module__visible-print___ZCdm-{display:table-row!important}td.bootstrap-min-module__visible-print___ZCdm-,th.bootstrap-min-module__visible-print___ZCdm-{display:table-cell!important}}.bootstrap-min-module__visible-print-block___1xOCk{display:none!important}@media print{.bootstrap-min-module__visible-print-block___1xOCk{display:block!important}}.bootstrap-min-module__visible-print-inline___3psBJ{display:none!important}@media print{.bootstrap-min-module__visible-print-inline___3psBJ{display:inline!important}}.bootstrap-min-module__visible-print-inline-block___159CO{display:none!important}@media print{.bootstrap-min-module__visible-print-inline-block___159CO{display:inline-block!important}}@media print{.bootstrap-min-module__hidden-print___1Q5tb{display:none!important}}
.action_icons-module__hamburger-icon___wV5og{
    border-radius: 0px;
    display: inline-block;
    width: 1px;
    height: 1px;
    box-shadow: 0px 0px rgba(255,255,255,0.03),0px 1px rgba(255,255,255,0.5),0px 2px rgba(255,255,255,0.75),0px 3px rgba(255,255,255,0.42),0px 9px rgba(255,255,255,0.01),0px 10px rgba(255,255,255,0.46),0px 11px rgba(255,255,255,0.75),0px 12px rgba(255,255,255,0.47),0px 13px rgba(255,255,255,0.02),0px 19px rgba(255,255,255,0.41),0px 20px rgba(255,255,255,0.75),0px 21px rgba(255,255,255,0.51),0px 22px rgba(255,255,255,0.04),1px 0px rgba(255,255,255,0.5),1px 1px rgba(255,255,255,1),1px 2px rgba(255,255,255,1),1px 3px rgba(255,255,255,1),1px 4px rgba(255,255,255,0.36),1px 9px rgba(255,255,255,0.42),1px 10px rgba(255,255,255,1),1px 11px rgba(255,255,255,1),1px 12px rgba(255,255,255,1),1px 13px rgba(255,255,255,0.44),1px 18px rgba(255,255,255,0.35),1px 19px rgba(255,255,255,1),1px 20px rgba(255,255,255,1),1px 21px rgba(255,255,255,1),1px 22px rgba(255,255,255,0.51),2px 0px rgba(255,255,255,0.72),2px 1px rgba(255,255,255,1),2px 2px rgba(255,255,255,1),2px 3px rgba(255,255,255,1),2px 4px rgba(255,255,255,0.58),2px 9px rgba(255,255,255,0.64),2px 10px rgba(255,255,255,1),2px 11px rgba(255,255,255,1),2px 12px rgba(255,255,255,1),2px 13px rgba(255,255,255,0.66),2px 18px rgba(255,255,255,0.56),2px 19px rgba(255,255,255,1),2px 20px rgba(255,255,255,1),2px 21px rgba(255,255,255,1),2px 22px rgba(255,255,255,0.74),3px 0px rgba(255,255,255,0.73),3px 1px rgba(255,255,255,1),3px 2px rgba(255,255,255,1),3px 3px rgba(255,255,255,1),3px 4px rgba(255,255,255,0.59),3px 9px rgba(255,255,255,0.65),3px 10px rgba(255,255,255,1),3px 11px rgba(255,255,255,1),3px 12px rgba(255,255,255,1),3px 13px rgba(255,255,255,0.67),3px 18px rgba(255,255,255,0.57),3px 19px rgba(255,255,255,1),3px 20px rgba(255,255,255,1),3px 21px rgba(255,255,255,1),3px 22px rgba(255,255,255,0.75),4px 0px rgba(255,255,255,0.73),4px 1px rgba(255,255,255,1),4px 2px rgba(255,255,255,1),4px 3px rgba(255,255,255,1),4px 4px rgba(255,255,255,0.59),4px 9px rgba(255,255,255,0.65),4px 10px rgba(255,255,255,1),4px 11px rgba(255,255,255,1),4px 12px rgba(255,255,255,1),4px 13px rgba(255,255,255,0.67),4px 18px rgba(255,255,255,0.57),4px 19px rgba(255,255,255,1),4px 20px rgba(255,255,255,1),4px 21px rgba(255,255,255,1),4px 22px rgba(255,255,255,0.75),5px 0px rgba(255,255,255,0.73),5px 1px rgba(255,255,255,1),5px 2px rgba(255,255,255,1),5px 3px rgba(255,255,255,1),5px 4px rgba(255,255,255,0.59),5px 9px rgba(255,255,255,0.65),5px 10px rgba(255,255,255,1),5px 11px rgba(255,255,255,1),5px 12px rgba(255,255,255,1),5px 13px rgba(255,255,255,0.67),5px 18px rgba(255,255,255,0.57),5px 19px rgba(255,255,255,1),5px 20px rgba(255,255,255,1),5px 21px rgba(255,255,255,1),5px 22px rgba(255,255,255,0.75),6px 0px rgba(255,255,255,0.73),6px 1px rgba(255,255,255,1),6px 2px rgba(255,255,255,1),6px 3px rgba(255,255,255,1),6px 4px rgba(255,255,255,0.59),6px 9px rgba(255,255,255,0.65),6px 10px rgba(255,255,255,1),6px 11px rgba(255,255,255,1),6px 12px rgba(255,255,255,1),6px 13px rgba(255,255,255,0.67),6px 18px rgba(255,255,255,0.57),6px 19px rgba(255,255,255,1),6px 20px rgba(255,255,255,1),6px 21px rgba(255,255,255,1),6px 22px rgba(255,255,255,0.75),7px 0px rgba(255,255,255,0.73),7px 1px rgba(255,255,255,1),7px 2px rgba(255,255,255,1),7px 3px rgba(255,255,255,1),7px 4px rgba(255,255,255,0.59),7px 9px rgba(255,255,255,0.65),7px 10px rgba(255,255,255,1),7px 11px rgba(255,255,255,1),7px 12px rgba(255,255,255,1),7px 13px rgba(255,255,255,0.67),7px 18px rgba(255,255,255,0.57),7px 19px rgba(255,255,255,1),7px 20px rgba(255,255,255,1),7px 21px rgba(255,255,255,1),7px 22px rgba(255,255,255,0.75),8px 0px rgba(255,255,255,0.73),8px 1px rgba(255,255,255,1),8px 2px rgba(255,255,255,1),8px 3px rgba(255,255,255,1),8px 4px rgba(255,255,255,0.59),8px 9px rgba(255,255,255,0.65),8px 10px rgba(255,255,255,1),8px 11px rgba(255,255,255,1),8px 12px rgba(255,255,255,1),8px 13px rgba(255,255,255,0.67),8px 18px rgba(255,255,255,0.57),8px 19px rgba(255,255,255,1),8px 20px rgba(255,255,255,1),8px 21px rgba(255,255,255,1),8px 22px rgba(255,255,255,0.75),9px 0px rgba(255,255,255,0.73),9px 1px rgba(255,255,255,1),9px 2px rgba(255,255,255,1),9px 3px rgba(255,255,255,1),9px 4px rgba(255,255,255,0.59),9px 9px rgba(255,255,255,0.65),9px 10px rgba(255,255,255,1),9px 11px rgba(255,255,255,1),9px 12px rgba(255,255,255,1),9px 13px rgba(255,255,255,0.67),9px 18px rgba(255,255,255,0.57),9px 19px rgba(255,255,255,1),9px 20px rgba(255,255,255,1),9px 21px rgba(255,255,255,1),9px 22px rgba(255,255,255,0.75),10px 0px rgba(255,255,255,0.73),10px 1px rgba(255,255,255,1),10px 2px rgba(255,255,255,1),10px 3px rgba(255,255,255,1),10px 4px rgba(255,255,255,0.59),10px 9px rgba(255,255,255,0.65),10px 10px rgba(255,255,255,1),10px 11px rgba(255,255,255,1),10px 12px rgba(255,255,255,1),10px 13px rgba(255,255,255,0.67),10px 18px rgba(255,255,255,0.57),10px 19px rgba(255,255,255,1),10px 20px rgba(255,255,255,1),10px 21px rgba(255,255,255,1),10px 22px rgba(255,255,255,0.75),11px 0px rgba(255,255,255,0.73),11px 1px rgba(255,255,255,1),11px 2px rgba(255,255,255,1),11px 3px rgba(255,255,255,1),11px 4px rgba(255,255,255,0.59),11px 9px rgba(255,255,255,0.65),11px 10px rgba(255,255,255,1),11px 11px rgba(255,255,255,1),11px 12px rgba(255,255,255,1),11px 13px rgba(255,255,255,0.67),11px 18px rgba(255,255,255,0.57),11px 19px rgba(255,255,255,1),11px 20px rgba(255,255,255,1),11px 21px rgba(255,255,255,1),11px 22px rgba(255,255,255,0.75),12px 0px rgba(255,255,255,0.73),12px 1px rgba(255,255,255,1),12px 2px rgba(255,255,255,1),12px 3px rgba(255,255,255,1),12px 4px rgba(255,255,255,0.59),12px 9px rgba(255,255,255,0.65),12px 10px rgba(255,255,255,1),12px 11px rgba(255,255,255,1),12px 12px rgba(255,255,255,1),12px 13px rgba(255,255,255,0.67),12px 18px rgba(255,255,255,0.57),12px 19px rgba(255,255,255,1),12px 20px rgba(255,255,255,1),12px 21px rgba(255,255,255,1),12px 22px rgba(255,255,255,0.75),13px 0px rgba(255,255,255,0.73),13px 1px rgba(255,255,255,1),13px 2px rgba(255,255,255,1),13px 3px rgba(255,255,255,1),13px 4px rgba(255,255,255,0.59),13px 9px rgba(255,255,255,0.65),13px 10px rgba(255,255,255,1),13px 11px rgba(255,255,255,1),13px 12px rgba(255,255,255,1),13px 13px rgba(255,255,255,0.67),13px 18px rgba(255,255,255,0.57),13px 19px rgba(255,255,255,1),13px 20px rgba(255,255,255,1),13px 21px rgba(255,255,255,1),13px 22px rgba(255,255,255,0.75),14px 0px rgba(255,255,255,0.73),14px 1px rgba(255,255,255,1),14px 2px rgba(255,255,255,1),14px 3px rgba(255,255,255,1),14px 4px rgba(255,255,255,0.59),14px 9px rgba(255,255,255,0.65),14px 10px rgba(255,255,255,1),14px 11px rgba(255,255,255,1),14px 12px rgba(255,255,255,1),14px 13px rgba(255,255,255,0.67),14px 18px rgba(255,255,255,0.57),14px 19px rgba(255,255,255,1),14px 20px rgba(255,255,255,1),14px 21px rgba(255,255,255,1),14px 22px rgba(255,255,255,0.75),15px 0px rgba(255,255,255,0.73),15px 1px rgba(255,255,255,1),15px 2px rgba(255,255,255,1),15px 3px rgba(255,255,255,1),15px 4px rgba(255,255,255,0.59),15px 9px rgba(255,255,255,0.65),15px 10px rgba(255,255,255,1),15px 11px rgba(255,255,255,1),15px 12px rgba(255,255,255,1),15px 13px rgba(255,255,255,0.67),15px 18px rgba(255,255,255,0.57),15px 19px rgba(255,255,255,1),15px 20px rgba(255,255,255,1),15px 21px rgba(255,255,255,1),15px 22px rgba(255,255,255,0.75),16px 0px rgba(255,255,255,0.73),16px 1px rgba(255,255,255,1),16px 2px rgba(255,255,255,1),16px 3px rgba(255,255,255,1),16px 4px rgba(255,255,255,0.59),16px 9px rgba(255,255,255,0.65),16px 10px rgba(255,255,255,1),16px 11px rgba(255,255,255,1),16px 12px rgba(255,255,255,1),16px 13px rgba(255,255,255,0.67),16px 18px rgba(255,255,255,0.57),16px 19px rgba(255,255,255,1),16px 20px rgba(255,255,255,1),16px 21px rgba(255,255,255,1),16px 22px rgba(255,255,255,0.75),17px 0px rgba(255,255,255,0.73),17px 1px rgba(255,255,255,1),17px 2px rgba(255,255,255,1),17px 3px rgba(255,255,255,1),17px 4px rgba(255,255,255,0.59),17px 9px rgba(255,255,255,0.65),17px 10px rgba(255,255,255,1),17px 11px rgba(255,255,255,1),17px 12px rgba(255,255,255,1),17px 13px rgba(255,255,255,0.67),17px 18px rgba(255,255,255,0.57),17px 19px rgba(255,255,255,1),17px 20px rgba(255,255,255,1),17px 21px rgba(255,255,255,1),17px 22px rgba(255,255,255,0.75),18px 0px rgba(255,255,255,0.73),18px 1px rgba(255,255,255,1),18px 2px rgba(255,255,255,1),18px 3px rgba(255,255,255,1),18px 4px rgba(255,255,255,0.59),18px 9px rgba(255,255,255,0.65),18px 10px rgba(255,255,255,1),18px 11px rgba(255,255,255,1),18px 12px rgba(255,255,255,1),18px 13px rgba(255,255,255,0.67),18px 18px rgba(255,255,255,0.57),18px 19px rgba(255,255,255,1),18px 20px rgba(255,255,255,1),18px 21px rgba(255,255,255,1),18px 22px rgba(255,255,255,0.75),19px 0px rgba(255,255,255,0.73),19px 1px rgba(255,255,255,1),19px 2px rgba(255,255,255,1),19px 3px rgba(255,255,255,1),19px 4px rgba(255,255,255,0.59),19px 9px rgba(255,255,255,0.65),19px 10px rgba(255,255,255,1),19px 11px rgba(255,255,255,1),19px 12px rgba(255,255,255,1),19px 13px rgba(255,255,255,0.67),19px 18px rgba(255,255,255,0.57),19px 19px rgba(255,255,255,1),19px 20px rgba(255,255,255,1),19px 21px rgba(255,255,255,1),19px 22px rgba(255,255,255,0.75),20px 0px rgba(255,255,255,0.73),20px 1px rgba(255,255,255,1),20px 2px rgba(255,255,255,1),20px 3px rgba(255,255,255,1),20px 4px rgba(255,255,255,0.59),20px 9px rgba(255,255,255,0.65),20px 10px rgba(255,255,255,1),20px 11px rgba(255,255,255,1),20px 12px rgba(255,255,255,1),20px 13px rgba(255,255,255,0.67),20px 18px rgba(255,255,255,0.57),20px 19px rgba(255,255,255,1),20px 20px rgba(255,255,255,1),20px 21px rgba(255,255,255,1),20px 22px rgba(255,255,255,0.75),21px 0px rgba(255,255,255,0.73),21px 1px rgba(255,255,255,1),21px 2px rgba(255,255,255,1),21px 3px rgba(255,255,255,1),21px 4px rgba(255,255,255,0.59),21px 9px rgba(255,255,255,0.65),21px 10px rgba(255,255,255,1),21px 11px rgba(255,255,255,1),21px 12px rgba(255,255,255,1),21px 13px rgba(255,255,255,0.67),21px 18px rgba(255,255,255,0.57),21px 19px rgba(255,255,255,1),21px 20px rgba(255,255,255,1),21px 21px rgba(255,255,255,1),21px 22px rgba(255,255,255,0.75),22px 0px rgba(255,255,255,0.73),22px 1px rgba(255,255,255,1),22px 2px rgba(255,255,255,1),22px 3px rgba(255,255,255,1),22px 4px rgba(255,255,255,0.59),22px 9px rgba(255,255,255,0.65),22px 10px rgba(255,255,255,1),22px 11px rgba(255,255,255,1),22px 12px rgba(255,255,255,1),22px 13px rgba(255,255,255,0.67),22px 18px rgba(255,255,255,0.57),22px 19px rgba(255,255,255,1),22px 20px rgba(255,255,255,1),22px 21px rgba(255,255,255,1),22px 22px rgba(255,255,255,0.75),23px 0px rgba(255,255,255,0.73),23px 1px rgba(255,255,255,1),23px 2px rgba(255,255,255,1),23px 3px rgba(255,255,255,1),23px 4px rgba(255,255,255,0.59),23px 9px rgba(255,255,255,0.65),23px 10px rgba(255,255,255,1),23px 11px rgba(255,255,255,1),23px 12px rgba(255,255,255,1),23px 13px rgba(255,255,255,0.67),23px 18px rgba(255,255,255,0.57),23px 19px rgba(255,255,255,1),23px 20px rgba(255,255,255,1),23px 21px rgba(255,255,255,1),23px 22px rgba(255,255,255,0.75),24px 0px rgba(255,255,255,0.73),24px 1px rgba(255,255,255,1),24px 2px rgba(255,255,255,1),24px 3px rgba(255,255,255,1),24px 4px rgba(255,255,255,0.59),24px 9px rgba(255,255,255,0.65),24px 10px rgba(255,255,255,1),24px 11px rgba(255,255,255,1),24px 12px rgba(255,255,255,1),24px 13px rgba(255,255,255,0.67),24px 18px rgba(255,255,255,0.57),24px 19px rgba(255,255,255,1),24px 20px rgba(255,255,255,1),24px 21px rgba(255,255,255,1),24px 22px rgba(255,255,255,0.75),25px 0px rgba(255,255,255,0.73),25px 1px rgba(255,255,255,1),25px 2px rgba(255,255,255,1),25px 3px rgba(255,255,255,1),25px 4px rgba(255,255,255,0.59),25px 9px rgba(255,255,255,0.65),25px 10px rgba(255,255,255,1),25px 11px rgba(255,255,255,1),25px 12px rgba(255,255,255,1),25px 13px rgba(255,255,255,0.67),25px 18px rgba(255,255,255,0.57),25px 19px rgba(255,255,255,1),25px 20px rgba(255,255,255,1),25px 21px rgba(255,255,255,1),25px 22px rgba(255,255,255,0.75),26px 0px rgba(255,255,255,0.73),26px 1px rgba(255,255,255,1),26px 2px rgba(255,255,255,1),26px 3px rgba(255,255,255,1),26px 4px rgba(255,255,255,0.59),26px 9px rgba(255,255,255,0.65),26px 10px rgba(255,255,255,1),26px 11px rgba(255,255,255,1),26px 12px rgba(255,255,255,1),26px 13px rgba(255,255,255,0.67),26px 18px rgba(255,255,255,0.57),26px 19px rgba(255,255,255,1),26px 20px rgba(255,255,255,1),26px 21px rgba(255,255,255,1),26px 22px rgba(255,255,255,0.75),27px 0px rgba(255,255,255,0.73),27px 1px rgba(255,255,255,1),27px 2px rgba(255,255,255,1),27px 3px rgba(255,255,255,1),27px 4px rgba(255,255,255,0.59),27px 9px rgba(255,255,255,0.65),27px 10px rgba(255,255,255,1),27px 11px rgba(255,255,255,1),27px 12px rgba(255,255,255,1),27px 13px rgba(255,255,255,0.67),27px 18px rgba(255,255,255,0.57),27px 19px rgba(255,255,255,1),27px 20px rgba(255,255,255,1),27px 21px rgba(255,255,255,1),27px 22px rgba(255,255,255,0.75),28px 0px rgba(255,255,255,0.73),28px 1px rgba(255,255,255,1),28px 2px rgba(255,255,255,1),28px 3px rgba(255,255,255,1),28px 4px rgba(255,255,255,0.59),28px 9px rgba(255,255,255,0.65),28px 10px rgba(255,255,255,1),28px 11px rgba(255,255,255,1),28px 12px rgba(255,255,255,1),28px 13px rgba(255,255,255,0.67),28px 18px rgba(255,255,255,0.57),28px 19px rgba(255,255,255,1),28px 20px rgba(255,255,255,1),28px 21px rgba(255,255,255,1),28px 22px rgba(255,255,255,0.75),29px 0px rgba(255,255,255,0.72),29px 1px rgba(255,255,255,1),29px 2px rgba(255,255,255,1),29px 3px rgba(255,255,255,1),29px 4px rgba(255,255,255,0.58),29px 9px rgba(255,255,255,0.64),29px 10px rgba(255,255,255,1),29px 11px rgba(255,255,255,1),29px 12px rgba(255,255,255,1),29px 13px rgba(255,255,255,0.66),29px 18px rgba(255,255,255,0.56),29px 19px rgba(255,255,255,1),29px 20px rgba(255,255,255,1),29px 21px rgba(255,255,255,1),29px 22px rgba(255,255,255,0.74),30px 0px rgba(255,255,255,0.5),30px 1px rgba(255,255,255,1),30px 2px rgba(255,255,255,1),30px 3px rgba(255,255,255,1),30px 4px rgba(255,255,255,0.37),30px 9px rgba(255,255,255,0.43),30px 10px rgba(255,255,255,1),30px 11px rgba(255,255,255,1),30px 12px rgba(255,255,255,1),30px 13px rgba(255,255,255,0.44),30px 18px rgba(255,255,255,0.35),30px 19px rgba(255,255,255,1),30px 20px rgba(255,255,255,1),30px 21px rgba(255,255,255,1),30px 22px rgba(255,255,255,0.52),31px 0px rgba(255,255,255,0.04),31px 1px rgba(255,255,255,0.52),31px 2px rgba(255,255,255,0.76),31px 3px rgba(255,255,255,0.44),31px 9px rgba(255,255,255,0.02),31px 10px rgba(255,255,255,0.48),31px 11px rgba(255,255,255,0.76),31px 12px rgba(255,255,255,0.49),31px 13px rgba(255,255,255,0.02),31px 19px rgba(255,255,255,0.43),31px 20px rgba(255,255,255,0.76),31px 21px rgba(255,255,255,0.53),31px 22px rgba(255,255,255,0.04);
}
.action_icons-module__like-icon___1S1Vo{
    border-radius: 0px;
    display: inline-block;
    width: 1px;
    height: 1px;
    box-shadow: 0px 4px rgba(186,186,198,0.88),0px 5px rgba(185,185,198,1),0px 6px rgba(185,185,198,1),0px 7px rgba(185,185,198,1),0px 8px rgba(185,185,198,1),0px 9px rgba(185,185,198,1),0px 10px rgba(185,185,198,1),0px 11px rgba(185,185,198,1),0px 12px rgba(185,185,198,1),0px 13px rgba(185,185,199,0.96),1px 4px rgba(186,186,199,0.94),1px 5px rgba(185,185,199,0.44),1px 6px rgba(186,186,197,0.19),1px 7px rgba(186,186,197,0.19),1px 8px rgba(186,186,197,0.19),1px 9px rgba(186,186,197,0.19),1px 10px rgba(186,186,197,0.19),1px 11px rgba(186,186,197,0.19),1px 12px rgba(185,185,199,0.34),1px 13px rgba(185,185,198,1),2px 4px rgba(186,186,199,0.94),2px 5px rgba(185,185,199,0.36),2px 6px rgba(191,191,191,0.06),2px 7px rgba(191,191,191,0.06),2px 8px rgba(191,191,191,0.06),2px 9px rgba(191,191,191,0.06),2px 10px rgba(191,191,191,0.06),2px 11px rgba(191,191,191,0.06),2px 12px rgba(184,184,196,0.24),2px 13px rgba(185,185,198,1),3px 4px rgba(186,186,199,0.92),3px 5px rgba(185,185,198,1),3px 6px rgba(185,185,198,1),3px 7px rgba(185,185,198,1),3px 8px rgba(185,185,198,1),3px 9px rgba(185,185,198,1),3px 10px rgba(185,185,198,1),3px 11px rgba(185,185,198,1),3px 12px rgba(185,185,198,1),3px 13px rgba(185,185,198,0.99),4px 4px rgba(187,187,197,0.38),4px 5px rgba(186,186,199,1),4px 6px rgba(186,186,198,0.32),4px 7px rgba(186,186,197,0.19),4px 8px rgba(186,186,197,0.19),4px 9px rgba(186,186,197,0.19),4px 10px rgba(186,186,197,0.19),4px 11px rgba(186,186,198,0.49),4px 12px rgba(185,185,198,0.9),4px 13px rgba(183,183,199,0.13),5px 3px rgba(186,186,198,0.25),5px 4px rgba(186,186,199,0.93),5px 5px rgba(185,185,199,0.57),5px 11px rgba(186,186,199,0.38),5px 12px rgba(186,186,198,0.88),6px 0px rgba(187,187,199,0.16),6px 1px rgba(186,186,198,0.49),6px 2px rgba(186,186,198,0.72),6px 3px rgba(185,185,198,1),6px 4px rgba(185,185,198,0.6),6px 5px rgba(170,170,170,0.01),6px 11px rgba(186,186,199,0.38),6px 12px rgba(186,186,198,0.88),7px 0px rgba(185,185,198,0.9),7px 1px rgba(185,185,199,0.82),7px 2px rgba(185,185,199,0.59),7px 3px rgba(186,186,199,0.23),7px 11px rgba(186,186,199,0.38),7px 12px rgba(186,186,198,0.88),8px 0px rgba(185,185,198,0.9),8px 1px rgba(185,185,198,0.74),8px 2px rgba(186,186,198,0.51),8px 3px rgba(186,186,198,0.68),8px 4px rgba(185,185,198,0.95),8px 5px rgba(185,185,198,0.55),8px 11px rgba(186,186,199,0.38),8px 12px rgba(186,186,198,0.88),9px 0px rgba(187,187,199,0.16),9px 1px rgba(185,185,199,0.64),9px 2px rgba(186,186,198,0.74),9px 3px rgba(185,185,198,0.61),9px 4px rgba(185,185,199,0.6),9px 5px rgba(185,185,199,0.87),9px 11px rgba(186,186,199,0.38),9px 12px rgba(186,186,198,0.88),10px 4px rgba(186,186,199,0.38),10px 5px rgba(186,186,198,0.88),10px 10px rgba(184,184,198,0.14),10px 11px rgba(186,186,198,0.74),10px 12px rgba(185,185,198,0.76),11px 4px rgba(185,185,198,0.31),11px 5px rgba(185,185,198,0.95),11px 6px rgba(185,185,197,0.26),11px 7px rgba(187,187,198,0.28),11px 8px rgba(186,186,199,0.45),11px 9px rgba(186,186,198,0.72),11px 10px rgba(185,185,198,0.99),11px 11px rgba(185,185,199,0.78),11px 12px rgba(187,187,199,0.16),12px 4px rgba(182,182,182,0.03),12px 5px rgba(186,186,198,0.73),12px 6px rgba(185,185,198,1),12px 7px rgba(185,185,199,0.98),12px 8px rgba(185,185,198,0.84),12px 9px rgba(186,186,199,0.61),12px 10px rgba(185,185,197,0.26);
}

.action_icons-module__like-shade___3Ipl2{
    color:#f12483;
    font-weight: 600
}
.action_icons-module__like-shade___3Ipl2 .action_icons-module__like-icon___1S1Vo{
    box-shadow: 0px 4px rgba(50,80,161,0.88),0px 5px rgba(50,81,161,1),0px 6px rgba(50,81,161,1),0px 7px rgba(50,81,161,1),0px 8px rgba(50,81,161,1),0px 9px rgba(50,81,161,1),0px 10px rgba(50,81,161,1),0px 11px rgba(50,81,161,1),0px 12px rgba(50,81,161,1),0px 13px rgba(49,80,161,0.96),1px 4px rgba(50,81,160,0.94),1px 5px rgba(50,79,160,0.44),1px 6px rgba(48,80,159,0.19),1px 7px rgba(48,80,159,0.19),1px 8px rgba(48,80,159,0.19),1px 9px rgba(48,80,159,0.19),1px 10px rgba(48,80,159,0.19),1px 11px rgba(48,80,159,0.19),1px 12px rgba(50,79,158,0.34),1px 13px rgba(50,81,161,1),2px 4px rgba(50,81,160,0.94),2px 5px rgba(48,78,160,0.36),2px 6px rgba(48,80,159,0.06),2px 7px rgba(48,80,159,0.06),2px 8px rgba(48,80,159,0.06),2px 9px rgba(48,80,159,0.06),2px 10px rgba(48,80,159,0.06),2px 11px rgba(48,80,159,0.06),2px 12px rgba(46,79,159,0.24),2px 13px rgba(50,81,161,1),3px 4px rgba(50,80,161,0.92),3px 5px rgba(50,81,161,1),3px 6px rgba(50,81,161,1),3px 7px rgba(50,81,161,1),3px 8px rgba(50,81,161,1),3px 9px rgba(50,81,161,1),3px 10px rgba(50,81,161,1),3px 11px rgba(50,81,161,1),3px 12px rgba(50,81,161,1),3px 13px rgba(50,81,161,0.99),4px 4px rgba(50,79,160,0.38),4px 5px rgba(49,80,161,1),4px 6px rgba(47,79,161,0.32),4px 7px rgba(48,80,159,0.19),4px 8px rgba(48,80,159,0.19),4px 9px rgba(48,80,159,0.19),4px 10px rgba(48,80,159,0.19),4px 11px rgba(49,81,160,0.49),4px 12px rgba(50,81,161,0.9),4px 13px rgba(48,80,159,0.13),5px 3px rgba(49,81,158,0.25),5px 4px rgba(50,80,161,0.93),5px 5px rgba(49,81,160,0.57),5px 11px rgba(48,80,159,0.38),5px 12px rgba(49,81,161,0.88),6px 0px rgba(50,81,155,0.16),6px 1px rgba(49,81,160,0.49),6px 2px rgba(50,80,161,0.72),6px 3px rgba(50,81,161,1),6px 4px rgba(50,80,160,0.6),6px 5px rgba(0,0,85,0.01),6px 11px rgba(48,80,159,0.38),6px 12px rgba(49,81,161,0.88),7px 0px rgba(50,81,161,0.9),7px 1px rgba(49,81,161,0.82),7px 2px rgba(49,80,160,0.59),7px 3px rgba(48,78,160,0.23),7px 11px rgba(48,80,159,0.38),7px 12px rgba(49,81,161,0.88),8px 0px rgba(50,81,161,0.9),8px 1px rgba(50,81,161,0.74),8px 2px rgba(49,80,161,0.51),8px 3px rgba(50,81,160,0.68),8px 4px rgba(50,80,160,0.95),8px 5px rgba(50,81,160,0.55),8px 11px rgba(48,80,159,0.38),8px 12px rgba(49,81,161,0.88),9px 0px rgba(50,81,155,0.16),9px 1px rgba(50,81,160,0.64),9px 2px rgba(49,80,160,0.74),9px 3px rgba(49,80,160,0.61),9px 4px rgba(50,79,161,0.6),9px 5px rgba(49,80,161,0.87),9px 11px rgba(48,80,159,0.38),9px 12px rgba(49,81,161,0.88),10px 4px rgba(48,80,159,0.38),10px 5px rgba(49,81,161,0.88),10px 10px rgba(50,78,156,0.14),10px 11px rgba(49,80,160,0.74),10px 12px rgba(50,80,160,0.76),11px 4px rgba(48,80,159,0.31),11px 5px rgba(50,80,160,0.95),11px 6px rgba(46,77,158,0.26),11px 7px rgba(47,79,158,0.28),11px 8px rgba(49,81,159,0.45),11px 9px rgba(50,80,161,0.72),11px 10px rgba(50,81,161,0.99),11px 11px rgba(50,80,161,0.78),11px 12px rgba(50,81,155,0.16),12px 4px rgba(36,73,146,0.03),12px 5px rgba(50,80,160,0.73),12px 6px rgba(50,81,161,1),12px 7px rgba(49,81,161,0.98),12px 8px rgba(50,81,160,0.84),12px 9px rgba(49,81,160,0.61),12px 10px rgba(46,77,158,0.26);
}
.action_icons-module__comment-icon___3ohMB{
    border-radius: 0px;
    display: inline-block;
    width: 1px;
    height: 1px;
    box-shadow: 0px 0px rgba(186,186,200,0.15),0px 1px rgba(185,185,199,0.8),0px 2px rgba(185,185,198,1),0px 3px rgba(185,185,198,1),0px 4px rgba(185,185,198,1),0px 5px rgba(185,185,198,1),0px 6px rgba(185,185,198,1),0px 7px rgba(185,185,198,1),0px 8px rgba(186,186,199,0.94),0px 9px rgba(185,185,199,0.41),1px 0px rgba(185,185,198,0.79),1px 1px rgba(185,185,198,0.63),1px 2px rgba(186,186,200,0.15),1px 3px rgba(183,183,199,0.13),1px 4px rgba(183,183,199,0.13),1px 5px rgba(183,183,199,0.13),1px 6px rgba(183,183,199,0.13),1px 7px rgba(183,183,199,0.13),1px 8px rgba(185,185,198,0.31),1px 9px rgba(186,186,198,0.97),1px 10px rgba(186,186,197,0.19),2px 0px rgba(185,185,198,1),2px 1px rgba(189,189,198,0.11),2px 9px rgba(186,186,199,0.71),2px 10px rgba(186,186,198,0.6),2px 11px rgba(185,185,198,0.31),2px 12px rgba(185,185,200,0.27),3px 0px rgba(185,185,198,1),3px 1px rgba(191,191,191,0.06),3px 9px rgba(185,185,198,0.45),3px 10px rgba(185,185,199,0.82),3px 11px rgba(185,185,198,1),3px 12px rgba(186,186,198,0.88),4px 0px rgba(185,185,198,1),4px 1px rgba(191,191,191,0.06),4px 10px rgba(186,186,198,0.59),4px 11px rgba(186,186,198,0.89),4px 12px rgba(184,184,198,0.14),5px 0px rgba(185,185,198,1),5px 1px rgba(191,191,191,0.06),5px 9px rgba(185,185,199,0.51),5px 10px rgba(185,185,198,0.86),5px 11px rgba(184,184,198,0.14),6px 0px rgba(185,185,198,1),6px 1px rgba(191,191,191,0.06),6px 9px rgba(185,185,198,0.69),6px 10px rgba(184,184,198,0.44),7px 0px rgba(185,185,198,1),7px 1px rgba(191,191,191,0.06),7px 9px rgba(185,185,198,0.69),7px 10px rgba(184,184,198,0.44),8px 0px rgba(185,185,198,1),8px 1px rgba(191,191,191,0.06),8px 9px rgba(185,185,198,0.69),8px 10px rgba(184,184,198,0.44),9px 0px rgba(185,185,198,1),9px 1px rgba(191,191,191,0.06),9px 9px rgba(185,185,198,0.69),9px 10px rgba(184,184,198,0.44),10px 0px rgba(185,185,198,1),10px 1px rgba(191,191,191,0.06),10px 9px rgba(185,185,198,0.69),10px 10px rgba(184,184,198,0.44),11px 0px rgba(185,185,198,1),11px 1px rgba(189,189,198,0.11),11px 9px rgba(186,186,199,0.71),11px 10px rgba(186,186,198,0.42),12px 0px rgba(185,185,198,0.79),12px 1px rgba(186,186,199,0.64),12px 2px rgba(183,183,196,0.15),12px 3px rgba(183,183,199,0.13),12px 4px rgba(183,183,199,0.13),12px 5px rgba(183,183,199,0.13),12px 6px rgba(183,183,199,0.13),12px 7px rgba(183,183,199,0.13),12px 8px rgba(184,184,197,0.31),12px 9px rgba(186,186,198,0.97),12px 10px rgba(186,186,197,0.19),13px 0px rgba(186,186,200,0.15),13px 1px rgba(185,185,199,0.8),13px 2px rgba(185,185,198,1),13px 3px rgba(185,185,198,1),13px 4px rgba(185,185,198,1),13px 5px rgba(185,185,198,1),13px 6px rgba(185,185,198,1),13px 7px rgba(185,185,198,1),13px 8px rgba(186,186,199,0.94),13px 9px rgba(185,185,199,0.41);
}
.action_icons-module__comment-shade___WyZVS .action_icons-module__comment-icon___3ohMB{
    box-shadow: 0px 0px rgba(48,76,159,0.15),0px 1px rgba(50,80,160,0.8),0px 2px rgba(50,81,161,1),0px 3px rgba(50,81,161,1),0px 4px rgba(50,81,161,1),0px 5px rgba(50,81,161,1),0px 6px rgba(50,81,161,1),0px 7px rgba(50,81,161,1),0px 8px rgba(50,81,160,0.94),0px 9px rgba(49,80,160,0.41),1px 0px rgba(49,80,160,0.79),1px 1px rgba(49,80,161,0.63),1px 2px rgba(48,76,159,0.15),1px 3px rgba(48,80,159,0.13),1px 4px rgba(48,80,159,0.13),1px 5px rgba(48,80,159,0.13),1px 6px rgba(48,80,159,0.13),1px 7px rgba(48,80,159,0.13),1px 8px rgba(48,80,159,0.31),1px 9px rgba(50,81,160,0.97),1px 10px rgba(48,80,159,0.19),2px 0px rgba(50,81,161,1),2px 1px rgba(47,76,161,0.11),2px 9px rgba(49,80,161,0.71),2px 10px rgba(49,81,159,0.6),2px 11px rgba(48,80,159,0.31),2px 12px rgba(48,78,159,0.27),3px 0px rgba(50,81,161,1),3px 1px rgba(48,80,159,0.06),3px 9px rgba(48,79,160,0.45),3px 10px rgba(49,81,160,0.82),3px 11px rgba(50,81,161,1),3px 12px rgba(50,80,161,0.88),4px 0px rgba(50,81,161,1),4px 1px rgba(48,80,159,0.06),4px 10px rgba(49,79,160,0.59),4px 11px rgba(49,81,160,0.89),4px 12px rgba(50,78,156,0.14),5px 0px rgba(50,81,161,1),5px 1px rgba(48,80,159,0.06),5px 9px rgba(49,80,160,0.51),5px 10px rgba(50,80,160,0.86),5px 11px rgba(50,78,156,0.14),6px 0px rgba(50,81,161,1),6px 1px rgba(48,80,159,0.06),6px 9px rgba(49,80,161,0.69),6px 10px rgba(48,80,159,0.44),7px 0px rgba(50,81,161,1),7px 1px rgba(48,80,159,0.06),7px 9px rgba(49,80,161,0.69),7px 10px rgba(48,80,159,0.44),8px 0px rgba(50,81,161,1),8px 1px rgba(48,80,159,0.06),8px 9px rgba(49,80,161,0.69),8px 10px rgba(48,80,159,0.44),9px 0px rgba(50,81,161,1),9px 1px rgba(48,80,159,0.06),9px 9px rgba(49,80,161,0.69),9px 10px rgba(48,80,159,0.44),10px 0px rgba(50,81,161,1),10px 1px rgba(48,80,159,0.06),10px 9px rgba(49,80,161,0.69),10px 10px rgba(48,80,159,0.44),11px 0px rgba(50,81,161,1),11px 1px rgba(47,76,161,0.11),11px 9px rgba(49,80,161,0.71),11px 10px rgba(48,79,160,0.42),12px 0px rgba(49,80,160,0.79),12px 1px rgba(48,80,160,0.64),12px 2px rgba(46,78,157,0.15),12px 3px rgba(48,80,159,0.13),12px 4px rgba(48,80,159,0.13),12px 5px rgba(48,80,159,0.13),12px 6px rgba(48,80,159,0.13),12px 7px rgba(48,80,159,0.13),12px 8px rgba(48,81,158,0.31),12px 9px rgba(50,81,160,0.97),12px 10px rgba(48,80,159,0.19),13px 0px rgba(48,76,159,0.15),13px 1px rgba(50,80,160,0.8),13px 2px rgba(50,81,161,1),13px 3px rgba(50,81,161,1),13px 4px rgba(50,81,161,1),13px 5px rgba(50,81,161,1),13px 6px rgba(50,81,161,1),13px 7px rgba(50,81,161,1),13px 8px rgba(50,81,160,0.94),13px 9px rgba(49,80,160,0.41);
}
.action_icons-module__star-icon___1OzUL{
    border-radius: 0px;
    display: inline-block;
    width: 1px;
    height: 1px;
    box-shadow: 0px 4px rgba(184,184,197,0.4),0px 5px rgba(185,185,197,0.78),0px 6px rgba(187,187,204,0.06),1px 4px rgba(184,184,197,0.59),1px 5px rgba(184,184,197,0.95),1px 6px rgba(183,183,196,0.77),1px 7px rgba(179,179,204,0.04),2px 4px rgba(183,183,197,0.74),2px 5px rgba(184,184,197,0.4),2px 6px rgba(184,184,197,0.75),2px 7px rgba(183,183,197,0.74),2px 8px rgba(170,170,213,0.02),2px 9px rgba(179,179,191,0.08),2px 10px rgba(184,184,196,0.25),2px 11px rgba(183,183,197,0.43),2px 12px rgba(184,184,197,0.52),3px 4px rgba(184,184,197,0.89),3px 5px rgba(183,183,197,0.21),3px 6px rgba(177,177,196,0.05),3px 7px rgba(184,184,197,0.79),3px 8px rgba(184,184,197,0.95),3px 9px rgba(184,184,197,1),3px 10px rgba(184,184,197,0.89),3px 11px rgba(184,184,197,0.92),3px 12px rgba(184,184,198,0.84),4px 3px rgba(185,185,197,0.17),4px 4px rgba(184,184,197,1),4px 5px rgba(180,180,195,0.07),4px 7px rgba(182,182,200,0.05),4px 8px rgba(183,183,196,0.24),4px 9px rgba(180,180,195,0.07),4px 10px rgba(170,170,198,0.04),4px 11px rgba(184,184,196,0.91),4px 12px rgba(183,183,197,0.35),5px 1px rgba(183,183,196,0.15),5px 2px rgba(184,184,197,0.66),5px 3px rgba(184,184,197,0.97),5px 4px rgba(184,184,197,0.56),5px 10px rgba(184,184,198,0.44),5px 11px rgba(184,184,197,0.84),5px 12px rgba(128,128,255,0.01),6px 0px rgba(184,184,197,0.62),6px 1px rgba(184,184,197,0.97),6px 2px rgba(185,185,196,0.6),6px 3px rgba(187,187,196,0.12),6px 9px rgba(204,204,204,0.02),6px 10px rgba(184,184,196,0.91),6px 11px rgba(183,183,197,0.35),7px 0px rgba(184,184,197,0.6),7px 1px rgba(184,184,197,0.97),7px 2px rgba(184,184,197,0.62),7px 3px rgba(187,187,196,0.12),7px 9px rgba(191,191,191,0.02),7px 10px rgba(184,184,197,0.89),7px 11px rgba(183,183,197,0.35),8px 1px rgba(184,184,198,0.14),8px 2px rgba(183,183,198,0.63),8px 3px rgba(184,184,197,0.97),8px 4px rgba(184,184,197,0.56),8px 10px rgba(184,184,196,0.41),8px 11px rgba(184,184,197,0.84),8px 12px rgba(128,128,255,0.01),9px 3px rgba(185,185,197,0.17),9px 4px rgba(184,184,197,1),9px 5px rgba(182,182,200,0.05),9px 7px rgba(188,188,201,0.07),9px 8px rgba(184,184,196,0.25),9px 9px rgba(179,179,191,0.08),9px 10px rgba(170,170,213,0.02),9px 11px rgba(184,184,197,0.89),9px 12px rgba(183,183,197,0.35),10px 4px rgba(184,184,197,0.89),10px 5px rgba(186,186,197,0.19),10px 6px rgba(184,184,198,0.07),10px 7px rgba(184,184,197,0.83),10px 8px rgba(184,184,197,0.93),10px 9px rgba(184,184,197,1),10px 10px rgba(184,184,196,0.91),10px 11px rgba(184,184,197,0.91),10px 12px rgba(184,184,198,0.84),11px 4px rgba(183,183,197,0.74),11px 5px rgba(183,183,197,0.38),11px 6px rgba(184,184,197,0.79),11px 7px rgba(183,183,197,0.73),11px 8px rgba(170,170,213,0.02),11px 9px rgba(177,177,196,0.05),11px 10px rgba(185,185,198,0.23),11px 11px rgba(185,185,197,0.41),11px 12px rgba(185,185,197,0.5),12px 4px rgba(185,185,197,0.58),12px 5px rgba(184,184,197,0.95),12px 6px rgba(184,184,197,0.76),12px 7px rgba(179,179,204,0.04),13px 4px rgba(184,184,196,0.39),13px 5px rgba(184,184,198,0.78),13px 6px rgba(187,187,204,0.06);
}
.action_icons-module__rating-shade___27s2N{
    color:#20429a;
    font-weight: 600
}
.action_icons-module__rating-shade___27s2N .action_icons-module__star-icon___1OzUL{
    box-shadow: 0px 4px rgba(48,81,159,0.4),0px 5px rgba(50,81,160,0.78),0px 6px rgba(34,68,153,0.06),1px 4px rgba(49,80,160,0.59),1px 5px rgba(50,80,160,0.95),1px 6px rgba(49,81,160,0.77),1px 7px rgba(26,77,153,0.04),2px 4px rgba(50,81,161,0.74),2px 5px rgba(48,81,159,0.4),2px 6px rgba(50,81,160,0.75),2px 7px rgba(50,81,161,0.74),2px 8px rgba(43,43,128,0.02),2px 9px rgba(38,77,153,0.08),2px 10px rgba(47,78,161,0.25),2px 11px rgba(49,79,160,0.43),2px 12px rgba(50,81,159,0.52),3px 4px rgba(49,81,161,0.89),3px 5px rgba(48,77,159,0.21),3px 6px rgba(39,78,157,0.05),3px 7px rgba(49,80,160,0.79),3px 8px rgba(49,81,161,0.95),3px 9px rgba(50,81,161,1),3px 10px rgba(49,81,161,0.89),3px 11px rgba(49,81,160,0.92),3px 12px rgba(49,80,160,0.84),4px 3px rgba(46,75,156,0.17),4px 4px rgba(50,81,161,1),4px 5px rgba(45,75,150,0.07),4px 7px rgba(36,73,146,0.05),4px 8px rgba(47,81,157,0.24),4px 9px rgba(45,75,150,0.07),4px 10px rgba(28,57,142,0.04),4px 11px rgba(50,81,160,0.91),4px 12px rgba(49,78,159,0.35),5px 1px rgba(46,78,157,0.15),5px 2px rgba(49,80,161,0.66),5px 3px rgba(49,80,160,0.97),5px 4px rgba(50,80,159,0.56),5px 10px rgba(48,80,159,0.44),5px 11px rgba(49,80,161,0.84),5px 12px rgba(0,0,128,0.01),6px 0px rgba(49,80,161,0.62),6px 1px rgba(50,81,160,0.97),6px 2px rgba(49,81,159,0.6),6px 3px rgba(43,77,153,0.12),6px 9px rgba(0,51,153,0.02),6px 10px rgba(50,81,160,0.91),6px 11px rgba(49,78,159,0.35),7px 0px rgba(50,79,161,0.6),7px 1px rgba(49,80,160,0.97),7px 2px rgba(50,80,160,0.62),7px 3px rgba(43,77,153,0.12),7px 9px rgba(0,64,128,0.02),7px 10px rgba(50,80,160,0.89),7px 11px rgba(49,78,159,0.35),8px 1px rgba(50,78,156,0.14),8px 2px rgba(49,80,161,0.63),8px 3px rgba(49,80,160,0.97),8px 4px rgba(50,80,159,0.56),8px 10px rgba(49,81,159,0.41),8px 11px rgba(49,80,161,0.84),8px 12px rgba(0,0,128,0.01),9px 3px rgba(46,75,156,0.17),9px 4px rgba(50,81,161,1),9px 5px rgba(36,73,146,0.05),9px 7px rgba(40,81,148,0.07),9px 8px rgba(47,78,161,0.25),9px 9px rgba(38,77,153,0.08),9px 10px rgba(43,43,128,0.02),9px 11px rgba(50,80,160,0.89),9px 12px rgba(49,78,159,0.35),10px 4px rgba(50,80,160,0.89),10px 5px rgba(48,80,159,0.19),10px 6px rgba(43,71,156,0.07),10px 7px rgba(50,81,161,0.83),10px 8px rgba(49,81,160,0.93),10px 9px rgba(50,81,161,1),10px 10px rgba(50,81,160,0.91),10px 11px rgba(49,81,161,0.91),10px 12px rgba(49,80,160,0.84),11px 4px rgba(50,81,161,0.74),11px 5px rgba(48,80,159,0.38),11px 6px rgba(49,80,160,0.79),11px 7px rgba(50,80,160,0.73),11px 8px rgba(43,43,128,0.02),11px 9px rgba(39,78,157,0.05),11px 10px rgba(48,79,158,0.23),11px 11px rgba(49,80,160,0.41),11px 12px rgba(48,80,161,0.5),12px 4px rgba(50,80,161,0.58),12px 5px rgba(49,81,161,0.95),12px 6px rgba(50,80,160,0.76),12px 7px rgba(26,77,153,0.04),13px 4px rgba(48,79,161,0.39),13px 5px rgba(50,80,161,0.78),13px 6px rgba(34,68,153,0.06);
}
.action_icons-module__retweet-icon___3aehD{
    border-radius: 0px;
    display: inline-block;
    width: 1px;
    height: 1px;
    box-shadow: 0px 3px rgba(191,191,191,0.05),0px 4px rgba(184,184,198,0.78),0px 5px rgba(183,183,196,0.24),1px 2px rgba(179,179,204,0.04),1px 3px rgba(183,183,197,0.74),1px 4px rgba(183,183,197,0.87),1px 5px rgba(183,183,195,0.25),2px 1px rgba(170,170,213,0.02),2px 2px rgba(184,184,196,0.73),2px 3px rgba(185,185,197,0.43),2px 4px rgba(183,183,196,0.55),2px 5px rgba(183,183,196,0.77),2px 6px rgba(184,184,197,0.69),2px 7px rgba(184,184,197,0.69),2px 8px rgba(184,184,197,0.69),2px 9px rgba(184,184,197,0.69),2px 10px rgba(184,184,197,0.62),2px 11px rgba(181,181,195,0.15),3px 1px rgba(184,184,196,0.42),3px 2px rgba(184,184,197,0.72),3px 4px rgba(185,185,197,0.09),3px 5px rgba(183,183,195,0.25),3px 6px rgba(183,183,195,0.25),3px 7px rgba(183,183,195,0.25),3px 8px rgba(183,183,195,0.25),3px 9px rgba(183,183,195,0.25),3px 10px rgba(185,185,197,0.33),3px 11px rgba(184,184,198,0.8),4px 1px rgba(170,170,213,0.02),4px 2px rgba(184,184,196,0.73),4px 3px rgba(185,185,197,0.43),4px 4px rgba(183,183,196,0.55),4px 5px rgba(183,183,196,0.77),4px 6px rgba(184,184,197,0.69),4px 7px rgba(184,184,197,0.69),4px 8px rgba(184,184,197,0.69),4px 9px rgba(184,184,197,0.79),4px 10px rgba(185,185,197,0.5),4px 11px rgba(184,184,197,0.82),5px 2px rgba(179,179,204,0.04),5px 3px rgba(183,183,197,0.74),5px 4px rgba(183,183,197,0.87),5px 5px rgba(183,183,195,0.25),5px 9px rgba(185,185,198,0.31),5px 10px rgba(183,183,197,0.5),5px 11px rgba(184,184,197,0.82),6px 0px rgba(185,185,198,0.54),6px 1px rgba(183,183,198,0.7),6px 2px rgba(191,191,191,0.05),6px 3px rgba(191,191,191,0.05),6px 4px rgba(184,184,198,0.78),6px 5px rgba(183,183,196,0.24),6px 9px rgba(185,185,196,0.29),6px 10px rgba(184,184,198,0.58),6px 11px rgba(184,184,197,0.84),7px 0px rgba(184,184,197,0.81),7px 1px rgba(185,185,198,0.61),7px 2px rgba(182,182,198,0.25),7px 6px rgba(186,186,197,0.27),7px 7px rgba(184,184,198,0.78),7px 8px rgba(191,191,191,0.05),7px 9px rgba(191,191,191,0.05),7px 10px rgba(183,183,198,0.7),7px 11px rgba(185,185,198,0.54),8px 0px rgba(185,185,197,0.75),8px 1px rgba(184,184,197,0.56),8px 2px rgba(183,183,195,0.25),8px 6px rgba(185,185,198,0.31),8px 7px rgba(184,184,197,0.83),8px 8px rgba(183,183,197,0.74),8px 9px rgba(179,179,204,0.04),9px 0px rgba(184,184,197,0.77),9px 1px rgba(183,183,196,0.55),9px 2px rgba(183,183,196,0.77),9px 3px rgba(184,184,197,0.69),9px 4px rgba(184,184,197,0.69),9px 5px rgba(184,184,197,0.69),9px 6px rgba(184,184,197,0.79),9px 7px rgba(185,185,197,0.5),9px 8px rgba(185,185,197,0.43),9px 9px rgba(184,184,196,0.73),9px 10px rgba(170,170,213,0.02),10px 0px rgba(184,184,198,0.8),10px 1px rgba(185,185,197,0.33),10px 2px rgba(183,183,195,0.25),10px 3px rgba(183,183,195,0.25),10px 4px rgba(183,183,195,0.25),10px 5px rgba(183,183,195,0.25),10px 6px rgba(183,183,195,0.25),10px 7px rgba(185,185,197,0.09),10px 9px rgba(184,184,197,0.72),10px 10px rgba(183,183,197,0.42),11px 0px rgba(181,181,195,0.15),11px 1px rgba(184,184,197,0.62),11px 2px rgba(184,184,197,0.69),11px 3px rgba(184,184,197,0.69),11px 4px rgba(184,184,197,0.69),11px 5px rgba(184,184,197,0.69),11px 6px rgba(184,184,197,0.79),11px 7px rgba(185,185,197,0.5),11px 8px rgba(185,185,197,0.43),11px 9px rgba(184,184,196,0.73),11px 10px rgba(170,170,213,0.02),12px 6px rgba(185,185,198,0.31),12px 7px rgba(184,184,197,0.83),12px 8px rgba(183,183,197,0.74),12px 9px rgba(179,179,204,0.04),13px 6px rgba(186,186,197,0.27),13px 7px rgba(184,184,198,0.78),13px 8px rgba(191,191,191,0.05);
}
.action_icons-module__retweet-shade___3eX9J{
    color:#20429a;
    font-weight: 600
}
.action_icons-module__retweet-shade___3eX9J .action_icons-module__retweet-icon___3aehD{
    box-shadow: 0px 3px rgba(43,64,149,0.05),0px 4px rgba(50,80,161,0.78),0px 5px rgba(47,81,157,0.24),1px 2px rgba(26,77,153,0.04),1px 3px rgba(50,81,161,0.74),1px 4px rgba(50,81,160,0.87),1px 5px rgba(48,80,159,0.25),2px 1px rgba(43,43,128,0.02),2px 2px rgba(49,80,161,0.73),2px 3px rgba(49,80,159,0.43),2px 4px rgba(50,81,160,0.55),2px 5px rgba(49,81,160,0.77),2px 6px rgba(49,80,161,0.69),2px 7px rgba(49,80,161,0.69),2px 8px rgba(49,80,161,0.69),2px 9px rgba(49,80,161,0.69),2px 10px rgba(48,81,160,0.62),2px 11px rgba(47,81,154,0.15),3px 1px rgba(50,80,161,0.42),3px 2px rgba(50,80,161,0.72),3px 4px rgba(46,70,151,0.09),3px 5px rgba(48,80,159,0.25),3px 6px rgba(48,80,159,0.25),3px 7px rgba(48,80,159,0.25),3px 8px rgba(48,80,159,0.25),3px 9px rgba(48,80,159,0.25),3px 10px rgba(49,79,161,0.33),3px 11px rgba(50,80,160,0.8),4px 1px rgba(43,43,128,0.02),4px 2px rgba(49,80,161,0.73),4px 3px rgba(49,80,159,0.43),4px 4px rgba(50,81,160,0.55),4px 5px rgba(49,81,160,0.77),4px 6px rgba(49,80,161,0.69),4px 7px rgba(49,80,161,0.69),4px 8px rgba(49,80,161,0.69),4px 9px rgba(49,80,160,0.79),4px 10px rgba(48,80,161,0.5),4px 11px rgba(49,81,161,0.82),5px 2px rgba(26,77,153,0.04),5px 3px rgba(50,81,161,0.74),5px 4px rgba(50,81,160,0.87),5px 5px rgba(48,80,159,0.25),5px 9px rgba(48,80,159,0.31),5px 10px rgba(50,80,159,0.5),5px 11px rgba(49,81,161,0.82),6px 0px rgba(50,79,161,0.54),6px 1px rgba(49,80,160,0.7),6px 2px rgba(43,64,149,0.05),6px 3px rgba(43,64,149,0.05),6px 4px rgba(50,80,161,0.78),6px 5px rgba(47,81,157,0.24),6px 9px rgba(49,80,161,0.29),6px 10px rgba(49,80,160,0.58),6px 11px rgba(50,81,160,0.84),7px 0px rgba(50,80,161,0.81),7px 1px rgba(49,80,160,0.61),7px 2px rgba(49,81,158,0.25),7px 6px rgba(47,80,160,0.27),7px 7px rgba(50,80,161,0.78),7px 8px rgba(43,64,149,0.05),7px 9px rgba(43,64,149,0.05),7px 10px rgba(49,80,160,0.7),7px 11px rgba(50,79,161,0.54),8px 0px rgba(49,80,161,0.75),8px 1px rgba(50,80,159,0.56),8px 2px rgba(48,80,159,0.25),8px 6px rgba(48,80,159,0.31),8px 7px rgba(49,81,160,0.83),8px 8px rgba(50,81,161,0.74),8px 9px rgba(26,77,153,0.04),9px 0px rgba(49,80,161,0.77),9px 1px rgba(50,81,160,0.55),9px 2px rgba(49,81,160,0.77),9px 3px rgba(49,80,161,0.69),9px 4px rgba(49,80,161,0.69),9px 5px rgba(49,80,161,0.69),9px 6px rgba(49,80,160,0.79),9px 7px rgba(48,80,161,0.5),9px 8px rgba(49,80,159,0.43),9px 9px rgba(49,80,161,0.73),9px 10px rgba(43,43,128,0.02),10px 0px rgba(50,80,160,0.8),10px 1px rgba(49,79,161,0.33),10px 2px rgba(48,80,159,0.25),10px 3px rgba(48,80,159,0.25),10px 4px rgba(48,80,159,0.25),10px 5px rgba(48,80,159,0.25),10px 6px rgba(48,80,159,0.25),10px 7px rgba(46,70,151,0.09),10px 9px rgba(50,80,161,0.72),10px 10px rgba(48,79,159,0.42),11px 0px rgba(47,81,154,0.15),11px 1px rgba(48,81,160,0.62),11px 2px rgba(49,80,161,0.69),11px 3px rgba(49,80,161,0.69),11px 4px rgba(49,80,161,0.69),11px 5px rgba(49,80,161,0.69),11px 6px rgba(49,80,160,0.79),11px 7px rgba(48,80,161,0.5),11px 8px rgba(49,80,159,0.43),11px 9px rgba(49,80,161,0.73),11px 10px rgba(43,43,128,0.02),12px 6px rgba(48,80,159,0.31),12px 7px rgba(49,81,160,0.83),12px 8px rgba(50,81,161,0.74),12px 9px rgba(26,77,153,0.04),13px 6px rgba(47,80,160,0.27),13px 7px rgba(50,80,161,0.78),13px 8px rgba(43,64,149,0.05);
}
.action_icons-module__share-icon___2VGsU{
    border-radius: 0px;
    display: inline-block;
    width: 1px;
    height: 1px;
    box-shadow: 0px 5px rgba(183,183,196,0.77),0px 6px rgba(184,184,197,1),0px 7px rgba(184,184,197,0.79),0px 8px rgba(170,170,170,0.01),1px 4px rgba(184,184,196,0.65),1px 5px rgba(184,184,197,0.88),1px 6px rgba(184,184,198,0.07),1px 7px rgba(184,184,197,0.88),1px 8px rgba(184,184,197,0.67),2px 4px rgba(184,184,197,0.79),2px 5px rgba(184,184,198,0.66),2px 7px rgba(184,184,197,0.66),2px 8px rgba(184,184,197,0.82),3px 4px rgba(185,185,198,0.16),3px 5px rgba(184,184,197,0.97),3px 6px rgba(184,184,197,1),3px 7px rgba(184,184,197,0.98),3px 8px rgba(185,185,197,0.17),4px 4px rgba(184,184,198,0.14),4px 5px rgba(184,184,197,0.95),4px 6px rgba(184,184,197,0.81),4px 7px rgba(184,184,197,0.92),4px 8px rgba(185,185,193,0.13),5px 4px rgba(184,184,197,0.88),5px 5px rgba(185,185,197,0.75),5px 7px rgba(184,184,198,0.71),5px 8px rgba(184,184,197,0.86),6px 3px rgba(184,184,196,0.42),6px 4px rgba(184,184,197,1),6px 5px rgba(183,183,199,0.13),6px 7px rgba(188,188,200,0.09),6px 8px rgba(184,184,197,1),6px 9px rgba(183,183,197,0.42),7px 2px rgba(170,170,213,0.02),7px 3px rgba(184,184,197,1),7px 4px rgba(184,184,197,0.55),7px 8px rgba(183,183,197,0.5),7px 9px rgba(184,184,197,0.97),7px 10px rgba(170,170,170,0.01),8px 1px rgba(182,182,196,0.22),8px 2px rgba(184,184,197,0.92),8px 3px rgba(184,184,196,0.82),8px 9px rgba(184,184,197,0.77),8px 10px rgba(184,184,197,0.92),8px 11px rgba(182,182,196,0.22),9px 0px rgba(184,184,198,0.51),9px 1px rgba(184,184,197,1),9px 2px rgba(184,184,197,1),9px 3px rgba(184,184,197,0.76),9px 9px rgba(185,185,197,0.75),9px 10px rgba(184,184,197,1),9px 11px rgba(184,184,197,1),9px 12px rgba(184,184,197,0.52),10px 0px rgba(184,184,197,0.98),10px 1px rgba(183,183,198,0.28),10px 3px rgba(185,185,197,0.89),10px 4px rgba(185,185,198,0.45),10px 8px rgba(185,185,198,0.45),10px 9px rgba(185,185,197,0.89),10px 11px rgba(184,184,198,0.28),10px 12px rgba(184,184,197,0.98),11px 0px rgba(184,184,197,0.94),11px 1px rgba(184,184,197,0.55),11px 2px rgba(187,187,199,0.16),11px 3px rgba(184,184,197,0.99),11px 4px rgba(184,184,197,0.33),11px 8px rgba(184,184,197,0.33),11px 9px rgba(184,184,197,0.99),11px 10px rgba(185,185,198,0.16),11px 11px rgba(183,183,196,0.55),11px 12px rgba(184,184,197,0.94),12px 0px rgba(185,185,197,0.24),12px 1px rgba(184,184,197,0.99),12px 2px rgba(184,184,197,1),12px 3px rgba(183,183,196,0.55),12px 9px rgba(185,185,198,0.54),12px 10px rgba(184,184,197,1),12px 11px rgba(184,184,197,1),12px 12px rgba(183,183,195,0.25);
   }
.action_icons-module__ban-icon___2L5iG{
    border-radius: 0px;
    display: inline-block;
    width: 1px;
    height: 1px;
    box-shadow: 0px 3px rgba(185,185,193,0.11),0px 4px rgba(184,184,197,0.55),0px 5px rgba(184,184,197,0.85),0px 6px rgba(184,184,197,0.98),0px 7px rgba(184,184,197,0.98),0px 8px rgba(184,184,197,0.86),0px 9px rgba(184,184,197,0.55),0px 10px rgba(185,185,193,0.11),1px 2px rgba(184,184,197,0.38),1px 3px rgba(184,184,197,0.97),1px 4px rgba(184,184,197,1),1px 5px rgba(184,184,197,1),1px 6px rgba(184,184,197,1),1px 7px rgba(184,184,197,1),1px 8px rgba(184,184,197,1),1px 9px rgba(184,184,197,1),1px 10px rgba(184,184,197,0.97),1px 11px rgba(184,184,197,0.38),2px 1px rgba(184,184,197,0.38),2px 2px rgba(184,184,197,1),2px 3px rgba(184,184,197,1),2px 4px rgba(184,184,197,0.89),2px 5px rgba(185,185,197,0.41),2px 6px rgba(186,186,197,0.19),2px 7px rgba(184,184,199,0.2),2px 8px rgba(185,185,197,0.41),2px 9px rgba(184,184,197,0.85),2px 10px rgba(184,184,197,1),2px 11px rgba(184,184,197,1),2px 12px rgba(183,183,197,0.38),3px 0px rgba(185,185,193,0.11),3px 1px rgba(184,184,197,0.97),3px 2px rgba(184,184,197,1),3px 3px rgba(184,184,197,1),3px 4px rgba(184,184,197,0.95),3px 5px rgba(185,185,195,0.22),3px 9px rgba(182,182,182,0.03),3px 10px rgba(185,185,197,0.67),3px 11px rgba(184,184,197,1),3px 12px rgba(184,184,197,0.97),3px 13px rgba(185,185,193,0.11),4px 0px rgba(184,184,197,0.55),4px 1px rgba(184,184,197,1),4px 2px rgba(184,184,197,0.86),4px 3px rgba(185,185,197,0.89),4px 4px rgba(184,184,197,1),4px 5px rgba(184,184,197,0.95),4px 6px rgba(185,185,195,0.22),4px 10px rgba(191,191,191,0.03),4px 11px rgba(184,184,197,0.85),4px 12px rgba(184,184,197,1),4px 13px rgba(184,184,197,0.55),5px 0px rgba(184,184,197,0.86),5px 1px rgba(184,184,197,1),5px 2px rgba(183,183,198,0.4),5px 3px rgba(184,184,198,0.14),5px 4px rgba(185,185,197,0.89),5px 5px rgba(184,184,197,1),5px 6px rgba(184,184,197,0.95),5px 7px rgba(185,185,195,0.22),5px 11px rgba(185,185,197,0.41),5px 12px rgba(184,184,197,1),5px 13px rgba(184,184,197,0.85),6px 0px rgba(184,184,197,0.98),6px 1px rgba(184,184,197,1),6px 2px rgba(183,183,200,0.18),6px 4px rgba(184,184,198,0.14),6px 5px rgba(185,185,197,0.89),6px 6px rgba(184,184,197,1),6px 7px rgba(184,184,197,0.95),6px 8px rgba(185,185,195,0.22),6px 11px rgba(186,186,196,0.2),6px 12px rgba(184,184,197,1),6px 13px rgba(184,184,197,0.98),7px 0px rgba(184,184,197,0.98),7px 1px rgba(184,184,197,1),7px 2px rgba(183,183,200,0.18),7px 5px rgba(184,184,198,0.14),7px 6px rgba(185,185,197,0.89),7px 7px rgba(184,184,197,1),7px 8px rgba(184,184,197,0.95),7px 9px rgba(185,185,195,0.22),7px 11px rgba(186,186,196,0.2),7px 12px rgba(184,184,197,1),7px 13px rgba(184,184,197,0.98),8px 0px rgba(184,184,197,0.85),8px 1px rgba(184,184,197,1),8px 2px rgba(184,184,196,0.41),8px 6px rgba(184,184,198,0.14),8px 7px rgba(185,185,197,0.89),8px 8px rgba(184,184,197,1),8px 9px rgba(184,184,197,0.95),8px 10px rgba(185,185,195,0.22),8px 11px rgba(185,185,197,0.41),8px 12px rgba(184,184,197,1),8px 13px rgba(184,184,197,0.86),9px 0px rgba(184,184,197,0.55),9px 1px rgba(184,184,197,1),9px 2px rgba(184,184,197,0.85),9px 3px rgba(170,170,213,0.02),9px 7px rgba(184,184,198,0.14),9px 8px rgba(185,185,197,0.89),9px 9px rgba(184,184,197,1),9px 10px rgba(184,184,197,0.95),9px 11px rgba(184,184,197,0.89),9px 12px rgba(184,184,197,1),9px 13px rgba(184,184,197,0.55),10px 0px rgba(185,185,193,0.11),10px 1px rgba(184,184,197,0.97),10px 2px rgba(184,184,197,1),10px 3px rgba(185,185,197,0.67),10px 4px rgba(182,182,182,0.03),10px 8px rgba(184,184,198,0.14),10px 9px rgba(185,185,197,0.89),10px 10px rgba(184,184,197,1),10px 11px rgba(184,184,197,1),10px 12px rgba(184,184,197,0.97),10px 13px rgba(185,185,193,0.11),11px 1px rgba(183,183,197,0.38),11px 2px rgba(184,184,197,1),11px 3px rgba(184,184,197,1),11px 4px rgba(184,184,197,0.85),11px 5px rgba(184,184,196,0.41),11px 6px rgba(183,183,200,0.18),11px 7px rgba(183,183,200,0.18),11px 8px rgba(183,183,198,0.4),11px 9px rgba(184,184,197,0.86),11px 10px rgba(184,184,197,1),11px 11px rgba(184,184,197,1),11px 12px rgba(184,184,197,0.38),12px 2px rgba(184,184,197,0.38),12px 3px rgba(184,184,197,0.97),12px 4px rgba(184,184,197,1),12px 5px rgba(184,184,197,1),12px 6px rgba(184,184,197,1),12px 7px rgba(184,184,197,1),12px 8px rgba(184,184,197,1),12px 9px rgba(184,184,197,1),12px 10px rgba(184,184,197,0.97),12px 11px rgba(183,183,197,0.38),13px 3px rgba(185,185,193,0.11),13px 4px rgba(184,184,197,0.55),13px 5px rgba(184,184,197,0.86),13px 6px rgba(184,184,197,0.98),13px 7px rgba(184,184,197,0.98),13px 8px rgba(184,184,197,0.85),13px 9px rgba(184,184,197,0.55),13px 10px rgba(185,185,193,0.11);
}
.action_icons-module__ban-shade___2NRrO{
    color:#f70808;
    font-weight: 600
}
.action_icons-module__ban-fade___2G_KZ .action_icons-module__ban-icon___2L5iG{
    border-radius: 0px;
    display: inline-block;
    width: 1px;
    height: 1px;
    box-shadow: 0px 3px rgba(44,79,158,0.11),0px 4px rgba(49,80,161,0.55),0px 5px rgba(49,81,160,0.85),0px 6px rgba(50,80,161,0.98),0px 7px rgba(50,81,160,0.98),0px 8px rgba(49,80,161,0.86),0px 9px rgba(49,80,161,0.55),0px 10px rgba(44,79,158,0.11),1px 2px rgba(50,79,160,0.38),1px 3px rgba(50,81,160,0.97),1px 4px rgba(50,81,161,1),1px 5px rgba(50,81,161,1),1px 6px rgba(50,81,161,1),1px 7px rgba(50,81,161,1),1px 8px rgba(50,81,161,1),1px 9px rgba(50,81,161,1),1px 10px rgba(50,81,160,0.97),1px 11px rgba(50,79,160,0.38),2px 1px rgba(50,79,160,0.38),2px 2px rgba(50,81,161,1),2px 3px rgba(50,81,161,1),2px 4px rgba(50,80,160,0.89),2px 5px rgba(49,80,160,0.41),2px 6px rgba(48,80,159,0.19),2px 7px rgba(46,77,158,0.2),2px 8px rgba(49,80,160,0.41),2px 9px rgba(49,80,161,0.85),2px 10px rgba(50,81,161,1),2px 11px rgba(50,81,161,1),2px 12px rgba(48,80,159,0.38),3px 0px rgba(44,79,158,0.11),3px 1px rgba(50,81,160,0.97),3px 2px rgba(50,81,161,1),3px 3px rgba(50,81,161,1),3px 4px rgba(50,80,161,0.95),3px 5px rgba(46,79,158,0.22),3px 9px rgba(36,73,146,0.03),3px 10px rgba(50,81,161,0.67),3px 11px rgba(50,81,161,1),3px 12px rgba(50,81,160,0.97),3px 13px rgba(44,79,158,0.11),4px 0px rgba(49,80,161,0.55),4px 1px rgba(50,81,161,1),4px 2px rgba(50,80,160,0.86),4px 3px rgba(49,81,160,0.89),4px 4px rgba(50,81,161,1),4px 5px rgba(50,80,161,0.95),4px 6px rgba(46,79,158,0.22),4px 10px rgba(32,64,159,0.03),4px 11px rgba(50,80,161,0.85),4px 12px rgba(50,81,161,1),4px 13px rgba(49,80,161,0.55),5px 0px rgba(49,80,161,0.86),5px 1px rgba(50,81,161,1),5px 2px rgba(50,79,161,0.4),5px 3px rgba(50,78,156,0.14),5px 4px rgba(49,81,160,0.89),5px 5px rgba(50,81,161,1),5px 6px rgba(50,80,161,0.95),5px 7px rgba(46,79,158,0.22),5px 11px rgba(49,80,160,0.41),5px 12px rgba(50,81,161,1),5px 13px rgba(49,81,160,0.85),6px 0px rgba(50,80,161,0.98),6px 1px rgba(50,81,161,1),6px 2px rgba(50,78,161,0.18),6px 4px rgba(50,78,156,0.14),6px 5px rgba(49,81,160,0.89),6px 6px rgba(50,81,161,1),6px 7px rgba(50,80,161,0.95),6px 8px rgba(46,79,158,0.22),6px 11px rgba(49,78,157,0.2),6px 12px rgba(50,81,161,1),6px 13px rgba(50,81,160,0.98),7px 0px rgba(50,81,160,0.98),7px 1px rgba(50,81,161,1),7px 2px rgba(50,78,161,0.18),7px 5px rgba(50,78,156,0.14),7px 6px rgba(49,81,160,0.89),7px 7px rgba(50,81,161,1),7px 8px rgba(50,80,161,0.95),7px 9px rgba(46,79,158,0.22),7px 11px rgba(49,78,157,0.2),7px 12px rgba(50,81,161,1),7px 13px rgba(50,81,160,0.98),8px 0px rgba(49,81,160,0.85),8px 1px rgba(50,81,161,1),8px 2px rgba(49,81,159,0.41),8px 6px rgba(50,78,156,0.14),8px 7px rgba(49,81,160,0.89),8px 8px rgba(50,81,161,1),8px 9px rgba(50,80,161,0.95),8px 10px rgba(46,79,158,0.22),8px 11px rgba(49,80,160,0.41),8px 12px rgba(50,81,161,1),8px 13px rgba(49,80,161,0.86),9px 0px rgba(49,80,161,0.55),9px 1px rgba(50,81,161,1),9px 2px rgba(50,80,161,0.85),9px 3px rgba(43,43,128,0.02),9px 7px rgba(50,78,156,0.14),9px 8px rgba(49,81,160,0.89),9px 9px rgba(50,81,161,1),9px 10px rgba(50,80,161,0.95),9px 11px rgba(50,80,160,0.89),9px 12px rgba(50,81,161,1),9px 13px rgba(49,80,161,0.55),10px 0px rgba(44,79,158,0.11),10px 1px rgba(50,81,160,0.97),10px 2px rgba(50,81,161,1),10px 3px rgba(50,81,161,0.67),10px 4px rgba(36,73,146,0.03),10px 8px rgba(50,78,156,0.14),10px 9px rgba(49,81,160,0.89),10px 10px rgba(50,81,161,1),10px 11px rgba(50,81,161,1),10px 12px rgba(50,81,160,0.97),10px 13px rgba(44,79,158,0.11),11px 1px rgba(48,80,159,0.38),11px 2px rgba(50,81,161,1),11px 3px rgba(50,81,161,1),11px 4px rgba(50,80,161,0.85),11px 5px rgba(49,81,159,0.41),11px 6px rgba(50,78,161,0.18),11px 7px rgba(50,78,161,0.18),11px 8px rgba(50,79,161,0.4),11px 9px rgba(50,80,160,0.86),11px 10px rgba(50,81,161,1),11px 11px rgba(50,81,161,1),11px 12px rgba(50,79,160,0.38),12px 2px rgba(50,79,160,0.38),12px 3px rgba(50,81,160,0.97),12px 4px rgba(50,81,161,1),12px 5px rgba(50,81,161,1),12px 6px rgba(50,81,161,1),12px 7px rgba(50,81,161,1),12px 8px rgba(50,81,161,1),12px 9px rgba(50,81,161,1),12px 10px rgba(50,81,160,0.97),12px 11px rgba(48,80,159,0.38),13px 3px rgba(44,79,158,0.11),13px 4px rgba(49,80,161,0.55),13px 5px rgba(49,80,161,0.86),13px 6px rgba(50,81,160,0.98),13px 7px rgba(50,81,160,0.98),13px 8px rgba(49,81,160,0.85),13px 9px rgba(49,80,161,0.55),13px 10px rgba(44,79,158,0.11);
    box-shadow: 0px 3px rgba(246,0,0,0.11),0px 4px rgba(246,7,7,0.55),0px 5px rgba(247,7,7,0.85),0px 6px rgba(247,7,7,0.98),0px 7px rgba(247,7,7,0.98),0px 8px rgba(247,7,7,0.86),0px 9px rgba(246,7,7,0.55),0px 10px rgba(246,0,0,0.11),1px 2px rgba(244,8,8,0.38),1px 3px rgba(247,7,7,0.97),1px 4px rgba(247,8,8,1),1px 5px rgba(247,8,8,1),1px 6px rgba(247,8,8,1),1px 7px rgba(247,8,8,1),1px 8px rgba(247,8,8,1),1px 9px rgba(247,8,8,1),1px 10px rgba(247,7,7,0.97),1px 11px rgba(244,8,8,0.38),2px 1px rgba(244,8,8,0.38),2px 2px rgba(247,8,8,1),2px 3px rgba(247,8,8,1),2px 4px rgba(246,8,8,0.89),2px 5px rgba(245,7,7,0.41),2px 6px rgba(244,5,5,0.19),2px 7px rgba(245,5,5,0.2),2px 8px rgba(245,7,7,0.41),2px 9px rgba(247,7,7,0.85),2px 10px rgba(247,8,8,1),2px 11px rgba(247,8,8,1),2px 12px rgba(244,8,8,0.38),3px 0px rgba(246,0,0,0.11),3px 1px rgba(247,7,7,0.97),3px 2px rgba(247,8,8,1),3px 3px rgba(247,8,8,1),3px 4px rgba(247,7,7,0.95),3px 5px rgba(246,5,5,0.22),3px 9px rgba(219,0,0,0.03),3px 10px rgba(246,8,8,0.67),3px 11px rgba(247,8,8,1),3px 12px rgba(247,7,7,0.97),3px 13px rgba(246,0,0,0.11),4px 0px rgba(246,7,7,0.55),4px 1px rgba(247,8,8,1),4px 2px rgba(247,7,7,0.86),4px 3px rgba(246,8,8,0.89),4px 4px rgba(247,8,8,1),4px 5px rgba(247,7,7,0.95),4px 6px rgba(246,5,5,0.22),4px 10px rgba(223,0,0,0.03),4px 11px rgba(247,7,7,0.85),4px 12px rgba(247,8,8,1),4px 13px rgba(246,7,7,0.55),5px 0px rgba(247,7,7,0.86),5px 1px rgba(247,8,8,1),5px 2px rgba(245,7,7,0.4),5px 3px rgba(241,7,7,0.14),5px 4px rgba(246,8,8,0.89),5px 5px rgba(247,8,8,1),5px 6px rgba(247,7,7,0.95),5px 7px rgba(246,5,5,0.22),5px 11px rgba(245,7,7,0.41),5px 12px rgba(247,8,8,1),5px 13px rgba(247,7,7,0.85),6px 0px rgba(247,7,7,0.98),6px 1px rgba(247,8,8,1),6px 2px rgba(244,6,6,0.18),6px 4px rgba(241,7,7,0.14),6px 5px rgba(246,8,8,0.89),6px 6px rgba(247,8,8,1),6px 7px rgba(247,7,7,0.95),6px 8px rgba(246,5,5,0.22),6px 11px rgba(245,5,5,0.2),6px 12px rgba(247,8,8,1),6px 13px rgba(247,7,7,0.98),7px 0px rgba(247,7,7,0.98),7px 1px rgba(247,8,8,1),7px 2px rgba(244,6,6,0.18),7px 5px rgba(241,7,7,0.14),7px 6px rgba(246,8,8,0.89),7px 7px rgba(247,8,8,1),7px 8px rgba(247,7,7,0.95),7px 9px rgba(246,5,5,0.22),7px 11px rgba(245,5,5,0.2),7px 12px rgba(247,8,8,1),7px 13px rgba(247,7,7,0.98),8px 0px rgba(247,7,7,0.85),8px 1px rgba(247,8,8,1),8px 2px rgba(245,7,7,0.41),8px 6px rgba(241,7,7,0.14),8px 7px rgba(246,8,8,0.89),8px 8px rgba(247,8,8,1),8px 9px rgba(247,7,7,0.95),8px 10px rgba(246,5,5,0.22),8px 11px rgba(245,7,7,0.41),8px 12px rgba(247,8,8,1),8px 13px rgba(247,7,7,0.86),9px 0px rgba(246,7,7,0.55),9px 1px rgba(247,8,8,1),9px 2px rgba(247,7,7,0.85),9px 3px rgba(213,0,0,0.02),9px 7px rgba(241,7,7,0.14),9px 8px rgba(246,8,8,0.89),9px 9px rgba(247,8,8,1),9px 10px rgba(247,7,7,0.95),9px 11px rgba(246,8,8,0.89),9px 12px rgba(247,8,8,1),9px 13px rgba(246,7,7,0.55),10px 0px rgba(246,0,0,0.11),10px 1px rgba(247,7,7,0.97),10px 2px rgba(247,8,8,1),10px 3px rgba(246,8,8,0.67),10px 4px rgba(219,0,0,0.03),10px 8px rgba(241,7,7,0.14),10px 9px rgba(246,8,8,0.89),10px 10px rgba(247,8,8,1),10px 11px rgba(247,8,8,1),10px 12px rgba(247,7,7,0.97),10px 13px rgba(246,0,0,0.11),11px 1px rgba(244,8,8,0.38),11px 2px rgba(247,8,8,1),11px 3px rgba(247,8,8,1),11px 4px rgba(247,7,7,0.85),11px 5px rgba(245,7,7,0.41),11px 6px rgba(244,6,6,0.18),11px 7px rgba(244,6,6,0.18),11px 8px rgba(245,7,7,0.4),11px 9px rgba(247,7,7,0.86),11px 10px rgba(247,8,8,1),11px 11px rgba(247,8,8,1),11px 12px rgba(244,8,8,0.38),12px 2px rgba(244,8,8,0.38),12px 3px rgba(247,7,7,0.97),12px 4px rgba(247,8,8,1),12px 5px rgba(247,8,8,1),12px 6px rgba(247,8,8,1),12px 7px rgba(247,8,8,1),12px 8px rgba(247,8,8,1),12px 9px rgba(247,8,8,1),12px 10px rgba(247,7,7,0.97),12px 11px rgba(244,8,8,0.38),13px 3px rgba(246,0,0,0.11),13px 4px rgba(246,7,7,0.55),13px 5px rgba(247,7,7,0.86),13px 6px rgba(247,7,7,0.98),13px 7px rgba(247,7,7,0.98),13px 8px rgba(247,7,7,0.85),13px 9px rgba(246,7,7,0.55),13px 10px rgba(246,0,0,0.11);
}
.action_icons-module__eye-icon___1Bh25{
    border-radius: 0px;
    display: inline-block;
    width: 1px;
    height: 1px;
    box-shadow: 0px 3px rgba(42,46,148,0.26),0px 4px rgba(42,45,147,1),0px 5px rgba(43,46,149,0.28),1px 2px rgba(41,46,146,0.22),1px 3px rgba(42,45,147,1),1px 4px rgba(42,45,147,0.99),1px 5px rgba(42,45,147,1),1px 6px rgba(42,46,146,0.24),2px 1px rgba(46,46,151,0.09),2px 2px rgba(42,45,147,1),2px 3px rgba(42,45,148,0.66),2px 5px rgba(42,45,147,0.64),2px 6px rgba(42,45,147,1),2px 7px rgba(38,47,151,0.11),3px 1px rgba(42,45,147,0.82),3px 2px rgba(42,45,148,0.87),3px 6px rgba(43,45,148,0.85),3px 7px rgba(42,45,147,0.84),4px 0px rgba(40,47,146,0.32),4px 1px rgba(42,45,147,1),4px 2px rgba(39,46,150,0.15),4px 4px rgba(40,48,143,0.13),4px 6px rgba(45,45,150,0.13),4px 7px rgba(42,45,147,1),4px 8px rgba(43,46,146,0.35),5px 0px rgba(43,45,148,0.8),5px 1px rgba(42,45,148,0.68),5px 3px rgba(42,45,147,0.91),5px 4px rgba(42,45,147,1),5px 5px rgba(42,45,147,0.93),5px 7px rgba(41,45,147,0.65),5px 8px rgba(41,45,148,0.82),6px 0px rgba(42,45,147,0.95),6px 1px rgba(41,44,147,0.34),6px 2px rgba(42,46,147,0.67),6px 3px rgba(42,45,147,0.87),6px 4px rgba(43,43,145,0.12),6px 5px rgba(43,45,148,0.85),6px 6px rgba(41,46,147,0.7),6px 7px rgba(43,46,147,0.33),6px 8px rgba(42,45,147,0.95),7px 0px rgba(42,45,147,0.93),7px 1px rgba(41,46,146,0.37),7px 2px rgba(42,45,147,0.87),7px 3px rgba(40,47,146,0.32),7px 5px rgba(44,44,148,0.3),7px 6px rgba(42,45,148,0.89),7px 7px rgba(41,46,146,0.37),7px 8px rgba(42,45,148,0.91),8px 0px rgba(42,45,147,0.95),8px 1px rgba(41,47,148,0.36),8px 2px rgba(42,46,148,0.75),8px 3px rgba(43,45,147,0.73),8px 5px rgba(42,45,147,0.71),8px 6px rgba(43,45,147,0.78),8px 7px rgba(42,44,147,0.36),8px 8px rgba(42,45,147,0.93),9px 0px rgba(42,46,147,0.81),9px 1px rgba(41,45,147,0.65),9px 2px rgba(39,39,157,0.05),9px 3px rgba(42,45,147,0.99),9px 4px rgba(42,45,147,1),9px 5px rgba(42,45,147,1),9px 6px rgba(38,51,153,0.08),9px 7px rgba(42,45,147,0.62),9px 8px rgba(42,45,147,0.83),10px 0px rgba(42,44,148,0.34),10px 1px rgba(42,45,147,1),10px 2px rgba(44,44,149,0.11),10px 4px rgba(41,44,148,0.32),10px 6px rgba(43,43,149,0.09),10px 7px rgba(42,45,147,1),10px 8px rgba(41,47,148,0.36),11px 1px rgba(42,46,147,0.83),11px 2px rgba(42,46,147,0.85),11px 6px rgba(42,46,147,0.83),11px 7px rgba(42,46,147,0.85),12px 1px rgba(39,49,147,0.1),12px 2px rgba(42,45,147,1),12px 3px rgba(42,45,148,0.64),12px 5px rgba(42,45,148,0.62),12px 6px rgba(42,45,147,1),12px 7px rgba(41,49,148,0.12),13px 2px rgba(42,46,146,0.24),13px 3px rgba(42,45,147,1),13px 4px rgba(42,45,148,0.97),13px 5px rgba(42,45,147,1),13px 6px rgba(43,46,147,0.26),14px 3px rgba(43,47,147,0.28),14px 4px rgba(42,45,147,1),14px 5px rgba(43,46,146,0.3);
}
.action_icons-module__close-icon___B2bWo{
    border-radius: 0px;
    display: inline-block;
    width: 1px;
    height: 1px;
    box-shadow: 0px 4px rgba(32,32,159,0.03),0px 5px rgba(41,46,147,0.44),0px 6px rgba(43,45,147,0.75),0px 7px rgba(41,46,147,0.92),0px 8px rgba(42,45,147,0.98),0px 9px rgba(42,45,147,0.93),0px 10px rgba(42,45,147,0.76),0px 11px rgba(42,45,148,0.45),0px 12px rgba(51,51,153,0.04),1px 3px rgba(43,46,147,0.33),1px 4px rgba(42,45,148,0.97),1px 5px rgba(42,45,147,1),1px 6px rgba(42,45,147,1),1px 7px rgba(42,45,147,1),1px 8px rgba(42,45,147,1),1px 9px rgba(42,45,147,1),1px 10px rgba(42,45,147,1),1px 11px rgba(42,45,147,1),1px 12px rgba(42,45,147,0.98),1px 13px rgba(41,46,148,0.35),2px 2px rgba(42,44,148,0.47),2px 3px rgba(42,45,147,1),2px 4px rgba(42,45,147,1),2px 5px rgba(42,45,147,1),2px 6px rgba(42,45,147,1),2px 7px rgba(42,45,147,1),2px 8px rgba(42,45,147,1),2px 9px rgba(42,45,147,1),2px 10px rgba(42,45,147,1),2px 11px rgba(42,45,147,1),2px 12px rgba(42,45,147,1),2px 13px rgba(42,45,147,1),2px 14px rgba(42,46,147,0.5),3px 1px rgba(42,44,147,0.36),3px 2px rgba(42,45,147,1),3px 3px rgba(42,45,147,1),3px 4px rgba(42,45,147,1),3px 5px rgba(42,45,147,1),3px 6px rgba(42,45,147,1),3px 7px rgba(42,45,147,1),3px 8px rgba(42,45,147,1),3px 9px rgba(42,45,147,1),3px 10px rgba(42,45,147,1),3px 11px rgba(42,45,147,1),3px 12px rgba(42,45,147,1),3px 13px rgba(42,45,147,1),3px 14px rgba(42,45,147,1),3px 15px rgba(42,44,148,0.38),4px 0px rgba(46,46,139,0.04),4px 1px rgba(42,45,147,0.91),4px 2px rgba(42,45,147,1),4px 3px rgba(42,45,147,1),4px 4px rgba(41,46,147,0.65),4px 5px rgba(41,49,148,0.12),4px 6px rgba(42,45,147,0.73),4px 7px rgba(42,45,147,1),4px 8px rgba(42,45,147,1),4px 9px rgba(42,45,147,1),4px 10px rgba(42,46,147,0.74),4px 11px rgba(41,49,148,0.12),4px 12px rgba(42,45,147,0.65),4px 13px rgba(42,45,147,1),4px 14px rgba(42,45,147,1),4px 15px rgba(42,45,147,0.93),4px 16px rgba(45,45,150,0.07),5px 0px rgba(41,46,147,0.44),5px 1px rgba(42,45,147,1),5px 2px rgba(42,45,147,1),5px 3px rgba(42,45,147,1),5px 4px rgba(42,45,147,0.29),5px 7px rgba(42,46,147,0.74),5px 8px rgba(42,45,147,1),5px 9px rgba(43,45,147,0.75),5px 12px rgba(44,44,146,0.27),5px 13px rgba(42,45,147,1),5px 14px rgba(42,45,147,1),5px 15px rgba(42,45,147,1),5px 16px rgba(43,45,148,0.47),6px 0px rgba(42,45,148,0.72),6px 1px rgba(42,45,147,1),6px 2px rgba(42,45,147,1),6px 3px rgba(42,45,147,1),6px 4px rgba(41,45,147,0.75),6px 7px rgba(43,43,149,0.09),6px 8px rgba(42,46,147,0.55),6px 9px rgba(39,49,147,0.1),6px 12px rgba(42,45,148,0.74),6px 13px rgba(42,45,147,1),6px 14px rgba(42,45,147,1),6px 15px rgba(42,45,147,1),6px 16px rgba(42,46,148,0.75),7px 0px rgba(42,45,148,0.89),7px 1px rgba(42,45,147,1),7px 2px rgba(42,45,147,1),7px 3px rgba(42,45,147,1),7px 4px rgba(42,45,147,1),7px 5px rgba(43,45,147,0.75),7px 6px rgba(0,85,170,0.01),7px 10px rgba(0,0,128,0.01),7px 11px rgba(42,46,148,0.75),7px 12px rgba(42,45,147,1),7px 13px rgba(42,45,147,1),7px 14px rgba(42,45,147,1),7px 15px rgba(42,45,147,1),7px 16px rgba(43,45,148,0.89),8px 0px rgba(42,45,147,0.95),8px 1px rgba(42,45,147,1),8px 2px rgba(42,45,147,1),8px 3px rgba(42,45,147,1),8px 4px rgba(42,45,147,1),8px 5px rgba(42,45,147,1),8px 6px rgba(43,45,148,0.51),8px 10px rgba(42,46,147,0.5),8px 11px rgba(42,45,147,1),8px 12px rgba(42,45,147,1),8px 13px rgba(42,45,147,1),8px 14px rgba(42,45,147,1),8px 15px rgba(42,45,147,1),8px 16px rgba(42,45,147,0.95),9px 0px rgba(42,45,147,0.89),9px 1px rgba(42,45,147,1),9px 2px rgba(42,45,147,1),9px 3px rgba(42,45,147,1),9px 4px rgba(42,45,147,1),9px 5px rgba(42,45,147,0.76),9px 6px rgba(51,51,153,0.02),9px 10px rgba(0,85,170,0.01),9px 11px rgba(41,45,147,0.75),9px 12px rgba(42,45,147,1),9px 13px rgba(42,45,147,1),9px 14px rgba(42,45,147,1),9px 15px rgba(42,45,147,1),9px 16px rgba(42,46,147,0.9),10px 0px rgba(41,45,147,0.73),10px 1px rgba(42,45,147,1),10px 2px rgba(42,45,147,1),10px 3px rgba(42,45,147,1),10px 4px rgba(43,45,147,0.75),10px 7px rgba(44,44,144,0.09),10px 8px rgba(43,45,147,0.54),10px 9px rgba(41,41,143,0.1),10px 12px rgba(42,46,148,0.75),10px 13px rgba(42,45,147,1),10px 14px rgba(42,45,147,1),10px 15px rgba(42,45,147,1),10px 16px rgba(41,45,147,0.75),11px 0px rgba(43,45,147,0.44),11px 1px rgba(42,45,147,1),11px 2px rgba(42,45,147,1),11px 3px rgba(42,45,147,1),11px 4px rgba(42,45,147,0.29),11px 7px rgba(42,45,147,0.73),11px 8px rgba(42,45,147,1),11px 9px rgba(42,46,148,0.75),11px 12px rgba(44,44,146,0.27),11px 13px rgba(42,45,147,1),11px 14px rgba(42,45,147,1),11px 15px rgba(42,45,147,1),11px 16px rgba(42,44,148,0.47),12px 0px rgba(36,36,146,0.05),12px 1px rgba(41,46,147,0.92),12px 2px rgba(42,45,147,1),12px 3px rgba(42,45,147,1),12px 4px rgba(41,45,147,0.65),12px 5px rgba(44,44,149,0.11),12px 6px rgba(41,45,147,0.73),12px 7px rgba(42,45,147,1),12px 8px rgba(42,45,147,1),12px 9px rgba(42,45,147,1),12px 10px rgba(42,45,147,0.73),12px 11px rgba(44,44,149,0.11),12px 12px rgba(42,45,147,0.64),12px 13px rgba(42,45,147,1),12px 14px rgba(42,45,147,1),12px 15px rgba(41,46,148,0.94),12px 16px rgba(38,51,153,0.08),13px 1px rgba(43,45,146,0.38),13px 2px rgba(42,45,147,1),13px 3px rgba(42,45,147,1),13px 4px rgba(42,45,147,1),13px 5px rgba(42,45,147,1),13px 6px rgba(42,45,147,1),13px 7px rgba(42,45,147,1),13px 8px rgba(42,45,147,1),13px 9px rgba(42,45,147,1),13px 10px rgba(42,45,147,1),13px 11px rgba(42,45,147,1),13px 12px rgba(42,45,147,1),13px 13px rgba(42,45,147,1),13px 14px rgba(42,45,147,1),13px 15px rgba(42,45,146,0.4),14px 2px rgba(42,46,147,0.5),14px 3px rgba(42,45,147,1),14px 4px rgba(42,45,147,1),14px 5px rgba(42,45,147,1),14px 6px rgba(42,45,147,1),14px 7px rgba(42,45,147,1),14px 8px rgba(42,45,147,1),14px 9px rgba(42,45,147,1),14px 10px rgba(42,45,147,1),14px 11px rgba(42,45,147,1),14px 12px rgba(42,45,147,1),14px 13px rgba(42,45,147,1),14px 14px rgba(42,46,147,0.53),15px 3px rgba(42,45,147,0.35),15px 4px rgba(42,46,147,0.98),15px 5px rgba(42,45,147,1),15px 6px rgba(42,45,147,1),15px 7px rgba(42,45,147,1),15px 8px rgba(42,45,147,1),15px 9px rgba(42,45,147,1),15px 10px rgba(42,45,147,1),15px 11px rgba(42,45,147,1),15px 12px rgba(42,45,148,1),15px 13px rgba(43,46,148,0.37),16px 4px rgba(43,43,149,0.05),16px 5px rgba(43,45,148,0.47),16px 6px rgba(43,45,147,0.78),16px 7px rgba(42,46,148,0.92),16px 8px rgba(42,45,148,0.97),16px 9px rgba(42,45,147,0.93),16px 10px rgba(42,46,147,0.79),16px 11px rgba(41,46,147,0.48),16px 12px rgba(36,36,146,0.05);
}
.action_icons-module__message-icon___ybNUv{
    border-radius: 0px;
    display: inline-block;
    width: 1px;
    height: 1px;
    box-shadow: 0px 0px rgba(255,255,255,0.54),0px 1px rgba(255,255,255,1),0px 2px rgba(255,255,255,0.86),0px 3px rgba(255,255,255,0.96),0px 4px rgba(255,255,255,0.93),0px 5px rgba(255,255,255,0.93),0px 6px rgba(255,255,255,0.93),0px 7px rgba(255,255,255,0.93),0px 8px rgba(255,255,255,0.94),0px 9px rgba(255,255,255,1),0px 10px rgba(255,255,255,0.52),1px 0px rgba(255,255,255,0.97),1px 1px rgba(255,255,255,1),1px 2px rgba(255,255,255,0.22),1px 3px rgba(255,255,255,0.02),1px 4px rgba(255,255,255,0.2),1px 5px rgba(255,255,255,0.18),1px 6px rgba(255,255,255,0.18),1px 7px rgba(255,255,255,0.18),1px 8px rgba(255,255,255,0.1),1px 9px rgba(255,255,255,0.35),1px 10px rgba(255,255,255,0.92),2px 0px rgba(255,255,255,0.76),2px 1px rgba(255,255,255,0.76),2px 2px rgba(255,255,255,0.8),2px 9px rgba(255,255,255,0.13),2px 10px rgba(255,255,255,0.9),3px 0px rgba(255,255,255,0.86),3px 1px rgba(255,255,255,0.06),3px 2px rgba(255,255,255,0.8),3px 3px rgba(255,255,255,0.75),3px 9px rgba(255,255,255,0.13),3px 10px rgba(255,255,255,0.9),4px 0px rgba(255,255,255,0.9),4px 1px rgba(255,255,255,0.05),4px 3px rgba(255,255,255,1),4px 4px rgba(255,255,255,0.51),4px 9px rgba(255,255,255,0.13),4px 10px rgba(255,255,255,0.9),5px 0px rgba(255,255,255,0.9),5px 1px rgba(255,255,255,0.13),5px 3px rgba(255,255,255,0.27),5px 4px rgba(255,255,255,1),5px 5px rgba(255,255,255,0.26),5px 9px rgba(255,255,255,0.13),5px 10px rgba(255,255,255,0.9),6px 0px rgba(255,255,255,0.9),6px 1px rgba(255,255,255,0.13),6px 4px rgba(255,255,255,0.51),6px 5px rgba(255,255,255,1),6px 6px rgba(255,255,255,0.07),6px 9px rgba(255,255,255,0.13),6px 10px rgba(255,255,255,0.9),7px 0px rgba(255,255,255,0.9),7px 1px rgba(255,255,255,0.13),7px 5px rgba(255,255,255,0.93),7px 6px rgba(255,255,255,0.62),7px 9px rgba(255,255,255,0.13),7px 10px rgba(255,255,255,0.9),8px 0px rgba(255,255,255,0.9),8px 1px rgba(255,255,255,0.13),8px 4px rgba(255,255,255,0.45),8px 5px rgba(255,255,255,1),8px 6px rgba(255,255,255,0.13),8px 9px rgba(255,255,255,0.13),8px 10px rgba(255,255,255,0.9),9px 0px rgba(255,255,255,0.9),9px 1px rgba(255,255,255,0.13),9px 3px rgba(255,255,255,0.22),9px 4px rgba(255,255,255,1),9px 5px rgba(255,255,255,0.31),9px 9px rgba(255,255,255,0.13),9px 10px rgba(255,255,255,0.9),10px 0px rgba(255,255,255,0.9),10px 1px rgba(255,255,255,0.06),10px 3px rgba(255,255,255,1),10px 4px rgba(255,255,255,0.56),10px 9px rgba(255,255,255,0.13),10px 10px rgba(255,255,255,0.9),11px 0px rgba(255,255,255,0.87),11px 1px rgba(255,255,255,0.04),11px 2px rgba(255,255,255,0.76),11px 3px rgba(255,255,255,0.79),11px 9px rgba(255,255,255,0.13),11px 10px rgba(255,255,255,0.9),12px 0px rgba(255,255,255,0.76),12px 1px rgba(255,255,255,0.72),12px 2px rgba(255,255,255,0.84),12px 9px rgba(255,255,255,0.13),12px 10px rgba(255,255,255,0.9),13px 0px rgba(255,255,255,0.97),13px 1px rgba(255,255,255,1),13px 2px rgba(255,255,255,0.24),13px 4px rgba(255,255,255,0.18),13px 5px rgba(255,255,255,0.16),13px 6px rgba(255,255,255,0.16),13px 7px rgba(255,255,255,0.16),13px 8px rgba(255,255,255,0.07),13px 9px rgba(255,255,255,0.33),13px 10px rgba(255,255,255,0.92),14px 0px rgba(255,255,255,0.56),14px 1px rgba(255,255,255,1),14px 2px rgba(255,255,255,0.84),14px 3px rgba(255,255,255,0.94),14px 4px rgba(255,255,255,0.92),14px 5px rgba(255,255,255,0.92),14px 6px rgba(255,255,255,0.92),14px 7px rgba(255,255,255,0.92),14px 8px rgba(255,255,255,0.92),14px 9px rgba(255,255,255,1),14px 10px rgba(255,255,255,0.54);
}
.action_icons-module__bell-icon___2Ofyk{
    border-radius: 0px;
    display: inline-block;
    width: 1px;
    height: 1px;
    box-shadow: 0px 16px rgba(207,204,204,0.47),0px 17px rgba(206,206,206,0.95),0px 18px rgba(206,205,205,0.97),0px 19px rgba(205,205,205,0.55),1px 15px rgba(208,204,204,0.24),1px 16px rgba(206,205,205,1),1px 17px rgba(206,205,205,0.87),1px 18px rgba(206,205,205,0.84),1px 19px rgba(206,205,205,1),1px 20px rgba(206,206,206,0.35),2px 7px rgba(204,204,204,0.04),2px 8px rgba(207,207,207,0.31),2px 9px rgba(206,204,204,0.51),2px 10px rgba(207,205,205,0.6),2px 11px rgba(206,206,206,0.63),2px 12px rgba(206,206,206,0.63),2px 13px rgba(206,206,206,0.63),2px 14px rgba(206,206,206,0.63),2px 15px rgba(207,206,206,0.79),2px 16px rgba(206,205,205,1),2px 17px rgba(206,206,206,0.26),2px 18px rgba(206,206,206,0.2),2px 19px rgba(206,205,205,1),2px 20px rgba(206,206,206,0.55),3px 5px rgba(213,213,213,0.02),3px 6px rgba(206,206,206,0.49),3px 7px rgba(206,205,205,0.94),3px 8px rgba(206,205,205,1),3px 9px rgba(206,205,205,1),3px 10px rgba(206,205,205,1),3px 11px rgba(206,205,205,1),3px 12px rgba(206,205,205,1),3px 13px rgba(206,205,205,1),3px 14px rgba(206,205,205,1),3px 15px rgba(206,205,205,1),3px 16px rgba(206,205,205,0.76),3px 17px rgba(213,213,213,0.02),3px 18px rgba(207,207,207,0.19),3px 19px rgba(206,205,205,1),3px 20px rgba(205,205,205,0.56),4px 4px rgba(206,206,206,0.08),4px 5px rgba(206,205,205,0.78),4px 6px rgba(206,205,205,1),4px 7px rgba(206,205,205,0.88),4px 8px rgba(206,206,206,0.47),4px 9px rgba(204,204,204,0.2),4px 10px rgba(209,209,209,0.09),4px 11px rgba(207,207,207,0.06),4px 12px rgba(207,207,207,0.06),4px 13px rgba(207,207,207,0.06),4px 14px rgba(207,207,207,0.06),4px 15px rgba(216,196,196,0.05),4px 18px rgba(207,207,207,0.19),4px 19px rgba(206,205,205,1),4px 20px rgba(205,205,205,0.56),5px 3px rgba(204,204,204,0.02),5px 4px rgba(206,205,205,0.78),5px 5px rgba(206,205,205,1),5px 6px rgba(206,205,205,0.6),5px 7px rgba(198,198,198,0.04),5px 18px rgba(207,207,207,0.19),5px 19px rgba(206,205,205,1),5px 20px rgba(205,205,205,0.56),6px 3px rgba(205,205,205,0.48),6px 4px rgba(206,205,205,1),6px 5px rgba(207,205,205,0.6),6px 18px rgba(207,207,207,0.19),6px 19px rgba(206,205,205,1),6px 20px rgba(207,205,205,0.62),6px 21px rgba(204,204,204,0.02),7px 1px rgba(210,210,210,0.07),7px 2px rgba(205,205,205,0.32),7px 3px rgba(206,205,205,0.94),7px 4px rgba(207,206,206,0.89),7px 5px rgba(204,204,204,0.04),7px 18px rgba(207,207,207,0.19),7px 19px rgba(206,205,205,1),7px 20px rgba(206,205,205,1),7px 21px rgba(206,205,205,0.95),7px 22px rgba(206,206,206,0.45),8px 0px rgba(208,204,204,0.24),8px 1px rgba(206,206,206,0.93),8px 2px rgba(206,205,205,1),8px 3px rgba(206,205,205,1),8px 4px rgba(206,206,206,0.49),8px 18px rgba(207,207,207,0.19),8px 19px rgba(206,205,205,1),8px 20px rgba(206,206,206,0.83),8px 21px rgba(206,205,205,0.89),8px 22px rgba(206,205,205,1),8px 23px rgba(206,206,206,0.41),9px 0px rgba(206,205,205,0.84),9px 1px rgba(206,205,205,0.98),9px 2px rgba(207,205,205,0.44),9px 3px rgba(207,204,204,0.31),9px 4px rgba(209,209,209,0.09),9px 18px rgba(207,207,207,0.19),9px 19px rgba(206,205,205,1),9px 20px rgba(205,205,205,0.56),9px 21px rgba(211,211,211,0.09),9px 22px rgba(206,206,206,0.93),9px 23px rgba(206,205,205,0.88),10px 0px rgba(206,205,205,1),10px 1px rgba(206,205,205,0.74),10px 18px rgba(207,207,207,0.19),10px 19px rgba(206,205,205,1),10px 20px rgba(205,205,205,0.56),10px 22px rgba(206,206,206,0.73),10px 23px rgba(206,205,205,1),11px 0px rgba(206,205,205,0.84),11px 1px rgba(206,205,205,0.98),11px 2px rgba(207,204,204,0.44),11px 3px rgba(207,204,204,0.31),11px 4px rgba(209,209,209,0.09),11px 18px rgba(207,207,207,0.19),11px 19px rgba(206,205,205,1),11px 20px rgba(205,205,205,0.56),11px 21px rgba(211,211,211,0.09),11px 22px rgba(206,206,206,0.93),11px 23px rgba(206,205,205,0.88),12px 0px rgba(208,204,204,0.24),12px 1px rgba(206,206,206,0.93),12px 2px rgba(206,205,205,1),12px 3px rgba(206,205,205,1),12px 4px rgba(206,206,206,0.49),12px 18px rgba(207,207,207,0.19),12px 19px rgba(206,205,205,1),12px 20px rgba(206,206,206,0.83),12px 21px rgba(206,205,205,0.89),12px 22px rgba(206,205,205,1),12px 23px rgba(206,206,206,0.41),13px 1px rgba(210,210,210,0.07),13px 2px rgba(205,205,205,0.32),13px 3px rgba(206,205,205,0.94),13px 4px rgba(207,206,206,0.89),13px 5px rgba(204,204,204,0.04),13px 18px rgba(207,207,207,0.19),13px 19px rgba(206,205,205,1),13px 20px rgba(206,205,205,1),13px 21px rgba(206,205,205,0.95),13px 22px rgba(206,206,206,0.45),14px 3px rgba(205,205,205,0.48),14px 4px rgba(206,205,205,1),14px 5px rgba(207,205,205,0.6),14px 18px rgba(207,207,207,0.19),14px 19px rgba(206,205,205,1),14px 20px rgba(207,205,205,0.62),14px 21px rgba(204,204,204,0.02),15px 3px rgba(204,204,204,0.02),15px 4px rgba(206,205,205,0.78),15px 5px rgba(206,205,205,1),15px 6px rgba(206,205,205,0.6),15px 7px rgba(198,198,198,0.04),15px 18px rgba(207,207,207,0.19),15px 19px rgba(206,205,205,1),15px 20px rgba(205,205,205,0.56),16px 4px rgba(206,206,206,0.08),16px 5px rgba(206,205,205,0.78),16px 6px rgba(206,205,205,1),16px 7px rgba(206,205,205,0.88),16px 8px rgba(206,206,206,0.47),16px 9px rgba(204,204,204,0.2),16px 10px rgba(209,209,209,0.09),16px 11px rgba(207,207,207,0.06),16px 12px rgba(207,207,207,0.06),16px 13px rgba(207,207,207,0.06),16px 14px rgba(207,207,207,0.06),16px 15px rgba(216,196,196,0.05),16px 18px rgba(207,207,207,0.19),16px 19px rgba(206,205,205,1),16px 20px rgba(205,205,205,0.56),17px 5px rgba(213,213,213,0.02),17px 6px rgba(206,206,206,0.49),17px 7px rgba(206,205,205,0.94),17px 8px rgba(206,205,205,1),17px 9px rgba(206,205,205,1),17px 10px rgba(206,205,205,1),17px 11px rgba(206,205,205,1),17px 12px rgba(206,205,205,1),17px 13px rgba(206,205,205,1),17px 14px rgba(206,205,205,1),17px 15px rgba(206,205,205,1),17px 16px rgba(206,205,205,0.76),17px 17px rgba(213,213,213,0.02),17px 18px rgba(207,207,207,0.19),17px 19px rgba(206,205,205,1),17px 20px rgba(205,205,205,0.56),18px 7px rgba(204,204,204,0.04),18px 8px rgba(207,207,207,0.31),18px 9px rgba(206,204,204,0.51),18px 10px rgba(207,205,205,0.6),18px 11px rgba(206,206,206,0.63),18px 12px rgba(206,206,206,0.63),18px 13px rgba(206,206,206,0.63),18px 14px rgba(206,206,206,0.63),18px 15px rgba(207,206,206,0.79),18px 16px rgba(206,205,205,1),18px 17px rgba(206,206,206,0.26),18px 18px rgba(206,206,206,0.2),18px 19px rgba(206,205,205,1),18px 20px rgba(206,206,206,0.55),19px 15px rgba(208,204,204,0.24),19px 16px rgba(206,205,205,1),19px 17px rgba(206,205,205,0.87),19px 18px rgba(206,205,205,0.84),19px 19px rgba(206,205,205,1),19px 20px rgba(206,206,206,0.35),20px 16px rgba(207,204,204,0.47),20px 17px rgba(206,206,206,0.95),20px 18px rgba(206,205,205,0.97),20px 19px rgba(205,205,205,0.55);
}
.action_icons-module__bell-colour-icon___1AToF{
    border-radius: 0px;
    display: inline-block;
    width: 1px;
    height: 1px;
    box-shadow: 0px 14px rgba(42,46,148,0.57),0px 15px rgba(41,46,147,0.96),0px 16px rgba(42,46,147,0.88),0px 17px rgba(40,45,146,0.25),1px 13px rgba(41,45,148,0.24),1px 14px rgba(42,45,147,1),1px 15px rgba(42,46,147,0.67),1px 16px rgba(42,46,148,0.87),1px 17px rgba(42,45,147,0.84),2px 6px rgba(42,46,146,0.24),2px 7px rgba(43,44,147,0.58),2px 8px rgba(43,45,147,0.78),2px 9px rgba(42,45,147,0.82),2px 10px rgba(42,45,147,0.82),2px 11px rgba(42,45,147,0.82),2px 12px rgba(42,45,147,0.82),2px 13px rgba(42,45,148,0.89),2px 14px rgba(41,46,148,0.99),2px 15px rgba(34,51,153,0.06),2px 16px rgba(43,45,148,0.51),2px 17px rgba(42,45,148,1),3px 4px rgba(38,51,153,0.08),3px 5px rgba(43,45,147,0.71),3px 6px rgba(42,45,147,1),3px 7px rgba(42,45,147,0.97),3px 8px rgba(42,45,147,0.78),3px 9px rgba(42,45,148,0.69),3px 10px rgba(42,45,148,0.69),3px 11px rgba(42,45,148,0.69),3px 12px rgba(42,45,148,0.69),3px 13px rgba(41,46,147,0.68),3px 14px rgba(43,46,146,0.35),3px 16px rgba(42,46,147,0.5),3px 17px rgba(42,45,147,1),4px 3px rgba(36,49,146,0.08),4px 4px rgba(42,45,148,0.86),4px 5px rgba(42,45,147,0.98),4px 6px rgba(42,46,147,0.5),4px 7px rgba(36,36,146,0.05),4px 16px rgba(42,46,147,0.5),4px 17px rgba(42,45,147,1),5px 3px rgba(43,45,147,0.71),5px 4px rgba(42,45,147,0.98),5px 5px rgba(43,46,147,0.26),5px 16px rgba(42,46,147,0.5),5px 17px rgba(42,45,147,1),6px 2px rgba(41,44,148,0.27),6px 3px rgba(42,45,147,1),6px 4px rgba(42,46,146,0.48),6px 16px rgba(42,46,147,0.5),6px 17px rgba(42,45,147,1),6px 18px rgba(42,46,147,0.72),6px 19px rgba(43,46,147,0.31),7px 0px rgba(44,44,150,0.18),7px 1px rgba(42,45,148,0.86),7px 2px rgba(42,45,147,1),7px 3px rgba(42,45,147,0.96),7px 4px rgba(43,43,149,0.05),7px 16px rgba(42,46,147,0.5),7px 17px rgba(42,45,147,1),7px 18px rgba(42,46,147,0.9),7px 19px rgba(42,45,147,1),7px 20px rgba(42,45,149,0.36),8px 0px rgba(43,45,147,0.82),8px 1px rgba(42,45,148,0.91),8px 2px rgba(43,45,147,0.47),8px 3px rgba(42,45,147,0.33),8px 16px rgba(42,46,147,0.5),8px 17px rgba(42,45,147,1),8px 18px rgba(46,46,139,0.04),8px 19px rgba(42,46,147,0.81),8px 20px rgba(42,46,148,0.87),9px 0px rgba(42,45,147,1),9px 1px rgba(41,45,148,0.53),9px 16px rgba(42,46,147,0.5),9px 17px rgba(42,45,147,1),9px 19px rgba(42,46,147,0.53),9px 20px rgba(42,45,147,1),10px 0px rgba(43,45,147,0.82),10px 1px rgba(42,45,148,0.91),10px 2px rgba(43,45,147,0.47),10px 3px rgba(42,45,147,0.33),10px 16px rgba(42,46,147,0.5),10px 17px rgba(42,45,147,1),10px 18px rgba(46,46,139,0.04),10px 19px rgba(42,46,147,0.81),10px 20px rgba(42,46,148,0.87),11px 0px rgba(44,44,150,0.18),11px 1px rgba(42,45,148,0.86),11px 2px rgba(42,45,147,1),11px 3px rgba(42,45,147,0.96),11px 4px rgba(43,43,149,0.05),11px 16px rgba(42,46,147,0.5),11px 17px rgba(42,45,147,1),11px 18px rgba(42,46,147,0.9),11px 19px rgba(42,45,147,1),11px 20px rgba(42,45,149,0.36),12px 2px rgba(41,44,148,0.27),12px 3px rgba(42,45,147,1),12px 4px rgba(42,46,146,0.48),12px 16px rgba(42,46,147,0.5),12px 17px rgba(42,45,147,1),12px 18px rgba(42,46,147,0.72),12px 19px rgba(43,46,146,0.3),13px 3px rgba(43,45,147,0.71),13px 4px rgba(42,45,147,0.98),13px 5px rgba(42,46,148,0.26),13px 16px rgba(42,46,147,0.5),13px 17px rgba(42,45,147,1),14px 3px rgba(36,49,146,0.08),14px 4px rgba(42,45,148,0.86),14px 5px rgba(42,45,147,0.98),14px 6px rgba(42,46,147,0.5),14px 7px rgba(36,36,146,0.05),14px 16px rgba(42,46,147,0.5),14px 17px rgba(42,45,147,1),15px 4px rgba(38,51,153,0.08),15px 5px rgba(43,45,147,0.71),15px 6px rgba(42,45,147,1),15px 7px rgba(42,45,147,0.97),15px 8px rgba(42,45,147,0.78),15px 9px rgba(42,45,148,0.69),15px 10px rgba(42,45,148,0.69),15px 11px rgba(42,45,148,0.69),15px 12px rgba(42,45,148,0.69),15px 13px rgba(41,46,147,0.68),15px 14px rgba(43,46,146,0.35),15px 16px rgba(42,46,147,0.5),15px 17px rgba(42,45,147,1),16px 6px rgba(42,46,146,0.24),16px 7px rgba(43,44,147,0.58),16px 8px rgba(43,45,147,0.78),16px 9px rgba(42,45,147,0.82),16px 10px rgba(42,45,147,0.82),16px 11px rgba(42,45,147,0.82),16px 12px rgba(42,45,147,0.82),16px 13px rgba(42,45,148,0.89),16px 14px rgba(41,46,148,0.99),16px 15px rgba(34,51,153,0.06),16px 16px rgba(43,45,148,0.51),16px 17px rgba(42,45,148,1),17px 13px rgba(41,45,148,0.24),17px 14px rgba(42,45,147,1),17px 15px rgba(42,46,147,0.67),17px 16px rgba(42,46,148,0.87),17px 17px rgba(42,45,147,0.84),18px 14px rgba(42,46,148,0.57),18px 15px rgba(41,46,147,0.96),18px 16px rgba(42,46,147,0.88),18px 17px rgba(40,45,146,0.25);
}
.action_icons-module__follower-colour-icon___NCF37{
    border-radius: 0px; 
    display: inline-block; 
    width: 1px; 
    height: 1px; 
    box-shadow: rgba(52, 52, 104, 0.17) 0px 10px, rgba(43, 45, 94, 0.53) 0px 11px, rgba(36, 37, 85, 0.84) 0px 12px, rgba(26, 28, 77, 0.84) 0px 13px, rgba(70, 70, 116, 0.04) 1px 8px, rgba(62, 64, 112, 0.71) 1px 9px, rgb(54, 56, 104) 1px 10px, rgb(45, 46, 95) 1px 11px, rgb(37, 38, 87) 1px 12px, rgba(26, 28, 77, 0.93) 1px 13px, rgba(136, 136, 187, 0.24) 2px 1px, rgba(126, 129, 176, 0.74) 2px 2px, rgba(118, 120, 168, 0.8) 2px 3px, rgba(108, 110, 158, 0.4) 2px 4px, rgba(71, 74, 121, 0.83) 2px 8px, rgb(63, 65, 113) 2px 9px, rgb(54, 56, 104) 2px 10px, rgb(45, 46, 95) 2px 11px, rgb(37, 38, 87) 2px 12px, rgba(26, 28, 76, 0.92) 2px 13px, rgba(142, 146, 192, 0.3) 3px 0px, rgb(136, 138, 186) 3px 1px, rgb(128, 129, 178) 3px 2px, rgb(118, 120, 168) 3px 3px, rgb(109, 110, 159) 3px 4px, rgba(100, 100, 150, 0.56) 3px 5px, rgba(82, 82, 130, 0.44) 3px 7px, rgb(72, 74, 122) 3px 8px, rgb(64, 65, 114) 3px 9px, rgb(55, 56, 105) 3px 10px, rgb(45, 47, 95) 3px 11px, rgb(36, 37, 86) 3px 12px, rgba(26, 28, 76, 0.92) 3px 13px, rgba(144, 146, 194, 0.79) 4px 0px, rgb(137, 138, 187) 4px 1px, rgb(127, 129, 177) 4px 2px, rgb(118, 120, 168) 4px 3px, rgb(109, 110, 159) 4px 4px, rgba(100, 102, 149, 0.98) 4px 5px, rgba(85, 85, 113, 0.04) 4px 6px, rgba(81, 82, 131, 0.62) 4px 7px, rgb(72, 74, 122) 4px 8px, rgb(63, 65, 113) 4px 9px, rgb(54, 56, 104) 4px 10px, rgb(45, 46, 95) 4px 11px, rgb(37, 38, 87) 4px 12px, rgba(26, 28, 76, 0.92) 4px 13px, rgba(145, 146, 194, 0.91) 5px 0px, rgb(136, 138, 186) 5px 1px, rgb(128, 129, 178) 5px 2px, rgb(118, 120, 168) 5px 3px, rgb(109, 110, 159) 5px 4px, rgb(100, 101, 150) 5px 5px, rgba(85, 91, 140, 0.16) 5px 6px, rgba(82, 82, 131, 0.65) 5px 7px, rgb(72, 74, 122) 5px 8px, rgb(64, 65, 114) 5px 9px, rgb(55, 56, 105) 5px 10px, rgb(45, 47, 95) 5px 11px, rgb(36, 37, 86) 5px 12px, rgba(26, 28, 76, 0.92) 5px 13px, rgba(145, 145, 195, 0.7) 6px 0px, rgb(136, 138, 186) 6px 1px, rgb(128, 129, 178) 6px 2px, rgb(118, 120, 168) 6px 3px, rgb(109, 110, 159) 6px 4px, rgba(100, 101, 150, 0.92) 6px 5px, rgba(81, 82, 131, 0.6) 6px 7px, rgb(72, 74, 122) 6px 8px, rgb(64, 65, 114) 6px 9px, rgb(55, 56, 105) 6px 10px, rgb(45, 47, 95) 6px 11px, rgb(36, 37, 86) 6px 12px, rgba(26, 28, 76, 0.92) 6px 13px, rgba(143, 143, 195, 0.13) 7px 0px, rgba(136, 138, 186, 0.94) 7px 1px, rgb(127, 128, 177) 7px 2px, rgb(119, 120, 169) 7px 3px, rgb(109, 111, 159) 7px 4px, rgba(99, 101, 148, 0.36) 7px 5px, rgba(79, 82, 132, 0.34) 7px 7px, rgb(72, 74, 122) 7px 8px, rgb(64, 65, 114) 7px 9px, rgb(54, 56, 104) 7px 10px, rgb(45, 46, 95) 7px 11px, rgb(37, 38, 87) 7px 12px, rgba(26, 28, 76, 0.92) 7px 13px, rgba(134, 134, 174, 0.07) 8px 1px, rgba(126, 129, 178, 0.47) 8px 2px, rgba(116, 118, 166, 0.54) 8px 3px, rgba(105, 105, 155, 0.18) 8px 4px, rgba(72, 73, 122, 0.6) 8px 8px, rgb(64, 65, 114) 8px 9px, rgb(55, 56, 105) 8px 10px, rgb(45, 47, 95) 8px 11px, rgb(36, 37, 86) 8px 12px, rgba(26, 28, 76, 0.92) 8px 13px, rgba(63, 64, 113, 0.8) 9px 9px, rgb(54, 56, 104) 9px 10px, rgb(45, 46, 95) 9px 11px, rgb(37, 38, 87) 9px 12px, rgba(26, 28, 76, 0.92) 9px 13px, rgba(134, 134, 174, 0.07) 10px 1px, rgba(126, 126, 176, 0.47) 10px 2px, rgba(118, 118, 168, 0.54) 10px 3px, rgba(109, 109, 157, 0.18) 10px 4px, rgba(71, 72, 122, 0.61) 10px 8px, rgb(64, 65, 114) 10px 9px, rgb(54, 56, 104) 10px 10px, rgb(45, 46, 95) 10px 11px, rgb(37, 38, 87) 10px 12px, rgba(26, 28, 76, 0.92) 10px 13px, rgba(146, 146, 189, 0.14) 11px 0px, rgba(136, 138, 186, 0.94) 11px 1px, rgb(127, 128, 177) 11px 2px, rgb(118, 120, 168) 11px 3px, rgb(109, 110, 159) 11px 4px, rgba(99, 101, 148, 0.36) 11px 5px, rgba(80, 80, 129, 0.35) 11px 7px, rgb(73, 74, 123) 11px 8px, rgb(63, 65, 113) 11px 9px, rgb(55, 56, 105) 11px 10px, rgb(45, 47, 95) 11px 11px, rgb(36, 38, 86) 11px 12px, rgba(26, 27, 76, 0.92) 11px 13px, rgba(145, 146, 195, 0.7) 12px 0px, rgb(136, 138, 186) 12px 1px, rgb(127, 128, 177) 12px 2px, rgb(119, 120, 169) 12px 3px, rgb(109, 111, 159) 12px 4px, rgba(100, 102, 150, 0.92) 12px 5px, rgba(81, 82, 131, 0.6) 12px 7px, rgb(72, 74, 122) 12px 8px, rgb(64, 65, 114) 12px 9px, rgb(54, 56, 104) 12px 10px, rgb(45, 46, 95) 12px 11px, rgb(37, 38, 87) 12px 12px, rgba(26, 28, 76, 0.92) 12px 13px, rgba(146, 147, 195, 0.91) 13px 0px, rgb(136, 138, 186) 13px 1px, rgb(127, 128, 177) 13px 2px, rgb(118, 120, 168) 13px 3px, rgb(109, 110, 159) 13px 4px, rgb(100, 102, 150) 13px 5px, rgba(85, 91, 140, 0.16) 13px 6px, rgba(80, 82, 130, 0.65) 13px 7px, rgb(73, 74, 123) 13px 8px, rgb(63, 65, 113) 13px 9px, rgb(55, 56, 105) 13px 10px, rgb(45, 47, 95) 13px 11px, rgb(36, 38, 86) 13px 12px, rgba(26, 27, 76, 0.92) 13px 13px, rgba(145, 146, 196, 0.79) 14px 0px, rgb(136, 138, 186) 14px 1px, rgb(127, 128, 177) 14px 2px, rgb(118, 120, 168) 14px 3px, rgb(109, 110, 159) 14px 4px, rgba(100, 102, 149, 0.98) 14px 5px, rgba(85, 85, 113, 0.04) 14px 6px, rgba(81, 82, 131, 0.62) 14px 7px, rgb(73, 74, 123) 14px 8px, rgb(63, 65, 113) 14px 9px, rgb(55, 56, 105) 14px 10px, rgb(45, 47, 95) 14px 11px, rgb(36, 38, 86) 14px 12px, rgba(26, 27, 76, 0.92) 14px 13px, rgba(142, 146, 192, 0.3) 15px 0px, rgb(137, 138, 187) 15px 1px, rgb(127, 129, 177) 15px 2px, rgb(118, 119, 168) 15px 3px, rgb(109, 111, 159) 15px 4px, rgba(99, 101, 149, 0.56) 15px 5px, rgba(82, 82, 130, 0.44) 15px 7px, rgb(73, 74, 123) 15px 8px, rgb(63, 65, 113) 15px 9px, rgb(54, 56, 104) 15px 10px, rgb(45, 46, 95) 15px 11px, rgb(36, 38, 86) 15px 12px, rgba(26, 27, 76, 0.92) 15px 13px, rgba(136, 136, 183, 0.24) 16px 1px, rgba(126, 127, 176, 0.74) 16px 2px, rgba(117, 119, 167, 0.8) 16px 3px, rgba(108, 110, 158, 0.4) 16px 4px, rgba(73, 74, 122, 0.83) 16px 8px, rgb(63, 65, 113) 16px 9px, rgb(55, 56, 105) 16px 10px, rgb(45, 47, 95) 16px 11px, rgb(36, 38, 86) 16px 12px, rgba(26, 27, 76, 0.92) 16px 13px, rgba(64, 64, 106, 0.05) 17px 8px, rgba(63, 64, 113, 0.72) 17px 9px, rgb(54, 56, 104) 17px 10px, rgb(45, 46, 95) 17px 11px, rgb(36, 38, 86) 17px 12px, rgba(26, 27, 77, 0.93) 17px 13px, rgba(51, 51, 102, 0.18) 18px 10px, rgba(45, 45, 95, 0.54) 18px 11px, rgba(36, 38, 85, 0.84) 18px 12px, rgba(27, 28, 76, 0.83) 18px 13px;
}
.action_icons-module__message-colour-icon___3c_RP{
    border-radius: 0px; 
    display: inline-block; 
    width: 1px; 
    height: 1px; 
    box-shadow: rgba(46, 48, 146, 0.77) 0px 0px, rgba(46, 49, 146, 0.88) 0px 1px, rgba(46, 48, 145, 0.75) 0px 2px, rgba(46, 49, 146, 0.66) 0px 3px, rgba(45, 48, 145, 0.66) 0px 4px, rgba(45, 48, 145, 0.68) 0px 5px, rgba(46, 49, 146, 0.68) 0px 6px, rgba(46, 49, 146, 0.68) 0px 7px, rgba(46, 49, 146, 0.68) 0px 8px, rgba(45, 48, 145, 0.68) 0px 9px, rgba(45, 49, 145, 0.76) 0px 10px, rgba(46, 48, 145, 0.75) 0px 11px, rgba(46, 49, 146, 0.94) 1px 0px, rgb(46, 49, 146) 1px 1px, rgba(46, 49, 145, 0.72) 1px 2px, rgba(44, 47, 146, 0.38) 1px 3px, rgba(44, 47, 144, 0.36) 1px 4px, rgba(44, 47, 145, 0.41) 1px 5px, rgba(44, 47, 145, 0.41) 1px 6px, rgba(44, 47, 145, 0.41) 1px 7px, rgba(45, 48, 145, 0.4) 1px 8px, rgba(44, 47, 146, 0.38) 1px 9px, rgba(45, 48, 145, 0.58) 1px 10px, rgba(45, 49, 145, 0.8) 1px 11px, rgba(46, 48, 146, 0.85) 2px 0px, rgba(45, 48, 145, 0.98) 2px 1px, rgba(45, 49, 146, 0.6) 2px 2px, rgba(44, 44, 141, 0.11) 2px 3px, rgba(43, 48, 143, 0.23) 2px 10px, rgba(46, 49, 145, 0.67) 2px 11px, rgba(45, 48, 145, 0.73) 3px 0px, rgba(45, 48, 146, 0.82) 3px 1px, rgba(45, 48, 146, 0.65) 3px 2px, rgba(45, 47, 144, 0.42) 3px 3px, rgba(43, 43, 138, 0.09) 3px 4px, rgba(44, 48, 145, 0.23) 3px 10px, rgba(45, 48, 145, 0.67) 3px 11px, rgba(45, 48, 146, 0.67) 4px 0px, rgba(45, 48, 145, 0.56) 4px 1px, rgba(45, 49, 146, 0.49) 4px 2px, rgba(46, 49, 145, 0.67) 4px 3px, rgba(43, 46, 143, 0.26) 4px 4px, rgba(43, 47, 145, 0.24) 4px 10px, rgba(45, 48, 145, 0.67) 4px 11px, rgba(45, 48, 145, 0.66) 5px 0px, rgba(45, 48, 144, 0.4) 5px 1px, rgba(44, 48, 143, 0.25) 5px 2px, rgba(45, 48, 145, 0.66) 5px 3px, rgba(46, 48, 145, 0.5) 5px 4px, rgba(40, 47, 141, 0.15) 5px 5px, rgba(43, 47, 145, 0.24) 5px 10px, rgba(46, 49, 145, 0.67) 5px 11px, rgba(46, 49, 146, 0.68) 6px 0px, rgba(46, 48, 145, 0.39) 6px 1px, rgba(36, 36, 146, 0.05) 6px 2px, rgba(45, 48, 144, 0.4) 6px 3px, rgba(45, 48, 146, 0.69) 6px 4px, rgba(45, 48, 145, 0.4) 6px 5px, rgba(43, 47, 145, 0.24) 6px 10px, rgba(46, 49, 145, 0.67) 6px 11px, rgba(45, 48, 145, 0.69) 7px 0px, rgba(46, 48, 145, 0.44) 7px 1px, rgba(40, 48, 143, 0.13) 7px 3px, rgba(46, 48, 146, 0.63) 7px 4px, rgba(45, 49, 146, 0.6) 7px 5px, rgba(41, 46, 145, 0.17) 7px 6px, rgba(43, 47, 145, 0.24) 7px 10px, rgba(46, 49, 145, 0.67) 7px 11px, rgba(45, 49, 146, 0.69) 8px 0px, rgba(44, 48, 145, 0.45) 8px 1px, rgba(0, 0, 102, 0.02) 8px 3px, rgba(44, 47, 145, 0.36) 8px 4px, rgba(45, 48, 145, 0.65) 8px 5px, rgba(46, 48, 144, 0.48) 8px 6px, rgba(36, 36, 146, 0.05) 8px 7px, rgba(43, 47, 145, 0.24) 8px 10px, rgba(46, 49, 145, 0.67) 8px 11px, rgba(45, 49, 146, 0.69) 9px 0px, rgba(44, 48, 145, 0.45) 9px 1px, rgba(45, 45, 145, 0.2) 9px 4px, rgba(45, 48, 145, 0.64) 9px 5px, rgba(46, 49, 145, 0.64) 9px 6px, rgba(36, 49, 146, 0.08) 9px 7px, rgba(43, 47, 145, 0.24) 9px 10px, rgba(46, 49, 145, 0.67) 9px 11px, rgba(45, 49, 146, 0.69) 10px 0px, rgba(44, 48, 145, 0.45) 10px 1px, rgba(43, 43, 128, 0.02) 10px 3px, rgba(43, 49, 144, 0.37) 10px 4px, rgba(45, 48, 145, 0.65) 10px 5px, rgba(44, 48, 145, 0.47) 10px 6px, rgba(36, 36, 146, 0.05) 10px 7px, rgba(43, 47, 145, 0.24) 10px 10px, rgba(46, 49, 145, 0.67) 10px 11px, rgba(45, 48, 145, 0.69) 11px 0px, rgba(44, 49, 144, 0.43) 11px 1px, rgba(39, 46, 139, 0.13) 11px 3px, rgba(46, 49, 145, 0.64) 11px 4px, rgba(46, 49, 145, 0.59) 11px 5px, rgba(42, 47, 142, 0.17) 11px 6px, rgba(43, 47, 145, 0.24) 11px 10px, rgba(46, 49, 145, 0.67) 11px 11px, rgba(46, 49, 146, 0.68) 12px 0px, rgba(46, 48, 145, 0.39) 12px 1px, rgba(36, 36, 146, 0.05) 12px 2px, rgba(45, 48, 144, 0.4) 12px 3px, rgba(45, 48, 145, 0.68) 12px 4px, rgba(45, 48, 145, 0.4) 12px 5px, rgba(43, 47, 145, 0.24) 12px 10px, rgba(46, 49, 145, 0.67) 12px 11px, rgba(45, 48, 145, 0.66) 13px 0px, rgba(45, 48, 145, 0.4) 13px 1px, rgba(43, 47, 145, 0.25) 13px 2px, rgba(45, 48, 145, 0.66) 13px 3px, rgba(46, 48, 145, 0.5) 13px 4px, rgba(40, 47, 141, 0.15) 13px 5px, rgba(43, 47, 145, 0.24) 13px 10px, rgba(46, 49, 145, 0.67) 13px 11px, rgba(45, 48, 146, 0.67) 14px 0px, rgba(45, 48, 144, 0.56) 14px 1px, rgba(44, 48, 145, 0.5) 14px 2px, rgba(46, 49, 145, 0.67) 14px 3px, rgba(43, 46, 143, 0.26) 14px 4px, rgba(43, 47, 145, 0.24) 14px 10px, rgba(45, 48, 145, 0.67) 14px 11px, rgba(45, 48, 145, 0.73) 15px 0px, rgba(45, 48, 146, 0.82) 15px 1px, rgba(45, 48, 146, 0.65) 15px 2px, rgba(45, 47, 144, 0.42) 15px 3px, rgba(43, 43, 138, 0.09) 15px 4px, rgba(44, 48, 145, 0.23) 15px 10px, rgba(45, 48, 145, 0.67) 15px 11px, rgba(46, 48, 145, 0.85) 16px 0px, rgba(45, 48, 145, 0.97) 16px 1px, rgba(46, 49, 145, 0.59) 16px 2px, rgba(46, 46, 146, 0.11) 16px 3px, rgba(45, 45, 143, 0.22) 16px 10px, rgba(46, 49, 145, 0.67) 16px 11px, rgba(46, 48, 145, 0.94) 17px 0px, rgb(46, 49, 146) 17px 1px, rgba(46, 48, 145, 0.7) 17px 2px, rgba(43, 49, 144, 0.37) 17px 3px, rgba(44, 47, 144, 0.34) 17px 4px, rgba(44, 49, 144, 0.39) 17px 5px, rgba(44, 49, 144, 0.39) 17px 6px, rgba(44, 49, 144, 0.39) 17px 7px, rgba(45, 47, 145, 0.38) 17px 8px, rgba(44, 47, 145, 0.36) 17px 9px, rgba(44, 48, 145, 0.56) 17px 10px, rgba(45, 49, 146, 0.8) 17px 11px, rgba(46, 48, 145, 0.76) 18px 0px, rgba(46, 48, 145, 0.87) 18px 1px, rgba(45, 48, 145, 0.73) 18px 2px, rgba(45, 48, 145, 0.64) 18px 3px, rgba(45, 48, 145, 0.64) 18px 4px, rgba(45, 48, 145, 0.66) 18px 5px, rgba(46, 49, 146, 0.66) 18px 6px, rgba(46, 49, 146, 0.66) 18px 7px, rgba(46, 49, 146, 0.66) 18px 8px, rgba(46, 49, 146, 0.66) 18px 9px, rgba(46, 49, 146, 0.74) 18px 10px, rgba(46, 49, 146, 0.74) 18px 11px;
}
.action_icons-module__target-post-icon___2_zYo{
    border-radius: 0px;
    display: inline-block;
    width: 1px;
    height: 1px;
    box-shadow: 0px 0px rgba(255,255,255,0.83),0px 1px rgba(255,255,255,0.91),0px 2px rgba(255,255,255,0.56),0px 3px rgba(255,255,255,0.35),0px 4px rgba(255,255,255,0.12),0px 16px rgba(255,255,255,0.11),0px 17px rgba(255,255,255,0.34),0px 18px rgba(255,255,255,0.55),0px 19px rgba(255,255,255,0.9),0px 20px rgba(255,255,255,0.84),1px 0px rgba(255,255,255,0.79),1px 1px rgba(255,255,255,1),1px 2px rgba(255,255,255,1),1px 3px rgba(255,255,255,1),1px 4px rgba(255,255,255,1),1px 5px rgba(255,255,255,0.87),1px 6px rgba(255,255,255,0.64),1px 7px rgba(255,255,255,0.43),1px 8px rgba(255,255,255,0.18),1px 12px rgba(255,255,255,0.18),1px 13px rgba(255,255,255,0.42),1px 14px rgba(255,255,255,0.64),1px 15px rgba(255,255,255,0.87),1px 16px rgba(255,255,255,1),1px 17px rgba(255,255,255,1),1px 18px rgba(255,255,255,1),1px 19px rgba(255,255,255,1),1px 20px rgba(255,255,255,0.81),2px 0px rgba(255,255,255,0.27),2px 1px rgba(255,255,255,1),2px 2px rgba(255,255,255,1),2px 3px rgba(255,255,255,1),2px 4px rgba(255,255,255,1),2px 5px rgba(255,255,255,1),2px 6px rgba(255,255,255,1),2px 7px rgba(255,255,255,1),2px 8px rgba(255,255,255,1),2px 9px rgba(255,255,255,0.24),2px 11px rgba(255,255,255,0.24),2px 12px rgba(255,255,255,1),2px 13px rgba(255,255,255,1),2px 14px rgba(255,255,255,1),2px 15px rgba(255,255,255,1),2px 16px rgba(255,255,255,1),2px 17px rgba(255,255,255,1),2px 18px rgba(255,255,255,1),2px 19px rgba(255,255,255,1),2px 20px rgba(255,255,255,0.31),3px 1px rgba(255,255,255,0.73),3px 2px rgba(255,255,255,1),3px 3px rgba(255,255,255,1),3px 4px rgba(255,255,255,1),3px 5px rgba(255,255,255,1),3px 6px rgba(255,255,255,1),3px 7px rgba(255,255,255,1),3px 8px rgba(255,255,255,1),3px 9px rgba(255,255,255,0.36),3px 11px rgba(255,255,255,0.38),3px 12px rgba(255,255,255,1),3px 13px rgba(255,255,255,1),3px 14px rgba(255,255,255,1),3px 15px rgba(255,255,255,1),3px 16px rgba(255,255,255,1),3px 17px rgba(255,255,255,1),3px 18px rgba(255,255,255,1),3px 19px rgba(255,255,255,0.76),4px 1px rgba(255,255,255,0.27),4px 2px rgba(255,255,255,1),4px 3px rgba(255,255,255,1),4px 4px rgba(255,255,255,1),4px 5px rgba(255,255,255,1),4px 6px rgba(255,255,255,1),4px 7px rgba(255,255,255,1),4px 8px rgba(255,255,255,1),4px 9px rgba(255,255,255,0.45),4px 11px rgba(255,255,255,0.47),4px 12px rgba(255,255,255,1),4px 13px rgba(255,255,255,1),4px 14px rgba(255,255,255,1),4px 15px rgba(255,255,255,1),4px 16px rgba(255,255,255,1),4px 17px rgba(255,255,255,1),4px 18px rgba(255,255,255,1),4px 19px rgba(255,255,255,0.3),5px 2px rgba(255,255,255,0.72),5px 3px rgba(255,255,255,1),5px 4px rgba(255,255,255,1),5px 5px rgba(255,255,255,1),5px 6px rgba(255,255,255,1),5px 7px rgba(255,255,255,1),5px 8px rgba(255,255,255,1),5px 9px rgba(255,255,255,0.53),5px 11px rgba(255,255,255,0.56),5px 12px rgba(255,255,255,1),5px 13px rgba(255,255,255,1),5px 14px rgba(255,255,255,1),5px 15px rgba(255,255,255,1),5px 16px rgba(255,255,255,1),5px 17px rgba(255,255,255,1),5px 18px rgba(255,255,255,0.76),6px 2px rgba(255,255,255,0.26),6px 3px rgba(255,255,255,1),6px 4px rgba(255,255,255,1),6px 5px rgba(255,255,255,1),6px 6px rgba(255,255,255,1),6px 7px rgba(255,255,255,1),6px 8px rgba(255,255,255,1),6px 9px rgba(255,255,255,0.62),6px 11px rgba(255,255,255,0.66),6px 12px rgba(255,255,255,1),6px 13px rgba(255,255,255,1),6px 14px rgba(255,255,255,1),6px 15px rgba(255,255,255,1),6px 16px rgba(255,255,255,1),6px 17px rgba(255,255,255,1),6px 18px rgba(255,255,255,0.31),7px 3px rgba(255,255,255,0.73),7px 4px rgba(255,255,255,1),7px 5px rgba(255,255,255,1),7px 6px rgba(255,255,255,1),7px 7px rgba(255,255,255,1),7px 8px rgba(255,255,255,1),7px 9px rgba(255,255,255,0.7),7px 11px rgba(255,255,255,0.75),7px 12px rgba(255,255,255,1),7px 13px rgba(255,255,255,1),7px 14px rgba(255,255,255,1),7px 15px rgba(255,255,255,1),7px 16px rgba(255,255,255,1),7px 17px rgba(255,255,255,0.76),8px 3px rgba(255,255,255,0.26),8px 4px rgba(255,255,255,1),8px 5px rgba(255,255,255,1),8px 6px rgba(255,255,255,1),8px 7px rgba(255,255,255,1),8px 8px rgba(255,255,255,1),8px 9px rgba(255,255,255,0.76),8px 11px rgba(255,255,255,0.81),8px 12px rgba(255,255,255,1),8px 13px rgba(255,255,255,1),8px 14px rgba(255,255,255,1),8px 15px rgba(255,255,255,1),8px 16px rgba(255,255,255,1),8px 17px rgba(255,255,255,0.3),9px 4px rgba(255,255,255,0.71),9px 5px rgba(255,255,255,1),9px 6px rgba(255,255,255,1),9px 7px rgba(255,255,255,1),9px 8px rgba(255,255,255,1),9px 9px rgba(255,255,255,0.81),9px 10px rgba(255,255,255,0.04),9px 11px rgba(255,255,255,0.87),9px 12px rgba(255,255,255,1),9px 13px rgba(255,255,255,1),9px 14px rgba(255,255,255,1),9px 15px rgba(255,255,255,1),9px 16px rgba(255,255,255,0.76),10px 4px rgba(255,255,255,0.26),10px 5px rgba(255,255,255,1),10px 6px rgba(255,255,255,1),10px 7px rgba(255,255,255,1),10px 8px rgba(255,255,255,1),10px 9px rgba(255,255,255,0.85),10px 10px rgba(255,255,255,0.19),10px 11px rgba(255,255,255,0.92),10px 12px rgba(255,255,255,1),10px 13px rgba(255,255,255,1),10px 14px rgba(255,255,255,1),10px 15px rgba(255,255,255,1),10px 16px rgba(255,255,255,0.31),11px 5px rgba(255,255,255,0.72),11px 6px rgba(255,255,255,1),11px 7px rgba(255,255,255,1),11px 8px rgba(255,255,255,1),11px 9px rgba(255,255,255,0.89),11px 10px rgba(255,255,255,0.37),11px 11px rgba(255,255,255,0.96),11px 12px rgba(255,255,255,1),11px 13px rgba(255,255,255,1),11px 14px rgba(255,255,255,1),11px 15px rgba(255,255,255,0.76),12px 5px rgba(255,255,255,0.25),12px 6px rgba(255,255,255,1),12px 7px rgba(255,255,255,1),12px 8px rgba(255,255,255,1),12px 9px rgba(255,255,255,0.95),12px 10px rgba(255,255,255,0.71),12px 11px rgba(255,255,255,0.99),12px 12px rgba(255,255,255,1),12px 13px rgba(255,255,255,1),12px 14px rgba(255,255,255,1),12px 15px rgba(255,255,255,0.31),13px 6px rgba(255,255,255,0.71),13px 7px rgba(255,255,255,1),13px 8px rgba(255,255,255,1),13px 9px rgba(255,255,255,1),13px 10px rgba(255,255,255,1),13px 11px rgba(255,255,255,1),13px 12px rgba(255,255,255,1),13px 13px rgba(255,255,255,1),13px 14px rgba(255,255,255,0.77),14px 6px rgba(255,255,255,0.26),14px 7px rgba(255,255,255,1),14px 8px rgba(255,255,255,1),14px 9px rgba(255,255,255,1),14px 10px rgba(255,255,255,1),14px 11px rgba(255,255,255,1),14px 12px rgba(255,255,255,1),14px 13px rgba(255,255,255,1),14px 14px rgba(255,255,255,0.31),15px 7px rgba(255,255,255,0.71),15px 8px rgba(255,255,255,1),15px 9px rgba(255,255,255,1),15px 10px rgba(255,255,255,1),15px 11px rgba(255,255,255,1),15px 12px rgba(255,255,255,1),15px 13px rgba(255,255,255,0.77),16px 7px rgba(255,255,255,0.25),16px 8px rgba(255,255,255,1),16px 9px rgba(255,255,255,1),16px 10px rgba(255,255,255,1),16px 11px rgba(255,255,255,1),16px 12px rgba(255,255,255,1),16px 13px rgba(255,255,255,0.31),17px 8px rgba(255,255,255,0.71),17px 9px rgba(255,255,255,1),17px 10px rgba(255,255,255,1),17px 11px rgba(255,255,255,1),17px 12px rgba(255,255,255,0.78),18px 8px rgba(255,255,255,0.25),18px 9px rgba(255,255,255,1),18px 10px rgba(255,255,255,1),18px 11px rgba(255,255,255,1),18px 12px rgba(255,255,255,0.31),19px 9px rgba(255,255,255,0.7),19px 10px rgba(255,255,255,1),19px 11px rgba(255,255,255,0.77),20px 9px rgba(255,255,255,0.25),20px 10px rgba(255,255,255,1),20px 11px rgba(255,255,255,0.33);
}
.action_icons-module__message-sm-icon___3YzTr{
    border-radius: 0px;
    display: inline-block;
    width: 1px;
    height: 1px;
    box-shadow: 0px 0px rgba(43,46,148,0.87),0px 1px rgba(43,46,148,0.85),0px 2px rgba(42,46,147,0.76),0px 3px rgba(43,45,147,0.78),0px 4px rgba(43,45,147,0.78),0px 5px rgba(43,45,147,0.78),0px 6px rgba(43,45,147,0.78),0px 7px rgba(43,45,147,0.8),0px 8px rgba(42,46,147,0.83),1px 0px rgba(42,46,147,0.96),1px 1px rgba(42,46,147,0.78),1px 2px rgba(28,57,142,0.04),1px 3px rgba(43,43,149,0.05),1px 4px rgba(36,55,146,0.05),1px 5px rgba(36,55,146,0.05),1px 6px rgba(46,46,139,0.04),1px 7px rgba(41,41,143,0.1),1px 8px rgba(42,46,147,0.78),2px 0px rgba(43,45,148,0.77),2px 1px rgba(43,45,147,0.75),2px 2px rgba(42,47,147,0.41),2px 7px rgba(46,46,139,0.04),2px 8px rgba(43,45,147,0.78),3px 0px rgba(42,46,148,0.76),3px 1px rgba(42,46,146,0.24),3px 2px rgba(42,45,147,0.82),3px 3px rgba(44,44,144,0.09),3px 7px rgba(46,46,139,0.04),3px 8px rgba(43,45,147,0.78),4px 0px rgba(43,45,147,0.8),4px 1px rgba(0,0,128,0.01),4px 2px rgba(42,46,148,0.54),4px 3px rgba(42,46,147,0.59),4px 7px rgba(46,46,139,0.04),4px 8px rgba(43,45,147,0.78),5px 0px rgba(43,45,147,0.8),5px 1px rgba(51,51,153,0.04),5px 2px rgba(36,55,146,0.05),5px 3px rgba(43,45,148,0.82),5px 4px rgba(41,46,146,0.22),5px 7px rgba(46,46,139,0.04),5px 8px rgba(43,45,147,0.78),6px 0px rgba(43,45,147,0.8),6px 1px rgba(36,55,146,0.05),6px 3px rgba(41,47,148,0.36),6px 4px rgba(42,45,147,0.73),6px 7px rgba(46,46,139,0.04),6px 8px rgba(43,45,147,0.78),7px 0px rgba(43,45,147,0.8),7px 1px rgba(36,55,146,0.05),7px 3px rgba(43,46,146,0.37),7px 4px rgba(42,45,147,0.73),7px 7px rgba(46,46,139,0.04),7px 8px rgba(43,45,147,0.78),8px 0px rgba(43,45,147,0.8),8px 1px rgba(51,51,153,0.04),8px 2px rgba(34,51,153,0.06),8px 3px rgba(43,45,148,0.82),8px 4px rgba(42,46,148,0.22),8px 7px rgba(46,46,139,0.04),8px 8px rgba(43,45,147,0.78),9px 0px rgba(43,45,147,0.8),9px 1px rgba(0,0,128,0.01),9px 2px rgba(42,46,148,0.54),9px 3px rgba(42,46,147,0.59),9px 7px rgba(46,46,139,0.04),9px 8px rgba(43,45,147,0.78),10px 0px rgba(42,46,148,0.76),10px 1px rgba(41,45,148,0.24),10px 2px rgba(42,45,147,0.82),10px 3px rgba(44,44,144,0.09),10px 7px rgba(46,46,139,0.04),10px 8px rgba(43,45,147,0.78),11px 0px rgba(43,45,147,0.78),11px 1px rgba(43,45,147,0.75),11px 2px rgba(42,47,147,0.41),11px 7px rgba(46,46,139,0.04),11px 8px rgba(43,45,147,0.78),12px 0px rgba(42,46,147,0.96),12px 1px rgba(43,45,147,0.78),12px 2px rgba(36,36,146,0.03),12px 3px rgba(32,32,159,0.03),12px 4px rgba(51,51,153,0.04),12px 5px rgba(51,51,153,0.04),12px 6px rgba(36,36,146,0.03),12px 7px rgba(36,49,146,0.08),12px 8px rgba(42,46,147,0.78),13px 0px rgba(43,46,148,0.87),13px 1px rgba(42,45,147,0.84),13px 2px rgba(42,46,146,0.74),13px 3px rgba(42,46,147,0.76),13px 4px rgba(42,46,147,0.76),13px 5px rgba(42,46,147,0.76),13px 6px rgba(42,46,147,0.76),13px 7px rgba(43,45,147,0.78),13px 8px rgba(42,46,147,0.83);
}
.action_icons-module__follower-sm-icon___3858P{
    border-radius: 0px;
    display: inline-block;
     width: 1px;
    height: 1px;
    box-shadow: 0px 6px rgba(43,43,128,0.02),0px 7px rgba(42,45,148,0.45),0px 8px rgba(42,46,147,0.85),0px 9px rgba(42,46,147,0.85),1px 1px rgba(42,46,146,0.33),1px 2px rgba(42,46,147,0.5),1px 3px rgba(41,49,148,0.12),1px 5px rgba(43,43,149,0.09),1px 6px rgba(43,46,147,0.89),1px 7px rgba(42,46,147,1),1px 8px rgba(42,46,147,1),1px 9px rgba(42,46,147,0.93),2px 0px rgba(42,46,147,0.55),2px 1px rgba(42,46,147,1),2px 2px rgba(42,46,147,1),2px 3px rgba(42,46,147,0.93),2px 5px rgba(42,46,147,0.55),2px 6px rgba(42,46,147,1),2px 7px rgba(42,46,147,1),2px 8px rgba(42,46,147,1),2px 9px rgba(42,45,147,0.93),3px 0px rgba(42,45,147,0.91),3px 1px rgba(42,46,147,1),3px 2px rgba(42,46,147,1),3px 3px rgba(42,46,147,1),3px 4px rgba(42,45,146,0.4),3px 5px rgba(42,46,147,0.66),3px 6px rgba(42,46,147,1),3px 7px rgba(42,46,147,1),3px 8px rgba(42,46,147,1),3px 9px rgba(42,45,147,0.93),4px 0px rgba(42,46,148,0.76),4px 1px rgba(42,46,147,1),4px 2px rgba(42,46,147,1),4px 3px rgba(42,46,147,1),4px 4px rgba(42,46,148,0.22),4px 5px rgba(43,46,146,0.61),4px 6px rgba(42,46,147,1),4px 7px rgba(42,46,147,1),4px 8px rgba(42,46,147,1),4px 9px rgba(42,45,147,0.93),5px 0px rgba(39,49,147,0.1),5px 1px rgba(42,45,147,0.69),5px 2px rgba(43,46,148,0.85),5px 3px rgba(42,45,147,0.38),5px 5px rgba(44,47,146,0.27),5px 6px rgba(42,46,147,1),5px 7px rgba(42,46,147,1),5px 8px rgba(42,46,147,1),5px 9px rgba(42,45,147,0.93),6px 6px rgba(43,45,147,0.56),6px 7px rgba(42,46,147,1),6px 8px rgba(42,46,147,1),6px 9px rgba(42,45,147,0.93),7px 0px rgba(39,49,147,0.1),7px 1px rgba(42,45,147,0.69),7px 2px rgba(43,46,148,0.85),7px 3px rgba(42,45,147,0.38),7px 5px rgba(43,47,147,0.28),7px 6px rgba(42,46,147,1),7px 7px rgba(42,46,147,1),7px 8px rgba(42,46,147,1),7px 9px rgba(42,45,147,0.93),8px 0px rgba(42,46,148,0.76),8px 1px rgba(42,46,147,1),8px 2px rgba(42,46,147,1),8px 3px rgba(42,46,147,1),8px 4px rgba(42,46,148,0.22),8px 5px rgba(42,46,147,0.61),8px 6px rgba(42,46,147,1),8px 7px rgba(42,46,147,1),8px 8px rgba(42,46,147,1),8px 9px rgba(42,45,147,0.93),9px 0px rgba(42,45,147,0.91),9px 1px rgba(42,46,147,1),9px 2px rgba(42,46,147,1),9px 3px rgba(42,46,147,1),9px 4px rgba(42,45,146,0.4),9px 5px rgba(42,46,147,0.66),9px 6px rgba(42,46,147,1),9px 7px rgba(42,46,147,1),9px 8px rgba(42,46,147,1),9px 9px rgba(42,45,147,0.93),10px 0px rgba(42,46,147,0.55),10px 1px rgba(42,46,147,1),10px 2px rgba(42,46,147,1),10px 3px rgba(42,46,147,0.93),10px 5px rgba(42,46,147,0.55),10px 6px rgba(42,46,147,1),10px 7px rgba(42,46,147,1),10px 8px rgba(42,46,147,1),10px 9px rgba(42,45,147,0.93),11px 1px rgba(42,46,146,0.33),11px 2px rgba(42,46,147,0.5),11px 3px rgba(41,49,148,0.12),11px 5px rgba(43,43,149,0.09),11px 6px rgba(43,46,147,0.89),11px 7px rgba(42,46,147,1),11px 8px rgba(42,46,147,1),11px 9px rgba(42,46,147,0.93),12px 6px rgba(36,36,146,0.03),12px 7px rgba(42,47,146,0.45),12px 8px rgba(42,46,147,0.85),12px 9px rgba(42,46,147,0.85);
}
.action_icons-module__following-colour-icon___3RuBr{
        border-radius: 0px;
        display: inline-block;
        width: 1px;
        height: 1px;
        box-shadow: 0px 6px rgba(36,55,146,0.05),0px 7px rgba(42,46,148,0.47),0px 8px rgba(43,46,148,0.89),0px 9px rgba(42,45,147,0.88),1px 0px rgba(64,64,128,0.02),1px 1px rgba(41,46,148,0.46),1px 2px rgba(43,46,146,0.64),1px 3px rgba(43,43,149,0.21),1px 5px rgba(44,44,149,0.16),1px 6px rgba(43,46,147,0.96),1px 7px rgba(42,46,147,1),1px 8px rgba(42,46,147,1),1px 9px rgba(42,46,147,0.93),2px 0px rgba(43,46,147,0.65),2px 1px rgba(42,46,147,1),2px 2px rgba(42,46,147,1),2px 3px rgba(42,46,147,1),2px 4px rgba(46,46,151,0.09),2px 5px rgba(42,45,147,0.58),2px 6px rgba(42,46,147,1),2px 7px rgba(42,46,147,1),2px 8px rgba(42,46,147,1),2px 9px rgba(42,45,147,0.93),3px 0px rgba(42,45,147,0.91),3px 1px rgba(42,46,147,1),3px 2px rgba(42,46,147,1),3px 3px rgba(42,46,147,1),3px 4px rgba(42,45,146,0.4),3px 5px rgba(43,46,147,0.65),3px 6px rgba(42,46,147,1),3px 7px rgba(42,46,147,1),3px 8px rgba(42,46,147,1),3px 9px rgba(42,45,147,0.93),4px 0px rgba(42,45,147,0.62),4px 1px rgba(42,46,147,1),4px 2px rgba(42,46,147,1),4px 3px rgba(43,46,147,0.98),4px 4px rgba(39,39,157,0.05),4px 5px rgba(42,46,148,0.57),4px 6px rgba(42,46,147,1),4px 7px rgba(42,46,147,1),4px 8px rgba(42,46,147,1),4px 9px rgba(42,45,147,0.93),5px 1px rgba(42,47,147,0.41),5px 2px rgba(43,46,147,0.58),5px 3px rgba(41,46,145,0.17),5px 5px rgba(45,45,150,0.13),5px 6px rgba(43,46,147,0.94),5px 7px rgba(42,46,147,1),5px 8px rgba(42,46,147,1),5px 9px rgba(42,45,147,0.99),6px 0px rgba(64,64,128,0.02),6px 1px rgba(41,46,148,0.46),6px 2px rgba(43,46,146,0.64),6px 3px rgba(43,43,149,0.21),6px 5px rgba(44,44,149,0.16),6px 6px rgba(43,46,147,0.96),6px 7px rgba(42,46,147,1),6px 8px rgba(42,46,147,1),6px 9px rgba(43,46,147,0.99),7px 0px rgba(43,46,147,0.65),7px 1px rgba(42,46,147,1),7px 2px rgba(42,46,147,1),7px 3px rgba(42,46,147,1),7px 4px rgba(46,46,151,0.09),7px 5px rgba(42,45,147,0.58),7px 6px rgba(42,46,147,1),7px 7px rgba(42,46,147,1),7px 8px rgba(42,46,147,1),7px 9px rgba(42,45,147,0.93),8px 0px rgba(42,45,147,0.91),8px 1px rgba(42,46,147,1),8px 2px rgba(42,46,147,1),8px 3px rgba(42,46,147,1),8px 4px rgba(42,45,146,0.4),8px 5px rgba(43,46,147,0.65),8px 6px rgba(42,46,147,1),8px 7px rgba(42,46,147,1),8px 8px rgba(42,46,147,1),8px 9px rgba(42,45,147,0.93),9px 0px rgba(42,45,147,0.62),9px 1px rgba(42,46,147,1),9px 2px rgba(42,46,147,1),9px 3px rgba(43,46,147,0.98),9px 4px rgba(39,39,157,0.05),9px 5px rgba(42,46,148,0.57),9px 6px rgba(42,46,147,1),9px 7px rgba(42,46,147,1),9px 8px rgba(42,46,147,1),9px 9px rgba(42,45,147,0.93),10px 1px rgba(42,47,147,0.41),10px 2px rgba(43,46,147,0.58),10px 3px rgba(41,46,145,0.17),10px 5px rgba(45,45,150,0.13),10px 6px rgba(43,46,147,0.94),10px 7px rgba(42,46,147,1),10px 8px rgba(42,46,147,1),10px 9px rgba(42,45,147,0.99),11px 0px rgba(64,64,128,0.02),11px 1px rgba(41,46,148,0.46),11px 2px rgba(43,46,146,0.64),11px 3px rgba(43,43,149,0.21),11px 5px rgba(44,44,149,0.16),11px 6px rgba(43,46,147,0.96),11px 7px rgba(42,46,147,1),11px 8px rgba(42,46,147,1),11px 9px rgba(43,46,147,0.99),12px 0px rgba(43,46,147,0.65),12px 1px rgba(42,46,147,1),12px 2px rgba(42,46,147,1),12px 3px rgba(42,46,147,1),12px 4px rgba(46,46,151,0.09),12px 5px rgba(42,45,147,0.58),12px 6px rgba(42,46,147,1),12px 7px rgba(42,46,147,1),12px 8px rgba(42,46,147,1),12px 9px rgba(42,45,147,0.93),13px 0px rgba(42,45,147,0.91),13px 1px rgba(42,46,147,1),13px 2px rgba(42,46,147,1),13px 3px rgba(42,46,147,1),13px 4px rgba(42,45,146,0.4),13px 5px rgba(43,46,147,0.65),13px 6px rgba(42,46,147,1),13px 7px rgba(42,46,147,1),13px 8px rgba(42,46,147,1),13px 9px rgba(42,45,147,0.93),14px 0px rgba(42,45,147,0.62),14px 1px rgba(42,46,147,1),14px 2px rgba(42,46,147,1),14px 3px rgba(43,46,147,0.98),14px 4px rgba(39,39,157,0.05),14px 5px rgba(42,46,148,0.57),14px 6px rgba(42,46,147,1),14px 7px rgba(42,46,147,1),14px 8px rgba(42,46,147,1),14px 9px rgba(42,45,147,0.93),15px 1px rgba(42,47,147,0.41),15px 2px rgba(43,46,147,0.58),15px 3px rgba(41,46,145,0.17),15px 5px rgba(45,45,150,0.13),15px 6px rgba(42,46,147,0.93),15px 7px rgba(42,46,147,1),15px 8px rgba(42,46,147,1),15px 9px rgba(42,46,147,0.93),16px 6px rgba(46,46,139,0.04),16px 7px rgba(42,46,146,0.48),16px 8px rgba(42,45,147,0.86),16px 9px rgba(43,46,148,0.85);
}
.action_icons-module__compose-icon___3pp_O{
    border-radius: 0px;
    display: inline-block;
    width: 1px;
    height: 1px;
    box-shadow: 0px 14px rgba(39,46,150,0.15),0px 15px rgba(42,46,148,0.52),0px 16px rgba(42,46,147,0.76),0px 17px rgba(42,46,147,0.83),0px 18px rgba(42,45,147,0.86),0px 19px rgba(42,45,148,0.45),1px 3px rgba(43,47,149,0.25),1px 4px rgba(43,45,147,0.78),1px 5px rgba(42,45,147,0.95),1px 6px rgba(42,45,147,0.93),1px 7px rgba(42,45,148,0.97),1px 8px rgba(42,45,147,0.91),1px 9px rgba(38,47,151,0.11),1px 12px rgba(39,39,157,0.05),1px 13px rgba(43,45,147,0.73),1px 14px rgba(42,46,147,1),1px 15px rgba(42,46,147,1),1px 16px rgba(42,46,147,1),1px 17px rgba(42,46,147,1),1px 18px rgba(42,46,147,1),1px 19px rgba(42,46,147,0.81),2px 2px rgba(42,46,147,0.5),2px 3px rgba(42,46,147,1),2px 4px rgba(42,46,147,1),2px 5px rgba(42,46,147,1),2px 6px rgba(42,46,147,1),2px 7px rgba(42,46,147,1),2px 8px rgba(43,46,147,0.99),2px 9px rgba(44,44,149,0.11),2px 11px rgba(41,48,145,0.15),2px 12px rgba(42,45,148,0.95),2px 13px rgba(42,46,147,1),2px 14px rgba(42,46,147,0.83),2px 15px rgba(43,46,147,0.33),2px 16px rgba(45,45,150,0.07),2px 17px rgba(51,51,153,0.04),2px 18px rgba(42,46,147,1),2px 19px rgba(42,46,147,0.9),3px 1px rgba(42,46,148,0.26),3px 2px rgba(42,46,147,1),3px 3px rgba(42,46,147,0.93),3px 4px rgba(44,44,150,0.18),3px 10px rgba(41,48,145,0.15),3px 11px rgba(42,45,147,0.97),3px 12px rgba(42,46,147,1),3px 13px rgba(43,45,148,0.49),3px 17px rgba(51,51,153,0.04),3px 18px rgba(42,46,147,1),3px 19px rgba(43,45,147,0.84),4px 1px rgba(43,46,147,0.65),4px 2px rgba(42,46,147,1),4px 3px rgba(41,44,148,0.27),4px 9px rgba(40,47,148,0.15),4px 10px rgba(42,46,147,0.98),4px 11px rgba(42,46,147,1),4px 12px rgba(42,46,146,0.43),4px 17px rgba(42,46,146,0.24),4px 18px rgba(42,46,147,1),4px 19px rgba(43,46,146,0.64),5px 1px rgba(43,45,148,0.82),5px 2px rgba(42,46,147,1),5px 3px rgba(34,51,153,0.06),5px 8px rgba(40,47,148,0.15),5px 9px rgba(42,46,147,0.98),5px 10px rgba(42,46,147,1),5px 11px rgba(41,46,147,0.44),5px 17px rgba(43,46,147,0.63),5px 18px rgba(42,46,147,1),5px 19px rgba(43,46,147,0.33),6px 1px rgba(42,46,147,0.83),6px 2px rgba(42,46,147,1),6px 3px rgba(39,39,157,0.05),6px 7px rgba(40,47,148,0.15),6px 8px rgba(42,46,147,0.98),6px 9px rgba(42,46,147,1),6px 10px rgba(42,46,146,0.43),6px 16px rgba(42,45,148,0.31),6px 17px rgba(42,46,147,1),6px 18px rgba(43,46,148,0.85),7px 1px rgba(42,46,147,0.83),7px 2px rgba(42,46,147,1),7px 3px rgba(39,39,157,0.05),7px 6px rgba(40,47,148,0.15),7px 7px rgba(42,46,147,0.98),7px 8px rgba(42,46,147,1),7px 9px rgba(41,46,147,0.44),7px 15px rgba(44,44,147,0.25),7px 16px rgba(42,46,147,1),7px 17px rgba(42,46,147,1),7px 18px rgba(40,45,148,0.22),8px 1px rgba(42,46,148,0.76),8px 2px rgba(42,46,147,1),8px 5px rgba(40,47,148,0.15),8px 6px rgba(42,46,147,0.98),8px 7px rgba(42,46,147,1),8px 8px rgba(41,46,147,0.44),8px 14px rgba(44,44,147,0.25),8px 15px rgba(42,46,147,1),8px 16px rgba(42,46,147,1),8px 17px rgba(41,44,148,0.32),9px 1px rgba(45,45,150,0.07),9px 2px rgba(44,44,144,0.09),9px 4px rgba(39,46,150,0.15),9px 5px rgba(42,46,147,0.98),9px 6px rgba(42,46,147,1),9px 7px rgba(43,46,148,0.44),9px 13px rgba(43,47,149,0.25),9px 14px rgba(42,46,147,1),9px 15px rgba(42,46,147,1),9px 16px rgba(41,44,148,0.32),10px 3px rgba(41,48,145,0.15),10px 4px rgba(42,46,147,0.98),10px 5px rgba(42,46,147,1),10px 6px rgba(43,46,148,0.44),10px 12px rgba(44,44,147,0.25),10px 13px rgba(42,46,147,1),10px 14px rgba(42,46,147,1),10px 15px rgba(43,46,147,0.33),10px 17px rgba(39,39,157,0.05),10px 18px rgba(48,48,143,0.06),11px 2px rgba(40,47,148,0.15),11px 3px rgba(42,45,148,0.97),11px 4px rgba(42,46,147,1),11px 5px rgba(41,46,147,0.44),11px 11px rgba(43,47,149,0.25),11px 12px rgba(42,46,147,1),11px 13px rgba(42,46,147,1),11px 14px rgba(44,47,146,0.32),11px 17px rgba(43,45,147,0.8),11px 18px rgba(42,46,147,0.96),12px 1px rgba(40,47,148,0.15),12px 2px rgba(42,46,147,0.96),12px 3px rgba(42,46,147,1),12px 4px rgba(42,46,147,1),12px 5px rgba(42,46,147,0.69),12px 10px rgba(44,44,147,0.25),12px 11px rgba(42,46,147,1),12px 12px rgba(42,46,147,1),12px 13px rgba(41,44,148,0.32),12px 17px rgba(42,45,147,0.88),12px 18px rgba(42,46,147,1),12px 19px rgba(51,51,153,0.02),13px 0px rgba(28,57,142,0.04),13px 1px rgba(43,46,147,0.92),13px 2px rgba(42,46,147,1),13px 3px rgba(42,45,149,0.36),13px 4px rgba(42,46,147,0.53),13px 5px rgba(42,46,147,1),13px 6px rgba(42,46,147,0.8),13px 9px rgba(44,44,147,0.25),13px 10px rgba(42,46,147,1),13px 11px rgba(42,46,147,1),13px 12px rgba(41,44,148,0.32),13px 17px rgba(42,45,147,0.88),13px 18px rgba(42,46,147,1),13px 19px rgba(51,51,153,0.02),14px 0px rgba(42,46,147,0.45),14px 1px rgba(42,46,147,1),14px 2px rgba(42,46,148,0.54),14px 5px rgba(42,45,147,0.64),14px 6px rgba(42,46,147,1),14px 7px rgba(43,46,148,0.7),14px 8px rgba(43,47,149,0.25),14px 9px rgba(42,46,147,1),14px 10px rgba(42,46,147,1),14px 11px rgba(43,46,147,0.33),14px 17px rgba(42,46,147,0.9),14px 18px rgba(42,46,147,1),14px 19px rgba(0,85,170,0.01),15px 0px rgba(42,45,147,0.69),15px 1px rgba(42,46,147,1),15px 2px rgba(42,47,146,0.19),15px 6px rgba(42,46,148,0.54),15px 7px rgba(42,46,147,1),15px 8px rgba(42,46,147,1),15px 9px rgba(42,46,147,1),15px 10px rgba(43,46,147,0.33),15px 16px rgba(39,49,147,0.1),15px 17px rgba(42,46,147,1),15px 18px rgba(42,45,147,0.86),16px 0px rgba(42,46,147,0.61),16px 1px rgba(42,46,147,1),16px 2px rgba(41,45,148,0.29),16px 6px rgba(40,45,146,0.25),16px 7px rgba(42,46,147,1),16px 8px rgba(42,46,147,1),16px 9px rgba(44,47,146,0.32),16px 15px rgba(46,46,139,0.04),16px 16px rgba(42,46,147,0.78),16px 17px rgba(42,46,147,1),16px 18px rgba(42,47,146,0.45),17px 0px rgba(42,46,148,0.26),17px 1px rgba(42,46,147,1),17px 2px rgba(43,46,147,0.91),17px 3px rgba(44,44,149,0.16),17px 5px rgba(43,46,146,0.35),17px 6px rgba(42,46,147,1),17px 7px rgba(42,46,147,1),17px 8px rgba(43,46,147,0.33),17px 11px rgba(42,46,147,0.83),17px 12px rgba(42,46,147,1),17px 13px rgba(42,45,148,0.97),17px 14px rgba(42,46,147,0.98),17px 15px rgba(42,46,147,1),17px 16px rgba(42,46,147,1),17px 17px rgba(42,45,147,0.69),18px 1px rgba(43,45,147,0.54),18px 2px rgba(42,46,147,1),18px 3px rgba(42,46,147,1),18px 4px rgba(42,46,147,1),18px 5px rgba(42,46,147,1),18px 6px rgba(42,46,147,1),18px 7px rgba(44,47,146,0.32),18px 11px rgba(42,46,147,0.81),18px 12px rgba(42,46,147,1),18px 13px rgba(43,46,147,0.96),18px 14px rgba(42,45,147,0.99),18px 15px rgba(42,45,147,0.86),18px 16px rgba(43,45,146,0.38),19px 2px rgba(43,47,147,0.28),19px 3px rgba(43,45,147,0.75),19px 4px rgba(42,46,147,0.87),19px 5px rgba(43,46,147,0.65),19px 6px rgba(39,46,150,0.15);
 }
.action_icons-module__delete-icon___3eqVS{
    border-radius: 0px;
    display: inline-block;
    width: 1px;
    height: 1px;
    box-shadow: 0px 1px rgba(185,185,185,0.04),0px 2px rgba(184,184,184,0.83),0px 3px rgba(186,186,186,0.25),1px 1px rgba(184,184,184,0.07),1px 2px rgba(184,184,184,0.98),1px 3px rgba(186,186,186,0.29),1px 4px rgba(185,185,185,0.33),1px 5px rgba(184,184,184,0.62),1px 6px rgba(185,185,185,0.56),1px 7px rgba(185,185,185,0.56),1px 8px rgba(185,185,185,0.56),1px 9px rgba(185,185,185,0.56),1px 10px rgba(184,184,184,0.6),1px 11px rgba(184,184,184,0.51),1px 12px rgba(191,191,191,0.06),2px 1px rgba(184,184,184,0.07),2px 2px rgba(185,185,185,0.96),2px 3px rgba(184,184,184,0.28),2px 4px rgba(184,184,184,0.61),2px 5px rgba(184,184,184,0.99),2px 6px rgba(185,185,185,0.89),2px 7px rgba(185,185,185,0.89),2px 8px rgba(185,185,185,0.89),2px 9px rgba(185,185,185,0.88),2px 10px rgba(185,185,185,0.89),2px 11px rgba(184,185,185,1),2px 12px rgba(185,185,185,0.73),3px 0px rgba(185,185,185,0.41),3px 1px rgba(184,185,185,1),3px 2px rgba(184,185,185,1),3px 3px rgba(183,183,183,0.22),3px 11px rgba(184,184,184,0.45),3px 12px rgba(184,185,185,1),4px 0px rgba(185,185,185,0.93),4px 1px rgba(185,185,185,0.84),4px 2px rgba(184,184,184,0.92),4px 3px rgba(183,183,183,0.24),4px 4px rgba(184,184,184,0.61),4px 5px rgba(184,184,184,0.99),4px 6px rgba(185,185,185,0.89),4px 7px rgba(185,185,185,0.89),4px 8px rgba(185,185,185,0.9),4px 9px rgba(184,185,185,1),4px 10px rgba(184,184,184,0.18),4px 11px rgba(185,185,185,0.3),4px 12px rgba(184,185,185,1),5px 0px rgba(185,185,185,0.96),5px 1px rgba(184,184,184,0.49),5px 2px rgba(185,185,185,0.81),5px 3px rgba(185,185,185,0.3),5px 4px rgba(186,186,186,0.23),5px 5px rgba(184,184,184,0.48),5px 6px rgba(185,185,185,0.43),5px 7px rgba(185,185,185,0.43),5px 8px rgba(184,184,184,0.44),5px 9px rgba(185,185,185,0.5),5px 10px rgba(170,170,170,0.01),5px 11px rgba(183,183,183,0.38),5px 12px rgba(184,185,185,1),6px 0px rgba(185,185,185,0.96),6px 1px rgba(184,184,184,0.49),6px 2px rgba(184,184,184,0.84),6px 3px rgba(184,184,184,0.29),6px 5px rgba(189,189,189,0.11),6px 6px rgba(181,181,181,0.09),6px 7px rgba(181,181,181,0.09),6px 8px rgba(184,184,184,0.1),6px 9px rgba(186,186,186,0.1),6px 11px rgba(184,184,184,0.44),6px 12px rgba(184,185,185,1),7px 0px rgba(184,184,184,0.95),7px 1px rgba(184,184,184,0.68),7px 2px rgba(184,185,185,0.86),7px 3px rgba(183,183,183,0.25),7px 4px rgba(185,185,185,0.7),7px 5px rgba(184,185,185,1),7px 6px rgba(184,185,185,1),7px 7px rgba(184,185,185,1),7px 8px rgba(184,185,185,1),7px 9px rgba(184,185,185,1),7px 10px rgba(185,185,185,0.23),7px 11px rgba(184,184,184,0.28),7px 12px rgba(184,185,185,1),8px 0px rgba(185,185,185,0.61),8px 1px rgba(184,185,185,1),8px 2px rgba(184,185,185,1),8px 3px rgba(185,185,185,0.22),8px 11px rgba(184,184,184,0.45),8px 12px rgba(184,185,185,1),9px 1px rgba(185,185,185,0.13),9px 2px rgba(185,185,185,0.98),9px 3px rgba(185,185,185,0.29),9px 4px rgba(185,185,185,0.38),9px 5px rgba(185,185,185,0.68),9px 6px rgba(185,185,185,0.62),9px 7px rgba(185,185,185,0.62),9px 8px rgba(185,185,185,0.62),9px 9px rgba(184,184,184,0.61),9px 10px rgba(185,185,185,0.62),9px 11px rgba(184,184,184,0.95),9px 12px rgba(185,185,185,0.85),10px 1px rgba(184,184,184,0.07),10px 2px rgba(184,184,184,0.96),10px 3px rgba(184,184,184,0.28),10px 4px rgba(184,184,184,0.55),10px 5px rgba(185,185,185,0.91),10px 6px rgba(184,184,184,0.82),10px 7px rgba(184,184,184,0.82),10px 8px rgba(184,184,184,0.82),10px 9px rgba(184,184,184,0.82),10px 10px rgba(185,185,185,0.87),10px 11px rgba(185,185,185,0.8),10px 12px rgba(183,183,183,0.18),11px 1px rgba(187,187,187,0.06),11px 2px rgba(185,185,185,0.93),11px 3px rgba(186,186,186,0.27);
}
/* .right-arrow-icon{
    border-radius: 0px;
    display: inline-block;
    width: 1px;
    height: 1px;
    box-shadow: 0px 1px rgba(255,255,255,0.07),0px 8px rgba(255,255,255,0.07),1px 0px rgba(255,255,255,0.6),1px 1px rgba(255,255,255,1),1px 2px rgba(255,255,255,0.47),1px 6px rgba(255,255,255,0.13),1px 7px rgba(255,255,255,0.93),1px 8px rgba(255,255,255,0.93),1px 9px rgba(255,255,255,0.07),2px 0px rgba(255,255,255,0.07),2px 1px rgba(255,255,255,0.8),2px 2px rgba(255,255,255,0.93),2px 3px rgba(255,255,255,0.13),2px 6px rgba(255,255,255,0.67),2px 7px rgba(255,255,255,1),2px 8px rgba(255,255,255,0.4),3px 1px rgba(255,255,255,0.27),3px 2px rgba(255,255,255,1),3px 3px rgba(255,255,255,0.73),3px 5px rgba(255,255,255,0.33),3px 6px rgba(255,255,255,1),3px 7px rgba(255,255,255,0.73),4px 2px rgba(255,255,255,0.47),4px 3px rgba(255,255,255,1),4px 4px rgba(255,255,255,0.47),4px 5px rgba(255,255,255,0.8),4px 6px rgba(255,255,255,0.93),4px 7px rgba(255,255,255,0.13),5px 3px rgba(255,255,255,0.73),5px 4px rgba(255,255,255,1),5px 5px rgba(255,255,255,1),5px 6px rgba(255,255,255,0.47),6px 3px rgba(255,255,255,0.07),6px 4px rgba(255,255,255,0.93),6px 5px rgba(255,255,255,0.8);
} */
.action_icons-module__portfolio-icon___2P9DP{
    border-radius: 0px;
    display: inline-block;
    width: 1px;
    height: 1px;
    box-shadow: 0px 0px rgba(46,49,146,0.96),0px 1px rgba(46,49,146,0.82),0px 2px rgba(46,49,146,0.82),0px 3px rgba(46,49,146,0.82),0px 4px rgba(46,49,146,0.82),0px 5px rgba(46,49,146,0.82),0px 6px rgba(46,49,146,0.82),0px 7px rgba(46,49,146,0.82),0px 8px rgba(46,49,146,0.82),0px 9px rgba(46,49,146,0.82),0px 10px rgba(46,49,146,0.82),0px 11px rgba(46,49,146,0.82),0px 12px rgba(46,49,146,0.82),0px 13px rgba(46,49,146,0.82),0px 14px rgba(46,49,146,0.55),1px 0px rgba(46,49,146,0.8),1px 1px rgba(46,49,146,0.43),1px 2px rgba(46,49,145,0.65),1px 3px rgba(46,49,145,0.65),1px 4px rgba(46,49,145,0.65),1px 5px rgba(46,49,145,0.65),1px 6px rgba(46,49,145,0.65),1px 7px rgba(46,49,145,0.65),1px 8px rgba(46,49,145,0.65),1px 9px rgba(46,49,145,0.65),1px 10px rgba(46,49,145,0.65),1px 11px rgba(46,49,145,0.65),1px 12px rgba(46,49,145,0.65),1px 13px rgba(46,49,145,0.65),1px 14px rgba(46,49,145,0.65),1px 15px rgba(46,49,145,0.65),2px 0px rgba(46,49,146,0.8),2px 1px rgba(47,50,146,0.67),2px 2px rgba(46,49,146,1),2px 3px rgba(46,49,146,1),2px 4px rgba(46,49,146,1),2px 5px rgba(46,49,146,1),2px 6px rgba(46,49,146,1),2px 7px rgba(46,49,146,1),2px 8px rgba(46,49,146,1),2px 9px rgba(46,49,146,1),2px 10px rgba(46,49,146,1),2px 11px rgba(46,49,146,1),2px 12px rgba(46,49,146,1),2px 13px rgba(46,49,146,1),2px 14px rgba(46,49,146,1),2px 15px rgba(46,49,146,1),3px 0px rgba(46,49,146,0.8),3px 1px rgba(47,50,146,0.67),3px 2px rgba(46,49,146,1),3px 3px rgba(46,49,146,1),3px 4px rgba(46,49,146,0.78),3px 5px rgba(46,49,146,0.98),3px 6px rgba(46,49,146,0.84),3px 7px rgba(46,49,146,0.91),3px 8px rgba(46,49,146,0.91),3px 9px rgba(46,49,146,0.84),3px 10px rgba(46,49,146,0.98),3px 11px rgba(46,49,146,0.78),3px 12px rgba(46,49,146,1),3px 13px rgba(46,49,147,0.76),3px 14px rgba(46,49,146,1),3px 15px rgba(46,49,146,1),4px 0px rgba(46,49,146,0.8),4px 1px rgba(47,50,146,0.67),4px 2px rgba(46,49,146,1),4px 3px rgba(46,49,146,1),4px 4px rgba(47,49,146,0.53),4px 5px rgba(46,49,146,0.93),4px 6px rgba(47,50,146,0.67),4px 7px rgba(46,49,146,0.8),4px 8px rgba(46,49,146,0.8),4px 9px rgba(47,50,146,0.67),4px 10px rgba(46,49,146,0.93),4px 11px rgba(47,49,146,0.53),4px 12px rgba(46,49,146,1),4px 13px rgba(45,49,146,0.47),4px 14px rgba(46,49,146,1),4px 15px rgba(46,49,146,1),5px 0px rgba(46,49,146,0.8),5px 1px rgba(47,50,146,0.67),5px 2px rgba(46,49,146,1),5px 3px rgba(46,49,146,1),5px 4px rgba(47,49,146,0.53),5px 5px rgba(46,49,146,0.93),5px 6px rgba(47,50,146,0.67),5px 7px rgba(46,49,146,0.8),5px 8px rgba(46,49,146,0.8),5px 9px rgba(47,50,146,0.67),5px 10px rgba(46,49,146,0.93),5px 11px rgba(47,49,146,0.53),5px 12px rgba(46,49,146,1),5px 13px rgba(45,49,146,0.47),5px 14px rgba(46,49,146,1),5px 15px rgba(46,49,146,1),6px 0px rgba(46,49,146,0.8),6px 1px rgba(47,50,146,0.67),6px 2px rgba(46,49,146,1),6px 3px rgba(46,49,146,1),6px 4px rgba(46,49,146,0.72),6px 5px rgba(46,49,146,0.97),6px 6px rgba(47,50,146,0.67),6px 7px rgba(46,49,146,0.8),6px 8px rgba(46,49,146,0.8),6px 9px rgba(47,50,146,0.67),6px 10px rgba(46,49,146,0.93),6px 11px rgba(47,49,146,0.53),6px 12px rgba(46,49,146,1),6px 13px rgba(45,49,146,0.47),6px 14px rgba(46,49,146,1),6px 15px rgba(46,49,146,1),7px 0px rgba(46,49,146,0.8),7px 1px rgba(47,50,146,0.67),7px 2px rgba(46,49,146,1),7px 3px rgba(46,49,146,1),7px 4px rgba(46,49,146,1),7px 5px rgba(46,49,146,1),7px 6px rgba(47,50,146,0.67),7px 7px rgba(46,49,146,0.8),7px 8px rgba(46,49,146,0.8),7px 9px rgba(47,50,146,0.67),7px 10px rgba(46,49,146,0.93),7px 11px rgba(47,49,146,0.53),7px 12px rgba(46,49,146,1),7px 13px rgba(45,49,146,0.47),7px 14px rgba(46,49,146,1),7px 15px rgba(46,49,146,1),8px 0px rgba(46,49,146,0.8),8px 1px rgba(46,49,146,0.65),8px 2px rgba(46,49,146,0.59),8px 3px rgba(45,49,145,0.53),8px 4px rgba(45,49,145,0.53),8px 5px rgba(46,49,146,0.72),8px 6px rgba(47,50,146,0.67),8px 7px rgba(46,49,146,0.8),8px 8px rgba(46,49,146,0.8),8px 9px rgba(47,50,146,0.67),8px 10px rgba(46,49,146,0.93),8px 11px rgba(47,49,146,0.53),8px 12px rgba(46,49,146,1),8px 13px rgba(45,49,146,0.47),8px 14px rgba(46,49,146,1),8px 15px rgba(46,49,146,1),9px 0px rgba(46,49,146,0.96),9px 1px rgba(46,48,145,0.39),9px 2px rgba(46,49,146,0.69),9px 3px rgba(51,51,153,0.06),9px 5px rgba(45,50,145,0.4),9px 6px rgba(47,50,146,0.67),9px 7px rgba(46,49,146,0.8),9px 8px rgba(46,49,146,0.8),9px 9px rgba(47,50,146,0.67),9px 10px rgba(46,49,146,0.93),9px 11px rgba(47,49,146,0.53),9px 12px rgba(46,49,146,1),9px 13px rgba(45,49,146,0.47),9px 14px rgba(46,49,146,1),9px 15px rgba(46,49,146,1),10px 0px rgba(46,49,146,1),10px 1px rgba(46,49,146,0.96),10px 2px rgba(46,48,145,0.39),10px 3px rgba(46,49,146,0.69),10px 4px rgba(51,51,153,0.06),10px 5px rgba(45,50,145,0.4),10px 6px rgba(46,49,146,0.8),10px 7px rgba(46,49,146,0.89),10px 8px rgba(46,49,146,0.89),10px 9px rgba(46,49,146,0.8),10px 10px rgba(46,49,146,0.97),10px 11px rgba(46,49,146,0.72),10px 12px rgba(46,49,146,1),10px 13px rgba(47,50,146,0.69),10px 14px rgba(46,49,146,1),10px 15px rgba(46,49,146,1),11px 0px rgba(47,49,147,0.47),11px 1px rgba(47,49,147,0.47),11px 2px rgba(46,49,146,0.43),11px 3px rgba(43,49,146,0.18),11px 4px rgba(47,50,146,0.69),11px 5px rgba(46,48,146,0.46),11px 6px rgba(46,49,146,1),11px 7px rgba(46,49,146,1),11px 8px rgba(46,49,146,1),11px 9px rgba(46,49,146,1),11px 10px rgba(46,49,146,1),11px 11px rgba(46,49,146,1),11px 12px rgba(46,49,146,1),11px 13px rgba(46,49,146,1),11px 14px rgba(46,49,146,1),11px 15px rgba(46,49,146,1),12px 4px rgba(49,49,146,0.16),12px 5px rgba(46,49,147,0.76),12px 6px rgba(46,49,146,0.82),12px 7px rgba(46,49,146,0.82),12px 8px rgba(46,49,146,0.82),12px 9px rgba(46,49,146,0.82),12px 10px rgba(46,49,146,0.82),12px 11px rgba(46,49,146,0.82),12px 12px rgba(46,49,146,0.82),12px 13px rgba(46,49,146,0.82),12px 14px rgba(46,49,146,0.82),12px 15px rgba(46,49,146,0.82);
}
.action_icons-module__portfolio-icon-sm___1SiRs{
    border-radius: 0px;
    display: inline-block;
    width: 1px;
    height: 1px;
    box-shadow: 0px 0px rgba(29,35,138,1),0px 1px rgba(115,114,178,1),0px 2px rgba(78,80,160,1),0px 3px rgba(85,87,164,1),0px 4px rgba(84,86,163,1),0px 5px rgba(85,87,164,1),0px 6px rgba(83,85,163,1),0px 7px rgba(90,92,165,1),0px 8px rgba(71,73,157,1),0px 9px rgba(36,38,141,1),0px 10px rgba(255,255,255,1),1px 0px rgba(89,90,167,1),1px 1px rgba(206,208,229,1),1px 2px rgba(53,53,145,1),1px 3px rgba(108,111,177,1),1px 4px rgba(98,100,171,1),1px 5px rgba(98,100,173,1),1px 6px rgba(99,101,172,1),1px 7px rgba(97,99,171,1),1px 8px rgba(105,106,175,1),1px 9px rgba(114,117,177,1),1px 10px rgba(13,16,128,1),2px 0px rgba(87,89,165,1),2px 1px rgba(81,83,162,1),2px 2px rgba(0,0,116,1),2px 3px rgba(65,67,155,1),2px 4px rgba(45,47,144,1),2px 5px rgba(42,44,141,1),2px 6px rgba(51,52,147,1),2px 7px rgba(33,36,139,1),2px 8px rgba(67,71,158,1),2px 9px rgba(45,48,144,1),2px 10px rgba(22,26,133,1),3px 0px rgba(86,87,166,1),3px 1px rgba(109,113,178,1),3px 2px rgba(22,25,132,1),3px 3px rgba(125,127,185,1),3px 4px rgba(99,102,173,1),3px 5px rgba(93,96,170,1),3px 6px rgba(109,110,177,1),3px 7px rgba(74,77,159,1),3px 8px rgba(145,147,196,1),3px 9px rgba(98,100,171,1),3px 10px rgba(28,30,136,1),4px 0px rgba(90,92,167,1),4px 1px rgba(99,101,172,1),4px 2px rgba(1,6,122,1),4px 3px rgba(81,84,164,1),4px 4px rgba(91,93,168,1),4px 5px rgba(93,95,169,1),4px 6px rgba(103,105,175,1),4px 7px rgba(69,70,156,1),4px 8px rgba(141,143,196,1),4px 9px rgba(92,97,169,1),4px 10px rgba(26,28,134,1),5px 0px rgba(78,80,160,1),5px 1px rgba(156,158,201,1),5px 2px rgba(65,68,158,1),5px 3px rgba(108,111,177,1),5px 4px rgba(89,90,166,1),5px 5px rgba(93,93,170,1),5px 6px rgba(103,105,175,1),5px 7px rgba(69,72,156,1),5px 8px rgba(142,145,194,1),5px 9px rgba(94,97,169,1),5px 10px rgba(25,28,134,1),6px 0px rgba(0,3,121,1),6px 1px rgba(180,182,212,1),6px 2px rgba(185,188,219,1),6px 3px rgba(221,222,237,1),6px 4px rgba(120,121,183,1),6px 5px rgba(83,82,163,1),6px 6px rgba(107,109,176,1),6px 7px rgba(75,77,160,1),6px 8px rgba(148,148,199,1),6px 9px rgba(100,103,171,1),6px 10px rgba(27,30,136,1),7px 0px rgba(36,41,140,1),7px 1px rgba(103,103,176,1),7px 2px rgba(177,179,215,1),7px 3px rgba(154,157,201,1),7px 4px rgba(81,85,162,1),7px 5px rgba(25,30,133,1),7px 6px rgba(39,43,141,1),7px 7px rgba(32,36,138,1),7px 8px rgba(55,59,150,1),7px 9px rgba(39,43,142,1),7px 10px rgba(19,22,130,1),8px 0px rgba(255,255,255,1),8px 1px rgba(255,255,255,1),8px 2px rgba(255,255,254,1),8px 3px rgba(154,156,202,1),8px 4px rgba(59,62,152,1),8px 5px rgba(74,75,159,1),8px 6px rgba(83,84,164,1),8px 7px rgba(81,84,165,1),8px 8px rgba(80,80,162,1),8px 9px rgba(82,83,163,1),8px 10px rgba(84,87,167,1);
}
.action_icons-module__edit-icon___1KTjq{
    border-radius: 0px;
    display: inline-block;
    width: 1px;
    height: 1px;
    box-shadow: 0px 8px rgba(40,40,148,0.07),0px 9px rgba(42,45,147,0.82),0px 10px rgba(42,46,147,1),0px 11px rgba(42,46,147,1),0px 12px rgba(43,45,147,0.78),1px 7px rgba(40,40,148,0.07),1px 8px rgba(42,46,147,1),1px 9px rgba(42,45,147,0.95),1px 10px rgba(48,48,143,0.06),1px 11px rgba(42,45,146,0.42),1px 12px rgba(43,46,147,0.96),2px 6px rgba(45,45,150,0.07),2px 7px rgba(43,46,147,0.96),2px 8px rgba(42,46,147,0.81),2px 9px rgba(43,46,147,0.92),2px 10px rgba(43,45,148,0.4),2px 11px rgba(40,48,143,0.13),2px 12px rgba(43,46,147,0.94),3px 5px rgba(45,45,150,0.07),3px 6px rgba(42,46,147,1),3px 7px rgba(42,46,147,0.81),3px 9px rgba(44,44,144,0.09),3px 10px rgba(42,46,147,0.88),3px 11px rgba(42,46,147,1),3px 12px rgba(42,46,147,0.78),4px 4px rgba(45,45,150,0.07),4px 5px rgba(42,46,147,1),4px 6px rgba(42,46,147,0.8),4px 10px rgba(42,46,147,0.78),4px 11px rgba(42,46,147,1),4px 12px rgba(45,45,150,0.07),5px 3px rgba(45,45,150,0.07),5px 4px rgba(42,46,147,1),5px 5px rgba(43,45,147,0.8),5px 9px rgba(43,45,147,0.8),5px 10px rgba(42,46,147,0.98),5px 11px rgba(46,46,139,0.04),6px 2px rgba(43,43,149,0.05),6px 3px rgba(42,45,148,1),6px 4px rgba(43,46,147,0.82),6px 8px rgba(42,46,147,0.78),6px 9px rgba(42,46,147,1),6px 10px rgba(36,49,146,0.08),7px 1px rgba(43,43,149,0.05),7px 2px rgba(42,46,147,1),7px 3px rgba(42,46,148,0.72),7px 7px rgba(42,46,147,0.76),7px 8px rgba(42,46,147,1),7px 9px rgba(46,46,151,0.09),8px 0px rgba(28,57,142,0.04),8px 1px rgba(42,46,147,0.83),8px 2px rgba(42,46,147,1),8px 3px rgba(43,46,147,0.63),8px 6px rgba(43,46,147,0.77),8px 7px rgba(42,46,147,1),8px 8px rgba(46,46,151,0.09),9px 0px rgba(42,45,148,0.97),9px 1px rgba(42,46,147,0.76),9px 3px rgba(43,46,147,0.91),9px 4px rgba(42,45,147,0.69),9px 5px rgba(42,45,147,0.69),9px 6px rgba(42,46,147,1),9px 7px rgba(46,46,151,0.09),10px 0px rgba(43,46,147,0.68),10px 1px rgba(42,46,147,1),10px 2px rgba(51,51,153,0.04),10px 3px rgba(0,0,128,0.01),10px 4px rgba(42,46,147,1),10px 5px rgba(43,46,147,0.98),10px 6px rgba(36,49,146,0.08),11px 1px rgba(42,45,147,0.62),11px 2px rgba(43,46,147,0.98),11px 3px rgba(43,45,147,0.8),11px 4px rgba(42,46,148,0.92),11px 5px rgba(38,51,153,0.08),12px 2px rgba(42,46,147,0.66),12px 3px rgba(42,46,147,1),12px 4px rgba(46,46,146,0.11);
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/static/media/fontawesome-webfont.674f50d2.eot);src:url(/static/media/fontawesome-webfont.674f50d2.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/static/media/fontawesome-webfont.af7ae505.woff2) format('woff2'),url(/static/media/fontawesome-webfont.fee66e71.woff) format('woff'),url(/static/media/fontawesome-webfont.b06871f2.ttf) format('truetype'),url(/static/media/fontawesome-webfont.912ec66d.svg#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

:global {
  @import "../node_modules/react-select/dist/react-select.min.css";
}

:global(.MuiTypography-root) {
  font-size: 14px !important;
}

:global(a.carousel-control.right) {
  background-image: none;
  display: none;
}

:global(a.carousel-control.left) {
  background-image: none;
  display: none;
}

:global(span.glyphicon.glyphicon-chevron-left) {
  display: none;
}

:global(span.glyphicon.glyphicon-chevron-right) {
  display: none;
}

:global(a) {
  color: inherit;
}

:global(a.asset-text:hover) {
  color: #00c0ef !important;
  ;
  text-decoration: underline;
}

:global(.carousel-indicators .active) {
  height: 12px;
  width: 12px;
  background: #2E3192;
}

:global(.carousel-indicators) {
  bottom: 0px !important;
}

@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 20px;
  }
}

:global(.carousel-indicators) {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}



:global(.carousel-indicators li) {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ccc;

  border: 1px solid #fff;
  border-radius: 10px;
}

:global(a#notification-dropdown) {
  width: 20px;
  height: 30px;
  display: inline-block;
}

:global(a#basic-nav1-dropdown) {
  color: #F7F7F9;
  font-size: 12px;
  text-decoration: none;
  font-weight: 300;
}

:global(li#cdf:parent) {
  position: absolute;
  top: 43px;
  padding: 0;
  right: -1px;
  padding: 16px 0;
  border-radius: 0;
  box-shadow: none;
  color: #979A9D !important;
}

/* :global(ul.dropdown-menu) {
    top: 54px;
    padding: 0;
    left: -347px;
    border-radius: 0;
    background: #fff;
  }
  .jkll{}
  :global(.jkll::after) {
    position: absolute;
    content: "";
    right: 58px;
    top: -13px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
  } */
:global(li#cdf) {
  border: none;
  padding: 5px 10px;
}

#cdf {}

:global(.dropdown-menu>li>a) {
  color: #777 !important;
}

:global(.dropdown-menu>li>a:hover) {
  background: none !important;
}

/* :global(ul.dropdown-menu) {
    left:-178px;
    top: 45px;
  } */
.ddf {
  color: #979A9D;
}

:global(.message-popup-box .media-left) {
  padding: 22px 18px 22px 25px;
}

:global(.expandedview-chart .modal-dialog) {
  width: 60%;
}

:global(.mow-popup.modal-dialog) {
  width: 800px;
  min-height: initial;
  margin: auto;
}

:global(.child-post-container.media) {
  border-bottom: 1px solid #C9CACB;
  padding: 0px 0px 23px 64px;
  position: relative;
  margin-right: 10px;
}

:global(.message-board .media) {
  position: relative;
  padding-top: 10px;
}

:global(.message-popup-box .modal-content) {
  border-radius: 0;
  min-height: 330px;
}

:global(.create-portfolio .table>thead>tr>th:first-child) {
  min-width: 90px;
}

:global(.create-portfolio .table>thead>tr>th) {
  color: #393C40;
  font-size: 12px;
  /* font-weight: bold; */
}


:global(.table>thead>tr>th) {
  padding: 8px;
  line-height: 1.42857143;

}

:global(.create-portfolio .table>tbody>tr>td:first-child) {
  color: #000000;
  font-weight: 600;
  min-width: 10px;
}

:global(.create-portfolio.table>tbody>tr>td) {
  color: #6A6A6A;
  font-size: 12px;

}

:global(.table>tbody>tr>td) {
  padding: 8px;
}

:global(.test-dialog.modal-dialog) {
  margin-top: 80px;
}

:global(.modal-footer) {
  text-align: center !important;
  border: none !important;
  padding: 15px !important;
}

:global(.create-post-modal-body) {
  height: 270px;
}

:global(.full-page-pupup) {
  margin-top: 80px;
}

:global(.message-popup-box .modal-body) {
  padding: 0;
}

:global(.modal-content) {
  border-radius: 0;
}

:global(.trending-post-modal) {
  width: 800px;
  margin-top: 80px;
}

:global(.write-comment-modal) {
  margin-top: 80px;
}

:global(.blog-comment-modal-body) {
  padding: 0;
  height: 270px;
}

:global(.create-portfolio-dialog.modal-dialog) {
  margin-top: 80px;
  width: 400px;
}

:global(.Select-arrow) {
  display: none;
}

:global(.Select-menu-outer) {
  font-size: 12px;
  color: #AAAEB3;
}

:global(.Select-menu-outer div::-webkit-scrollbar) {
  display: none;
}

:global(.create-portfolio-select>.Select-control) {
  height: 34px;
  border: none;
  background: #E3E3E3;
}

/* :global(.create-portfolio-select>.Select-control>.Select-multi-value-wrapper>.Select-placeholder) {
    height: 34px;
    color: #797979;
    font-size: 10px;
    letter-spacing: 0.1px;
    background: #E3E3E3;
  } */


:global(.create-portfolio-cst>.Select-control>.Select-arrow-zone>.Select-arrow) {
  display: block;
  border-color: #2d3192 transparent transparent;
  border-width: 7px 5px 2.5px;
  top: 2px;
  left: 5px;
}

/* 
  :global(.create-portfolio-select>.Select-control .Select-value,){
    bottom: 0;
      color: #aaa;
      left: 0;
      line-height: 34px;
      padding-left: 10px;
      padding-right: 10px;
      position: absolute;
      right: 0;
      top: 0;
      max-width: 100%;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap
  }
  
  :global(.create-portfolio-select>.Select-control>.Select-multi-value-wrapper>.Select-value >.Select-value-label){
    font-size: 10px;
  }
  :global(.create-portfolio-select>.is-focused:not(.is-open)>.Select-control){
    height: 34px;
    color: #797979;
    font-size: 10px;
    letter-spacing: 0.1px;
    background: #E3E3E3;
  }
  :global(.create-portfolio-select>.Select-control:focus) {
    height: 34px;
    border: none;
    background: #E3E3E3;
  }
   */

:global(.generic-dialog.modal-dialog) {
  margin-top: 80px;
}

:global(.dialog-how-to.modal-dialog) {
  margin-top: 80px;
  width: 800px;
}



:global(.dropdown-new-css>.dropdown-menu-right) {
  left: auto;
  right: 0;
}


:global(.width400) {
  width: 400px !important;
}

:global(.create-portfolio-dialog-popup.modal-dialog) {
  margin-top: 80px;
  width: 885px;
}

:global(.modal-body.create-portfolio) {
  box-shadow: none;
}

:global(.profile-menu .dropdown-menu) {
  position: absolute;
  top: 43px;
  padding: 0;
  right: -1px;
  padding: 16px 0;
  border-radius: 0;
  box-shadow: none;
  color: #979A9D !important;
  left: 0;
}

:global(.usernotifications-menu>ul.dropdown-menu) {
  top: 54px;
  padding: 0;
  left: -347px;
  border-radius: 0;
  background: red;
}

:global(.usernotifications-menu>.dropdown-menu::after) {
  position: absolute;
  content: "";
  right: 58px;
  top: -13px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

/* :global(.notification-container::-webkit-scrollbar-thumb)
  {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px red;
      background-color: #555;
  } */

:global(.trending-grp-scrl>.carousel .slide>.carousel-inner) {
  height: 550px;
  overflow: scroll;
}

:global(#red) {
  background: linear-gradient(90deg, rgb(44, 225, 32), rgb(255, 0, 0));
}

@media (max-width: 480px) {
  .width400 {
    width: 94%;
    margin: 80px auto;
  }
}

:global(.modal-header) {
  /* padding: 0 !important; */
  border-bottom: none !important;
}

:global(.width800) {
  width: 800px !important;
}

:global(.create-portfolio-cs>.Select-control) {
  background: #ecebeb;
  font-size: 10px;
}

@media (min-width: 1200px) {
  :global(.width60percent) {
    width: 60% !important;
  }
  :global(.width80percent) {
    width: 80% !important;
  }
  :global(.width100percent) {
    width: 100% !important;
  }
  :global(.widthautopercent) {
    width: auto !important;
  }
}

@media (max-width: 766px) {
  :global(.news) {
    width: 60% !important;
    display: none;
  }


}

@media (min-width: 766px) {
  :global(.desktop-width800) {
    width: 800px !important;
  }
}



:global(.usernotifications-menu>.dropdown-menu) {
  top: 54px;
  padding: 0;
  left: -347px !important;
  border-radius: 0;
  background: #fff;
}

:global(.btn-group-dropdown-new-css :nth-child(2)) {
  top: 15px;
  padding: 5px;
  left: -130px !important;
}

:global(.btn-group-dropdown-new-css :nth-child(2)::after) {
  border: none
}

:global(ul.dropdown-menu) {
  left: -350px !important;
  top: 53px;

}

:global(ul.dropdown-menu::after) {
  position: absolute;
  content: "";
  right: 58px;
  top: -13px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;

}

@media (min-width: 992px) and (max-width: 1199px) {
  :global(ul.dropdown-menu) {
    left: -200px !important;
    top: 53px;
  }

  :global(ul.dropdown-menu::after) {
    position: absolute;
    content: "";
    right: 48%;
    top: -13px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
  }
}

@media (max-width: 991px) {
  :global(ul.dropdown-menu) {
    left: -200px !important;
    top: 43px;
  }

  :global(ul.dropdown-menu::after) {
    position: absolute;
    content: "";
    right: 30%;
    top: -13px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;

  }
}







:global(.fab-container) {
  bottom: 2vh !important;
  position: fixed;
  margin: 1em;
  right: 0 !important;
  z-index: 5000;
}

:global(.new-class) {
  width: 100%;
}

:global(.blog-content-image) {
  width: 100%;
}

:global(.custom-modal-image) {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

:global(.custom-modal-image>.modal-content) {
  /* width: 50%; */
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}


@media (max-width: 380px) {
  :global(.create-portfolio-dialog.modal-dialog) {
    width: auto;
  }

  :global(.width400) {
    width: auto !important;
  }
}

@media (max-width: 800px) {
  :global(.trending-post-modal) {
    width: auto !important;
  }

  :global(.dialog-how-to.modal-dialog) {
    margin-top: 80px;
    width: auto;
  }
}


@media (max-width: 420px) {
  :global(.create-portfolio-dialog.modal-dialog) {
    width: auto;
  }

  :global(.width400) {
    width: auto !important;
  }
}

@media (max-width: 800px) {
  :global(.trending-post-modal) {
    width: auto !important;
  }
}

@media (min-width: 422px) and (max-width: 767px) {
  :global(.create-portfolio-dialog.modal-dialog) {
    margin: 30px auto;
  }

  :global(.width400) {
    margin: 30px auto;
  }
}

:global(.ql-toolbar.ql-snow + .ql-container.ql-snow) {
  min-height: 300px;
}

:global(.ql-font-monospace) {
  font-family: monospace;
}

:global(.ql-font-serif) {
  font-family: serif;
}

:global(.ql-size-small) {
  font-size: small;
}


:global(.ql-size-large) {
  font-size: 26px;
}


:global(.ql-size-huge) {
  font-size: 30px;
}


input[type=radio] {
  border: 0px;
  width: 100%;
  height: 2em;
}

:global(.Select-value-label, .Select-option) {
  white-space: pre-wrap;
}


.carousel-control.left {
  background-image: none !important;
}

:global(.ql-container.ql-snow) {
  min-height: 300px;
}

:global(.fullpage-video.modal-dialog) {
  width: auto;
}

@media (min-width: 768px) {
  :global(.fullpage-video.modal-dialog) {
    width: auto;
  }
}

:global(.transparent-bg > .modal-content) {
  background-color: transparent !important;
}

:global(.radiusborder .modal-content) {
  border-radius: 0;
  min-height: 330px;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans" !important;
  }
  
  .carousel-control.left{
    background-image: none !important;
  }
  
  
  /* .carousel-control.right{
    background-image: none !important;
  } */
  
  
  
  :global {
    @import "../node_modules/react-select/dist/react-select.min.css";
  }
  a.carousel-control.right {
    background-image: none;
    display: none;
  }
  a.carousel-control.left {
    background-image: none;
    display: none;
  }
  
  span.glyphicon.glyphicon-chevron-left {
    display: none;
  }
  
  span.glyphicon.glyphicon-chevron-right {
    display: none;
  }
  
  a { 
    color: inherit; 
  }
  
  a.asset-text:hover{
    color:#00c0ef!important;;
    text-decoration:underline;
  }
  .carousel-indicators .active{
      height: 12px;
      width: 12px;
      background: #2E3192;
  }
  
  .carousel-indicators {
    bottom: 0px !important;
  }
  
  @media screen and (min-width: 768px){
  .carousel-indicators {
      bottom: 20px;
  }}
  
  .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
  }
  
  
  
  .carousel-indicators li {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color:#ccc;
   
    border: 1px solid #fff;
    border-radius: 10px;
  }
  
  a#notification-dropdown {
    width: 20px;
    height: 30px;
    display: inline-block;
  }
  a#basic-nav1-dropdown {
    color: #F7F7F9;
    font-size: 12px;
    text-decoration: none;
    font-weight: 300;
  }
  li#cdf:parent {
    position: absolute;
    top: 43px;
    padding: 0;
    right: -1px;
    padding: 16px 0;
    border-radius: 0;
    box-shadow: none;
    color: #979A9D !important;
  }
  /* ul.dropdown-menu {
    top: 54px;
    padding: 0;
    left: -347px;
    border-radius: 0;
    background: #fff;
  }
  .jkll{}
  .jkll::after {
    position: absolute;
    content: "";
    right: 58px;
    top: -13px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
  } */
  li#cdf {
    border: none;
    padding: 5px 10px;
  }
  #cdf{
    
  }
  .dropdown-menu>li>a {
    color: #777 !important;
  }
  .dropdown-menu>li>a:hover {
    background: none !important;
  }
  /* ul.dropdown-menu {
    left:-178px;
    top: 45px;
  } */
  .ddf {
   color: #979A9D; 
  }
  .message-popup-box .media-left{
    padding: 22px 18px 22px 25px;
  }
  
  .expandedview-chart .modal-dialog {
    width: 60%;
  }
  
  .mow-popup.modal-dialog {
    width: 800px;
    min-height: initial;
    margin: auto;
  }
  
  .child-post-container.media {
    border-bottom: 1px solid #C9CACB;
    padding: 0px 0px 23px 64px;
    position: relative;
    margin-right: 10px;
  }
  
  .message-board .media {
    position: relative;
    padding-top: 10px;
  }
  
  .message-popup-box .modal-content {
    border-radius: 0;
    min-height: 330px;
  }
  .create-portfolio .table>thead>tr>th:first-child {
    min-width: 90px;
  }
  .create-portfolio .table>thead>tr>th {
    color: #393C40;
    font-size: 12px;
    /* font-weight: bold; */
  }
  
  
  .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
   
  }
  .create-portfolio .table>tbody>tr>td:first-child {
    color: #000000;
    font-weight: 600;
    min-width: 10px;
  }
  .create-portfolio.table>tbody>tr>td {
    color: #6A6A6A;
    font-size: 12px;
  
  }
  
  .table>tbody>tr>td{
    padding: 8px;
  }
  
  .test-dialog.modal-dialog{
    margin-top: 80px;
  }
  
  .modal-footer {
    text-align: center !important;
    border: none;
    padding: 15px !important;
    border-top: none !important;
  }
  
  .create-post-modal-body{
    height: 270px;
  }
  
  .full-page-pupup{
    margin-top:80px;
  }
  
  .message-popup-box .modal-body {
    padding: 0;
  }
  
  .modal-content{
    border-radius:0;
  }
  
  .trending-post-modal{
    width: 800px;
    margin-top: 80px;
  }
  
  .write-comment-modal{
    margin-top: 80px;
  }
  .blog-comment-modal-body{
    padding: 0;
    height: 270px;
  }
  
  .create-portfolio-dialog.modal-dialog{
    margin-top: 80px;
    width: 400px;
  }

  .daily-calls-chart.modal-dialog{
    margin-top: 80px;
    width: 800px;
  }
  
  .Select-arrow {
    display: none;
  }
  
  /* .Select-menu-outer{
    font-size: 12px;
    color: #AAAEB3;	
  } */
  .Select-menu-outer div::-webkit-scrollbar{
    display: none;
  }
  
  .create-portfolio-select>.Select-control {
    height: 34px;
    border: none;
    background: #E3E3E3;
  }
  
  /* .create-portfolio-select>.Select-control>.Select-multi-value-wrapper>.Select-placeholder {
    height: 34px;
    color: #797979;
    font-size: 10px;
    letter-spacing: 0.1px;
    background: #E3E3E3;
  } */
  
  
  .create-portfolio-cst>.Select-control>.Select-arrow-zone>.Select-arrow {
    display: block;
    border-color: #2d3192 transparent transparent;
    border-width: 7px 5px 2.5px;
    top: 2px;
    left: 5px;
  }
  /* 
  .create-portfolio-select>.Select-control .Select-value,{
    bottom: 0;
      color: #aaa;
      left: 0;
      line-height: 34px;
      padding-left: 10px;
      padding-right: 10px;
      position: absolute;
      right: 0;
      top: 0;
      max-width: 100%;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap
  }
  
  .create-portfolio-select>.Select-control>.Select-multi-value-wrapper>.Select-value >.Select-value-label{
    font-size: 10px;
  }
  .create-portfolio-select>.is-focused:not(.is-open>.Select-control{
    height: 34px;
    color: #797979;
    font-size: 10px;
    letter-spacing: 0.1px;
    background: #E3E3E3;
  }
  .create-portfolio-select>.Select-control:focus {
    height: 34px;
    border: none;
    background: #E3E3E3;
  }
   */
  
  .generic-dialog.modal-dialog{
    margin-top: 80px;
  }
  .dialog-how-to.modal-dialog{
    margin-top: 80px;
    width: 800px;
  }
  
  
  
  .dropdown-new-css>.dropdown-menu-right {
    left: auto;
    right: 0;
  }
  
  
  .width400{
    width: 400px !important;
  }
  
  .create-portfolio-dialog-popup.modal-dialog{
    margin-top: 80px;
    width: 885px;
  }
  .modal-body.create-portfolio{
    box-shadow: none;
  }
  .profile-menu .dropdown-menu{
      position: absolute;
      top: 43px;
      padding: 0;
      right: -1px;
      padding: 16px 0;
      border-radius: 0;
      box-shadow: none;
      color: #979A9D !important;
      left: 0;
  }
  
  .usernotifications-menu>ul.dropdown-menu{
    top: 54px;
      padding: 0;
      left: -347px;
      border-radius: 0;
      background: red;
  }
  
  .usernotifications-menu>.dropdown-menu::after {
    position: absolute;
    content: "";
    right: 58px;
    top: -13px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
  }
  
  /* .notification-container::-webkit-scrollbar-thumb
  {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px red;
      background-color: #555;
  } */
  
  .trending-grp-scrl>.carousel .slide>.carousel-inner{
    height: 550px;
    overflow: scroll;
  }
  
  #red {
    background: linear-gradient(90deg, rgb(44, 225, 32), rgb(255,0,0));
  }
  
  @media (max-width: 480px) {
    .width400 {
      width: 94%;
      margin: 80px auto;
    }
  }
  
  .modal-header {
    /* padding: 0 !important; */
    border-bottom: none !important;
  }
  
  .width800{
    width: 800px !important;
  }
  
  .create-portfolio-cs>.Select-control{
    background: #ecebeb;
    font-size: 10px;
  }
  
  @media (min-width: 1200px) {
    .width60percent {
      width: 60% !important;
    }
    .width80percent {
      width: 80% !important;
    }
    .width100percent {
      width: 100% !important;
    }
    .widthautopercent {
      width: auto !important;
    }
    .width30percent {
      width: 30% !important;
    }
  }
  @media (max-width: 766px) {
    .news {
      width: 60% !important;
      display: none;
    }
  
   
  }
  
  @media (min-width: 766px) {
    .desktop-width800{
      width: 800px !important;
    }
    .width80percent {
      width: 80% !important;
    }

    .width100percent {
      width: 100% !important;
    }

    .widthautopercent {
      width: auto !important;
    }
  }
  
  
  
  .usernotifications-menu>.dropdown-menu {
    top: 54px;
    padding: 0;
    left: -347px !important;
    border-radius: 0;
    background: #fff;
  }
  .btn-group-dropdown-new-css :nth-child(2){
    top: 15px;
    padding: 5px;
    left: -130px !important;
  }
  .btn-group-dropdown-new-css :nth-child(2)::after {
    border: none
  }

  ul.dropdown-menu {
      left: -350px !important;
      top: 53px;
     
  }

  #scanui .dropdown.open>.dropdown-menu[aria-labelledby="dropdown-size-medium-custom"] {
    /* Your styles here */
    left: -55px !important;
    top: 44px;
  }

  #scanui .dropdown.open>.dropdown-menu[aria-labelledby="dropdown-size-medium-custom"]::after {
    position: absolute;
    content: none;
    right: 58px;
    top: -13px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
  }

  #scanui1 .dropdown .dropdown-menu[aria-labelledby="basic-nav-dropdown"] {
    /* Your styles here */
    left: -15px !important;
    top: 20px;
    border-radius: 0;
    box-shadow: none !important;
  }

  a#basic-nav-dropdown {
    text-decoration: none;
  }

  #scanui1 li {
    list-style: none;
  }
  
  #scanui1 .dropdown.open>.dropdown-menu[aria-labelledby="basic-nav-dropdown"]::after {
    position: absolute;
    content: none;
    right: 58px;
    top: -13px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
  }

  
  #dropdown-size-medium-custom {
    font-size: 16px !important;
  }

    #dropdown-size-medium-custom:hover {
      background-color: #2d3192;
      color: #fff;
    }

  ul.dropdown-menu::after {
      position: absolute;
      content: "";
      right: 58px;
      top: -13px;
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 15px solid #fff;
     
  }
  @media (min-width: 992px) and (max-width: 1199px) {
   ul.dropdown-menu {
        left: -200px !important;
        top: 53px;
    }
   ul.dropdown-menu::after {
      position: absolute;
      content: "";
      right: 48%;
      top: -13px;
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 15px solid #fff;
    }
  }
  @media (max-width: 991px) {
   ul.dropdown-menu {
        left: -200px !important;
        top: 43px;
    }
    ul.dropdown-menu::after {
        position: absolute;
        content: "";
        right: 30%;
        top: -13px;
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #fff;
      
    }
  }
  
  
  
  
  
  
  
  .fab-container {
    bottom: 2vh !important;
    position: fixed;
    margin: 1em;
    right: 0 !important;
    z-index: 5000;
  }
  
 .new-class{
    width: 100%;
  }
  
.blog-content-image{
    width: 100%;
  }
  
.custom-modal-image>.modal-content{
    /* width: 50%; */
    background: none !important;
    box-shadow: none !important;
    border: none !important;
  }
  
  
  @media (max-width: 380px) {
    .create-portfolio-dialog.modal-dialog {
      width: auto;
    }
    .width400 {
      width: auto !important;
    }
  }
  @media (max-width: 800px) {
    .trending-post-modal {
      width: auto !important;
    }
    .dialog-how-to.modal-dialog{
      margin-top: 80px;
      width: auto;
    }
    .daily-calls-chart.modal-dialog{
      margin-top: 80px;
      width: auto;
    }
    
  }
  
  
  @media (max-width: 420px) {
    .create-portfolio-dialog.modal-dialog {
      width: auto;
    }
    .width400 {
      width: auto !important;
    }
  }
  @media (max-width: 800px) {
    .trending-post-modal {
      width: auto !important;
    }
  }
  @media (min-width: 422px) and (max-width: 767px) {
    .create-portfolio-dialog.modal-dialog {
      margin: 30px auto;
    }
    .width400 {
      margin: 30px auto;
    }
  }
  
  .ql-toolbar.ql-snow + .ql-container.ql-snow{
    min-height:300px;
  }
  
  .ql-font-monospace{
    font-family: monospace;
  }
  
  .ql-font-serif{
    font-family: serif;
  }
  
  .ql-size-small{
    font-size: small;
  }
  
  
  .ql-size-large{
    font-size: 26px;
  }
  
  
  .ql-size-huge{
    font-size: 30px;
  }
  
  
  input[type=radio] {
    border: 0px;
    width: 100%;
    height: 2em;
  }
  
  .Select-value-label, .Select-option {
    white-space: pre-wrap;
  }
  
  
  .carousel-control.left{
    background-image: none !important;
  }


  .blog-content-image{
    width: 100%;
  }

 .already{
    font-size: 10px;
      color: red;
  }

  .watchlist-footer-dialog.modal-dialog{
    position: fixed;
    bottom: 0px;
    margin-bottom: 0px;
    width: -webkit-fill-available;
    transition: 0.5s !important;
    transform: translateY(0%) !important;
  }

  /* .modal-body{
    text-align: center;
    padding-top: 0;
  } */

  div#newmessage :focus-visible{
    border: 1px solid #C6C9CF;
  }
  .Select-menu-outer {
    font-size: 14px;
    font-weight: 600;
    color: #242424 !important;
}
.bio-link{
  color: #0056b3;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
