@-webkit-keyframes dropHighlightCrossRate {
    0%,
    99% {
      color: #ff3838;
    }
    to {
      color: #a1a1a1;
    }
  }
  @keyframes dropHighlightCrossRate {
    0%,
    99% {
      color: #ff3838;
    }
    to {
      color: #a1a1a1;
    }
  }
  @-webkit-keyframes riseHighlightCrossRate {
    0%,
    99% {
      color: #3a9d37;
    }
    to {
      color: #a1a1a1;
    }
  }
  @keyframes riseHighlightCrossRate {
    0%,
    99% {
      color: #3a9d37;
    }
    to {
      color: #a1a1a1;
    }
  }
  @-webkit-keyframes dropHighlightCrossRateDarkMode {
    0%,
    99% {
      color: #ff3838;
    }
    to {
      color: #fff;
    }
  }
  @keyframes dropHighlightCrossRateDarkMode {
    0%,
    99% {
      color: #ff3838;
    }
    to {
      color: #fff;
    }
  }
  @-webkit-keyframes riseHighlightCrossRateDarkMode {
    0%,
    99% {
      color: #3a9d37;
    }
    to {
      color: #fff;
    }
  }
  @keyframes riseHighlightCrossRateDarkMode {
    0%,
    99% {
      color: #3a9d37;
    }
    to {
      color: #fff;
    }
  }
  @-webkit-keyframes priceDownHighlight {
    0%,
    99% {
      color: #ff3838;
    }
    to {
      color: #fff;
    }
  }
  @keyframes priceDownHighlight {
    0%,
    99% {
      color: #ff3838;
    }
    to {
      color: #fff;
    }
  }
  @-webkit-keyframes priceUpHighlight {
    0%,
    99% {
      color: #3a9d37;
    }
    to {
      color: #fff;
    }
  }
  @keyframes priceUpHighlight {
    0%,
    99% {
      color: #3a9d37;
    }
    to {
      color: #fff;
    }
  }
  @-webkit-keyframes caretDownHighlight {
    0%,
    99% {
      color: #ff3838;
    }
    to {
      color: #fff;
    }
  }
  @keyframes caretDownHighlight {
    0%,
    99% {
      color: #ff3838;
    }
    to {
      color: #fff;
    }
  }
  @-webkit-keyframes caretUpHighlight {
    0%,
    99% {
      color: #3a9d37;
    }
    to {
      color: #fff;
    }
  }
  @keyframes caretUpHighlight {
    0%,
    99% {
      color: #3a9d37;
    }
    to {
      color: #fff;
    }
  }
  @-webkit-keyframes dropHighlight {
    0%,
    99% {
      color: #ff3838;
    }
    to {
      color: #373737;
    }
  }
  @keyframes dropHighlight {
    0%,
    99% {
      color: #ff3838;
    }
    to {
      color: #373737;
    }
  }
  @-webkit-keyframes riseHighlight {
    0%,
    99% {
      color: #3a9d37;
    }
    to {
      color: #373737;
    }
  }
  @keyframes riseHighlight {
    0%,
    99% {
      color: #3a9d37;
    }
    to {
      color: #373737;
    }
  }
  @-webkit-keyframes dropHighlightDarkMode {
    0%,
    99% {
      color: #ff3838;
    }
    to {
      color: #fff;
    }
  }
  @keyframes dropHighlightDarkMode {
    0%,
    99% {
      color: #ff3838;
    }
    to {
      color: #fff;
    }
  }
  @-webkit-keyframes riseHighlightDarkMode {
    0%,
    99% {
      color: #3a9d37;
    }
    to {
      color: #fff;
    }
  }
  @keyframes riseHighlightDarkMode {
    0%,
    99% {
      color: #3a9d37;
    }
    to {
      color: #fff;
    }
  }
  @-webkit-keyframes riseArrow {
    0% {
      top: 13px;
    }
    to {
      top: 0;
    }
  }
  @keyframes riseArrow {
    0% {
      top: 13px;
    }
    to {
      top: 0;
    }
  }
  @-webkit-keyframes dropArrow {
    0% {
      top: -13px;
    }
    to {
      top: 0;
    }
  }
  @keyframes dropArrow {
    0% {
      top: -13px;
    }
    to {
      top: 0;
    }
  }
  @-webkit-keyframes itemFocus {
    0% {
      background-color: #c8c8c8;
    }
    to {
      background-color: transparent;
    }
  }
  @keyframes itemFocus {
    0% {
      background-color: #c8c8c8;
    }
    to {
      background-color: transparent;
    }
  }
  @-webkit-keyframes itemFocusDarkMode {
    0% {
      background-color: #101010;
    }
    to {
      background-color: transparent;
    }
  }
  @keyframes itemFocusDarkMode {
    0% {
      background-color: #101010;
    }
    to {
      background-color: transparent;
    }
  }
  .color-yellow {
    color: #b7a369;
  }
  .color-black {
    color: #373737;
  }
  .color-red {
    color: #ff3838;
  }
  .bg-yellow {
    background: #b7a369;
  }
  .bg-black {
    background: #373737;
  }
  .bg-red {
    background: #ff3838;
  }
  .bg-green {
    background: #3a9d37;
  }
  .bg-navBule {
    background: #1a3d6f;
  }
  .clr-facebook {
    color: #3b5998;
  }
  .clr-instagram {
    color: #bc2a8d;
  }
  .clr-twitter {
    color: #00aced;
  }
  .clr-linkedin {
    color: #007bb6;
  }
  .clr-youtube {
    color: #b00;
  }
  .clr-9d {
    color: #9d9d9d !important;
  }
  html {
    height: 100%;
       background-image: url("https://i.hizliresim.com/ol93x64.jpeg");
  }
  body,
  html {
    width: 100%;
       background-image: url("https://i.hizliresim.com/ol93x64.jpeg");
  }
  ul {
    list-style: none;
  }
  .table tr td .item .box-drop,
  .table tr td .item .box-rise {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mt0 {
    margin-top: 0 !important;
  }
  .pt0 {
    padding-top: 0 !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .pb0 {
    padding-bottom: 0 !important;
  }
  .ml0 {
    margin-left: 0 !important;
  }
  .pl0 {
    padding-left: 0 !important;
  }
  .mr0 {
    margin-right: 0 !important;
  }
  .pr0 {
    padding-right: 0 !important;
  }
  .mt5 {
    margin-top: 5px !important;
  }
  .pt5 {
    padding-top: 5px !important;
  }
  .mb5 {
    margin-bottom: 5px !important;
  }
  .pb5 {
    padding-bottom: 5px !important;
  }
  .ml5 {
    margin-left: 5px !important;
  }
  .pl5 {
    padding-left: 5px !important;
  }
  .mr5 {
    margin-right: 5px !important;
  }
  .pr5 {
    padding-right: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .pt10 {
    padding-top: 10px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .ml10 {
    margin-left: 10px !important;
  }
  .pl10 {
    padding-left: 10px !important;
  }
  .mr10 {
    margin-right: 10px !important;
  }
  .pr10 {
    padding-right: 10px !important;
  }
  .mt15 {
    margin-top: 15px !important;
  }
  .pt15 {
    padding-top: 15px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .pb15 {
    padding-bottom: 15px !important;
  }
  .ml15 {
    margin-left: 15px !important;
  }
  .pl15 {
    padding-left: 15px !important;
  }
  .mr15 {
    margin-right: 15px !important;
  }
  .pr15 {
    padding-right: 15px !important;
  }
  .mt20 {
    margin-top: 20px !important;
  }
  .pt20 {
    padding-top: 20px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .pb20 {
    padding-bottom: 20px !important;
  }
  .ml20 {
    margin-left: 20px !important;
  }
  .pl20 {
    padding-left: 20px !important;
  }
  .mr20 {
    margin-right: 20px !important;
  }
  .pr20 {
    padding-right: 20px !important;
  }
  .mt25 {
    margin-top: 25px !important;
  }
  .pt25 {
    padding-top: 25px !important;
  }
  .mb25 {
    margin-bottom: 25px !important;
  }
  .pb25 {
    padding-bottom: 25px !important;
  }
  .ml25 {
    margin-left: 25px !important;
  }
  .pl25 {
    padding-left: 25px !important;
  }
  .mr25 {
    margin-right: 25px !important;
  }
  .pr25 {
    padding-right: 25px !important;
  }
  .mt30 {
    margin-top: 30px !important;
  }
  .pt30 {
    padding-top: 30px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .pb30 {
    padding-bottom: 30px !important;
  }
  .ml30 {
    margin-left: 30px !important;
  }
  .pl30 {
    padding-left: 30px !important;
  }
  .mr30 {
    margin-right: 30px !important;
  }
  .pr30 {
    padding-right: 30px !important;
  }
  .mt35 {
    margin-top: 35px !important;
  }
  .pt35 {
    padding-top: 35px !important;
  }
  .mb35 {
    margin-bottom: 35px !important;
  }
  .pb35 {
    padding-bottom: 35px !important;
  }
  .ml35 {
    margin-left: 35px !important;
  }
  .pl35 {
    padding-left: 35px !important;
  }
  .mr35 {
    margin-right: 35px !important;
  }
  .pr35 {
    padding-right: 35px !important;
  }
  .mt40 {
    margin-top: 40px !important;
  }
  .pt40 {
    padding-top: 40px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .pb40 {
    padding-bottom: 40px !important;
  }
  .ml40 {
    margin-left: 40px !important;
  }
  .pl40 {
    padding-left: 40px !important;
  }
  .mr40 {
    margin-right: 40px !important;
  }
  .pr40 {
    padding-right: 40px !important;
  }
  .mt45 {
    margin-top: 45px !important;
  }
  .pt45 {
    padding-top: 45px !important;
  }
  .mb45 {
    margin-bottom: 45px !important;
  }
  .pb45 {
    padding-bottom: 45px !important;
  }
  .ml45 {
    margin-left: 45px !important;
  }
  .pl45 {
    padding-left: 45px !important;
  }
  .mr45 {
    margin-right: 45px !important;
  }
  .pr45 {
    padding-right: 45px !important;
  }
  .mt50 {
    margin-top: 50px !important;
  }
  .pt50 {
    padding-top: 50px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .pb50 {
    padding-bottom: 50px !important;
  }
  .ml50 {
    margin-left: 50px !important;
  }
  .pl50 {
    padding-left: 50px !important;
  }
  .mr50 {
    margin-right: 50px !important;
  }
  .pr50 {
    padding-right: 50px !important;
  }
  .mt55 {
    margin-top: 55px !important;
  }
  .pt55 {
    padding-top: 55px !important;
  }
  .mb55 {
    margin-bottom: 55px !important;
  }
  .pb55 {
    padding-bottom: 55px !important;
  }
  .ml55 {
    margin-left: 55px !important;
  }
  .pl55 {
    padding-left: 55px !important;
  }
  .mr55 {
    margin-right: 55px !important;
  }
  .pr55 {
    padding-right: 55px !important;
  }
  .mt60 {
    margin-top: 60px !important;
  }
  .pt60 {
    padding-top: 60px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .pb60 {
    padding-bottom: 60px !important;
  }
  .ml60 {
    margin-left: 60px !important;
  }
  .pl60 {
    padding-left: 60px !important;
  }
  .mr60 {
    margin-right: 60px !important;
  }
  .pr60 {
    padding-right: 60px !important;
  }
  .mt65 {
    margin-top: 65px !important;
  }
  .pt65 {
    padding-top: 65px !important;
  }
  .mb65 {
    margin-bottom: 65px !important;
  }
  .pb65 {
    padding-bottom: 65px !important;
  }
  .ml65 {
    margin-left: 65px !important;
  }
  .pl65 {
    padding-left: 65px !important;
  }
  .mr65 {
    margin-right: 65px !important;
  }
  .pr65 {
    padding-right: 65px !important;
  }
  .mt70 {
    margin-top: 70px !important;
  }
  .pt70 {
    padding-top: 70px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .pb70 {
    padding-bottom: 70px !important;
  }
  .ml70 {
    margin-left: 70px !important;
  }
  .pl70 {
    padding-left: 70px !important;
  }
  .mr70 {
    margin-right: 70px !important;
  }
  .pr70 {
    padding-right: 70px !important;
  }
  .mt75 {
    margin-top: 75px !important;
  }
  .pt75 {
    padding-top: 75px !important;
  }
  .mb75 {
    margin-bottom: 75px !important;
  }
  .pb75 {
    padding-bottom: 75px !important;
  }
  .ml75 {
    margin-left: 75px !important;
  }
  .pl75 {
    padding-left: 75px !important;
  }
  .mr75 {
    margin-right: 75px !important;
  }
  .pr75 {
    padding-right: 75px !important;
  }
  .mt80 {
    margin-top: 80px !important;
  }
  .pt80 {
    padding-top: 80px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .pb80 {
    padding-bottom: 80px !important;
  }
  .ml80 {
    margin-left: 80px !important;
  }
  .pl80 {
    padding-left: 80px !important;
  }
  .mr80 {
    margin-right: 80px !important;
  }
  .pr80 {
    padding-right: 80px !important;
  }
  .mt85 {
    margin-top: 85px !important;
  }
  .pt85 {
    padding-top: 85px !important;
  }
  .mb85 {
    margin-bottom: 85px !important;
  }
  .pb85 {
    padding-bottom: 85px !important;
  }
  .ml85 {
    margin-left: 85px !important;
  }
  .pl85 {
    padding-left: 85px !important;
  }
  .mr85 {
    margin-right: 85px !important;
  }
  .pr85 {
    padding-right: 85px !important;
  }
  .mt90 {
    margin-top: 90px !important;
  }
  .pt90 {
    padding-top: 90px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .pb90 {
    padding-bottom: 90px !important;
  }
  .ml90 {
    margin-left: 90px !important;
  }
  .pl90 {
    padding-left: 90px !important;
  }
  .mr90 {
    margin-right: 90px !important;
  }
  .pr90 {
    padding-right: 90px !important;
  }
  .mt95 {
    margin-top: 95px !important;
  }
  .pt95 {
    padding-top: 95px !important;
  }
  .mb95 {
    margin-bottom: 95px !important;
  }
  .pb95 {
    padding-bottom: 95px !important;
  }
  .ml95 {
    margin-left: 95px !important;
  }
  .pl95 {
    padding-left: 95px !important;
  }
  .mr95 {
    margin-right: 95px !important;
  }
  .pr95 {
    padding-right: 95px !important;
  }
  .mt100 {
    margin-top: 100px !important;
  }
  .pt100 {
    padding-top: 100px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .pb100 {
    padding-bottom: 100px !important;
  }
  .ml100 {
    margin-left: 100px !important;
  }
  .pl100 {
    padding-left: 100px !important;
  }
  .mr100 {
    margin-right: 100px !important;
  }
  .pr100 {
    padding-right: 100px !important;
  }
  blockquote,
  dd,
  dl,
  dt,
  fieldset,
  figure,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  hr,
  html,
  iframe,
  legend,
  li,
  ol,
  p,
  pre,
  textarea,
  ul {
    padding: 0;
    margin: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 100%;
    font-weight: 400;
  }
  button,
  input,
  select {
    margin: 0;
  }
  .dashboard-content .box.box-full .chart-info .dropdown button:focus,
  button:focus,
  div:focus,
  input:focus,
  select:focus,
  textarea:focus {
    outline: 0;
  }
  a:hover {
    text-decoration: none;
  }
  html {
    box-sizing: border-box;
  }
  *,
  :after,
  :before {
    box-sizing: inherit;
  }
  audio,
  embed,
  iframe,
  img,
  object,
  video {
    height: auto;
    max-width: 100%;
  }
  .lightbox a img,
  iframe {
    border: 0;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  table td,
  table th {
    padding: 0;
    text-align: left;
  }
  body,
  html {
    overflow-x: hidden;
  }
  body {
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
   
       background-image: url("https://i.hizliresim.com/ol93x64.jpeg");
  }
  #view,
  .dashboard-content .col-lg-12,
  .dashboard-content .col-lg-4,
  .dashboard-content .col-lg-8,
  .dashboard-content > .row,
  body {
    height: 100%;
  }
  header {
    position:  relative !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 110;
    display: flex;
    align-items: center;
    padding: 0 40px;
    justify-content: space-between;
    height: 70px;
    box-shadow: 0 6px 10px 0 rgba(11, 56, 85, 0.16);
    background-color: #fcfcfc ;
    
  }
  .exchange-slider {
    position: fixed;
    width: 100%;
    height: 63px;
    top: 70px;
    left: 0;
    z-index: 100;
  }
  .dashboard-content {
    width: 100%;
    height: 100%;
    padding-top: 1px;
    z-index: 90;
    position: unset !important;
  }
  .dashboard-content .col-lg-12 .dashboard-left,
  .dashboard-content .col-lg-12 .dashboard-right,
  .dashboard-content .col-lg-4 .dashboard-left,
  .dashboard-content .col-lg-4 .dashboard-right,
  .dashboard-content .col-lg-8 .dashboard-left,
  .dashboard-content .col-lg-8 .dashboard-right {
    height: 100%;
    overflow: auto;
 
  }
  .dark-mod {
    background: #171717;
  }
  .dark-mod#view {
    min-height: 100%;
  }
  .dark-mod header {
    background: #2c2c2c;
    box-shadow: none;
  }
  .dark-mod .dashboard-content .box .news-analysis .item,
  .dark-mod .head .head-right .tab li,
  .dark-mod .translate select,
  .dark-mod header * {
    color: #fff !important;
  }
  .dark-mod .dashboard-content .box .tabTranslate .tabTranslateHead li.active,
  .dark-mod .head .head-right .tab li.active,
  .dark-mod .news-analysis-table .item .text h5,
  .dark-mod header .active a,
  .dark-mod header .seconds {
    color: #b7a369 !important;
  }
  .dark-mod .add-section svg path,
  .dark-mod header .cls-1 {
    fill: #fff !important;
  }
  .dark-mod .box,
  .dark-mod header .add-section .content {
    background: #2c2c2c !important;
  }
  .dark-mod .exchange-slider .loop .item {
    font-weight: 700;
  }
  .dark-mod .box *,
  .dark-mod .box .table tr td .item,
  .dark-mod .box .table tr th .item,
  .dark-mod .cross-rates .cross-rates-table tr th,
  .dark-mod .dashboard-content .box.box-full .chart-info ul li h5,
  .dark-mod .dashboard-content .box.box-full .chart-info ul li span {
    color: #fff;
  }
  .dark-mod .box .table tr:hover .item {
    background: #aaa;
  }
  .dark-mod .box .list-table li {
    color: #f9f9f9 !important;
  }
  .dark-mod .dropdown {
    background: 0 0;
  }
  .dark-mod .dropdown .dropdown-toggle {
    background: 0 0 !important;
    color: #fff !important;
  }
  .dark-mod .dropdown .dropdown-menu,
  .dark-mod header .nav-menu .menu .menu-ul.active {
    background: #2c2c2c;
  }
  .dark-mod .dashboard-right {
    background: #171717 !important;
  }
  .dark-mod .quantity input,
  .dark-mod .quantity span {
    color: #fff !important;
    opacity: 1 !important;
  }
  .dark-mod .translate option {
    color: #fff !important;
    background-color: #171717;
  }
  .dark-mod
    .dashboard-content
    .box
    .tabTranslate
    .tabTranslateContent
    .translateFlex
    .translate
    select {
    background-image: url(../images/material/down-dark-mode.svg);
  }
  .dark-mod .table tr td .item.cal {
    background: #333;
  }
  .dark-mod .output * {
    color: #fff !important;
  }
  .dark-mod .rise {
    color: #3a9d37 !important;
  }
  .dark-mod .drop {
    color: #ff3838 !important;
  }
  .dark-mod .economic-calendar * {
    color: #fff !important;
  }
  .dark-mod .cross-rates .cross-rates-table tr td:first-child {
    color: #fff;
  }
  .dark-mod .cross-rates .cross-rates-table .riseAnimated {
    -webkit-animation: riseHighlightCrossRateDarkMode 1000ms;
    animation: riseHighlightCrossRateDarkMode 1000ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .dark-mod .cross-rates .cross-rates-table .dropAnimated {
    -webkit-animation: dropHighlightCrossRateDarkMode 1000ms;
    animation: dropHighlightCrossRateDarkMode 1000ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .dark-mod header .right .add-section .content .checkbox label::before {
    border-color: #fff;
  }
  .dark-mod header .right .add-section .content .checkbox label::after {
    border-color: transparent transparent #fff #fff;
  }
  .dark-mod .exchange-slider {
    background: #3c3c3c;
  }
  .dark-mod header .right .dropdown .dropdown-menu a,
  header .right .dropdown .dropdown-menu a {
    padding: 5px;
    font-size: 12px;
  }
  .dark-mod .dropdown-item:focus,
  .dark-mod .dropdown-item:hover {
    background: #aaa !important;
  }
  .dark-mod .dashboard-content .box .head .title.v2,
  .dark-mod .dashboard-content .box .tab-title {
    color: #fff;
  }
  .dark-mod .table tr td .item.riseAnimated {
    -webkit-animation: riseHighlightDarkMode 1000ms;
    animation: riseHighlightDarkMode 1000ms;
  }
  .dark-mod .table tr td .item.dropAnimated {
    -webkit-animation: dropHighlightDarkMode 1000ms;
    animation: dropHighlightDarkMode 1000ms;
  }
  @media (max-width: 768px) {
    header {
      flex-wrap: wrap;
      height: auto;
      padding: 0 15px;
    }
  }
  header .left,
  header .right,
  header .right .add-section .button {
    display: flex;
    align-items: center;
  }
  header .left .logo {
    margin-right: 60px;
  }
  @media (max-width: 1350px) {
    header .left .logo {
      margin-right: 30px;
    }
  }
  @media (max-width: 768px) {
    header .left .logo {
      margin-right: 0;
    }
  }
  header .left .logo svg {
    width: 50px;
  }
  header .left .logo svg .cls-1 {
    fill: #86754a;
  }
  header .right {
    padding: 10px 0;
  }
  @media (max-width: 768px) {
    header .right {
      flex-wrap: wrap;
      justify-content: space-between;
    }
  }
  header .right .add-section {
    font-size: 16px;
    color: #373737;
    position: relative;
  }
  @media (max-width: 992px) {
    header .right .add-section {
      display: none;
    }
  }
  header .right .add-section svg {
    margin-right: 10px;
  }
  header .right .add-section .content {
    border-radius: 9px;
    background: #fff;
    position: absolute;
    top: 100px;
    left: 0;
    min-width: 210px;
    z-index: 99;
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s linear;
    box-shadow: 8.767px 17.976px 17.22px 3.78px rgba(6, 6, 6, 0.11);
  }
  header .right .add-section .content .checkbox {
    margin-bottom: 20px;
  }
  header .right .add-section .content .checkbox:last-child {
    margin-bottom: 10px;
  }
  .table tr:hover td .item img,
  header .right .add-section .content .checkbox input,
  header .right .dropdown .dropdown-toggle::after {
    display: none;
  }
  header .right .add-section .content .checkbox label {
    display: flex;
    align-items: center;
    margin: 0;
    position: relative;
    font-size: 15px;
    line-height: 20px;
    color: #373737;
    cursor: pointer;
    padding-left: 35px;
  }
  header .right .add-section .content .checkbox label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #373737;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
  }
  header .right .add-section .content .checkbox label::after {
    content: "";
    border: 1px solid;
    border-color: transparent transparent #373737 #373737;
    width: 13px;
    height: 7px;
    display: block;
    position: absolute;
    left: 3.5px;
    top: 4.5px;
    z-index: 9;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s linear;
  }
  header .right .add-section .content .checkbox input:checked + label:after {
    visibility: visible;
    opacity: 1;
  }
  header .right .add-section .content.active {
    top: 50px;
    visibility: visible;
    opacity: 1;
  }
  header .right .user {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #373737;
    margin-left: 40px;
    max-width: 150px;
  }
  @media (max-width: 1350px) {
    header .right .user {
      margin-left: 20px;
    }
  }
  @media (max-width: 768px) {
    header .right .user {
      display: none;
      margin: 0;
    }
  }
  header .right .user .userIcon,
  header .right .user img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 12px;
  }
  @media (max-width: 768px) {
    header .right .user img {
      width: 35px;
      height: 35px;
      margin-right: 8px;
    }
  }
  header .right .user .userIcon {
    display: inline-block;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    background-color: red;
    font-weight: 700;
    color: #fff;
    background-color: rgba(183, 163, 105, 0.7);
  }
  @media (max-width: 768px) {
    header .right .user .userIcon {
      width: 35px;
      height: 35px;
      margin-right: 8px;
    }
  }
  header .right .digital-clock {
    color: #5f5f5f;
    font-size: 30px;
    margin-right: 50px;
  }
  @media (max-width: 1350px) {
    header .right .digital-clock {
      margin-right: 25px;
      font-size: 25px;
    }
  }
  @media (max-width: 768px) {
    header .right .digital-clock {
      display: flex;
      align-items: center;
      margin-right: 15px;
      font-size: 20px;
      justify-content: center;
      height: 56px;
    }
  }
  header .nav-menu .menu .menu-ul li a:hover,
  header .nav-menu .menu .menu-ul li.active a,
  header .right .digital-clock .seconds {
    color: #b7a369;
  }
  header .right .dropdown {
    margin-left: 50px;
  }
  @media (max-width: 1350px) {
    header .right .dropdown {
      margin-left: 25px;
    }
  }
  header .right .dropdown .dropdown-toggle {
    background: 0 0;
  }
  header .right .dropdown .dropdown-toggle svg {
    position: relative;
    top: -2px;
  }
  header .right .dropdown .dropdown-toggle svg path {
    fill: #8391ac;
  }
  header .right .dropdown .dropdown-menu {
    left: auto;
    right: 0;
  }
  @media (max-width: 1200px) {
    header .nav-menu {
      flex-direction: row;
    }
  }
  .dashboard-content .box.box-full .chart-info ul,
  .table tr:hover td .item .rightIcon,
  header .nav-menu .menu .menu-ul {
    display: flex;
  }
  @media (max-width: 1200px) {
    header .nav-menu .menu .menu-ul {
      position: absolute;
      top: 150px;
      left: 0;
      background: #fff;
      padding: 15px 0;
      z-index: 9;
      width: 100%;
      box-shadow: 0 18px 18px 0 rgba(91, 91, 91, 0.27);
      flex-direction: column;
      visibility: hidden;
      opacity: 0;
    }
    header .nav-menu .menu .menu-ul.active {
      top: 125px;
      visibility: visible;
      opacity: 1;
    }
  }
  header .nav-menu .menu .menu-ul li {
    margin-right: 22px;
  }
  @media (max-width: 1200px) {
    header .nav-menu .menu .menu-ul li {
      text-align: center;
      padding: 15px 0;
      margin: 0;
    }
  }
  .dashboard-content .box.box-full .chart-info ul li:last-child,
  header .nav-menu .menu .menu-ul li:last-child {
    margin-right: 0;
  }
  header .nav-menu .menu .menu-ul li a {
    font-weight: 700;
    color: #5f5f5f;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 0.2s linear;
  }
  @media (max-width: 1350px) {
    header .nav-menu .menu .menu-ul li a {
      font-size: 13px;
    }
  }
  @media (max-width: 1200px) {
    header .nav-menu .menu .menu-ul li a {
      font-size: 18px;
    }
  }
  header .nav-menu .menu .menu-icon {
    position: relative;
    width: 45px;
    height: 45px;
    cursor: pointer;
    border-radius: 50%;
    display: none;
    box-shadow: 0 0 18px 0 rgba(91, 91, 91, 0.27);
  }
  @media (max-width: 1200px) {
    header .nav-menu .menu .menu-icon {
      display: block;
      margin-left: 10px;
      background: #fff;
    }
  }
  header .nav-menu .menu .menu-icon.active span {
    background: 0 0;
    transition-delay: 0s, 0.5s;
  }
  header .nav-menu .menu .menu-icon.active span::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition-delay: 0s, 0.5s;
  }
  header .nav-menu .menu .menu-icon.active span::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: 0s, 0.5s;
  }
  header .nav-menu .menu .menu-icon span {
    position: absolute;
    width: 26px;
    height: 2.5px;
    border-radius: 2px;
    background: #373737;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: 0.5s;
    transition-delay: 0.5s;
  }
  header .nav-menu .menu .menu-icon span::after,
  header .nav-menu .menu .menu-icon span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #373737;
    display: block;
    top: -8px;
    border-radius: 2px;
    left: 0;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
    transition-delay: 0.5s, 0s;
    transition-duration: 0.5s, 0.5s;
  }
  header .nav-menu .menu .menu-icon span::after {
    top: 8px;
  }
  header .themeSwitch {
    display: block;
    width: 64px;
    margin-left: 20px;
  }
  @media (max-width: 768px) {
    header .themeSwitch {
      margin-left: 0;
      margin-right: 4px;
    }
  }
  header .themeSwitch .themeSwitch-sun {
    height: 18px;
    width: 18px;
    fill: #373737;
    transition: fill 0.3s;
  }
  header .themeSwitch .themeSwitch-moon {
    height: 16px;
    width: 16px;
    fill: #373737;
    transition: fill 0.3s;
  }
  header .themeSwitch .themeSwitch-toggle {
    height: 20px;
    width: 20px;
    fill: #373737;
    transition: fill 0.3s;
  }
  header .themeSwitch.isDarkMode .themeSwitch-moon,
  header .themeSwitch.isDarkMode .themeSwitch-sun,
  header .themeSwitch.isDarkMode .themeSwitch-toggle {
    fill: #fff;
  }
  .exchange-slider {
    background: #5f5f5f;
    padding: 18px 40px;
  }
  @media (max-width: 768px) {
    .exchange-slider {
      padding: 20px;
    }
  }
  .exchange-slider .loop {
    display: flex;
    justify-content: space-between;
  }
  .exchange-slider .loop .item {
    width: 125px;
    font-size: 18px;
    color: #b7a369;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin: 0 3.5vw;
  }
  @media (max-width: 768px) {
    .exchange-slider .loop .item {
      font-size: 14px;
      margin: 0 3vw;
    }
  }
  .exchange-slider .loop .item span {
    color: #fff;
    margin: 0 3px;
    font-weight: 700;
  }
  .exchange-slider .loop .item .price.highlight.rise {
    -webkit-animation: priceUpHighlight 1s;
    animation: priceUpHighlight 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .exchange-slider .loop .item .price.highlight.fall {
    -webkit-animation: priceDownHighlight 1s;
    animation: priceDownHighlight 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .exchange-slider .loop .item i {
    color: #fff;
    font-size: 18px;
  }
  .exchange-slider .loop .item i.fa-caret-up.highlight {
    -webkit-animation: caretUpHighlight 1s;
    animation: caretUpHighlight 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .exchange-slider .loop .item i.fa-caret-down.highlight {
    -webkit-animation: caretDownHighlight 1s;
    animation: caretDownHighlight 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  @media (max-width: 768px) {
    .exchange-slider .loop .item i {
      font-size: 16px;
    }
  }
  .dashboard-content .col-lg-4,
  .dashboard-content .col-lg-8 {
    padding: 0;
  }
  .dashboard-content .dashboard-right {
    background: #f5f5f5;
    padding: 30px 20px;
  }
  @media (max-width: 768px) {
    .dashboard-content .dashboard-right {
      padding: 30px 1px;
    }
  }
  .dashboard-content .dashboard-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  @media (max-width: 1350px) {
    .dashboard-content .dashboard-grid {
      grid-template-columns: 100%;
    }
  }
  .dashboard-content .dashboard-left {
    padding: 30px;
  }
  @media (max-width: 768px) {
    .dashboard-content .dashboard-left {
      padding: 15px;
    }
  }
  .dashboard-content .box {
    height: 100%;
    background: #fff;
    padding: 25px;
    box-shadow:   0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
  }
  @media (max-width: 768px) {
    .dashboard-content .box {
      padding: 25px 15px;
    }
  }
  .dashboard-content .box.box-full {
    grid-column: 1/3;
  }
  @media (max-width: 1350px) {
    .dashboard-content .box.box-full {
      grid-column: 1;
    }
  }
  .dashboard-content .box.box-full .chart-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  @media (max-width: 768px) {
    .dashboard-content .box.box-full .chart-info {
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center;
    }
  }
  .dashboard-content .box.box-full .chart-info ul li {
    margin-right: 70px;
  }
  @media (max-width: 768px) {
    .dashboard-content .box.box-full .chart-info ul li {
      margin-right: 30px;
    }
  }
  .dashboard-content .box.box-full .chart-info ul li h5 {
    color: #878787;
    font-size: 15px;
  }
  @media (max-width: 768px) {
    .dashboard-content .box.box-full .chart-info ul li h5 {
      font-size: 12px;
    }
  }
  .dashboard-content .box.box-full .chart-info ul li span {
    font-size: 20px;
    color: #232532;
    font-weight: 400;
    position: relative;
    display: flex;
    align-content: center;
  }
  @media (max-width: 768px) {
    .dashboard-content .box.box-full .chart-info ul li span {
      font-size: 18px;
    }
  }
  .dashboard-content .box.box-full .chart-info ul li span.drop:before,
  .dashboard-content .box.box-full .chart-info ul li span.rise:before {
    content: "\f0d7";
    font-family: FontAwesome;
    display: table;
    font-size: 16px;
    line-height: 30px;
    margin-right: 10px;
    color: #ff3838;
  }
  .dashboard-content .box.box-full .chart-info ul li span.rise:before {
    content: "\f0d8";
    color: #3a9d37;
  }
  .dashboard-content .box.box-full .chart-info .dropdown {
    margin-left: 10px;
  }
  @media (max-width: 768px) {
    .dashboard-content .box.box-full .chart-info .dropdown {
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: 10px;
    }
  }
  .dashboard-content .box.box-full .chart-info .dropdown button {
    border: 1px solid #b9b9b9;
    outline: 0;
    text-decoration: none;
  }
  @media (max-width: 768px) {
    .dashboard-content .box.box-full .chart-info .dropdown button {
      font-size: 12px;
    }
  }
  .dashboard-content .box.box-full .chart-info .dropdown button:after {
    border-color: #737373 transparent;
    color: #373737;
    font-size: 14px;
  }
  .dashboard-content .box.box-full .chart-info .dropdown .dropdown-menu {
    min-width: 100%;
    height: 200px;
    overflow: auto;
  }
  .dashboard-content .box.box-full .chart-info .dropdown .dropdown-menu a {
    padding: 0 5px;
  }
  .dashboard-content .box .economic-calendar .item ul,
  .dashboard-content .box.box-full .chart-container {
    width: 100%;
  }
  .dashboard-content .box:last-child {
    margin-bottom: 0;
  }
  .dashboard-content .box.loading {
    min-height: 200px;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .dashboard-content .box.loading * {
    visibility: hidden;
  }
  .dashboard-content .box .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  @media (max-width: 768px) {
    .dashboard-content .box .head.mobil-head {
      position: absolute;
      right: 15px;
    }
  }
  .dashboard-content .box .head.mb40 {
    margin-bottom: 25px !important;
  }
  .dashboard-content .box .head .title {
    font-size: 25px;
    color: #000000;
  }
  .dashboard-content .box .head .title.v2,
  .dashboard-content .box .tab-title {
    font-size: 20px;
    font-weight: 600;
    color: #545454;
  }
  @media (max-width: 768px) {
    .dashboard-content .box .head .title.v2 {
      margin-bottom: 0;
      margin-top: 0;
      text-align: center;
    }
  }
  .dashboard-content .box .head .head-right {
    display: flex;
    align-items: center;
  }
  .dashboard-content .box .head .head-right .dropdown button {
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    color: #232532;
    min-width: 120px;
    box-shadow: none;
    height: 30px;
    padding: 0;
  }
  .dashboard-content .box .head .head-right .tab {
    display: flex;
    margin-right: 25px;
  }
  .dashboard-content .box .head .head-right .tab li {
    font-size: 14px;
    margin-left: 15px;
    color: #373737;
    cursor: pointer;
  }
  .dashboard-content .box .head .head-right .tab li.v2 {
    font-size: 20px;
  }
  @media (max-width: 768px) {
    .dashboard-content .box .head .head-right .tab li.v2 {
      font-size: 15px;
    }
  }
  .dashboard-content .box .head .head-right .tab li.active,
  .news-analysis-table .item .text p .toggle {
    color: #b7a369;
  }
  .dashboard-content .box .tab-title {
    margin-bottom: 40px;
  }
  @media (max-width: 768px) {
    .dashboard-content .box .tab-title.mobil-title {
      margin-bottom: 25px;
      margin-top: 0;
      text-align: left;
    }
    .dashboard-content .box .tab-title {
      margin-bottom: 25px;
      margin-top: 20px;
      text-align: center;
    }
  }
  .dashboard-content .box .economic-calendar {
    padding: 0 10px;
  }
  .dashboard-content .box .economic-calendar .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dfdfdf;
    padding: 15px 0;
  }
  .dashboard-content .box .economic-calendar .item:last-child {
    border-bottom: none;
  }
  .dashboard-content .box .economic-calendar .item .flag {
    width: 50px;
    margin-right: 20px;
    border-radius: 2px;
  }
  .dashboard-content .box .economic-calendar .item .country {
    display: flex;
    flex-direction: column;
  }
  .dashboard-content .box .economic-calendar .item .country strong {
    font-size: 20px;
    color: #373737;
  }
  .dashboard-content .box .economic-calendar .item .country .cal span {
    margin-right: 15px;
    color: #a6a6a6;
    font-size: 17px;
  }
  .dashboard-content .box .economic-calendar .item p {
    color: #373737;
    font-size: 18px;
  }
  .dashboard-content .box .economic-calendar .item ul li {
    width: 100%;
    font-size: 18px;
    display: flex;
    color: #373737;
    justify-content: space-between;
  }
  .dashboard-content .box .economic-calendar .item ul li span,
  .dashboard-content .box .list-table ul li span {
    font-weight: 600;
  }
  .dashboard-content .box .list-table ul li {
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 8px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #373737;
  }
  .dashboard-content .box .news-analysis .item {
    color: #373737;
    font-size: 18px;
    display: block;
    border-bottom: 1px solid #dfdfdf;
    padding: 25px 8px;
  }
  @media (max-width: 768px) {
    .dashboard-content .box .news-analysis .item {
      font-size: 14px;
      align-items: center;
    }
  }
  .dashboard-content .box .news-analysis .item:last-child {
    border-bottom: none;
  }
  .dashboard-content .box .news-analysis .item img,
  .news-analysis-table .item img {
    margin-right: 20px;
    width: 114px;
    height: 64px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  @media (max-width: 768px) {
    .dashboard-content .box .news-analysis .item img {
      margin-right: 10px;
      width: 100px;
    }
  }
  .dashboard-content .box .news-analysis.summary .item {
    padding: 15px 0;
  }
  .dashboard-content .box .news-analysis.summary .item h5 {
    font-size: 18px;
  }
  .dashboard-content .box .news-analysis.summary .item h6,
  .news-analysis-table .item .text h6 {
    font-size: 12px;
    font-weight: 700;
    color: #a0a0a0;
    margin-bottom: 4px;
  }
  .dashboard-content .box .tabTranslate {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
  }
  .dashboard-content .box .tabTranslate .tabTranslateHead {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
  }
  .dashboard-content .box .tabTranslate .tabTranslateHead li {
    border: 0;
    font-size: 20px;
    color: #373737;
    cursor: pointer;
    margin-left: 20px;
  }
  .dashboard-content .box .tabTranslate .tabTranslateHead li.active {
    color: #b29d5f;
  }
  .dashboard-content .box .tabTranslate .tabTranslateContent {
    width: 100%;
  }
  .dashboard-content .box .tabTranslate .tabTranslateContent .translateContent {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
  }
  .dashboard-content .box .tabTranslate .tabTranslateContent .translateFlex {
    justify-content: space-between;
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .dashboard-content
    .box
    .tabTranslate
    .tabTranslateContent
    .translateFlex
    .quantity,
  .dashboard-content
    .box
    .tabTranslate
    .tabTranslateContent
    .translateFlex
    .translate {
    border-bottom: 1px solid #c2c2c2;
    padding: 5px;
    height: 45px;
    max-width: calc(50% - 10px);
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .dashboard-content
    .box
    .tabTranslate
    .tabTranslateContent
    .translateFlex
    .quantity
    input {
    border: 0;
    font-size: 20px;
    color: #373737;
    background: 0 0;
    width: calc(100% - 70px);
  }
  .dashboard-content
    .box
    .tabTranslate
    .tabTranslateContent
    .translateFlex
    .quantity
    span {
    font-size: 20px;
    color: #1a3d6f;
    opacity: 0.3;
  }
  .dashboard-content
    .box
    .tabTranslate
    .tabTranslateContent
    .translateFlex
    .translate {
    width: 100%;
    align-items: center;
  }
  .dashboard-content
    .box
    .tabTranslate
    .tabTranslateContent
    .translateFlex
    .translate
    select {
    height: 32px;
    width: 66px;
    padding-right: 23px;
    font-size: 20px;
    color: inherit !important;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 0;
    background: url(../images/material/down.svg) no-repeat right center;
  }
  .dashboard-content .box .tabTranslate .tabTranslateContent .output {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 15px 0 0;
  }
  .dashboard-content .box .tabTranslate .tabTranslateContent .output span {
    font-size: 20px;
    color: #373737;
    margin: 0 15px;
    overflow: hidden;
  }
  @media (max-width: 992px) {
    .dashboard-content .box .tabTranslate .tabTranslateContent .output span {
      display: block;
      width: 100%;
      margin: 0;
      text-align: center;
    }
  }
  .dashboard-content
    .box
    .tabTranslate
    .tabTranslateContent
    .output
    span:first-child {
    margin-left: 0;
  }
  .cross-rates .cross-rates-table {
    border: 1px solid #cacaca;
    margin-top: 50px;
  }
  .cross-rates .cross-rates-table tr td,
  .cross-rates .cross-rates-table tr th {
    border-right: 1px solid #cacaca;
    text-align: center;
    height: 50px;
    color: #373737;
    font-size: 17px;
    line-height: 50px;
    padding: 10px 0;
  }
  .cross-rates .cross-rates-table tr th .inner {
    display: inline-block;
    width: 82px;
  }
  @media (max-width: 768px) {
    .cross-rates .cross-rates-table tr th {
      font-size: 12px;
      height: 30px;
      line-height: 30px;
    }
    .cross-rates .cross-rates-table tr th .inner {
      width: 60px;
    }
  }
  .cross-rates .cross-rates-table tr td {
    color: #a1a1a1;
  }
  @media (max-width: 768px) {
    .cross-rates .cross-rates-table tr td {
      height: 30px;
      line-height: 30px;
      font-size: 12px;
    }
  }
  .cross-rates .cross-rates-table tr td:first-child {
    font-weight: 600;
    color: #373737;
  }
  .cross-rates .cross-rates-table tr td.rise {
    color: #3a9d37;
  }
  .cross-rates .cross-rates-table tr td.drop {
    color: #ff3838;
  }
  .cross-rates .cross-rates-table .up {
    -webkit-animation: riseHighlightCrossRate 1000ms;
    animation: riseHighlightCrossRate 1000ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .cross-rates .cross-rates-table .down {
    -webkit-animation: dropHighlightCrossRate 1000ms;
    animation: dropHighlightCrossRate 1000ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .slick-dots {
    display: table;
    margin: 0 auto;
    bottom: 20px;
    position: relative;
  }
  .slick-dots li {
    float: left;
  }
  .slick-dots li div {
    width: 12px;
    height: 12px;
    padding: 0;
    background: #9e9ea1;
    margin: 0 4px;
    border-radius: 50%;
    cursor: pointer;
  }
  .slick-dots .slick-active div {
    border: 0;
    width: 12px;
    height: 12px;
    background: #fff;
  }
  .fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .table {
    margin-bottom: 0;
  }
  .table tr {
    border-bottom: 1px solid #d5d5d5;
    margin: 10px;
  }
  .table tr:last-child {
    border: 0;
  }
  .table tr:hover td .item {
    background: #f7f5ef;
  }
  .table tr:hover td:first-child .item {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .table tr:hover td:last-child .item {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .table tr td {
    padding: 5px 0;
    border-bottom: 1px solid #dfdfdf;
    vertical-align: middle;
  }
  @media (max-width: 768px) {
    .table tr td:last-child {
      width: 25px !important;
    }
  }
  .table tr td:last-child .item {
    padding-right: 5px;
  }
  @media (max-width: 768px) {
    .table tr td:last-child .item {
      padding-right: 0;
    }
  }
  .table tr td:first-child .item {
    padding-left: 5px;
  }
  @media (max-width: 768px) {
    .table tr td:first-child .item {
      padding-left: 5px;
    }
  }
  .table tr td.economicCalendarItemTitleWrapper {
    vertical-align: middle;
  }
  .table tr td .item {
    display: flex;
    align-items: center;
    min-height: 54px;
    color: #373737;
    font-size: 18px;
    padding: 1px;
  }
  @media (max-width: 768px) {
    .table tr td .item {
      font-size: 13px;
      min-height: 54px;
    }
  }
  .table tr td .item.cal {
    background: #f8f8f8;
    font-size: 16px;
    font-weight: 600;
  }
  @media (max-width: 768px) {
    .table tr td .item.cal {
      font-size: 14px;
    }
  }
  .table tr td .item.economicCalendarItemTitle {
    display: inline-block;
    width: 340px;
    height: auto;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  @media (max-width: 768px) {
    .table tr td .item.economicCalendarItemTitle {
      width: auto;
    }
  }
  @media (min-width: 768px) and (max-width: 992px) {
    .table tr td .item.economicCalendarItemTitle {
      width: auto;
    }
  }
  @media (min-width: 992px) and (max-width: 1200px) {
    .table tr td .item.economicCalendarItemTitle {
      width: 110px;
    }
  }
  @media (min-width: 1200px) and (max-width: 1359px) {
    .table tr td .item.economicCalendarItemTitle {
      width: 245px;
    }
  }
  .table tr td .item.v2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 15px;
    font-weight: 600;
  }
  .table tr td .item.v2 span,
  .table tr th .item.v2 span {
    font-size: 12px;
    font-weight: 400;
  }
  .table tr td .item.center {
    justify-content: center;
  }
  .table tr td .item.end {
    justify-content: flex-end;
  }
  .table tr td .item.start {
    justify-content: flex-start;
  }
  .table tr td .item.hour {
    font-size: 12px;
    color: #8a8a8a;
  }
  @media (max-width: 768px) {
    .table tr td .item.hour {
      font-size: 10px;
    }
  }
  .table tr td .item.price {
    font-size: 20px;
  }
  @media (max-width: 768px) {
    .table tr td .item.price {
      font-size: 17px;
    }
  }
  .table tr td .item.rate {
    font-size: 17px;
  }
  @media (max-width: 768px) {
    .table tr td .item.rate {
      font-size: 12px;
    }
  }
  .table tr td .item.rise {
    color: #3a9d37;
  }
  .table tr td .item.drop {
    color: #ff3838;
  }
  .table tr td .item .arrowWrapper {
    display: inline-block;
    position: relative;
    height: 13px;
    width: 13px;
    margin-right: 5px;
    overflow: hidden;
  }
  .table tr td .item .arrowWrapper svg {
    position: absolute;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .table tr td .item.riseAnimated {
    -webkit-animation: riseHighlight 1000ms;
    animation: riseHighlight 1000ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .table tr td .item.riseAnimated .arrowWrapper svg {
    top: 13px;
    -webkit-animation-name: riseArrow;
    animation-name: riseArrow;
  }
  .table tr td .item.dropAnimated {
    -webkit-animation: dropHighlight 1000ms;
    animation: dropHighlight 1000ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .table tr td .item.dropAnimated svg {
    top: -13px;
    -webkit-animation-name: dropArrow;
    animation-name: dropArrow;
  }
  .table tr td .item .box-drop {
    border: 1px solid #ff3838;
    color: #ff3838;
    height: 35px;
    padding: 0 12px;
    border-radius: 12px;
  }
  @media (max-width: 768px) {
    .table tr td .item .box-drop {
      padding: 0 8px;
      height: 30px;
    }
  }
  .table tr td .item .box-rise {
    border: 1px solid #3a9d37;
    color: #3a9d37;
    height: 35px;
    padding: 0 12px;
    border-radius: 12px;
  }
  @media (max-width: 768px) {
    .table tr td .item .box-rise {
      padding: 0 8px;
      height: 30px;
    }
  }
  .table tr td .item img {
    width: 37px;
    height: 37px;
  }
  @media (max-width: 768px) {
    .table tr td .item img {
      width: 25px;
      height: 25px;
    }
  }
  .table tr td .item .rightIcon {
    width: 37px;
    height: 37px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(91, 91, 91, 0.27);
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
  }
  @media (max-width: 768px) {
    .table tr td .item .rightIcon {
      width: 25px;
      height: 25px;
    }
  }
  .table tr th {
    border: 0;
    padding: 10px 0;
  }
  .table tr th:first-child {
    padding-left: 0;
  }
  .table tr th.title {
    color: #b6b6b6;
    font-size: 15px;
  }
  .table tr th.title.v2 {
    font-size: 20px;
    font-weight: 600;
    color: #545454;
    padding-bottom: 50px;
  }
  .table tr th.title.v3 {
    font-size: 17px;
    color: #a6a6a6;
  }
  @media (max-width: 768px) {
    .table tr th.title.v3 {
      font-size: 12px;
    }
  }
  .table tr th .item {
    display: flex;
    align-items: center;
    color: #373737;
    font-size: 18px;
    padding: 0 5px;
    font-weight: 400;
    white-space: nowrap;
  }
  @media (max-width: 768px) {
    .table tr th .item {
      font-size: 12px;
    }
  }
  .table tr th .item.o50 {
    opacity: 0.5;
  }
  .table tr th .item.v2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 15px;
    font-weight: 600;
  }
  .table tr th .item.v3 {
    color: #cacaca;
    font-size: 14px;
  }
  @media (max-width: 768px) {
    .table tr th .item.v3 {
      font-size: 12px;
    }
  }
  .table tr th .item.center {
    justify-content: center;
  }
  .table tr th .item.end {
    justify-content: flex-end;
  }
  .table tr th .item.start {
    justify-content: flex-start;
  }
  .full-height {
    max-height: calc(100vh - 132px);
    overflow: hidden;
    overflow-y: scroll;
  }
  @media (max-width: 992px) {
    .full-height {
      overflow: auto;
      max-height: 100%;
      height: auto;
    }
  }
  .full-height::-webkit-scrollbar {
    width: 5px;
  }
  .full-height::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
  }
  .full-height::-webkit-scrollbar-thumb {
    background-color: #c1c4c5;
    border-radius: 10px;
  }
  .full-height-table {
    max-height: 301px;
    overflow: scroll;
    padding-right: 15px;
    width: 100%;
    table-layout: fixed;
  }
  .full-height-table td,
  body.lb-disable-scrolling {
    overflow: hidden;
  }
  @media (max-width: 992px) {
    .full-height-table {
      padding-right: 15px;
      max-height: 256px;
    }
  }
  .full-height-table.overflow-x {
    overflow-x: hidden;
  }
  .full-height-table.table-headings {
    overflow: visible;
    padding-right: 24px;
  }
  .full-height-table::-webkit-scrollbar {
    width: 5px;
  }
  .full-height-table::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    position: relative;
    right: -10px;
  }
  .full-height-table::-webkit-scrollbar-thumb {
    background-color: #c1c4c5;
    border-radius: 10px;
  }
  .star-form .star-rating {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    justify-content: space-around;
  }
  .star-form .star-rating .star {
    color: #e8e1cf;
    margin-bottom: 0;
    margin-right: 4px;
  }
  .star-form .star-rating .star.active {
    color: #b29d5f;
  }
  .news-analysis-table .item {
    color: #373737;
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #dfdfdf;
    padding: 25px 8px;
  }
  @media (max-width: 768px) {
    .news-analysis-table .item {
      font-size: 14px;
      align-items: flex-start;
      flex-wrap: wrap;
    }
  }
  .news-analysis-table .item:last-child {
    border-bottom: none;
  }
  .news-analysis-table .item .text h5 {
    margin-bottom: 8px;
  }
  .news-analysis-table .item .text p {
    font-size: 14px;
    color: #a0a0a0;
  }
  @media (max-width: 768px) {
    .news-analysis-table .item img {
      margin-right: 10px;
      width: 100%;
      height: auto;
      margin-bottom: 20px;
    }
    .mobil-hide-td {
      display: none;
    }
  }
  .hover01,
  .hover02 {
    transition: all ease-in-out 300ms;
  }
  .hover01:hover {
    box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0, -4px) scale(1.01);
    transform: translate(0, -4px) scale(1.01);
  }
  .hover02:hover {
    box-shadow: 0 17px 30px -8px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0, -1px) scale(1.02);
    transform: translate(0, -1px) scale(1.02);
  }
  .slick-list,
  .slick-slider {
    position: relative;
    display: block;
  }
  .slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: 0;
  }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .slick-slider .slick-list,
  .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-track:after,
  .slick-track:before {
    display: table;
    content: "";
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  [dir="rtl"] .slick-slide {
    float: right;
  }
  .slick-initialized .slick-slide,
  .slick-slide img {
    display: block;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden,
  body:after {
    display: none;
  }
  .lb-loader,
  .lightbox {
    text-align: center;
    line-height: 0;
  }
  body:after {
    content: url(../images/close.png) url(../images/loading.gif)
      url(../images/prev.png) url(../images/next.png);
         background-image: url("https://i.hizliresim.com/ol93x64.jpeg");
  }
  .lb-dataContainer:after,
  .lb-outerContainer:after {
    content: "";
    clear: both;
    display: table;
  }
  .lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: 0.8;
    display: none;
  }
  .lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400;
  }
  .lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff;
  }
  .lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
  }
  .lb-loader,
  .lb-nav {
    position: absolute;
    left: 0;
  }
  .lb-loader {
    top: 43%;
    height: 25%;
    width: 100%;
  }
  .lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
  }
  .lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
  }
  .lb-container > .nav {
    left: 0;
  }
  .lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
  }
  .lb-next,
  .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block;
  }
  .lb-nav a.lb-next,
  .lb-nav a.lb-prev {
    filter: alpha(Opacity=0);
    opacity: 0;
    transition: opacity 0.6s;
  }
  .lb-nav a.lb-prev {
    left: 0;
    background: url(../images/prev.png) left 48% no-repeat;
    width: 34%;
    float: left;
  }
  .lb-data .lb-close:hover,
  .lb-nav a.lb-next:hover,
  .lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
  }
  .lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
  }
  .lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .lb-data {
    padding: 0 4px;
    color: #ccc;
  }
  .lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
  }
  .lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
  }
  .lb-data .lb-caption a {
    color: #4ae;
  }
  .lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
  }
  .lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: 0.7;
    transition: opacity 0.2s;
  }
  .lb-data .lb-close:hover {
    cursor: pointer;
  }
  