/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v11-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}
/* noto-sans-700 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v11-latin-700.svg#NotoSans') format('svg'); /* Legacy iOS */
}
body {
    /* margin: 0; */
    font-family: 'Noto Sans', sans-serif;
    color: #212529;
    text-align: left;
    background-color: #000000;
    font-size: 14px;
    letter-spacing: .01em;
    font-weight: 400;
    line-height: 20px;
}
a:hover {
    text-decoration: none;
}
.btn:focus {
    box-shadow: none;
}
.bg-dark {
    background-color: #0d0f15!important;
}
.top_head .navbar-brand img {
    width: 80px;
}
.top_head .navbar-brand {
    padding: 0;
}
.top_head {
    padding: 8px 15px;
    box-shadow: 4px 4px 10px #000;
    border-bottom: 1px solid;
}

.navlink_bg {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    background-color: rgb(255 255 255 / .1);
    border-radius: 4px;
}
#open_closetrade.active .navlink_bg {
    background-color: #ffd700;
    color: #000;
}
.top_head .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #171f38;
    margin: 0 6px;
    border-radius: 5px;
    color: rgba(255,255,255,.8);
}
.top_head .navbar-nav .nav-link i {
    font-size: 20px;
    margin-bottom: 0;
}
.top_head .navbar-nav .nav-link:hover {
    color: #fff;
}
.top_head .navbar-nav .nav-link:hover img {
    opacity: 1;
}
.top_head .nav_link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top_head .nav_link img {
    width: 17px;
    margin-bottom: 3px;
    opacity: 0.6;
}
.top_head .navbar-nav {
    align-items: center;
}
.top_head .nav_link span {
    line-height: normal;
}
.divider_head {
  display: block;
  width: 1px;
  height: 50px;
  background: rgb(255 255 255 / 0.2);
  margin: 0 10px;
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.btn_group {
    margin: 0 10px;
}
.btn_green {
  background-color: #31BAA0;
}
.btn_green span {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-left: 5px;
}
.account_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 20px;
}

.btn_account {
    display: flex;
    align-items: center;
    background-color: rgb(255 255 255 / .1);
    color: #fff;
}

.account_text small {
    font-size: 70%;
    opacity: .7;
}

.account_text span {
    font-weight: 600;
}
.main_body {
    height: 100vh;
    padding-top: 71px;
}

.left_menu {
    background: #0d0f15;
    width: 100px;
    position: fixed;
    height: calc(100% - 71.28px);
    box-shadow: 4px 4px 10px #000;
}
.left_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.left_menu ul li {
    height: 100%;
}
.left_menu ul li a:hover svg, .left_menu ul li a.active svg {
    opacity: 1;
}
.left_menu ul li a svg {
    opacity: .7;
}
.left_menu ul li span {
    margin-top: 5px;
    font-size: 13px;
    text-transform: capitalize;
}
.left_menu ul li a i {
    font-size: 16px;
}
.left_menu_devider {
    display: block;
    width: 70px;
    height: 1px;
    background: rgb(255 255 255 / 0.5);
    margin: 0.50rem auto;
    display: none;
}
.left_menu ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0.7rem .2rem;
    border-bottom: 1px solid #000000;
    transition: all 0.3s 0s;
    color: rgb(255 255 255 / 0.7);
    border-left: 2px solid transparent;
    height: 100%;
    justify-content: center;
}
.left_menu ul li a:hover,
.left_menu ul li a.active {
    color: gold;
    background-color: black;
    border-left: 2px solid;
    background: linear-gradient(90deg, #f3c12026 0%, #0d0f15 107%);
}

.main_content {
    display: flex;
    height: 100%;
    padding-left: 100px;
}
.main_contents {
    display: flex;
    padding-left: 100px;
}

.center_content {
    flex: 1;
    background: #000;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.right_content_head {
    font-size: 14px;
    color: rgb(255 255 255 / .7);
    font-weight: 400;
    margin-bottom: 15px;
}
.right_amount .form-group {
    position: relative;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #0d0f15;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.right_amount .form-group .form-control:focus {
    color: #fff;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
}
.right_amount .form-group .form-control {
    background: transparent;
    border: none;
    padding: 3px 30px 3px 10px;
    color: #fff;
    font-size: 1rem;
    height: inherit;
}
.right_amount .form-group a img {
    width: 20px;
}

.right_amount .form-group a {
    /* position: absolute; */
    /* top: 25%; */
    /* right: 8px; */
}
.amount_price a {
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 0.375rem 0.75rem;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    border-radius: 4px;
    background-color: #0d0f15;
    width: calc(33.33% - 4px);
    margin: 2px;
    transition: all 0.3s 0s;
}
.amount_price a:hover {
    color: #f3c120;
}
.amount_price {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}
.right_amount {
    padding: 15px;
}
.profit_price {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.profit_price h3 {
    margin-bottom: 0;
    color: #00cebe;
    font-size: 1.875rem;
}

.profit_price span {
    margin-right: 20px;
    font-size: 1.25rem;
    color: #00cebe;
}
.right_profit {
    padding: 15px;
    border-left: 1px solid #0d0f15;
    border-right: 1px solid #0d0f15;
}

.right_traders .right_content_head {
    margin-bottom: 1rem;
    text-align: center;
}
.right_traders .progress {
  height: 0.4rem;
  width: calc(100% - 140px);
  left: 70px;
  position: relative;
}
.bg_red {
  background-color: #FC5F5F;
}
.bg_green {
  background-color: #31BAA0;
}
.progressbar_text span {
    font-size: 22px;
}

.progressbar_text {
    display: flex;
    justify-content: space-between;
    margin-top: -15px;
}
.red_color {
  color: #FC5F5F !important;
}
.green_color {
  color: #31BAA0 !important;
}
.right_traders {
    border: 1px solid #0d0f15;
    padding: 15px;
    margin-bottom: -1px;
}
.btn_up {
    width: 100%;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    margin: 10px 0;
}
.btn_up:hover {
  color: #fff;
} 

.btn_up span {
    margin-right: 5px;
}

.time_sec {
    height: 60px;
    background: #0d0f15;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0.25rem;
}

.time_sec h5 {
    margin-bottom: 0;
}
.right_content_50 {
    width: 300px;
    flex: 0 0 300px;
    padding: 0.5rem 10px;
    background: #0d0f15;
    box-shadow: -4px -4px 10px #000;
    position: relative;
    z-index: 1;
}
.right_content_50 h4 {
    color: #fff;
    text-align: center;
    margin-top: 50px;
    font-size: 20px;
}

.open_close_trade .nav-pills .nav-link.active, .open_close_trade .nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent;
    position: relative;
}
.open_close_trade .nav-pills {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.open_close_trade .nav-pills .nav-link.active:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background-color: #f3c120;
}

.open_close_trade .nav-pills .nav-link {
    color: rgb(255 255 255 / 0.5);
    font-size: 16px;
    font-weight: 600;
    padding: 0.75rem 1rem;
}
.open_close_trade .nav-item {
    width: 50%;
    text-align: center;
}
.open_close_trade {
    height: calc(100vh - 80px);
	display: flex;
    flex-direction: column;
}
.open_close_trade .tab-content {
    flex: 1;
}
.not_openorder {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    flex-direction: column;
}
.not_openorder p {
    max-width: 180px;
}
.open_close_trade .tab-content>.active {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.close_trade {
    overflow: auto;
    flex: 1;
}
.close_trade_texttop h6 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.close_trade_text {
    padding: 15px;
    border-radius: 4px;
    background-color: #000000;
    margin-bottom: .5rem!important;
}
.indicators {
    height: 230px;
    background-color: #000;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.indicators h1 {
    color: #fff;
    font-size: 20px;
}
.close_trade_texttop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .5rem;
}
.c_dflex {
    display: flex;
    align-items: center;
}

.c_dflex h6 {
    margin-bottom: 0;
    margin-left: 5px;
    color: #fff;
    font-weight: 400;
}

.close_trade_textcenter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .5rem;
}

.close_trade_textcenter p {
    margin-bottom: 0;
    color: #fff;
}
.close_trade_textbottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.close_trade_textbottom p {
    color: rgb(255 255 255 / 0.5);
    margin-bottom: 0;
}
.rightcontent {
    position: fixed;
    right: 0;
    top: 71px;
    height: calc(100% - 71px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}
.rightcontent.show {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.community_sec .nav-pills .nav-link {
    border-radius: .25rem;
    font-size: 16px;
    padding: 0.75rem 20px;
    font-weight: 400;
    color: rgb(255 255 255 / 0.5);
}
.community_sec .nav-pills .nav-link.active, .community_sec .nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent;
    position: relative;
    font-weight: 700;
}
.community_sec .nav-pills .nav-link.active:after, .community_sec .nav-pills .show>.nav-link:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #f3c120;
    border-radius: 4px 4px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.community_sec .nav {
    background: #0d0f15;
}
.community_banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../img/affiliate_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 240px;
    background-size: cover;
    position: relative;
}
.community_banner:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.8;
    z-index: 1;
    background: radial-gradient(50% 158.02% at 50% 50%, rgb(51 46 29 / 0.7) 0%, #000000 100%);
    opacity: 1;
}
.community_banner img {
    z-index: 1;
    width: 40px;
}

.community_banner h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
    z-index: 1;
}

