/*

TemplateMo 583 Festava Live

https://templatemo.com/tm-583-festava-live

*/


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
    --white-color: #ffffff;
    --primary-color: #603fd7;
    --secondary-color: #603fd7;
    --section-bg-color: #f0f8ff;
    --custom-btn-bg-color: #603fd7;
    --custom-btn-bg-hover-color: #603fd7;
    --dark-color: #110A28;
    --p-color:#110A28;
    --border-color: #7fffd4;
    --link-hover-color: #603fd7;
    --bs-font-sans-serif: "Nunito Sans", sans-serif;
    --bs-font-russo: "Nunito Sans", sans-serif;
    --title-font: "Nunito Sans", sans-serif;
    --body-font-family: "Nunito Sans", sans-serif;
    --h1-font-size: 45px;
    --h2-font-size: 38px;
    --h3-font-size: 28px;
    --h4-font-size: 24px;
    --h5-font-size: 22px;
    --h6-font-size: 20px;
    --nav-font-size: 16px;
    --p-font-size: 14px;
    --btn-font-size: 14px;
    --copyright-font-size: 16px;
    --border-radius-large: 100px;
    --border-radius-medium: 20px;
    --border-radius-small: 10px;
    --font-weight-light: 400;
    --font-weight-normal: 500;
    --font-weight-bold: 800;
  }
  
  /* body {
    background-color: var(--light-color);
    font-family: var(--body-font-family);
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #110A28;
  
  } */
  
  * {
    box-sizing: border-box;
  }
  
  
  .text-success{
    color : #26c561; 
  }
  /*---------------------------------------
    TYPOGRAPHY               
  -----------------------------------------*/
  
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: var(--dark-color);
  }
  
  
  .title_font {
    font-family: var(--title-font);
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: var(--font-weight-bold);
    line-height: 1.4;
  }
  
  h1 {
    font-size: var(--h1-font-size);
    font-family: var(--title-font);
  }
  
  h2 {
    font-size: var(--h2-font-size);
    font-family: var(--title-font);
  }
  
  h3 {
    font-size: var(--h3-font-size);
    font-family: var(--title-font);
  }
  
  h4 {
    font-size: var(--h4-font-size);
    font-family: var(--title-font);
  }
  
  h5 {
    font-size: var(--h5-font-size);
    font-family: var(--title-font);
  }
  
  h6 {
    font-size: var(--h6-font-size);
    font-family: var(--title-font);
    font-weight: 500;
  }
  
  p {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
  }
  
  ul li {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
  }
  
  a,
  button {
    touch-action: manipulation;
    transition: all 0.3s;
  }
  
  a {
    display: inline-block;
    color: var(--primary-color);
    text-decoration: none;
  }
  
  a:hover {
    color: var(--link-hover-color);
  }
  
  b,
  strong {
    font-weight: var(--font-weight-bold);
  }
  
  
  /* .text-success {
    color: var(--primary-color) !important
  } */ 

  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 13px; */
  } 

  .back_arrow {
    font-size: 20px;
    padding: 0;
    line-height: 1;
    margin-right: 20px;
  }


  
  

  .link-fx-1 {
    color: var(--dark-color);
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 32px;
    padding: 0 6px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .link-fx-1:hover {
    color: var(--link-hover-color);
  }
  
  .link-fx-1:hover::before {
    transform: translateX(17px) scaleX(0);
    transition: transform .2s;
  }
  
  .link-fx-1:hover .icon circle {
    stroke-dashoffset: 200;
    transition: stroke-dashoffset .2s .1s;
  }
  
  .link-fx-1:hover .icon line {
    transform: rotate(-180deg);
  }
  
  .link-fx-1:hover .icon line:last-child {
    transform: rotate(180deg);
  }
  
  /* .addedCss {
    border-top: 2px solid #913779 !important;
    padding: 0px 20px !important;
  } */
  
  .link-fx-1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transform-origin: right center;
    transition: transform .2s .1s;
  }
  
  .link-fx-1 .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(100%) rotate(90deg);
    font-size: 32px;
  }
  
  .icon {
    --size: 1em;
    height: var(--size);
    width: var(--size);
    display: inline-block;
    color: inherit;
    fill: currentColor;
    line-height: 1;
    flex-shrink: 0;
    max-width: initial;
  }
  
  .link-fx-1 .icon circle {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    transition: stroke-dashoffset .2s;
  }
  
  .link-fx-1 .icon line {
    transition: transform .4s;
    transform-origin: 13px 15px;
  }
  
  .link-fx-1 .icon line:last-child {
    transform-origin: 19px 15px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*---------------------------------------
    Live prices section               
  -----------------------------------------*/
  
  
  .mtc_section {
    padding-bottom: 100px;
  }
  .page_wrapper {
    padding: 50px;
}

.form-element-v2__input-block{
  border: 2px solid #efefef;    
  border-radius: 30px;
  overflow: hidden;
}

.form-element-v2__input-block .form-control{
  border: 0;
  box-shadow: none !important;
}

.form-element-v2__input-block .btn-icon {
  margin: 5px;
  border-radius: 50px !important; 
  margin-right: 8px;
}

.form-element-v2__input-block:focus{
  border-color: #603fd3;
}

.form-element-v2__input-block .btn-icon:hover{
  background-color: #5f3fd30e;

}












  .card {
    background: rgba(255, 255, 255, 0.12);
    border: 0;
    border-radius: 24px;
    /* backdrop-filter: blur(10px); */
    background: #FFFFFF;
    background: #FFFFFF; 
  }
  
  .page-content .card {
    /* border-radius: 15px; */
    /* background: linear-gradient(135deg, #ffffff26 0%, #ffffff26 100%); */
    overflow: hidden;
  }
  
  .card-no-shadow {
    box-shadow: 0 0 0 1px #e9e5fa45;
    background: #fff !important;
  }
  
  
  .d-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .d-flex-center {
    display: flex;
    align-items: center;
  }
  
  .thumb-wrapper {
    position: relative;
    margin-right: 10px;
  }
  
  .live_prices .thumb {
    width: 40px;
    height: 40px;
  }
  
  .thumb img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    /* background: #00181c; */
    /* padding: 6px; */
  }
  
  .title a {
    color: var(--dark-color);
  }
  
  .btn_icon {
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255 255 255 / 10%);
    font-size: 21px;
    transform: rotate(-45deg);
    color: var(--dark-color);
  }
  
  
  .live_prices hr {
    margin: 1.3rem 0;
    border-color: var(--dark-color);
    opacity: 0.1;
  }
  
  .live_prices .price {
    font-size: 24px;
    color: var(--dark-color);
    font-weight: 700;
  }
  
  .live_prices .volume_price {
    color: var(--dark-color);
    font-weight: 400;
    font-size: 13px;
  }
  
  .user_cass {
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* border: 1px solid #fff; */
    padding: 5px 48px;
    font-size: 14px;
    /* min-width: min-content; */
    /* max-width: 250px; */
    margin: 0 auto;
    width: fit-content;
    /* background-color: #ffffff17; */
    background-clip: border-box;
    /* border: 1px solid rgb(255 255 255 / 11%); */
  }
  .user_cass img {
    height: 55px;
    width: 55px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 5px;
  }
  .ut_row img {
    margin-bottom: 0;
  }
  
  ul.treee_ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .addedclass1 {
    background-color: #ffc107 !important;
  }
  .addedCss {
    /* border-top: 2px solid #913779 !important; */
    /* padding: 0px 20px !important; */
  }
  .tree_ul .user_cass {
    font-size: 12px;
    cursor: pointer;
    background: #ffffff29;
    border-radius: 10px;
    padding: 15px 20px;
    position: relative;
    z-index: 2;
  }
  .tree_ul .user_cass:hover {
    box-shadow: 0 0 0 2px #ffffff7c;
  }
  
  
  
  .tree_ul .user_cass img {
    width: 45px;
    height: 45px;
  }
  .user_cass span {
    font-weight: 500;
    font-size: 15px;
  }
  .tree_ul .user_cass small {
    font-size: 12px;
    font-weight: 400;
  }
  
  .ut_row {
    display: flex;
    align-items: center;
    gap: 0 10px;
    padding: 10px 15px;
    background: #ffffff29;
    border-radius: 10px;
  }
  .ut_row {
    display: flex;
    align-items: center;
    gap: 0 10px;
    padding: 10px 15px;
    background: #a1a1a129;
    border-radius: 10px;
    min-width: 210px;
  }
  .ut_content{
    
  }
  
  .ut_content span {
    font-size: 21px;
    line-height: 1;
    color: #000;
    display: block;
    font-weight: 800;
  }
  
  .ut_content small {
    font-weight: 500;
    font-size: 12px;
  }
  
  ul.treee_ul li ul {
    padding-left: 41px;
  }
  .treee_ul li {
    position: relative;
  }
  .treee_ul li ul li:first-child:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    background: #fff;
    left: -24px;
    top: 24px;
    z-index: -1;
  }
  .treee_ul li ul li:first-child:after {
    content: "";
    position: absolute;
    height: 31px;
    width: 1px;
    background: #fff;
    left: -24px;
    top: -7px;
    z-index: -1;
  }
  
  ul.tree_ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
  }
  ul.tree_ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
  }
  .tree_row > .user_cass {
    margin-bottom: -1px;
  }
  .tree_row {
    margin-bottom: 25px;
  }
  
  
  ul.tree_ul li {
    padding: 6px 15px;
    position: relative;
  }
  
  ul.tree_ul li:after {
    content: "";
    height: 2px;
    width: 30px;
    right: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    border: 1px dashed #494949;
    transform: translateY(-50%);
    left: calc(100% - 15px);
  }
  ul.tree_ul li:last-child::after{
    opacity: 0;
  }
  
  
  .tr_view{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .main_user, .inner_card_body {
    display: block;
    text-align: center;
    background: #fff;
    padding: 20px 13px 13px;
    border-radius: 20px;
    /* box-shadow: 4px 5px 20px -10px #9491a9; */
    border: 2px solid #e3e3ff;
    /* margin-top: 40px; */
    min-width: 240px;
    position: relative;
    margin-bottom: 6px;
    cursor: pointer;
  }
  
  
  .main_user.tree_success img {
    border-color: #61e74c;
  }
  .main_user.tree_danger  img {
    border-color: #F44336;
  }
  .main_user.tree_warning img {
    border-color: #FFC107;
  }
  
  .text-green{
    color : #26c561; 
  }
  
  .tree_row {
    border-top: 2px solid #603fd3;
    padding-top: 25px;
    margin-top: 25px;
  }
  
  .main_user.main_user_mini:before {
    content: "";
    width: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -29px;
    height: 27px;
    background: #603fd3;
  }
  
  
  .main_user.main_user_mini.active:after {
    content: "";
    width: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -29px;
    height: 27px;
    background: #603fd3;
  }
  
  /* .main_user.main_tree:before {
    content: "";
    width: 50%;
    height: 2px;
    background: #e3e3ff;
    position: absolute;
    bottom: -30px;
  } */
  .main_user.main_tree.active:after {
    content: "";
    height: 31px;
    width: 2px;
    background: #603fd3;
    position: absolute;
    bottom: -33px;
  }
  
  
  .main_user.active{
    border-color: #603fd3;
  }
  
  
  .main_user.main_user_mini:last-child {
    margin-bottom: 0 !important;
  }
  
  
  .main_user img, .inner_card_body img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 6px solid #603fd3;
    /* margin-top: -88px; */
    margin-bottom: 12px;
  }
  
  
  
  img.user_mini {
    width: 50px;
    height: 50px;
    border-width: 3px;
    margin-bottom: 0;
  }
  
  
  .tree_row .swiper-slide {
    max-width: 203px;
  }
  
  .tree_row .swiper-wrapper {
    overflow: unset;
    position: unset; 
  }
  
  .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0 !important; 
  }
  
  .swiper-button-prev, .swiper-button-next {
    width: 40px; 
    height: 40px;
    min-width: 40px;
    max-height: 40px;
    background: #fff;
    border-radius: 50px;
    padding: 10px;
    box-shadow: 4px 2px 12px -4px #603fd3;
    border: 1px solid #603fd345;
  }
  .swiper-button-prev:after, .swiper-button-next:after { 
    font-size: 14px !important; 
    font-weight: 900;
    color: #603fd3;
  }
  
  
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -20px !important;
    right: auto;
  }
  
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -20px !important;
    right: auto;
  }
  
  .main_user.main_user_mini.active {
    border-color: #603fd3;
  }
  
  
  .tree_row.row_second {
    border-top: 2px solid #603fd3;
    padding-top: 27px;
    margin-top: 26px;
  }
  
  
  
  
  .tree_card_body{
    overflow-x: hidden;
  }
  
  /* .tree_col_sec {
    max-width: 240px;
  } */
  
  .main_user.main_user_mini {
    padding: 13px;
    margin-bottom: 18px;  
    min-width: unset;
    border: 2px solid #e3e3ff;
  }
  .main_user.main_user_mini .ut_content span {
    font-size: 17px; 
    text-align: left;
  }
  
  
  .tree_row {
    display: flex;
  }
  
  .tree_col {
    /* display: inline-block; */
  }
  
  
  
  
  
  
  
  .main_user .modal-title {
    font-size: 15px;
    color: #898989;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #3333331c;
    padding-top: 6px;
    margin-top: 8px;
    font-weight: 400;
  }
  
  
  
   
  
  
  
  
  
  
  .main_user .modal-title b { 
    color: #000;
  }
  
  
  
  .tt_bs_open {
    font-size: 12px;
    cursor: pointer;
    background: #494949e3;
    border-radius: 10px;
    padding: 15px 20px;
    z-index: 2;
    position: absolute;
    top: 6px;
    max-width: fit-content;
    backdrop-filter: blur(10px);
    width: calc(100% - 30px);
    left: 15px;
    height: calc(100% - 12px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #603fd3 0%, #603fd3 100%);
    opacity: 0;
    pointer-events: none;
  }
  
  .tt_bs_open h5 {
    line-height: 1.2;
    font-size: 17px;
  }
  
  
  .tt_bs_open h5 b {
    font-size: 140%;
    margin-top: 12px;
    display: block;
  }
  
  .user_cass.addedCss:hover ~ .tt_bs_open{
    opacity: 1;
  }
  
  
  
  
  .user_cass.addedCss {
    position: relative;
  }
  
  .ut_row{
    cursor: pointer;
  }
  .ut_row ~ .tt_bs_open {
    min-width: 210px;
    width: calc(100% - 96px);
    left: 48px;
    height: calc(100% - 32px);
    cursor: pointer;
  }
  .ut_row:hover ~ .tt_bs_open{
    opacity: 1;
  }
  .ut_row ~ .tt_bs_open h5 {
   /*  display: flex;
    align-items: center; */
    text-align: center;
  }
  
   
  
  
  .ut_row ~ .tt_bs_open h5  b {
    margin-top: 0;
    margin-left: 10px;
    font-size: 150%;
  }
  
  
  
  
  
  
  
  /*---------------------------------------
    market_update_sec               
  -----------------------------------------*/
  .market_update_table table {
    background-color: transparent;
  }
  
  .market_update tr {
    border: 0;
  }
  
  /* 
  .table tr th {
    font-weight: 500;
    border: none;
    line-height: 3;
  }
  
  .table>thead th { 
    color: #ababab;
  }
  
  .table> :not(caption)>tr:last-child>* {
    border: 0;
  }
  
  .table> :not(caption)>*>* {
    padding: 1rem 1.5rem;
  }
  
  table.table td {
    line-height: 1.5;
    border-color: transparent;
    vertical-align: middle;
    box-shadow: none;
    color: #fff;
    text-shadow: none !important;
  }
  
  .td_div {
    display: flex;
    align-items: center;
  }
  
  
  
  
  
  img.coinimg {
    max-width: 30px;
    display: inline-block;
    margin-right: 10px;
  }
  
  .table tbody tr:hover {
    background: hsl(0deg 0% 100% / 12%);
    backdrop-filter: blur(4px);
  }
  
  table.table td .btn {
    margin: 10.5px 0;
  } */
  
  
  .sidebar-header img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 15px;
    border: 2px solid #5f3fd311;
  }
  
  .sidebar-header h1.h5 {
    font-weight: 800 !important;
    font-size: 16px;
}
  
  /*---------------------------------------
    how_it_sec               
  -----------------------------------------*/
  
  .how_it_sec {
    padding: 150px 0;
  }
  
  .how_it_sec .card {
    border-radius: 40px;
  }
  
  .how_it_sec .card-body {
    padding: 55px 40px;
  }
  
  
  
  
  
  
  
  
  
  
  
  /*---------------------------------------
    dashboard css               
  -----------------------------------------*/
  
  
  
  .features_sec .card-body {
    padding: 2.5rem;
  }
  
  /* .features_sec .card:hover {
    background: linear-gradient(135deg, #4e347e 0%, rgb(149 123 197 / 10%) 100%);
  } */
  
  .btn-link {
    background: linear-gradient(135deg, #603fd3 0%, #603fd3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--title-font);
    padding-left: 0;
    font-size: 14px;
    font-weight: 700;
} 
.bal_col {
  display: inline-block;
  margin-right: 40px;
}
.bal_col span {
  letter-spacing: .25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #828ca0;
  border-bottom: 1px dashed #00000059;
  display: block;
}

.bal_col em { 
  font-size: 14px;
  font-weight: 700; 
  color: #000000; 
  font-style: normal;
}

.bal_card_main h2 small { 
  letter-spacing: .25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #828ca0;
  border-bottom: 1px dashed #00000059;
  display: block;
  max-width: fit-content;
} 
.bal_card_main .card-body {
  padding: 30px;
}



.pm_list {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

.pm_card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 15px; 
  width: 100%;
  border-radius: 10px;
  /* gap: 2px; */
  transition: 0.3s;
  cursor: pointer;
}

.pm_card:hover, .pm_card.active { 
  background: #eff1fa; 
}

.pm_card > div{
  gap: 15px;
}

.td_div {
  display: flex;
  align-items: center;
  min-width: max-content;
}
img.coinimg {
  max-width: 40px;
  display: inline-block;
  margin-right: 15px;
}
.coin_name {
  line-height: 1.2;
}
.coin_name small {
  font-size: 12px;
  opacity: 0.6;
  font-weight: 500;
}
  

.pr_card{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
  
.pr_card {
  padding: 21px 15px;
  border-radius: 11px;
}

.pr_card.success{
  background: #28a7461e !important;
}
.pr_card.danger{
  background: #dc35461a  !important;
}

.pr_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}


  /*---------------------------------------
    App download section               
  -----------------------------------------*/
  .dd_sec {
    padding-bottom: 150px;
  }
  
  
  
  .down_tab {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  
  .down_tab a {
    display: block;
    margin-bottom: 10px;
  }
  
  .down_tab a:last-child {
    margin-bottom: 0;
  }
  
  .down_tab_xl {
    margin-top: 36px;
  }
  
  
  
  
  
  iframe {
    pointer-events: none !important;
  }
  
  
  
  /*---------------------------------------
    partners section               
  -----------------------------------------*/
  .part_sec {
    position: relative;
    padding: 50px 0 !important;
  }
  
  .part_sec:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(97.16deg, #F86CF8 12.04%, #64CEF5 81.84%);
  }
  
  .part_sec:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(97.16deg, #F86CF8 12.04%, #64CEF5 81.84%);
  }
  
  .parter_row {
    display: block;
    text-align: center;
  
  }
  
  .parter_row img {
    display: inline-block;
    margin: 5px;
    max-width: 192px;
  }
  
  
  
  
  
  
  
  
  .stake_plan {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
  
  
  .stake_plan h2 {
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: 1.7rem;
  }
  
  
  ul.pl_details {
    list-style: none;
    text-align: center;
    margin: 0 0 0;
    padding: 0;
  }
  
  
  ul.pl_details li {
    padding: 9px 0;
    color: #ffffffad;
  }
  
  
  ul.pl_details li {
    font-size: 13px;
    font-weight: 200;
    line-height: 1.2;
  }
  
  
  ul.pl_details li:nth-child(odd) {
    background-color: #ffffff0a;
  }
  
  ul.pl_details li span {
    font-size: 16px;
    display: block;
    font-weight: 500;
    color: #fff;
  }
  
  
  /*---------------------------------------
    partners section               
  -----------------------------------------*/
  
  
  .accordion-item {
    padding: 25px 0 35px;
    border-bottom: 1px solid #00000017;
    background: white;
  }
  
  .accordion-header button {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: transparent;
    outline: 0;
    border: 0;
    color: var(--dark-color);
    width: 100%;
    font-family: var(--body-font-family);
    text-align: start;
  }
  
  .acc_body {
    padding-top: 17px;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    font-weight: 500;
  }
  
  
  
  .accordion-header button.collapsed i {
    transform: rotate(0deg);
  }
  
  .accordion-header button i {
    transform: rotate(-180deg);
    transition: 0.2s;
  
  }
  
  body {
    /* background-image: url('../images/main_bg.png'); */
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    background-position: center top;
    background-attachment: fixed;
  }
  
  main {
  
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  
  
  
  
  
  /*---------------------------------------
    Community section              
  -----------------------------------------*/
  
  .joc_section {
    padding: 150px 0;
  }
  
  .joc_social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: hsl(0deg 0% 100% / 5%);
    padding: 20px 18px;
    border-radius: 9px;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    transition: 0.2s all;
    border: 1px solid hsl(0deg 0% 100% / 5%);
  }
  
  .joc_social .ri-xl {
    font-size: 1.9em;
  }
  
  .joc_social span {
    line-height: 1;
  }
  
  .joc_social_row {
    margin-top: 0;
  }
  
  .joc_social:hover {
    background: var(--primary-color);
    color: var(--dark-color);
  }
  
  .joc_section .card-body {
    padding: 60px 40px;
  }
  
  .page_title {
    margin-top: 80px;
  }
  
  .dd_img:before {
    content: "";
    /*    background-image: url('../images/download_bg.png');*/
    /*    background-color: #000a00;*/
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    background-position: top;
    /*    height: 100%;*/
    width: 100%;
    position: absolute;
    z-index: 0;
  }
  
  
  /*---------------------------------------
    SECTION               
  -----------------------------------------*/
  
  
  
  section .container {
    position: relative;
  }
  
  .container-custom {
    max-width: 1550px;
  }

  .container-custom{
    max-width: 780px;
  }
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .section-bg {
    background-color: var(--section-bg-color);
  }
  
  .section-overlay {
    background-color: var(--dark-color);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.35;
  }
  
  .section-overlay+.container {
    position: relative;
  }
  
  
  .nav-tabs {
    background-color: var(--section-bg-color);
    border-radius: var(--border-radius-large);
    border-bottom: 0;
    padding: 5px;
}
  
  .nav-tabs .nav-link {
    border-radius: var(--border-radius-large);
    border: 0;
    padding: 10px 25px;
    transition: all 0.3s;
  }
  
  .nav-tabs .nav-link:first-child {
    /* margin-right: 15px; */
  }
  
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background: var(--dark-color);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    color: #ffffff;
}
  
  .nav-tabs h5 {
    color: var(--p-color);
    margin-bottom: 0;
  }
  
  .nav-tabs .nav-link.active h5,
  .nav-tabs .nav-link:focus h5,
  .nav-tabs .nav-link:hover h5 {
    color: var(--primary-color);
  }
  
  
  /*---------------------------------------
    CUSTOM ICON COLOR               
  -----------------------------------------*/
  .custom-icon {
    color: var(--secondary-color);
  }
  
  
  /*---------------------------------------
    CUSTOM BUTTON               
  -----------------------------------------*/
  
  .login_group {
    font-weight: normal;
  }
  /* .custom-btn {
    border: 2px solid #5a33d5 !important;
    border-radius: 4px;
    color: var(--dark-color) !important;
    font-size: var(--btn-font-size) !important;
    line-height: normal;
    transition: all 0.3s;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 15px !important;
    line-height: 1;
    border-radius: 10px; 
  } */
  .custom-btn.text-white{
    color: #fff !important;
  }
  
  .btn-primary-light {
    background: #ede7ff !important;
    border: 0 !important;
    color: #5a33d5 !important;
}
.btn-danger-light {
  background: #f9dde0 !important;
  border: 0 !important;
  color: #dc3545 !important;
}
.btn-dark-light {
  background: #f0f0f0 !important;
  border: 0 !important;
  color: #000000 !important;
}

  /* .custom-btn.btn-dark {
    color: #fff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
  } */
  
  
  .nav_right .custom-btn.btn-gradient {
    /* padding-top: 12px; */
    /* padding-bottom: 12px; */
    color: #fff !important;
  }
  
  .btn-gradient {
    background:linear-gradient(100deg, #5a33d5 17.74%, #5a33d5 136.87%);
    border: 0;
    transition: cubic-bezier(0.4s);
    color: #fff !important;
  }
  
  
  
  .btn-hover:hover,
  .btn-hover:focus {
    /* transform: scale(1.01); */
    /* transform: scale(1.05); */
    /* transform: translateY(-3px); */
    /* box-shadow: rgb(15 145 195 / 75%) 2px 5px 20px 0px, -3px -2px 23px 6px #a60faabf; */
  }
  
  .btn-xl {
    font-size: 18px !important;
    padding: 13px 35px;
  }
  
  .btn-sm {
    padding: 7px 20px;
    font-size: 13px !important;
  }
  
  .btn_row .custom-border-btn {
    padding: 5px 18px;
  }
  
  
  .swal2-container.swal2-backdrop-show,
  .swal2-container.swal2-noanimation {
    background: rgb(0 0 0 / 37%) !important;
  }
  
  .custom-border-btn {
    border: 2px solid #5a33d5 !important; 
  
  }
  
  .btn-xl.custom-border-btn {
    padding: 11px 35px;
  }
  
  .txt_gradient {
    font-style: normal;
    background: linear-gradient(100deg, #5a33d5 17.74%, #5a33d5 136.87%);
    -webkit-background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
  }
  
  
  
  
  
  
  .hdc_card {
    background-color: #faf8ff;
    padding: 0;
    border-radius: 30px;
    overflow: hidden;
    background-image: url('../images/digi_logo_mask.svg');
    position: relative;
    z-index: 1;
    backdrop-filter: blur(5px);
  }
  
  
  
  @media (min-width:1601px) {
  
    .hdc_card {
      padding: 60px;
    }
  
  
  }
  
  
  
  .text-right {
    text-align: right !important;
  }
  
  
  
  .token-card.hdc_card {
    padding: 50px;
    /* padding-bottom: 25px; */
  }
  
  .time_bar {
    width: 100%;
    /* display: flex; */
    /* align-items: center; */
  }
  
  
  .menu-heading {
    color: #333333;
    padding: .25rem 20px .5rem;
    text-align: left;
  }
  
  .overline-title {
    color: #333333;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.2;
    text-transform: uppercase;
  }
  
  
  
  
  .time_txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
  }
  
  .time_row {
    width: 100%;
    height: 15px;
    border-radius: 4px;
    background: rgb(96 63 215 / 8%);
  }
  
  .timelines {
    max-width: 100%;
    height: 15px;
    border-radius: 4px;
    background:linear-gradient(100deg, #5a33d5 17.74%, #5a33d5 136.87%);
  }
  
  
  .time_bar {
    margin: 20px 0 20px;
  }
  
  
  .partners_list {
    /*display: block;*/
    margin-top: 33px;
  }
  
  .partners_list img {
    max-width: 216px;
    margin: 5px;
  }
  
  
  .font-normal {
    font-family: 'Montserrat', sans-serif;
  }
  
  
  
  .token_sec {
    position: relative;
    overflow: hidden;
  }
  
  .token_sec:after {
    content: "";
    height: 300px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url('../images/token_bg.svg');
  }
  
  
  
  
  /*---------------------------------------
    Section Title              
  -----------------------------------------*/
  
  .section-title {
    margin-bottom: 60px;
    text-align: center;
  }
  
  .section-title p {
    margin-top: 1.4rem;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*---------------------------------------
    VIDEO              
  -----------------------------------------*/
  .video-wrap {
    z-index: -100;
  }
  
  .custom-video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  
  /*---------------------------------------
    SITE HEADER              
  -----------------------------------------*/
  .site-header {
    background-color: var(--primary-color);
    padding-top: 12px;
    padding-bottom: 12px;
  }
  
  
  /*---------------------------------------
    NAVIGATION              
  -----------------------------------------*/
  .sticky-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /*  margin-top: 51px;*/
  }
  
  .sticky-wrapper.is-sticky .navbar {
    background-color: #ffffff1c;
    padding: 5px 0;
    backdrop-filter: blur(10px);
  }
  
  .navbar {
    background: #ffffff0a;
    z-index: 9;
    padding: 10px 0;
    transition: 0.2s;
    position: sticky;
    top: 0;
    backdrop-filter: blur(11px);
    box-shadow: -1px 3px 20px -6px #603fd72b;
  }
  
  .navbar-brand,
  .navbar-brand:hover {
    color: var(--dark-color);
    font-size: var(--h5-font-size);
    font-weight: var(--font-weight-bold);
  }
  
  .navbar-expand-lg .navbar-nav .nav-link {
    border-radius: var(--border-radius-large);
    margin: 10px 10px;
    padding: 10px 4px;
  }
  
  .navbar-expand-lg .navbar-nav .nav-link:after {
    content: "";
    position: absolute;
    background:linear-gradient(100deg, #5a33d5 17.74%, #5a33d5 136.87%);
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    transition: 0.3s;
    width: 100%;
    transform: scaleX(0);
    right: 0;
  }
  
  .navbar-expand-lg .navbar-nav .nav-link:hover::after,
  .navbar-expand-lg .navbar-nav .nav-link.active::after {
    transform: scaleX(1);
  }
  
  .navbar-expand-lg .navbar-nav .nav-link:hover,
  .navbar-expand-lg .navbar-nav .nav-link.active {
    /* color: #4f72d7; */
    background:linear-gradient(100deg, #5a33d5 17.74%, #5a33d5 136.87%);
    -webkit-background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  
  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
      margin-left: 20px;
    }
  
  }
  
  
  .navbar-nav .nav-link {
    display: inline-block;
    color: var(--dark-color);
    font-size: var(--nav-font-size);
    font-weight: var(--font-weight-normal);
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link:hover {
    color: var(--dark-color);
  }
  
  .navbar-toggler {
    border: 0 !important;
    padding: 0 !important;
    cursor: pointer;
    margin: 0;
    width: 30px;
    height: 35px;
    outline: none;
}
  
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  
  nav#sidebar.active .navbar-toggler  .navbar-toggler-icon,
  nav#sidebar.active .navbar-toggler .navbar-toggler-icon {
    background: transparent;
  }
  
  nav#sidebar.active .navbar-toggler  .navbar-toggler-icon:before,
  nav#sidebar.active .navbar-toggler  .navbar-toggler-icon:after,
  nav#sidebar.active  .navbar-toggler .navbar-toggler-icon:before,
  nav#sidebar.active  .navbar-toggler .navbar-toggler-icon:after {
    transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
    top: 0;
  }
  
  nav#sidebar.active .navbar-toggler  .navbar-toggler-icon:before {
    transform: rotate(45deg);
  }
  
  nav#sidebar.active .navbar-toggler  .navbar-toggler-icon:after {
    transform: rotate(-45deg);
  }
  
  .navbar-toggler .navbar-toggler-icon {
    background: var(--dark-color);
    transition: background 10ms 300ms ease;
    display: block;
    width: 25px;
    height: 2px;
    position: relative;
  }
  
  .navbar-toggler .navbar-toggler-icon:before,
  .navbar-toggler .navbar-toggler-icon:after {
    transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
    position: absolute;
    right: 0;
    left: 0;
    background: var(--dark-color);
    width: 25px;
    height: 2px;
    content: '';
  }
  
  .navbar-toggler .navbar-toggler-icon::before {
    top: -8px;
    transition: 0.2s all;
  }
  
  .navbar-toggler .navbar-toggler-icon::after {
    top: 8px;
    transition: 0.2s all;
  }
  
  #sidebar.active ~ .c_header .navbar-toggler .navbar-toggler-icon {
    background: transparent;
    transition: 0.2s all;
  }
  
  #sidebar.active ~ .c_header .navbar-toggler .navbar-toggler-icon::before {
    transform: rotate(45deg);
    transform-origin: 12% 10%;
}
#sidebar.active ~ .c_header .navbar-toggler .navbar-toggler-icon::after {
  transform: rotate(-45deg);
  transform-origin: 1% 9%;
}
  /*---------------------------------------
    Home section        
  -----------------------------------------*/
  
  
  .home_section {
    background-image: url('../images/hero_img.png');
    background-color: #000a00;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    background-position: center top;
  }
  
  
  
  
  
  /*---------------------------------------
    HERO        
  -----------------------------------------*/
  .hero-section {
    position: relative;
    overflow: hidden;
    padding: calc(50px + 50px) 0 50px;
  }
  
  .star_img {
    position: absolute;
    top: 100px;
    pointer-events: none;
  }
  
  
  .hero-section small {
    color: var(--dark-color);
    text-transform: uppercase;
  }
  
  .hero-section .section-overlay {
    z-index: 2;
    opacity: 0.45;
  }
  
  .hero-section .container {
    position: relative;
    z-index: 2;
    height: 100%;
    /*  padding-bottom: 50px;*/
  }
  
  .hero-section .container .row {
    height: 100%;
  }
  
  .aac_card h4 {
    font-family: var(--title-font);
  }
  
  .aac_card {
    padding-right: 12%;
  }
  
  
  /*---------------------------------------
    HERO        
  -----------------------------------------*/
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*---------------------------------------
    ABOUT              
  -----------------------------------------*/
  .about-section {
    background-image: url('../images/edward-unsplash-blur.jpg');
    background-color: #704010;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .about-image {
    border-radius: var(--border-radius-medium);
    display: block;
  }
  
  .about-text-wrap {
    position: relative;
  }
  
  .about-text-icon {
    background: var(--primary-color);
    border-radius: 100%;
    font-size: var(--h3-font-size);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
  }
  
  .about-text-info {
    backdrop-filter: blur(5px) saturate(180%);
    -webkit-backdrop-filter: blur(5px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: var(--border-radius-medium);
    border: 1px solid rgba(209, 213, 219, 0.3);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 20px;
    padding: 35px;
  }
  
  .activeNav {
    color: skyblue !important;
  }
  
  .swal2-title {
    position: relative !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0px !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 100 !important;
    text-align: center !important;
    text-transform: none !important;
    word-wrap: break-word !important;
  }
  
  .swal2-popup {
    padding: 5px 0px !important;
    margin: 0 !important;
    background: #13171ae3 !important;
  }
  
  /*---------------------------------------
    Our Work Section               
  -----------------------------------------*/
  
  
  .body-content {
    padding: 20px 0 5px;
  }
  
  .card.card-solid {
    border: 0;
    background: #FFFFFF;
    box-shadow: 0 0 50px -33px #603fd8;
  }
  
  /* .work-sec .card.card-solid {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
  } */
  
  .work-sec .card.card-solid .card-body {
    flex: 1 1 auto;
    padding: 20px;
  }
  
  
  
  
  /*---------------------------------------
   roadmap  Section               
  -----------------------------------------*/
  
  .timeline_section {
    background-image: url('../images/roadmap_img.png');
    background-repeat: no-repeat;
    background-size: 85%;
    position: relative;
    /* background-attachment: fixed; */
    background-color: #F2F8FE;
  }
  
  .timeline {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
  }
  
  .timeline::after {
    content: "";
    position: absolute;
    width: 6px;
    top: 0;
    bottom: 0;
    left: 50%;
    background:linear-gradient(100deg, #5a33d5 17.74%, #5a33d5 136.87%);
    border-radius: 5px;
  }
  
  .container_timeline {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
  }
  
  .left {
    left: 0;
  }
  
  .right {
    left: 50%;
  }
  
  .left::before {
    content: " ";
    height: 2px;
    position: absolute;
    top: 25px;
    width: 28px;
    z-index: 1;
    right: 0px;
    background: #603fd7;
  }
  
  .right::before {
    content: " ";
    height: 2px;
    position: absolute;
    top: 25px;
    width: 28px;
    z-index: 1;
    left: 6px;
    background: #603fd7;
  }
  
  .right::after {
    left: -12px;
  }
  
  .content {
    /*  padding: 20px 30px;*/
    /*  background-color: var(--dark-color);*/
    position: relative;
    /*  border-radius: 8px;*/
  }
  
  .left h6,
  .left p {
    text-align: end;
  }
  
  
  
  @media screen and (max-width: 600px) {
    .timeline::after {
      left: 31px;
    }
  
    .container {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .container_timeline::before {
      left: 16px;
    }
  
    .left::after,
    .right::after {
      left: 15px;
    }
  
    .right {
      left: 0%;
    }
  }
  
  
  
  
  
  
  /*---------------------------------------
    Token sec               
  -----------------------------------------*/
  
  
  .how_card img {
    margin-bottom: -25px;
  }
  
  
  
  
  
  
  
  /*---------------------------------------
    video sec              
  -----------------------------------------*/
  .ola_section {
    overflow: hidden;
  
  }
  
  .video_card {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    /*    max-width:80%;*/
  
  }
  
  .video_card img {
    width: 100%;
  }
  
  .play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .play_icon img {
    width: 110px;
    height: 110px;
    object-fit: scale-down;
    backdrop-filter: blur(5px);
    border-radius: 50%;
  }
  
  .slide_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 25px;
    background: #ffffff1a;
    backdrop-filter: blur(10px);
  }
  
  .videoSlide {
    overflow: unset !important;
  }
  
  [data-rk] .ju367v86 {
    padding-top: 0 !important;
  }
  
  
  
  
  
  
  
  
  
  
  
  /*---------------------------------------
    TICKET               
  -----------------------------------------*/
  .ticket-section {
    background-image: url('../images/nicholas-green-unsplash-blur.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 130px;
  }
  
  .ticket-form {
    padding: 50px;
    background: #fff;
    border: 1px solid fff;
    border-radius: 24px;
    backdrop-filter: blur(3px);
    position: relative;
    z-index: 1;
    /* box-shadow: -9px 8px 40px -15px #603fd829, 12px -9px 40px -24px #603fd82e; */
  }
  .ticket-form-signup.ticket-form {
    padding: 32px;
  }
  .ticket-form .form-check {
    position: relative;
    /* min-height: 52px; */
    padding-left: 35px;
  }
  
  .ticket-form .form-check .form-check-label {
    display: block;
    font-size: 14px;
    line-height: 1.4;
}
.cfield_group  a.mb-2 {
  font-size: 14px;
}
  /*---------------------------------------
    ARTISTS              
  -----------------------------------------*/
  .artists-thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
  
  .artists-image {
    border-radius: var(--border-radius-medium);
    display: block;
    width: 100%;
  }
  
  .artists-thumb:hover .artists-hover {
    transform: translateY(0);
    opacity: 1;
  }
  
  .artists-hover {
    background-color: var(--primary-color);
    background-color: rgba(248, 203, 46, 0.75);
    border-radius: var(--border-radius-medium);
    backdrop-filter: blur(5px) saturate(180%);
    -webkit-backdrop-filter: blur(5px) saturate(180%);
    margin: 20px;
    padding: 35px;
    transition: all 0.5s ease;
    transform: translateY(100%);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
  }
  
  .artists-hover p strong {
    color: var(--dark-color);
    display: inline-block;
    min-width: 180px;
    margin-right: 20px;
  }
  
  .artists-hover p a {
    color: var(--secondary-color);
  }
  
  .artists-hover p a:hover {
    color: var(--dark-color);
  }
  
  .artists-hover hr {
    margin: 1.5rem 0;
  }
  
  
  /*---------------------------------------
    SCHEDULE              
  -----------------------------------------*/
  .schedule-section {
    background-image: url('../images/nainoa-shizuru-unsplash-blur.jpg');
    background-color: #242424;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  
  .schedule-table {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
  }
  
  .schedule-table .bg-warning {
    background: #f0a5a5 !important;
  }
  
  .schedule-table thead th {
    background-color: var(--secondary-color);
  }
  
  .schedule-table th,
  .schedule-table tr,
  .schedule-table td {
    border-bottom-color: #363a3e;
    padding: 30px;
  }
  
  .schedule-table tr:last-child th,
  .schedule-table tr:last-child td {
    border-bottom-color: transparent;
  }
  
  .schedule-table thead th {
    border-right: 1px solid #c7460a;
    border-bottom-color: transparent;
  }
  
  .schedule-table th+td {
    border-bottom: 0;
  }
  
  .schedule-table thead th:last-child {
    border-right-color: transparent;
  }
  
  .schedule-table .pop-background-image {
    background-image: url('../images/artists/joecalih-UmTZqmMvQcw-unsplash.jpg');
  }
  
  .schedule-table .rock-background-image {
    background-image: url('../images/artists/abstral-official-bdlMO9z5yco-unsplash.jpg');
  }
  
  .schedule-table .country-background-image {
    background-image: url('../images/artists/soundtrap-rAT6FJ6wltE-unsplash.jpg');
  }
  
  .table-background-image-wrap {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: none;
    position: relative;
  }
  
  .schedule-table h3,
  .schedule-table p {
    color: var(--dark-color);
    position: relative;
    z-index: 2;
  }
  
  
  /*---------------------------------------
    PRICING              
  -----------------------------------------*/
  .pricing-thumb {
    border: 5px dotted var(--dark-color);
    border-radius: var(--border-radius-medium);
    position: relative;
    padding: 50px;
  }
  
  .pricing-thumb h3 small {
    display: inline-block;
    font-size: var(--p-font-size);
    margin-right: 15px;
  }
  
  .pricing-list {
    column-count: 2;
    padding-left: 20px;
  }
  
  .pricing-list-item {
    line-height: normal;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  
  .pricing-tag {
    background-color: var(--secondary-color);
    border-radius: var(--border-radius-large);
    color: var(--dark-color);
    font-weight: var(--font-weight-bold);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
  }
  
  .pricing-tag span {
    font-size: 180%;
    line-height: normal;
  }
  
  .pricing-thumb .link-fx-1 {
    color: var(--primary-color);
  }
  
  .pricing-thumb .link-fx-1:hover {
    color: var(--link-hover-color);
  }
  
  
  /*---------------------------------------
    CONTACT               
  -----------------------------------------*/
  .google-map {
    border-radius: var(--border-radius-medium);
  }
  
  
  /*---------------------------------------
    CUSTOM FORM               
  -----------------------------------------*/
  
  
  
  .row_check .form-check-label {
    margin-top: 0 !important;
    font-size: 14px;
  }
  
  .form-check.row_check {
    min-height: 27px;
    padding-left: 28px;
  }
  
  .row_check .form-check-input[type=checkbox] {
    background-color: transparent;
    border: 1px solid #6666664f;
    border-radius: 6px;
    font-size: 18px;
    margin-top: 1px;
    outline: 0 !important;
    box-shadow: none;
  }
  
  .row_check .form-check-input:checked[type=checkbox] {
      border-color: #5a33d5 !important;
    background-size: 16px;
    background-color: #603fd7;
  }
  
  
  
  .form-control {
    padding: .675rem .75rem;
  }
  
  
  .form-control::placeholder {
    color: #5a5a5a94;
  }
  
  .dcDHqk {
    color: #161414 !important;
}
  
  .form-control, .form-select, .input-material-group .input-material, .brows-file-wrapper input.inputfile {
    color: #000; 
    border-radius: 13px;
    border: 2px solid #3408cd;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 20px;
  width: 100%;
  
  }
  
  .form-control:focus, .form-select:focus {
    border-color: #5a33d5 !important;
  }
  
  .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
  }
  
  
  .custom-form .form-control, .custom-form .form-select {
    color: var(--p-color);
    margin-bottom: 24px;
    outline: none;
    font-feature-settings: 'pnum' on, 'lnum' on;
    border-radius: 13px;
    border: 2px solid #efefef;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 20px;
  }
  
  .form-select option {
    color: #000;
  }
  
  input:-webkit-autofill, input:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 51px rgb(250 248 254) inset;
    -webkit-text-fill-color: #000;
  }
  
  
  
  
  /*.custom-form button[type="submit"] {
    background: var(--custom-btn-bg-color);
    border: none;
    border-radius: var(--border-radius-large);
    color: var(--dark-color);
    font-size: var(--nav-font-size);
    font-weight: var(--font-weight-bold) !important;
    transition: all 0.3s;
    margin-bottom: 0;
  }
  
  .custom-form button[type="submit"]:hover,
  .custom-form button[type="submit"]:focus {
    background: var(--custom-btn-bg-hover-color);
    border-color: transparent;
  }*/
  
  .price_bar {
    border: 0;
    text-align: left;
    font-size: 11px;
    background: #ffffff12;
    padding: 9px 12px;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 500;
    letter-spacing: normal;
    margin-bottom: 25px;
    margin-top: -9px;
  }
  
  
  
  
  
  /* radio button */
  .cfield_radio {
    margin-bottom: 19px;
    text-align: left;
    overflow: hidden;
  }
  
  .radio_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -10px 0;
  }
  
  .radio_box label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-right: 0;
    min-width: 50%;
    flex: 0 0 auto;
    padding: 0 10px;
    margin: 0 auto;
  }
  
  .radio_box label input {
    position: absolute;
    left: -9999px;
  }
  
  .radio_box label input:checked+span {
    background:linear-gradient(100deg, #5a33d5 17.74%, #5a33d5 136.87%);
    color: #fff;
    border-color: #ffffff;
  }
  
  .radio_box label span {
    display: flex;
    padding: 13px 5px;
    border-radius: .375rem;
    transition: 0.25s ease;
    min-width: 100px;
    width: 100%;
    text-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
  }
  
  .radio_box label span:hover {
    background-color: #ffffff26;
  }
  
  .radio_box label span:after {
    display: flex;
    content: "\eb7b";
    font-family: 'remixicon' !important;
    font-size: 17px;
    flex-shrink: 0;
    /* content: ""; */
    background-color: #fff0;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 1rem;
    transition: 0.25s ease;
    font-size: 18px;
    line-height: 1.8rem;
    text-align: center;
    margin: 0;
    opacity: 0.2;
  }
  
  .radio_box label span em {
    font-style: normal;
    font-weight: 600;
    display: flex;
    width: 100%;
    justify-content: start;
    margin-left: 21px;
  }
  
  .radio_box label input:checked+span:after {
    color: #fff;
    opacity: 1;
  }
  
  /*---------------------------------------
    SITE FOOTER              
  -----------------------------------------*/
  .site-footer {
    /* background-color: var(--dark-color); */
    position: relative;
    overflow: hidden;
    padding: 40px 0;
  }
  
  .site-footer-top {
    background-color: var(--secondary-color);
    background-image: url('../images/nainoa-shizuru-NcdG9mK3PBY-unsplash.jpg');
    background-repeat: no-repeat;
    margin-bottom: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .site-footer-bottom {
    border-top: 1px solid #1f1c1c;
    margin-top: 60px;
  }
  
  .site-footer-title {
    color: var(--dark-color);
  }
  
  .site-footer-link,
  .copyright-text {
    color: var(--dark-color);
  }
  
  .site-footer-links {
    padding-left: 0;
  }
  
  .site-footer-link-item {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
  }
  
  .copyright-text {
    font-size: var(--copyright-font-size);
  }
  
  
  /*---------------------------------------
    SOCIAL ICON               
  -----------------------------------------*/
  .social-icon {
    margin: 0;
    padding: 0;
  }
  
  .social-icon-item {
    list-style: none;
    display: inline-block;
    vertical-align: top;
  }
  
  .social-icon-link {
    /*  background: var(--secondary-color);*/
    /*  border-radius: var(--border-radius-large);*/
    color: var(--dark-color);
    font-size: var(--h4-font-size);
    display: block;
    margin-right: 20px;
    text-align: center;
    /*  width: 35px;*/
    /*  height: 35px;*/
    /*  line-height: 36px;*/
    /*  transition: background 0.2s, color 0.2s;*/
  }
  
  .social-icon-link:hover {
    color: var(--dark-color);
  }
  
  .social-icon-link span {
    display: block;
  }
  
  
  
  @keyframes spinAround {
    from {
      transform: rotate(0deg)
    }
  
    to {
      transform: rotate(360deg);
    }
  }
  
  
  
  .nav_right {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 15px;
  }
  
.us_profile {
    display: flex;
    align-items: center;
    gap: 9px; 
}

.us_profile span {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  /* width: 100px; */
  font-weight: 600;
}
  
  
  
  
  
 
  
  .login-pills {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .login-pills li {
    display: block;
    width: 50%;
  }
  
  .login-pills li .nav-link {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 23px 12px;
    background: transparent;
    color: var(--dark-color);
    border-radius: 0;
    font-weight: bold;
    border-bottom: 2px solid #ffffff0f;
    font-size: 18px;
  }
  
  .login-pills li .nav-link.active {
    color: var(--primary-color);
    background: transparent;
    border-color: var(--primary-color);
  }


  .login_form {
    max-width: 400px;
    margin: 0 auto;
}





  
  label>em {
    font-size: 150%;
    line-height: 1;
  }
  
  .field-otp-box {
    position: relative;
  }
  
  .field-otp-box .btn {
    top: 50%;
    position: absolute;
    right: 12px;
    font-size: 17px;
    transform: translateY(-50%);
    padding: 10px;
    line-height: 1;
  }
  
  .field-otp-box .btn-sm {
    border-radius: 9px;
    padding: 7px 10px;
  }

  
  
  .btn-xs {
    padding: 6px 12px;
    font-size: 12px !important;
  }
  
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  .form-check.termsConditions {
    min-height: unset !important;
    color: var(--dark-color) !important;
    display: flex;
    align-items: center;
    padding-left: 1.5em !important;
    font-size: var(--p-font-size);
    cursor: pointer;
  }
  
  .form-check.termsConditions label.form-check-label {
    position: unset;
    transform: translate(0);
    margin: 0;
  }
  
  .form-check.termsConditions .form-check-input {
    width: 1.3em;
    height: 1.3em;
    border: 2px solid rgb(184, 184, 184);
    background-color: transparent;
    margin-right: 10px;
    outline: 0;
    box-shadow: none !important;
  }
  
  .form-check-input:checked {
    border-color: var(--primary-color) !important;
  }
  
  .breadcrumb-item {
    font-size: var(--p-font-size);
    color: var(--dark-color) !important;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  /*KYC wrapper*/
  
  
  .form-field-wrapper {
    padding: 20px;
    background: rgb(255 255 255 / 9%);
    border: 1px solid rgb(255 255 255 / 16%);
    border-radius: 18px;
  }
  
  .kyc_wrapper {
    padding: 40px;
  }
  
  .card-body.create-item-wrapper-kyc {
    padding: 32px;
  }
  
  .dzKkzw {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  
  .kyc_nofti {
    justify-content: space-between;
    position: relative;
  }
  
  .dzKkzw .check_bar i {
    width: 38px;
    height: 38px;
    background-color: #d1d7f5;
    border-radius: 35px;
    color: #343a40;
    text-align: center;
    line-height: 38px;
    position: relative;
    z-index: 1;
    border: 3px solid #f7fafc;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  
  .dzKkzw .check_bar i {
    border-color: #1a1a1a;
    color: #fff;
  }
  
  .check_bar.active i {
    background: #383838;
    color: #fff;
  }
  
  
  
  .check_bar {
    display: block;
    width: 33.33333%;
    position: relative;
  }
  
  .check_bar:after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    background: #333;
    top: 20px;
    z-index: 0;
  }
  
  .check_bar:after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 3px;
    background: #d1d7f5;
    top: 17px;
    z-index: 0;
  }
  
  .check_bar:last-child::after {
    display: none;
  }
  
  .check_bar.active:after {
    background: #343a40;
  }
  
  .check_bar.active i {
    background: #343a40;
    color: #fff
  }
  
  
  .dzKkzw .check_bar i {
    border-color: #595959;
    color: var(--dark-color);
    background: #595959;
  }
  
  .check_bar.active i {
    background: var(--primary-color);
    color: var(--dark-color);
  }
  
  .check_bar:after {
    background: #fff6;
  }
  
  .check_bar.active:after {
    background: #595959;
  }
  
  .d-kyc_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
  }
  
  .kyc_done .check_bar {
    text-align: center;
  }
  
  .kyc_done .dzKkzw .check_bar i {
    margin: 0 auto;
  }
  
  .kyc_done .check_bar:after {
    left: 50%;
  }
  
  .kyc_done .check_bar h5 {
    margin-top: .6rem;
  }
  
  .kyc_done .check_bar h5 {
    margin-top: .6rem;
    font-size: 14px;
  }
  
  .bg-success {
    background-color: #00aa32 !important;
  }
  
  .d-kyc_sec p {
    margin-bottom: 0;
  }
  
  .d-kyc_share {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .d-kyc_share h5 {
    margin-bottom: 5px;
  }
  
  .d-kyc_share p {
    margin-bottom: 0;
    max-width: 80%;
    line-height: 1.1;
  }
  
  .d-kyc_share p .small,
  .d-kyc_share p small {
    font-size: 80%;
    font-weight: 400;
  }
  
  .d-kyc_share h5 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  
  .d-kyc_sec h4 {
    font-size: 25px;
    font-weight: 500;
  }
  
  
  
  .kyc_done hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid rgb(255 255 255);
    background: transparent;
  }
  
  
  .form-label {
    color: var(--dark-color)
  }
  
  
  
  
  .upload-area .brows-file-wrapper {
    position: relative;
    border-radius: 10px;
    background: #ffffff1f;
    transition: 0.3s;
    border: 1px solid #ffffff2b;
  }
  
  .upload-area .brows-file-wrapper input {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
  }
  
  .upload-area label {
    border: 1px solid #4a4a4a1c;
    width: 100%;
    height: 200px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
    margin-bottom: 15px;
    color: var(--dark-color)
  }
  
  .upload-area label i {
    font-size: 40px;
    stroke-width: 1px;
    color: var(--dark-color);
    margin-bottom: 0;
  }
  
  .upload-area label span {
    font-size: 20px;
    margin-bottom: 0;
  }
  
  .upload-area label .file-type {
    font-size: 14px;
    font-weight: 300;
  }
  
  ::-webkit-calendar-picker-indicator,
  ::-webkit-select-indicator {
    filter: invert(1);
  }
  
  .card-body.create-item-wrapper-kyc .form-control {
    margin-bottom: 0 !important;
  }
  
  
  .avatar-info img {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    object-fit: cover;
    border: 2px solid #fecc16;
  }
  
  .avatar-info img {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    object-fit: cover;
    border: 2px solid #ffffff6b;
    margin-right: 8px;
  }
  
  .avatar-info>a {
    color: var(--dark-color);
    font-size: 14px;
    position: relative;
    padding-right: 20px;
  }
  
  .avatar-info>a :after {
    position: absolute;
    content: "\ea4e";
    font-family: 'remixicon' !important;
    right: 0;
    line-height: 1;
    top: 9px;
  }
  
  ul,
  li {
    list-style: none;
    padding-left: 0;
  }
  
  
  .custom-dropdown {
    position: relative;
    margin-right: 15px;
    display: flex;
  }
  
  
  .submenu {
    min-width: 200px;
    height: auto;
    position: absolute;
    z-index: 99;
    top: 100% !important;
    right: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    padding: 12px 0;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 10px;
    backdrop-filter: blur(10px);
  }
  
  .custom-dropdown:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 10px) !important;
  }
  
  .custom-dropdown .submenu li a {
    font-weight: 500;
    padding: 8px 14px;
    font-size: 15px;
    display: block;
    color: #dadada;
    margin: 0 10px;
    border-radius: 4px;
    transition: 0.3s;
    display: flex;
    align-items: center;
  }


  
  .custom-dropdown .submenu li a i {
    padding-right: 8px;
  }
  
  .custom-dropdown .submenu li a:hover {
    color: var(--primary-color);
  }
  
  
  /* .dropdown-menu {
    top: calc(100% + 20px) !important;
    box-shadow: 0px 16px 48px rgba(31, 47, 70, 0.1);
    border-radius: 12px;
    background: #FCFCFD;
    transition: all .3s;
    border-color: #0000001a;
    min-width: 276px;
    right: -40px;
    left: unset !important;
    padding: 4px 16px;
} */
  
  
  
  /*my account*/
  
  
  .img-account-profile {
    width: 65px;
    height: 65px;
    object-fit: cover;
    overflow: hidden;
    min-width: 65px;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.24);
  }
  
  
  .text-gray {
    color: #ffffffc9;
  }
  
  .menu-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0;
    flex: 0 0 100%;
    padding: .85rem 1rem;
    transition: none;
    outline: none !important;
    color: var(--dark-color);
    border-radius: 6px !important;
    /* transition: 0.3s; */
    margin: 2px 0;
  }
  
  .menu-link .menu-bullet {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    margin-right: .5rem;
  }
  
  .bullet {
    display: inline-block;
    background-color: var(--dark-color);
    border-radius: 6px;
    width: 8px;
    height: 4px;
    flex-shrink: 0;
  }
  
  .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--primary-color);
  }
  
  .nav-link:focus,
  .nav-link:hover {
    color: var(--white-text);
  }
  
  .avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 11px auto 40px;
  }
  
  .avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    bottom: 11px;
  }
  
  .avatar-upload .avatar-edit input {
    display: none;
  }
  
  .avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #000000b8;
    border: 1px solid #ffffff54;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--dark-color);
    backdrop-filter: blur(10px);
  }
  
  .avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 3px solid #f8f8f88c;
    overflow: hidden;
  }
  
  
  .avatar-upload .avatar-preview>img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .nodataAvailable {
    text-align: center;
    height: 120px;
  }
  
  
  .coming_soon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 80px 0;
  }
  
  .market_tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 26px;
    color: #fff;
    background: #ffffff1c;
    backdrop-filter: blur(3px);
    margin-right: 10px;
  }
  
  .no-data {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0;
  }
  
  .star_btn.btn_icon {
    transform: rotate(0);
    display: inline-flex;
    height: 30px;
    width: 30px;
    font-size: 19px;
    background: transparent;
    opacity: 0.5;
    margin-right: 7px;
  }
  
  span.star_btn.btn_icon.active {
    color: #fecc16;
    opacity: 1;
  }
  
  .form-select:disabled {
    background-color: #0000004f;
    border-color: #0000004f;
  }
  
  
  .thankyou img {
    max-width: 140px;
    margin-bottom: 2rem;
  }
  
  [data-rk] .ju367vax {
    background: rgb(0 0 0 / 34%) !important;
  }
  
  .pt-2 {
    width: 52px !important;
    height: 52px !important;
    margin: 0 !important;
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.24) !important;
    border-radius: .375rem;
    margin-left: -1px;
  }
  
  .form-control:disabled {
    background-color: #eeecfc !important;
    opacity: 1;
    color: #2e2e2e !important;
    border-color: #3333 !important;
  }
  .iekbcc0.ju367v70.ju367v7l.ju367v85.ju367v6e.ju367v9x.ju367vcf.ju367vn.ju367vt.ju367vw.ju367vfo.ju367v11.ju367v1c.ju367v8o {
    padding: 0 !important;
    background: transparent;
  
  }
  
  [data-rk] .ju367v9x {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  
  [data-rk] .ju367v86 {
    padding-top: 0 !important;
  }
  
  [data-rk] .ju367v6f {
    padding-bottom: 0 !important;
  }
  
  button.iekbcc0.iekbcc9.ju367v4.ju367v9x.ju367vn.ju367vec.ju367vfo.ju367va.ju367v11.ju367v1c.ju367v8o._12cbo8i3.ju367v8m._12cbo8i4._12cbo8i6 {
    font-size: 12px !important;
  }
  
  [data-rk] .ju367v9c {
    background: transparent !important;
    padding: 0 !important;
  }
  
  [data-rk] .ju367v2b {
    height: 24px !important;
    font-size: 13px !important;
  }
  
  [data-rk] ._12cbo8i3:hover {
    transform: scale(1) !important;
  }
  
  
  span.btn.custom-btn.wallet_btn,
  span.btn.custom-btn.wallet_btn * {
    font-family: var(--body-font-family) !important;
    font-weight: 400 !important;
  }
  
  
  .btn-check:focus+.btn,
  .btn:focus {
    outline: 0;
    box-shadow: none !important;
  }
  
  .cursor-pointer {
    cursor: pointer;
  }
  

  
  a.dropdown-item {
    padding: 6px 14px;
    font-size: 15px;
    color: #dadada;
    border-radius: 0px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    color: var(--dark-color) !important;
    font-size: var(--btn-font-size)
  }
  
  .dropdown-item:focus,
  .dropdown-item:hover {
    color: var(--dark-color) !important;
    background-color: #ffffff0d;
  }
  
  
  
  .what {
    margin-top: 1.5rem;
    text-align: left;
  }
  
  .whh {
    font-size: 13px;
    font-weight: normal;
    display: block;
    margin: 10px 0;
    opacity: 0.9;
  }
  
  
  button.iekbcc0.iekbcc9.ju367v4.ju367v9x.ju367vn.ju367vec.ju367vfo.ju367va.ju367v11.ju367v1c.ju367v8o._12cbo8i3.ju367v8m._12cbo8i4._12cbo8i6>.iekbcc0.ju367v86.ju367v6f.ju367v72.ju367v7l.ju367v8 {
    padding-left: 0;
  }
  
  
  
  
  
  
  
  
  
  
  
  a.claim_free_btn {
    font-size: 17px;
    height: auto !important;
    line-height: unset;
    padding: 0;
    letter-spacing: 0.5px;
    position: fixed;
    top: auto;
    right: 22px;
    z-index: 10;
    transform: translateX(0);
    -webkit-animation: power1 3s infinite;
    max-width: 190px;
    bottom: 22px;
  }
  
  @-webkit-keyframes power1 {
    50% {
      transform: translateY(-2px);
    }
  
    70% {
      transform: translateY(-10px);
    }
  
    100% {
      transform: translateY(0);
    }
  }
  
  
  
  @media (max-width:767px) {
  
    .img-prev {
      flex-direction: column;
  }
    .avatar-preview { 
      margin-bottom: 17px;
  }

    .tree_ul .user_cass { 
      /* min-width: 152px; */
  }
    .ut_row ~ .tt_bs_open h5  b { 
      font-size: 100%;
      margin-left: 4px;
      line-height: 1;
  }
    .ut_row ~ .tt_bs_open {
      min-width: 210px;
      width: 100%;
      left: 0;
      height: unset;
      cursor: pointer;
  }
    .tt_bs_open {
      position: relative;
      height: auto;
      padding: 6px 0;
      opacity: 1;
      width: 100%;
      left: unset;
      top: unset;
      max-width: 100%;
      margin-top: 5px;
      border-radius: 6px;
  }
    .tt_bs_open h5 {
      line-height: 1.2;
      font-size: 10px;
    }
    .tt_bs_open h5 b {
      font-size: 100%;
      margin-top: 2px;
      display: unset;
  }
  
  
  
  
    .hdc_card {
      border-radius: 20px;
    }
  
    .token_sec .d-flex.btn_row.align-items-center.mt-4.justify-content-center {
      flex-direction: column;
    }
  
    .token-card.hdc_card {
      padding: 25px;
      /* padding-bottom: 25px; */
    }
  
    .token_sec .d-flex.btn_row.align-items-center.mt-4.justify-content-center>span {
      min-width: 320px;
      margin: 0 auto 7px !important;
    }
  
    a.claim_free_btn {
      top: auto;
      bottom: 20px;
      right: 20px;
      max-width: 129px;
    }
  
    @-webkit-keyframes power1 {
      50% {
        transform: translateY(-2px);
      }
  
      70% {
        transform: translateY(-20px);
      }
  
      100% {
        transform: translateY(0);
      }
    }
  }
  
  
  
  .img-mobile {
    display: none;
  }
  
  
  
  
  
  @media (max-width:991px) {
    body {
      background-size: cover;
    }
  
    .img-mobile {
      display: block;
      margin: 15px 0;
    }
  
    .star_img {
      display: none;
    }
  
    .img-desktop {
      display: none;
    }
  }
  
  
  
  
  .swap_form.form-group{
  
    position: relative;
  
  }
  .swap_form.form-group .form-control ~ i.ttc_txt {
    text-align: right;
    top: 13px;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    right: 15px;
    display: inline-block;
    position: absolute;
  }
  .swap_form.form-group .form-control {
    font-size: 18px;
    border: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 16px 20px;
    border-radius: 10px;
    border: 2px solid #efefef;
  }
  .balance-libra {
    background: #0e2648;
    background: rgb(189 134 38 / 14%);
    border-radius: 7px;
    padding: 8px 20px;
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    background: linear-gradient(100deg, #8733ff2b 17.74%, #fc30f829 136.87%);
  }
  .card-success * {
    color: #5a33d5 !important;
    font-weight: 700!important;
    font-size: 13px;
  }
  
  .currency-form .btn.btn-block {
    border-radius: 10px;
    padding: 16px 16px;
    font-size: 18px;
    color: #fff;
    background:linear-gradient(100deg, #5a33d5 17.74%, #5a33d5 136.87%);
  }
  
  
  .hVPalX {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px;
    width: 100%;
    color: rgba(0, 0, 0, 0.54);
    font-size: 13px;
    min-height: 56px;
    background-color: #FFFFFF;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(0,0,0,.12);
  }
  
  .gVtWSU {
    display: flex;
    align-items: center;
    border-radius: 4px;
    white-space: nowrap;
    justify-content: center;
  }
  
  .kuPCgf {
    position: relative;
    display: block;
    user-select: none;
    border: none;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 8px;
    margin: px;
    cursor: pointer;
    transition: 0.4s;
    color: rgba(0,0,0,.54);
    fill: rgba(0,0,0,.54);
    background-color: transparent;
  }
  .kuPCgf:disabled {
    cursor: unset;
    color: rgba(0, 0, 0, .18);
    fill: rgba(0, 0, 0, .18);
  }
  .kuPCgf:hover:not(:disabled) {
    background-color: rgba(0,0,0,.12);
  }
  
  
  
  
  .partner_row {
    display: block;
  }
  
  
  .partner_row img {
    /* max-width: 180px; */
    display: inline-block;
    padding: 13px;
    border: 1px solid #3333;
    height: 55px;
    object-fit: scale-down;
    margin: 4px;
    border-radius: 8px;
  }
  
  
   
  .side_scroll::-webkit-scrollbar,
    .side_scroll::-webkit-scrollbar {
        width: 3px;
        background-color: transparent;
    }
    .side_scroll::-webkit-scrollbar-thumb,
    .side_scroll::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: rgb(106 106 106 / 21%);
    }
  
  
  
  .section_eco.work-sec img {
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: -42px;
    text-align: center;
    display: block;
  }
  .section_eco.work-sec .body-content {
    padding: 20px 0 5px;
    text-align: center;
  }
  
  
  
  
  
  /* pahe header */
  
  .pg_header {
    margin-bottom: 20px;
  }
  
  
  .hd_innre {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .ph_right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0 10px;
  }
  
  
  
  .pg_header .dropdown-menu.show {
    display: block;
    transform: translate(0) !important;
    right: -11px !important;
  }
  
  .filter-card .form-control {
    padding: .625rem 1.5rem;
    border-radius: 13px;
    font-weight: 500;
  }
  
  .filter-card {
    margin-top: 14px;
  }
  
  
  .filter-card label {
    margin-bottom: 5px;
    font-size: 13px;
  }
  
  
  .filter-card .btn {
    padding: 14.5px 15px;
  }
  
  
  .searchBar.custom-tabs {
    padding: 10px 5px 10px 0;
    display: flex;
    padding-left: 15px;
    align-items: center;
    background-color: #ffffff33;
    backdrop-filter: blur(10px);
    border: 2px solid #efefef;
    box-shadow: none !important;
    border-radius: 13px;
  }
  
  
  .searchBar.custom-tabs input {
    outline: 0;
  }
  
  .searchBar.custom-tabs i {
    margin-right: 8px;
    color: currentColor;
  }
  
  .searchBar.custom-tabs input {
    background: transparent;
    border: 0 !important;
    color: #000;
    min-width: min-content;
    font-weight: 500;
    width: -webkit-fill-available;
  }
  
  
  .btn-muted {
    background: #000000;
    border-radius: 13px;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 26px;
    border: 0 !important;
    color: #fff !important;
    padding: 14.5px 30px;
    line-height: 1.19;
  }
  .filter-card .btn {
    padding: 14.5px 15px;
    line-height: 1.19;
  }
  
  
  
  /* copy trading */


  .saprate_page {
    background: #f5f5f5;
    min-height: 100vh;
}

.saprate_page .page_wrapper{
  padding: 0;
}
.ct-header__top {
  background: #fff;
  border-top: 1px solid #f1f1f1;
}
.ct-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.ct-header__inner h2 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: .25px;
  margin: 0;
}
.ct-wallet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ct-wallet__balance {
  margin-right: 36px;
}
.ct-wallet__head {
  font-size: 10px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 1px;
  font-weight: 500;
}

.ct-wallet__count {
  display: flex;
  align-items: flex-end;
  direction: ltr;
  font-weight: 600;
  line-height: 1;
}

.ct-wallet__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}

