@import url("/cx_asset/css/bootstrap.css");
@import url("/cx_asset/css/reset.css");

@import url("/cx_asset/css/ionicons.min.css");
@import url("/cx_asset/fonts/bootstrap-icons.css");
@import url('//fonts.cdnfonts.com/css/switzer');
@import url('//fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url("//fonts.googleapis.com/css2?family=Paytone+One&display=swap");
@import url("//fonts.googleapis.com/css?family=Overpass:300,400,600,700&display=swap");

:root {
  --page_maxw: 790px;
  --page_minw: 350px;

  --content_maxw: 750px;
  --content_minw: 350px;

  --item_maxw: 730px;
  --item_minw: 330px;

  --logo_maxw: 360px;
  --logo_minw: 200px;  

  --login_maxw: 380px;
  --login_minw: 280px;  
  
  --chart_maxw: 240px;
  --chart_minw: 200px;    

  --bgcolor: #0f0638;
  --fontcolor: #fff;
  --linkcolor: #47e7ce;
  --idcolor: #47e7ce;
  --balancecolor: #ffdf69;
  --coincolor: #ffad2f;

  --bgcolor2: #24242b;

  --pluscolor: #41d3ff; 
  --minuscolor: #f784ba; 

  --buybtncolor: #64c0dc; 
  --sellbtncolor: #e48db6; 

  --btncolor: #47e7ce;
  --btncolor2: #4fa8c4;

  --lightbg: #fff;
  --darkbg: #000;

  --lightdiv: #000;
  --darkdiv: #eef;

  --lightdiv2: #555;
  --darkdiv2: #ccd;    

  --lighthover: #f6f8f9;
  --darkhover: #2a2e39;

  --lightheader: #eff3f6;
  --darkheader: #131722;

  --lightnav: #18214d;
  --darknav: #1b1e2b;

  --lightborder: #e0e3eb;
  --lightborder2: #eff2fa;
  --darkborder: #2a2e39;
  --darkborder2: #22243c;  

}

.w-100 { width: 100%; }
.h-100 { height: 100%; }

.d-none { display: none; }
.d-block { display: block; }
.d-inline { display: inline-block; }
.d-flex { display: flex; }
.flex-wrap {flex-wrap: wrap; }

.align-items-center { align-items: center; }
.align-items-start { align-items: flex-start; }
.align-items-end { align-items: flex-end; }
.align-items-stretch { align-items: stretch; }

.align-content-center { align-content: center; }
.align-content-start { align-content: flex-start; }
.align-content-end { align-content: flex-end; }
.align-content-stretch { align-content: stretch; }

.justify-space { justify-content: space-between; }
.justify-center { justify-content: center; }
.justify-start { justify-content: flex-start; }
.justify-end {justify-content: flex-end; }

.grow-0 { flex-grow: 0; }
.grow-1 { flex-grow: 1; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-white { color: #ffffff !important; }

.p0, .p-0 { padding: 0px !important; }
.p-10 { padding: 10px !important; }
.p-20 { padding: 20px !important; }
.p-30 { padding: 30px !important; }
.p-40 { padding: 40px !important; }

.pb-0 { padding-bottom: 0px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-40 { padding-bottom: 40px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pr-40 {
  padding-right: 40px !important; }

/* -----MARGIN CLASSES-------- */
.m0 { margin: 0px !important; }
.m-10 { margin: 10px !important; }

.m-20 {
  margin: 20px !important; }

.m-40 {
  margin: 40px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-40 {
  margin-top: 40px !important; }

.ml-0 {
  margin-left: 0px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-40 {
  margin-left: 40px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-40 {
  margin-right: 40px !important; }

.chk-label {
  margin-left: 3px;
  opacity: .6;
  font-size: 1rem;
}

.btn {
  border-radius: 5px;
}

.scrolling-wrapper{ overflow-x: auto; }

.swal2-popup {
  font-size: 1rem !important;
  width: 90%;
  min-width: 240px;
  max-width: 400px;
  background-color: var(--bgcolor2) !important;
}

h2#swal2-title {
  font-size: 1.2rem !important;
  width: 90%;
  margin: auto;
  text-align: center;
  /* white-space: nowrap;
  overflow-x: hidden; */
}

/* 
#light .swal2-popup { 
  background-color: #fff !important;
}
*/

.swal2-icon { 
  /* font-size: 1rem !important; */
  border: solid 1px !important;
  margin: 20px auto 10px auto;
}

div#swal2-html-container {
  font-size: 1.1rem !important;
} 

.swal2-cancel,
.swal2-confirm {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  padding : 8px 24px;
}

.lang-menu{
  display:block; 
}
  .lang-menu:after{
    /* display:block;  */
    content:''; 
    clear:both;
  }
  .lang-menu > li{
    position:relative; 
    float:left; 
    /* margin-right:5px; */
  }
    .lang-menu > li > a{
      display:block; 
      /* padding:0 15px;  */
      /* background:#333;  */
      height: auto; 
      /* line-height:40px;  */
      color:#fff;
    }
      .lang-menu > li:hover .depth_1 {
        display:block;
      }
  .lang-menu .depth_1{
    display:none; 
    position:absolute; 
    /* left:0;  */
    padding-top: 2px;    
    right:0; 
    text-align:center;
  }
    .lang-menu .depth_1 a{
      display:block; 
      /* padding:5px;  */
      /* background:#000;  */
      color:#fff;
    }


.alert {
  position: absolute;
  top: 60px;
  left: 20px;
  width: calc(100% - 40px);
  padding: 12px 20px;
  /* margin: 0 0 20px; */
  overflow: hidden;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  pointer-events: auto;
  background-repeat: no-repeat;
  background-position: 15px center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  opacity: 0.95;
  z-index: 99999;
  /* margin-top: 60px; */
}
  .alert h4 {
    margin-top: 0;
    color: inherit;
  }
  .alert .alert-link {
    font-weight: bold;
  }
  .alert > p,
  .alert > ul {
    margin-bottom: 0;
    font-size: 12px;
    text-indent: 17px;
  }
  .alert > p + p {
    margin-top: 5px;
  }

.alert-success {
  color: #fff;
  background-color: rgba(38, 185, 154, 0.88);
  border-color: rgba(38, 185, 154, 0.88);
}
.alert-info {
  color: #E9EDEF;
  background-color: rgba(52, 152, 219, 0.88);
  border-color: rgba(52, 152, 219, 0.88);
}
.alert-warning {
  color: #E9EDEF;
  background-color: rgba(243, 156, 18, 0.88);
  border-color: rgba(243, 156, 18, 0.88);
}
.alert-error, 
.alert-danger {
  color: #fff;
  background-color: #ff666b;
}
  .alert-error hr, 
  .alert-danger hr {
    border-top-color: #e4b9c0;
  }
  .alert-error .alert-link,  
  .alert-danger .alert-link {
    color: #843534;
  }

.alert-close-button {
    position: relative;
    top: -0.3em;
    right: -0.3em;
    float: right;
    margin-bottom: -.5em;
    font-size: 20px;
    font-weight: 600;
    font-size: 1.6rem;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 white;
    text-shadow: 0 1px 0 white;
    opacity: .6;     
}  
  .alert-close-button:hover, 
  .alert-close-button:focus {
      color: #fff;
      text-decoration: none;
      cursor: pointer;
      opacity: 1; 
  }

  button.alert-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none; 
  }

.card--style-cover, .slider-simple__slide, .slider-cover__slide {
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center; }

.gradient-lightgreen, .button--main, .button--more, .bottom-navigation__icons li.centered, .card--style-plan-premium, .card--style-bg {
  background-color: var(--btncolor) !important;
  background: linear-gradient(60deg, var(--btncolor) 0%, var(--btncolor2) 100%) !important; 
}

.gradient-purple, .account-info {
  background-color: #633a97 !important;
  background: linear-gradient(60deg, #633a97 0%, #4c87c6 100%) !important; }

/*===============================================*/
/* 2. GENERAL		 						 */
/*===============================================*/

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;    

  font-family: 'Switzer', 'Noto Sans KR', "Noto Sans", "Overpass", sans-serif;
  font-size: 75%;
  font-weight: 400; 
  overflow: auto;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;    

  font-family: 'Switzer', 'Noto Sans KR', "Noto Sans", "Overpass", sans-serif;
  font-weight: 500; 
  background-color: var(--bgcolor);
  color: var(--fontcolor);
  line-height: 1.25;
  -webkit-text-size-adjust: 100%;  
}

a {
  text-decoration: none;
  color: var(--linkcolor); 
}

a:hover {
  opacity: 1 !important; 
  color: var(--linkcolor); 
}

p {
  padding: 0px 0 10px 0;
  margin: 0px;
  line-height: 1.5; 
}
  p.welcome {
    font-size: 1.1rem;
    padding: 0 10px 20px 10px;
    opacity: .9;
  }
  p.highlight {
    font-size: 1.8rem;
    font-weight: 300; 
  }

blockquote {
  padding: 0 0 0 50px;
  margin: 0 0 20px 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 300;
  background-image: url(/cx_asset/images/icons/gradient-purple/quote.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 40px; }
  blockquote span {
    display: block;
    font-weight: 600;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #292467; }

/* 2-1. HEADINGS */
/*=================================*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  padding: 0 0 20px 0;
  margin: 0;
  color: #fff; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.8rem; 
}
  h2.page__title {
    position: relative;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
  }
    h2.page__title:after {
      content: '';
      width: 40px;
      height: 2px;
      background-color: #53539a;
      position: absolute;
      left: 0px;
      bottom: 0;
      z-index: 444; 
    }

h3 {
  font-size: 1.6rem; 
}

h4 {
  font-size: 1.4rem; 
}

h5 {
  font-size: 1.2rem; 
}

h6 {
  font-size: 1.1rem; 
}

textarea, input, select {
  outline: none; 
}


.text-blue {
  color: var(--pluscolor) !important;
}

.text-red {
  color: var(--minuscolor) !important;
}

.open-popup {
  cursor: pointer;
}
.message-unread {
  color: var(--idcolor);
  font-weight: 600 !important;
}
.message-read {
  color: #fff;
  font-weight: 400;
}

/* 2-2. BUTTONS */
/*=================================*/
.buttons {
  width: 100%; 
}
  .buttons--centered {
    display: flex;
    align-items: center;
    justify-content: center; }

.button {
  /* display: table; */
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 12px 36px;
  border-radius: 25px;
  letter-spacing: 1px;
  font-weight: 600;
  border: none;
  cursor: pointer; 
  white-space: nowrap;
}
  .button--large {
    font-size: 1.4rem;
    padding: 15px 45px; 
  }
  .button--medium {
    font-size: 1.2rem;
    padding: 10px 30px; 
    width: auto;
  }
  .button--openchat {
    font-size: 1.1rem;
    padding: 12px 20px; 
    width: 90%;
    max-width: 200px;
  }    
  .button--small {
    font-size: 1rem;
    padding: 8px 24px; 
    width: auto;
  }    
  .button--ex-small {
    font-size: .9rem;
    padding: 4px 12px; 
  }

  .button--blue,
  .button--buy,
  .button--red,
  .button--sell,
  .button--normal {
    align-items: center;
    justify-content: center;     
    text-align: center;
    width: auto;
    min-width: 30px;
    color: #000; 
    font-weight: 600;
  }

  .button--blue:hover,
  .button--buy:hover,
  .button--red:hover,
  .button--sell:hover,
  .button--normal:hover {
    color: #000; 
  }

  .button--main:hover {
    color: #000; 
  }  

  .button--blue,
  .button--buy {
    background: var(--buybtncolor);
    /* background: linear-gradient(60deg, var(--pluscolor) 0%, var(--buybtncolor) 100%) !important;      */
  }  
  .button--red,
  .button--sell {
    background: var(--sellbtncolor);
    /* background: linear-gradient(60deg, var(--minuscolor) 0%, var(--sellbtncolor) 100%) !important;      */
  }  
  .button--normal {
    background: var(--idcolor);
  }    

  .button--full {
    display: flex;
    width: calc(100% - 40px);
    align-items: center;
    justify-content: center;
    margin: 20px auto !important;
  }

  .button--m0 {
    margin: 5px auto !important;
  }

  .button--main {
    color: #000; 
  }

  .button--secondary {
    background-color: #291f57;
    color: #fff; 
  }
  .button--more {
    color: #000; 
  }
  .button--black {
    background-color: #000;
    color: #fff; 
  }
  .button--green {
    background-color: var(--idcolor);
    color: #000; 
  }
  .button--disabled {
    background-color: #291f57;
    color: #fff;
    opacity: 0.5;
    cursor: default !important; 
  }
  .button--chat {
    background-image: url(/cx_asset/images/icons/chat.svg);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    background-size: 18px;
    padding-left: 55px; 
  }

/* 2-3. LISTINGS */
/*=================================*/
ul.custom-listing li {
  padding: 10px 0;
  line-height: 1.5; }
  ul.custom-listing li span {
    font-weight: 600;
    color: var(--idcolor); 
  }
  ul.custom-listing li.email {
    background-image: url(/cx_asset/images/icons/contact.svg);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-size: 24px;
    padding-left: 40px; }
  ul.custom-listing li.phone {
    background-image: url(/cx_asset/images/icons/mobile.svg);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-size: 24px;
    padding-left: 40px; }
  ul.custom-listing li.address {
    background-image: url(/cx_asset/images/icons/home.svg);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-size: 24px;
    padding-left: 40px; }

ul.custom-listing--checked li {
  padding: 5px 0 5px 30px;
  background-image: url(/cx_asset/images/icons/checked-simple.svg);
  background-repeat: no-repeat;
  background-position: 0px 50%;
  background-size: 18px; }



/*===============================================*/
/* 3. PAGE STRUCTURE */
/*===============================================*/
.page {
  width: 100%;
  height: 100%; 
}
  .page__content {
    width: 100%;
    min-width: var(--page_minw);
    height: 100%;
    padding: 0;
    padding-top: 20px;
    overflow: scroll;
    position: relative;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; 
    align-items: center;
    justify-content: space-between;    
    margin: auto;
  }
    /* .page__content--full {
      width: 100%;
      padding: 0px; 
    } */
    .page__content--with-header {
      /* margin-top: 50px; */
      padding-top: calc(70px + 50px);
      height: calc(100%); 
    }
    .page__content--with-bottom-nav {
      height: calc(100% - 84px); 
    }
    .page__content.page__content--with-header.page__content--with-bottom-nav, .page__content.page__content--with-bottom-nav.page__content--with-header {
      height: calc(100% - 70px); 
    }

.page-inner {
  display: block;
  width: calc(100% - 20px);
  max-width: var(--content_maxw);
  min-width: var(--content_minw);
  padding: 0 10px; 
  margin: 0 auto;
  margin-bottom: 40px;
  /* border: solid 1px red; */
}
.page-inner--with-bottom-button {
  padding: 20px 20px 100px 20px; 
}

  .page__title-bar {
    display: flex;
    width: calc(100% - 10px);
    align-items: center;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 20px; 
    /* border: solid 1px white; */
  }
  .page__title-bar h2 {
    font-size: 1.4rem;
    padding: 0px; 
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    font-weight: 600;
  }
    .page__title-bar h2 span {
      font-size: 1.2rem;
      font-weight: 400;
      opacity: .7;
    }

    .page__title-bar h3 {
      font-size: 1.4rem;
      padding: 0px; 
      text-transform: uppercase;
      /* letter-spacing: 1px; */
      font-weight: 600;
    }
      .page__title-bar h3 span {
        font-size: 1.1rem;
        color: var(--idcolor);
        font-weight: 400;
        display: block; 
      }

  .page__title-right {
    position: relative;
    display: flex;
    align-items: center; 
  }

  .page-inner--with-bottom-button {
    padding: 20px 20px 100px 20px; 
  }


.balance-info {
    /* display: block; */
    /* text-align: center;
    position: relative;  */
    margin-top: 20px;
    /* padding: 20px;  */
    margin: auto;
    text-align: center;
}

.balance-info .balance-info__title {
  font-size: 1.1rem;
  color:#fff;
  /* #fff; */
  font-weight: 500;
  padding-left: -10px;
  opacity: .9;
  padding: 5px 10px;
  /* margin-bottom: 10px;    */
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}

.balance-info .balance-info__title img {
  width: 16px;
  height: auto;
  display: inline-flex;
  /* align-items: center; */
  vertical-align: middle;
  margin: 2px;
}

  .balance-info .balance-info__balance {
    font-size: 1.6rem;
    color: var(--coincolor);
    font-weight: 600;
    padding: 5px 10px;
    /* margin-bottom: 0px;    */
  }
  .balance-info .balance-info__balance small {
    font-size: 1.2rem;
    font-weight: 400;
    opacity: .8;
  }

  .balance-info .balance-info__krbalance {
    font-size: 1.2rem;
    color: var(--balancecolor); 
    /* var(--balancecolor); */
    font-weight: 400;
    /* margin-bottom: 10px;    */
    opacity: .8;
  }
    .balance-info .balance-info__krbalance span {
      font-size: 1.3rem;
      font-weight: 500 !important;
    }
    .balance-info .balance-info__krbalance small {
      font-size: 1.1rem;
      font-weight: 400;
      opacity: .8;
    }

  .balance-info .order_form {
    position: relative;
    margin-top: 20px;
    /* margin-bottom: 20px;    */
  } 
  
  .balance-info .order_form img {
    width: auto;
    height: 10px;
  }   

.form_withdraw {
  height: 430px; 
  overflow:hidden;
}

.wallet-info {
  display: block;
  padding: 10px;
  text-align: center;
  position: relative; 
  height: 400px; 
  margin-bottom:10px; 
  overflow:hidden;
  margin: auto;
  /* border: solid 1px red; */
}

.wallet-info.openaddress {
  max-width: 500px;
  /* border: solid 1px red; */
}

  .wallet-info .wallet-info__title {
    width: auto;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
  }

  .wallet-info .wallet-info__title b {
    font-size: 1.4rem;
    font-weight: 600;
  }  

  .wallet-info .wallet-info__icon {
    display: inline-block;
    width: 24px;  
    height: 24px;    
    margin-right: 5px;
    margin-bottom: -5px;
    align-items: center;
    padding: 0;
  }
    .wallet-info .wallet-info__icon img {      
      display: block;
      width: 100%;
      height: 100%;
    }

  .wallet-info .wallet-info__balance {
    font-size: 2.4rem;
    color: var(--coincolor);
    font-weight: 600;
    padding-top: 10px; 
    /* padding-bottom: 20px;  */
  }

  .wallet-info .wallet-info__balance small {
    font-size: 2rem;
    font-weight: 400;
    opacity: .7;
  }
  
  .wallet-info .wallet-info__krbalance {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px; 
  }
    .wallet-info .wallet-info__krbalance span {
      font-size: 1.6rem;
      font-weight: 500;
    }  
    .wallet-info .wallet-info__krbalance small {
      font-size: 1.2rem;
      font-weight: 300;
      opacity: .8;
    }  

  .wallet-info .wallet-info--qrcode {
    display: inline-block;
    align-items: center;
    justify-content: space-between; 
    width: auto;
  }
  
  .wallet-info .wallet-info--address {
    /* display: inline-block; */
    align-items: center;
    justify-content: space-between; 
    width: auto;
    font-weight: 500;
    font-size: 1rem;
    color: #dde;
  }
  
  .wallet-info .wallet-info__details {
    width: 80%;
    margin: auto;
    text-align: left;
    margin-top: 20px; 
    opacity: .8;
    font-weight: 400;
  }

.account-info {
  width: 100%;
  padding: 100px 0 70px 0;
  text-align: center;
  position: relative; }
  .account-info--details {
    padding: 80px 0 50px 0; }
  .account-info__icon {
    width: 100%;
    text-align: center;
    padding-bottom: 10px; }
    .account-info__icon img {
      display: block;
      width: 50px;
      margin: auto; }
  .account-info .account-info__title {
    font-size: 1.1rem;
    letter-spacing: 1px;
    /* padding-bottom: 5px;  */
    color: var(--balancecolor);
    text-transform: uppercase;
    opacity: .8;
    font-weight: 500;
  }
  .account-info .account-info__total {
    font-size: 2.4rem;
    letter-spacing: 1px; 
    color: var(--coincolor);
    font-weight: 600;
  }
    .account-info .account-info__total small {
      font-size: 2rem;
      color: var(--coincolor);
      font-weight: 500;
      opacity: .7;
    }  

    .account-info .account-info__sub {
      font-size: 0.9rem;
      color: #fff;
      font-weight: 500;
      opacity: .9;
      margin: 12px 0 5px 0;
      white-space: nowrap;
    }
    .account-info .account-info__sub img {
      width: auto;
      height: 10px;
    }
      .account-info .account-info__sub span,
      .account-info .account-info__sub i {
        display: inline-flex;
      }      

      .account-info .account-info__sub span   {
        width: 75%;
        overflow-x: hidden;
      }

  /* .account-info__stats {
    padding-top: 5px;
    font-size: 1.3rem; }
    .account-info__stats span {
      padding: 0 5px; }
      .account-info__stats span.plus {
        color: var(--idcolor);
      } */
  .account-info .account-info__svg {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    height: 25px; 
  }
  /* .account-info .account-info__chart {
    width: 90%;
    margin: 20px auto 0 auto; 
  } */

.account-buttons {
  width: 100%;
  position: relative;
  top: -40px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center; 
}
  .account-buttons a {
    display: block;
    width: 80px;
    height: 80px;
    background-color: #291f57;
    color: var(--idcolor);
    text-align: center;
    border-radius: 100%;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    margin: 0 10px;
    font-weight: 500; 
    letter-spacing: 1px;
    opacity: .95;
  }
    .account-buttons a img {
      display: block;
      width: 18px;
      margin: 20px auto 8px auto; 
    }

.account-selectors {
  width: 100%;
  padding: 20px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .account-selectors span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #291f57;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-radius: 100%;
    font-size: 1.1rem;
    margin: 0 5px;
    cursor: pointer; }
    .account-selectors span:hover {
      background-color: var(--idcolor);
      color: #291f57; 
    }
    .account-selectors span.selected {
      background-color: var(--idcolor);
      color: #291f57; 
    }



    #addressviewModal .modal-dialog,
    #messgeviewModal .modal-dialog {
      width: 80%;
      max-width: 340px;
      min-width: 300px;
   
    }
    
    #addressviewModal .modal-dialog .modal-content,
    #messgeviewModal .modal-dialog .modal-content {
      background-color: var(--darkheader ) !important;
      color: var(--darkdiv);   
    }
    
    #addressviewModal .modal-dialog .modal-content .modal-header .close,
    #messgeviewModal .modal-dialog .modal-content .modal-header .close {
        color: var(--darkdiv);
    }
    
    .modal-header,
    .modal-body,
    .modal-footer {
        border-color: var(--darkborder) !important;
        font-size: 12px;
    }
    
    .modal-body {
        width : 98%;
        margin: auto;
    }
    
    .modal-body .modaldiv {
        color: var(--darkdiv2);
    }
    
    .modal-body .modaldiv .position_value {
        color: var(--darkdiv);
        font-size: 13px;
        font-weight: 600;
        margin-left: 10px;
    }
        
    .card.bg-danger {
        background-color: rgba(255, 0, 0, 0.25) !important;
    }

/* 3-1. PANELS LEFT AND RIGHT */
/*=================================*/
.panel {
  z-index: 9999;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  width: calc(100% - 30%);
  top: 0;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms; 
}
  .panel--left {
    background-color: #000000;
    left: calc(-100% + 30%); 
    padding-top: 50px;
  }
  .panel--right {
    background-color: #000000;
    right: calc(-100% + 30%); 
    padding-top: 50px;
  }
  .panel__navigation {
    width: 100%;
    overflow: hidden; 
  }

body.with-panel-left-reveal .page,
body.with-panel-right-reveal .page,
body.with-panel-left-reveal .bottom-toolbar,
body.with-panel-right-reveal .bottom-toolbar {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform; }

body.with-panel-left-reveal .body-overlay,
body.with-panel-right-reveal .body-overlay {
  display: block; }

body.with-panel-left-reveal .page, body.with-panel-left-reveal .bottom-toolbar {
  -webkit-transform: translate3d(calc(100% - 30%), 0, 0);
  transform: translate3d(calc(100% - 30%), 0, 0); }

body.with-panel-left-reveal .body-overlay {
  margin-left: calc(100% - 30%); }

body.with-panel-left-reveal .panel--left {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms; }

body.with-panel-right-reveal .page, body.with-panel-right-reveal .bottom-toolbar {
  -webkit-transform: translate3d(calc(-100% + 30%), 0, 0);
  transform: translate3d(calc(-100% + 30%), 0, 0); }

body.with-panel-right-reveal .body-overlay {
  margin-left: calc(-100% + 30%); }

body.with-panel-right-reveal .panel--right {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms; }

body.panel-closing .page, body.panel-closing .bottom-toolbar {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform; }

.body-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  z-index: 5999;
  display: none; 
}


/* 3-2. POPUPS */
/*=================================*/
.popup {
  box-sizing: border-box;
  /* border: solid 1px white;   */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  /* display: block; */
  display: none;
  overflow: auto;
  overflow-x: hidden;
  padding: 30px;
  padding-top: calc(30px + 50px);
  -webkit-overflow-scrolling: touch;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -ms-transition-property: -ms-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  background-color: #000000; 
  /* border: solid 1px yellow; */
}

  .popup.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .popup--wider {
    padding: 20px; }
  .popup--half {
    height: 50%;
    top: 50%; }
  .popup--centered {
    width: 80%;
    height: 60%;
    top: 20%;
    left: 10%;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, transform;
    transition-duration: 400ms; }
    .popup--centered.active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .popup--shadow {
    -webkit-box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.12); }
  .popup__title {
    padding-bottom: 20px; 
    text-transform: uppercase;
    width: 100%;
    min-width: var(--item_minw);
    max-width: var(--item_maxw);      
    font-size: 1.6rem !important;
    font-weight: 500 !important;
    margin: auto;
    /* border: solid 1px mintcream; */
  }

  .popup_inner {
    width: 100%;
    min-width: var(--item_minw);
    max-width: var(--item_maxw);  
    margin: auto;  
  }

  .popup__icon img {
    display: block;
    max-width: 50px;
    margin-bottom: 40px; }
  .popup__close {
    position: absolute;
    top: calc(20px + 50px);
    right: 20px;
    z-index: 9999; 
  }
    .popup__close img {
      /* display: block; */
     width: 15px; 
    }

/* 3-2.A. SOCIAL ICONS NAVIGATION */
/*===============================================*/
.social-nav ul li {
  margin: 0 0 15px 0; }
  .social-nav ul li a {
    display: flex;
    align-items: center;
    color: #fff; }
  .social-nav ul li img {
    display: block;
    max-width: 20px;
    margin-right: 20px; }

/*===============================================*/
/* 3-2.B. NOTIFICATIONS */
/*===============================================*/
.notifications {
  padding-bottom: 20px; }
  .notifications li {
    margin: 0 0 15px 0;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
    padding-bottom: 15px; }
    .notifications li a {
      font-weight: 600;
      color: #fff; }

/*===============================================*/
/* 3-2.C. COMMENTS */
/*===============================================*/
.comments {
  padding-bottom: 20px; }
  .comments li {
    margin: 0 0 10px 0;
    background-color: var(--bgcolor);
    padding: 10px 20px;
    border-radius: 15px; }
    .comments li a {
      font-weight: 600;
      color: #fff; }

/*===============================================*/
/* 4. HEADER */
/*===============================================*/
.header {
  width: 100%;
  padding: 20px 0;
  color: #fff; 
  margin-top: 40px;
}
  .header--absolute {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 888; 
  }
  .header--fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 888; 
  }
  .header--page {
    background-color: #000 !important; 
  }
  .header--transparent {
    background: none; }
  .header--gradient {
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)); 
  }
  .header__inner {
    width: 100%;
    max-width: var(--page_maxw);
    min-width: var(--page_minw);
    padding: 0 20px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between; 
    margin: auto;    
  }

  .header__inner .header__logo--text {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400; 
  }
    .header__inner .header__logo--text img {
      height: 24px;
      width: auto;
    }
    /* .header__logo--text strong {
      font-weight: 600;
      color: var(--idcolor);
    }
    .header__logo--text a {
      color: var(--linkcolor);
    } */
  /* .header__logo--intro {
    font-size: 2.8rem;
    width: 100%;
    text-align: center; } */
  /* .header__title {
    color: #000000;
    font-size: 1.8rem;
    font-weight: 300; } */

  .header__inner .header__icon {
    cursor: pointer; 
    display: flex;
    width: auto;
  }

  .header__inner .header__icon li {
    text-align: center;
    font-size: 0.8rem;
    color:#dce1e5;
    position: relative; 
    margin-left: 15px;
  }

  .header__inner .header__icon img,
  .header__inner .header__icon li img {
    display: inline;
    width: auto;
    height: 20px !important;
  }

    .header__inner .header__icon li i {
      position: absolute;
      top: -10px;
      right: -10px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      text-align: center;
      line-height: 20px;
      font-size: 1.1rem;
      font-weight: 600;
      background-color: #000;
      color: var(--idcolor);
      font-style: normal; 
    }

    /* .header__icon--empty-space {
      width: 20px; 
    } */
    .header__icon--menu {
      width: 20px;
      height: 16px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      cursor: pointer; 
    }
      .header__icon--menu span {
        display: block;
        position: absolute;
        height: 1px;
        width: 50%;
        background: #fff;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        -webkit-tap-highlight-color: transparent; }
      .header__icon--menu span:nth-child(even) {
        left: 50%; }
      .header__icon--menu span:nth-child(odd) {
        left: 0px; }
      .header__icon--menu span:nth-child(1), .header__icon--menu span:nth-child(2) {
        top: 0px; }
      .header__icon--menu span:nth-child(3), .header__icon--menu span:nth-child(4) {
        top: 6px; }
      .header__icon--menu span:nth-child(5), .header__icon--menu span:nth-child(6) {
        top: 12px; }
      .header__icon--menu.open span:nth-child(1), .header__icon--menu.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #000000; }
      .header__icon--menu.open span:nth-child(2), .header__icon--menu.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #000000; }
      .header__icon--menu.open span:nth-child(1) {
        left: 2px;
        top: 4px; }
      .header__icon--menu.open span:nth-child(2) {
        left: calc(50% - 2px);
        top: 4px; }
      .header__icon--menu.open span:nth-child(3) {
        left: -50%;
        opacity: 0; }
      .header__icon--menu.open span:nth-child(4) {
        left: 100%;
        opacity: 0; }
      .header__icon--menu.open span:nth-child(5) {
        left: 2px;
        top: 12px; }
      .header__icon--menu.open span:nth-child(6) {
        left: calc(50% - 2px);
        top: 12px; }
    .header__icon--cart {
      position: relative; }
      .header__icon--cart span {
        position: absolute;
        top: -10px;
        right: -10px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        line-height: 20px;
        font-size: 1.1rem;
        font-weight: 600;
        background-color: #fff;
        color: #292467; }
        .header__icon--cart span.animate {
          animation: cartnr 1.5s cubic-bezier(0.39, 0.01, 0.17, 1);
          animation-iteration-count: 1; }
    .header__icon--more img {
      width: 6px; }
  .header__icons-group {
    display: flex;
    align-items: center; }
    .header__icons-group--right .header__icon {
      margin-left: 20px; }
    .header__icons-group--left .header__icon {
      margin-right: 20px; }



@keyframes cartnr {
  0% {
    transform: scale(1.5); }
  50% {
    transform: scale(0.8); }
  100% {
    transform: scale(1.5); } }


.top-navigation {
  width: 100%;
  height: 40px;
  padding: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99999;
  background-color: #000;
  /* padding: 10px 0; */
  overflow: hidden; 
  /* border: solid 1px white; */
}
  .top-navigation--black {
    background-color: #000;
  }
  .top-navigation--gradient {
    background: linear-gradient(180deg, rgba(41, 31, 87, 0) 0%, rgba(41, 31, 87, 0) 30%, #291f57 30%, #291f57 100%); 
  }

  .top-navigation__tiker {
    width: 100%;
    max-width: var(--content_maxw);
    min-width: var(--content_minw);
    margin: auto;
    align-items: center;
  }

  .top-navigation__tiker .top-navigation__list {
    width: 100%;
    /* max-width: var(--content_maxw);
    min-width: var(--content_minw); */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between; 
  }
    .top-navigation__tiker .top-navigation__list li {
      font-size: 1.2rem;
      color:#dce1e5;
      position: relative; 
      white-space: nowrap;
      margin-left: 10px;
      margin-right: 10px;
    }
    .top-navigation__tiker .top-navigation__list li a {
      color: #909db3; 
    }
    .top-navigation__tiker .top-navigation__list li .subs {
      font-size: 1rem;
      font-weight: 400;
    }
    .top-navigation__tiker .top-navigation__list li small {
      font-size: 1rem;
      font-weight: 400;
      margin-left: 2px;
    }     

    .top-navigation__tiker .top-navigation__list li div {
      display: inline-block;
      width: 18px !important;
      height: 18px !important;
      margin-right: 5px;
    }    
    .top-navigation__tiker .top-navigation__list li div img {
        width: 100%;
        height: 100%;
      }

    .circle-singleline {
      display: inline-block;
      width: 16px !important;
      height: 16px !important;
      border-radius: 50%;
      font-size: 1.2rem;
      font-weight: 600;
      text-align: center;    
      background: #eee;
      color: #111;
      /* margin-right: 2px; */
      padding: 0px 2px;
    }

    .circle-singleline.tether {
      background: #099 !important;
    }

    .circle-singleline.bitcoin {
      background: #f7931a !important;
    }
    
    @keyframes infiniteScroll {
      /* from {transform: translateX(640px) }
      to {transform: translateX(-640px);} */
      0% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        visibility: visible;
      }    
      50% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
      } 

      100% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        /* visibility: visible; */
      }       
    }
    .top-navigation__tiker .horizontal-scrolling-items {
      animation-name: infiniteScroll;
      animation-duration: 40s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
    }
/*===============================================*/
/* 5. BOTTOM TOOLBAR */
/*===============================================*/
.bottom-navigation {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 888;
  background-color: #000;
  padding: 10px 0;
  overflow: hidden; 
}
  .bottom-navigation--gradient {
    background: linear-gradient(180deg, rgba(41, 31, 87, 0) 0%, rgba(41, 31, 87, 0) 30%, #291f57 30%, #291f57 100%); 
  }
  .bottom-navigation--white {
    background-color: #ffffff; 
  }
  .bottom-navigation__icons {
    width: calc(100% - 100px);
    max-width: var(--item_maxw);
    min-width: var(--item_minw);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between; 
  }
    .bottom-navigation__icons li {
      text-align: center;
      margin: 20px 0 0 0;
      font-size: 0.8rem;
      color:#dce1e5;
      position: relative; }
      .bottom-navigation__icons li a {
        color: #909db3; }
      .bottom-navigation__icons li img {
        display: block;
        max-width: 22px;
        margin: auto; }
      .bottom-navigation__icons li span {
        text-transform: uppercase;
        font-size: 1rem;
        display: block;
        padding-top: 5px; }
      .bottom-navigation__icons li i {
        position: absolute;
        top: -10px;
        right: -10px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        line-height: 20px;
        font-size: 1.1rem;
        font-weight: 600;
        background-color: #000;
        /* color: #ccc; */
        font-style: normal; 
      }

      #msg_count {
        color: #ccc;
      }      
        #msg_count.ismessage {
          color: var(--idcolor) !important;
        }      

      .bottom-navigation__icons li.centered {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px; }
        .bottom-navigation__icons li.centered img {
          display: block;
          max-width: 26px;
          margin: auto; }
    .bottom-navigation__icons--photos li {
      margin: 0px; }
    .bottom-navigation__icons--centered {
      justify-content: center; }
      .bottom-navigation__icons--centered li {
        padding: 0 5px; }
        .bottom-navigation__icons--centered li img {
          max-width: 32px; }
  .bottom-navigation__pagination {
    position: absolute;
    width: 100%;
    bottom: 0px !important;
    top: auto !important;
    text-align: center; }
    .bottom-navigation__pagination .swiper-pagination-bullet {
      width: 10px;
      height: 1px;
      display: inline-block;
      border-radius: 0;
      background: #909db3;
      opacity: 0.2;
      margin: 0 2px; }
      .bottom-navigation__pagination .swiper-pagination-bullet-active {
        background: #909db3;
        opacity: 1; }
    .bottom-navigation__pagination .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 2px; 
    }
  .bottom-navigation__more {
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
    z-index: 999999; }
    .bottom-navigation__more img {
      display: block;
      max-width: 4px; }
  .bottom-navigation__shop {
    width: calc(100% - 20px);
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .bottom-navigation__shop-cart {
      background-image: url(/cx_asset/images/icons/cart.svg);
      background-repeat: no-repeat;
      background-position: 20px 50%;
      background-size: 18px;
      padding-left: 50px; }

.bottom-fixed-button {
  width: calc(100% - 40px);
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 888;
  background-color: #000;
  padding: 20px;
  overflow: hidden; }

/*===============================================*/
/* 6. USER NAVIGATION */
/*===============================================*/
.main-nav {
  width: calc(100% - 60px);
  padding: 30px; }
  .main-nav ul {
    display: flex;
    flex-wrap: wrap; }
    .main-nav ul li {
      margin: 0 0 5px 0;
      padding: 10px 0;
      font-size: 1.2rem;
      display: block;
      width: 100%; }
      .main-nav ul li a {
        display: flex;
        align-items: center;
        color: #fff; }
      .main-nav ul li img {
        display: block;
        max-width: 18px;
        margin-right: 20px; }
      .main-nav ul li span {
        display: block; }

.subnav-header {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end; 
  cursor: pointer;
}
  .subnav-header img {
    display: block;
    max-width: 16px; }

/*===============================================*/
/* 7. USER PROFILE */
/*===============================================*/
.user-profile {
  width: 100%;
  /* margin-left: -20px; */
  position: relative;
  padding: 20px 0;
  background-color: #000;
  position: relative; 
}
  .user-profile__thumb {
    width: 100%;
    text-align: center; 
  }
    .user-profile__thumb img {
      display: block;
      width: 40px;
      border-radius: 100%;
      margin: auto; 
    }
  .user-profile__name {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff; 
  }

.info-box {
  text-align: center;
  padding: 0 15px; }
  .info-box span {
    display: block;
    font-weight: 600;
    font-size: 1.2rem;
    color: #fff; }

/* USER DETAILS SIDE PANEL */
/*===============================================*/
.user-details {
  padding: 20px 0 0 0;
  display: block;
  text-align: center; }
  .user-details__thumb {
    margin: 0 auto 10px auto;
    text-align: center; }
    .user-details__thumb img {
      display: block;
      max-width: 40px;
      margin: auto;
      border-radius: 100%; }
  .user-details__title {
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: -0.5px; }
    .user-details__title span {
      display: block;
      font-weight: 300;
      font-size: 1.3rem; }

/*===============================================*/
/* 8. SEARCH */
/*===============================================*/
.search {
  padding: 40px; 
}

  .search__form {
    background-color: #291f57;
    border-radius: 15px;
    padding: 10px 20px;
    margin-bottom: 20px; 
  }
    .search__form form {
      display: flex; 
    }

  .search__input {
    border: none;
    background: none;
    font-size: 1.2rem;
    font-weight: 500;
    width: 100%;
    color: #fff; 
  }

  .search__select {
    border: none;
    font-size: 1.2rem;
    font-weight: 500;      
    color: #fff;
    width: 100%;
    overflow: hidden;
    background: none;
    background-image: url(/cx_asset/images/icons/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) 50%;
    background-size: 16px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;      
    box-shadow: none;
  }

  .search__submit {
    text-indent: -100px;
    overflow: hidden;
    width: 16px;
    height: 16px;
    background-image: url(/cx_asset/images/icons/search.svg);
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none; 
  }

  .search__results {
    padding: 40px 0 0 0; 
  }

.search-result {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid; }
  .search-result__thumb {
    margin-right: 20px; }
    .search-result__thumb img {
      display: block;
      max-width: 50px;
      border-radius: 10px; }
  .search-result__details p strong {
    color: var(--idcolor);
  }

/*===============================================*/
/* 9. CARDS */
/*===============================================*/
.cards {
  display: flex;
  flex-wrap: wrap; 
  width: calc(100% - 20px);
  margin: auto;
  align-items: center;
  justify-content: center;
}
  .cards--11 .card {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px; 
    border: solid 1px white;
  }
    .cards--11 .card__icon img {
      max-width: 65px !important; }
    .cards--11 .card__title {
      font-size: 1.8rem !important; }
    .cards--11 .card--style-thumb {
      width: 100%;
      padding: 0px; }
    .cards--11 .card--style-inline {
      width: 100%;
      padding: 0 0 10px 0; }
      .cards--11 .card--style-inline-bg {
        width: calc(100% - 30px);
        padding: 20px 10px 20px 20px; }
      .cards--11 .card--style-inline .card__icon {
        flex: 0 0 40px;
        margin-right: 20px;
        margin-bottom: 0px !important; }
        .cards--11 .card--style-inline .card__icon img {
          max-width: 40px !important; }
      .cards--11 .card--style-inline .card__thumb {
        margin-right: 20px;
        margin-bottom: 0px !important; }
        .cards--11 .card--style-inline .card__thumb img {
          max-width: 60px !important; }
      .cards--11 .card--style-inline .card__details {
        flex-grow: 1;
        padding-right: 10px; }
      .cards--11 .card--style-inline .card__title {
        font-size: 1.6rem !important;
        padding-bottom: 5px; }
      .cards--11 .card--style-inline .card__more {
        flex: 0 0 5px; }
        .cards--11 .card--style-inline .card__more--play {
          flex: 0 0 35px; }
  .cards--12 .card {
    width: calc(50% - 50px);
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px; }
    .cards--12 .card:nth-child(2n+2) {
      margin-right: 0px; }
    .cards--12 .card__title {
      padding-bottom: 5px !important;
      font-size: 1.4rem; }
    .cards--12 .card--style-thumb {
      width: calc(50% - 10px);
      padding: 0px; }
  .cards--13 .card {
    width: calc(33.333% - 28.333px);
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px; }
    .cards--13 .card:nth-child(3n+3) {
      margin-right: 0px; }
    .cards--13 .card__icon img {
      max-width: 34px !important; }
    .cards--13 .card__title {
      font-size: 1.1rem !important;
      padding-bottom: 5px !important; }
    .cards--13 .card--style-cover {
      width: calc(33.333% - 28.333px);
      padding: 10px; }
    .cards--13 .card--style-thumb {
      width: calc(33.333% - 8.333px);
      padding: 0px; }
  .cards--14 .card {
    width: calc(25% - 55px);
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px; }
    .cards--14 .card:nth-child(4n+4) {
      margin-right: 0px; }
    .cards--14 .card__icon img {
      max-width: 16px !important; }
    .cards--14 .card__title {
      font-size: 1.2rem !important;
      padding-bottom: 0px !important; }
    .cards--14 .card--style-thumb {
      width: calc(25% - 15px);
      padding: 0px; }

.card {
  position: relative;
  overflow: hidden; }
  .card__icon {
    margin-bottom: 10px;
    position: relative;
    z-index: 33; }
    .card__icon img {
      display: block;
      max-width: 50px; }
    .card__icon--centered {
      width: 100%;
      text-align: center; }
      .card__icon--centered img {
        margin-left: auto;
        margin-right: auto; }
  .card__thumb {
    margin-bottom: 10px;
    position: relative; }
    .card__thumb img {
      display: block;
      max-width: 100%; }
    .card__thumb--round-corners img {
      border-radius: 15px; }
    .card__thumb--round-corners-full img {
      border-radius: 100%; }
    .card__thumb--round-corners-top img {
      border-top-left-radius: 15px;
      border-top-right-radius: 15px; }
  .card__plan {
    font-size: 3.6rem;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 10px; }
    .card__plan--premium {
      font-size: 4.8rem; }
  .card__title {
    padding-bottom: 10px;
    position: relative;
    z-index: 33; }
    .card__title--centered {
      width: 100%;
      text-align: center; }
    .card__title a {
      color: #fff;
      font-weight: 500; }
  .card__text {
    font-size: 1.2rem;
    position: relative;
    z-index: 333; }
    .card__text--centered {
      width: 100%;
      text-align: center; }
    .card__text a {
      color: #ffffff;
      font-weight: 400; }
  .card__more {
    width: 5px;
    padding: 5px; }
    .card__more a img {
      display: block;
      max-width: 100%; }
  .card__top-left-info {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 88; }
  .card__top-right-info {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 88; }
  .card__bottom-left-info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 88; }
  .card__bottom-right-info {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 88; }
  .card__price {
    padding: 5px 10px;
    font-weight: 600;
    background-color: #fff;
    color: #292467;
    border-radius: 10px; }
    .card__price span {
      text-decoration: line-through;
      opacity: 0.5;
      padding-left: 5px; }
  .card__badge {
    background-color: var(--idcolor);
    height: 25px;
    line-height: 25px;
    left: -30px;
    position: absolute;
    top: 5px;
    width: 100px;
    text-align: center;
    -webkit-transform: rotate(-45deg); 
  }
    .card__badge span {
      color: #fff;
      font-size: 1.2rem;
      font-weight: 600;
      letter-spacing: 1px; }
  .card__addtocart a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .card__addtocart a img {
      display: block;
      max-width: 50%;
      border-radius: 0px !important; }
  .card__gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 11;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), black); }
  .card__details {
    position: relative;
    z-index: 55; }
    .card__details--bg {
      width: calc(100% - 30px);
      padding: 15px;
      background-color: #291f57; }
    .card__details--round-corners-bottom {
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px; }
  .card--style-icon {
    background-color: #291f57; }
  .card--style-round-corners {
    -webkit-border-radius: 15px;
    border-radius: 15px; }
  .card--style-cover .card__title {
    color: #ffffff !important;
    font-weight: 600; }
  .card--style-cover .card__text {
    color: #ffffff !important; }
  .card--style-inline {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .card--style-inline-bg {
      background-color: #291f57; }





.span-100 {
  width:100%; 
  white-space:nowrap;
}      

/* #myorder_nodata,
#allorder_nodata,
#buyorder_nodata,
#sellorder_nodata  {
  display: none;
} */

#marketcap {
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

.card-cap,
.card-coin,
.card-wallet,
.card-history {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #291f57;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #fff; 
}

.card-cap {
  padding: 10px !important;
  margin-bottom: 10px !important;
}

.card-coin {
  flex-wrap: wrap;
}

  .card-coin .no-data,
  .card-wallet .no-data,
  .card-history .no-data   {
    width: 100%;
    padding: 0;
    align-items: center;
    text-align: center;
    color: #b9c2ca;
    opacity: .35;
    font-size: 1rem;
  }
    .card-coin .no-data i,
    .card-wallet .no-data i,
    .card-history .no-data i {
      font-size: 4rem;
      display: block;
      line-height: 0px;
      color: #dce1e5;
      opacity: .25;
    }  


  .card-coin .balance,
  .card-wallet .balance,
  .card-history .balance {
    color: var(--idcolor);
  }

  .card-cap .plus,
  .card-coin .plus,
  .card-wallet .plus,
  .card-history .plus {
    color: var(--pluscolor);
  }
  .card-cap .minus,
  .card-coin .minus,
  .card-wallet .minus,
  .card-history .minus {
    color: var(--minuscolor);
  }

  .card-cap .card-cap__logo {
    width: 40px;
    white-space: nowrap;
    text-align: center;
  }     
    .card-cap .card-cap__logo img {
      height: auto;
      width: 20px;
    }   

  .card-cap .card-cap__label {
    width: 60px;
    font-weight: 600; 
    font-size: 1.1rem;      
    text-align: left;
    white-space: nowrap;
    overflow-x: hidden;
    /* border: solid 1px rgba(255, 255, 255, 0.2); */
  }
    .card-cap .card-cap__label span {
      font-weight: 400; 
      font-size: 1rem;      
    }

  .card-cap .card-cap__price {
    width: calc((100% - 130px)*0.6);
    text-align: right;
    padding-right: 10px;
    font-size: 1.1rem;
    font-weight: 500;
    white-space: nowrap;
  }

  .card-cap .card-cap__chgrate {
    width: calc((100% - 130px)*0.4);
    text-align: right;
    padding-right: 10px;
    font-size: 1.1rem;
    font-weight: 500;
    white-space: nowrap;
  }  

    .card-cap .card-cap__price span,
    .card-cap .card-cap__chgrate span {
      font-size: 1rem;
      font-weight: 400;
    }  

    .card-cap .card-cap__price small,
    .card-cap .card-cap__chgrate small {
      font-size: 0.9rem;
      font-weight: 300;
      opacity: 0.8;
      margin-left: 2px;
    }      

  .card-cap .card-cap__form {
    text-align: center; 
    width: 30px;
    opacity: .8;
  }      
      .card-cap .card-cap__form img {
        height: 15px;
        width: auto;
      }   
      .card-cap .card-cap__form.disable {
        opacity: 0.2;
      }




  .card-coin .card-coin__logo {
    /* display: flex;
    align-items: right;  */
    text-align: center !important;
    width: 40px;
    /* border: solid 1px white; */
  }  

  .card-coin .card-coin__text {
    display: flex;
    width: 80px;
    white-space: nowrap;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: left;
    /* border: solid 1px white;  */
  }

  .card-wallet .card-wallet__logo,
  .card-history .card-history__logo {
    display: flex;
    align-items: center; 
    /* width: auto; */
    width: 80px;    
  }
    .card-coin .card-coin__logo img,
    .card-wallet .card-wallet__logo img {
      height: auto;
      width: 20px;
    }

    .card-history .card-history__logo img {
      display: block;
      height: 20px;
      width: 20px;
      margin-right: 5px; 
    }    

    .card-coin .card-coin__logo span {
      font-weight: 400; 
      font-size: 1rem;
    }
      .card-coin .card-coin__logo b.minus,
      .card-coin .card-coin__logo b.plus {      
        display: block;
        margin-top: 3px;
        font-weight: 500;
        font-size: 1.1rem; 
      }

    .card-wallet .card-wallet__logo span,
    .card-wallet .card-wallet__logo span,
    .card-history .card-history__logo span,
    .card-history .card-history__logo span {
      font-weight: 300; 
    }
      .card-wallet .card-wallet__logo span b,
      .card-wallet .card-wallet__logo span b 
      .card-history .card-history__logo span b,
      .card-history .card-history__logo span b {      
        display: block;
        font-weight: 500;
        font-size: 1.1rem; 
      }

  .card-coin .card-coin__price,
  .card-coin .card-coin__amount {
    display: flex;
    text-align: right; 
    width: calc((100% - 150px)*0.6);
    line-height: 0.9;
    white-space: nowrap;
    padding-right: 10px;
    /* border: solid 1px white; */
  }

  .card-coin .card-coin__amount {
     width: calc((100% - 150px)*0.4);
  }

    .card-coin .card-coin__price small,
    .card-coin .card-coin__amount small {
      font-weight: 400 !important;
      font-size: 1rem !important;
      opacity: .9 !important;
      margin-left: 2px;
    }  

  .card-wallet .card-wallet__address,
  .card-wallet .card-wallet__balance {
    display: flex;
    white-space: nowrap;
    /* border: solid 1px white; */
  }

  .card-wallet .card-wallet__address {
    text-align: center !important;
    width: auto;
    min-width: 120px;  
    overflow: hidden;
  }

  .card-wallet .card-wallet__balance {
    text-align: right !important; 
    width: auto;
    min-width: 80px;  
    margin-right: 5px;
    font-weight: 500; 
    font-size: 1.2rem;
  }
    .card-wallet .card-wallet__balance .unit {
      font-weight: 300; 
      font-size: 1rem;
      opacity: 0.7;
    }

  .card-history .card-history__amount {
    text-align: right !important; 
    width: auto;
    min-width: 80px;  
    margin-right: 5px;
    font-size: 1.2rem;
  }    
    .card-history .card-history__amount .unit {
      font-weight: 300; 
      font-size: 1rem;
      opacity: 0.7;
    }

  .card-history .card-history__address {
    text-align: center !important;
    width: auto;
    min-width: 80px;  
    overflow: hidden;
  }

  /* .card-coin .card-coin__price span,
  .card-coin .card-coin__amount span {
    font-size: 1rem;
    white-space: nowrap;
  } */

  .card-coin .card-coin__price span .sub,
  .card-coin .card-coin__amount span .sub {
    font-weight: 300; 
    opacity: 0.5;
    font-size: 0.8rem;
    white-space: nowrap;    
  }

  .card-coin .card-coin__price small,
  .card-coin .card-coin__amount small {
      font-weight: 400 !important;
      font-size: 1rem !important;
      opacity: .7 !important;
      margin-left: 2px;
  }  
  
  .card-coin .card-coin__price b,
  .card-coin .card-coin__amount b {
    display: block;
    margin-top: 3px;
    font-weight: 600; 
    font-size: 1.2rem !important;
    white-space: nowrap;
  }

  .card-coin .card-coin__amount span b img {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin-right: 3px;
  }

  .card-wallet .card-wallet__address .clip img {
    width: auto;
    height: 12px !important;
    cursor: pointer;
    opacity: 0.7;
  }
  .card-wallet .card-wallet__address .clip img:hover {
    opacity: 1;
  }  

  .card-history .card-history__address .clip img {
    width: auto;
    height: 12px !important;
    cursor: pointer;
    opacity: 0.7;
  }  





  .card-history .card-history__date {
    font-weight: 300; 
    font-size: 1rem;
    opacity: .7;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
  }

  .card-coin .card-coin__form,
  .card-wallet .card-wallet__form {
    text-align: center; 
    width: 30px;
    cursor: pointer;
    opacity: .8;
    /* border: solid 1px white; */
  }
    .card-coin .card-coin__form a,
    .card-wallet .card-wallet__form a {
      color: #fff;
    }


    .card-coin .card-coin__form img,    
    .card-wallet .card-wallet__form img{
      height: 15px !important;
      width: auto;
      cursor: pointer;
    }
    .card-coin .card-coin__form:hover,
    .card-wallet .card-wallet__form:hover {
      opacity: 1;
    }    

    .card-coin .card-coin__form.disabled {
      opacity: .3 !important;
      cursor: default !important;
    }   

  .card-coin .card-coin__comment {
    /* display: flex; */
    width: 100%;
    border-top: 1px rgba(255, 255, 255, 0.2) solid;
    justify-content: space-between;
    flex-flow: row-reverse;
    white-space: nowrap;
    margin-top: 12px;
    margin-bottom: 4px;
    padding-top : 8px;
  }

  .card-coin .card-coin__comment .comment_div {
    display: inline-flex;
    width: 50%;
    vertical-align: bottom;
    padding: 4px 12px;
    /* border: solid 1px rgba(255, 255, 255, 0.2); */
  }

  .card-coin .card-coin__comment .comment_btn {
    display: inline-flex;
    width: 50%;
    align-items: center;
    justify-content: center;
    margin: auto;    
    text-align: center;
    padding-bottom: 4px;
    /* padding-right: 20px; */
    /* vertical-align: middle; */
    /* border: solid 1px #fff; */
  }  

  .card-coin .card-coin__comment .memlevel {
    color: var(--balancecolor);
    /* display: inline-flex; */
    /* position: absolute;
    left: 5px; */
    font-size: 1.2rem;;
    display: block;
    width: 100%;
    text-align: right;
  }

  .card-coin .card-coin__comment .memrate {
    color: var(--balancecolor);
    font-size: 1rem;
    text-align: right;
    margin-top: 5px;
    /* margin-left: 10px; */
    /* opacity: .8; */
    display: block;
    width: 100%;
    /* border: solid 1px rgba(255, 255, 255, 0.2); */
  }

  .card-coin .card-coin__comment .meminfo {
    text-align: right;
    /* margin-left: 10px; */
    /* display: block; */
    /* margin-top: 5px; */
  }  

  .card-coin .card-coin__comment .userid {
    font-weight: 300;
    font-size: 0.9rem;
    opacity: .8;
    color: #fff;
  } 
  .card-coin .card-coin__comment div .userid img {
    width: auto;
    height: 10px;
    opacity: .8;
    margin-right: 1px;
    margin-bottom: -2px !important;
  }   

  .card-coin .card-coin__comment .openchat img {
    width: 18px;
    height: 18px;
    margin-left: -5px;
    margin-right: 5px;
    margin-bottom: -5px !important;
    opacity: .9;
  }     

  
  .card-coin .card-coin__comment div .rate{
    background: url(/cx_asset/images/star_bg03.png) no-repeat 100%;
    width: 86px;
    height: 14px;
    position: relative;
    margin-left: 12px;
  }
  .card-coin .card-coin__comment div .rate span{
    position: absolute;
    background: url(/cx_asset/images/star03.png);
    width: auto;
    height: 14px;
    opacity: 1;
  }

  .card-coin .card-coin__comment div .date {
    opacity: .5;
    font-size: 0.9rem;
    margin-left: 5px;
    /* float: right; */
    color:#fff;
    /* margin-top: 3px; */
  }  


/*===============================================*/
/* 10. SLIDERS-------- */
/*===============================================*/
.slider-intro {
  width: 100%;
  height: 100%; }
  .slider-intro__slide {
    width: 100%; }
  .slider-intro .caption {
    width: calc(100% - 80px);
    padding: 0 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff; }
    .slider-intro .caption__title {
      font-weight: 400;
      color: #fff; }
      .slider-intro .caption__title b {
        font-weight: 600; }
    .slider-intro .caption__image {
      width: 100%;
      text-align: center;
      padding-bottom: 40px; }
      .slider-intro .caption__image img {
        display: block;
        max-width: 100%;
        margin: auto; }
  .slider-intro__skip {
    position: absolute;
    bottom: 50px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 888;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: 600; }
    .slider-intro__skip a {
      color: #fff; }
  .slider-intro__prev {
    right: 40px;
    left: auto;
    top: auto;
    bottom: 50px; }
    .slider-intro__prev::after {
      font-size: 2rem;
      color: #fff; }
  .slider-intro__next {
    right: 10px;
    left: auto;
    top: auto;
    bottom: 50px; }
    .slider-intro__next::after {
      font-size: 2rem;
      color: #fff; }
  .slider-intro__pagination.swiper-pagination-bullets {
    bottom: 10px; }
    .slider-intro__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
      width: 10px;
      height: 1px;
      margin: 0 2px;
      border-radius: 0;
      background: #fff;
      opacity: .4; }
      .slider-intro__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
        background: #fff;
        opacity: 1; }

.slider-simple {
  width: 100%;
  height: 300px; }
  .slider-simple--heigher {
    height: 350px; }
  .slider-simple--vw-width {
    width: 100vw;
    margin-left: -20px; }
  .slider-simple--full-height {
    height: 100%; }
  .slider-simple--round-corners {
    border-radius: 15px; }
  .slider-simple__slide {
    width: 100%; }
  .slider-simple .caption {
    width: calc(100% - 40px);
    padding: 0 20px 10px 20px;
    height: calc(100% - 20px);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
    color: #fff; }
    .slider-simple .caption--gradient {
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)); }
    .slider-simple .caption--centered {
      align-items: center;
      justify-content: center;
      text-align: center; }
    .slider-simple .caption__title {
      font-weight: 300;
      color: #fff;
      font-size: 3.2rem;
      line-height: 1; }
      .slider-simple .caption__title strong {
        font-weight: 900;
        display: block; }
      .slider-simple .caption__title span {
        font-weight: 600; }
      .slider-simple .caption__title--centered {
        font-size: 2.4rem;
        line-height: 1.5; }
      .slider-simple .caption__title a {
        color: #fff; }
  .slider-simple__prev {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: 0px;
    margin-right: 10px; }
    .slider-simple__prev::after {
      font-size: 1.6rem;
      color: #fff; }
  .slider-simple__next {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: 0px; }
    .slider-simple__next::after {
      font-size: 1.6rem;
      color: #fff; }
  .slider-simple__pagination.swiper-pagination-bullets {
    bottom: 10px; }
    .slider-simple__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
      width: 10px;
      height: 1px;
      margin: 0 2px;
      border-radius: 0;
      background: #fff;
      opacity: .4; }
      .slider-simple__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
        background: #fff;
        opacity: 1; }

.slider-cover {
  width: 100%;
  padding-bottom: 20px; }
  .slider-cover--round-corners .slider-cover__slide {
    border-radius: 15px; }
  .slider-cover__slide {
    width: 100%;
    position: relative; }
    .slider-cover__slide--34 {
      width: 85%;
      height: 200px; }
    .slider-cover__slide--1h {
      width: 66%;
      height: 250px; }
    .slider-cover__slide--2 {
      width: calc(50% - 5px);
      height: 200px; }
    .slider-cover__slide--2h {
      width: 38%;
      height: 200px; }
    .slider-cover__slide--3 {
      width: calc(33.33% - 6.666px);
      height: 150px; }
    .slider-cover__slide--3h {
      width: 38%;
      height: 200px; }
  .slider-cover .caption {
    width: calc(100% - 30px);
    padding: 0 15px 0 15px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
    color: #fff; }
    .slider-cover .caption--gradient {
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)); }
    .slider-cover .caption__title {
      font-weight: 300;
      color: #fff;
      font-size: 1.8rem;
      line-height: 1.1; }
      .slider-cover .caption__title strong {
        font-weight: 900;
        display: block; }
      .slider-cover .caption__title--smaller {
        font-size: 1.4rem;
        line-height: 1; }
      .slider-cover .caption__title--centered {
        text-align: center; }
      .slider-cover .caption__title--news {
        font-weight: 400;
        line-height: 1.5;
        padding: 0 0 10px 0;
        font-size: 1.6rem; }
        .slider-cover .caption__title--news a {
          color: #fff; }
  .slider-cover__more {
    position: absolute;
    top: 10px;
    right: 10px; }
    .slider-cover__more a {
      display: block;
      width: 30px;
      height: 30px;
      background-color: #292467;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .slider-cover__more a img {
        display: block;
        width: 16px; }
  .slider-cover__prev {
    position: relative;
    right: auto;
    left: auto;
    top: 10px;
    bottom: 0px;
    margin-right: 10px; }
    .slider-cover__prev::after {
      font-size: 1.6rem;
      color: #fff; }
  .slider-cover__next {
    position: relative;
    right: auto;
    left: auto;
    top: 10px;
    bottom: 0px; }
    .slider-cover__next::after {
      font-size: 1.6rem;
      color: #fff; }
  .slider-cover__pagination.swiper-pagination-progressbar {
    width: 100%;
    height: 1px;
    left: 0;
    top: auto !important;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.2); }
    .slider-cover__pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      background: rgba(255, 255, 255, 0.35); }

.slider-portfolio {
  width: calc(100% - 20px);
  padding-bottom: 20px; 
}
  .slider-portfolio--round-corners .slider-portfolio__slide {
    border-radius: 15px; 
  }
  .slider-portfolio__slide {
    width: 100%;
    background-color: #291f57;
    position: relative; 
  }
    .slider-portfolio__slide--34 {
      width: 75%; 
    }
    .slider-portfolio__slide--1h {
      width: 60%; 
      max-width: var(--chart_maxw);
      min-width: var(--chart_minw);
    }
    .slider-portfolio__slide--2 {
      width: calc(50% - 5px); 
    }
    .slider-portfolio__slide--2h {
      width: 38%; 
    }
    .slider-portfolio__slide--3 {
      width: calc(33.33% - 6.666px); 
    }
    .slider-portfolio__slide--3h {
      width: 38%; 
    }
  .slider-portfolio .caption {
    width: calc(100% - 10px);
    padding: 15px;
    color: #fff; 
    margin: 0 auto;
  }
    .slider-portfolio .caption a {
      color: #fff; }
    .slider-portfolio .caption__title {
      display: flex;
      align-items: center;
      font-weight: 400;
      color: #fff;
      font-size: 1.2rem;
      /* line-height: 1.1; */
      padding: 0; 
    }
      .slider-portfolio .caption__title img {
        /* display: block; */
        width: 20px; 
      }
      .slider-portfolio .caption__title span {
        padding-left: 2px; 
        font-size: 1rem;
        opacity: .8;
      }
      .slider-portfolio .caption__title b {
        padding-left: 5px;
        font-size: 1.1rem;
        font-weight: 600; 
      }
    .slider-portfolio .caption__chart {
      width: 100%;
      padding: 0 5px;       
      align-items: center;
      margin: 0 auto;
      /* border: solid 1px white; */
    }
    .slider-portfolio .caption__chart .canvas {
      width: 90%;
      height: 60px;
      /* max-height: 140px; */
      /* border: solid 1px black; */
    }
    .slider-portfolio .caption__info {
      display: flex;
      width: 100%;
      justify-content: space-between; }
      .slider-portfolio .caption__info span {
        font-weight: 500;
        font-size: 1.1rem; 
      }
      .slider-portfolio .caption__info b {
        font-weight: 600;
      }
      .slider-portfolio .caption__info sub {
        font-weight: 300;
        font-size: 1rem;
      }
      .slider-portfolio .caption__info .plus {
        color: var(--pluscolor);
      }
      .slider-portfolio .caption__info .minus {
        color: var(--minuscolor);
      }
  .slider-portfolio__more {
    position: absolute;
    top: 10px;
    right: 10px; }
    .slider-portfolio__more a {
      display: block;
      width: 30px;
      height: 30px;
      background-color: #fff;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .slider-portfolio__more a img {
        display: block;
        width: 16px; }
  .slider-portfolio__prev {
    position: relative;
    right: auto;
    left: auto;
    top: 10px;
    bottom: 0px;
    margin-right: 10px; }
    .slider-portfolio__prev::after {
      /* font-size: 1.6rem; */
      font-size: inherit;
      color: #fff; }
  .slider-portfolio__next {
    position: relative;
    right: auto;
    left: auto;
    top: 10px;
    bottom: 0px; }
    .slider-portfolio__next::after {
      /* font-size: 1.6rem; */
      font-size: inherit;
      color: #fff; }
  .slider-portfolio__pagination.swiper-pagination-progressbar {
    width: 100%;
    height: 1px;
    left: 0;
    top: auto !important;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.2); }
    .slider-portfolio__pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      background: rgba(255, 255, 255, 0.35); }

.slider-thumbs {
  width: 100%;
  padding-bottom: 20px; }
  .slider-thumbs__slide {
    width: 100%;
    height: auto !important;
    position: relative; }
    .slider-thumbs__slide--1h {
      width: 66%; }
    .slider-thumbs__slide--2 {
      width: calc(50% - 5px); }
    .slider-thumbs__slide--2h {
      width: 38%; }
    .slider-thumbs__slide--3 {
      width: calc(33.33% - 6.666px); }
    .slider-thumbs__slide--3h {
      width: 26%; }
    .slider-thumbs__slide--4 {
      width: calc(25% - 7.5px); }
    .slider-thumbs__slide--4h {
      width: 20%; }
  .slider-thumbs__image {
    position: relative;
    overflow: hidden; }
    .slider-thumbs__image img {
      display: block;
      max-width: 100%; }
    .slider-thumbs__image--round-corners img {
      border-radius: 15px; }
    .slider-thumbs__image--round-corners-top img {
      border-top-left-radius: 15px;
      border-top-right-radius: 15px; }
    .slider-thumbs__image--round-corners-full img {
      border-radius: 100%; }
    .slider-thumbs__image .active-user {
      display: block;
      width: 10px;
      height: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #55c709;
      border: 2px #fff solid;
      position: absolute;
      top: 2px;
      right: 5px;
      z-index: 999; }
  .slider-thumbs__icon {
    background-color: #291f57; }
    .slider-thumbs__icon--round-corners {
      border-radius: 15px; }
    .slider-thumbs__icon img {
      display: block;
      max-width: 40%;
      margin: auto;
      padding: 20px 0; }
  .slider-thumbs .caption {
    padding: 10px 0;
    text-align: left;
    color: #291f57; }
    .slider-thumbs .caption--bg {
      background-color: #291f57;
      width: calc(100% - 30px);
      padding: 15px; }
    .slider-thumbs .caption--round-corners-bottom {
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px; }
    .slider-thumbs .caption__title {
      font-weight: 500;
      font-size: 1.6rem;
      line-height: 1.1;
      padding-bottom: 0px; }
      .slider-thumbs .caption__title strong {
        font-weight: 900;
        display: block; }
      .slider-thumbs .caption__title--smaller {
        font-size: 1.2rem;
        line-height: 1.2; }
      .slider-thumbs .caption__title--centered {
        text-align: center; }
    .slider-thumbs .caption__category {
      display: inline-block;
      background-color: var(--idcolor);
      color: #000;
      font-size: 1rem;
      padding: 5px 10px;
      margin: 5px 0 0 0;
      border-radius: 10px;
      font-weight: 600;
      letter-spacing: 1px; 
    }
  .slider-thumbs__more {
    position: absolute;
    top: 10px;
    right: 10px; }
    .slider-thumbs__more a {
      display: block;
      width: 30px;
      height: 30px;
      background-color: #292467;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .slider-thumbs__more a img {
        display: block;
        width: 16px; }
  .slider-thumbs__top-left-info {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 22;
    padding: 0 0 0 0; }
  .slider-thumbs__top-right-info {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 22;
    padding: 10px 10px 0 0; }
  .slider-thumbs__bottom-left-info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 22;
    padding: 0 0 0 0; }
  .slider-thumbs__bottom-right-info {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 0 10px 10px 0;
    z-index: 22; }
  .slider-thumbs__price {
    padding: 5px 10px;
    font-weight: 600;
    font-size: 1.6rem;
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .slider-thumbs__price span {
      text-decoration: line-through;
      opacity: 0.5;
      padding-left: 5px; }
  .slider-thumbs__addtocart a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .slider-thumbs__addtocart a img {
      display: block;
      max-width: 50%;
      border-radius: 0px !important; }
  .slider-thumbs__badge {
    background-color: var(--idcolor);
    height: 25px;
    line-height: 25px;
    left: -30px;
    position: absolute;
    top: 5px;
    width: 100px;
    text-align: center;
    -webkit-transform: rotate(-45deg); }
    .slider-thumbs__badge span {
      color: #000;
      font-size: 1.2rem;
      font-weight: 600;
      letter-spacing: 1px; }
  .slider-thumbs__prev {
    position: relative;
    right: auto;
    left: auto;
    top: 10px;
    bottom: 0px;
    margin-right: 10px; }
    .slider-thumbs__prev::after {
      font-size: 1.6rem;
      color: #fff; }
  .slider-thumbs__next {
    position: relative;
    right: auto;
    left: auto;
    top: 10px;
    bottom: 0px; }
    .slider-thumbs__next::after {
      font-size: 1.6rem;
      color: #fff; }
  .slider-thumbs__pagination.swiper-pagination-progressbar {
    width: 100%;
    height: 1px;
    left: 0;
    top: auto !important;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.2); }
    .slider-thumbs__pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      background: rgba(255, 255, 255, 0.35); }

.slider-links {
  width: 100%;
  padding: 10px 0 20px 0; }
  .slider-links__slide {
    width: auto;
    height: auto !important;
    position: relative; }
    .slider-links__slide .caption {
      padding: 10px 0;
      text-align: left;
      color: #291f57; }
      .slider-links__slide .caption__link {
        font-weight: 900;
        font-size: 1.4rem;
        line-height: 1.1;
        padding-bottom: 0px; }
        .slider-links__slide .caption__link a {
          background-color: #291f57;
          color: #fff;
          border-radius: 25px;
          padding: 10px 20px; }
  .slider-links.slider-init-top .swiper-slide-active .caption__link a {
    background-color: var(--idcolor);
    color: #000; 
  }
  .slider-links__prev {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: 0px;
    margin-right: 10px; }
    .slider-links__prev::after {
      font-size: 1.6rem;
      color: #fff; }
  .slider-links__next {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: 0px; }
    .slider-links__next::after {
      font-size: 1.6rem;
      color: #fff; }
  .slider-links__pagination.swiper-pagination-progressbar {
    width: 100%;
    height: 1px;
    left: 0;
    top: auto !important;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.1); }
    .slider-links__pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      background: rgba(255, 255, 255, 0.25); }

/*===============================================*/
/* 11. CUSTOM PAGES */
/*===============================================*/
/* 11-1. PAGE - INTRO */
/*========================*/
.page--intro {
  height: 100%;
  background-color: var(--bgcolor); 
}

.text-animation {
  width: 250px;
  margin: auto;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 10%, white 50%, rgba(255, 255, 255, 0) 90%);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 100% 250px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-animation: stripes 3s linear infinite;
  animation: stripes 3s linear infinite; }

@-webkit-keyframes stripes {
  100% {
    background-position: 250px 0; } }

@keyframes stripes {
  100% {
    background-position: 250px 0; } }

/* 11-1. PAGE - SPLASH */
/*========================*/
/* .page--splash {
  background-color: var(--bgcolor); 
} */

.splash {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: auto;
}
  .splash .splash__content {
    width: 100%;
    max-width: var(--content_maxw);
    min-width: var(--content_minw);
    margin: auto;  
  }
    .splash .splash__content .splash__image {
      width: 100%;
      margin-bottom: 5px;
      text-align: center; 
    }
      .splash .splash__content .splash__image img {
        width: 30%;
        max-width: var(--logo_maxw); 
        min-width: var(--logo_minw); 
      }

    .splash .splash__content .splash__text {
      width: 70%;
      text-align: center;
      color: #fff;
      opacity: 0.8;
      font-size: 1.2rem;
      margin: 0 auto 30px auto;
    }
    .splash .splash__content .splash__buttons {
      display: flex;
      width: 50% !important;
      max-width: var(--login_maxw); 
      min-width: var(--login_minw); 
      margin: auto; 
      margin-bottom: 10px;
    }
  
    .splash .splash__content .splash__social-login {
      width: 100%;
      text-align: center; 
    }
      .splash .splash__content .splash__social-login p {
        text-transform: uppercase;
        color: #fff;
        font-size: 1.1rem;
        font-weight: 600;
      }
        .splash .splash__content .splash__social-login p a {
            opacity: 0.8; 
        }

    .splash .splash__content .splash__social-icons {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      margin-top: 40px; 
      margin-bottom: 10px;
    }

/* 11-3. PAGE - LOGIN */
/*========================*/
.page--login {
  height: 100%;
  background-color: var(--bgcolor); 
}

.login {
  display: block;
  width: 100%;
  padding-top: 120px;
}
  .login__content {    
    display: block;
    width: calc(100% - 80px);
    align-items: center;
    justify-content: center;
    max-width: var(--login_maxw);
    min-width: var(--login_minw);
    margin: auto; 
    padding-top: 50px;
  }
  .login__title {
    width: 100%;
    text-align: left;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding: 0px; 
  }
  .login__text {
    width: 70%;
    text-align: center;
    color: #fff;
    margin: 0 auto 40px auto;
    line-height: 1.5; 
  }

.howto-div,
.login-form {
  width: calc(100% - 40px);
  margin: auto; 
}

.howto-div h3 {
  font-size: 16px; 
}
  .login-form__row {
    width: 100%;
    margin-bottom: 10px; 
  }
  .login-form__label {
    width: 100%;
    display: block;
    padding-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 400; 
    opacity: .8;
  }
  .login-form label.error {
    color: #ffbde1;
    /* color: orangered; */
    padding: 10px 0 0 5px;
    /* font-size: 1rem; */
    /* font-weight: 600; */
   }

  .login-form__input {
    width: 100%;
    /* calc(100% - 20px); */
    border: none;
    background-color: transparent;
    padding: 10px 10px;
    border-radius: 0px;
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
    color: #fff; 
    font-size: 1.1rem;
    font-weight: 500;
  }
  .login-form__submit {
    margin-top: 20px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none; }
  .login-form__forgot-pass {
    width: 100%;
    text-align: right; }
    .login-form__forgot-pass a {
      color: #fff;
      font-weight: 500;
      font-size: 1rem; 
      opacity: .9;
    }
  .login-form__bottom {
    width: 100%;
    text-align: center;
    /* margin-top: 20px;  */
  }
    .login-form__bottom p {
      color: #fff;
      font-size: 1rem;
      padding-bottom: 20px; 
      opacity: .8;
    }
      .login-form__bottom p a {
        color: var(--linkcolor);
        font-size: 1.2rem;
        font-weight: 600;
        opacity: .9;
      }

.icon {
  display: block; }
  .icon--social {
    width: 20px;
    height: 20px;
    margin: 0 10px; }
    .icon--social img {
      display: block;
      max-width: 100%; }

 
/*===============================================*/
/* 15. FORMS */
/*===============================================*/
.form {
  margin: auto; 
}

  .form label {
    font-size: 1rem; 
    opacity: .8;
    text-transform: uppercase;
  }
  .form label.error {
    color: #f65656;
    padding: 10px 0 0 5px;
    font-size: 1rem; 
  }

  .form h5 {
    font-size: 1.1rem; 
    opacity: .7;
    text-transform: uppercase;
  }

  .form__row {
    width: 100%;
    margin-top: 10px; 
    margin-bottom: 20px;
  }

  .form__row2 {
    width: 100%;
    margin-top: 10px; 
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 10px;
  }  

  .form__label {
    width: 100%;
    display: block;
    padding-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: 600; 
  }

  .form__input {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 10px 10px;
    border-radius: 0px;
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
    color: #fff; 
    font-size: 1.2rem;
    font-weight: 500;
  }
    .form__input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #fff;
      opacity: 0.25;
      font-size: 1rem;
      /* Firefox */ 
    }
    .form__input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #fff;
      opacity: 0.25;
      font-size: 1rem;
    }
    .form__input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #fff;
      opacity: 0.25;
      font-size: 1rem;
    }

    .form__input.address {
      font-size: 1rem;
      font-weight: 400;
    }

    .form__input--12,
    .cols--12 {
      width: calc(50%); 
    }
    .form__input--13,
    .cols--13  {
      width: calc(100% / 3); 
    }
    .form__input--23,
    .cols--23  {
      width: calc((100% / 3 ) * 2); 
    }
    .form__input--14,
    .cols--14  {
        width: calc(100% / 4); 
    }   
    .form__input--24,
    .cols--24  {
        width: calc(100% / 4 * 2); 
    }          
    .form__input--34,
    .cols--34  {
      width: calc((100% / 4 ) * 3); 
    }      
    .form__input--15,
    .cols--15  {
        width: calc(100% / 5); 
    }
    .form__input--25,
    .cols--25  {
        width: calc(100% / 5 * 2); 
    }
    .form__input--35,
    .cols--35  {
        width: calc(100% / 5 * 3); 
    }
    .form__input--45,
    .cols--45  {
        width: calc(100% / 5 * 4); 
    }
    .form__input--16,
    .cols--16  {
        width: calc(100% / 6); 
    }
    .form__input--26,
    .cols--26  {
        width: calc(100% / 6 * 2); 
    }
    .form__input--36,
    .cols--36  {
        width: calc(100% / 6 * 3); 
    }
    .form__input--46,
    .cols--46  {
        width: calc(100% / 6 * 4); 
    }
    .form__input--56,
    .cols--56  {
        width: calc(100% / 6 * 5); 
    }    

    .form__input--17,
    .cols--17  {
        width: calc(100% / 7); 
    }
    .form__input--27,
    .cols--27  {
        width: calc(100% / 7 * 2); 
    }
    .form__input--37,
    .cols--37  {
        width: calc(100% / 7 * 3); 
    }
    .form__input--47,
    .cols--47  {
        width: calc(100% / 7 * 4); 
    }
    .form__input--57,
    .cols--57  {
        width: calc(100% / 7 * 5); 
    }    
    .form__input--67,
    .cols--67  {
        width: calc(100% / 7 * 6); 
    }    

    .form__input--18,
    .cols--18  {
        width: calc(100% / 8); 
    }
    .form__input--28,
    .cols--28  {
        width: calc(100% / 8 * 2); 
    }
    .form__input--38,
    .cols--38  {
        width: calc(100% / 8 * 3); 
    }
    .form__input--48,
    .cols--48  {
        width: calc(100% / 8 * 4); 
    }
    .form__input--58,
    .cols--58  {
        width: calc(100% / 8 * 5); 
    }    
    .form__input--68,
    .cols--68  {
        width: calc(100% / 8 * 6); 
    }  
    .form__input--88,
    .cols--88  {
        width: calc(100% / 8 * 8); 
    }      


  .form__textarea {
    width: 100%;
    height: 60px;
    border: none;
    background-color: transparent;
    padding: 18px 10px;
    border-radius: 0px;
    font-weight: 400;
    font-size: 1.1rem;
    color: #fff;
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid; 
  }
    .form__textarea::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #fff;
      opacity: 0.25;
      font-size: 1rem;
      /* Firefox */ }
    .form__textarea:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #fff;
      opacity: 0.25;
      font-size: 1rem;
    }
    .form__textarea::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #fff;
      opacity: 0.25;
      font-size: 1rem; 
    }
    .form__textarea.h100 {
      height: 100px !important;
    }   


    #search_form {
      white-space: nowrap;
    }
    .searchform__input {
      width: auto;
      /* min-width: 80px; */
      padding: 10px;
      border: 1px rgba(255, 255, 255, 0.3) solid; 
      background-color: transparent;
      border-radius: 10px;
      color: #fff; 
      font-size: 1rem;
      font-weight: 400;
    }
      .searchform__input::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 0.25;
        font-size: 1rem;
        /* Firefox */ 
      }

      .button--search {
        font-size: 1rem;
        background-color: var(--pluscolor);
        padding: 8px 12px; 
        border-radius: 8px;
        font-weight: 500;
      }  

    .datepicker .searchform__input {
      width: 95px !important;
    }
    .datepicker.dropdown-menu {
      padding: 10px !important;
    }
    .datepicker.dropdown-menu table td {
      font-size: 1rem !important;
      padding: 3px !important;
      cursor: pointer;
    }
    .datepicker.dropdown-menu table td:hover{
        color: #000 !important;
        font-weight: 500 !important;
        background-color: #dde !important;
    }

  .searchform__select {
    padding: 0px 0 0px 5px;
    width: 80px;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
    background-color: transparent;
    background-image: url(/cx_asset/images/icons/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 12px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    border: 1px rgba(255, 255, 255, 0.3) solid; 
  }
    .searchform__select select {
      padding: 10px 0 5px 10px;
      width: calc(100% - 5px);
      margin: 0 0 5px 0;
      border: none;
      color: #fff;
      box-shadow: none;
      font-weight: 400;
      font-size: 1rem;
      background-color: transparent;
      background-image: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; 
    }

    
  .form__select {
    padding: 0;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 0px;
    background-color: transparent;
    background-image: url(/cx_asset/images/icons/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 16px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid; 
  }
    .form__select select {
      padding: 18px 0 10px 5px;
      width: calc(100% - 5px);
      margin: 0 0 5px 0;
      border: none;
      color: #fff;
      box-shadow: none;
      font-weight: 500;
      font-size: 1.2rem;
      background-color: transparent;
      background-image: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; 
    }

  .form__select_small {
    padding: 0;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 0px;
    background-color: transparent;
    background-image: url(/cx_asset/images/icons/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 12px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid; 
  }
    .form__select_small select {
      padding: 10px 0 6px 5px;
      width: calc(100% - 5px);
      margin: 0 0 5px 0;
      border: none;
      color: #fff;
      box-shadow: none;
      font-weight: 500;
      font-size: 1rem;
      background-color: transparent;
      background-image: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; 
    }    

    .input-inner {
      position: relative;
    }
    .input-inner .input-inner_tail {
      position: absolute;
      bottom: 12px;
      right: 10px;
      opacity: .7;
      font-size: 1rem;
      font-weight: 500;
    }  
    .input-inner .input-inner_head {
      position: absolute;
      bottom: 12px;
      left: 10px;
      opacity: .8;
      font-size: 1.2rem;
      font-weight: 600;
    }  
    .input-inner .input-inner_head small {
      font-size: 1rem;
      font-weight: 400;
    }      
    

    .input-inner .input--head {
      text-align: left;
      padding-left: 80px;
    }   
    
    .input-inner .input--tail {
      text-align: right;
      padding-right: 60px;
    }  
    
    .input-inner .input--tail-left {
      text-align: left;
    }      

    #withdrawal_amount {
      text-align: right;
      padding-right: 60px;
    }

    .form__coin-icon {
      display: flex;
      align-items: center; 
    }
      .form__coin-icon img {
        width: auto;
        height: 20px; 
      }
      .form__coin-icon span {
        font-size: 1.2rem;
        font-weight: 400;
        padding-left: 5px; 
      }

  .form__coin-total {
    font-size: 2.4rem;
    font-weight: 600; 
    color: var(--coincolor);
    margin-bottom: 15px;
  }
    .form__coin-total small {
      font-size: 2rem;
      font-weight: 500; 
      opacity: .8;
    }


  .form__order-total {
    font-size: 1.6rem;
    font-weight: 600; 
    color: var(--coincolor) !important;
    margin-bottom: 15px;
  }  

  .form__coin-comment {
    font-size: 1rem;
    font-weight: 400; 
    color: #dde;
    margin-bottom: 5px;
    line-height: 1.2;
  }  
  .form__coin-comment span{
    font-size: 1.1rem;
    font-weight: 500; 
    color: #fff;
    margin-left: 13px;
  }  

  .form__coin-amount {
    font-size: 1rem;
    font-weight: 400; 
    color: #dde;
    margin-bottom: 5px;
    /* line-height: 1.3; */
  }  
  .form__coin-amount #withdrawal_total{
    font-size: 1.3rem !important;
    font-weight: 600; 
    color: var(--idcolor);
    margin-left: 10px;
  }  
  .form__coin-amount #withdrawal_total_kr{
    font-size: 1.1rem !important;
    font-weight: 500; 
    color: var(--idcolor);
    /* margin-left: 10px; */
  }    


  .form__submit {
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none; 
  }

.radio-option {
  width: auto;
  display: inline-block;
  padding: 0;
  margin: 0 10px 10px 0;
  cursor: pointer; }
  .radio-option label {
    cursor: pointer;
    display: block;
    padding: 15px 20px;
    background-color: transparent;
    border: 1px var(--idcolor) solid;
    color: var(--idcolor);
    text-align: left;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 10px; }
    .radio-option label span {
      color: #291f57;
      font-weight: 600; }
  .radio-option input[type="radio"] {
    display: none; }
  .radio-option input[type="radio"]:checked + label {
    background-color: var(--idcolor);
    color: #000; }
    .radio-option input[type="radio"]:checked + label span {
      color: #000; }
  .radio-option--full {
    width: 100%;
    margin: 0 0 10px 0; }
    .radio-option--full label {
      padding: 15px 20px 15px 40px; }
    .radio-option--full input[type="radio"]:checked + label {
      background-image: url(/cx_asset/images/icons/checked-simple.svg);
      background-repeat: no-repeat;
      background-position: 15px 50%;
      background-size: 16px; }

.checkbox-option {
  width: auto;
  display: inline-block;
  padding: 0;
  margin: 0 10px 10px 0;
  cursor: pointer; 
}
  .checkbox-option label {
    cursor: pointer;
    display: block;
    padding: 15px 20px;
    background-color: transparent;
    border: 1px var(--idcolor) solid;
    color: var(--idcolor);
    text-align: left;
    font-size: 1.1rem;
    font-weight: 400;
    border-radius: 10px; }
    .checkbox-option label span {
      color: #291f57;
      font-weight: 600; }
  .checkbox-option input[type="checkbox"] {
    display: none; }
  .checkbox-option input[type="checkbox"]:checked + label {
    background-color: var(--idcolor);
    color: #000; }
    .checkbox-option input[type="checkbox"]:checked + label span {
      color: #000; }
  .checkbox-option--full {
    width: 100%;
    margin: 0 0 10px 0; }
    .checkbox-option--full label {
      padding: 15px 20px 15px 40px; }
    .checkbox-option--full input[type="checkbox"]:checked + label {
      background-image: url(/cx_asset/images/icons/checked-simple.svg);
      background-repeat: no-repeat;
      background-position: 15px 50%;
      background-size: 16px; }

.checkbox-option2 {
  width: auto;
  display: inline-block;
  padding: 0;
  margin: 0 10px 10px 0;
  cursor: pointer; 
}
  .checkbox-option2 label {
    cursor: pointer;
    display: block;
    padding: 15px 20px;
    background-color: transparent;
    border: 1px var(--idcolor) solid;
    color: var(--idcolor);
    text-align: left;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 10px; 
  }
  .checkbox-option2 input[type="checkbox"] {
    display: none; 
  }
  .checkbox-option2--full {
    width: 100%;
    margin: 0 0 10px 0; }
    .checkbox-option2--full label {
      padding: 15px 20px 15px 40px; }
    .checkbox-option2--full input[type="checkbox"]:checked + label {
      background-image: url(/cx_asset/images/icons/checked-simple.svg);
      background-repeat: no-repeat;
      background-position: 15px 50%;
      background-size: 16px; }

.card-selector {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0 0 10px 0;
  cursor: pointer; }
  .card-selector label {
    cursor: pointer;
    display: block;
    padding: 20px 20px 20px 60px;
    background-color: #000;
    background-image: url(/cx_asset/images/icons/card.svg);
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-size: 30px;
    color: #fff;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 10px; }
    .card-selector label span {
      color: var(--idcolor);
      font-weight: 400;
      display: block; }
  .card-selector input[type="radio"] {
    display: none; }
  .card-selector input[type="radio"]:checked + label {
    background-color: var(--idcolor);
    background-image: url(/cx_asset/images/icons/checked-simple.svg);
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-size: 16px;
    color: #000; }
    .card-selector input[type="radio"]:checked + label span {
      color: #000; }

.checkbox-simple {
  margin: 5px; }
  .checkbox-simple label {
    cursor: pointer;
    color: #fff; }
  .checkbox-simple input[type="checkbox"] {
    display: none; }
  .checkbox-simple input[type="checkbox"] + label:before {
    border: none;
    content: "\00a0";
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 600;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    margin: 0 10px 0 0;
    line-height: 18px;
    vertical-align: center;
    border: none;
    background-color: var(--bgcolor); 
  }
  .checkbox-simple input[type="checkbox"]:checked + label:before {
    color: #000;
    content: "\2713";
    border: none;
    text-align: center;
    background-color: var(--idcolor); 
  }

.switch__label {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 30px;
  padding: 0px;
  margin-left: 10px;
  border-radius: 20px;
  background: var(--bgcolor);
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer; }
  .switch__label::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 22px;
    height: 22px;
    background:var(--idcolor);
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1); }
  .switch__label:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1); }

.switch input:checked + .switch__label {
  background: var(--idcolor);
}

.switch input:checked + .switch__label::before {
  left: 42px;
  background: #fff; }

.switch input:checked + .switch__label:active::before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2); }

.fieldset {
  width:calc(100% - 20px);
  margin: auto;
  padding: 20px;
  background-color: #291f57;
  border-radius: 15px;
  margin-bottom: 20px;
  -webkit-box-shadow: 10px 19px 35px -14px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 10px 19px 35px -14px rgba(0, 0, 0, 0.17);
  box-shadow: 5px 5px 35px -14px rgba(0, 0, 0, 0.17); }

.sub-fieldset {
  width: calc(100% - 20px);
  padding: 10px;
  border: 1px rgba(255, 255, 255, 0.2) solid;
  border-radius: 10px;
  margin-bottom: 20px; }

.option-hidden {
  display: none;
  margin-bottom: 10px; }
  .option-hidden.show {
    display: block; }

#Note {
  display: none; }

#loader {
  width: 100%;
  text-align: center;
  padding: 40px 0; }

#loader-animation {
  display: inline-block;
  position: relative;
  margin: auto;
  width: 80px;
  height: 80px; }
  #loader-animation div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px; }
    #loader-animation div:after {
      content: " ";
      display: block;
      position: absolute;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #bf62f9;
      margin: -4px 0 0 -4px; }
    #loader-animation div:nth-child(1) {
      animation-delay: -0.036s; }
    #loader-animation div:nth-child(1):after {
      top: 63px;
      left: 63px; }
    #loader-animation div:nth-child(2) {
      animation-delay: -0.072s; }
    #loader-animation div:nth-child(2):after {
      top: 68px;
      left: 56px; }
    #loader-animation div:nth-child(3) {
      animation-delay: -0.108s; }
    #loader-animation div:nth-child(3):after {
      top: 71px;
      left: 48px; }
    #loader-animation div:nth-child(4) {
      animation-delay: -0.144s; }
    #loader-animation div:nth-child(4):after {
      top: 72px;
      left: 40px; }
    #loader-animation div:nth-child(5) {
      animation-delay: -0.18s; }
    #loader-animation div:nth-child(5):after {
      top: 71px;
      left: 32px; }
    #loader-animation div:nth-child(6) {
      animation-delay: -0.216s; }
    #loader-animation div:nth-child(6):after {
      top: 68px;
      left: 24px; }
    #loader-animation div:nth-child(7) {
      animation-delay: -0.252s; }
    #loader-animation div:nth-child(7):after {
      top: 63px;
      left: 17px; }
    #loader-animation div:nth-child(8) {
      animation-delay: -0.288s; }
    #loader-animation div:nth-child(8):after {
      top: 56px;
      left: 12px; }