.community_banner h6 {
    text-align: center;
    color: rgb(255 255 255 / 0.7);
    font-size: 24px;
    line-height: 1.3;
    z-index: 1;
}
.community_box {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #0d0f15;
    background-image: url(../img/feature-bg.jpg);
    background-size: cover;
    background-position: center;
    border: 2px solid transparent;
    transition: all .3s 0s;
}
.community_box:hover {
    border-color: #f3c120;
}
.boxtop_text {
    margin-bottom: 10px;
}
.community_boxtop {
    padding: 15px;
    text-align: center;
    position: relative;
}
.community_boxtop img {
    height: 84px;
    width: 84px;
    border-radius: 50%;
    border: 2px solid #f3c120;
}
.start_coping {
    color: #000;
    text-align: center;
    display: flex !important;
    align-items: center;
    /* letter-spacing: 0; */
    padding: 5px 5px !important;
}
.start_coping img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    border: 0;
    filter: brightness(0);
}
.start_coping span{
    color: #000 !important; 
}
.start_coping:hover {
    color: #f3c120;
}
.community_boxtop h2 {
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}
.boxtop_text .badge img {
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 0;
    margin-right: 5px;
}
.community_boxcenter {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid;
    text-align: center;
}

.boxcenter_text p {
    color: rgb(255 255 255 / 0.5);
    margin-bottom: 0;
    font-size: 11px;
}

.boxcenter_text h4 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.community_boxbottom {
    border-top: 1px solid;
    padding: 15px;
}
.boxbottom_flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.boxbottom_flex span {
    color: rgb(255 255 255 / 0.5);
    font-size: 13px;
}
.boxbottom_flex h4 {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    margin-top: 3px;
}

.community_boxbottom .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    border-radius: 100px;
    color: gold;
}

.community_boxbottom .btn img {
    margin-right: 8px;
}
.btn_flex {
    display: flex;
}
.btn_flex .btn {
    color: #000;
    padding: 13px 0;
    border-radius: 100px;
    font-size: 16px;
    flex: 1;
    font-weight: bold;
}
.btn_active {
  background: #f3c120;
}
.btn_flex button:first-of-type {
    margin-right: 15px;
}
button {
    outline: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
}
button:focus {
    outline: none;
}
.row_margin {
  margin-top: 30px;
}
.serach_item {
      position: relative;
      height: 45px;
      flex: 1;
      display: flex;
      align-items: center;
}
.serach_item .inputSearch {
    height: 100%;
    border: 0;
    border-radius: 100px;
    border-right: none;
    color: #fff;
    padding: 14px 30px 14px 20px;
    width: 100%;
    background-color: #000000;
}
.btnSearch {
  padding: 14px 25px;
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  background-color: #f3c120;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  border-radius: 100px;
  margin-left: 15px;
  font-weight: 600;
}
.challenges_box:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/bg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .1;
}

.community_banner_text .col-lg-4:nth-child(2) {
    margin-top: -150px;
}
.community_banner_text .right_content_head {
    margin-bottom: 13px;
}
.community_banner_text {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: -180px;
    padding: 0 30px;
    margin-bottom: 50px;
}
.position_relative {
  position: relative;
  z-index: 1;
}
.portfolio_sec {
    padding: 0 15px;
}