.page_tabs .nav-tabs { 
  background: transparent;
  border-radius: 0;
    margin: 0;
    padding: 0;
}
.page_tabs .nav-tabs .nav-link {
  border-radius: 0;
  border-bottom: 3px solid #ffffff;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  color: #7181a2;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 10px 10px 0  0;
}

.page_tabs .nav-tabs .nav-link.active {
  border-color: #603fd3;
  color: #603fd3;
  background: transparent;
  box-shadow: none;
}
.page_tabs .nav-tabs .nav-link:hover {
  background: #ede7ff;
  box-shadow: none;
  /* border-color: #ede7ff; */
}
.saprate_page .page_wrapper .page_wrapper {
  padding: 30px 0;
}

.master_rating h3 {
  font-size: 26px;
  margin-bottom: 15px;
}


.input-relative {
  position: relative;
}
.input-relative span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
  opacity: 0.5;
}
.filter_right {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.filter_right label.form-check-label {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.9;
}
  

.view_tab {
  border: 2px solid #efefef;
  padding: 4px;
  border-radius: 13px;
  font-weight: 500;
  display: flex;
  gap: 3px;
}

.filter_search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 17px;
}
.view_tab .lg_view {
  padding: 2px 2px;
  background: #ffffff;
  border-radius: 8px;
  opacity: 0.6;
  transition: 0s;
  min-width: 36px;
  min-height: 36px;
}
  