@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*===============================================*/
/* 16. CHAT */
/*===============================================*/
.conversations {
  padding: 0 0 5px 0;
  width: 100%;
  margin: 0px;
  list-style: none;
  float: left;
  clear: both; }
  .conversations__row {
    display: flex;
    width: calc(100% - 20px);
    color: #ffffff;
    background-color: #291f57;
    border-radius: 15px;
    padding: 10px;
    margin: 0 0 10px 0; }
    .conversations__row a {
      color: #ffffff; }
    .conversations__row--undread a {
      color: #fff;
      font-weight: 600; }
  .conversations__avatar {
    max-width: 50px;
    flex-grow: 1;
    position: relative; }
    .conversations__avatar img {
      display: block;
      max-width: 100%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .conversations .active-user {
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #55c709;
    border: 2px #fff solid;
    position: absolute;
    top: 40px;
    right: 5px;
    z-index: 555; }
  .conversations__details {
    padding: 0 10px 0 20px;
    flex-grow: 1; }
  .conversations__user {
    font-weight: 600;
    padding: 0 0 5px 0; }
    .conversations__user a {
      color: #fff; }
  .conversations__short-content {
    padding: 0px;
    margin: 0px;
    font-size: 1.2rem;
    line-height: 1.5; }
  .conversations__info {
    width: 100px;
    text-align: right; }
  .conversations__time {
    font-size: 1.1rem;
    font-weight: 600; }
  .conversations__new-messages-nr {
    width: 20px;
    height: 20px;
    float: right;
    background-color: var(--idcolor);
    color: #000;
    border-radius: 100%;
    text-align: center;
    margin: 10px 0 0 0;
    line-height: 20px;
    font-size: 1.1rem;
    font-weight: 600; }

.chat {
  width: 100%;
  margin: 0px;
  padding: 0px 0 20px 0;
  list-style: none;
  clear: both; }
  .chat__row {
    padding: 0;
    margin: 0 0 10px 0;
    display: flex;
    width: 100%; }
  .chat__content {
    flex-grow: 1;
    width: 100%;
    border-radius: 15px;
    padding: 15px 20px; }
    .chat__content p {
      padding: 0px !important;
      font-size: 1.4rem; }
      .chat__content p a {
        color: var(--linkcolor);
      }
  .chat__row--received .chat__content {
    margin-right: 5%;
    background-color: #291f57;
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    color: #fff; }
  .chat__row--sent .chat__content {
    margin-left: 5%;
    background-color: #000;
    color: #fff;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px; }
  .chat__row--unread .chat__content {
    font-weight: 600; }
  .chat__time {
    font-size: 1.1rem; }
  .chat__row--sent .chat__time {
    color: #fff; }
  .chat__avatar {
    max-width: 40px;
    position: relative;
    margin-right: 10px; }
    .chat__avatar img {
      display: block;
      max-width: 100%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .chat .active-user {
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #55c709;
    border: 2px #fff solid;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 555; }
  .chat__row--sent .chat__avatar {
    align-self: flex-end;
    position: relative;
    margin-left: 10px; }

.chat-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  width: calc(100% - 40px);
  margin: 0 10px;
  padding: 10px;
  border-radius: 10px; }
  .chat-form__textarea {
    width: 100%;
    flex-grow: 1;
    background: none;
    background-color: transparent;
    border: none;
    resize: none;
    height: 20px; }
  .chat-form__submit {
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none; }
    .chat-form__submit img {
      display: block;
      width: 30px; }

/*===============================================*/
/* 17. TABS & ACCORDION & TABLES */
/*===============================================*/
/* Tabs
/*------------------------------------------*/
.tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;  
  margin: auto;
  width: calc(100% - 0px); 
}
  .tabs__label {
    order: 1;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400; 
  }
    .tabs__label--auto {
      width: auto;
      padding: 10px 20px 10px 5px; 
    }
    .tabs__label--12 {
      width: 50%; }
    .tabs__label--13 {
      width: 33.333%; }
  .tabs__content {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 0;
    margin-top: 20px; }
  .tabs input[type="radio"].tabs__radio {
    display: none; }
  .tabs input[type="radio"].tabs__radio:checked + label.tabs__label {
    color: #fff; 
    font-weight: 600 !important;
    font-size: 1.1rem !important;
  }
  .tabs input[type="radio"].tabs__radio:checked + label.tabs__label + .tabs__content {
    display: block; }
  .tabs--style1 {
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid; 
  }
    .tabs--style1 .tabs__label {
      text-align: center;
      background-color: #291f57; 
    }
    .tabs--style1 input[type="radio"].tabs__radio:checked + label.tabs__label {
      color: #000;
      background-color: var(--idcolor);
    }

/* ------Accordion---------- */
.accordion {
  width: 100%; }
  .accordion__item {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #291f57;
    margin-bottom: 1px; }
  .accordion__input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .accordion__label {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 15px 10px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .accordion__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .accordion__content p {
      padding: 10px !important; }
  .accordion__input:checked ~ .accordion__content {
    max-height: 300px; }
  .accordion__input:checked ~ .accordion__label, .accordion .accordion__label:hover {
    background-color: var(--linkcolor);
    color: #000; 
  }
  .accordion__label span {
    position: absolute;
    right: 5%;
    top: 43%;
    display: block;
    width: 14px;
    height: 14px;
    text-align: center;
    background-image: url(/cx_asset/images/icons/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 14px;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  .accordion__input[type=radio]:checked + .accordion__label span {
    transform: rotateX(180deg);
    background-image: url(/cx_asset/images/icons/arrow-down.svg); }

/* ------Toggle---------- */
.toggle {
  width: 100%;
  margin: 0 auto 0 auto; }
  .toggle__item {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #291f57;
    margin-bottom: 1px; }
  .toggle__input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .toggle__label {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 15px 10px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .toggle__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .toggle__content p {
      padding: 10px !important; }
  .toggle__input:checked ~ .toggle__content {
    max-height: 300px; }
  .toggle__input:checked ~ .toggle__label, .toggle .toggle__label:hover {
    background-color: var(--idcolor);
    color: #000; 
  }
  .toggle__label span {
    position: absolute;
    right: 10px;
    top: 43%;
    display: block;
    width: 14px;
    height: 14px;
    text-align: center;
    background-image: url(/cx_asset/images/icons/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 14px;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  .toggle__input[type=checkbox]:checked + .toggle__label span {
    transform: rotateX(180deg);
    background-image: url(/cx_asset/images/icons/arrow-down.svg); }

     
nav {
  display: flex;
  margin-top: 10px;
}
  nav .pagination {
    display: inline-flex;
    list-style: none;
    border-radius: 0.215rem;
    margin: auto;
  }
    nav .pagination>li>a, 
    nav .pagination>li>span {
      background-color: #0000004f !important;
      border: 1px solid #33333356 !important;
      color: #888 !important;
    }    
      nav .pagination>li>span.active
      nav .pagination>li>a.active{
        background-color: #111111a4 !important;
        border: 1px solid #444444b5 !important;
        color: #007bff !important;
      }

/* TABLES */
.table {
  width:calc(100% - 20px);
  max-width: var(--item_maxw);
  min-width: var(--item_minw);
  padding: 15px;
  background-color: #291f57;
  border-radius: 15px; 
  margin: auto;
}

.table_pop {
  width: 80%;
  max-width: 600px;
  min-width: 340px;
  padding: 8px 12px;
  /* background-color: #040015d9; */
  border-radius: 8px; 
  margin: auto;
}

.table_balance {
  width: 260px;
  padding: 8px 12px;
  background-color: #040015d9;
  border-radius: 8px; 
  margin: auto;
}
.table__brow {
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); 
  /* margin-bottom: 4px; */
}

.table__brow .table__section img {
  width: 28px;
  height: 28px;
}

.table__brow .table__section b {
  font-size: 1.2rem;
  font-weight: 600;
}

.table__brow .table__section .block {
  display: block;
  color: #ffffff87;
  font-size: 0.9rem;
}

.table__brow .table__section .coin_krbalance {
  color: #ffffffdf;
  font-size: 1rem;
  font-weight: 500;
}

  .table__row {
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 10px; */
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); 
  }
  .table__section {
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
  }  
  .table__section i {
    display: inline;
    cursor: pointer;
  }
  .table__section small {
    font-size: 1rem;
    font-weight: 400;
    opacity: .8;
    color: #eee;
  }   

  .table__section--nr {
    flex: 0 0 50px;
    font-weight: 600;
    color: #fff; 
  }
  .table__section--grow {
    flex-grow: 1; 
  }
  .table__section--nodata {
    width: 100%;
    padding: 20px;
    align-items: center;
    text-align: center;
    color: #b9c2ca;
    opacity: .35;
    font-size: 1rem;
  }  
    .table__section--nodata i {
      font-size: 4rem;
      display: block;
      line-height: 0px;
      color: #dce1e5;
      opacity: .25;
    }  

  .table__section--header {
    font-weight: 600;
    font-size: 1.1rem;
    opacity: .7;
    color: #fff; 
  }
  .table__section--centered {
    text-align: center; 
  }
  .table__section--righted {
    text-align: right; 
  }  
  .table__icon {
    display: block;
    width: 24px;
    margin: auto; }
  .table--2cols .table__section {
    width: 50%; }    
  .table--3cols .table__section {
    width: 33.333%; }
  .table--4cols .table__section {
    width: 25%; }
  .table--5cols {
    overflow-x: scroll;
    width: auto; }
    .table--5cols .table__inner {
      width: 125%; }
    .table--5cols .table__section {
      width: 25%; }
  .table--6cols {
    overflow-x: scroll;
    width: auto; }
    .table--6cols .table__inner {
      width: 150%; }
    .table--6cols .table__section {
      width: 25%; }
  .table--7cols {
    overflow-x: scroll;
    width: auto; }
    .table--7cols .table__inner {
      width: 175%; }
    .table--7cols .table__section {
      width: 25%; }
  .table--8cols {
    overflow-x: scroll;
    width: auto; }
    .table--8cols .table__inner {
      width: 200%; }
    .table--8cols .table__section {
      width: 25%; }
  .table--9cols {
    overflow-x: scroll;
    width: auto; }
    .table--9cols .table__inner {
      width: 225%; }
    .table--9cols .table__section {
      width: 25%; }
  .table--10cols {
    overflow-x: scroll;
    width: auto; }
    .table--10cols .table__inner {
      width: 250%; }
    .table--10cols .table__section {
      width: 25%; }

      .table__section--5 {
        width: 5% !important;
        /* overflow-x: hidden;  */
      }
      .table__section--10 {
        width: 10% !important;
        /* overflow-x: hidden;  */
      }      
      .table__section--15 {
        width: 15% !important;
        /* overflow-x: hidden;  */
      }            
      .table__section--20 {
        width: 20% !important;
        /* overflow-x: hidden;  */
      } 
      .table__section--30 {
        width: 30% !important;
        /* overflow-x: hidden;  */
      }  
      .table__section--35 {
        width: 35% !important;
        /* overflow-x: hidden;  */
      }             
      .table__section--50 {
        width: 50% !important;
        /* padding-right: 10px;  */
      }            
      .table__section--60 {
        width: 60% !important;
        /* padding-right: 10px;  */
      }      
      .table__section--70 {
        width: 70% !important;
        /* padding-right: 10px;  */
      }            
/*===============================================*/
/* 18. OTHERS */
/*===============================================*/
.image-top {
  width: 100vw;
  margin-left: -20px;
  position: relative; }
  .image-top img {
    display: block;
    max-width: 100%;
    opacity: 0.5; }
  .image-top__details {
    width: calc(100% - 40px);
    padding: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px; }

.user-line {
  display: flex;
  align-items: center;
  padding: 0 0 10px 0; }
  .user-line img {
    display: block;
    width: 40px;
    border-radius: 50%; }
  .user-line span {
    font-weight: 600;
    padding-left: 10px;
    color: #fff; }

.entry {
  padding: 20px 0; }
  .entry h2 {
    padding: 20px 0 10px 0;
    font-weight: 600; }
  .entry h3 {
    padding: 20px 0 10px 0;
    font-weight: 600; }
  .entry__comments {
    text-align: right;
    padding-bottom: 10px;
    margin: 10px 0; }
    .entry__comments a {
      background-color: var(--linkcolor);
      color: #000;
      font-size: 1.2rem;
      border-radius: 5px;
      padding: 5px 10px; 
    }

.videoplayer {
  width: 100%;
  height: 250px; }

.timer {
  text-align: center;
  width: 100%;
  padding: 20px 0; }
  .timer__icon {
    margin: auto auto 20px auto;
    cursor: pointer;
    display: block; }
    .timer__icon img {
      display: block;
      width: 100px;
      margin: auto; }
    .timer__icon.off {
      display: none; }
    .timer__icon.active {
      opacity: 0.5; }
  .timer__count {
    font-weight: 600;
    font-size: 2.4rem;
    display: block;
    padding-bottom: 20px; }
    .timer__count.off {
      display: none; }
