/*

  green #5fceaa;
  red #e74c3c;
  blue #3498db;
  violet #9b59b6;
  marron #e67e22;
  

*/

#search_ucc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ftx_inline_logo img {
  max-width: 100px;
  position: relative;
  top: 4px;
  margin: -1px 7px;
}

.cc_thumb,
.cc_token_name {
  vertical-align: middle;
}

.search_elements {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}

#cc_quote {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 60px;
}

.btn_sell {
  /*position: absolute;*/
  font-size: 16px;
}

.cc_header.main {
  display: flex;
  column-gap: 10px;
}

.cc_header.wrapper {
  flex: auto;
}

.cc_header.customer_code,
.cc_header.cc_total_value {
  color: white;
  font-size: 25px;

  font-weight: bold;
  padding-top: 10px;
}

.cc_header.customer_code_desc,
.cc_header.cc_total_value_desc {
  color: gray;
  font-size: 15px;

  padding-bottom: 10px;
}

.cc_cell.cc_head,
.cc_row.cc_foot {
  font-weight: bold;
}

.cc_row.cc_head,
.cc_row.cc_foot {
  line-height: 50px;
}

#cc_quote h1 {
  color: white;
  font-size: 25px;
}

.cc_thumb img {
  width: 25px;
  height: 25px;
}

.cc_thumb {
  padding-right: 1rem;
}

.cc_quantity,
.cc_price,
.cc_value {
  text-align: right;
}

.cc_table {
  display: table;
  width: 100%;
}

.cc_table.claimsize {
  width: 50%;
  margin: auto;
}
.cc_table.claimsize .cc_row {
  line-height: 35px;
  font-size: 18px;
}
.cc_table.claimsize .cc_head {
  color: #3498db;
  font-size: 25px;
}

.cc_row {
  display: table-row;
  align-items: center;
  justify-content: space-between;
}

.cc_cell {
  display: table-cell;
  vertical-align: middle;
}
.cc_footer {
  text-align: center;
}

.cc_footer.toggle {
  position: relative;
  top: -20px;
}

.cc_footer.cc_csv {
  text-align: right;
  padding-bottom: 10px;
}
.cc_footer.cc_filename {
  color: gray;
}

.btn_download {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 5px;
  border-radius: 0px 0px 15px 15px;
  position: relative;
  top: -21px;
  right: 50px;
}

#cc_download {
  padding: 5px;
  background-color: gray;
}

.btn_sell,
.btn_continue {
  right: 16px;
  background-color: #5fceaa;
  padding: 15px 30px 15px 30px;
  border-radius: 15px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}

.btn_continue {
  text-align: center;
  width: 200px;
  margin: auto;
}

#cc_sc {
  margin-top: 25px;
  font-size: 15px;
  margin-bottom: 90px;
}

.btn_sell:hover,
.btn_continue:hover {
  background-color: #32a681;
}

#cc_trading_input,
#cc_transfers_input,
.cc_search_docket,
.cc_login {
  background-color: rgba(1, 1, 1, 0.1);
  border: #5fceaa 1px solid;
  border-radius: 20px;
  min-width: 400px;
  height: 70px;
  text-align: center;
  margin-bottom: 10px;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.cc_login {
  margin-top: 10px !important;
  height: 40px;
}

#cc_trading_input:focus,
#cc_transfers_input:focus,
.cc_search_docket:focus,
.cc_login:focus {
  text-align: center;
}

.trading_table {
  border-radius: 15px;
  border: rgba(255, 255, 255, 0.1) 1px solid;
  padding: 15px;
  overflow: hidden;
}

.cc_mainlogo {
  text-align: center;
  margin-top: 50px;
}
.cc_mainlogo img {
  width: 30%;
}
/*** Estilos solo para móviles ***/
@media all and (max-width: 767px) {
  .cc_table.claimsize {
    width: 85% !important;
  }
  #cc_trading_input,
  #cc_transfers_input,
  input.cc_input {
    min-width: 300px;
    font-size: 14px;
  }

  #cc_quote h1 {
    color: white;
    font-size: 17px;
  }
  .cc_cell.cc_price,
  .cc_m_hide {
    display: none !important;
  }
  .cc_header.main {
    flex-direction: column;
  }
}