.view_tab .lg_view:hover {
  /* background: #ede7ff; */
  opacity: 1;
}

.view_tab .lg_view.active {
  background: #603fd3;
  opacity: 1;
}
.view_tab .lg_view.active img{
  filter: invert(1);
} 


.data_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}


.tr_img {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
  border: #dee2e6;
  border-radius: 50%;
  background: #ede7ff;
  line-height: 3.5rem;
  border: 1px solid #e5ddff;
  background-size: cover;
  background-position: center;
}

.tr_profile {
  display: flex;
  align-items: center;
  gap: 13px;
}

.tr_text {
  display: flex;
  flex-direction: column;
}

.tr_text span {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #000;
}

.tr_text small {
  font-size: 12px; 
  color: #6e6e6e;
}

.tr_text small em {
  font-style: normal;
  margin-right: 5px;
}

.bg-green {
  background: #147438;
}

.list_view .table_data th span {
  line-height: 1.6;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.list_view .table_data th {
  opacity: 1 !important;
  border-bottom: 1px solid #efefef !important;
  padding: 5px 5px 9px;
  vertical-align: top;
} 

.list_view .table_data th span small {
  font-size: 11px;
  text-transform: capitalize;
  opacity: 0.7;
}

.pandl_row {
  max-width: 150px;
  margin-left: auto;
}

.risk_progress {
  position: relative;
  display: flex;
  align-items: center;
  background: #e4e4e4;
  border-radius: 2px;
  overflow: hidden;
}


.risk_progress2 {
  position: relative;
  display: flex;
  align-items: center;
  background: #e4e4e4;
  border-radius: 2px;
  overflow: hidden;
  max-width: 168px;
  justify-content: flex-start;
  margin-left: auto;
}

.risk_progress em {
  height: 2px;
} 

em.risk_gain {
  background: #26c561;
}

em.risk_loss {
  background: #eb3648;
}


.tr_data {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 390px;
}
 

.tr_profile.tr_profile_xl .tr_img { 
  width: 75px;
  height: 75px; 
}

.tr_profile.tr_profile_xl .tr_text span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.tr_profile.tr_profile_xl .tr_text small {
  font-size: 16px; 
} 

.btn-lg, .btn-group-lg>.btn {
  padding: 12px 20px;
  font-size: 15px;
  border-radius: 60px;
  margin-top: 25px;
}

.tr_data .btn {
  flex-direction: column;
}

.tr_data p {
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
}

.col_recw {
  display: block;
}


.col_recw {
  display: inline-block;
  margin-right: 10%;
}

.col_recw span {
  font-size: 16px;
}
.col_recw span.badge {
  font-size: 12px;
}
.peragraph{
  margin-top: 30px;
}

.col_recw .pandl_row {
  max-width: 100%;
}

.row_recw.row .col_recw {
  display: unset;
  margin: 0;
}
.pandl_row > div > span {
  margin-bottom: 2px;
  font-weight: 700;
}

.gutter_4 .col_recw {
  padding: 12px 15px;
}

.his_d {
  display: flex;
  gap: 8px;
  margin-top: 7px;
}
.his_d i {
  padding: 5px 8px; 
  border-radius: 6px;
  line-height: 1;
}
.his_d {
  display: flex;
  gap: 8px;
  margin-top: 11px;
  align-items: center;
}
.his_d span {
  padding: 5px 8px;
  background: #85858533;
  border-radius: 6px;
  line-height: 1;
}



 
.master_profile_card.card.bal_card_main .col_recw span {
  font-size: 20px;
}


.list_view.trader_you_copy {
  border-radius: 20px;
  background: #ede7ff59;
  padding: 7px 20px;
  border: 1px solid #d3c7f859;
}

.list_view.trader_you_copy .table_data .table tbody td{
  border: 0;
}
.master_action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
  gap: 20px;
}
.master_action .btn {
  width: 100%;
  display: block;
}