.highcharts-background {
    fill: transparent;
}
.highcharts-point-down {
    fill: #fc5f5f;
}
.highcharts-point-up {
    fill: #31baa0;
}
.highcharts-range-selector-group {
    display: none;
}
.highcharts-grid path, .highcharts-tick, .highcharts-navigator-outline, .highcharts-axis-line {
    stroke: #0d0f15;
}
.highcharts-credits{
  display: none;
}
.highcharts-container {
    background-image: url(../img/world_map.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#container {
    flex: 1;
    height: 100%;
}
.highcharts-title {
    fill: white !important;
}
.portfolio_stats {
    padding-top: 20px;
}

.portfolio_sec_head {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: -30px;
    z-index: 1;
}
.portfolio_statsbox_left {
    width: 100%;
}
.portfolio_statsbox {
    background: #0d0f15;
    padding: 20px;
    border-radius: 13px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}
.luckydraw_box .portfolio_statsbox{
  background: linear-gradient(90deg, #000000 0%, #0d0f15 50%, #000000 100%);
}
.portfolio_statsbox_left h3 {
    font-size: 30px;
    color: #fff;
}

.portfolio_statsbox_left span {
    color: rgb(255 255 255 / 0.5);
}
.portfolio_list{
  margin-top: 20px;
}
.portfolio_list .community_sec .nav {
    background: transparent;
    border-bottom: 1px solid rgb(255 255 255 / .15);
    justify-content: flex-end;
}
.copying_sec {
    text-align: center;
    margin: 50px 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.copying_sec .btn_up {
    width: inherit;
    margin-top: 30px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid rgb(255 255 255 / 0.15);
}
.history_sec .table th {
    font-weight: 400;
}
.history_sec .table {
    margin: 0 0 20px 0;
    color: rgb(255 255 255 / 0.5);
}
.mb_30 {
    margin-bottom: 30px;
}
.history_sec .table tbody tr td .button {
    font-size: 11px;
    padding: 2px 5px !important;
    margin: 0 2px;
    display: inline-block !important;
    line-height: normal;
}
.table td, .table th {
    border-top: 1px solid rgb(255 255 255 / 0.15);
}
.modal .modal-title small {
    font-size: 70%;
}
.btn-secondary.active {
    background: #F3C11F !important;
    color: #000 !important;
}
.expertarea_banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/expertarea_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 115px);
  position: relative;
}
.requirement_text {
    margin-top: 30px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.requirement_text:after {
    background-image: url(../img/feature-bg.jpg);
    background-size: cover;
    background-position: center;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.requirement_text h4 .btn img {
    width: 20px;
}
.requirement_text h4 {color: #fff;margin-bottom: 30px;}

.requirement_text ul {
    list-style: none;
    margin: 0;
    border-radius: 10px;
    padding: 30px 40px;
    border: 2px solid #c99728;
    position: relative;
    z-index: 1;
}
.requirement_text ul li span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 0.2);
    margin-right: 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.requirement_text ul li {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.requirement_text ul li p {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
}
.requirement_text h4 .btn {
    border-radius: 100px;
    padding: 2px;
    line-height: 0;
    margin-left: 5px;
}
.expertarea_banner .portfolio_sec_head {
    margin: 0;
    font-size: 40px;
}

.expertarea_banner .btn_up img {
    width: 25px;
    margin-right: 15px;
}

.expertarea_banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: radial-gradient(50% 158.02% at 50% 50%, rgb(0 0 0 / 80%) 0%, #000000 100%);
    opacity: 1;
}

.affiliate_50 {
    /* width: 50%; */
    flex: 0 0 50%;
    padding: 30px;
}

.affiliate_sec_right {
    background: radial-gradient(50% 158.02% at 50% 50%, rgb(243 193 32 / 0.8) 0%, #000000 100%);
    padding: 50px;
    background-image: url(../img/footer-bg.jpg);
    background-size: cover;
    background-position: center;
}
.registration_link {
    margin: 50px 0 0;
    background-color: #0d0f15;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
}
.registration_link .serach_item:first-of-type {
    /* margin-bottom: 30px; */
}
.affiliate_box {
    background: rgb(0 0 0 / .4);
    border-radius: 20px;
    align-items: center;
    padding: 60px 15px 40px;
    width: 100%;
    text-align: center;
    margin: 15px;
}

.affiliate_box:hover {
}
.affiliate_box img {
    width: 110px;
    margin-bottom: 25px;
    margin-top: -110px;
}

.affiliate_boxflex p {
    margin-bottom: 0;
    font-size: 16px;
    color: rgb(255 255 255 / 0.8);
}
.affiliate_box:nth-child(2) {
    margin-top: 80px;
}

.affiliate_sec_right .d-flex {
    align-items: center;
}
.affiliate_boxflex h5 {
    color: #fff;
    font-size: 28px;
}
.affiliate_sec_right .divider_head {
    margin: 10px auto;
}
.luckydraw_sec {
    display: flex;
}
.luckydraw_sec_left {
  text-align: center;
  background-color: black;
}
.luckydraw_sec_left h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    font-size: 32px;
}

.luckydraw_sec_left h6 {
    color: #f3c120;
    margin-bottom: 15px;
}
.luckydraw_sec_left img {
    width: 70%;
}
.luckydraw_sec_left a {
    color: #ffffff;
    width: 100%;
    text-align: center;
    border: 1px solid #0d0f15;
    display: inline-block;
    padding: 10px;
    max-width: 200px;
}
.luckydraw_box {
    text-align: center;
}
.luckydraw_box h6 {
    color: #f3c120;
    margin-bottom: 15px;
}

.luckydraw_box h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 32px;
}
.clock {
  height: 18vh;
  color: white;
  font-size: 8vh;
  line-height: 15vh;
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: center;
  background: radial-gradient(ellipse at center, rgb(255 215 0 / 0.2) 0%, #000000 70%);
}

.clock::before, .clock::after {
  /* content: ''; */
  width: 7ch;
  height: 3vh;
  background: linear-gradient(to top, transparent, black);
  position: absolute;
  z-index: 2;
}

.clock::after {
  bottom: 0;
  background: linear-gradient(to bottom, transparent, black);
}
.clock .seconds {
    color: gold;
}
.clock > div {
  display: flex;
  margin: 0 15px;
}

.tick {
  line-height: 14vh;
}

.tick-hidden {
  opacity: 0;
}

.move {
  animation: move linear 1s infinite;
}

@keyframes move {
  from {
    transform: translateY(0vh);
  }
  to {
    transform: translateY(-20vh);
  }
}

.luckydraw_box p {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    color: #fff;
}

.luckydraw_box p b {
    color: #f3c120;
    display: block;
    margin-bottom: 5px;
}
.latestwinner_sec {
    padding: 30px;
    background-color: #040406;
}
.latestwinner_sec .community_box {
    background-color: #0d0f15;
    background-image: none;
    border: 0;
}
.latestwinner_sec .community_boxtop {
    display: flex;
    align-items: center;
    text-align: left;
}
.latestwinner_head {
    text-align: center;
}
.latestwinner_head img {
    /* margin-bottom: -45px; */
}
.latestwinner_head h4 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: .01em;
}
.winner_history_head {
    font-size: 18px;
    font-weight: 600;
    color: #f3c120;
    display: block;
    margin-bottom: 10px;
    border-left: 2px solid;
    padding: 5px 0 5px 15px;
}
.boxtop_text span {
    color: #fff;
    padding: 5px 32px;
    font-size: 12px;
    background-color: #212529;
    font-weight: 500;
    display: block;
    z-index: 1;
    position: absolute;
    max-width: 200px;
    top: 20px;
    right: -30px;
    transform: rotate(45deg);
    background: radial-gradient(50% 158.02% at 50% 50%, rgb(255 215 0 / .2) 0%, #0d0f1500 100%);
}
.bg_transparent {
    background: transparent;
}
.howjoin_sec {
    height: inherit;
}
.bg_transparent p {
    color: rgb(255 255 255 / 0.5);
    font-size: 16px;
    line-height: 24px;
}
.challenge_banner {
  background-image: url(../img/bg.svg);
}

.challenges_box {
  display: block;
  padding: 15px 20px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  background-color: #0d0f15;
  transition: all 0.3s 0s;
  border: 2px solid transparent;
}
.challenges_box:hover {
    background-color: #000;
    border: 2px solid #0d0f15;
}
.challenges_boxtop {
    display: flex;
    align-items: center;
    position: relative;
}
.chaleenge_tab .col-lg-3{
  margin-bottom: 30px;
}
.challenges_boxtop h4 {
    margin-left: 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.cross_label {
    color: #fff;
    position: absolute;
    top: -15px;
    right: -20px;
    font-weight: 700;
    padding: 1px 20px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
    transform: translateX(23%) translateY(55%) rotate(45deg);
    font-size: 13px;
    background: radial-gradient(50% 158.02% at 50% 50%, rgb(243 193 32 / 46%) 0%, #0d0f15 100%);
}
.challenges_boxbottom {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 30px 0px 0;
}

.chb_text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chb_text span {
    font-size: 14px;
    color: rgb(255 255 255 / .7);
    margin-bottom: 10px;
}

.chb_text img {
    width: 60px;
}

.chb_text h5 {
    margin-top: 10px;
    font-size: 1rem;
}
.chb2 h5 {
    color: #cecece;
}
.chb1 h5 {
    color: #f3c120;
}
.chb3 h5 {
    color: #915700;
}
.chb2 {
    padding: 35px 0 0;
}

.chb1 {
    padding: 5px 0 0;
}

.chb3 {
    padding: 35px 0 0;
}
.agency {
  color: #fff;
}
.challenges_box_logo {
    text-align: center;
    margin-bottom: 30px;
}
.challenge_sec {
  position: relative;
  z-index: 1;
}
.chaleenge_tab {
    padding: 20px;
}
.gradiant_1 {
  background: -webkit-linear-gradient(0deg, #e1358f 0, #7e6ce7 100%);
}
.gradiant_2 {
  background: -webkit-linear-gradient(0deg, #e2906e 0, #e83a99 100%);
}
.gradiant_3 {
  background: -webkit-linear-gradient(0deg, #d180dd 0, #796be8 100%);
}
#timer {
    font-size: 20px;
    font-weight: 400;
    color: white;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

#timer div {
    
}

#timer div span {
    color: rgb(255 255 255 / .7);
    display: block;
    font-size: 12px;
    font-weight: 400;
}
.challenges_boxcenter {
    background-color: rgba(255, 255, 255, 0.18);
    border-radius: 5px;
    padding: 10px 20px;
    margin: 20px auto;
    background: radial-gradient(50% 158.02% at 50% 50%, rgb(243 193 32 / 0.3) 0%, #0d0f1500 100%);
}
.challenges_boxbottoms {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.challenges_boxbottoms .boxcenter_text p {
  font-size: 14px;
  color: rgb(255 255 255 / 0.7);
}
.timer_head {
    display: block;
    margin: 20px auto;
    text-align: center;
    color: rgb(255 255 255 / .7);
    font-weight: 400;
}
.theme_color {
  color: #f3c120 !important;
}
.challenges_boxtop img {
    width: 47px;
}
.wallet_sec {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 0 30px;
    margin: 20px 0 30px;
}
.total_assets {
    padding: 30px;
    position: relative;
}

.total_assets h5 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 0;
    text-align: center;
}

.total_assetsfelx {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(13 15 21);
    border-radius: 10px;
    flex-direction: column;
}

.total_assetsfelx h4 {
    font-size: 44px;
    color: #fff;
    margin-bottom: 0;
}

.total_assetsfelx img {
    width: 100px;
    margin: 15px 0;
    padding: 10px;
    background: #f3c120;
    border-radius: 100%;
}

.total_assetsfelx h6 {
    color: #fff;
    margin-bottom: 0;
    font-size: 24px;
}
.total_assets:after {
    content: "";
    background-image: url("../img/footer-bg.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .5;
}

.total_assets .row {
    position: relative;
    z-index: 1;
}

.hide_balance {
    padding-top: 15px;
    text-align: center;
}

.hide_balance a {
    color: #f3c120;
    font-size: 16px;
    display: block;
}
.mainwallet_tab {margin: 30px 0px 0;}
.wallet_box {
    background-color: #0d0f15;
    background-image: none;
    border: 0;
}
.wallet_box .community_boxtop {
  justify-content: center;
  padding: 15px 15px;
  flex-direction: column;
}

.wallet_box .community_boxtop .cd_flex {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.boxtop_textright h2 {
    font-size: 20px;
    color: #fff;
    text-align: right;
}

.boxtop_textright span {
    color: rgb(255 255 255 / 0.5);
}
.wallet_box .community_boxtop img {
    border-radius: 0;
    border: none;
    height: 54px;
    width: 54px;
    padding: 6px;
    background: #fff;
    border-radius: 100%;
}
.wallet_box .boxcenter_text img {
    width: 22px;
}

.wallet_box .boxcenter_text {
    text-align: center;
    width: 33.33%;
    border-right: 1px solid rgb(255 255 255 / 0.15);
}

.wallet_box .boxcenter_text p {
    font-size: 14px;
    margin-top: 7px;
    color: #fff;
}

.wallet_box .boxcenter_text:hover p {
    color: gold;
}
.transaction_history .history_sec .table {
    margin: 0;
    color: rgb(255 255 255 / 0.5);
}

.exchange_tab {
    margin: 30px 0px 0;
}
.exchange_box {
    border-radius: 15px;
    padding: 30px;
    text-align: center;
}

.exchange_box h5 {
    color: rgb(255 255 255 / 0.7);
}

.exchange_box h2 {
    font-size: 50px;
    color: #fff;
}

.btn_theme {
    background: #f3c120;
    color: #000;
}

.exchange_box a {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}
.exchange_box a:hover {
    color: #000;
}
.exchange_sec {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 0 30px;
    margin: 30px 0 30px;
}
.exchange_currencies .latestwinner_head {
    text-align: center;
}
.exchange_currencies_bg {
    padding: 30px 30px;
    border-radius: 20px;
    background-image: url(../img/feature-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.exchange_top {
    width: 100%;
}
.exchange_currencies_bg .form-group label {
    font-weight: 600;
    color: #fff;
}

.exchange_currencies_bg .form-group .form-control {
    background: transparent;
    color: #fff;
    border-radius: 8px;
    font-size: 0.875rem;
    height: inherit;
    padding: .75rem 1rem;
    border: 1px solid rgb(255 255 255 / 0.5);
}
.exchange_currencies_bg .form-group .form-control:focus {
    box-shadow: none;
    outline: none;
}
.exchange_currencies_bg .form-group small {
    font-size: 90%;
    font-weight: 500;
    color: #fff !important;
    margin-top: 5px;
    margin-bottom: 5px;
}
.exchange_top .form-group {
    position: relative;
    margin-bottom: 0;
}

.currencies_type {
    position: absolute;
    top: 30%;
    right: 10px;
    background: #0d0f15;
    padding: 7px 10px;
    color: #fff !important;
    border-radius: 8px;
    transform: translateY(-50%);
    font-weight: 500;
    margin-top: 2px;
}
.currencies_type:hover {
    color: #000;
}
.currencies_type img {
    width: 19px;
}
.exchange_center {
    text-align: center;
    display: block;
    width: 35%;
    transform: rotateZ(45deg);
}

.exchange_center img {
    background: #f3c120;
    padding: 5px;
    border-radius: 100%;
    box-shadow: 0 0 30px rgb(255 255 255 / 50%);
    width: 50px;
    height: 50px;
}
.exchange_topflex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.exchange_currencies_bg .btn {
    width: inherit;
    color: #000;
    border-radius: 100px;
    margin: 0 0 0 30px;
    display: table;
}
.exchange_currencies_bg .form-group .form-control:focus {
    border-color: #f3c120;
}
.dashboard_sec {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 0 30px;
    margin: 20px 0 30px;
}
input:focus {
    outline: none;
}
.dashboard_sec .portfolio_statsbox {
    margin-top: 0;
    margin-bottom: 30px;
}
.dashboard_sec .portfolio_statsbox_left span {
    color: rgb(0 0 0);
    font-weight: 500;
}

.highcharts-figure, .highcharts-data-table table {
  min-width: 320px; 
  max-width: 500px;
  margin: 1em auto;
}

#tradestats {
  height: 400px;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #EBEBEB;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}
.trades_summery {
    margin-bottom: 0;
    padding: 50px 10px;
}
.trades_summery .right_content_head {
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.trades_summery .progress {
    height: 1rem;
    border-radius: 1rem;
}
.trades_summery .progressbar_text span {
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
}
.trades_summery .progressbar_text {
    margin: 10px 0;
    width: calc(100% - 140px);
    left: 70px;
    position: relative;
}
.trade_stats {
    background: #0d0f15;
    border-radius: 20px;
}
.custom_dropdown {
    right: 0;
    left: inherit;
    background-color: #0d0f15;
    border: 1px solid rgb(255 255 255 / 0.15);
    min-width: 14rem;
    padding: 0;
}
.live_account {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.live_accountleft {
    display: flex;
    align-items: center;
}

.live_accountcenter span {font-size: 13px;color: rgb(255 255 255 / 0.5);}

.live_accountcenter h5 {
    color: #fff;
    margin-bottom: 0;
}
.live_accountleft .form-check {
    padding-left: 1.75rem;
}
.live_account:first-of-type {
    border-bottom: 1px solid;
}
.quick_deposit {
    min-width: 18rem;
    padding: 15px;
}
.currencies_drop {
    min-width: inherit;
    max-width: 100px;
}
.currencies_drop .dropdown-item img {
    width: 20px;
    margin-right: 5px;
}

.currencies_drop .dropdown-item {
    padding: 0.7rem 3rem 0.7rem 1rem;
    color: #fff !important;
    border-bottom: 1px solid rgb(255 255 255 / 0.15);
    font-size: 0.875rem;
    cursor: pointer;
}
.currencies_drop .dropdown-item:focus, .currencies_drop .dropdown-item:hover {
    background-color: #000000;
}
.cd_flex .boxtop_text span {
    border-radius: 0;
    background: transparent;
    padding: 0 10px 0;
    color: rgb(255 255 255 / 0.5);
    font-weight: 400;
    letter-spacing: 1px;
    position: inherit;
    transform: none;
}

.cd_flex .boxtop_text h2 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    margin: 0;
}
.wallet_box .community_boxtop .boxtop_textright {
    display: flex;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid rgb(255 255 255 / 0.1);
    width: 100%;
    justify-content: center;
    margin-top: 15px;
}

.wallet_box .community_boxtop .boxtop_textright h2 {
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 0;
}
.wallet_box .boxcenter_text:last-of-type {
    border-right: none;
}
.cd_flex .boxtop_text {
    margin-top: 15px;
    margin-bottom: 0;
}

.up_down {
    padding: 15px;
    max-width: 1100px; 
    width: 100%;
    margin: 0 auto;
    background-color: #000;
}
.right_bottom {
    padding: 15px;
}

.up_down .d-flex {
    border: 1px solid #0d0f15;
}

img.rotate {
    transform: rotate(45deg);
    width: 30px;
}



.winner_history .boxtop_text {
    margin-left: 15px;
}
.winner_history .boxtop_text h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
.winner_history .boxtop_text span {
    display: inline-block;
    position: inherit;
    transform: inherit;
    background: #212529;
    border-radius: 100px;
}



.draw_rules {
    padding: 30px;
}
.draw_rules h4 {
    color: #fff;
    margin-bottom: 15px;
}
.draw_rules p {
    color: rgb(255 255 255 / 0.7);
    display: flex;
}
.draw_rules p b {
    margin-right: 10px;
}
.draw_rules p:last-of-type{
  margin-bottom: 0px;
}

.affiliate_sec_right .latestwinner_head, .affiliate_sec_right .latestwinner_head h4 {
    color: #fff;
}


.aff_new_flex {
    height: calc(100vh - 71px);
    display: flex;
    flex-direction: column;
}
.aff_new {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    flex: 1;
}
.aff_new h4 {
    margin-bottom: 20px;
    max-width: 600px;
    line-height: 36px;
    margin: 0 auto 30px;
}
.button {
    background-color: #f3c120;
    color: #000;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
}
.button:hover {
    background-color: #ffd700;
    color: #000;
}
.transaction_history h4{
  color: #fff;
  margin-bottom: -38px;
  margin-left: 10px;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: .01em;
}
.total_assets .row {
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.hide_balance a img {
    margin-right: 5px;
}
.wallet_img{
    max-width: 500px;
    margin-left: 50px;
}

.login_page {
    display: flex;
    min-height: 100vh;
    background: #000;
}

.login_left {
    flex: 1;
    display: flex;
    padding: 30px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.login_right {
    flex: 0 0 600px;
    width: 600px;
    background: linear-gradient(-65deg, #0d0f15  0, #0d0f15 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0 500px 0 0;
    padding-right: 100px;
    position: relative;
    box-shadow: 0 0 50px rgb(0 0 0 / 1);
}

.login_right span {
    font-size: 20px;
    display: block;
    margin-top: 30px;
    color: #fff;
}

.login_right span b {
    color: #f3c120;
}
.create_new {
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    padding: 30px 0;
    text-align: center;
}
.login_left .create_new {
    position: relative;
    padding: 30px 0 0;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}
.login_left  .create_new h5:after {
    display: none;
}
.create_new a {
    color: #f3c120;
}

.create_new h5 {
    color: rgb(255 255 255 / 0.5);
    font-weight: 400;
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
}

.create_new h5:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 4px;
    background: rgb(255 255 255 / 0.1);
    bottom: -15px;
    right: 50%;
    border-radius: 10px;
    transform: translateX(50%);
}
.login_text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login_text img {width: 60px;}

.login_text h6 {
    color: #fff;
    font-size: 1.5rem;
    margin-top: 15px;
    font-weight: 700;
}

.login_img {
    background: #0d0f15;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    padding: 20px;
}
.login_left .account_form {
    width: 400px;
    margin: 30px 0 0;
}
.login_left .account_form label {
    color: rgb(255 255 255 / 0.5);
    font-weight: 500;
}
.login_left .form-control {
    display: block;
    width: 100%;
    height: inherit;
    padding: .75rem 1rem;
    font-size: 0.875rem;
    line-height: normal;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid rgb(255 255 255 / 0.2);
    border-radius: 8px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.login_left .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #f3c120;
    outline: 0;
    box-shadow: none;
}
.btn_login {
    width: 100%;
    border-radius: 4px !important;
    background: #F0B90B;
    font-weight: 600;
    color: #000;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 11px 2.5rem;
    font-size: 16px;
}
.btn_login:hover {
    background: #F8D12F;
}
.pass_a{
    position: absolute;
    top: 56%;
    right: 20px;
    color: #fff;
    font-size: 14px;
    transition: all 0.4s ease-in-out;
}
.pass_a:hover {
    color: #f0b90b;
}
.login_left .form-group {
    position: relative;
}
.profile_text .form-group {
    position: relative;
}
.forgot_password {
       display: block;
    text-align: right;
    color: #f3c120;
    margin-bottom: 30px;
}
.forgot_password:hover {
    color: #f3c120;
}
.btn_login:hover {
    color: #000;
}
 

.btn_curr img {
    width: 26px;
    margin-right: 10px;
}

.btn_curr {
    width: 100%;
    text-align: left;
    position: relative;
    background: transparent;
    border: 1px solid rgb(255 255 255 / 0.2);
    display: flex;
    justify-content: center;
    color: #fff;
}
.deposit_modal .right_content_head {
    color: rgb(255 255 255 / .7);
    font-weight: 500;
    text-align: center;
}

.deposit_modal .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 40%;
    transform: translateY(50%);
}
.deposit_modal {
    padding: 1rem;
}

.wallet_address {
    display: flex;
    align-items: center;
}

.qr_code img {
    width: 150px;
    border: 1px solid #ccc;
}

.qr_code {
    margin-right: 15px;
}

.wallet_addresstext h2 {
    font-size: 18px;
    margin-bottom: 15px;
    color: rgb(255 255 255 / 0.7);
}
.wallet_addresstext .btnSearch {
    margin-left: 0;
    display: block;
    width: min-content;
    margin: 15px auto 0;
}
.wallet_addresstext span {
    display: block;
    text-align: center;
}
.wallet_addresstext {
    /* width: 100%; */
    /* text-align: center; */
}
.deposit_modal .dropdown {
    margin-bottom: 30px;
    max-width: 150px;
    margin: 0 auto 20px;
    width: 100%;
}
.deposit_modal label {
    color: rgb(255 255 255 / 0.7);
    font-weight: 500;
}

.profile_sec {
    padding: 30px;
    height: calc(100vh - 71px);
}

.profile_top {
    text-align: center;
}

.profile_top img {border-radius: 100%;border: 2px solid #f3c120;width: 100px;height: 100px;}
.profile_top h5 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.profile_left {
    background: #0d0f15;
    padding: 15px 30px;
    border-radius: 15px;
    height: 100%;
}
.profile_top_flex {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid rgb(255 255 255 / 0.2);
    border-bottom: 1px solid rgb(255 255 255 / 0.2);
}

.profile_top_flex .boxcenter_text p {
    font-size: 13px;
}
.profile_top p {
    color: rgb(255 255 255 / 0.5);
}
.profile_left .nav-pills .nav-link.active, .profile_left .nav-pills .show>.nav-link {
    color: #f3c120;
    background-color: transparent;
}
.profile_left .nav {
    margin-top: 15px;
}
.profile_left .nav-pills .nav-link {
    border-radius: 8px;
    border: 1px solid rgb(255 255 255 / 0.2);
    margin-bottom: 15px;
    color: rgb(255 255 255 / 0.5);
    text-align: center;
    font-size: 0.875rem;
    padding: .75rem 1rem;
}
.profile_left .nav-pills .nav-link:last-of-type {
    margin-bottom: 0;
}
.profile_right {
    background: #0d0f15;
    border-radius: 15px;
    padding: 30px 30px;
    margin-bottom: 30px;
}
.profile_head {
    color: #fff;
    font-size: 18px;
}
.profile_text .form-group .form-control {
    height: inherit;
    border-radius: 8px;
    background: transparent;
    border: 1px solid rgb(255 255 255 / 0.2);
    color: #fff;
    font-size: 0.875rem;
    padding: .75rem 1rem;
}

.profile_text .form-group label {
    color: hsl(0deg 0% 100% / 50%);
    font-weight: 500;
}
.profile_text .form-control:focus {
    box-shadow: none;
    border: 1px solid #f3c120;
}
.profile_photo {
    margin: 30px 0;
    display: flex;
    align-items: center;
}

.profile_photo img {
    border-radius: 100%;
    height: 70px;
    width: 70px;
    padding: 5px;
    background: #000;
}
.profile_photo .custom-file {
    width: 25%;
    margin-left: 15px;
}
.profile_photo .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem 20px;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 0.2);
    border-radius: 8px;
    margin-bottom: 0;
}
.custom-file-input:focus~.custom-file-label {
    border-color: #f3c120;
    box-shadow: none;
}
.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Change Photo";
}
.profile_photo  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #fff;
    content: "Browse";
    background-color: #0d0f15;
    border-left: none;
    border-radius: 8px;
    font-weight: 500;
    width: 100%;
    text-align: center;
} 

.two_factor {
    display: flex;
    align-items: center;
    margin: 0;
    flex-direction: column;
    margin-bottom: 20px;
}

.two_factor img {
    width: 150px;
}

.two_factortext {
    /* margin-left: 30px; */
    margin-bottom: 15px;
    text-align: center;
}

.two_factortext span {
    color: #fff;
    margin-bottom: 10px;
    display: block;
}
.change_pass {
    margin: 20px 0 0;
}
.notification_sec {
    padding: 30px;
}
.notification_sec h5 {color: #fff;margin-bottom: 30px;font-size: 1.875rem;font-weight: 700;letter-spacing: .01em;}
.notification_text {
    margin: 30px 0 0;
    background: #0d0f15;
    padding: 30px;
    border-radius: 15px;
}
.notify_div {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    background: rgb(255 255 255 / 0.02);
    padding: 20px;
    border-radius: 10px;
}

.notify_div img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 2px solid rgb(255 255 255 / 0.4);
}

.notify_divflex h4 {
    color: #fff;
    font-size: 18px;
}

.notify_divflex {
    margin-left: 20px;
}

.notify_divflex p {
    color: rgb(255 255 255 / 0.5);
    margin-bottom: 5px;
}

.notify_divflex span {
    color: #f3c120;
}

.notify_divflex span i {
    margin-right: 5px;
}
.help_sec {
    padding: 30px;
}
.help_head {
    color: #fff;
    margin-bottom: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: .01em;
}
.create_ticket {
    padding: 1.25rem;
    background: #0d0f15;
    border-radius: 15px;
}

.create_ticket h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}
.create_ticket .profile_photo .custom-file {
    margin-top: 0;
    width: 100%;
}
.create_ticket .profile_photo {
    margin: 10px 0 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.profile_text .form-group textarea {
    border-radius: 15px !important;
}
.ticket_historyleft {
    background-color: #0d0f15;
    border-radius: 15px 0 0 15px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    min-width: 400px;
    flex: 0 0 400px;
    overflow: hidden;
}
.ticket_history {
    display: flex;
    margin-top: 30px;
    width: 100%;
}
.ticket_historyhead {
    padding: 1rem;
}

.ticket_historyhead h5 {
    margin-bottom: .25rem;
    font-size: 18px;
    color: #fff;
}

.ticket_historyleft ul {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 546px;
    overflow: auto;
}
.ticket_historyleft li.active {
    background: #26272d;
}

.ticket_historyleft li:hover {
    background: rgb(38 39 45 / 0.5);
}
.ticket_historyleft li {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    cursor: pointer;
}
.ticket_historyleft li.active .t_left {
    background: #f3c120;
    color: #000;
}

.ticket_historyleft li .t_left {
    background: #26272d;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
    font-weight: bold;
}
.ticket_historyleft li .t_right {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.ticket_historyleft li .t_right .t_right_txt {
    flex: 1;
}
.ticket_historyleft li .t_right .t_right_txt div p {
    font-size: 13px;
    margin-bottom: 0;
    color: rgb(255 255 255 / 0.5);
}
.ticket_historyleft li .t_right .t_right_txt div h5 {
    font-size: 14px;
    margin-bottom: 0;
    color: rgb(255 255 255 / 0.7);
}
.ticket_historyleft li .t_left a {
    color: #000;
}
.ticket_historyleft li .t_left a span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.ticket_historyleft li .t_right .t_right_txt div {
    margin-bottom: 5px;
}
.border-bottom {
    border-bottom: 1px solid rgb(255 255 255 / 0.1)!important;
}
.border-top {
    border-top: 1px solid rgb(255 255 255 / 0.1)!important;
}
.ticket_historyright {
    background-color: #0d0f15;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 7px rgb(0 0 0 / 80%);
    width: 100%;
    border-radius: 0 15px 15px 0;
    overflow: hidden;
    position: relative;
}
.ticket_historyrighthead {
    padding: 1rem 1.5rem;
}

.ticket_historyrighthead h5 {
    margin-bottom: .25rem;
    font-size: 18px;
    color: #fff;
}

.ticket_historyrighthead span {
    color: rgb(255 255 255 / 0.5);
    font-size: 12px;
}
.chat_history ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.chat_history {
    padding: 1rem 1.5rem;
    height: 450px;
    overflow: auto;
}
.chat_history .conversation-list {
    margin-bottom: 24px;
    display: inline-block;
    position: relative;
}
.chat_history .chat-avatar {
    float: left;
    margin-right: 8px;
}
.chat_history .chat-avatar img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.chat_history .conversation-list .ctext-wrap {
    overflow: hidden;
}
.chat_history .conversation-list .ctext-wrap .conversation-name {
    font-weight: 600;
    margin-bottom: 7px;
    color: #fff;
}
.chat_history .conversation-list .ctext-wrap-content {
    padding: 12px 16px;
    background-color: rgb(243 193 32 / 0.5);
    border-radius: .25rem;
    color: rgb(255 255 255 / 0.7);
}
.chat_history .conversation-list .chat-time {
    margin-top: 7px;
    font-size: 12px;
    text-align: right;
    color: rgb(255 255 255 / 0.2);
}
.chat_history .right .conversation-list {
    float: right;
}
.chat_history .right .conversation-list .ctext-wrap-content {
    background-color: #26272d;
    text-align: right;
    color: rgb(255 255 255 / 0.7);
}
.chat_history .chat-day-title {
    position: relative;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 12px;
}
.chat_history .chat-day-title .title {
    background-color: #26272d;
    position: relative;
    z-index: 1;
    padding: 3px 16px;
    border-radius: 30px;
    color: rgb(255 255 255 / 0.7);
}
.chat_history .chat-day-title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    background-color: rgb(255 255 255 / 0.1);
    top: 10px;
}
.chat_history li {
    clear: both;
}
.chat_history .right .conversation-list .conversation-name {
    text-align: right;
}
.chat_reply {
    background-color: #0d0f15;
    padding: 1rem 2rem;
}
.ticket_historyleft ul::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.ticket_historyleft ul::-webkit-scrollbar
{
    width: 6px;
}

.ticket_historyleft ul::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #26272d;
}

.chat_history::-webkit-scrollbar-track,
.close_trade::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.chat_history::-webkit-scrollbar,
.close_trade::-webkit-scrollbar
{
    width: 6px;
}

.chat_history::-webkit-scrollbar-thumb,
.close_trade::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #26272d;
}

.modal .modal-content {
    background-color: #0d0f15;
    border: 1px solid rgb(255 255 255 / 20%);
}
.modal .modal-title {
    color: #fff;
}
.modal .modal-header {
    border-bottom: 1px solid rgb(255 255 255 / 0.2);
}
.close {
    color: #fff;
    text-shadow: none;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #fff;
}
.wallet_addresstext h2 b {
    color: #fff;
}

.wallet_addresstext .form-control {
    background: transparent;
    border: 1px solid rgb(255 255 255 / 0.2);
    color: #fff;
    border-radius: 8px;
    padding: .75rem 1rem;
    font-size: 0.875rem;
    height: inherit;
}
.deposit_modal .dropdown .dropdown-item img {
    width: 26px;
    margin-right: 10px;
}

.deposit_modal .dropdown .dropdown-menu {
    width: 100%;
    background: #26272d;
}

.deposit_modal .dropdown .dropdown-item {
    text-align: center;
    padding: .5rem 1.5rem;
    color: #fff;
}

.deposit_modal .dropdown .dropdown-item:hover {
    background: #0d0f15;
}
.wallet_addresstext .form-control:focus {
    box-shadow: none;
    border-color: #f3c120;
    outline: 0;
} 

.tradingview-widget-container{
    flex: 1;
    padding: 5px 20px;
}

.community_only_data{
    padding: 0 30px;
}
.community_only_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 30px 0px;
    color: #fff;
}
.community_only_head .btn {
    padding: 10px 30px;
}
.community_only_head h6 {
    color: rgb(255 255 255 / 0.5);
    margin: 0;
}
.chat_history .right .conversation-list .ctext-wrap-content a {
    color: #f3c120;
    text-decoration: underline;
}
.chat_history .conversation-list .ctext-wrap-content a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}



.exchange_topf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.exchange_topf span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.exchange_topf div {
    margin-left: 0;
    margin-top: 20px;
}
.exchange_topf b {
    color: #f3c120;
    font-size: 16px;
}
.exchange_topf h5 {
    color: #fff;
}
.exchange_topf img {
}

small.form-text.text-muted.small_txt {
    text-align: center;
}

.bs_price {
    display: flex;
    margin-top: 15px;
}

.bs_price label {
    border: 1px solid #000;
    padding: .75rem 0.5rem;
    margin-bottom: 0;
    border-radius: 8px;
    margin: 0px 10px;
    font-size: 13px;
    width: 100%;
    text-align: center;
}
.bs_price label.label_confirm {
    border: 1px solid #31BAA0;
    color: #31BAA0 !important;
}
.bs_price label.label_cancel {
    border: 1px solid #FC5F5F;
    color: #FC5F5F !important;
}
.price_flex {
    display: flex;
    margin-top: 15px;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.price_flex span {
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(255 255 255 / 0.2);
}
.price_flex span b:first-of-type {margin-right: 5px;color: #f3c120;display: block;font-size: 11px;}

.emt_30 {
    margin-top: 30px;
}
.filet_history {
    display: flex;
    align-items: center;
}

.filet_history .btn {
    margin: 0;
}

.filet_history .form-group {
    width: 100%;
    margin-right: 15px;
    margin-bottom: 0;
}
.pagination {
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: rgb(13 15 21);
    border-color: rgb(255 255 255 / 0.1);
}

.page-item.active .page-link {
    z-index: 1;
    color: #000;
    background-color: #f3c120;
    border-color: #f3c120;
}
option {
    background-color: black !important;
}
c.deposit_modal h6 {
    color: #fff;
}

.ord-com {
    width: 100%;
    color: #fff;
    padding: 10px 15px;
    display: block;
    text-align: center;
    background: #13151b;
    margin-bottom: 15px;
    border-radius: 40px;
}

.ord-com span {
    color: #f3c120;
}

.deposit_modal h6 {
    color: #fff;
    margin-bottom: 15px;
}

.deposit_modal .btnSearch {
    margin: 0 auto;
    text-align: center;
    display: block;
}
.ord-com_flex {
    display: flex;
    justify-content: space-between;
}

.ord-com_flex .ord-com {
    margin: 0 5px 15px;
}
.login_text span {
    color: #f3c120;
}

.account_form h6 {
    color: rgb(255 255 255 / 0.8);
    text-align: center;
    margin-bottom: 30px;
    background: #0d0f15;
    padding: 15px 15px;
    border-radius: 10px;
    line-height: 1.5;
        font-size: 14px;
}
.phone_flex {
    display: flex;
}

.phone_flex .phone_numer {
    width: 100px;
    margin-right: 15px;
}
.change_pass .form-group {
        position: relative;
}
.captcha_flex {
    display: flex;
}
.captcha_flex .form-group {
    margin: 0 auto;
}
.table-bordered td, .table-bordered th {
    border: 1px solid rgb(255 255 255 / 0.15);
}
.latestwinner_headflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.input-group .form-control {
    height: inherit;
    border-radius: 8px;
    background: transparent;
    border: 1px solid rgb(255 255 255 / 0.2);
    color: #fff;
    font-size: 0.875rem;
    padding: .75rem 1rem;
}
.input-group .form-control:focus {
    box-shadow: none;
}
.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: rgb(255 255 255 / 0.2);
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #0d0f15;
    border-color: rgb(255 255 255 / 0.2);
}
.filet_history .btn_login {
    width: inherit;
}
.price_flex div {
    /* width: 25%; */
    /* margin-left: 15px; */
    /* background: #0d0f15; */
    /* padding: 5px; */
    /* border-radius: 8px; */
}
.btn-secondary {
    background-color: #6c757d !important;
}
.community_only_head h1 {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: .01em;
}
.deposit_modal .btn_login {
    width: inherit !important;
}
.serach_item .btn_login {
    width: inherit;
    margin-left: 15px;
}
.help_sec .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: inherit;
    margin-bottom: 2rem;
}
.help_sec .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
}
.help_sec .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: inherit;
    padding: .75rem 1rem;
    line-height: normal;
    color: #495057;
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 0.2);
    border-radius: 8px;
    font-size: 0.875rem;
}
.help_sec .custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}
.help_sec .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: inherit;
    padding: .75rem 1rem;
    line-height: normal;
    color: #000;
    content: "Browse";
    background-color: #f0b90b;
    border-left: none;
    border-radius: 0 8px 8px 0;
    font-size: 0.875rem;
    font-weight: 600;
}
.filet_history .form-control {
    background: #0d0f15;
    color: #fff !important;
    border-radius: 8px;
    font-size: 0.875rem;
    height: inherit;
    padding: .75rem 1rem;
    border: 1px solid rgb(255 255 255 / 0.2);
}
.form-control:focus {
    box-shadow: none;
    outline: none;
} 
input[type="date"]::-webkit-calendar-picker-indicator::after {
  content: 'f073';
  display: block;
  background: url(/*yourURLHere*/) no-repeat;
  background-size: 10%;
  width: 100px;
  height: 100px;
  position: absolute;
  transform: translateX(-2%);

}
.pass_a img {
    width: 14px;
}

.filet_history .form-group {
    position: relative;
}

.filet_history .pass_a {
    top: 50%;
    transform: translateY(-50%);
}
.exchange_currencies_bg .btn_login {
    margin: 0 auto;
}
.menu-icon {
    display: none;
}
.col_mdicon {
    display: none;
}
.navbar-nav .dropdown-menu {
    position: absolute;
}
.wallet_address .wallet_addresstext .btn_login {
    padding: 13px 15px;
}
.wallet_address .wallet_addresstext .form-group {
    display: flex;
    align-items: center;
}
.wallet_address .wallet_addresstext .form-control {
    border-radius: 8px 0 0 8px;
    border-right: none;
}
.withdrawal_fflex {
    display: flex;
    justify-content: space-between;
}
.withdrawal_fflex .form-group {
    margin-bottom: 0;
    width: 100%;
}
.withdrawal_fflex .form-group:first-of-type {
    margin-right: 15px;
}
.m_1rem {
    margin-bottom: 1rem;
} 
.wallet_addresstext button {
    outline: none;
    border: none;
}
.exchange_box button {
    width: 100%;
    font-size: 16px;
}
.ex_history h4 {
    margin-bottom: 30px;
    margin-left: 0;
}
.balance_bg {
    padding: 15px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wallet_addresstext .balance_bg {
    border-radius: 8px;
}
.balance_bg div {
    width: 40%;
    text-align: center;
    color: #fff;
}

.balance_bg img {
    width: 40px;
    border: 2px solid #f0b90b;
    border-radius: 100%;
}

.balance_bg div span {
    font-weight: 500;
    color: rgb(255 255 255 / 0.8);
}
 
.balance_bg div b {
    font-size: 15px;
    font-weight: 600;
}
.wallet_addresstext button span {
    display: inline-block;
}
.btn_buy {
    background: #02c076;
}
.btn_buy:hover {
    background: #02c076;
}
.btn_sell {
    background: #f84960;
}
.btn_sell:hover {
    background: #f84960;
}
.bg_height {
    height: calc(100% - 66px);
    align-items: center;
    display: flex;
}
.profile_des {
    display: flex;
    flex-direction: column;
}

.profile_des .btn_login {
    width: inherit;
    text-align: center;
    margin: 0 auto;
    margin-left: 0;
}

.profile_des span {
    color: rgb(255 255 255 / 0.7);
    /* text-align: center; */
    margin: 15px 0;
}
.profile_text .btn_login {
    padding: 11px 1.5rem;
}
.change_pin {
    display: flex;
}
.change_pin .form-control {
    margin: 0 10px;
    text-align: center;
}
@media (max-width: 1366px) { 

.portfolio_statsbox_right img {
    width: 50px;
}
.left_menu {
    overflow: auto;
}
.community_box {
    border: none;
}
.community_boxtop {
    padding: 15px 10px;
}
.community_boxcenter {
    padding: 15px 10px;
}
.boxcenter_text p {
    font-size: 10px;
}
.start_coping img {
    width: 20px !important;
    height: 20px !important;
    flex: inherit !important;
}
.boxbottom_flex span {
    font-size: 11px;
}
.wallet_box .boxcenter_text p {
    font-size: 12px;
}
.exchange_currencies_bg .form-group small {
    font-size: 80%;
}

}


@media (max-width: 1200px) { 
.btn_login {
    padding: 11px 1.5rem;
}
.portfolio_statsbox {
    padding: 15px 10px;
}
.dashboard_sec .portfolio_statsbox_left span {
    font-size: 13px;
}
.right_traders .progress {
    width: calc(100% - 0px);
    left: 0;
}
.trades_summery {
    padding: 50px 15px;
}
.trades_summery .progressbar_text {
    width: calc(100% - 0px);
    left: 0;
}
.progressbar_text {
    margin-top: 10px;
}
.luckydraw_sec_left h4 {
    font-size: 24px;
}
.luckydraw_box h4 {
    font-size: 24px;
}
.community_boxtop img {
    height: 64px;
    width: 64px;
    flex: 0 0 64px;
}
.winner_history .boxtop_text h2 {
    font-size: 16px;
}
.boxtop_text span {
    padding: 5px 12px;
    font-size: 11px;
}
.mb_30 {
   margin-bottom: 30px; 
}
.challenges_box {
    padding: 15px 15px;
}
.timer_head {
    margin: 10px auto;
}
.affiliate_boxflex h5 {
    font-size: 18px;
}
.affiliate_boxflex p {
    font-size: 13px;
}
.wallet_box .community_boxtop img {
    flex: inherit;
}
.transaction_history h4 {
    margin-bottom: -35px;
    font-size: 1.5rem;
}
.latestwinner_head h4 {
    font-size: 1.5rem;
}
.profile_photo .custom-file {
    width: 35%;
}
.phone_flex .phone_numer {
    width: 70px;
}
.profile_right {
    padding: 15px 15px;
}
.profile_left {
    padding: 15px 15px;
}
.chat_reply .w-100 {
    width: inherit !important;
}
.chat_reply {
    padding: 1rem 1rem;
}

}

@media (max-width: 991px) {

.login_right {
    flex: 0 0 50%;
    width: 50%;
    padding-right: 0;
}
.login_left .account_form {
    width: 100%;
}
.login_right img {
    width: 200px;
}
.login_text h6 {
    font-size: 1.3rem;
    text-align: center;
}
.login_text span {
    text-align: center;
}
.top_head .navbar-nav {
     flex-direction: row; 
}
.top_head .navbar-collapse {
    flex-basis: inherit;
    flex-grow: inherit;
    align-items: center;
}
.logo_topf {
    display: flex;
    align-items: center;
}
.menu-icon img {
    width: 30px;
    margin-right: 15px;
}
.menu-icon {
    display: block;
        width: 45px;
    height: 45px;
    line-height: 45px;
}
.left_menu {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.left_menu.clicked {
    visibility: visible;
    opacity: 1;
    z-index: 111;
}
.main_contents {
    padding-left: 0;
}
.main_content {
    padding-left: 0;
}
.dashboard_sec .portfolio_statsbox_left span {
    font-size: 14px;
}
.highcharts-figure{
    min-width: 320px;
    max-width: 500px;
    margin: 0 auto 2em;
}
.clock {
    height: 15vh;
    font-size: 6vh;
}
.portfolio_statsbox_left h3 {
    font-size: 22px;
    margin-bottom: 0;
}
.affiliate_boxflex p {
    font-size: 12px;
    line-height: normal;
}
.community_banner_text .col-lg-4:nth-child(3) {
    margin-top: 30px;
}

.community_banner_text .col-lg-4:nth-child(2) {
    margin-top: 0;
}
.community_banner {
    padding-top: 50px;
    padding-bottom: 140px;
}
.community_banner_text {
    margin-bottom: 30px;
        margin-top: -130px;
}
.affiliate_sec_right {
    padding: 50px 0 35px;
}
.wallet_sec {
    padding: 0 0;
}
.wallet_sec .row {
    margin-right: 0;
    margin-left: 0;
}
.transaction_history h4 {
    margin-bottom: -30px;
    font-size: 1.2rem;
}
.latestwinner_head h4 {
    font-size: 1.2rem;
}
.notification_sec h5 {
    font-size: 1.2rem;
}
.help_head {
    font-size: 1.2rem;
}
.exchange_currencies .latestwinner_head {
    text-align: left;
}
.two_factortext {
    margin-left: 0;
    margin-top: 20px;
}
.two_factor {
    flex-direction: column;
}
.two_factortext span {
    margin-bottom: 0;
}
.ticket_historyleft {
    min-width: 330px;
    flex: 0 0 330px;
}
.right_content_50 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    position: absolute;
    margin-left: -300px;
    height: 100%;
}
.indicator_menu.clicked {
    visibility: visible;
    opacity: 1;
    z-index: 111;
    margin-left: 0;
}
.opentrade_menu.clicked {
    visibility: visible;
    opacity: 1;
    z-index: 111;
    margin-left: 0;
}
.col_mdicon { 
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.col_mdicon a {
    display: block;
    background: #ffd700;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #000;
    font-weight: 600;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.col_mdicon a:last-of-type {
    margin-bottom: 0;
}
.rightcontent {
    right: inherit; 
    left: 0
}

}
@media (max-width: 767px) {
.login_right img {
    width: 150px;
}
.login_right span {
    font-size: 17px;
}
.login_right {
    padding: 15px;
}
.create_new {
    padding: 30px 15px;
}
.top_head .navbar-nav .nav-item:nth-child(2) {
    display: none;
}
.dashboard_sec .portfolio_statsbox {
    margin-bottom: 15px;
}
.dashboard_sec {
    padding: 0 15px;
}
.highcharts-figure {
    margin: 0 auto 1em;
}
.trades_summery {
    padding: 30px 15px;
}

.community_box {
    margin-bottom: 15px;
}
.community_only_data {
    padding: 0 15px;
}
.community_only_head div:first-of-type {
    text-align: center;
    margin-bottom: 15px;
}
.community_only_head {
    flex-direction: column;
}
.community_only_head {
    padding: 30px 15px 0px;
}
.portfolio_sec_head {
    margin-bottom: -35px;
}
.portfolio_statsbox {
    margin-bottom: 15px;
}
.expertarea_banner .portfolio_sec_head {
    font-size: 30px;
}
.profile_sec .col-xl-3 {
    margin-bottom: 15px;
}
.profile_sec {
    padding: 15px;
    height: inherit;
}
.notification_sec {
    padding: 15px;
}
.notification_sec h5 {
    margin-bottom: 15px;
}
.notification_text {
    margin: 0 0 0;
    padding: 15px;
}
.help_head {
     margin-bottom: 15px;
}
.help_sec {
    padding: 15px;
}
.ticket_history {
    flex-direction: column;
}
.ticket_historyleft {
    border-radius: 15px;
    margin-bottom: 15px;
}
.ticket_historyright {
    border-radius: 15px;
}
.chat_history {
    height: 300px;
}
.luckydraw_sec {
    flex-direction: column;
}
.community_banner h1 {
    font-size: 1.875rem;
}
.community_banner_text .col-lg-4:nth-child(3) {
    margin-top: 15px;
}
.community_banner_text {
    padding: 0 15px;
}
.mb_30 {
    margin-bottom: 15px;
}
.chaleenge_tab {
    padding: 15px;
}
.latestwinner_head h4 {
    margin-bottom: 15px !important;
}
.exchange_sec {
    padding: 0 15px;
    margin: 15px 0 15px;
        position: absolute;
}
.affiliate_50 {
    padding: 15px;
}
.community_sec .history_sec {
    position: absolute;
    width: 100%;
}
.portfolio_list .community_sec .history_sec {
    position: relative;
    width: inherit;
}
.latestwinner_headflex {
    align-items: inherit;
    flex-direction: column;
}
.portfolio_list .community_sec .history_sec .table-responsive {
    width: 100%;
    position: absolute;
}

}

@media (max-width: 575px) {

.login_right {
    padding: 20px 15px 30px;
    flex: 0 0 100%;
    width: 100%;
    border-radius: 0 0 0 0;
}
.login_page {
    flex-direction: column;
}
.create_new {
    padding: 0;
    position: relative;
}
.login_right img {
    display: none;
}
.login_right span {
    display: none;
}
.top_head .navbar-nav .nav-item:nth-child(1) {
    display: none;
}
.top_head .navbar-nav .nav-link {
    padding-right: 12px;
    padding-left: 12px;
    margin: 0 5px;
}
.top_head .navbar-nav .nav-link i {
    font-size: 14px;
}
.main_body {
    padding-top: 66.53px;
}
.left_menu {
    height: calc(100% - 66.53px);
}
.trades_summery {
    padding: 15px 15px;
}
.trades_summery .right_content_head {
    font-size: 16px;
    margin-bottom: 15px;
}
.trades_summery .progressbar_text span {
    font-size: 14px;
    margin-top: 0px;
}
.highcharts-figure {
    min-width: 290px;
    max-width: 290px !important;
}
.up_down .d-flex {
    border: 1px solid #0d0f15;
    flex-direction: column;
}
.btn_up {
    margin: 10px 0 0;
}
.right_bottom {
    padding: 0 15px 15px;
}
.time_sec {
    margin: 15px 0 0;
}
.right_content_head {
    margin-bottom: 5px;
}
.col_mdicon a {
    padding: 3px 5px;
    font-size: 12px;
}
.right_content_50 {
    width: 220px;
    flex: 0 0 220px;
    top: 66.53px;
}
.community_sec .nav-pills .nav-link {
    font-size: 13px;
    padding: 0.75rem 14px;
}
.open_close_trade .nav-pills .nav-link {
    font-size: 13px;
    padding: 0.75rem 14px;
}
.community_only_head h1 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}
.community_only_head h6 {
    font-size: 14px;
}
.community_only_head {
    padding: 15px 15px 0px;
}
.community_only_head .btn {
    padding: 10px 15px;
}
.btn_flex .btn {
    font-size: 14px;
}
.portfolio_sec_head {
    font-size: 18px;
}
.expertarea_banner {
    height: 100%;
    padding: 15px;
}
.expertarea_banner .portfolio_sec_head {
    font-size: 20px;
}
.requirement_text {
    margin-top: 15px;
}
.requirement_text ul {
    padding: 15px;
}
.requirement_text h4 {
    margin-bottom: 20px;
    font-size: 15px;
}
.requirement_text ul li span {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    font-size: 8px;
}
.requirement_text ul li p {
    font-size: 13px;
}
.portfolio_list {
    margin-top: 10px;
}
.not_openorder h5 {
    font-size: 14px;
}
.luckydraw_sec_left h6 {
    margin-bottom: 10px;
}
.luckydraw_sec_left h4 {
    font-size: 18px;
        margin-bottom: 15px;
}
.luckydraw_box h6 {
    margin-bottom: 10px;
}
.luckydraw_box h4 {
    font-size: 18px;
}
.clock {
    font-size: 5vh;
}
.portfolio_statsbox {
    padding: 15px 0;
}
.portfolio_statsbox_left span {
    font-size: 12px;
}
.luckydraw_box p {
    font-size: 13px;
}
.portfolio_statsbox_left h3 {
    font-size: 20px;
}
/*.portfolio_statsbox {
    margin-bottom: 0;
}*/
.latestwinner_sec {
    padding: 15px;
}
.winner_history_head {
    font-size: 15px;
    padding: 5px 0 5px 10px;
}
.affiliate_sec_right {
    padding: 30px 0 30px;
}
.affiliate_sec_right .d-flex {
    flex-direction: column;
    padding: 0 15px;
}
.affiliate_box:nth-child(2) {
    margin-top: 15px;
}
.draw_rules h4 {
    font-size: 20px;
}
.draw_rules {
    padding: 15px;
}
.community_banner {
    padding-top: 30px;
    padding-bottom: 120px;
}
.community_banner h1 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.community_banner h6 {
    font-size: 15px;
}
.community_banner_text .col-lg-4:nth-child(2) {
    margin-top: 15px;
}
.aff_new h4 {
    max-width: 100%;
    line-height: 28px;
    margin: 0 auto 15px;
    font-size: 19px;
}
.registration_link {
    margin: 15px 0 0;
    padding: 15px;
}
.btn_login {
    padding: 7px 15px;
}
.serach_item .btn_login {
    width: inherit;
    margin-left: 10px;
}
.row_margin {
    margin-top: 15px;
}
.total_assets {
    padding: 15px 0;
}
.total_assets h5 {
    font-size: 16px;
    padding-bottom: 15px;
}
.total_assetsfelx {
    padding: 15px;
}
.total_assetsfelx h6 {
    font-size: 16px;
}
.total_assetsfelx h4 {
    font-size: 26px;
}
.total_assetsfelx img {
    width: 60px;
    padding: 5px;
}
.transaction_history h4 {
    margin-bottom: 15px;
    font-size: 1rem;
}
.justify-content-end {
    justify-content: center !important;
}
.deposit_modal {
    padding: 15px;
}
.exchange_tab .col-12 {
    margin-bottom: 15px;
}
.exchange_box {
    padding: 15px;
}
.exchange_box h5 {
    font-size: 16px;
}
.exchange_box h2 {
    font-size: 34px;
}
.latestwinner_headflex {
    margin-bottom: 15px;
}
.pagination {
    margin-top: 15px;
}
.latestwinner_head h4 {
    font-size: 1rem;
}
.emt_30 {
    margin-top: 15px;
}
.exchange_currencies_bg {
    padding: 15px;
    border-radius: 10px;
}
.exchange_topflex {
    flex-direction: column;
}
.exchange_center {
    margin: 15px 0;
}
.exchange_currencies_bg .btn {
    width: 100%;
}
.price_flex {
    margin-bottom: 15px;
}
.profile_photo .custom-file {
    width: 45%;
}
.profile_photo {
    margin: 15px 0;
}
.change_pass {
    margin: 30px 0 0;
}
.notify_div {
    margin-bottom: 15px;
    padding: 15px;
}
.notify_div img {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
}
.notify_divflex {
    margin-left: 15px;
}
.notify_divflex h4 {
    font-size: 16px;
    margin-bottom: 3px;
}
.notify_divflex p {
    font-size: 12px;
    line-height: normal;
}
.notify_divflex span {
    color: #f3c120;
    font-size: 12px;
}
.ticket_historyleft {
    min-width: 100%;
}
.ticket_historyleft li .t_left {
    margin-right: 0;
    margin-bottom: 10px;
}
.ticket_historyleft li {
    flex-direction: column;
}
.ticket_historyleft {
    overflow: inherit;
}

.ticket_historyleft ul {
    height: 300px !important;
    overflow: auto;
}
.create_ticket {
    padding: 15px;
}
.ticket_historyrighthead {
    padding: 15px;
}
.chat_history {
    padding: 15px;
}
.chat_reply {
    padding: 15px;
}
.captcha_width {
    width: 100px;
}
.help_head {
    font-size: 1rem;
}
.notification_sec h5 {
    font-size: 1rem;
}
.portfolio_statsbox {
    padding: 15px;
}
.ticket_history {
    display: flex;
    margin-top: 15px;
    width: 100%;
}
.chat_history .conversation-list {
    margin-bottom: 15px;
}
.chat_history .conversation-list:last-of-type {
    margin-bottom: 0;
}
.wallet_address {
    flex-direction: column;
}
.qr_code {
    margin-bottom: 15px;
    margin-right: 0;
}

}


@media (max-width: 420px) {
.captcha_flex .form-group {
    transform: scale(0.8);
    margin-left: -22px;
        margin: 0;
}
.forgot_password {
    margin-bottom: 15px;
}
.captcha_flex {
    justify-content: center;
}
.exchange_topf img {
    width: 110px;
}
.bs_price label {
    margin: 0;
}
.bs_price {
    display: flex;
    margin-top: 0;
    flex-direction: column;
}
.bs_price label:first-of-type {
    margin: 15px 0;
}
.filet_history {
    flex-direction: column;
}
.filet_history .form-group {
    margin-right: 0;
    margin-bottom: 15px;
}
.profile_photo .custom-file {
    width: 65%;
}
.profile_text #captcha_theme {
    transform: scale(0.8);
    width: 100%;
}

}
.pageLoader {
    width: 100%;
    height: 100%;
    flex: 0 0 280px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background: rgb(13 15 21 / 70%);
  }
  .pageLoader:after {
    position: absolute;
    content: '';
    background-image: url(../img/loader.png);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    width: 100px;
    height: 100px;
    z-index: 1111111;
    left: 45%;
    top: 20%;
    }
  .community_sec {
    position: relative;
    }

    
 
  @keyframes spin {
   0% {transform: scale(1, 1);opacity:1;}
   100% {transform: scale(0, 0);opacity:0;}
    }
    @-webkit-keyframes spin {
        0% {transform: scale(1, 1);opacity:1;}
   100% {transform: scale(0, 0);opacity:0;}
    }

.tradingview-widget-copyright {
    height: 100%;
}

.highcharts-plot-line-label { 
    position: relative;
    margin-left: -40px !important;
    background-color: transparent !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.highcharts-plot-line-label p{ 
    background-color: gold;
    margin-bottom: 2px;
    padding: 2px;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0;
}

.coin_title {
    display: flex;
    align-items: center;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    background-color: #0d0f15;
    max-width: 200px;
    font-weight: bold;
    position: absolute;
    border-radius: 4px;
    left: 10px;
    top: 10px;
}

.coin_title img {
    max-width: 26px;
    margin-right: 10px;
}