.asterix {
  padding-bottom: 40px;
}

#cc_transfers_list {
  min-height: 250px;
}

#cc_trading_btn,
#cc_transfers_btn {
  display: none;
}

.cc_trading_version {
  color: rgba(255, 255, 255, 0.3);
}

.ucc_container {
  position: relative;
}

.big_alert_title {
  font-size: 2.3em;
  line-height: 1em;
  display: block;
  padding-bottom: 0.5em;
}

.big_alert_text {
  font-size: 1.1em;
  display: block;
  line-height: 1.1em;
}

.big_alert_status {
  padding-top: 20px;
  font-size: 1.3em;
  display: block;
  line-height: 1em;
  padding-bottom: 0.5em;
}

#how_to_sell,
#congratulations {
  display: none;
}

#how_to_sell {
  margin-top: 30px;
}

#congratulations h1 {
  padding-bottom: 60px;
  padding-top: 100px;
}

.cc_help {
  border-radius: 50%;
  background-color: white;
  color: black;
  max-width: 15px;
  max-height: 15px;
  text-align: center;
  padding: 0;
  line-height: 15px;
  font-weight: bold;
  position: absolute;
  min-width: 15px;
  max-height: 15px;
  right: -20px;
  top: 28px;
  cursor: pointer;
}

.cc_help.ucc_help {
  top: 16px;
}

.cc_help.video_help {
  top: 39px;
  background-color: transparent;
}

.cc_help.inline_help {
  position: relative;
  right: 0px;
  top: 0px;
  padding: 0px 6px 0px 6px;
  margin-left: 10px;
  font-size: 14px;
}
.together {
  display: block;
}
ul.nopadding {
  padding-left: 0 !important;
}

#how_to_sell ul,
#congratulations ul {
  padding-bottom: 0;
}
#how_to_sell ul li,
#congratulations ul li {
  margin-left: 23px;
  padding-bottom: 2em;
}

#how_to_sell ol li,
#congratulations ol li {
  padding-bottom: 2em;
}

#how_to_sell .et_pb_toggle.et_pb_module,
#congratulations .et_pb_toggle.et_pb_module {
  margin-bottom: 0;
}

.locked {
  background-color: #e8f0fe !important;
  color: black !important;
}

.paragraph.legal {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  text-align: justify;
}

.paragraph.legal.center,
.center {
  text-align: center;
}

.paragraph.legal.shortspace {
  padding-top: 5px;
  padding-bottom: 5px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  position: absolute;
  z-index: 1;
}