.btn-black{
  background: black !important;
  color: white;
}
/* chart area */

.chart_area {
  padding: 40px 0;
  border-bottom: 1px solid #b1b1b133;
}
 

.chart_outer {
  position: relative;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  /* background: #dc3545; */
  margin: 0 auto 20px;
}


.slice {
  position: absolute;
  width: 120px;
  height: 120px;
  /* clip: rect(0px, 120px, 120px, 60px); */
  /* -webkit-animation: bake-pie 1s; */
  /* animation: bake-pie 1s; */
}
.slice span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: #4CAF50;SSS */
  width: 120px;
  height: 120px;
  border-radius: 50%;
  clip: rect(0px, 120px, 120px, 60px);
}
.CircularProgressbar {
  width: 100%;
  vertical-align: middle;
  width: 120px;
  height: 120px;
}
.chart_content {
  position: absolute;
  overflow: hidden;
  will-change: transform;
  width: 110px;
  height: 110px;
  left: 5px;
  top: 5px;
  flex: 0 0 auto;
  aspect-ratio: 1 / 1;
  /* background: rgb(252, 252, 254); */
  z-index: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 700;
}
.CircularProgressbar .CircularProgressbar-text { 
  font-size: 20px;
  dominant-baseline: middle;
  text-anchor: middle;
  font-size: 16px;
  font-weight: 700;
}
.pr_chart_card {
  text-align: center;
}

