@charset "UTF-8";
@font-face {
  font-family: 'Notification';
  src: url([object Module]);
  src: url([object Module]?#iefixs3g3t9) format("embedded-opentype"), url([object Module]) format("woff"), url([object Module]) format("truetype"), url([object Module]#notification) format("svg");
  font-weight: normal;
  font-style: normal;
}

.notification-container {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: 320px;
  padding: 0px 15px;
  max-height: calc(100% - 30px);
  overflow-x: hidden;
  overflow-y: auto;
}

.notification {
  box-sizing: border-box;
  padding: 15px 15px 15px 58px;
  border-radius: 2px;
  color: #fff;
  background-color: #ccc;
  box-shadow: 0 0 12px #999;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.2em;
  position: relative;
  opacity: 0.9;
  margin-top: 15px;
}

.notification .title {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.notification:hover, .notification:focus {
  opacity: 1;
}

.notification-enter {
  visibility: hidden;
  transform: translate3d(100%, 0, 0);
}

.notification-enter.notification-enter-active {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: all 0.4s;
}

.notification-leave {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.notification-leave.notification-leave-active {
  visibility: hidden;
  transform: translate3d(100%, 0, 0);
  transition: all 0.4s;
}

.notification:before {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -14px;
  display: block;
  font-family: 'Notification';
  width: 28px;
  height: 28px;
  font-size: 28px;
  text-align: center;
  line-height: 28px;
}

.notification-info {
  background-color: #2f96b4;
}

.notification-info:before {
  content: "\F05A";
}

.notification-success {
  background-color: #51a351;
}

.notification-success:before {
  content: "\F058";
}

.notification-warning {
  background-color: #f89406;
}

.notification-warning:before {
  content: "\F06A";
}

.notification-error {
  background-color: #bd362f;
}

.notification-error:before {
  content: "\F057";
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url([object Module]) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url([object Module]);
    src: url([object Module]?#iefix) format('embedded-opentype'), url([object Module]) format('woff'), url([object Module]) format('truetype'), url([object Module]#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\2190';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2192';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\2192';
}
[dir='rtl'] .slick-next:before
{
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.flag {
  display: inline-block;
  background-repeat: no-repeat;
}

.flag.flag-24 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url([object Module]);
  background-repeat: no-repeat;
}

.flag.flag-24.flag-abkhazia {
  background-position: -0px -0px;
}

.flag.flag-24.flag-basque-country {
  background-position: -24px -0px;
}

.flag.flag-24.flag-british-antarctic-territory {
  background-position: -48px -0px;
}

.flag.flag-24.flag-commonwealth {
  background-position: -72px -0px;
}

.flag.flag-24.flag-england {
  background-position: -96px -0px;
}

.flag.flag-24.flag-gosquared {
  background-position: -120px -0px;
}

.flag.flag-24.flag-kosovo {
  background-position: -144px -0px;
}

.flag.flag-24.flag-mars {
  background-position: -168px -0px;
}

.flag.flag-24.flag-nagorno-karabakh {
  background-position: -192px -0px;
}

.flag.flag-24.flag-nato {
  background-position: -216px -0px;
}

.flag.flag-24.flag-northern-cyprus {
  background-position: -240px -0px;
}

.flag.flag-24.flag-olympics {
  background-position: -264px -0px;
}

.flag.flag-24.flag-red-cross {
  background-position: -288px -0px;
}

.flag.flag-24.flag-scotland {
  background-position: -312px -0px;
}

.flag.flag-24.flag-somaliland {
  background-position: -336px -0px;
}

.flag.flag-24.flag-south-ossetia {
  background-position: -360px -0px;
}

.flag.flag-24.flag-united-nations {
  background-position: -384px -0px;
}

.flag.flag-24.flag-unknown {
  background-position: -0px -24px;
}

.flag.flag-24.flag-wales {
  background-position: -24px -24px;
}

.flag.flag-24.flag-ad {
  background-position: -48px -24px;
}

.flag.flag-24.flag-ae {
  background-position: -72px -24px;
}

.flag.flag-24.flag-af {
  background-position: -96px -24px;
}

.flag.flag-24.flag-ag {
  background-position: -120px -24px;
}

.flag.flag-24.flag-ai {
  background-position: -144px -24px;
}

.flag.flag-24.flag-al {
  background-position: -168px -24px;
}

.flag.flag-24.flag-am {
  background-position: -192px -24px;
}

.flag.flag-24.flag-an {
  background-position: -216px -24px;
}

.flag.flag-24.flag-ao {
  background-position: -240px -24px;
}

.flag.flag-24.flag-aq {
  background-position: -264px -24px;
}

.flag.flag-24.flag-ar {
  background-position: -288px -24px;
}

.flag.flag-24.flag-as {
  background-position: -312px -24px;
}

.flag.flag-24.flag-at {
  background-position: -336px -24px;
}

.flag.flag-24.flag-au {
  background-position: -360px -24px;
}

.flag.flag-24.flag-aw {
  background-position: -384px -24px;
}

.flag.flag-24.flag-ax {
  background-position: -0px -48px;
}

.flag.flag-24.flag-az {
  background-position: -24px -48px;
}

.flag.flag-24.flag-ba {
  background-position: -48px -48px;
}

.flag.flag-24.flag-bb {
  background-position: -72px -48px;
}

.flag.flag-24.flag-bd {
  background-position: -96px -48px;
}

.flag.flag-24.flag-be {
  background-position: -120px -48px;
}

.flag.flag-24.flag-bf {
  background-position: -144px -48px;
}

.flag.flag-24.flag-bg {
  background-position: -168px -48px;
}

.flag.flag-24.flag-bh {
  background-position: -192px -48px;
}

.flag.flag-24.flag-bi {
  background-position: -216px -48px;
}

.flag.flag-24.flag-bj {
  background-position: -240px -48px;
}

.flag.flag-24.flag-bl {
  background-position: -264px -48px;
}

.flag.flag-24.flag-bm {
  background-position: -288px -48px;
}

.flag.flag-24.flag-bn {
  background-position: -312px -48px;
}

.flag.flag-24.flag-bo {
  background-position: -336px -48px;
}

.flag.flag-24.flag-br {
  background-position: -360px -48px;
}

.flag.flag-24.flag-bs {
  background-position: -384px -48px;
}

.flag.flag-24.flag-bt {
  background-position: -0px -72px;
}

.flag.flag-24.flag-bw {
  background-position: -24px -72px;
}

.flag.flag-24.flag-by {
  background-position: -48px -72px;
}

.flag.flag-24.flag-bz {
  background-position: -72px -72px;
}

.flag.flag-24.flag-ca {
  background-position: -96px -72px;
}

.flag.flag-24.flag-cc {
  background-position: -120px -72px;
}

.flag.flag-24.flag-cd {
  background-position: -144px -72px;
}

.flag.flag-24.flag-cf {
  background-position: -168px -72px;
}

.flag.flag-24.flag-cg {
  background-position: -192px -72px;
}

.flag.flag-24.flag-ch {
  background-position: -216px -72px;
}

.flag.flag-24.flag-ci {
  background-position: -240px -72px;
}

.flag.flag-24.flag-ck {
  background-position: -264px -72px;
}

.flag.flag-24.flag-cl {
  background-position: -288px -72px;
}

.flag.flag-24.flag-cm {
  background-position: -312px -72px;
}

.flag.flag-24.flag-cn {
  background-position: -336px -72px;
}

.flag.flag-24.flag-co {
  background-position: -360px -72px;
}

.flag.flag-24.flag-cr {
  background-position: -384px -72px;
}

.flag.flag-24.flag-cu {
  background-position: -0px -96px;
}

.flag.flag-24.flag-cv {
  background-position: -24px -96px;
}

.flag.flag-24.flag-cw {
  background-position: -48px -96px;
}

.flag.flag-24.flag-cx {
  background-position: -72px -96px;
}

.flag.flag-24.flag-cy {
  background-position: -96px -96px;
}

.flag.flag-24.flag-cz {
  background-position: -120px -96px;
}

.flag.flag-24.flag-de {
  background-position: -144px -96px;
}

.flag.flag-24.flag-dj {
  background-position: -168px -96px;
}

.flag.flag-24.flag-dk {
  background-position: -192px -96px;
}

.flag.flag-24.flag-dm {
  background-position: -216px -96px;
}

.flag.flag-24.flag-do {
  background-position: -240px -96px;
}

.flag.flag-24.flag-dz {
  background-position: -264px -96px;
}

.flag.flag-24.flag-ec {
  background-position: -288px -96px;
}

.flag.flag-24.flag-ee {
  background-position: -312px -96px;
}

.flag.flag-24.flag-eg {
  background-position: -336px -96px;
}

.flag.flag-24.flag-eh {
  background-position: -360px -96px;
}

.flag.flag-24.flag-er {
  background-position: -384px -96px;
}

.flag.flag-24.flag-es {
  background-position: -0px -120px;
}

.flag.flag-24.flag-et {
  background-position: -24px -120px;
}

.flag.flag-24.flag-eu {
  background-position: -48px -120px;
}

.flag.flag-24.flag-fi {
  background-position: -72px -120px;
}

.flag.flag-24.flag-fj {
  background-position: -96px -120px;
}

.flag.flag-24.flag-fk {
  background-position: -120px -120px;
}

.flag.flag-24.flag-fm {
  background-position: -144px -120px;
}

.flag.flag-24.flag-fo {
  background-position: -168px -120px;
}

.flag.flag-24.flag-fr {
  background-position: -192px -120px;
}

.flag.flag-24.flag-ga {
  background-position: -216px -120px;
}

.flag.flag-24.flag-gb {
  background-position: -240px -120px;
}

.flag.flag-24.flag-gd {
  background-position: -264px -120px;
}

.flag.flag-24.flag-ge {
  background-position: -288px -120px;
}

.flag.flag-24.flag-gg {
  background-position: -312px -120px;
}

.flag.flag-24.flag-gh {
  background-position: -336px -120px;
}

.flag.flag-24.flag-gi {
  background-position: -360px -120px;
}

.flag.flag-24.flag-gl {
  background-position: -384px -120px;
}

.flag.flag-24.flag-gm {
  background-position: -0px -144px;
}

.flag.flag-24.flag-gn {
  background-position: -24px -144px;
}

.flag.flag-24.flag-gq {
  background-position: -48px -144px;
}

.flag.flag-24.flag-gr {
  background-position: -72px -144px;
}

.flag.flag-24.flag-gs {
  background-position: -96px -144px;
}

.flag.flag-24.flag-gt {
  background-position: -120px -144px;
}

.flag.flag-24.flag-gu {
  background-position: -144px -144px;
}

.flag.flag-24.flag-gw {
  background-position: -168px -144px;
}

.flag.flag-24.flag-gy {
  background-position: -192px -144px;
}

.flag.flag-24.flag-hk {
  background-position: -216px -144px;
}

.flag.flag-24.flag-hn {
  background-position: -240px -144px;
}

.flag.flag-24.flag-hr {
  background-position: -264px -144px;
}

.flag.flag-24.flag-ht {
  background-position: -288px -144px;
}

.flag.flag-24.flag-hu {
  background-position: -312px -144px;
}

.flag.flag-24.flag-ic {
  background-position: -336px -144px;
}

.flag.flag-24.flag-id {
  background-position: -360px -144px;
}

.flag.flag-24.flag-ie {
  background-position: -384px -144px;
}

.flag.flag-24.flag-il {
  background-position: -0px -168px;
}

.flag.flag-24.flag-im {
  background-position: -24px -168px;
}

.flag.flag-24.flag-in {
  background-position: -48px -168px;
}

.flag.flag-24.flag-iq {
  background-position: -72px -168px;
}

.flag.flag-24.flag-ir {
  background-position: -96px -168px;
}

.flag.flag-24.flag-is {
  background-position: -120px -168px;
}

.flag.flag-24.flag-it {
  background-position: -144px -168px;
}

.flag.flag-24.flag-je {
  background-position: -168px -168px;
}

.flag.flag-24.flag-jm {
  background-position: -192px -168px;
}

.flag.flag-24.flag-jo {
  background-position: -216px -168px;
}

.flag.flag-24.flag-jp {
  background-position: -240px -168px;
}

.flag.flag-24.flag-ke {
  background-position: -264px -168px;
}

.flag.flag-24.flag-kg {
  background-position: -288px -168px;
}

.flag.flag-24.flag-kh {
  background-position: -312px -168px;
}

.flag.flag-24.flag-ki {
  background-position: -336px -168px;
}

.flag.flag-24.flag-km {
  background-position: -360px -168px;
}

.flag.flag-24.flag-kn {
  background-position: -384px -168px;
}

.flag.flag-24.flag-kp {
  background-position: -0px -192px;
}

.flag.flag-24.flag-kr {
  background-position: -24px -192px;
}

.flag.flag-24.flag-kw {
  background-position: -48px -192px;
}

.flag.flag-24.flag-ky {
  background-position: -72px -192px;
}

.flag.flag-24.flag-kz {
  background-position: -96px -192px;
}

.flag.flag-24.flag-la {
  background-position: -120px -192px;
}

.flag.flag-24.flag-lb {
  background-position: -144px -192px;
}

.flag.flag-24.flag-lc {
  background-position: -168px -192px;
}

.flag.flag-24.flag-li {
  background-position: -192px -192px;
}

.flag.flag-24.flag-lk {
  background-position: -216px -192px;
}

.flag.flag-24.flag-lr {
  background-position: -240px -192px;
}

.flag.flag-24.flag-ls {
  background-position: -264px -192px;
}

.flag.flag-24.flag-lt {
  background-position: -288px -192px;
}

.flag.flag-24.flag-lu {
  background-position: -312px -192px;
}

.flag.flag-24.flag-lv {
  background-position: -336px -192px;
}

.flag.flag-24.flag-ly {
  background-position: -360px -192px;
}

.flag.flag-24.flag-ma {
  background-position: -384px -192px;
}

.flag.flag-24.flag-mc {
  background-position: -0px -216px;
}

.flag.flag-24.flag-md {
  background-position: -24px -216px;
}

.flag.flag-24.flag-me {
  background-position: -48px -216px;
}

.flag.flag-24.flag-mf {
  background-position: -72px -216px;
}

.flag.flag-24.flag-mg {
  background-position: -96px -216px;
}

.flag.flag-24.flag-mh {
  background-position: -120px -216px;
}

.flag.flag-24.flag-mk {
  background-position: -144px -216px;
}

.flag.flag-24.flag-ml {
  background-position: -168px -216px;
}

.flag.flag-24.flag-mm {
  background-position: -192px -216px;
}

.flag.flag-24.flag-mn {
  background-position: -216px -216px;
}

.flag.flag-24.flag-mo {
  background-position: -240px -216px;
}

.flag.flag-24.flag-mp {
  background-position: -264px -216px;
}

.flag.flag-24.flag-mq {
  background-position: -288px -216px;
}

.flag.flag-24.flag-mr {
  background-position: -312px -216px;
}

.flag.flag-24.flag-ms {
  background-position: -336px -216px;
}

.flag.flag-24.flag-mt {
  background-position: -360px -216px;
}

.flag.flag-24.flag-mu {
  background-position: -384px -216px;
}

.flag.flag-24.flag-mv {
  background-position: -0px -240px;
}

.flag.flag-24.flag-mw {
  background-position: -24px -240px;
}

.flag.flag-24.flag-mx {
  background-position: -48px -240px;
}

.flag.flag-24.flag-my {
  background-position: -72px -240px;
}

.flag.flag-24.flag-mz {
  background-position: -96px -240px;
}

.flag.flag-24.flag-na {
  background-position: -120px -240px;
}

.flag.flag-24.flag-nc {
  background-position: -144px -240px;
}

.flag.flag-24.flag-ne {
  background-position: -168px -240px;
}

.flag.flag-24.flag-nf {
  background-position: -192px -240px;
}

.flag.flag-24.flag-ng {
  background-position: -216px -240px;
}

.flag.flag-24.flag-ni {
  background-position: -240px -240px;
}

.flag.flag-24.flag-nl {
  background-position: -264px -240px;
}

.flag.flag-24.flag-no {
  background-position: -288px -240px;
}

.flag.flag-24.flag-np {
  background-position: -312px -240px;
}

.flag.flag-24.flag-nr {
  background-position: -336px -240px;
}

.flag.flag-24.flag-nu {
  background-position: -360px -240px;
}

.flag.flag-24.flag-nz {
  background-position: -384px -240px;
}

.flag.flag-24.flag-om {
  background-position: -0px -264px;
}

.flag.flag-24.flag-pa {
  background-position: -24px -264px;
}

.flag.flag-24.flag-pe {
  background-position: -48px -264px;
}

.flag.flag-24.flag-pf {
  background-position: -72px -264px;
}

.flag.flag-24.flag-pg {
  background-position: -96px -264px;
}

.flag.flag-24.flag-ph {
  background-position: -120px -264px;
}

.flag.flag-24.flag-pirate-black {
  background-position: -144px -264px;
}

.flag.flag-24.flag-pirate-white {
  background-position: -168px -264px;
}

.flag.flag-24.flag-pk {
  background-position: -192px -264px;
}

.flag.flag-24.flag-pl {
  background-position: -216px -264px;
}

.flag.flag-24.flag-pn {
  background-position: -240px -264px;
}

.flag.flag-24.flag-pr {
  background-position: -264px -264px;
}

.flag.flag-24.flag-ps {
  background-position: -288px -264px;
}

.flag.flag-24.flag-pt {
  background-position: -312px -264px;
}

.flag.flag-24.flag-pw {
  background-position: -336px -264px;
}

.flag.flag-24.flag-py {
  background-position: -360px -264px;
}

.flag.flag-24.flag-qa {
  background-position: -384px -264px;
}

.flag.flag-24.flag-ro {
  background-position: -0px -288px;
}

.flag.flag-24.flag-rs {
  background-position: -24px -288px;
}

.flag.flag-24.flag-ru {
  background-position: -48px -288px;
}

.flag.flag-24.flag-rw {
  background-position: -72px -288px;
}

.flag.flag-24.flag-sa {
  background-position: -96px -288px;
}

.flag.flag-24.flag-sb {
  background-position: -120px -288px;
}

.flag.flag-24.flag-sc {
  background-position: -144px -288px;
}

.flag.flag-24.flag-sd {
  background-position: -168px -288px;
}

.flag.flag-24.flag-se {
  background-position: -192px -288px;
}

.flag.flag-24.flag-sg {
  background-position: -216px -288px;
}

.flag.flag-24.flag-sh {
  background-position: -240px -288px;
}

.flag.flag-24.flag-si {
  background-position: -264px -288px;
}

.flag.flag-24.flag-sk {
  background-position: -288px -288px;
}

.flag.flag-24.flag-sl {
  background-position: -312px -288px;
}

.flag.flag-24.flag-sm {
  background-position: -336px -288px;
}

.flag.flag-24.flag-sn {
  background-position: -360px -288px;
}

.flag.flag-24.flag-so {
  background-position: -384px -288px;
}

.flag.flag-24.flag-sr {
  background-position: -0px -312px;
}

.flag.flag-24.flag-ss {
  background-position: -24px -312px;
}

.flag.flag-24.flag-st {
  background-position: -48px -312px;
}

.flag.flag-24.flag-sv {
  background-position: -72px -312px;
}

.flag.flag-24.flag-sy {
  background-position: -96px -312px;
}

.flag.flag-24.flag-sz {
  background-position: -120px -312px;
}

.flag.flag-24.flag-tc {
  background-position: -144px -312px;
}

.flag.flag-24.flag-td {
  background-position: -168px -312px;
}

.flag.flag-24.flag-tf {
  background-position: -192px -312px;
}

.flag.flag-24.flag-tg {
  background-position: -216px -312px;
}

.flag.flag-24.flag-th {
  background-position: -240px -312px;
}

.flag.flag-24.flag-tj {
  background-position: -264px -312px;
}

.flag.flag-24.flag-tk {
  background-position: -288px -312px;
}

.flag.flag-24.flag-tl {
  background-position: -312px -312px;
}

.flag.flag-24.flag-tm {
  background-position: -336px -312px;
}

.flag.flag-24.flag-tn {
  background-position: -360px -312px;
}

.flag.flag-24.flag-to {
  background-position: -384px -312px;
}

.flag.flag-24.flag-tr {
  background-position: -0px -336px;
}

.flag.flag-24.flag-tt {
  background-position: -24px -336px;
}

.flag.flag-24.flag-tv {
  background-position: -48px -336px;
}

.flag.flag-24.flag-tw {
  background-position: -72px -336px;
}

.flag.flag-24.flag-tz {
  background-position: -96px -336px;
}

.flag.flag-24.flag-ua {
  background-position: -120px -336px;
}

.flag.flag-24.flag-ug {
  background-position: -144px -336px;
}

.flag.flag-24.flag-us {
  background-position: -168px -336px;
}

.flag.flag-24.flag-uy {
  background-position: -192px -336px;
}

.flag.flag-24.flag-uz {
  background-position: -216px -336px;
}

.flag.flag-24.flag-va {
  background-position: -240px -336px;
}

.flag.flag-24.flag-vc {
  background-position: -264px -336px;
}

.flag.flag-24.flag-ve {
  background-position: -288px -336px;
}

.flag.flag-24.flag-vg {
  background-position: -312px -336px;
}

.flag.flag-24.flag-vi {
  background-position: -336px -336px;
}

.flag.flag-24.flag-vn {
  background-position: -360px -336px;
}

.flag.flag-24.flag-vu {
  background-position: -384px -336px;
}

@charset "UTF-8";

@font-face {
  font-family: "gaxon";
  src: url([object Module]);
  src: url([object Module]?#iefix) format("embedded-opentype"),
  url([object Module]) format("woff"),
  url([object Module]) format("truetype"),
  url(gaxon.svg#gaxon) format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "gaxon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "gaxon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add:before {
  content: "a";
}

.icon-add-circle:before {
  content: "b";
}

.icon-affix:before {
  content: "c";
}

.icon-alert:before {
  content: "d";
}

.icon-alert-new:before {
  content: "e";
}

.icon-all-contacts:before {
  content: "f";
}

.icon-amchart:before {
  content: "g";
}

.icon-anchor:before {
  content: "h";
}

.icon-apps:before {
  content: "i";
}

.icon-apps-new:before {
  content: "j";
}

.icon-arrow-left:before {
  content: "k";
}

.icon-arrow-right:before {
  content: "l";
}

.icon-attachment:before {
  content: "m";
}

.icon-auth-screen:before {
  content: "n";
}

.icon-autocomplete:before {
  content: "o";
}

.icon-avatar:before {
  content: "p";
}

.icon-backtop:before {
  content: "q";
}

.icon-badge:before {
  content: "r";
}

.icon-basic-calendar:before {
  content: "s";
}

.icon-birthday:before {
  content: "t";
}

.icon-birthday-new:before {
  content: "u";
}

.icon-bitcoin:before {
  content: "v";
}

.icon-breadcrumb:before {
  content: "w";
}

.icon-burger:before {
  content: "x";
}

.icon-button:before {
  content: "y";
}

.icon-calendar:before {
  content: "z";
}

.icon-calendar-new:before {
  content: "A";
}

.icon-callout:before {
  content: "B";
}

.icon-camera:before {
  content: "C";
}

.icon-camera-2:before {
  content: "D";
}

.icon-card:before {
  content: "E";
}

.icon-cards-list-view:before {
  content: "F";
}

.icon-carousel:before {
  content: "G";
}

.icon-cascader:before {
  content: "H";
}

.icon-chart:before {
  content: "I";
}

.icon-chart-area:before {
  content: "J";
}

.icon-chart-area-new:before {
  content: "K";
}

.icon-chart-bar:before {
  content: "L";
}

.icon-chart-composed:before {
  content: "M";
}

.icon-chart-line:before {
  content: "N";
}

.icon-chart-pie:before {
  content: "O";
}

.icon-chart-radar:before {
  content: "P";
}

.icon-chart-radial:before {
  content: "Q";
}

.icon-chart-scatter:before {
  content: "R";
}

.icon-chart-tree:before {
  content: "S";
}

.icon-charvlet-down:before {
  content: "T";
}

.icon-charvlet-left:before {
  content: "U";
}

.icon-charvlet-right:before {
  content: "V";
}

.icon-charvlet-up:before {
  content: "W";
}

.icon-chat:before {
  content: "X";
}

.icon-chat-bubble:before {
  content: "Y";
}

.icon-chat-new:before {
  content: "Z";
}

.icon-check:before {
  content: "0";
}

.icon-check-circle-o:before {
  content: "1";
}

.icon-check-cricle:before {
  content: "2";
}

.icon-check-square:before {
  content: "3";
}

.icon-check-square-o:before {
  content: "4";
}

.icon-chevron-down:before {
  content: "5";
}

.icon-chevron-left:before {
  content: "6";
}

.icon-chevron-right:before {
  content: "7";
}

.icon-chevron-up:before {
  content: "8";
}

.icon-circle:before {
  content: "9";
}

.icon-circle-o:before {
  content: "!";
}

.icon-ckeditor:before {
  content: "\"";
}

.icon-close:before {
  content: "#";
}

.icon-close-circle:before {
  content: "$";
}

.icon-collapse:before {
  content: "%";
}

.icon-company:before {
  content: "&";
}

.icon-components:before {
  content: "'";
}

.icon-compose:before {
  content: "(";
}

.icon-contacts:before {
  content: ")";
}

.icon-copy:before {
  content: "*";
}

.icon-crm:before {
  content: "+";
}

.icon-crypto:before {
  content: ",";
}

.icon-culture-calendar:before {
  content: "-";
}

.icon-custom-view:before {
  content: ".";
}

.icon-dasbhoard:before {
  content: "/";
}

.icon-data-display:before {
  content: ":";
}

.icon-data-entry:before {
  content: ";";
}

.icon-datepicker:before {
  content: "<";
}

.icon-default-timeline:before {
  content: "=";
}

.icon-diamond:before {
  content: ">";
}

.icon-divider:before {
  content: "?";
}

.icon-donut:before {
  content: "@";
}

.icon-down:before {
  content: "[";
}

.icon-draft:before {
  content: "]";
}

.icon-drag-and-drop:before {
  content: "^";
}

.icon-dropdown:before {
  content: "_";
}

.icon-edit:before {
  content: "`";
}

.icon-editor:before {
  content: "{";
}

.icon-ellipse-h:before {
  content: "|";
}

.icon-ellipse-v:before {
  content: "}";
}

.icon-email:before {
  content: "~";
}

.icon-error:before {
  content: "\\";
}

.icon-error-404:before {
  content: "\E000";
}

.icon-error-500:before {
  content: "\E001";
}

.icon-etherium:before {
  content: "\E002";
}

.icon-exclamation:before {
  content: "\E003";
}

.icon-expand:before {
  content: "\E004";
}

.icon-extensions:before {
  content: "\E005";
}

.icon-extra-components:before {
  content: "\E006";
}

.icon-eye:before {
  content: "\E007";
}

.icon-facebook:before {
  content: "\E008";
}

.icon-family:before {
  content: "\E009";
}

.icon-feedback:before {
  content: "\E00A";
}

.icon-files:before {
  content: "\E00B";
}

.icon-filter:before {
  content: "\E00C";
}

.icon-filter-circle:before {
  content: "\E00D";
}

.icon-folder:before {
  content: "\E00E";
}

.icon-folder-o:before {
  content: "\E00F";
}

.icon-font:before {
  content: "\E010";
}

.icon-forgot-password:before {
  content: "\E011";
}

.icon-forward:before {
  content: "\E012";
}

.icon-forward-o:before {
  content: "\E013";
}

.icon-frequent:before {
  content: "\E014";
}

.icon-geo-location:before {
  content: "\E015";
}

.icon-graduation:before {
  content: "\E016";
}

.icon-growth:before {
  content: "\E017";
}

.icon-home:before {
  content: "\E018";
}

.icon-hotel-booking:before {
  content: "\E019";
}

.icon-icon:before {
  content: "\E01A";
}

.icon-image:before {
  content: "\E01B";
}

.icon-important:before {
  content: "\E01C";
}

.icon-important-o:before {
  content: "\E01D";
}

.icon-inbox:before {
  content: "\E01E";
}

.icon-inbuilt-apps:before {
  content: "\E01F";
}

.icon-input:before {
  content: "\E020";
}

.icon-inputnumber:before {
  content: "\E021";
}

.icon-invert-color:before {
  content: "\E022";
}

.icon-keyboard:before {
  content: "\E023";
}

.icon-like:before {
  content: "\E024";
}

.icon-like-o:before {
  content: "\E025";
}

.icon-link:before {
  content: "\E026";
}

.icon-lising-dbrd:before {
  content: "\E027";
}

.icon-list-select-o:before {
  content: "\E028";
}

.icon-listing-dbrd:before {
  content: "\E029";
}

.icon-litcoin:before {
  content: "\E02A";
}

.icon-localeprovider:before {
  content: "\E02B";
}

.icon-location:before {
  content: "\E02C";
}

.icon-lock-screen:before {
  content: "\E02D";
}

.icon-long-arrow:before {
  content: "\E02E";
}

.icon-long-arrow-down:before {
  content: "\E02F";
}

.icon-long-arrow-left:before {
  content: "\E030";
}

.icon-long-arrow-right:before {
  content: "\E031";
}

.icon-long-arrow-up:before {
  content: "\E032";
}

.icon-mail-open:before {
  content: "\E033";
}

.icon-map-clustering:before {
  content: "\E034";
}

.icon-map-directions:before {
  content: "\E035";
}

.icon-map-drawing:before {
  content: "\E036";
}

.icon-map-event-listener:before {
  content: "\E037";
}

.icon-map-google:before {
  content: "\E038";
}

.icon-map-km-layer:before {
  content: "\E039";
}

.icon-map-overlay:before {
  content: "\E03A";
}

.icon-map-popup-info:before {
  content: "\E03B";
}

.icon-map-selectable:before {
  content: "\E03C";
}

.icon-map-simple:before {
  content: "\E03D";
}

.icon-map-street-view:before {
  content: "\E03E";
}

.icon-map-styled:before {
  content: "\E03F";
}

.icon-map-traffic-layer:before {
  content: "\E040";
}

.icon-megaphone:before {
  content: "\E041";
}

.icon-mention:before {
  content: "\E042";
}

.icon-menu:before {
  content: "\E043";
}

.icon-menu-down:before {
  content: "\E044";
}

.icon-menu-fold:before {
  content: "\E045";
}

.icon-menu-left:before {
  content: "\E046";
}

.icon-menu-lines:before {
  content: "\E047";
}

.icon-menu-right:before {
  content: "\E048";
}

.icon-menu-select:before {
  content: "\E049";
}

.icon-menu-unfold:before {
  content: "\E04A";
}

.icon-menu-up:before {
  content: "\E04B";
}

.icon-message:before {
  content: "\E04C";
}

.icon-mic:before {
  content: "\E04D";
}

.icon-modal:before {
  content: "\E04E";
}

.icon-navigation:before {
  content: "\E04F";
}

.icon-noodles:before {
  content: "\E050";
}

.icon-notification:before {
  content: "\E051";
}

.icon-notification-new:before {
  content: "\E052";
}

.icon-orders:before {
  content: "\E053";
}

.icon-pagination:before {
  content: "\E054";
}

.icon-phone:before {
  content: "\E055";
}

.icon-picker:before {
  content: "\E056";
}

.icon-pizza:before {
  content: "\E057";
}

.icon-plain-list-divider:before {
  content: "\E058";
}

.icon-plain-list-view:before {
  content: "\E059";
}

.icon-popconfirm:before {
  content: "\E05A";
}

.icon-popover:before {
  content: "\E05B";
}

.icon-popup-calendar:before {
  content: "\E05C";
}

.icon-pricing-table:before {
  content: "\E05D";
}

.icon-product-grid:before {
  content: "\E05E";
}

.icon-product-list:before {
  content: "\E05F";
}

.icon-profile:before {
  content: "\E060";
}

.icon-profile2:before {
  content: "\E061";
}

.icon-progress:before {
  content: "\E062";
}

.icon-queries:before {
  content: "\E063";
}

.icon-question-circle:before {
  content: "\E064";
}

.icon-quote-backward:before {
  content: "\E065";
}

.icon-quote-forward:before {
  content: "\E066";
}

.icon-radiobutton:before {
  content: "\E067";
}

.icon-refer:before {
  content: "\E068";
}

.icon-rendaring-calendar:before {
  content: "\E069";
}

.icon-reply:before {
  content: "\E06A";
}

.icon-reply-o:before {
  content: "\E06B";
}

.icon-reset-password:before {
  content: "\E06C";
}

.icon-revenue-new:before {
  content: "\E06D";
}

.icon-ripple:before {
  content: "\E06E";
}

.icon-schedule:before {
  content: "\E06F";
}

.icon-search:before {
  content: "\E070";
}

.icon-search-new:before {
  content: "\E071";
}

.icon-select:before {
  content: "\E072";
}

.icon-selectable-map:before {
  content: "\E073";
}

.icon-sent:before {
  content: "\E074";
}

.icon-setting:before {
  content: "\E075";
}

.icon-shopping-cart:before {
  content: "\E076";
}

.icon-shuffle:before {
  content: "\E077";
}

.icon-signin:before {
  content: "\E078";
}

.icon-signup:before {
  content: "\E079";
}

.icon-slider:before {
  content: "\E07A";
}

.icon-social:before {
  content: "\E07B";
}

.icon-spam:before {
  content: "\E07C";
}

.icon-spin:before {
  content: "\E07D";
}

.icon-star:before {
  content: "\E07E";
}

.icon-star-half:before {
  content: "\E07F";
}

.icon-star-o:before {
  content: "\E080";
}

.icon-stats:before {
  content: "\E081";
}

.icon-steps:before {
  content: "\E082";
}

.icon-styled-map:before {
  content: "\E083";
}

.icon-sweet-alert:before {
  content: "\E084";
}

.icon-switch:before {
  content: "\E085";
}

.icon-tab:before {
  content: "\E086";
}

.icon-table:before {
  content: "\E087";
}

.icon-table-data:before {
  content: "\E088";
}

.icon-table-general:before {
  content: "\E089";
}

.icon-tag:before {
  content: "\E08A";
}

.icon-tag-new:before {
  content: "\E08B";
}

.icon-tag-o:before {
  content: "\E08C";
}

.icon-tasks:before {
  content: "\E08D";
}

.icon-team:before {
  content: "\E08E";
}

.icon-testimonial:before {
  content: "\E08F";
}

.icon-thumb-up:before {
  content: "\E090";
}

.icon-thumbs-down:before {
  content: "\E091";
}

.icon-ticket-new:before {
  content: "\E092";
}

.icon-tickets:before {
  content: "\E093";
}

.icon-timeline:before {
  content: "\E094";
}

.icon-timeline-left-align:before {
  content: "\E095";
}

.icon-timeline-new:before {
  content: "\E096";
}

.icon-timeline-with-icons:before {
  content: "\E097";
}

.icon-timepicker:before {
  content: "\E098";
}

.icon-tooltip:before {
  content: "\E099";
}

.icon-transfer:before {
  content: "\E09A";
}

.icon-translation:before {
  content: "\E09B";
}

.icon-trash:before {
  content: "\E09C";
}

.icon-tree:before {
  content: "\E09D";
}

.icon-treeselect:before {
  content: "\E09E";
}

.icon-uncheck-squire:before {
  content: "\E09F";
}

.icon-uncheck-squire-o:before {
  content: "\E0A0";
}

.icon-upload:before {
  content: "\E0A1";
}

.icon-user:before {
  content: "\E0A2";
}

.icon-user-o:before {
  content: "\E0A3";
}

.icon-view:before {
  content: "\E0A4";
}

.icon-view-o:before {
  content: "\E0A5";
}

.icon-visits:before {
  content: "\E0A6";
}

.icon-wall:before {
  content: "\E0A7";
}

.icon-widgets:before {
  content: "\E0A8";
}

.icon-wysiwyg:before {
  content: "\E0A9";
}

/*@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");*/

body {
  padding: 0;
  margin: 0;
}

#app-site {
  display: flex;
  width: 100%;
  height: 100vh;
}
#__next{
  height: 100%;
}

.loader {
  position: relative;
  margin: 0 auto;
  width: 60px;
  height: 100vh;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;

  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.loading {
  width: 120px;
}

@font-face {
  font-family: 'NoirPro';
  src: url([object Module]?#iefix) format('embedded-opentype'),
  url([object Module]) format('woff'),
  url([object Module]) format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'NoirPro';
  src: url([object Module]?#iefix) format('embedded-opentype'),
  url([object Module]) format('woff'),
  url([object Module]) format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NoirPro';
  src: url([object Module]?#iefix) format('embedded-opentype'),
  url([object Module]) format('woff'),
  url([object Module]) format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'NoirPro';
  src: url([object Module]?#iefix) format('embedded-opentype'),
  url([object Module]) format('woff'),
  url([object Module]) format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'NoirPro';
  src: url([object Module]?#iefix) format('embedded-opentype'),
  url([object Module]) format('woff'),
  url([object Module]) format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'NoirPro';
  src: url([object Module]?#iefix) format('embedded-opentype'),
  url([object Module]) format('woff'),
  url([object Module]) format('woff2');
  font-weight: 900;
  font-style: normal;
}

.ant-carousel .slick-slide {
  text-align: center;
  height: 160px;
  line-height: 160px;
  background: #364d79;
  overflow: hidden;
}

.ant-carousel .slick-slide h3 {
  color: #fff;
}

p {
  margin: 0;
}

.login-form {
  max-width: 300px;
}

.login-form-forgot {
  float: right;
}

.login-form-button {
  width: 100%;
}

.ant-input-number {
  margin-right: 10px;
}

.example-input .ant-input {
  width: 200px;
  margin: 0 8px 8px 0;
}

.code-box-demo .ant-select {
  margin: 0 8px 10px 0;
}

#components-select-demo-search-box .code-box-demo .ant-select {
  margin: 0;
}

.ant-alert {
  margin-bottom: 16px;
}

.ant-btn {
  margin-right: 8px;
}

.scrollable-container {
  height: 100px;
  overflow-y: scroll;
}

.background {
  padding-top: 60px;
  height: 300px;
  background-image: url('https://zos.alipayobjects.com/rmsportal/RmjwQiJorKyobvI.jpg');
}

.ant-btn {
  margin-right: 8px;
  margin-bottom: 8px;
}

.steps-content {
  margin-top: 16px;
  border: 1px dashed #e9e9e9;
  border-radius: 6px;
  background-color: #fafafa;
  min-height: 200px;
  text-align: center;
  padding-top: 80px;
}

.steps-action {
  margin-top: 24px;
}

/*E-commerce Styles*/
.gx-product-item {
    overflow: hidden;
    background: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 32px;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 575px) {
    .gx-product-item {
        margin-bottom: 20px;
    }
}
.gx-product-body {
    padding: 24px;
}
.gx-product-body + .gx-product-footer {
    padding-top: 0;
}
.gx-product-body :last-child {
    margin-bottom: 0;
}
.gx-product-image > img {
    width: 100%;
}
.gx-product-footer {
    padding: 24px;
    padding-bottom: 15px;
}
.gx-product-horizontal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.gx-product-horizontal .gx-product-image {
    width: 25%;
}
@media screen and (max-width: 1199px) {
    .gx-product-horizontal .gx-product-image {
        width: 33.33333%;
    }
}
@media screen and (max-width: 991px) {
    .gx-product-horizontal .gx-product-image {
        width: 25%;
    }
}
@media screen and (max-width: 767px) {
    .gx-product-horizontal .gx-product-image {
        width: 100%;
    }
}
.gx-product-horizontal .gx-product-body {
    width: 53%;
}
@media screen and (min-width: 1400px) {
    .gx-product-horizontal .gx-product-body {
        width: 55%;
    }
}
@media screen and (max-width: 1199px) {
    .gx-product-horizontal .gx-product-body {
        width: 41.66667%;
    }
}
@media screen and (max-width: 991px) {
    .gx-product-horizontal .gx-product-body {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .gx-product-horizontal .gx-product-body {
        width: 100%;
    }
}
.gx-product-horizontal .gx-product-body + .gx-product-footer {
    padding-top: 24px;
}
@media screen and (max-width: 767px) {
    .gx-product-horizontal .gx-product-body + .gx-product-footer {
        padding-top: 0;
    }
}
.gx-product-horizontal .gx-product-footer {
    width: 22%;
    text-align: center;
}
@media screen and (min-width: 1400px) {
    .gx-product-horizontal .gx-product-footer {
        width: 20%;
    }
}
.gx-product-horizontal .gx-product-footer .ant-btn:not(:last-child) {
    margin-left: 8px;
    margin-right: 8px;
}
@media screen and (max-width: 767px) {
    .gx-product-horizontal .gx-product-footer .ant-btn:not(:last-child) {
        margin-left: 0;
    }
}
.gx-product-horizontal .gx-product-footer .ant-btn:last-child {
    margin-left: 8px;
    margin-right: 8px;
}
@media screen and (max-width: 767px) {
    .gx-product-horizontal .gx-product-footer {
        width: 100%;
        text-align: left;
    }
}
.gx-product-horizontal .gx-product-image .gx-grid-thumb-equal {
    padding-bottom: 82%;
}
@media screen and (min-width: 1400px) {
    .gx-product-horizontal .gx-product-image .gx-grid-thumb-equal {
        padding-bottom: 55%;
    }
}
@media screen and (max-width: 1199px) {
    .gx-product-horizontal .gx-product-image .gx-grid-thumb-equal {
        padding-bottom: 80%;
    }
}
@media screen and (max-width: 1080px) {
    .gx-product-horizontal .gx-product-image .gx-grid-thumb-equal {
        padding-bottom: 90%;
    }
}
@media screen and (max-width: 1000px) {
    .gx-product-horizontal .gx-product-image .gx-grid-thumb-equal {
        padding-bottom: 110%;
    }
    .horizontal-layout .gx-product-horizontal .gx-product-image .gx-grid-thumb-equal {
        padding-bottom: 80%;
    }
}
@media screen and (max-width: 991px) {
    .gx-product-horizontal .gx-product-image .gx-grid-thumb-equal {
        padding-bottom: 88%;
    }
    .horizontal-layout .gx-product-horizontal .gx-product-image .gx-grid-thumb-equal {
        padding-bottom: 128%;
    }
}
@media screen and (max-width: 849px) {
    .gx-product-horizontal .gx-product-image .gx-grid-thumb-equal {
        padding-bottom: 110%;
    }
}
@media screen and (max-width: 767px) {
    .gx-product-horizontal .gx-product-image .gx-grid-thumb-equal {
        padding-bottom: 44%;
    }
    .horizontal-layout .gx-product-horizontal .gx-product-image .gx-grid-thumb-equal {
        padding-bottom: 44%;
    }
}
.gx-product-vertical {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: calc(100% - 32px);
}
@media screen and (max-width: 575px) {
    .gx-product-vertical {
        height: calc(100% - 20px);
    }
}
.gx-product-vertical .gx-product-body {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.gx-product-title {
    font-size: 20px;
}
/*Callout Styles*/

/*Product listing page styles*/
.gx-product-row {
    position: relative;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: right;
}
.gx-product-row.even {
    text-align: left;
}
.gx-product-col {
    order: 1;
    width: 50%;
}
.odd .gx-product-thumb {
    order: 2;
}
.gx-product-content {
    padding: 20px 55px;
}
.gx-product-content p {
    margin-bottom: 10px;
}
.gx-product-row .gx-grid-thumb-equal {
    padding-bottom: 69%;
}
.gx-product-thumb img {
    width: 100%;
}
.gx-product-content h4 {
    margin-bottom: 25px;
}
@media screen and (max-width: 1230px) {
    .gx-product-row .gx-grid-thumb-equal {
        padding-bottom: 71%;
    }
}
@media screen and (max-width: 1199px) {
    .gx-product-row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: center;
    }
    .gx-product-row.even {
        text-align: center;
    }
    .gx-product-content h4 {
        margin-bottom: 10px;
    }
    .gx-product-content {
        padding: 20px 35px;
    }
    .gx-product-col,
    .odd .gx-product-thumb {
        order: 1;
        width: 100%;
    }
    .gx-product-row .gx-grid-thumb-equal {
        padding-bottom: 40%;
    }
}
@media screen and (max-width: 991px) {
    .gx-product-row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: right;
    }
    .gx-product-row.even {
        text-align: left;
    }
    .gx-product-image .gx-grid-thumb-equal {
        padding-bottom: 120%;
    }
    .gx-product-col,
    .odd .gx-product-thumb {
        order: 1;
        width: 50%;
    }
    .odd .gx-product-thumb {
        order: 2;
    }
    .gx-product-row .gx-grid-thumb-equal {
        padding-bottom: 70%;
    }
}
@media screen and (max-width: 767px) {
    .gx-product-row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: center;
    }
    .gx-product-row.even {
        text-align: center;
    }
    .gx-product-row:last-child .gx-product-col {
        padding-bottom: 0;
    }
    .gx-product-row:last-child .ant-btn {
        margin-bottom: 0;
    }
    .gx-product-content {
        padding: 20px 0;
    }
    .gx-product-col,
    .odd .gx-product-thumb {
        order: 1;
        width: 100%;
    }
    .gx-product-row .gx-grid-thumb-equal {
        padding-bottom: 44%;
    }
    .gx-product-image .gx-grid-thumb-equal {
        padding-bottom: 44%;
    }
}
/*Pricing Tables Styles*/
.gx-price-tables {
    position: relative;
}
.gx-package {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: calc(100% - 15px);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}
.gx-package:hover,
.gx-package:focus,
.gx-package:active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.55);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.55);
}
.gx-pt-dark .gx-package:hover,
.gx-pt-dark .gx-package:focus,
.gx-pt-dark .gx-package:active {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.gx-pt-classic .gx-package {
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.gx-package.gx-highlight {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 2;
}
.gx-package-header {
    padding: 30px;
    text-align: center;
}
.gx-package-header > .gx-price {
    display: inline-block;
    font-size: 36px;
    font-weight: 500;
    margin-left: 0;
    margin-bottom: 12px;
    color: #ffffff;
}
.gx-package-header > .gx-price > i {
    display: inline-block;
    margin-right: 6px;
    font-weight: bold;
}
.gx-package-header h5 {
    color: inherit;
}
.gx-package-header.gx-text-black > .gx-price {
    color: #595959 !important;
}
@media only screen and (max-width: 991px) {
    .gx-package-header {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.gx-package-body {
    padding: 50px 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    .gx-package-body {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.gx-package-items {
    list-style: none;
    font-size: 14px;
    margin: 0 0 20px;
    padding-left: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.gx-package-items li {
    margin-bottom: 16px;
    zoom: 1;
    line-height: inherit;
}
.gx-package-items li::before,
.gx-package-items li::after {
    display: table;
    content: '';
}
.gx-package-items li::after {
    clear: both;
}
.gx-package-items li::before,
.gx-package-items li::after {
    display: table;
    content: '';
}
.gx-package-items li::after {
    clear: both;
}
.gx-package-items li i {
    float: left;
    min-width: 20px;
    margin-right: 16px;
    line-height: inherit;
}
.gx-package-items li span {
    display: block;
    overflow: hidden;
}
.gx-package-footer {
    padding-top: 30px;
}
.gx-package-footer .ant-btn {
    text-transform: capitalize;
    border: 0 none;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .gx-package:hover,
    .gx-package:focus,
    .gx-package:active,
    .gx-package.gx-highlight {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.gx-text-black .gx-text-white {
    color: #595959 !important;
}
.gx-pt-circle .gx-package-header {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 224px;
    width: 224px;
    margin: 40px auto 0;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.gx-pt-circle .gx-package-header .gx-price {
    margin-top: 30px;
}
@media only screen and (max-width: 991px) {
    .gx-pt-circle .gx-package-header .gx-price {
        font-size: 26px;
        margin-top: 12px;
        margin-bottom: 6px;
    }
}
@media only screen and (max-width: 991px) {
    .gx-pt-circle .gx-package-header .gx-letter-spacing-base {
        letter-spacing: 1px;
    }
}
@media only screen and (max-width: 991px) {
    .gx-pt-circle .gx-package-header {
        height: 150px;
        width: 150px;
    }
}
/*Testimonial Styles*/
.gx-testimonial {
    margin-bottom: 32px;
}
@media screen and (max-width: 575px) {
    .gx-testimonial {
        margin-bottom: 20px;
    }
}
.gx-classic-testimonial .ant-avatar {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 120px;
    height: 120px;
}
.gx-classic-testimonial .ant-avatar img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 575px) {
    .gx-classic-testimonial .ant-avatar {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }
}
.gx-testimonial-bg {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 30px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
@media screen and (max-width: 575px) {
    .gx-testimonial-bg {
        padding: 16px;
    }
}
.gx-testimonial-bg .ant-avatar {
    display: inline-block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 4px solid #038fde;
}
.gx-testimonial-bg .ant-avatar img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 450px) {
    .gx-testimonial-bg .ant-avatar {
        width: 50px;
        height: 50px;
    }
}
.gx-testimonial-bg .gx-description {
    color: #d9d9d9;
    font-style: italic;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
}
.gx-testimonial-bg .gx-title {
    color: #038fde;
    margin-bottom: 2px;
}
.gx-testimonial-des {
    position: relative;
    padding-left: 30px;
}
.gx-testimonial-des:before {
    font-family: "gaxon";
    font-size: 20px;
    content: "\E066";
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 475px) {
    .gx-standard .gx-media {
        flex-direction: column;
    }
}
/*Editor Styles*/
.rdw-editor-toolbar .rdw-inline-wrapper {
    flex-wrap: wrap;
}
@media screen and (max-width: 399px) {
    .rdw-editor-toolbar .rdw-inline-wrapper .rdw-option-wrapper {
        margin-bottom: 8px;
    }
}
/* Apps Style */
.gx-app-module {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -32px -32px 0;
    flex: 1;
}
@media screen and (max-width: 575px) {
    .gx-app-module {
        margin: -20px -15px 0;
    }
}
.gx-container-wrap .gx-app-module {
    margin: 0;
    margin-bottom: 32px;
}
.gx-module-side {
    position: relative;
    z-index: 2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex: 0 1 230px;
    -ms-flex: 0 1 230px;
    flex: 0 1 230px;
    min-width: 230px;
}
@media screen and (max-width: 991px) {
    .gx-module-side {
        min-width: 260px;
        background-color: #ffffff;
    }
}
.gx-module-side-header {
    padding: 10px;
    min-height: 79px;
    border-bottom: solid 1px #e8e8e8;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #fbfbfb;
    color: #545454;
}
@media screen and (max-width: 991px) {
    .gx-module-side-header {
        min-height: 72px;
    }
}
.gx-module-logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 20px;
}
.gx-module-logo i {
    font-size: 28px;
    line-height: 18px;
}
.gx-module-user-info,
.gx-module-side-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.gx-module-user-detail {
    font-size: 12px;
}
.gx-module-add-task {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 24px;
}
.gx-module-add-task .ant-btn {
    margin-bottom: 0;
}
.gx-module-nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.gx-module-nav li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.gx-module-nav li .gx-link {
    padding: 5px 29px;
    color: #999999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-decoration: none;
}
.gx-module-nav li .gx-link:hover,
.gx-module-nav li .gx-link:focus {
    color: #000000;
}
.gx-module-nav li .gx-link.active {
    color: #038fde;
}
.gx-module-nav li i {
    margin-right: 16px;
    font-size: 16px;
}
.gx-module-nav li span {
    display: inline-block;
    vertical-align: middle;
}
.gx-module-nav li.gx-module-nav-label {
    padding: 12px 29px;
}
.gx-module-box {
    position: relative;
    z-index: 2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: calc(100% - 230px + 1px);
}
@media screen and (max-width: 991px) {
    .gx-module-box {
        max-width: 100%;
    }
}
.gx-module-box-header {
    padding: 10px 26px;
    min-height: 79px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background-color: #ffffff;
    border-bottom: solid 1px #e8e8e8;
}
@media screen and (max-width: 991px) {
    .gx-module-box-header {
        position: relative;
        min-height: 58px;
        padding: 5px 26px 5px 110px;
    }
}
@media screen and (max-width: 991px) {
    .gx-module-box-header .gx-drawer-btn {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        border-right: solid 1px #e8e8e8;
        height: 58px;
        width: 98px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        font-size: 22px;
        text-align: center;
    }
}
.gx-module-box-header-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.gx-module-box-header-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-left: auto;
}
.gx-module-box-content {
    background-color: #ffffff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.gx-module-box-topbar {
    padding: 8px 28px;
    min-height: 65px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-bottom: solid 1px #e8e8e8;
}
.gx-module-box-topbar label.ant-checkbox-wrapper {
    margin-right: 10px;
}
.gx-module-box-topbar .ant-dropdown-trigger {
    cursor: pointer;
    margin-right: 10px;
}
.gx-module-box-topbar .ant-dropdown-trigger .icon:before {
    position: relative;
    top: 3px;
}
.gx-module-box-topbar-todo {
    padding-left: 28px;
}
@media screen and (max-width: 991px) {
    .gx-module-box-topbar {
        min-height: 58px;
        padding-left: 28px;
        padding-right: 28px;
    }
}
.gx-module-list-icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-right: 10px;
}
.gx-module-list-icon .gx-bar-icon .gx-icon-menu:before {
    top: 3px;
    position: relative;
}
.gx-toolbar-separator {
    border-left: solid 1px #e8e8e8;
    height: 100%;
    width: 1px;
    margin: 0 12px;
}
.gx-module-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.gx-module-list-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 15px 28px;
    z-index: 5;
    position: relative;
    cursor: pointer;
}
.gx-module-list-item:not(:last-child) {
    border-bottom: solid 1px #e8e8e8;
}
.gx-module-list-item.gx-mail-cell {
    -webkit-align-items: start;
    -ms-align-items: start;
    align-items: start;
}
@media screen and (max-width: 575px) {
    .gx-module-list-item {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}
.gx-module-detail-header {
    margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
    .gx-module-detail-header {
        margin-bottom: 0;
    }
}
.gx-module-list-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: calc(100% - 140px);
}
@media screen and (max-width: 575px) {
    .gx-module-list-info {
        max-width: calc(100% - 100px);
    }
}
.gx-module-todo-content {
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.gx-module-todo-content .gx-subject {
    margin-bottom: 5px;
}
.gx-module-todo-right {
    margin-left: 8px;
}
.gx-module-sidenav {
    background-color: #ffffff;
    border-right: solid 1px #e8e8e8;
    position: relative;
    z-index: 9;
}
.gx-module-sidenav .gx-chat-sidenav-main {
    max-width: 300px;
    min-width: 300px;
    width: 90%;
}
.gx-module-date {
    max-width: 160px;
}
.gx-module-detail-item {
    padding: 10px 28px;
}
.gx-task-title {
    font-size: 18px;
}
@media screen and (max-width: 991px) {
    .gx-task-title {
        font-size: 16px;
    }
}
.gx-chat-todo-avatar {
    margin-right: 15px;
}
.gx-module-side-scroll {
    height: calc(100vh - 201px) !important;
}
.framed-layout .gx-module-side-scroll {
    height: calc(100vh - 201px + 2 * 20px) !important;
}
@media screen and (max-width: 991px) {
    .gx-module-side-scroll {
        height: calc(100vh - 72px) !important;
    }
    .framed-layout .gx-module-side-scroll {
        height: calc(100vh - 72px) !important;
    }
}
.gx-module-side-scroll > div:first-child {
    overflow-y: scroll !important;
}
.gx-module-content-scroll {
    height: calc(100vh - 266px) !important;
}
.framed-layout .gx-module-content-scroll {
    height: calc(100vh - 266px + 2 * 20px) !important;
}
@media screen and (max-width: 991px) {
    .gx-module-content-scroll {
        height: calc(100vh - 238px) !important;
    }
    .framed-layout .gx-module-content-scroll {
        height: calc(100vh - 238px) !important;
    }
}
@media screen and (max-width: 575px) {
    .gx-module-content-scroll {
        height: calc(100vh - 216px) !important;
    }
}
.gx-module-content-scroll > div:first-child {
    overflow-y: scroll !important;
}
.gx-todo-detail-content-scroll {
    height: calc(100vh - 334px) !important;
}
.framed-layout .gx-todo-detail-content-scroll {
    height: calc(100vh - 334px + 2 * 20px) !important;
}
@media screen and (max-width: 991px) {
    .gx-todo-detail-content-scroll {
        height: calc(100vh - 306px) !important;
    }
    .framed-layout .gx-todo-detail-content-scroll {
        height: calc(100vh - 306px) !important;
    }
}
@media screen and (max-width: 575px) {
    .gx-todo-detail-content-scroll {
        height: calc(100vh - 285px) !important;
    }
}
.gx-todo-detail-content-scroll > div:first-child {
    overflow-y: scroll !important;
}
.gx-loader-view {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.gx-loader-view .ant-spin {
    margin: 0;
}
.gx-app-module .gx-loader-view {
    height: calc(100vh - 266px) !important;
}
.framed-layout .gx-app-module .gx-loader-view {
    height: calc(100vh - 266px + 2 * 20px) !important;
}
@media screen and (max-width: 991px) {
    .gx-app-module .gx-loader-view {
        height: calc(100vh - 238px) !important;
    }
    .framed-layout .gx-app-module .gx-loader-view {
        height: calc(100vh - 238px) !important;
    }
}
@media screen and (max-width: 575px) {
    .gx-app-module .gx-loader-view {
        height: calc(100vh - 244px) !important;
    }
}
.gx-chat-module .gx-loader-view {
    height: calc(100vh - 122px) !important;
}
.framed-layout .gx-chat-module .gx-loader-view {
    height: calc(100vh - 122px + 2 * 20px) !important;
}
@media screen and (max-width: 991px) {
    .framed-layout .gx-chat-module .gx-loader-view {
        height: calc(100vh - 122px) !important;
    }
}
@media screen and (max-width: 575px) {
    .gx-chat-module .gx-loader-view {
        height: calc(100vh - 100px) !important;
    }
}
.gx-loader-position {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    bottom: 0;
}
.gx-module-default {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
    padding: 15px;
}
.gx-no-content-found {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
}
.gx-task-des,
.gx-task-input {
    padding-left: 0;
}
/*Chat Apps Styles*/
.gx-chat-module {
    position: relative;
}
.gx-chat-module-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: #fafafa;
    position: relative;
    width: 100%;
}
.gx-chat-sidenav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex: 0 1 315px;
    -ms-flex: 0 1 315px;
    flex: 0 1 315px;
    min-width: 315px;
    border-right: solid 1px #e8e8e8;
}
.gx-chat-sidenav-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 25px 20px 12px;
    background-color: #fbfbfb;
    border-bottom: solid 1px #e8e8e8;
}
.gx-chat-user-hd {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 25px;
}
.gx-chat-search-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 0;
}
.gx-chat-avatar {
    min-width: 50px;
}
.gx-chat-user-row .gx-chat-avatar {
    padding: 0 5px;
    min-width: 10px;
}
.gx-chat-user-hd .gx-chat-avatar {
    cursor: pointer;
}
.gx-chat-sidenav-scroll {
    height: calc(100vh - 295px) !important;
}
.framed-layout .gx-chat-sidenav-scroll {
    height: calc(100vh - 295px + 2 * 20px) !important;
}
@media screen and (max-width: 991px) {
    .gx-chat-sidenav-scroll {
        height: calc(100vh - 175px) !important;
    }
    .framed-layout .gx-chat-sidenav-scroll {
        height: calc(100vh - 175px) !important;
    }
}
.gx-chat-sidenav-scroll > div:first-child {
    overflow-y: scroll !important;
}
.gx-chat-sidenav-scroll-tab-1,
.gx-chat-sidenav-scroll-tab-2 {
    height: calc(100vh - 320px) !important;
}
.framed-layout .gx-chat-sidenav-scroll-tab-1,
.framed-layout .gx-chat-sidenav-scroll-tab-2 {
    height: calc(100vh - 320px + 2 * 20px) !important;
}
@media screen and (max-width: 991px) {
    .gx-chat-sidenav-scroll-tab-1,
    .gx-chat-sidenav-scroll-tab-2 {
        height: calc(100vh - 198px) !important;
    }
    .framed-layout .gx-chat-sidenav-scroll-tab-1,
    .framed-layout .gx-chat-sidenav-scroll-tab-2 {
        height: calc(100vh - 198px) !important;
    }
}
.gx-chat-sidenav-scroll-tab-1 > div:first-child,
.gx-chat-sidenav-scroll-tab-2 > div:first-child {
    overflow-y: scroll !important;
}
.gx-chat-list-scroll {
    height: calc(100vh - 268px) !important;
}
.framed-layout .gx-chat-list-scroll {
    height: calc(100vh - 268px + 2 * 20px) !important;
}
@media screen and (max-width: 1199px) {
    .gx-chat-list-scroll {
        height: calc(100vh - 242px) !important;
    }
    .framed-layout .gx-chat-list-scroll {
        height: calc(100vh - 242px + 2 * 20px) !important;
    }
}
@media screen and (max-width: 991px) {
    .framed-layout .gx-chat-list-scroll {
        height: calc(100vh - 242px) !important;
    }
}
@media screen and (max-width: 575px) {
    .gx-chat-list-scroll {
        height: calc(100vh - 220px) !important;
    }
}
.gx-chat-list-scroll > div:first-child {
    overflow-y: scroll !important;
}
.gx-chat-sidenav-content {
    background-color: #ffffff;
}
.gx-chat-sidenav-title {
    padding: 10px 16px;
    font-size: 14px;
    color: #1890ff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
@media screen and (max-width: 1199px) {
    .gx-chat-sidenav-title {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .gx-chat-sidenav-title {
        font-size: 15px;
    }
}
.gx-chat-tabs-header {
    background-color: #fbfbfb !important;
}
.gx-chat-user {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.gx-chat-user.gx-chat-user-center {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.gx-chat-user.gx-chat-user-center .gx-chat-avatar {
    margin-left: auto;
}
.gx-chat-user-item {
    padding: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    cursor: pointer;
    max-height: 96px;
}
.gx-chat-user-item:not(:last-child) {
    border-bottom: solid 1px #e8e8e8;
}
.gx-chat-user-item.active,
.gx-chat-user-item:hover {
    background-color: #e6faff;
}
.gx-chat-user-row {
    margin: 0 -5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.gx-chat-info {
    max-width: calc(100% - 80px);
    padding: 0 5px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.gx-chat-info p {
    margin-bottom: 0;
}
.gx-chat-info .h4 {
    display: block;
    margin-bottom: 3px;
}
.gx-chat-info-des {
    color: #595959;
    font-size: 13px;
}
.gx-chat-contact-col {
    max-width: calc(100% - 50px);
    padding: 0 5px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.gx-chat-contact-col p {
    margin-bottom: 0;
}
.gx-chat-contact-col .h4 {
    display: block;
    margin-bottom: 3px;
}
.gx-chat-date {
    padding: 0 5px;
    text-align: right;
}
.gx-fs-80 {
    font-size: 80px !important;
    line-height: 80px !important;
}
.gx-comment-box .gx-fs-80 {
    text-align: center;
    margin-bottom: 12px;
}
@media screen and (max-width: 575px) {
    .gx-fs-80 {
        font-size: 60px !important;
        line-height: 60px !important;
    }
}
.gx-comment-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: calc(100vh - 122px) !important;
}
.framed-layout .gx-comment-box {
    height: calc(100vh - 122px + 2 * 20px) !important;
}
@media screen and (max-width: 991px) {
    .framed-layout .gx-comment-box {
        height: calc(100vh - 122px) !important;
    }
}
@media screen and (max-width: 575px) {
    .gx-comment-box {
        height: calc(100vh - 100px) !important;
    }
}
.gx-chat-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    position: relative;
    z-index: 2;
}
.gx-chat-main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.gx-chat-main-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-bottom: solid 1px #e8e8e8;
    padding: 16px;
    background-color: #ffffff;
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .gx-chat-main-header {
        padding: 8px 16px;
    }
}
@media screen and (max-width: 991px) {
    .gx-chat-main-header {
        padding: 8px 30px;
    }
}
.gx-chat-main-header-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-right: auto;
}
.gx-chat-contact-name {
    font-size: 20px;
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    .gx-chat-contact-name {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .gx-chat-contact-name {
        font-size: 15px;
    }
}
.gx-chat-main-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-top: solid 1px #e8e8e8;
    padding: 6px 16px;
    background-color: #ffffff;
    width: 100%;
}
.gx-chat-main-footer .gx-form-group {
    margin-bottom: 0;
}
.gx-chat-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 16px;
}
@media screen and (max-width: 991px) {
    .gx-chat-item {
        padding: 16px 30px;
    }
}
.gx-chat-item .gx-bubble-block {
    width: calc(100% - 40px);
}
.gx-chat-item .gx-bubble {
    padding: 12px 15px;
    background-color: #ffffff;
    -webkit-border-radius: 20px 20px 20px 0px;
    -moz-border-radius: 20px 20px 20px 0px;
    border-radius: 20px 20px 20px 0px;
    position: relative;
    margin-left: 16px;
    max-width: 600px;
    border: solid 1px #d9d9d9;
    display: inline-block;
}
.gx-chat-item.gx-flex-row-reverse .gx-bubble-block {
    text-align: right;
}
.gx-chat-item.gx-flex-row-reverse .gx-bubble {
    margin-right: 16px;
    margin-left: 0;
    background-color: #e6faff;
    -webkit-border-radius: 20px 20px 0 20px;
    -moz-border-radius: 20px 20px 0 20px;
    border-radius: 20px 20px 0 20px;
    text-align: left;
}
.gx-chat-item .ant-avatar {
    display: block;
}
.gx-chat-btn {
    font-size: 38px !important;
    margin-right: 20px;
}
textarea.gx-chat-textarea {
    height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.gx-chat-sent {
    min-width: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
.gx-last-message-time {
    font-size: 11px;
    color: #8c8c8c;
}
@media screen and (max-width: 1199px) {
    .gx-chat-main-header .gx-size-60 {
        height: 50px !important;
        width: 50px !important;
        line-height: 50px;
    }
    .gx-chat-main-header button {
        margin-bottom: 0;
    }
    .gx-chat-main-header-info .gx-status-pos {
        max-width: 50px;
    }
}
@media screen and (max-width: 575px) {
    .gx-module-default h1 {
        font-size: 17px;
    }
}
/*Contact Apps Styles*/
.gx-contact-item {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 28px;
}
.gx-contact-item:not(:last-child) {
    border-bottom: solid 1px #e8e8e8;
}
.gx-dragndrop-item {
    padding: 24px 16px;
}
.gx-dragndrop-item .gx-draggable-icon {
    margin-left: -16px;
}
@media screen and (max-width: 575px) {
    .gx-dragndrop-item {
        padding-right: 5px;
    }
}
.gx-contact-list-info {
    padding-left: 10px;
}
.gx-contact-list-info .gx-email {
    word-break: break-all;
}
.gx-contact-list-info .gx-toolbar-separator {
    display: inline-block;
}
@media screen and (max-width: 575px) {
    .gx-contact-list-info .gx-toolbar-separator {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .gx-contact-list-info {
        padding-left: 0;
        max-width: calc(100% - 50px);
    }
    .gx-contact-list-info .gx-job-title {
        display: none;
    }
}
.gx-module-contact-content {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.gx-module-contact-right {
    margin-left: 8px;
}
.gx-contact-name {
    font-size: 15px;
}
.gx-draggable-icon {
    cursor: all-scroll;
    color: #8c8c8c;
}
.gx-draggable-icon:hover,
.gx-draggable-icon:focus,
.gx-draggable-icon:active {
    cursor: all-scroll;
    color: #262626;
}
.gx-module-side-nav {
    padding: 20px 0;
}
.gx-modal-box-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gx-modal-box-row .gx-modal-box-avatar {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    margin-left: 16px;
}
.gx-modal-box-row .gx-modal-box-avatar .ant-avatar {
    width: 120px;
    height: 120px;
}
@media screen and (max-width: 575px) {
    .gx-modal-box-row .gx-modal-box-avatar {
        -webkit-order: 1;
        -ms-order: 1;
        order: 1;
        margin-left: 0;
        margin-bottom: 16px;
        text-align: center;
    }
}
.gx-modal-box-row .gx-modal-box-form-item {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media screen and (max-width: 575px) {
    .gx-modal-box-row .gx-modal-box-form-item {
        -webkit-order: 2;
        -ms-order: 2;
        order: 2;
    }
}
@media screen and (max-width: 575px) {
    .gx-modal-box-row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.gx-dragndrop-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*Mails Apps Styles*/
.gx-module-box-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.gx-module-box-column,
.gx-module-list-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.gx-mail-list-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 10px;
    max-width: calc(100% - 150px);
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
@media screen and (max-width: 575px) {
    .gx-mail-list-info {
        max-width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }
}
.gx-mail-user-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-left: 10px;
}
.gx-mail-user-info .gx-avatar {
    margin-right: 10px;
}
.gx-mail-user-info .gx-badge {
    margin-bottom: 0;
}
.gx-mail-user-des {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 3px;
}
.gx-mail-user-des .gx-time,
.gx-mail-user-des .gx-icon-btn {
    margin-left: auto;
}
.gx-mail-detail-inner {
    padding: 24px;
}
@media screen and (max-width: 991px) {
    .gx-mail-detail-inner {
        padding-right: 28px;
        padding-left: 28px;
    }
}
.gx-mail-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
@media screen and (max-width: 498px) {
    .gx-mail-header {
        display: block;
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.gx-mail-header-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.gx-mail-header-content .gx-subject {
    margin-bottom: 5px;
}
.gx-show-link {
    cursor: pointer;
    margin-bottom: 8px;
    color: #038fde;
}
.gx-show-detail {
    margin-bottom: 12px;
}
.gx-module-list-content .gx-subject {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gx-module-list-content .gx-message {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #8d8d8d;
    font-size: 13px;
}
.gx-module-list-content .gx-message p {
    margin-bottom: 8px;
}
.gx-size {
    margin: 5px 0;
}
.gx-sender-name {
    margin-right: 0;
    font-weight: 500;
    font-size: 15px;
}
.gx-send-subject {
    width: calc(100% - 220px);
}
@media screen and (max-width: 575px) {
    .gx-send-subject {
        width: calc(100% - 180px);
        margin-right: 6px;
    }
}
.gx-mail-header-actions {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    min-width: 100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gx-mail-header-actions .icon-btn:not(:last-child) {
    margin-right: 3px;
}
@media screen and (max-width: 498px) {
    .gx-mail-header-actions {
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        min-width: 10px;
    }
}
.gx-attachment-block {
    position: relative;
}
.gx-attachment-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
@media screen and (max-width: 575px) {
    .gx-attachment-row {
        margin: 0 -5px;
    }
}
.gx-attachment-col {
    padding: 0 10px;
}
.gx-attachment-col img {
    width: 80px;
}
.gx-attachment-col .size {
    padding-top: 5px;
}
@media screen and (max-width: 575px) {
    .gx-attachment-col {
        padding: 0 5px;
    }
}
@media screen and (max-width: 575px) {
    .gx-mail-list {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 100%;
        border-right: 0 none;
    }
    .gx-mail-detail {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 100%;
    }
}

/*Wall App Style*/

.gx-follower {
    border-bottom: solid 1px #d9d9d9;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.gx-follower-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin: 0 -5px;
}
.gx-profile-banner .gx-follower-list {
    margin: 0 -20px;
}
.gx-follower-list li {
    color: #8c8c8c;
    font-size: 14px;
    padding: 0 5px;
    width: 33.33%;
}
.gx-profile-banner .gx-follower-list li {
    color: #ffffff;
    padding: 0 20px;
    width: auto;
}
.gx-follower-list li:not(:first-child) {
    border-left: solid 1px #d9d9d9;
}
.gx-profile-banner .gx-follower-list li:not(:first-child) {
    border-left-color: #ffffff;
}
.gx-follower-title {
    display: block;
    color: #262626;
    font-size: 14px;
}
.gx-profile-banner .gx-follower-title {
    color: #ffffff;
}
.gx-wall-scroll {
    height: calc(100vh - 154px) !important;
}
.framed-layout .gx-wall-scroll {
    height: calc(100vh - 152px + 2 * 20px) !important;
}
@media screen and (max-width: 991px) {
    .gx-wall-scroll {
        height: calc(100vh - 124px) !important;
    }
    .framed-layout .gx-wall-scroll {
        height: calc(100vh - 124px) !important;
    }
}
@media screen and (max-width: 575px) {
    .gx-wall-scroll {
        height: calc(100vh - 132px) !important;
    }
}
.gx-wall-postlist {
    padding: 5px;
}
.gx-entry-sec {
    position: relative;
    margin-bottom: 20px;
}
.ant-card .gx-entry-sec,
.gx-card .gx-entry-sec {
    margin-bottom: 0;
}
.gx-entry-title {
    border-bottom: solid 1px #d9d9d9;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    position: relative;
}
.gx-entry-title:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
    height: 3px;
    width: 42px;
    background-color: #038fde;
}
.ant-card .gx-entry-title:before,
.gx-card .gx-entry-title:before {
    display: none;
}
.ant-card .gx-entry-title,
.gx-card .gx-entry-title {
    border-bottom: 0 none;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.gx-fnd-list {
    list-style: none;
    padding-left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 20px;
}
.gx-fnd-list li {
    width: 33.33%;
    padding: 0 5px;
}
@media (max-width: 399px) {
    .gx-fnd-list li {
        width: 50%;
    }
}
.gx-user-fnd {
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.gx-user-fnd > img {
    width: 100%;
}
.gx-user-fnd-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.95)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.95));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.95));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.95));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.95));
    color: #ffffff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gx-user-fnd-content h6 {
    color: #ffffff;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gx-user-fnd-content .ant-badge {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    margin: 0;
    width: 10px;
    height: 10px;
    display: block;
}
.gx-user-fnd-content .ant-badge-status-dot {
    width: 10px;
    height: 10px;
    display: block;
    top: 0;
    border: solid 1px #ffffff;
}
.gx-gallery-list {
    list-style: none;
    padding-left: 0;
    margin: 0 -0.5px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gx-gallery-list li {
    padding: 0 0.5px;
    margin-bottom: 1px;
    width: 33.33%;
}
@media (max-width: 399px) {
    .gx-gallery-list li {
        width: 50%;
    }
}
.gx-gallery-list li > img {
    width: 100%;
}
.gx-gallery-thumb {
    position: relative;
    cursor: pointer;
}
.gx-gallery-thumb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.01);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.95)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.95));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.95));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.95));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.95));
}
.gx-gallery-thumb-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 10px;
    color: #ffffff;
}
.gx-gallery-thumb-content h6 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 10px;
}
.gx-wall-user-info {
    margin-bottom: 6px;
}
.gx-wall-user-title {
    margin-bottom: 4px;
}
.gx-gallery-item {
    position: relative;
    margin-bottom: 15px;
}
.gx-gallery-item img {
    width: 100%;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.gx-gallery-item-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #ffffff;
}
.gx-gallery-grid {
    margin: 0 -5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gx-gallery-grid .gx-gallery-item {
    padding: 0 5px;
}
.gx-gallery-grid .gx-gallery-item-content {
    left: 5px;
    right: 5px;
}
.gx-gallery-2 .gx-gallery-item,
.gx-gallery-4 .gx-gallery-item,
.gx-gallery-4-more .gx-gallery-item {
    width: 50%;
}
.gx-gallery-3 .gx-gallery-item {
    width: 33.33%;
}
.gx-wall-comment-box {
    padding: 0 30px;
}
@media screen and (max-width: 1199px) {
    .gx-wall-comment-box {
        padding: 0 20px;
    }
}
@media screen and (max-width: 1100px) {
    .gx-wall-comment-box {
        padding: 0;
    }
}
@media screen and (max-width: 991px) {
    .gx-wall-comment-box {
        padding: 0 30px;
    }
}
@media screen and (max-width: 767px) {
    .gx-wall-comment-box {
        padding-right: 0;
        padding-left: 15px;
    }
}

/*Profile App Style*/
.gx-profile-banner {
    padding: 32px;
    padding-bottom: 88px;
    margin: -32px;
    margin-bottom: -58px;
    background-color: #003366;
    color: #ffffff;
    position: relative;
}
@media screen and (max-width: 575px) {
    .gx-profile-banner {
        padding: 20px 15px;
        padding-bottom: 83px;
        margin: -20px -15px;
        margin-bottom: -58px;
    }
}
.gx-profile-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.gx-profile-banner > div {
    position: relative;
    z-index: 2;
}
.gx-profile-banner-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 40px;
}
@media (max-width: 575px) {
    .gx-profile-banner-top {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 25px;
    }
}
.gx-profile-banner-top-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
@media (max-width: 575px) {
    .gx-profile-banner-top-left {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 25px;
    }
}
.gx-profile-banner-avatar {
    margin-right: 1.5rem;
}
@media (max-width: 575px) {
    .gx-profile-banner-avatar {
        margin-bottom: 8px;
        margin-right: 0;
    }
}
.gx-profile-banner-top-right {
    text-align: center;
    margin-left: auto;
}
@media (max-width: 575px) {
    .gx-profile-banner-top-right {
        margin-left: 0;
    }
}
.gx-profile-banner-bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
@media (max-width: 575px) {
    .gx-profile-banner-bottom {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .gx-profile-banner-bottom .gx-tab-list {
        margin-bottom: 10px;
    }
}
.gx-profile-banner h1,
.gx-profile-banner h2,
.gx-profile-banner h3,
.gx-profile-banner h4,
.gx-profile-banner h5,
.gx-profile-banner h6,
.gx-profile-banner .h1,
.gx-profile-banner .h2,
.gx-profile-banner .h3,
.gx-profile-banner .h4,
.gx-profile-banner .h5,
.gx-profile-banner .h6 {
    color: #ffffff;
}
.gx-profile-banner .gx-link {
    color: #ffffff;
}
.gx-profile-banner .gx-link:hover,
.gx-profile-banner .gx-link:focus {
    color: #fa8c15;
}
.gx-profile-content {
    position: relative;
    z-index: 2;
}
.gx-profile-setting {
    margin-left: auto;
}
@media (max-width: 575px) {
    .gx-profile-setting {
        margin-left: 0;
    }
}
@media (max-width: 575px) {
    .gx-profile-content-right {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: -ms-flex !important;
        display: flex !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-align-items: center !important;
        -ms-align-items: center !important;
        align-items: center !important;
    }
    .gx-profile-content-right .gx-text-truncate {
        width: auto;
        margin-left: auto;
    }
}
.gx-pro-contact-list:not(:last-child) {
    margin-bottom: 1rem;
}
.stripe-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 32px;
}

.stripe-wrapper .gx-card {
    margin-bottom: 0;
}

.gx-stripe {
    position: relative;
}

.gx-stripe .ant-form .ant-form-item:last-child {
    margin-bottom: 0;
}

.gx-stripe .ant-form .ant-btn {
    margin-bottom: 0;
}

.stripe-cardnumber-input {
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    padding: 7.9px 11px;
    border-radius: 6px;
}

.ErrorMessage {
    margin-bottom: 20px;
    color: #ff0000;
}

.stripe-btn-view {
    position: relative;
}

@media (min-width: 576px) {
    .stripe-cardnumber,
    .ErrorMessage,
    .stripe-btn-view {
        max-width: 66.66666667%;
        margin-left: auto;
        padding-left: 11px;
    }
}

@media (min-width: 768px) {

    .gx-stripe {
        min-width: 500px;
    }
}

@media (max-width: 575px) {

    .stripe-wrapper {
        padding-bottom: 20px;
    }
}