.tooltip {
  cursor: pointer;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext {
  width: 320px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.tooltip .tooltiptext::after {
  content: ' ';
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.cc_field.cc_rate {
  -webkit-user-select: none;
  user-select: none;
}

.et_pb_section.popup {
  overflow: hidden !important;
}

#cc_trading_form,
#cc_trading_low {
  /*initial state*/
  display: none;
}

#cc_trading_form {
  padding-top: 70px;
}

.cc_color_gray {
  color: #dddddd;
}

.cc_color_alert {
  color: #e74c3c;
}

.cc_color_low {
  color: #3498db;
}

.cc_alert {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.cc_alert span {
  background-color: #e74c3c;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}

#cc_trading_form h2 {
  color: white;
  padding-top: 40px;
}

#cc_trading_low h2 {
  color: white;
  padding-top: 40px;
  padding-bottom: 60px;
}

.cc_input,
input#searchInput.cc_input {
  background-color: rgba(1, 1, 1, 0.1);
  border: #5fceaa 1px solid;
  border-radius: 20px;
  min-width: 400px;
  height: 70px;
  text-align: center;
  margin-bottom: 10px;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.pa-toggle-text {
  padding-left: 20px;
}

.inline-block {
  display: inline-block;
}

.alert_on_pop {
  color: #e79aff;
}

.cc_field {
  background-color: rgba(1, 1, 1, 0.1);
  border: #5fceaa 1px solid;
  border-radius: 20px;
  min-width: 400px;
  height: 70px;
  text-align: center;
  margin-bottom: 10px;
  color: white;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.cc_field .desc {
  font-size: 12px;
  position: relative;
  top: 12px;
  display: inline-block;
}
.cc_field .desc.alternativedata {
  text-align: center;
  width: 100%;
  top: 65px;
  left: 0;
  right: 0;
}

.cc_sm_warning {
  font-size: 11px;
  color: #3498db;
}

.cc_select_sm {
  border-radius: 10px;
  height: 30px;
  border: none;
  color: white;
  background-color: #3498db;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  padding-right: 1.2rem;
  padding-left: 1rem;
}

.cc_input_sm {
  border-radius: 10px;
  height: 30px;
  border: none;
  padding: 5px;
  color: white;
  background-color: transparent;
  border: #3498db solid 1px;
  text-align: center;
}

.cc_input_sm::placeholder {
  opacity: 1; /* Firefox */
}

.cc_input_sm::-ms-input-placeholder {
  /* Edge 12 -18 */
}

.cc_field .desc .cc_help.tooltip {
  top: 5px;
}

.cc_field .info {
  font-size: 30px;
  font-weight: bold;
  top: 15px;
  position: relative;
}
@media all and (max-width: 767px) {
  .cc_field {
    min-width: 300px;
  }
}

.form_user_data {
  text-align: center;
}

/*
  CC FLOATING NAVIGATION
*/
.cc_float_logo {
  position: relative;
  top: 77px;
  left: -205px;
}
.cc_float_logo img {
  width: 35px;
}

nav#cc_float_nav {
  margin: 27px auto 0;
  position: relative;
  width: 362px; /* total + 2 for the borders */
  height: 50px;
  border-radius: 15px;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border: rgba(255, 255, 255, 0.1) solid 1px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
nav#cc_float_nav.resorces {
  width: 352px;
}

nav#cc_float_nav a {
  line-height: 50px;
  height: 100%;
  font-size: 15px;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: white;
  cursor: pointer;
}
.animate-spin {
  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
nav#cc_float_nav .animation {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 0;
  transition: all 0.5s ease 0s;
  border-radius: 15px;
}
#cc_float_nav a:nth-child(1) {
  width: 150px;
}
#cc_float_nav a:nth-child(2) {
  width: 100px;
}
#cc_float_nav a:nth-child(3) {
  width: 110px;
}
#cc_float_nav a:nth-child(4) {
  width: 150px;
}

#cc_float_nav.resorces a:nth-child(1) {
  width: 110px;
}
#cc_float_nav.resorces a:nth-child(2) {
  width: 80px;
}
#cc_float_nav.resorces a:nth-child(3) {
  width: 80px;
}
#cc_float_nav.resorces a:nth-child(4) {
  width: 80px;
}

ul#menu-cryptoclaims_main li:nth-child(1).selected {
  background-color: #3498db;
}

ul#menu-cryptoclaims_main li:nth-child(2).selected {
  background-color: #5fceaa;
}

#menu-cryptoclaims_resources li.selected {
  background-color: #9b59b6;
}

nav#cc_float_nav .start-search,
#cc_float_nav a:nth-child(1):hover ~ .animation {
  width: 150px;
  left: 0;
  background-color: #3498db;
}
nav#cc_float_nav .start-sell,
#cc_float_nav a:nth-child(2):hover ~ .animation {
  width: 100px;
  left: 150px;
  background-color: #5fceaa;
}
nav#cc_float_nav .start-resources,
#cc_float_nav a:nth-child(3):hover ~ .animation {
  width: 110px;
  left: 250px;
  background-color: #9b59b6;
}
nav#cc_float_nav .start-obsolete,
#cc_float_nav a:nth-child(4):hover ~ .animation {
  width: 150px;
  left: 360px;
  background-color: #9b59b6;
}