.chart_data span {
  font-size: 22px;
  font-weight: 800;
}

.pr_chart_card p {
  font-size: 16px;
  opacity: 0.8;
}


.figers {
  padding: 20px 0;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  border-top: 1px solid #adadad33;
  border-bottom: 1px solid #adadad33;
}
.figers p {
  margin: 0;
}
.figers span {
  color: #adadad33;
  font-size: 32px;
  line-height: 1;
  font-weight: 100;
}

.chart_here {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40vh;
  max-height: 450px;
}
.chart_here h5 {
  font-size: 16px;
  font-weight:bold;
  opacity: 0.4;
  letter-spacing: 3px;
  text-transform: uppercase;
}





/* modal css */

.note {
  padding:  20px;
  margin-bottom: 15px;
  background: #ede7ff;
  border-radius: 10px;
}

.note strong {
  display: block;
  line-height: 1;
  font-size: 16px;
}



.terms_content .card-body {
  padding: 50px;
}
ul.list  {
  margin-left: 15px;
  padding-left: 15px;

}
ul.list li {
  list-style: circle;
}



.btn-warning-light {
  background: #fff3d0;
}



.commission-types {
  overflow: hidden;
}

.commission-types__label {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.text-subtitle-2 {
  
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .1px;
}
.commission-types-tooltip[data-v-477ca3c6] {
  margin-left: 8px;
}
.commission-types__view-toggle {
  color: #0c34f0;
  text-decoration: none;
  cursor: pointer;
  margin-left: auto;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1.5px;
}

.commission-types__proportion-selection {
  height: 110px;
}
.commission-types__items {
  display: flex;
  height: 100%;
  gap: 8px;
}
.ct-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  transition: all .28s ease;
  text-decoration: none;
  border: 0;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  width: 100%;
  border-radius: 20px;
}