nav#cc_float_nav.resorces .start-search,
#cc_float_nav.resorces a:nth-child(1):hover ~ .animation {
  width: 110px;
  left: 0;
  background-color: #3498db;
}
nav#cc_float_nav.resorces .start-sell,
#cc_float_nav.resorces a:nth-child(2):hover ~ .animation {
  width: 80px;
  left: 110px;
  background-color: #9b59b6;
}
nav#cc_float_nav.resorces .start-resources,
#cc_float_nav.resorces a:nth-child(3):hover ~ .animation {
  width: 80px;
  left: 190px;
  background-color: #9b59b6;
}
nav#cc_float_nav.resorces .start-obsolete,
#cc_float_nav.resorces a:nth-child(4):hover ~ .animation {
  width: 80px;
  left: 270px;
  background-color: #9b59b6;
}

@media all and (max-width: 767px) {
  .cc_float_logo {
    top: 45px;
    left: -145px;
  }

  nav#cc_float_nav {
    margin: 27px auto 0;
    margin-top: 0px;
    width: 242px;
    height: 40px;
  }
  nav#cc_float_nav a {
    line-height: 40px;
    height: 100%;
    font-size: 10px;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: white;
    cursor: pointer;
  }
  nav#cc_float_nav .animation {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 0;
    transition: all 0.5s ease 0s;
    border-radius: 15px;
  }
  #cc_float_nav a:nth-child(1) {
    width: 80px;
  }
  #cc_float_nav a:nth-child(2) {
    width: 80px;
  }
  #cc_float_nav a:nth-child(3) {
    width: 80px;
  }
  #cc_float_nav a:nth-child(4) {
    width: 80px;
  }

  nav#cc_float_nav .start-search,
  #cc_float_nav a:nth-child(1):hover ~ .animation {
    width: 80px;
    left: 0;
    background-color: #3498db;
  }
  nav#cc_float_nav .start-sell,
  #cc_float_nav a:nth-child(2):hover ~ .animation {
    width: 80px;
    left: 80px;
    background-color: #5fceaa;
  }
  nav#cc_float_nav .start-resources,
  #cc_float_nav a:nth-child(3):hover ~ .animation {
    width: 80px;
    left: 160px;
    background-color: #9b59b6;
  }
  nav#cc_float_nav .start-obsolete,
  #cc_float_nav a:nth-child(4):hover ~ .animation {
    width: 80px;
    left: 240px;
    background-color: #9b59b6;
  }
}

/*

  jquery UI 

*/
.ui-helper-hidden-accessible {
  display: none;
}

.form_nationality .ui-widget {
  display: inline-block;
}

#ui-id-1 {
  z-index: 100;
  background-color: #4aa387;
  border-radius: 15px;
  color: white;
  width: 400px;
  padding: 10px;
}

#ui-id-1 .ui-menu-item-wrapper {
  font-size: 16px;
  padding: 5px;
}
#ui-id-1 .ui-menu-item-wrapper:hover {
  background-color: #5fceaa;
  border-radius: 15px;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  #ui-id-1 {
    width: 300px;
  }
}