.ct-button._primary {
  color: #fff;
  background-color: #00aa32;
}
.text-button {
  font-family: Plus Jakarta Sans,sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}


.commission-types__item .ct-button__label {
  display: flex;
  flex-direction: column;
  text-transform: none;
}
.text-subtitle-2 {
  
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .1px;
}
.text-caption {
  
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .4px;
}

.commission-types__item-footer {
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: normal;
  margin-top: 18px;
}

.ct-button._primary {
  color: #fff;
  background-color: #603fd3;
}


 

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
.text-subtitle-2 {
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .1px;
}


.ct-dashed-list__items {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: -4px;
}
.st_list li {
  border-bottom: 1px dashed #33333336;
  padding: 14.5px 0;
}

.st_list .tr_profile {
  justify-content: space-between;
}

.st_list .tr_profile .btn {
  font-size: 12px !important;
}
.st_list li:last-child{
  border: 0;
}

.ct-dashed-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.ct-dashed-list__items>* {
  margin: 4px;
}

.ct-dashed-list__item:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  content: "";
  border-bottom: 1px dashed #e7ecf1;
}

.text-caption {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .4px;
  /* background: #fff; */
  position: relative;
}
.text-body-2 {
  
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .25px;
}

.ct-dashed-list__item._highlighted .ct-dashed-list__item-label, 
.ct-dashed-list__item._highlighted .ct-dashed-list__item-value { 
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .1px;
  color: #0b0b16;
}
.subscription-setup__section {
  padding: 0 0 26px;
}




  /*--------------------------------------- --------------------------------------------------------------------------------------------------------------------------------------------
  
  
  -----------------------------------
  
  -----------------------------------
  
  
  -----------------------------------
  
  -----------------------------------
  -----------------------------------
  
    RESPONSIVE STYLES   
  
    -----------------------------------            
  
    -----------------------------------
  
    -----------------------------------
  
    -----------------------------------
    -----------------------------------
  -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
  
  
  
  
  
  
  
  
  
  
  @media screen and (min-width: 1440px) and (max-width: 1600px) {
  
  
  
  
    .hero-section {
      padding: 100px 0 100px;
    }
  
    .how_it_sec {
      padding: 100px 0;
    }
  
    .how_it_sec .card {
      border-radius: 30px;
    }
  
  
    .dd_sec {
      padding-bottom: 100px;
    }
  
    .joc_section {
      padding: 100px 0;
    }
  
    .site-footer-bottom {
      margin-top: 30px;
    }
  
  
  
  
  
  
    .section-padding {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  
  


   

  }
  
  
  
  
  @media screen and (min-width: 992px) and (max-width: 1439px) {


    .page_wrapper {
      padding: 30px;
  }
  
  
    .navbar-brand img {
      max-width: 105px;
    }
  
    .navbar-expand-lg .navbar-nav .nav-link {
      padding: 10px 5px;
    }
  
    .iekbcc0.ju367v70.ju367v7l.ju367v85.ju367v6e.ju367va3.ju367vcf.ju367vn.ju367vt.ju367vw.ju367vfo.ju367v11.ju367v1c.ju367v8o {
      background: transparent;
      padding: 0;
      border: 0 !important;
    }
  
    .navbar {
      padding: 12px 0;
    }
  
  
  
  
    .custom-btn {
      font-size: 14px;
      padding: 7px 14px;
    }
  
  
    span.btn.custom-btn.wallet_btn {
      padding: 5px 14px;
  
    }
  
    .btn-xl {
      font-size: 16px !important;
    }
  
    .btn-xl.custom-border-btn {
      padding: 5px 14px;
    }
  
    .my-md-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
  
    :root {
      --h1-font-size: 35px;
      --h2-font-size: 34px;
      --h3-font-size: 25px;
      --h4-font-size: 22px;
      --h5-font-size: 18px;
      --h6-font-size: 16px;
      --nav-font-size: 16px;
      --p-font-size: 14px;
      --btn-font-size: 13px;
      --copyright-font-size: 14px;
    }
  
    .hero-section {
      padding: 80px 0 20px;
    }
  
    .how_it_sec {
      padding: 100px 0;
    }
  
    .how_it_sec .card {
      border-radius: 30px;
    }
  
  
    .dd_sec {
      padding-bottom: 100px;
    }
  
    .joc_section {
      padding: 100px 0;
    }
  
    .site-footer-bottom {
      margin-top: 30px;
    }
  
  
  
    .slide_content {
      padding: 15px;
    }
  
    .play_icon img {
      width: 55px;
      height: 55px;
    }
  
    .play_icon {
      top: calc(50% - 25px);
    }
  
    .slide_content h3 {
      font-size: 16px !important;
    }
  
    .video_card {
      border-radius: 15px;
    }
  
    .section-padding {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  
  

     /* copy trading */
 
     .ct-header__inner h2 {
      font-size: 25px; 
    }

    .page_tabs .nav-tabs .nav-link { 
      font-size: 14px; 
      padding: 7px 20px; 
  }
  .master_rating h3 {
    font-size: 23px;
    margin-bottom: 15px;
}
.filter_right label.form-check-label {
  font-size: 14px;  

  
  }
  
}
  
  
  
  
  @media screen and (max-width: 991px) {
  
  

 














  
    .about_sec img {
      margin-bottom: 30px;
    }
  
    .section-padding {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  
  
    h1 {
      font-size: 42px;
    }
  
    h2 {
      font-size: 32px;
    }
  
    h3 {
      font-size: 26px;
    }
  
    h4 {
      font-size: 22px;
    }
  
    h5 {
      font-size: 18px;
    }
  
    h6 {
      font-size: 16px;
    }
  
    .section-padding {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  
    .navbar {
      /* background-color: var(--dark-color); */
      /* background: rgb(0, 10, 0); */
      /* background: linear-gradient(360deg, rgba(0, 10, 0, 0) 0%, rgba(0, 10, 0, 1) 100%); */
    }
  
  
    .navbar-expand-lg .navbar-nav {
      padding-bottom: 30px;
    }
  
    .navbar-expand-lg .navbar-nav .nav-link {
      padding: 0;
    }
  
    .hero-section {
      padding-top: 150px;
    }
  
    .pricing-thumb {
      padding: 35px;
    }
  
    .schedule-table h3 {
      font-size: 22px;
    }
  
    .schedule-table th {
      padding: 20px;
    }
  
    .schedule-table tr,
    .schedule-table td {
      padding: 25px;
    }
  
    .ticket-section {
      padding-top: 130px;
    }
  
    .ticket-form {
      padding: 40px;
    }
  
  
    .nav_right .btn-icon i {
      margin: 0 !important;
    }
  
    .nav_right .btn-icon span {
      display: none;
    }
  
    .navbar-brand img {
      max-width: 146px;
    }
  
    .nav_right .btn-icon {
      padding: 10px;
    }
  
    .navbar-collapse {
      flex-basis: 100%;
      flex-grow: 1;
      align-items: start;
      position: absolute;
      background: #fff;
      left: 0;
      right: 0;
      z-index: -1;
      top: 57px;
      width: 100%;
      left: 0;
  }
  
  .navbar-collapse>ul {
    height: calc(100vh - 42px);
    padding-bottom: 0;
    padding-top: 14px;
    justify-content: flex-start !important;
  }
  
    .navbar-nav .nav-link {
      font-size: var(--h4-font-size);
      font-weight: 700;
      text-align: center;
      display: block;
    }
  
  
  
  
  
  
  
  
  
  
  
  
    .page_title {
      margin-top: 60px;
    }
  
    .card-body.create-item-wrapper-kyc {
      padding: 10px;
    }
  
    .form-field-wrapper {
      padding: 15px;
      border-radius: 10px;
    }
  
    .avatar-upload .avatar-preview {
      width: 120px;
      height: 120px;
    }
  
    .avatar-upload {
      max-width: 150px;
      margin: 11px auto 30px;
    }
  
    .avatar-info span {
      display: none;
    }
  
    .avatar-info>a {
      padding-right: 0;
    }
  
    .avatar-info img {
      margin-right: 0;
    }
  
    .custom-dropdown {
      margin-right: 0;
    }
  
  
    /*kyc*/
  
  
    .kyc_wrapper {
      padding: 20px;
    }
  
    .d-kyc_sec,
    .d-kyc_share {
      flex-direction: column;
    }
  
    .d-kyc_sec>* {
      width: 100%;
    }
  
    .d-kyc_sec a,
    .d-kyc_share a {
      margin-top: 1rem;
      width: 100%;
      min-width: 100%;
    }
  
    .kyc_done hr {
      margin-top: 1rem;
      margin-bottom: 1em;
    }
  
    .create-item-wrapper-kyc {
      padding: 15px 15px;
    }
  
  
  
  
    .hero-section {
      padding-top: 100px;
      padding-bottom: 0;
    }
  
    .hero-section .container {
      padding-bottom: 20px;
    }
  
    .mtc_section {
      padding-bottom: 80px;
    }
  
    .table tr th {
      line-height: 1.1;
    }
  
    .table> :not(caption)>*>* {
      padding: 0.5rem 1rem;
    }
  
    .table tbody tr td {
      border-bottom: 1px solid #ffffff4d;
    }
  
    .how_it_sec {
      padding: 90px 0;
    }
  
  
  
    .how_it_sec .card-body {
      padding: 15px 30px;
    }
  
    section.how_it_sec .how_card {
      padding: 23px 0;
    }
  
    .section-title {
      margin-bottom: 35px;
      text-align: center;
    }
  
    .section-title p {
      font-size: 15px;
    }
  
  
    .dd_sec .col-md-6 {
      margin-bottom: 32px;
    }
  
    .dd_sec .section-title.text-start {
      text-align: center !important;
    }
  
    .dd_sec .down_tab_xl {
      justify-content: center;
    }
  
    .dd_sec {
      padding-bottom: 50px;
    }
  
    .parter_row img {
      margin: 6px 3px;
      max-width: 170px;
    }
  
    .joc_section {
      padding: 90px 0;
    }
  
    .joc_section .card-body {
      padding: 50px 20px 40px;
    }
  
    .joc_section .section-title.text-start {
      text-align: center !important;
      margin-bottom: 20px !important;
    }
  
    .d-flex.joc_social_row {
      display: block !important;
      text-align: center;
    }
  
    .d-flex.joc_social_row .joc_social {
      display: inline-flex;
      margin: 5px 2.5px;
    }
  
    .site-footer-bottom {
      margin-top: 10px;
    }
  
    :root {
      --copyright-font-size: 13px;
    }
  
  
    .ticket-form {
      padding: 30px;
    }
  
    .login-header {
      margin-top: -15px;
      padding-bottom: 20px;
      margin-left: -15px;
      width: calc(100% + 30px);
    }
  
    .mb-5 {
      margin-bottom: 1.5rem !important;
    }
  
    .how_it_sec .card {
      border-radius: 18px;
    }
  
    .container,
    .container-md,
    .container-sm {
      max-width: 600px;
    }
  
    .dd_sec img {
      margin-bottom: 50px;
    }
  
  
    .slide_content {
      padding: 15px;
    }
  
    .play_icon img {
      width: 55px;
      height: 55px;
    }
  
    .play_icon {
      top: calc(50% - 25px);
    }
  
    .slide_content h3 {
      font-size: 16px !important;
    }
  
    .video_card {
      border-radius: 15px;
    }
  
  
  
  
  
  }
  
  @media screen and (max-width: 767px) {
    .field-otp-box button.btn-sm { 
      font-size: 10px !important;
  }

    .ct-header__inner {
        display: flex;
        align-items: flex-start;
        justify-content: normal;
        padding: 10px 0;
        flex-direction: column;
        gap: 20px;
    }
    .ct-header__wallet {
      width: 100%;
  }

  .ct-header__inner h2 {
    font-size: 25px; 
}
.page_tabs .nav-tabs .nav-link {
  font-size: 13px;
  line-height: 22px;
  padding: 10px 10px;
  max-width: min-content;
  text-align: center;
  min-width: fit-content;
}

.page_tabs .nav-tabs { 
  justify-content: center;
}

.master_rating h3 {
    font-size: 20px;
    margin-bottom: 15px;
}


.filter_search { 
  width: 100%;
}

.filter_search > div {
  width: 100%;
}


.saprate_page .page_wrapper .page_wrapper {
  padding: 15px 0;
}

.tr_profile {  
  min-width: max-content;
  margin-right: 20px;
}
.tr_img { 
  width: 40px;
  height: 40px; 
}
.tr_text span {
  font-size: 15px; 
  margin-bottom: 1px; 
}
.list_view .table_data th span {
  line-height: 1.2; 
}
.list_view .table_data th span small { 
  margin-top: 4px;
  display: block;
}

.table_data  .table tbody td {
  padding: 9px 15px; 
}
.table_data tbody tr td span, .table_data tbody tr td small {
  min-width: max-content;
} 

.tr_profile.tr_profile_xl {
  margin-bottom: 16px;
  width: 100%;
} 
.master_profile_card .card-body {
  padding: 20px;
}
.col_recw {
  display: inline-block;
  margin-right: 0;
  min-width: 50%;
  margin: 5px 0;
}

.col_recw p.mb-2 {
  margin-bottom: 2px !important;
}
.bal_card_main .card-body {
  padding: 20px;
}
.list_view.trader_you_copy tr.alt {
  display: grid;
}
.list_view.trader_you_copy { 
  padding: 10px;
  border: 1px solid #d3c7f859;
}

.master_action .btn {
  width: 100%;
  display: block;
  min-width: max-content;
}
 
.master_action {
  flex-direction: column;
  gap: 9px;
}
.figers {
  display: block;
}

.figer_data {
  display: inline-block;
  max-width: 31%;
  margin: 15px 0;
  width: 100%;
}
.figers .figer_data:nth-child(5) ~ span {
  display: none;
}

    .side_scroll {
      overflow-y: auto;
      max-height: calc(100vh - 232px);
  }
  
  
  
  /* dashboard */
    .sidebar-header.d-flex.align-items-center.p-4 {
      padding: 0 20px 20px !important;
  }
  
  
  
  
  
  
  
  
  
  
  
    .ticket-form label.mb-2 {
      font-size: 14px;
      margin-bottom: 5px !important;
    }
  
    .ticket-form .custom-form .form-control, .ticket-form .custom-form .form-select { 
      margin-bottom: 0; 
    }
    .ticket-form-signup.ticket-form {
      padding: 25px 20px 15px;
  }
    .features_sec .card-body {
      padding: 2rem;
  }
  
    .timeline_section {
      background: transparent;
    }
  
  
    .how_card img {
      margin-bottom: -10px;
    }
  
    .navbar-brand {
      margin-right: 0;
      max-width: 125px;
      padding: 0;
  }
  .c_header { 
    min-height: 60px; 
}
    button.iekbcc0.iekbcc9.ju367v73.ju367v7o.ju367v9c.ju367vn.ju367vec.ju367vex.ju367v11.ju367v1c.ju367v2b.ju367v8o._12cbo8i3.ju367v8m._12cbo8i4._12cbo8i6 {
      height: 23px !important;
      font-size: 11px !important;
    }
  
    .star_img {
      display: none;
    }
  
    .custom-btn {
      /* font-size: 14px; */
      /* padding: 7px 14px; */
    }
  
    .btn-xl {
      font-size: 15px !important;
      /* padding: 10px 26px; */
    }
  
    .btn-xl.custom-border-btn {
      padding: 8px 22px
    }
  
    .page_title {
      margin-top: 60px;
    }
  
    .card-body.create-item-wrapper-kyc {
      padding: 10px;
    }
  
    .cta_row .me-3 {
      margin-right: 5px !important;
  }
  
    .cta_row {
      margin-right: 5px;
    }
  
  
  
    .form-field-wrapper {
      padding: 15px;
      border-radius: 10px;
    }
  
    .avatar-upload .avatar-preview {
      width: 120px;
      height: 120px;
    }
  
    .avatar-upload {
      max-width: 150px;
      margin: 11px auto 30px;
    }
  
    .avatar-info span {
      display: none;
    }
  
    .avatar-info>a {
      padding-right: 0;
    }
  
    .avatar-info img {
      margin-right: 0;
    }
  
    .custom-dropdown {
      margin-right: 0;
    }
  
  
    /*kyc*/
  
  
    .kyc_wrapper {
      padding: 20px;
    }
  
    .d-kyc_sec,
    .d-kyc_share {
      flex-direction: column;
    }
  
    .d-kyc_sec>* {
      width: 100%;
    }
  
    .d-kyc_sec a,
    .d-kyc_share a {
      margin-top: 1rem;
      width: 100%;
      min-width: 100%;
    }
  
    .kyc_done hr {
      margin-top: 1rem;
      margin-bottom: 1em;
    }
  
    .create-item-wrapper-kyc {
      padding: 15px 15px;
    }
  
  
  
  
    .hero-section {
      padding-top: 60px;
      padding-bottom: 0;
    }
  
    .hero-section .container {
      padding-bottom: 20px;
    }
  
    .mtc_section {
      padding-bottom: 50px;
    }
  
    .table tr th {
      line-height: 1.1;
    }
  
    .table> :not(caption)>*>* {
      padding: 0.5rem 1rem;
    }
  
    .table tbody tr td {
      border-bottom: 1px solid #ffffff4d;
    }
  
    .how_it_sec {
      padding: 50px 0;
    }
  
  
  
    .how_it_sec .card-body {
      padding: 15px 30px;
    }
  
    section.how_it_sec .how_card {
      padding: 23px 0;
    }
  
    .section-title {
      margin-bottom: 35px;
      text-align: center;
    }
  
    .section-title p {
      font-size: 15px;
    }
  
    .dd_sec .col-md-6 {
      margin-bottom: 32px;
    }
  
    .dd_sec .section-title.text-start {
      text-align: center !important;
    }
  
    .dd_sec .down_tab_xl {
      justify-content: center;
    }
  
    .dd_sec {
      padding-bottom: 50px;
    }
  
    .parter_row img {
      margin: 4px;
      max-width: 114px;
    }
  
    .parter_row {
      display: block;
      /* text-align: center; */
      /* white-space: nowrap; */
      /* overflow-x: auto; */
    }
  
    .part_sec {
      position: relative;
      padding: 40px 0 !important;
    }
  
    .joc_section {
      padding: 50px 0;
    }
  
    .joc_section .card-body {
      padding: 50px 20px 40px;
    }
  
    .joc_section .section-title.text-start {
      text-align: center !important;
      margin-bottom: 20px !important;
    }
  
    .d-flex.joc_social_row {
      display: block !important;
      text-align: center;
    }
  
    .d-flex.joc_social_row .joc_social {
      display: inline-flex;
      margin: 5px 2.5px;
    }
  
    .site-footer-bottom {
      margin-top: 10px;
    }
  
    :root {
      --copyright-font-size: 13px;
    }
  
  
    .ticket-form {
      padding: 25px 20px;
    }
  
    .price_bar {
      font-size: 13px;
    }
  
  
    .login-header {
      margin-top: -15px;
      padding-bottom: 20px;
      margin-left: -15px;
      width: calc(100% + 30px);
    }
  
    .mb-5 {
      margin-bottom: 1.5rem !important;
    }
  
    .how_it_sec .card {
      border-radius: 18px;
    }
  
  
    .section-padding {
      padding-top: 30px;
      padding-bottom: 30px;
      overflow-x: hidden;
    }
  
    .about_sec img {
      margin-bottom: 30px;
    }
  
    .container_timeline {
      padding: 10px 10px;
      width: 100%;
    }
  
    .left,
    .right {
      padding-left: 60px;
    }
  
    .left h6,
    .left p {
      text-align: start;
    }
  
    .timeline::after {
      left: 10px;
    }
  
    .section-title p {
      margin-top: 0.5rem;
    }
  
    .slide_content {
      padding: 15px;
    }
  
    .play_icon img {
      width: 55px;
      height: 55px;
    }
  
    .play_icon {
      top: calc(50% - 25px);
    }
  
    .slide_content h3 {
      font-size: 16px !important;
    }
  
    .video_card {
      border-radius: 15px;
    }
  
    .accordion-item {
      padding: 15px 0 25px;
    }
  
  
    .site-footer {
      padding: 40px 0 0;
    }
  
    .nav_right .custom-btn {
      font-size: 12px !important;
      /* padding: 5px 10px; */
      border-radius: 8px;
  }
     
  
    main {
      overflow: hidden;
    }
  
    .navbar,
    .sticky-wrapper.is-sticky .navbar {
      padding: 8px 0;
    }
  
    .sticky-wrapper.is-sticky .navbar {
      background-color: #000;
    }
  
  
  
    .iekbcc0.ju367v4.ju367va.ju367v1k.ju367v25>.iekbcc0.ju367v8,
    .iekbcc0.ju367v4.ju367va.ju367v1k.ju367v25 svg,
    .iekbcc0.ju367v86.ju367v6f.ju367v72.ju367v7l.ju367v8 {
      display: none !important;
    }
  
   
    [data-rk] .ju367va3 {
      background: transparent !important;
    }
  
    .iekbcc0.ju367v70.ju367v7l.ju367v85.ju367v6e.ju367va3.ju367vcf.ju367vn.ju367vt.ju367vw.ju367vfo.ju367v11.ju367v1c.ju367v8o {
      padding: 0 !important;
      border: 0 !important;
    }
  
  
    .page_wrapper {
      padding: 20px 0;
  }
  
  
  }
  
  @media screen and (max-width: 480px) {
  
    :root {
      --p-font-size: 15px;
    }
  
  
  
    h1 {
      font-size: 26px;
    }
  
    h2 {
      font-size: 22px;
    }
  
    h3 {
      font-size: 20px;
    }
  
    h4 {
      font-size: 18px;
    }
  
    h5 {
      font-size: 17px;
    }
  
    .page_wrapper {
      padding: 20px 0;
  }
  }