.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.btn {
  position: absolute;
  width: 70px;
  height: 40px;
  background-color: #4aa387;
  color: black;
  border-radius: 15px;
  cursor: pointer;
}
.btn:hover {
  background-color: #5fceaa;
}
.btn .arrow {
  position: absolute;
}
.cc_rate .info {
  width: 200px;
  margin: auto;
}
.posleft {
  left: 15px;
  top: 15px;
}
.posright {
  right: 15px;
  top: 15px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.cc_jquery_ui {
  position: relative;
}
.cc_jquery_ui a.ui-widget {
  position: absolute;
  right: 30px;
  top: -2px;
}

.form_usdcrypto_container .desc {
  position: absolute;
  left: 15px;
  top: 21px;
  font-size: 18px;
}
.currency {
  width: 60px;
  display: inline-block;
  background-color: transparent;
  border-radius: 15px;
  position: absolute;
  padding: 5px;
  top: -4px;
  cursor: pointer;
}
.currency.crypto {
  width: 80px;
}

.currency.usd:hover,
.currency.eur:hover {
  background-color: #5fceaa;
}

.currency.crypto:hover {
  background-color: #3498db;
}

.currency.usd.selected,
.currency.eur.selected {
  background-color: #5fceaa;
  font-weight: bold;
}

.currency.crypto.selected {
  background-color: #3498db;
  font-weight: bold;
}

.currency.usd {
  left: 145px;
  font-size: 15px;
}

.currency.eur {
  left: 217px;
  font-size: 15px;
}
.currency.crypto {
  left: 289px;
  font-size: 15px;
}

@media all and (max-width: 767px) {
  .form_usdcrypto_container .desc {
    left: 15px;
    top: 21px;
    font-size: 12px;
  }
  .currency.usd {
    left: 90px;
    font-size: 15px;
  }
  .currency.eur {
    left: 143px;
    font-size: 15px;
  }
  .currency.crypto {
    left: 193px;
    font-size: 15px;
  }
  .big_alert_title {
    font-size: 2em;
    line-height: 1em;
    display: block;
    padding-bottom: 0.5em;
  }

  .big_alert_text {
    font-size: 1.5em;
    display: block;
    line-height: 1.1em;
  }

  .big_alert_status {
    padding-top: 20px;
    font-size: 1.3em;
    display: block;
    line-height: 1em;
    padding-bottom: 0.5em;
  }
}

.hidden {
  display: none;
}

.docket_table_ftx {
  background-color: transparent;
  border-radius: 15px;
  padding: 21px 21px 21px 21px;
  border: solid 1px rgba(255, 255, 255, 0.1);
}

.docket_table_ftx .docket_table_container {
  border: 0 !important;
}

.dockettable.row.header {
  font-size: 25px;
  font-weight: bold;
}

/* Register Claim */
/*  green #5fceaa;
    red #e74c3c;
    blue #3498db;
    violet #9b59b6;
    marron #e67e22; */

#btn_register_claim {
  text-align: center;
  position: relative;
  user-select: none;
  margin-top: 10px;
}

#btn_register_claim span.btn_register {
  cursor: pointer;
  font-weight: bolder;
  font-size: 16px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #5fceaa, #3498db);
  background-size: 200% auto;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient 5s ease infinite;
  position: relative; /* Add this line */
}

#btn_register_claim span.btn_register::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #3498db;
  bottom: 0;
  left: 50%;
  transition: width 0.3s ease, left 0.3s ease;
}

#btn_register_claim span.btn_register:hover::after {
  width: 100%;
  left: 0;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.register_help {
  position: relative;
  font-weight: bold;
  display: inline-block; /* Change this line */
  width: 15px; /* Add this line */
  height: 15px; /* Add this line */
  border-radius: 50%; /* Add this line */
  background-color: #fff; /* Add this line */
  color: #000; /* Add this line */
  text-align: center; /* Add this line */
  line-height: 15px; /* Add this line */
  font-size: 14px; /* Add this line */
  margin-left: 5px;
  user-select: none;
  z-index: 1001;
}

.btn_sell,
.btn_continue {
  font-size: 14px;
  transition: font-size 0.3s ease, color 0.3s ease, text-shadow 0.3s ease; /* Change box-shadow to text-shadow */
  user-select: none;
}

.btn_sell:hover,
.btn_continue:hover {
  font-size: 15px;
  color: #fff;
  text-shadow: 0 0 2px #fff; /* Change box-shadow to text-shadow */
}

.sub-menu {
  max-width: 172px !important;
}
