/**
* Owned by CryptoMorpheus_ & Algernon
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
input[type="checkbox"][id="memoconfirmation"]:checked ~ div div label span.memounchecked{
  display:none!important;
}
input[type="checkbox"][id="memoconfirmation"]:checked ~ div div label span.memochecked{
  display:inline-block!important;
}
input[type="checkbox"][id="memoconfirmation"]:checked ~ div div .addressblockmemo{
  display:none!important;
}
.addressblockmemo{
  position: absolute;
  z-index: 999999999;
  top: 0;
  display: block !important;
  margin: -1.6px 0px 0px -11.6px;
  border-radius: 20px;
  padding: 10px 2px 10px 5px;
  background-color: rgb(79, 79, 79, 0.95);
  width:calc(100% + 3.2px);
  height: calc(100% + 3.2px);
  text-shadow: 1px 1px 10px black;
  color:white;
  font-weight: 500;
}
.memoqrcode{
  display:none;
}
input#memoqrcheckbox:checked ~ .memoqrcode{
  display:block;
}

#swapmode{
  font-family: "Roboto", Sans-serif;
  display:inline-block;
  outline: unset;
  padding:0 3px;
  margin: unset;
  font-size: 15px;
  cursor: pointer;
  color:white;
  position:relative;
  height:27px;
  line-height: 25px;
  background: rgb(192, 192, 192, 0.2);
  border: 2px solid rgb(192, 192, 192, 0.2);
  border-radius: 10px;
  border-style: outset;
  z-index:3;
  text-align: center;
}
#swapmode:hover{
  background: rgba(229, 229, 229, 0.2);
  text-shadow: 1px 0 2px black, 0 1px 2px black;
}
label.standardswap#swapmode{
  background-color: rgb(70, 70, 70,0.7);
  border-color: rgb(255,60,0);
  cursor: default;
}
label.standardswap#swapmode:hover{
  text-shadow: unset;
}
input#payment_toggle:checked ~ div div div.amountfrominput{
  background-color: #e9ecef!important;
}
input#payment_toggle:checked ~ div div div.amounttoinput{
  background-color: white!important;
}
input#payment_toggle:checked ~ div div label.standardswap#swapmode{
  background: rgb(192, 192, 192, 0.2);
  border-color: rgb(192, 192, 192, 0.2);
  cursor: pointer;
}
input#payment_toggle:checked ~ div div label.standardswap#swapmode:hover{
  text-shadow: 1px 0 2px black, 0 1px 2px black;
}
input#payment_toggle:checked ~ div div label.payswap#swapmode{
  background-color: rgb(70, 70, 70,0.7);
  border-color: rgb(255,60,0);
  cursor: default;
}
input#payment_toggle:checked ~ div div label.payswap#swapmode:hover{
  text-shadow: unset;
}
.paymentamountfrom, .paymentamountto{
  display:none!important;
}
input#payment_toggle:checked ~ div div input.paymentamountfrom,input#payment_toggle:checked ~ div div div div input.paymentamountfrom{
  display:block!important;
}
input#payment_toggle:checked ~ div div input.standardamountfrom,input#payment_toggle:checked ~ div div div div input.standardamountfrom{
  display:none!important;
}
input#payment_toggle:checked ~ div div input.paymentamountto,input#payment_toggle:checked ~ div div div div input.paymentamountto{
  display:block!important;
}
input#payment_toggle:checked ~ div div input.standardamountto,input#payment_toggle:checked ~ div div div div input.standardamountto{
  display:none!important;
}
input#payment_toggle:checked ~ div div.minimumfrom{
  visibility:hidden;
}
input#payment_toggle:checked ~ div div.minimumto{
  display:block;
}
.qrcode, .qruri{
  display:none;
}
.qraddress{
  display:none;
}
input#qrcheckbox:checked ~ section div div div form div div div div .qrcode, input#qrcheckbox:checked ~ section div div div form div div div .qrcode, 
input#qrcheckbox:checked ~ div div .qrcode, input#qrcheckbox:checked ~ div div div .qrcode{
  display:block;
}
input#qrcheckbox:checked ~ section div div div form div div div .qrtextarea, input#qrcheckbox:checked ~ div div .qrtextarea{
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  padding-bottom: 0px;
}
input#qr_address:checked ~ div div div div .qraddress{
  display:block;
}
input#qr_uri:checked ~ div div div div .qruri{
  display:block;
}
.qrtabsover{
  border-radius: 0 0px 8px 0px;
}
input#qr_uri:checked ~ div div div div table tr .qrtabsover{
  border-radius: 0 0px 0px 8px;
}
.qraddresstab{
  width:45%;
  background-color:#5a5a5a;
  font-weight:500;
  border-radius: 0 0px 0 25px;
  padding:0;
  position: relative;
}
.qraddresstabinner{
  background-color:#f2f3f3;
  width:100%;
  height:32px;
  border-radius: 0 0px 8px 20px;
  border-bottom: 2px solid #5a5a5a;
  border-left: 2px solid #5a5a5a;
}
.qruritab{
  width:55%;
  border-radius: 0px 0 25px 0;
  background-color: #f2f3f3;
  font-weight:400;
  padding: 0;
  position: relative;
}
.qruritabinner{
  width:100%;
  height:32px;
  background-color: #5a5a5a;
  border-radius: 8px 0 20px 0;
  border-bottom: 2px solid #5a5a5a;
  border-right: 2px solid #5a5a5a;
}
input#qr_uri:checked ~ div div div div table tr .qraddresstab{
  background-color:#f2f3f3;
  font-weight:400;
  border-radius: 0 0px 0 25px;
}
input#qr_uri:checked ~ div div div div table tr .qraddresstabinner{
  background-color:#5a5a5a;
  border-radius: 0 8px 0px 20px;
}
input#qr_uri:checked ~ div div div div table tr .qraddresstab label{
  cursor:pointer;
}
input#qr_uri:checked ~ div div div div table tr .qruritab{
  background-color:#5a5a5a;
  font-weight:500;
  border-radius: 0px 0 25px 0;
}
input#qr_uri:checked ~ div div div div table tr .qruritabinner{
  background-color:#f2f3f3;
  border-radius: 0px 0 20px 8px;
}
.qruritab label{
  cursor:pointer;
}
input#qr_uri:checked ~ div div div div table tr .qruritab label{
  cursor:unset;
}


.checktransaction{
  display: none;
}

input#checktransactioncheckbox:checked ~ section div div form div .checktransaction{
  display: block;
}
.caretdownlabel{
  color: white;
  text-decoration:none;
  text-align: center;
  cursor:pointer;
}
.caretdownlabel:hover{
  text-decoration:underline;
  text-decoration-thickness: 1px;
}
.coinswap[name="coinswap"],.coinswap[name="fiatcoinswap"]{
  font-family: "Roboto", Sans-serif;
  display:block;
  outline: unset;
  background: none;
  width: unset;
  border: unset;
  border-color: unset;
  border-radius: unset;
  height: unset;
  padding: unset;
  margin: unset;
  color: unset;
  font-size: unset;
  cursor: pointer;
  color:white;
  position:absolute;
  right:-0px;
  top:-35px;
  width:30px;
  height:30px;
  background: rgb(192, 192, 192, 0.2);
  border: 2px solid rgb(192, 192, 192, 0.2);
  border-radius: 10px;
  border-style: outset;
  z-index:3;
}
#coinswap:hover{
  background: rgba(229, 229, 229, 0.2);
}
.coinselectbutton{
  background: rgba(231, 231, 231, 1);
  color: rgb(30, 30, 30);
  display: block;
  cursor: pointer;
  margin: -2px -2px -2px 0;
  border: 2px solid #202020;
  text-align: left;
  height: 46px;
  padding: 0px 0px 0px 10px;
  font-weight: 600;
  border-radius: 30px ;
  outline: none;
  /*position: relative;*/
  top: 0;
  font-size:16px; 
  line-height: 1;
  width: 186px;
  z-index:3;
}
.searchtable{
  width: calc(100% - 20px);
  border:#8b8b8b solid 1px;
  border-radius: 5px;
  margin: 0 10px 2px 10px;
  position: sticky;
  position: -webkit-sticky;
  top:0;
  background-color: white;
  z-index: 8;
}
.coindropdown{
  display:none;
  position: absolute;
  top:39.5px;
  right:0;
  padding:5px 0 0 0;
  z-index:82;
  margin: 5px 15px 0 0;
  border: 2px solid #252525;
  border-radius: 8px;
  width: calc(100% - 30px);
  max-height:350px;
  overflow: scroll;
  /*background: rgb(163, 46, 11);*/
  background: white;
  overflow-x: hidden;
  color: black;
}
/* Works on Firefox */
.coindropdown {
  scrollbar-width: thin;
  scrollbar-color: rgb(0, 0, 0, 0.5) rgb(0, 0, 0, 0.1);
}
/* Works on Chrome, Edge, and Safari */
.coindropdown::-webkit-scrollbar {
  width: 12px;
}
.coindropdown::-webkit-scrollbar-track {
  background: rgb(0, 0, 0, 0.1);
}
.coindropdown::-webkit-scrollbar-thumb {
  background-color: rgb(0, 0, 0, 0.5);
  border-radius: 20px;
  border: 3px solid rgb(0, 0, 0, 0);
  background-clip: content-box;
}
.dropdownheader{
  font-weight: 500;
  text-align: left;
  margin: 0 10px 8px 10px;
  border-bottom: 1px solid silver;
  cursor:default;
}
input#cointoselectcheckbox:checked ~ section div div form div div .cointodropdown,input#cointoselectcheckbox:checked ~ div div form div div .cointodropdown,input#cointoselectcheckbox:checked ~ div div .cointodropdown{
  display: block;
}
input#coinfromselectcheckbox:checked ~ section div div form div div .coinfromdropdown,input#coinfromselectcheckbox:checked ~ div div form div div .coinfromdropdown,input#coinfromselectcheckbox:checked ~ div div .coinfromdropdown{
  display: block;
}
input#cointoselectcheckbox:checked ~ section div form div div div div .cointodropdown,input#cointoselectcheckbox:checked ~ div div form div div .cointodropdown,input#cointoselectcheckbox:checked ~ div div div div .cointodropdown{
  display: block;
}
input#coinfromselectcheckbox:checked ~ section div form div div div div .coinfromdropdown,input#coinfromselectcheckbox:checked ~ div div form div div .coinfromdropdown,input#coinfromselectcheckbox:checked ~ div div div div .coinfromdropdown{
  display: block;
}
.coindropdownclose{
  display: none;
  background: rgb(5, 5, 5,0);
  position: fixed;
  top:0;
  left:0;
  width: 100vw;
  height: 100vh;
  z-index: 4;
  margin:0;
}
input#cointoselectcheckbox:checked ~ section div div form div div .cointodropdownclose,input#cointoselectcheckbox:checked ~ div div form div div .cointodropdownclose,input#cointoselectcheckbox:checked ~ div div .cointodropdownclose{
  display: block;
}
input#coinfromselectcheckbox:checked ~ section div div form div div .coinfromdropdownclose,input#coinfromselectcheckbox:checked ~ div div form div div .coinfromdropdownclose,input#coinfromselectcheckbox:checked ~ div div .coinfromdropdownclose{
  display: block;
}
input#cointoselectcheckbox:checked ~ section div form div div div div .cointodropdownclose,input#cointoselectcheckbox:checked ~ div div form div div .cointodropdownclose,input#cointoselectcheckbox:checked ~ div div div div .cointodropdownclose{
  display: block;
}
input#coinfromselectcheckbox:checked ~ section div form div div div div .coinfromdropdownclose,input#coinfromselectcheckbox:checked ~ div div form div div .coinfromdropdownclose,input#coinfromselectcheckbox:checked ~ div div div div .coinfromdropdownclose{
  display: block;
}
#coinfromdropdownclosebutton{
  display:none!important;
}
#cointodropdownclosebutton{
  display:none!important;
}

.minimumamountindex{
  color:silver;
  line-height: 1.4;
  margin: 0 0 18px calc((100% - 150px)*0.25);
  text-align: left;
  font-size:12px;
  font-weight:500;
}


@media (max-width: 395px){
#swapmode{
  font-size: 14px;
}
.qrcode{
  margin: -0px 0 0 -0px;
  }
}
@media (max-width: 480px) {
  /* .minimumamountindex{
    margin-left:calc((100% - 190px)*0.35);
  } */

  #coinfromdropdownclosebutton{
    display:block!important;
  }
  #cointodropdownclosebutton{
    display:block!important;
  }
  .coindropdownclose{
    display: none!important;
  }
  .coindropdown{
    position: fixed;
    top:0;
    left: 0;
    padding:0px 7px 10px 7px;
    z-index:9;
    margin: 0px;
    border: 0px solid #252525;
    border-radius: 0px;
    width:100vw;
    height:100vh!important;
    max-height: unset;
  }
  .searchtable{
    width: calc(100% - 70px);
    top:10px;
  }
}
#newcoin_to{
  position:relative;
  padding: 0 0px 0 5px;
  color: #000000;
  background: unset;
  border: 0;
  border-radius: 0;
  margin: 0;
  height:unset;
  min-height:30px;
  line-height:1.2;
}
#newcoin_to > label {
  vertical-align: middle;
}
#newcoin_to:hover{
  background: silver;
  text-shadow: none;
}
#newcoin_from{
  position:relative;
  padding: 0 0px 0 5px;
  color: #000000;
  background: unset;
  border: 0;
  border-radius: 0;
  margin: 0;
  height:unset;
  min-height:30px;
  line-height:1.2;
}
#newcoin_from > label {
  vertical-align: middle;
}
#newcoin_from:hover{
  background: silver;
  text-shadow: none;
}

body {
  background-color: #000000!important;
  font-family: "Open Sans", sans-serif;
  color: #eee;
  background: black url("../img/TestBG3.jpg") center 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bgoverride2{
  background: black url("../img/TestBG3.jpg") center 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}
a {
  color: #eee;
}

a:hover {
  color: rgb(255, 60, 0);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

.color-one {
  color: #eee;
}
.color-two {
  color: rgb(255, 60, 0);
}
.login_page {
    margin: 0 auto 25px;
    width: 250px;
}

.form {
    position: relative;
    /*z-index: 1;*/
    background: rgb(79, 79, 79, 0.6);
    max-width: 100%;
    padding: 10px 20px 10px 20px;
    text-align: center;
    border-radius: 20px
}

.form input {
    font-family: "Roboto", Sans-serif;
    outline: 0;
    width: 100%;
    border: 0;
    margin: 10px 0px 0px 20px;
    padding: 5px;
    font-size: 14px;
    border-radius: 5px
}

.form .col {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 100%;
}

.form button {
    font-family: "Roboto", Sans-serif;
    outline: 0;
    background: rgb(234, 54, 0);
    width: 100%;
    border: 1;
    border-color: rgba(202, 47, 0, 0.803);
    border-radius: 30px;
    height: 40px;
    padding: 5px 5px 5px 5px;
    margin: 10px 0px 5px 0px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

.form button:hover,
.form button:active {
    background: rgb(232, 54, 0);
    color: #ffffff;
    text-shadow: 1px 0 2px black, 0 1px 2px black;
    transition: text-shadow .0s ease-in-out;

}    
.form .cancelbutton {
    font-family: "Roboto", Sans-serif;
    outline: 0;
    background: rgba(131, 131, 131, 0.85);
    width: 100%;
    border: 2px;
    border-color: rgba(60, 60, 60, 0.2);
    border-radius: 30px;
    height: 40px;
    padding: 5px 5px 5px 5px;
    margin: 5px 0px 5px 0px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    border-style: outset;
}

.form .btn {
  padding: 5px 5px 5px 5px;
  margin: 5px 0px 5px 0px;
  font-size: 16px;
}

.form .cancelbutton:hover,
.form .cancelbutton:active {
    background: rgb(147, 147, 147);
    color: #ffffff;
    text-shadow: 1px 0 2px black, 0 1px 2px black;
    transition: text-shadow .0s ease-in-out;
}

.form .message {
    margin: 5px 0px 0px 0px;
    color: rgb(255, 255, 255);
    font-size: 16px
}

.form .message a {
    color: #ff4d21;
    text-decoration: none;
}

.form .register_form {
    display: none
}

.trade-form {
  margin: 10px 0px 10px 0px;
}
.trade-form input {
    border: 2px solid #5a5a5a;
    margin: 5px 0px 0px 0px;
    background: #ffffff;
    height: 46px;
    width: 100%;
    border-radius: 30px 0 0 30px!important;
    padding: 10px 2px 10px 5px;
    color: #000000;
    text-align: center;
}
.trade-form input::placeholder {
    color: #000000;
    opacity: .8;
}
input.form-control{
  font-size: 15px;
}
#editba{
  display:block;
  position:absolute;
  left: 2px;
  margin-top: 2px;
  top:0px;
  width:calc(100% - 125px);
  height:calc(100% - 10px);
  text-align: center;
  color: #000000;
  background-color: #e9ecef;
  border-radius: 28px;
  border: 2px solid #e9ecef;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
input[type="radio"][form="1"]:checked ~ div div div div #editba{
  display: none;
}

.trade-form select {
    background: rgb(255, 60, 0);
    cursor: pointer;
    margin: 5px 0px 0px 0px;
    border: 2px solid #252525;
    text-align: left;
    height: 46px;
    padding: 0px 0px 0px 3px;
    color: #fff;
    font-weight: 600;
    border-radius: 0px 30px 30px 0px;
    outline: none;
    position: relative;
    top: 0;
    font-size:16px; 
    width: 185px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgb(255, 60, 0) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat center right;
}    

.trade-form select option{
  background: rgba(176, 48, 9, 0.523);
}

.trade-form .selected {
  display: flex;
  align-items: center;
  background: rgb(255, 60, 0);
  margin: 5px 0px 0px 0px;
  border: 2px solid #252525;
  text-align: left;
  height: 46px;
  padding: 0px 0px 0px 3px;
  color: #fff;
  font-weight: 600;
  border-radius: 0px 30px 30px 0px;
  outline: none;
  position: relative;
  top: 0;
  font-size:16px; 
  width: 182px;
}    
.trade-form .button-group {
    font-family: "Roboto", Sans-serif;
    outline: 0;
    background: rgb(255, 60, 0);
    border: 2px solid #252525;
    width: 100%;
    height: 40px;
    padding: 5px 10px 5px 10px;
    margin: 10px 0px 0px 0px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 0px 0px 0px 0px;
    top: 0;
}
.trade-form .button-group-last {
    border-radius: 0px 30px 30px 0px;
}
.trade-form .button-group-first {
    border-radius: 30px 0px 0px 30px;
}

.trade-form .button-group:hover {
    background: rgb(201, 47, 0);
}
.trade-form .button-group.active {
    background: rgb(192, 45, 0);
}
.trade-form .button-group.focus {
    background: rgb(192, 45, 0);
}
.trade-form .button-group:focus {
    background: rgb(192, 45, 0);
}
#user_address_input{
  font-size: 16px;
}
#refund_address_input{
  font-size: 16px;
}
.table{
  font-size: 1rem;
  border-radius: 8px;
  margin: 0 0px 10px 0px !important;
}

.quotetable tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

.quotetable tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.form .quotetableoverlay {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  display: none !important;
  margin: 81px 10px 0px 10px;
  border-radius: 8px;
  padding: 10px;
  background-color: rgb(79, 79, 79, 0.9);
  width:calc(100% - 20px);
  height: calc(100% - 101px);
}
.quotetable .quotetableselector {
  font-size: 40px;
  display: none;
  color:rgb(255, 60, 0, 0.741);
  position:absolute;
  left:-22px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: 1px 0px 0px #000000;
}
.quotetable .quotetableselectorright{
  left:unset !important;
  right:-22.5px !important;
  text-shadow: -1px 0px 0px #000000;
}
@media (max-width: 480px) {
  .quotetable .quotetableselector{
    width:14px;
    left:-15px;
  }
  .quotetable .quotetableselectorright{
    right:-15px!important;
  }
}
.form .edit {
  display: none !important;
}
form input[type="checkbox"][id="edit_toggle"]:checked ~ div div .form #exchangeswapmode {
  display:block !important;
}
form input[type="checkbox"][id="edit_toggle"]:checked ~ div div .form .edit {
  display:flex !important;
}
form input[type="checkbox"][id="edit_toggle"]:checked ~ div div .form .exchangeinit {
  display: none !important;
}
form input[type="checkbox"][id="edit_toggle"]:checked ~ div div div .quotetable tbody tr td label .quotetableselector{
  display: none !important;
}
form input[type="checkbox"][id="edit_toggle"]:checked ~ div div div .quotetableoverlay {
  display: flex !important;
}
#edit:target ~ div div .form .edit {
  display:flex !important;
}
#edit:target ~ div div .form .exchangeinit {
  display: none !important;
}
#edit:target ~ div div div .quotetable tbody tr td label .quotetableselector{
  display: none !important;
}
#edit:target ~ div div div .quotetableoverlay {
  display: flex !important;
}
.form .exchangeinit{
  color: white;
}
.form .exchangeinit a:hover{
  text-decoration: none;
}

.textarea{
  display: block;
  width: 100%;
  border-radius: 20px;
  padding: 10px 10px 10px 10px;
  color: #000000;
  border: 2px solid #5a5a5a;
  background-color: #f2f3f3;
  margin: 5px 0 0 0;
  height:fit-content;
  overflow: hidden;
  font-size: 14px;
  resize: none;
  word-break: break-all;
}

.table tbody tr td label {
  cursor: pointer;
}
.form .ref_icon, .form .ref_icon2 {
  fill: white;
}
.form .ref_icon:hover, .form .ref_icon2:hover {
  color: #ff3c00;
  fill: #ff3c00;
  text-decoration: none;
}

input[type="radio"][id="FixedFloatV"]:checked ~ div div div .table tbody tr td label[for="FixedFloatV"],
input[type="radio"][id="FixedFloat"]:checked ~ div div div .table tbody tr td label[for="FixedFloat"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="FixedFloatV"]:checked ~ div div div .table tbody tr td label[for="FixedFloatV"] .quotetableselector,
input[type="radio"][id="FixedFloatV"]:checked ~ div div div div div .refundblock,
input[type="radio"][id="FixedFloatV"]:checked ~ div div div div input[id="FixedFloatV"],
input[type="radio"][id="FixedFloatV"]:checked ~ div div div div[id="FixedFloatV"],
input[type="radio"][id="FixedFloat"]:checked ~ div div div .table tbody tr td label[for="FixedFloat"] .quotetableselector,
input[type="radio"][id="FixedFloat"]:checked ~ div div div div div .refundblock,
input[type="radio"][id="FixedFloat"]:checked ~ div div div div input[id="FixedFloat"],
input[type="radio"][id="FixedFloat"]:checked ~ div div div div[id="FixedFloat"] {
  display: block!important;
}
input[type="radio"][id="ChangellyV"]:checked ~ div div div .table tbody tr td label[for="ChangellyV"],
input[type="radio"][id="Changelly"]:checked ~ div div div .table tbody tr td label[for="Changelly"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="ChangellyV"]:checked ~ div div div .table tbody tr td label[for="ChangellyV"] .quotetableselector
input[type="radio"][id="ChangellyV"]:checked ~ div div div div input[id="ChangellyV"]
input[type="radio"][id="ChangellyV"]:checked ~ div div div div[id="ChangellyV"]
input[type="radio"][id="ChangellyV"]:checked ~ div div div div div .refundblock,
input[type="radio"][id="Changelly"]:checked ~ div div div .table tbody tr td label[for="Changelly"] .quotetableselector
input[type="radio"][id="Changelly"]:checked ~ div div div div input[id="Changelly"]
input[type="radio"][id="Changelly"]:checked ~ div div div div[id="Changelly"]
input[type="radio"][id="Changelly"]:checked ~ div div div div div .refundblock {
  display: block!important;
}
input[type="radio"][id="ExolixV"]:checked ~ div div div .table tbody tr td label[for="ExolixV"],
input[type="radio"][id="Exolix"]:checked ~ div div div .table tbody tr td label[for="Exolix"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="ExolixV"]:checked ~ div div div .table tbody tr td label[for="ExolixV"] .quotetableselector,
input[type="radio"][id="ExolixV"]:checked ~ div div div div input[id="ExolixV"],
input[type="radio"][id="ExolixV"]:checked ~ div div div div[id="ExolixV"],
input[type="radio"][id="Exolix"]:checked ~ div div div .table tbody tr td label[for="Exolix"] .quotetableselector,
input[type="radio"][id="Exolix"]:checked ~ div div div div input[id="Exolix"],
input[type="radio"][id="Exolix"]:checked ~ div div div div[id="Exolix"] {
  display: block!important;
}
input[type="radio"][id="ChangeNowV"]:checked ~ div div div .table tbody tr td label[for="ChangeNowV"],
input[type="radio"][id="ChangeNow"]:checked ~ div div div .table tbody tr td label[for="ChangeNow"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="ChangeNowV"]:checked ~ div div div .table tbody tr td label[for="ChangeNowV"] .quotetableselector,
input[type="radio"][id="ChangeNowV"]:checked ~ div div div div input[id="ChangeNowV"],
input[type="radio"][id="ChangeNowV"]:checked ~ div div div div[id="ChangeNowV"],
input[type="radio"][id="ChangeNow"]:checked ~ div div div .table tbody tr td label[for="ChangeNow"] .quotetableselector,
input[type="radio"][id="ChangeNow"]:checked ~ div div div div input[id="ChangeNow"],
input[type="radio"][id="ChangeNow"]:checked ~ div div div div[id="ChangeNow"] {
  display: block!important;
}
input[type="radio"][id="SideshiftV"]:checked ~ div div div .table tbody tr td label[for="SideshiftV"],
input[type="radio"][id="Sideshift"]:checked ~ div div div .table tbody tr td label[for="Sideshift"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="SideshiftV"]:checked ~ div div div .table tbody tr td label[for="SideshiftV"] .quotetableselector,
input[type="radio"][id="SideshiftV"]:checked ~ div div div div input[id="SideshiftV"],
input[type="radio"][id="SideshiftV"]:checked ~ div div div div[id="SideshiftV"],
input[type="radio"][id="Sideshift"]:checked ~ div div div .table tbody tr td label[for="Sideshift"] .quotetableselector,
input[type="radio"][id="Sideshift"]:checked ~ div div div div input[id="Sideshift"],
input[type="radio"][id="Sideshift"]:checked ~ div div div div[id="Sideshift"] {
  display: block!important;
}
input[type="radio"][id="StealthExV"]:checked ~ div div div .table tbody tr td label[for="StealthExV"],
input[type="radio"][id="StealthEx"]:checked ~ div div div .table tbody tr td label[for="StealthEx"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="StealthExV"]:checked ~ div div div .table tbody tr td label[for="StealthExV"] .quotetableselector,
input[type="radio"][id="StealthExV"]:checked ~ div div div div input[id="StealthExV"],
input[type="radio"][id="StealthExV"]:checked ~ div div div div[id="StealthExV"],
input[type="radio"][id="StealthEx"]:checked ~ div div div .table tbody tr td label[for="StealthEx"] .quotetableselector,
input[type="radio"][id="StealthEx"]:checked ~ div div div div input[id="StealthEx"],
input[type="radio"][id="StealthEx"]:checked ~ div div div div[id="StealthEx"] {
  display: block!important;
}
input[type="radio"][id="MajesticBankV"]:checked ~ div div div .table tbody tr td label[for="MajesticBankV"],
input[type="radio"][id="MajesticBank"]:checked ~ div div div .table tbody tr td label[for="MajesticBank"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="MajesticBankV"]:checked ~ div div div .table tbody tr td label[for="MajesticBankV"] .quotetableselector,
input[type="radio"][id="MajesticBankV"]:checked ~ div div div div input[id="MajesticBankV"],
input[type="radio"][id="MajesticBankV"]:checked ~ div div div div[id="MajesticBankV"],
input[type="radio"][id="MajesticBankV"]:checked ~ div div div div div .refundblock,
input[type="radio"][id="MajesticBank"]:checked ~ div div div .table tbody tr td label[for="MajesticBank"] .quotetableselector,
input[type="radio"][id="MajesticBank"]:checked ~ div div div div input[id="MajesticBank"],
input[type="radio"][id="MajesticBank"]:checked ~ div div div div[id="MajesticBank"],
input[type="radio"][id="MajesticBank"]:checked ~ div div div div div .refundblock {
  display: block!important;
}
input[type="radio"][id="SimpleswapV"]:checked ~ div div div .table tbody tr td label[for="SimpleswapV"],
input[type="radio"][id="Simpleswap"]:checked ~ div div div .table tbody tr td label[for="Simpleswap"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="SimpleswapV"]:checked ~ div div div .table tbody tr td label[for="SimpleswapV"] .quotetableselector,
input[type="radio"][id="SimpleswapV"]:checked ~ div div div div input[id="SimpleswapV"],
input[type="radio"][id="SimpleswapV"]:checked ~ div div div div[id="SimpleswapV"],
input[type="radio"][id="Simpleswap"]:checked ~ div div div .table tbody tr td label[for="Simpleswap"] .quotetableselector,
input[type="radio"][id="Simpleswap"]:checked ~ div div div div input[id="Simpleswap"],
input[type="radio"][id="Simpleswap"]:checked ~ div div div div[id="Simpleswap"] {
  display: block!important;
}
input[type="radio"][id="Simpleswap"]:checked ~ #Simpleswap.createtransactionloading  {
  opacity: 1!important;
}
input[type="radio"][id="Exch"]:checked ~ div div div .table tbody tr td label[for="Exch"],
input[type="radio"][id="ExchV"]:checked ~ div div div .table tbody tr td label[for="ExchV"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="Exch"]:checked ~ div div div .table tbody tr td label[for="Exch"] .quotetableselector,
input[type="radio"][id="Exch"]:checked ~ div div div div input[id="Exch"],
input[type="radio"][id="Exch"]:checked ~ div div div div[id="Exch"],
input[type="radio"][id="ExchV"]:checked ~ div div div .table tbody tr td label[for="ExchV"] .quotetableselector,
input[type="radio"][id="ExchV"]:checked ~ div div div div input[id="ExchV"],
input[type="radio"][id="ExchV"]:checked ~ div div div div[id="ExchV"] {
  display: block!important;
}
input[type="radio"][id="Godex"]:checked ~ div div div .table tbody tr td label[for="Godex"],
input[type="radio"][id="GodexV"]:checked ~ div div div .table tbody tr td label[for="GodexV"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="Godex"]:checked ~ div div div .table tbody tr td label[for="Godex"] .quotetableselector,
input[type="radio"][id="Godex"]:checked ~ div div div div input[id="Godex"],
input[type="radio"][id="Godex"]:checked ~ div div div div[id="Godex"],
input[type="radio"][id="GodexV"]:checked ~ div div div .table tbody tr td label[for="GodexV"] .quotetableselector,
input[type="radio"][id="GodexV"]:checked ~ div div div div input[id="GodexV"],
input[type="radio"][id="GodexV"]:checked ~ div div div div[id="GodexV"] {
  display: block!important;
}
input[type="radio"][id="Alfacash"]:checked ~ div div div .table tbody tr td label[for="Alfacash"],
input[type="radio"][id="AlfacashV"]:checked ~ div div div .table tbody tr td label[for="AlfacashV"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="Alfacash"]:checked ~ div div div .table tbody tr td label[for="Alfacash"] .quotetableselector,
input[type="radio"][id="Alfacash"]:checked ~ div div div div input[id="Alfacash"],
input[type="radio"][id="Alfacash"]:checked ~ div div div div[id="Alfacash"],
input[type="radio"][id="Alfacash"]:checked ~ div div div div div .refundblock,
input[type="radio"][id="AlfacashV"]:checked ~ div div div .table tbody tr td label[for="AlfacashV"] .quotetableselector,
input[type="radio"][id="AlfacashV"]:checked ~ div div div div input[id="AlfacashV"],
input[type="radio"][id="AlfacashV"]:checked ~ div div div div[id="AlfacashV"],
input[type="radio"][id="AlfacashV"]:checked ~ div div div div div .refundblock {
  display: block!important;
}
input[type="radio"][id="LetsExchange"]:checked ~ div div div .table tbody tr td label[for="LetsExchange"],
input[type="radio"][id="LetsExchangeV"]:checked ~ div div div .table tbody tr td label[for="LetsExchangeV"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="LetsExchange"]:checked ~ div div div .table tbody tr td label[for="LetsExchange"] .quotetableselector,
input[type="radio"][id="LetsExchange"]:checked ~ div div div div input[id="LetsExchange"],
input[type="radio"][id="LetsExchange"]:checked ~ div div div div[id="LetsExchange"],
input[type="radio"][id="LetsExchangeV"]:checked ~ div div div .table tbody tr td label[for="LetsExchangeV"] .quotetableselector,
input[type="radio"][id="LetsExchangeV"]:checked ~ div div div div input[id="LetsExchangeV"],
input[type="radio"][id="LetsExchangeV"]:checked ~ div div div div[id="LetsExchangeV"] {
  display: block!important;
}
input[type="radio"][id="CoinCraddle"]:checked ~ div div div .table tbody tr td label[for="CoinCraddle"], 
input[type="radio"][id="CoinCraddleV"]:checked ~ div div div .table tbody tr td label[for="CoinCraddleV"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="CoinCraddle"]:checked ~ div div div .table tbody tr td label[for="CoinCraddle"] .quotetableselector,
input[type="radio"][id="CoinCraddle"]:checked ~ div div div div input[id="CoinCraddle"],
input[type="radio"][id="CoinCraddle"]:checked ~ div div div div[id="CoinCraddle"],
input[type="radio"][id="CoinCraddleV"]:checked ~ div div div .table tbody tr td label[for="CoinCraddleV"] .quotetableselector,
input[type="radio"][id="CoinCraddleV"]:checked ~ div div div div input[id="CoinCraddleV"],
input[type="radio"][id="CoinCraddleV"]:checked ~ div div div div[id="CoinCraddleV"] {
  display: block!important;
}
input[type="radio"][id="CoinCraddle"]:checked ~ #CoinCraddle.createtransactionloading  {
  opacity: 1!important;
}


input[type="radio"][id="Quickex"]:checked ~ div div div .table tbody tr td label[for="Quickex"], 
input[type="radio"][id="QuickexV"]:checked ~ div div div .table tbody tr td label[for="QuickexV"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="Quickex"]:checked ~ div div div .table tbody tr td label[for="Quickex"] .quotetableselector,
input[type="radio"][id="Quickex"]:checked ~ div div div div input[id="Quickex"],
input[type="radio"][id="Quickex"]:checked ~ div div div div[id="Quickex"],
input[type="radio"][id="QuickexV"]:checked ~ div div div .table tbody tr td label[for="QuickexV"] .quotetableselector,
input[type="radio"][id="QuickexV"]:checked ~ div div div div input[id="QuickexV"],
input[type="radio"][id="QuickexV"]:checked ~ div div div div[id="QuickexV"] {
  display: block!important;
}
input[type="radio"][id="Quickex"]:checked ~ #Quickex.createtransactionloading  {
  opacity: 1!important;
}



input[type="radio"][id="Guardex"]:checked ~ div div div .table tbody tr td label[for="Guardex"], 
input[type="radio"][id="GuardexV"]:checked ~ div div div .table tbody tr td label[for="GuardexV"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="Guardex"]:checked ~ div div div .table tbody tr td label[for="Guardex"] .quotetableselector,
input[type="radio"][id="Guardex"]:checked ~ div div div div input[id="Guardex"],
input[type="radio"][id="Guardex"]:checked ~ div div div div[id="Guardex"],
input[type="radio"][id="GuardexV"]:checked ~ div div div .table tbody tr td label[for="GuardexV"] .quotetableselector,
input[type="radio"][id="GuardexV"]:checked ~ div div div div input[id="GuardexV"],
input[type="radio"][id="GuardexV"]:checked ~ div div div div[id="GuardexV"] {
  display: block!important;
}
input[type="radio"][id="Guardex"]:checked ~ #Guardex.createtransactionloading  {
  opacity: 1!important;
}

input[type="radio"][id="XGram"]:checked ~ div div div .table tbody tr td label[for="XGram"], 
input[type="radio"][id="XGramV"]:checked ~ div div div .table tbody tr td label[for="XGramV"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="XGram"]:checked ~ div div div .table tbody tr td label[for="XGram"] .quotetableselector,
input[type="radio"][id="XGram"]:checked ~ div div div div input[id="XGram"],
input[type="radio"][id="XGram"]:checked ~ div div div div[id="XGram"],
input[type="radio"][id="XGramV"]:checked ~ div div div .table tbody tr td label[for="XGramV"] .quotetableselector,
input[type="radio"][id="XGramV"]:checked ~ div div div div input[id="XGramV"],
input[type="radio"][id="XGramV"]:checked ~ div div div div[id="XGramV"] {
  display: block!important;
}
input[type="radio"][id="XGram"]:checked ~ #XGram.createtransactionloading  {
  opacity: 1!important;
}


input[type="radio"][id="Swapgate"]:checked ~ div div div .table tbody tr td label[for="Swapgate"], 
input[type="radio"][id="SwapgateV"]:checked ~ div div div .table tbody tr td label[for="SwapgateV"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="Swapgate"]:checked ~ div div div .table tbody tr td label[for="Swapgate"] .quotetableselector,
input[type="radio"][id="Swapgate"]:checked ~ div div div div input[id="Swapgate"],
input[type="radio"][id="Swapgate"]:checked ~ div div div div[id="Swapgate"],
input[type="radio"][id="SwapgateV"]:checked ~ div div div .table tbody tr td label[for="SwapgateV"] .quotetableselector,
input[type="radio"][id="SwapgateV"]:checked ~ div div div div input[id="SwapgateV"],
input[type="radio"][id="SwapgateV"]:checked ~ div div div div[id="SwapgateV"] {
  display: block!important;
}
input[type="radio"][id="SwapgateV"]:checked ~ #Swapgate.createtransactionloading  {
  opacity: 1!important;
}


input[type="radio"][id="Pegasusswap"]:checked ~ div div div .table tbody tr td label[for="Pegasusswap"], 
input[type="radio"][id="PegasusswapV"]:checked ~ div div div .table tbody tr td label[for="PegasusswapV"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="Pegasusswap"]:checked ~ div div div .table tbody tr td label[for="Pegasusswap"] .quotetableselector,
input[type="radio"][id="Pegasusswap"]:checked ~ div div div div input[id="Pegasusswap"],
input[type="radio"][id="Pegasusswap"]:checked ~ div div div div[id="Pegasusswap"],
input[type="radio"][id="PegasusswapV"]:checked ~ div div div .table tbody tr td label[for="PegasusswapV"] .quotetableselector,
input[type="radio"][id="PegasusswapV"]:checked ~ div div div div input[id="PegasusswapV"],
input[type="radio"][id="PegasusswapV"]:checked ~ div div div div[id="PegasusswapV"] {
  display: block!important;
}
input[type="radio"][id="PegasusswapV"]:checked ~ #Pegasusswap.createtransactionloading  {
  opacity: 1!important;
}


input[type="radio"][id="ExWell"]:checked ~ div div div .table tbody tr td label[for="ExWell"], 
input[type="radio"][id="ExWellV"]:checked ~ div div div .table tbody tr td label[for="ExWellV"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="ExWell"]:checked ~ div div div .table tbody tr td label[for="ExWell"] .quotetableselector,
input[type="radio"][id="ExWell"]:checked ~ div div div div input[id="ExWell"],
input[type="radio"][id="ExWell"]:checked ~ div div div div[id="ExWell"],
input[type="radio"][id="ExWellV"]:checked ~ div div div .table tbody tr td label[for="ExWellV"] .quotetableselector,
input[type="radio"][id="ExWellV"]:checked ~ div div div div input[id="ExWellV"],
input[type="radio"][id="ExWellV"]:checked ~ div div div div[id="ExWellV"] {
  display: block!important;
}
input[type="radio"][id="ExWell"]:checked ~ #ExWell.createtransactionloading  {
  opacity: 1!important;
}


input[type="radio"][id="Swapuz"]:checked ~ div div div .table tbody tr td label[for="Swapuz"],
input[type="radio"][id="SwapuzV"]:checked ~ div div div .table tbody tr td label[for="SwapuzV"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="Swapuz"]:checked ~ div div div .table tbody tr td label[for="Swapuz"] .quotetableselector,
input[type="radio"][id="Swapuz"]:checked ~ div div div div input[id="Swapuz"],
input[type="radio"][id="Swapuz"]:checked ~ div div div div[id="Swapuz"],
input[type="radio"][id="SwapuzV"]:checked ~ div div div .table tbody tr td label[for="SwapuzV"] .quotetableselector,
input[type="radio"][id="SwapuzV"]:checked ~ div div div div input[id="SwapuzV"],
input[type="radio"][id="SwapuzV"]:checked ~ div div div div[id="SwapuzV"] {
  display: block!important;
}
input[type="radio"][id="NeroSwap"]:checked ~ div div div .table tbody tr td label[for="NeroSwap"],
input[type="radio"][id="NeroSwapV"]:checked ~ div div div .table tbody tr td label[for="NeroSwapV"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="NeroSwap"]:checked ~ div div div .table tbody tr td label[for="NeroSwap"] .quotetableselector,
input[type="radio"][id="NeroSwap"]:checked ~ div div div div input[id="NeroSwap"],
input[type="radio"][id="NeroSwap"]:checked ~ div div div div[id="NeroSwap"],
input[type="radio"][id="NeroSwapV"]:checked ~ div div div .table tbody tr td label[for="NeroSwapV"] .quotetableselector,
input[type="radio"][id="NeroSwapV"]:checked ~ div div div div input[id="NeroSwapV"],
input[type="radio"][id="NeroSwapV"]:checked ~ div div div div[id="NeroSwapV"] {
  display: block!important;
}
input[type="radio"][id="BitcoinVN"]:checked ~ div div div .table tbody tr td label[for="BitcoinVN"],
input[type="radio"][id="BitcoinVNV"]:checked ~ div div div .table tbody tr td label[for="BitcoinVNV"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="BitcoinVN"]:checked ~ div div div .table tbody tr td label[for="BitcoinVN"] .quotetableselector,
input[type="radio"][id="BitcoinVN"]:checked ~ div div div div input[id="BitcoinVN"],
input[type="radio"][id="BitcoinVN"]:checked ~ div div div div[id="BitcoinVN"],
input[type="radio"][id="BitcoinVN"]:checked ~ div div div div div .refundblock,
input[type="radio"][id="BitcoinVNV"]:checked ~ div div div .table tbody tr td label[for="BitcoinVNV"] .quotetableselector,
input[type="radio"][id="BitcoinVNV"]:checked ~ div div div div input[id="BitcoinVNV"],
input[type="radio"][id="BitcoinVNV"]:checked ~ div div div div[id="BitcoinVNV"],
input[type="radio"][id="BitcoinVNV"]:checked ~ div div div div div .refundblock {
  display: block!important;
}
input[type="radio"][id="BitcoinVN"]:checked ~ #BitcoinVN.createtransactionloading  {
  opacity: 1!important;
}

input[type="radio"][id="Boltz"]:checked ~ div div div .table tbody tr td label[for="Boltz"],
input[type="radio"][id="BoltzV"]:checked ~ div div div .table tbody tr td label[for="BoltzV"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="Boltz"]:checked ~ div div div .table tbody tr td label[for="Boltz"] .quotetableselector,
input[type="radio"][id="Boltz"]:checked ~ div div div div input[id="Boltz"],
input[type="radio"][id="Boltz"]:checked ~ div div div div[id="Boltz"],
input[type="radio"][id="Boltz"]:checked ~ div div div div div .refundblock,
input[type="radio"][id="BoltzV"]:checked ~ div div div .table tbody tr td label[for="BoltzV"] .quotetableselector,
input[type="radio"][id="BoltzV"]:checked ~ div div div div input[id="BoltzV"],
input[type="radio"][id="BoltzV"]:checked ~ div div div div[id="BoltzV"],
input[type="radio"][id="BoltzV"]:checked ~ div div div div div .refundblock {
  display: block!important;
}
input[type="radio"][id="Boltz"]:checked ~ #Boltz.createtransactionloading  {
  opacity: 1!important;
}

input[type="radio"][id="Changehero"]:checked ~ div div div .table tbody tr td label[for="Changehero"],
input[type="radio"][id="ChangeheroV"]:checked ~ div div div .table tbody tr td label[for="ChangeheroV"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="Changehero"]:checked ~ div div div .table tbody tr td label[for="Changehero"] .quotetableselector,
input[type="radio"][id="Changehero"]:checked ~ div div div div input[id="Changehero"],
input[type="radio"][id="Changehero"]:checked ~ div div div div[id="Changehero"],
input[type="radio"][id="ChangeheroV"]:checked ~ div div div .table tbody tr td label[for="ChangeheroV"] .quotetableselector,
input[type="radio"][id="ChangeheroV"]:checked ~ div div div div input[id="ChangeheroV"],
input[type="radio"][id="ChangeheroV"]:checked ~ div div div div[id="ChangeheroV"] {
  display: block!important;
}
input[type="radio"][id="XChange"]:checked ~ div div div .table tbody tr td label[for="XChange"],
input[type="radio"][id="XChangeV"]:checked ~ div div div .table tbody tr td label[for="XChangeV"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="XChange"]:checked ~ div div div .table tbody tr td label[for="XChange"] .quotetableselector,
input[type="radio"][id="XChange"]:checked ~ div div div div input[id="XChange"],
input[type="radio"][id="XChange"]:checked ~ div div div div[id="XChange"],
input[type="radio"][id="XChangeV"]:checked ~ div div div .table tbody tr td label[for="XChangeV"] .quotetableselector,
input[type="radio"][id="XChangeV"]:checked ~ div div div div input[id="XChangeV"],
input[type="radio"][id="XChangeV"]:checked ~ div div div div[id="XChangeV"] {
  display: block!important;
}
input[type="radio"][id="LocalMonero"]:checked ~ div div div .table tbody tr td label[for="LocalMonero"],
input[type="radio"][id="LocalMoneroV"]:checked ~ div div div .table tbody tr td label[for="LocalMoneroV"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="LocalMonero"]:checked ~ div div div .table tbody tr td label[for="LocalMonero"] .quotetableselector,
input[type="radio"][id="LocalMonero"]:checked ~ div div div div input[id="LocalMonero"],
input[type="radio"][id="LocalMonero"]:checked ~ div div div div[id="LocalMonero"],
input[type="radio"][id="LocalMonero"]:checked ~ div div div div div .refundblock,
input[type="radio"][id="LocalMoneroV"]:checked ~ div div div .table tbody tr td label[for="LocalMoneroV"] .quotetableselector,
input[type="radio"][id="LocalMoneroV"]:checked ~ div div div div input[id="LocalMoneroV"],
input[type="radio"][id="LocalMoneroV"]:checked ~ div div div div[id="LocalMoneroV"],
input[type="radio"][id="LocalMoneroV"]:checked ~ div div div div div .refundblock {
  display: block!important;
}
input[type="radio"][id="LocalMonero"]:checked ~ #LocalMonero.createtransactionloading  {
  opacity: 1!important;
}
input[type="radio"][id="AgoraDesk"]:checked ~ div div div .table tbody tr td label[for="AgoraDesk"],
input[type="radio"][id="AgoraDeskV"]:checked ~ div div div .table tbody tr td label[for="AgoraDeskV"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="AgoraDesk"]:checked ~ div div div .table tbody tr td label[for="AgoraDesk"] .quotetableselector,
input[type="radio"][id="AgoraDesk"]:checked ~ div div div div input[id="AgoraDesk"],
input[type="radio"][id="AgoraDesk"]:checked ~ div div div div[id="AgoraDesk"],
input[type="radio"][id="AgoraDesk"]:checked ~ div div div div div .refundblock,
input[type="radio"][id="AgoraDeskV"]:checked ~ div div div .table tbody tr td label[for="AgoraDeskV"] .quotetableselector,
input[type="radio"][id="AgoraDeskV"]:checked ~ div div div div input[id="AgoraDeskV"],
input[type="radio"][id="AgoraDeskV"]:checked ~ div div div div[id="AgoraDeskV"],
input[type="radio"][id="AgoraDeskV"]:checked ~ div div div div div .refundblock {
  display: block!important;
}
input[type="radio"][id="AgoraDesk"]:checked ~ #AgoraDesk.createtransactionloading  {
  opacity: 1!important;
}
input[type="radio"][id="Monero Tunnel"]:checked ~ div div div .table tbody tr td label[for="Monero Tunnel"],
input[type="radio"][id="Monero TunnelV"]:checked ~ div div div .table tbody tr td label[for="Monero TunnelV"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="Monero Tunnel"]:checked ~ div div div .table tbody tr td label[for="Monero Tunnel"] .quotetableselector,
input[type="radio"][id="Monero Tunnel"]:checked ~ div div div div input[id="Monero Tunnel"],
input[type="radio"][id="Monero Tunnel"]:checked ~ div div div div[id="Monero Tunnel"],
input[type="radio"][id="Monero TunnelV"]:checked ~ div div div .table tbody tr td label[for="Monero TunnelV"] .quotetableselector,
input[type="radio"][id="Monero TunnelV"]:checked ~ div div div div input[id="Monero TunnelV"],
input[type="radio"][id="Monero TunnelV"]:checked ~ div div div div[id="Monero TunnelV"] {
  display: block!important;
}

input[type="radio"][id="Trocador DeFi"]:checked ~ div div div .table tbody tr td label[for="Trocador DeFi"],
input[type="radio"][id="Trocador DeFiV"]:checked ~ div div div .table tbody tr td label[for="Trocador DeFiV"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="Trocador DeFi"]:checked ~ div div div .table tbody tr td label[for="Trocador DeFi"] .quotetableselector,
input[type="radio"][id="Trocador DeFi"]:checked ~ div div div div input[id="Trocador DeFi"],
input[type="radio"][id="Trocador DeFi"]:checked ~ div div div div[id="Trocador DeFi"],
input[type="radio"][id="Trocador DeFiV"]:checked ~ div div div .table tbody tr td label[for="Trocador DeFiV"] .quotetableselector,
input[type="radio"][id="Trocador DeFiV"]:checked ~ div div div div input[id="Trocador DeFiV"],
input[type="radio"][id="Trocador DeFiV"]:checked ~ div div div div[id="Trocador DeFiV"] {
  display: block!important;
}

input[type="radio"][id="SwapterV"]:checked ~ div div div .table tbody tr td label[for="SwapterV"],
input[type="radio"][id="Swapter"]:checked ~ div div div .table tbody tr td label[for="Swapter"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="SwapterV"]:checked ~ div div div .table tbody tr td label[for="SwapterV"] .quotetableselector,
input[type="radio"][id="SwapterV"]:checked ~ div div div div div .refundblock,
input[type="radio"][id="SwapterV"]:checked ~ div div div div input[id="SwapterV"],
input[type="radio"][id="SwapterV"]:checked ~ div div div div[id="SwapterV"],
input[type="radio"][id="Swapter"]:checked ~ div div div .table tbody tr td label[for="Swapter"] .quotetableselector,
input[type="radio"][id="Swapter"]:checked ~ div div div div input[id="Swapter"],
input[type="radio"][id="Swapter"]:checked ~ div div div div[id="Swapter"],
input[type="radio"][id="Swapter"]:checked ~ div div div div div .refundblock {
  display: block!important;
}
input[type="radio"][id="ChangeeV"]:checked ~ div div div .table tbody tr td label[for="ChangeeV"],
input[type="radio"][id="Changee"]:checked ~ div div div .table tbody tr td label[for="Changee"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="ChangeeV"]:checked ~ div div div .table tbody tr td label[for="ChangeeV"] .quotetableselector,
input[type="radio"][id="ChangeeV"]:checked ~ div div div div div .refundblock,
input[type="radio"][id="ChangeeV"]:checked ~ div div div div input[id="ChangeeV"],
input[type="radio"][id="ChangeeV"]:checked ~ div div div div[id="ChangeeV"],
input[type="radio"][id="Changee"]:checked ~ div div div .table tbody tr td label[for="Changee"] .quotetableselector,
input[type="radio"][id="Changee"]:checked ~ div div div div input[id="Changee"],
input[type="radio"][id="Changee"]:checked ~ div div div div[id="Changee"],
input[type="radio"][id="Changee"]:checked ~ div div div div div .refundblock {
  display: block!important;
}

input[type="radio"][id="GoexmeV"]:checked ~ div div div .table tbody tr td label[for="GoexmeV"],
input[type="radio"][id="Goexme"]:checked ~ div div div .table tbody tr td label[for="Goexme"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="GoexmeV"]:checked ~ div div div .table tbody tr td label[for="GoexmeV"] .quotetableselector,
input[type="radio"][id="GoexmeV"]:checked ~ div div div div div .refundblock,
input[type="radio"][id="GoexmeV"]:checked ~ div div div div input[id="GoexmeV"],
input[type="radio"][id="GoexmeV"]:checked ~ div div div div[id="GoexmeV"],
input[type="radio"][id="Goexme"]:checked ~ div div div .table tbody tr td label[for="Goexme"] .quotetableselector,
input[type="radio"][id="Goexme"]:checked ~ div div div div input[id="Goexme"],
input[type="radio"][id="Goexme"]:checked ~ div div div div[id="Goexme"],
input[type="radio"][id="Goexme"]:checked ~ div div div div div .refundblock {
  display: block!important;
}
input[type="radio"][id="SwaptradeV"]:checked ~ div div div .table tbody tr td label[for="SwaptradeV"],
input[type="radio"][id="Swaptrade"]:checked ~ div div div .table tbody tr td label[for="Swaptrade"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="SwaptradeV"]:checked ~ div div div .table tbody tr td label[for="SwaptradeV"] .quotetableselector,
input[type="radio"][id="SwaptradeV"]:checked ~ div div div div div .refundblock,
input[type="radio"][id="SwaptradeV"]:checked ~ div div div div input[id="SwaptradeV"],
input[type="radio"][id="SwaptradeV"]:checked ~ div div div div[id="SwaptradeV"],
input[type="radio"][id="Swaptrade"]:checked ~ div div div .table tbody tr td label[for="Swaptrade"] .quotetableselector,
input[type="radio"][id="Swaptrade"]:checked ~ div div div div input[id="Swaptrade"],
input[type="radio"][id="Swaptrade"]:checked ~ div div div div[id="Swaptrade"],
input[type="radio"][id="Swaptrade"]:checked ~ div div div div div .refundblock {
  display: block!important;
}

input[type="radio"][id="SwapSpaceV"]:checked ~ div div div .table tbody tr td label[for="SwapSpaceV"],
input[type="radio"][id="SwapSpace"]:checked ~ div div div .table tbody tr td label[for="SwapSpace"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="SwapSpaceV"]:checked ~ div div div .table tbody tr td label[for="SwapSpaceV"] .quotetableselector,
input[type="radio"][id="SwapSpaceV"]:checked ~ div div div div div .refundblock,
input[type="radio"][id="SwapSpaceV"]:checked ~ div div div div input[id="SwapSpaceV"],
input[type="radio"][id="SwapSpaceV"]:checked ~ div div div div[id="SwapSpaceV"],
input[type="radio"][id="SwapSpace"]:checked ~ div div div .table tbody tr td label[for="SwapSpace"] .quotetableselector,
input[type="radio"][id="SwapSpace"]:checked ~ div div div div input[id="SwapSpace"],
input[type="radio"][id="SwapSpace"]:checked ~ div div div div[id="SwapSpace"],
input[type="radio"][id="SwapSpace"]:checked ~ div div div div div .refundblock {
  display: block!important;
}

input[type="radio"][id="WizardSwapV"]:checked ~ div div div .table tbody tr td label[for="WizardSwapV"],
input[type="radio"][id="WizardSwap"]:checked ~ div div div .table tbody tr td label[for="WizardSwap"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="WizardSwapV"]:checked ~ div div div .table tbody tr td label[for="WizardSwapV"] .quotetableselector,
input[type="radio"][id="WizardSwapV"]:checked ~ div div div div div .refundblock,
input[type="radio"][id="WizardSwapV"]:checked ~ div div div div input[id="WizardSwapV"],
input[type="radio"][id="WizardSwapV"]:checked ~ div div div div[id="WizardSwapV"],
input[type="radio"][id="WizardSwap"]:checked ~ div div div .table tbody tr td label[for="WizardSwap"] .quotetableselector,
input[type="radio"][id="WizardSwap"]:checked ~ div div div div input[id="WizardSwap"],
input[type="radio"][id="WizardSwap"]:checked ~ div div div div[id="WizardSwap"],
input[type="radio"][id="WizardSwap"]:checked ~ div div div div div .refundblock {
  display: block!important;
}
input[type="radio"][id="FlypV"]:checked ~ div div div .table tbody tr td label[for="FlypV"],
input[type="radio"][id="Flyp"]:checked ~ div div div .table tbody tr td label[for="Flyp"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="FlypV"]:checked ~ div div div .table tbody tr td label[for="FlypV"] .quotetableselector,
input[type="radio"][id="FlypV"]:checked ~ div div div div div .refundblock,
input[type="radio"][id="FlypV"]:checked ~ div div div div input[id="FlypV"],
input[type="radio"][id="FlypV"]:checked ~ div div div div[id="FlypV"],
input[type="radio"][id="Flyp"]:checked ~ div div div .table tbody tr td label[for="Flyp"] .quotetableselector,
input[type="radio"][id="Flyp"]:checked ~ div div div div input[id="Flyp"],
input[type="radio"][id="Flyp"]:checked ~ div div div div[id="Flyp"],
input[type="radio"][id="Flyp"]:checked ~ div div div div div .refundblock {
  display: block!important;
}
input[type="radio"][id="EasyBitV"]:checked ~ div div div .table tbody tr td label[for="EasyBitV"],
input[type="radio"][id="EasyBit"]:checked ~ div div div .table tbody tr td label[for="EasyBit"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="EasyBitV"]:checked ~ div div div .table tbody tr td label[for="EasyBitV"] .quotetableselector,
input[type="radio"][id="EasyBitV"]:checked ~ div div div div div .refundblock,
input[type="radio"][id="EasyBitV"]:checked ~ div div div div input[id="EasyBitV"],
input[type="radio"][id="EasyBitV"]:checked ~ div div div div[id="EasyBitV"],
input[type="radio"][id="EasyBit"]:checked ~ div div div .table tbody tr td label[for="EasyBit"] .quotetableselector,
input[type="radio"][id="EasyBit"]:checked ~ div div div div input[id="EasyBit"],
input[type="radio"][id="EasyBit"]:checked ~ div div div div[id="EasyBit"],
input[type="radio"][id="EasyBit"]:checked ~ div div div div div .refundblock {
  display: block!important;
}

input[type="radio"][id="Onmeta"]:checked ~ div div div .table tbody tr td label[for="Onmeta"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="Onmeta"]:checked ~ div div div .table tbody tr td label[for="Onmeta"] .quotetableselector {
  display: block;
}
input[type="radio"][id="Onmeta"]:checked ~ div div div div input[id="Onmeta"]  {
  display: block!important;
}
input[type="radio"][id="Onmeta"]:checked ~ #Onmeta.createtransactionloading  {
  opacity: 1!important;
}
/* input[type="radio"][id="Onmeta"]:checked ~ div div div div div .refundblock {
  display: block!important;
} */

input[type="radio"][id="MtPelerin2"]:checked ~ div div div .table tbody tr td label[for="MtPelerin2"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="MtPelerin2"]:checked ~ div div div .table tbody tr td label[for="MtPelerin2"] .quotetableselector{
  display: block;
}
/* input[type="radio"][id="MtPelerin2"]:checked ~ div div div div div .refundblock {
  display: block!important;
} */
input[type="radio"][id="MtPelerin2"]:checked ~ div div div div input[id="MtPelerin2"] {
  display: block!important;
}
input[type="radio"][id="MtPelerin2"]:checked ~ #MtPelerin2.createtransactionloading  {
  opacity: 1!important;
}
input[type="radio"][id="MtPelerin"]:checked ~ div div div .table tbody tr td label[for="MtPelerin"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="MtPelerin"]:checked ~ div div div .table tbody tr td label[for="MtPelerin"] .quotetableselector {
  display: block;
}
input[type="radio"][id="MtPelerin"]:checked ~ div div div div input[id="MtPelerin"]  {
  display: block!important;
}
input[type="radio"][id="MtPelerin"]:checked ~ #MtPelerin.createtransactionloading  {
  opacity: 1!important;
}
/* input[type="radio"][id="MtPelerin"]:checked ~ div div div div div .refundblock {
  display: block!important;
} */

input[type="radio"][id="LocalRamp"]:checked ~ div div div .table tbody tr td label[for="LocalRamp"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="LocalRamp"]:checked ~ div div div .table tbody tr td label[for="LocalRamp"] .quotetableselector {
  display: block;
}
input[type="radio"][id="LocalRamp"]:checked ~ div div div div input[id="LocalRamp"]  {
  display: block!important;
}
input[type="radio"][id="LocalRamp"]:checked ~ #LocalRamp.createtransactionloading  {
  opacity: 1!important;
}
/* input[type="radio"][id="LocalRamp"]:checked ~ div div div div div .refundblock {
  display: block!important;
} */

input[type="radio"][id="Ramp3"]:checked ~ div div div .table tbody tr td label[for="Ramp3"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="Ramp3"]:checked ~ div div div .table tbody tr td label[for="Ramp3"] .quotetableselector{
  display: block;
}
/* input[type="radio"][id="Ramp3"]:checked ~ div div div div div .refundblock {
  display: block!important;
} */
input[type="radio"][id="Ramp3"]:checked ~ div div div div input[id="Ramp3"] {
  display: block!important;
}
input[type="radio"][id="Ramp3"]:checked ~ #Ramp3.createtransactionloading  {
  opacity: 1!important;
}
input[type="radio"][id="Ramp2"]:checked ~ div div div .table tbody tr td label[for="Ramp2"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="Ramp2"]:checked ~ div div div .table tbody tr td label[for="Ramp2"] .quotetableselector{
  display: block;
}
/* input[type="radio"][id="Ramp2"]:checked ~ div div div div div .refundblock {
  display: block!important;
} */
input[type="radio"][id="Ramp2"]:checked ~ div div div div input[id="Ramp2"] {
  display: block!important;
}
input[type="radio"][id="Ramp2"]:checked ~ #Ramp2.createtransactionloading  {
  opacity: 1!important;
}
input[type="radio"][id="Ramp"]:checked ~ div div div .table tbody tr td label[for="Ramp"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="Ramp"]:checked ~ div div div .table tbody tr td label[for="Ramp"] .quotetableselector {
  display: block;
}
input[type="radio"][id="Ramp"]:checked ~ div div div div input[id="Ramp"]  {
  display: block!important;
}
input[type="radio"][id="Ramp"]:checked ~ #Ramp.createtransactionloading  {
  opacity: 1!important;
}
/* input[type="radio"][id="Ramp"]:checked ~ div div div div div .refundblock {
  display: block!important;
} */

input[type="radio"][id="Onramp"]:checked ~ div div div .table tbody tr td label[for="Onramp"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="Onramp"]:checked ~ div div div .table tbody tr td label[for="Onramp"] .quotetableselector {
  display: block;
}
input[type="radio"][id="Onramp"]:checked ~ div div div div input[id="Onramp"]  {
  display: block!important;
}
input[type="radio"][id="Onramp"]:checked ~ #Onramp.createtransactionloading  {
  opacity: 1!important;
}
/* input[type="radio"][id="Onramp"]:checked ~ div div div div div .refundblock {
  display: block!important;
} */

input[type="radio"][id="FinchPay"]:checked ~ div div div .table tbody tr td label[for="FinchPay"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="FinchPay"]:checked ~ div div div .table tbody tr td label[for="FinchPay"] .quotetableselector {
  display: block;
}
input[type="radio"][id="FinchPay"]:checked ~ div div div div input[id="FinchPay"]  {
  display: block!important;
}
input[type="radio"][id="FinchPay"]:checked ~ #FinchPay.createtransactionloading  {
  opacity: 1!important;
}
/* input[type="radio"][id="FinchPay"]:checked ~ div div div div div .refundblock {
  display: block!important;
} */

input[type="radio"][id="Transak4"]:checked ~ div div div .table tbody tr td label[for="Transak4"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="Transak4"]:checked ~ div div div .table tbody tr td label[for="Transak4"] .quotetableselector {
  display: block;
}
input[type="radio"][id="Transak4"]:checked ~ div div div div input[id="Transak4"]  {
  display: block!important;
}
input[type="radio"][id="Transak4"]:checked ~ #Transak4.createtransactionloading  {
  opacity: 1!important;
}
/* input[type="radio"][id="Transak4"]:checked ~ div div div div div .refundblock {
  display: block!important;
} */
input[type="radio"][id="Transak3"]:checked ~ div div div .table tbody tr td label[for="Transak3"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="Transak3"]:checked ~ div div div .table tbody tr td label[for="Transak3"] .quotetableselector {
  display: block;
}
input[type="radio"][id="Transak3"]:checked ~ div div div div input[id="Transak3"]  {
  display: block!important;
}
input[type="radio"][id="Transak3"]:checked ~ #Transak3.createtransactionloading  {
  opacity: 1!important;
}
/* input[type="radio"][id="Transak3"]:checked ~ div div div div div .refundblock {
  display: block!important;
} */
input[type="radio"][id="Transak2"]:checked ~ div div div .table tbody tr td label[for="Transak2"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="Transak2"]:checked ~ div div div .table tbody tr td label[for="Transak2"] .quotetableselector {
  display: block;
}
input[type="radio"][id="Transak2"]:checked ~ div div div div input[id="Transak2"]  {
  display: block!important;
}
input[type="radio"][id="Transak2"]:checked ~ #Transak2.createtransactionloading  {
  opacity: 1!important;
}
/* input[type="radio"][id="Transak2"]:checked ~ div div div div div .refundblock {
  display: block!important;
} */
input[type="radio"][id="Transak"]:checked ~ div div div .table tbody tr td label[for="Transak"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="Transak"]:checked ~ div div div .table tbody tr td label[for="Transak"] .quotetableselector {
  display: block;
}
input[type="radio"][id="Transak"]:checked ~ div div div div input[id="Transak"]  {
  display: block!important;
}
input[type="radio"][id="Transak"]:checked ~ #Transak.createtransactionloading  {
  opacity: 1!important;
}
/* input[type="radio"][id="Transak"]:checked ~ div div div div div .refundblock {
  display: block!important;
} */

input[type="radio"][id="Transfi"]:checked ~ div div div .table tbody tr td label[for="Transfi"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="Transfi"]:checked ~ div div div .table tbody tr td label[for="Transfi"] .quotetableselector {
  display: block;
}
input[type="radio"][id="Transfi"]:checked ~ div div div div input[id="Transfi"]  {
  display: block!important;
}
input[type="radio"][id="Transfi"]:checked ~ #Transfi.createtransactionloading  {
  opacity: 1!important;
}
/* input[type="radio"][id="Transfi"]:checked ~ div div div div div .refundblock {
  display: block!important;
} */
input[type="radio"][id="Transfi2"]:checked ~ div div div .table tbody tr td label[for="Transfi2"] {
  background-color: rgba(255, 60, 0, 0.741);
}
input[type="radio"][id="Transfi2"]:checked ~ div div div .table tbody tr td label[for="Transfi2"] .quotetableselector {
  display: block;
}
input[type="radio"][id="Transfi2"]:checked ~ div div div div input[id="Transfi2"]  {
  display: block!important;
}
input[type="radio"][id="Transfi2"]:checked ~ #Transfi2.createtransactionloading  {
  opacity: 1!important;
}
/* input[type="radio"][id="Transfi2"]:checked ~ div div div div div .refundblock {
  display: block!important;
} */

.refundblock{
  position: absolute;
  z-index: 999999999;
  top: 0;
  display: none !important;
  margin: 5px 0px 0px 0px;
  border-radius: 30px;
  padding: 10px 2px 10px 5px;
  background-color: rgb(79, 79, 79, 0.95);
  width:calc(100% - 30px);
  height: calc(100% - 5px);
  text-shadow: 1px 1px 10px black;
}
.refundblockwidget{
  position: absolute;
  z-index: 9;
  top: 0;
  margin: 3px 0px 0px 0px;
  border-radius: 30px;
  padding: 10px 2px 10px 5px;
  background-color: rgb(79, 79, 79, 0.95);
  width:calc(100% - 30px);
  height: calc(100% - 5px);
  text-shadow: 1px 1px 10px black;
}

@media (max-width: 480px) {
  .coinselectbutton{
    width: 145px !important;
    font-size: 14px !important;
  }

  .trade-form select, .trade-form .selected{
    width: 130px !important;
    font-size: 15px !important;
  }
  
  #user_address_input{
    font-size: 13px;
  }
  #refund_address_input{
    font-size: 13px;
  }
  .refundblock{
    font-size: 13px;
  }
  .refundblockwidget{
    font-size: 13px;
  }
  .table, .table a{
    font-size: 0.9rem !important;
  }
  .form .status p{
    font-size: 0.9rem !important
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 5px 0 5px 0;
  background: rgb(5, 5, 5);
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 8px 0;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #635551;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#main {
  z-index: 3;
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
.nav{
  width: 100%;
  position: relative;
  overflow: hidden;
}

.langmenu{
  position: relative;
  margin: 0;
  padding: 0px;
  display: flex;
  list-style: none;
  align-items: center;
}
.langmenu .li{
  position: relative;
  white-space: nowrap;
  display: flex;
  list-style: none;
  align-items: center;
}

.langmenu a{
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
  font-size: 16px;
  color: #cfcfcf;
  white-space: nowrap;
}
.langmenu a:hover{
  color: rgb(255, 60, 0);
}
.langleft{
  position: relative;
  top: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.langleft i{
  display: flex;
  flex-basis: 100%;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-style:normal; 
  color:#eee; 
  font-size: 16px; 
  padding: 0 0 0px 0px; 
  width: 100%;
}

.side-menu-langleft {
  display: none;
}
.langleft-dropdown{
  background: rgb(5, 5, 5);
  position: absolute;
  top: 30px;
  left: -2px;
  width: 65px;
  padding: 10px 0px 10px 0px;
  z-index: 999999;
  max-height: 0px;
  transition: max-height .1s ease-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
.langdropdownmodal{
  display: none;
  background: rgb(5, 5, 5,0);
  position: fixed;
  top:0;
  left:0;
  width: 100vw;
  height: 100vh;
  z-index: 999998;
  margin:0;
}
.side-menu-langleft:checked ~ .langleft-dropdown{
  visibility: visible;
  max-height: 500px;
}
.side-menu-langleft:checked ~ .langdropdownmodal{
  display: block;
}
.langright{
  position: relative;
  top: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.langright i{
  display: flex;
  flex-basis: 100%;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-style:normal; 
  color:#eee; 
  font-size: 16px; 
  padding: 0 0 0px 0px; 
  width: 100%;
}

.side-menu-langright {
  display: none;
}
.langright-dropdown{
  background: rgb(5, 5, 5);
  position: absolute;
  top: 30px;
  left: -2px;
  width: 65px;
  padding: 10px 0px 10px 0px;
  z-index: 999999;
  max-height: 0px;
  transition: max-height .1s ease-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
.side-menu-langright:checked ~ .langright-dropdown{
  visibility: visible;
  max-height: 500px;
}
.side-menu-langright:checked ~ .langdropdownmodal{
  display: block;
}
.langbutton{
  display:block;
  color:white;
  margin:0;
  font-size:16px;
  padding: 10px 0 10px 5px;
  cursor: pointer;
}
.langbutton:hover{
  color: rgb(255, 60, 0);;
}
.langbuttonmobile{
  display:block;
  color:white;
  margin:0;
  font-size:16px;
  padding: 0px 0 0px 0px;
  cursor: pointer;
}
.langbuttonmobile:hover{
  color: rgb(255, 60, 0);;
}
.menu{
  margin: 0;
  padding: 0px;
  display: block;
  list-style: none;
  align-items: center;
  text-align: right;
}

.menu .li{
  position: relative;
  white-space: nowrap;
}

.menu a{
  display: block;
  padding: 10px;
  position: relative;
  font-size: 16px;
  color: #eee;
  white-space: nowrap;
}
.menu a:hover{
  color: rgb(255, 60, 0);
}
.nav{
  max-height: 0;
  transition: max-height .0s ease-out;
  display: flex;
  align-items: center;
  justify-content: right;
  /* overflow: visible; */
}

/* Menu Icon */
.navcontainer{
  display: flex;
  align-items: center;
  justify-content: center;
}
.hambr i{
  color:#eee;
  fill: #eee;
  stroke: #eee;
}
.hambr i:hover{
  color: rgb(255, 60, 0);
  fill: rgb(255, 60, 0);
  stroke: rgb(255, 60, 0);
}
.hambr{
  display: block;
  cursor: pointer;
  float: right;
  padding: 08px 0px 0px 10px;
}
.hamb i{
  color:#eee;
  fill: #eee;
  stroke: #eee;
}
.hamb i:hover{
  color: rgb(255, 60, 0);
  fill: rgb(255, 60, 0);
  stroke: rgb(255, 60, 0);
}

.hamb{
  display: block;
  cursor: pointer;
  float: right;
  padding: 08px 0px 0px 10px;
  
}/* Style label tag */

/*.hamb-line {
  background: var(--white);
  display: block;
  height: 2px;
  position: relative;
  width: 24px;

}*/
 /* Style span tag */
/*
.hamb-line::before,
.hamb-line::after{
  background: var(--white);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
.hamb-line::before{
  top: 5px;
}
.hamb-line::after{
  top: -5px;
}
*/
.side-menu {
  display: none;
} /* Hide checkbox */

/* Toggle menu icon */
.side-menu:checked ~ nav{
  max-height: 100%;
  overflow: visible;

}
/*
.side-menu:checked ~ .hamb .hamb-line {
  background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before {
  transform: rotate(-45deg);
  top:0;
}
.side-menu:checked ~ .hamb .hamb-line::after {
  transform: rotate(45deg);
  top:0;
}*/

@media (min-width: 992px) {
  .nav{
      max-height: none;
      top: 0;
      position: relative;
      float: right;
      width: fit-content;
  }
  
  .menu li{
      float: left;
      
  }


  .hamb{
    display: none;
  }
  
  .langleft{
    display: none;
  }

}
@media (max-width: 991px) {
  .langright{
    display: none;
  }
  .navcontainer{
    flex-wrap: wrap;
    width: 74px;
  }
  .hambr{
    display: none;
  }
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0;
  margin-top: 0px;
  opacity: 1;
}

/*#hero:before {
  content: "";
  background: rgba(5, 5, 5, 0.0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}*/

#hero .container {
  z-index: 1;
}
#hero .indexcontainer {
  z-index: 1;
  /* margin:90px 0 155px 0; */
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}

#hero .logincontainer {
  z-index: 1;
  margin:50px 0 50px 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}

h1.hindex#h1index {
  margin: 50px 0 10px 0;
}

h2.hindex#h2index {
  margin-bottom: 0px;
}
#hero h1 {
  margin: 0px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #eee;
  text-shadow: -1px 0 2px black, 0 1px 2px black, 1px 0 2px black, 0 -1px 2px black;
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
  text-shadow: -1px 0 2px black, 0 1px 2px black, 1px 0 2px black, 0 -1px 2px black;
}
.indexerror{
  position:absolute !important;
  max-width: 412.2px;
  width:100%;
  top:-55px;
  left: 50%;
  transform: translate(-50%, 0);
}
.minimumto{
  display:none;
  position:absolute;
  margin: -10px 0 0 calc((100% - 190px)*0.25);
}

.checkouttable{
  text-align: center;
  font-size: 1rem;
}
.checkouttable tr{
  display: table;
  width: 100%;
}
.checkouttable tbody tr th {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 40%;
  min-width: 140px;
}
.checkouttable tbody tr td {
  display: table-cell;
  vertical-align: middle;
  overflow-wrap: anywhere;
}

.modaloverlay {
  z-index: 99;
	position: fixed;
  display: none;
	top: 0;
	bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
	transition: opacity 200ms;
  visibility: hidden;
	opacity: 0;
  width: 100vw;
}
.modalcancel {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  cursor: default;
}
#deletepopup:target > .modaloverlay{
  display: unset;
  visibility: visible;
  opacity: 1;
}
input[type="checkbox"][id="exactwarningcheckbox"]:checked + div .modaloverlay{
  display: unset;
  visibility: visible;
  opacity: 1;
}
.modalpopup {
  text-align: center;
	margin: 250px auto;
	padding: 20px;
	background: rgba(235, 235, 235);
  border-radius: 16px;
	border: 1px solid #666;
  max-width: 540px;
	box-shadow: 0 0 50px rgba(0,0,0,0.5);
	position: relative;
}
@media (max-width: 560px) {
  .modalpopup {
    max-width: calc(100vw - 30px);
  }
}
.cancelbutton {
  font-family: "Roboto", Sans-serif;
  outline: 0;
  background: rgb(255, 60, 0);
  border: 2px;
  width: 100%;
  border-color: rgba(202, 47, 0, 0.803);
  border-radius: 30px;
  height: 40px;
  padding: 5px 5px 5px 5px;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  margin: 10px 00px 10px 0px;
  border-style: outset;
}

.cancelbutton:hover,
.cancelbutton:active {
  background: rgb(232, 54, 0);
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 0 2px black, 0 1px 2px black;
  transition: text-shadow .0s ease-in-out;
}
.deletebutton {
  font-family: "Roboto", Sans-serif;
  outline: 0;
  background: rgba(131, 131, 131);
  width: 100%;
  border: 2px;
  border-color: rgba(60, 60, 60, 0.2);
  border-radius: 30px;
  height: 40px;
  padding: 5px 5px 5px 5px;
  margin: 5px 0px 5px 0px;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  border-style: outset;
}
.deletebutton:hover,
.deletebutton:active {
  background: rgb(147, 147, 147); 
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 0 2px black, 0 1px 2px black;
  transition: text-shadow .0s ease-in-out;
}

.checktransactionform{
  position:absolute;
  padding:5px 20px 1px 20px;
  margin-bottom:15px;
  min-width: 310px;
  max-width: 310px;
}

@media (max-width: 1200px) {
  .ref_icon{
    display:none;
  }
  .indexerror{
    position:relative !important;
    top: unset;
    max-width: unset;
  }
  h1.hindex#h1index {
    margin: 10px 0 10px 0;
  }
  
  h2.hindex#h2index {
    margin-bottom: 10px;
  }
  #hero .indexcontainer {
    margin:50px 0 15px 0;
  }
  .checktransactionform{
    position:relative;
  }
}
@media (max-width: 1200px) {
  body {
    background: black url("../img/TestBG3.jpg") center 70px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 105% auto ;
  }
}
@media (max-width: 768px) {
  body {
    background: black url("../img/TestBG4.jpg") center 95px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 105% auto ;
  }
  #why-us{
    background-image: linear-gradient(rgb(0, 0, 0, 0) 3%, rgb(30, 30, 30) 3%, rgb(30, 30, 30) 97%, rgb(05, 05, 05) 97%);
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
  }
  #hero .indexcontainer{
    margin-bottom: 30px !important;
  }
  .form-control{
    font-size: 13px !important;
  }
  input.form-control{
    font-size: 15px !important;
  }
  .edit input#amountoedit{
    font-size: 12px !important;
  }
  .edit input#amountfromedit{
    font-size: 12px !important;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #eee;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0px 0 0px 0;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(rgb(0, 0, 0, 0) 3%, rgb(30, 30, 30) 3%, rgb(30, 30, 30) 97%, rgb(0, 0, 0) 97%);
  background-size: cover;
}

.why-us .content {
  padding: 30px;
  background: rgb(255, 60, 0);
  border-radius: 20px;
  color: #fff;
  text-align: center;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.why-us .content p {
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-word;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 10px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #7209b7;
  background: #fff;
  text-decoration: none;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 15px;
  background: #fff;
  box-shadow: 10px 5px 30px rgba(0, 0, 0, 0.1);
  padding: 12px 10px;
  margin: 6px 0 6px 0;
  width: 100%;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: rgb(255, 60, 0);
  margin-bottom: 0px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 0px 0;
}

.why-us .icon-boxes .icon-box p {
  margin-bottom: 10px;
  font-size: 15px;
  color: #716f6f;
  text-align: center;
  text-justify: inter-word;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  font-size: 18px;
  color: #7f6d68;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #554945;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #ffcbba;
  border-radius: 50px;
  transition: 0.5s;
  background: #fff;
}

.about .icon-box .icon i {
  color: #7209b7;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #f72585;
  border-color: #f72585;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about p {
  text-align: justify;
  text-justify: inter-word;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #7209b7;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #f72585;
  text-decoration: none;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background: url("../img/about-img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.about .video-box2 {
  background: url("../img/about-img2.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#7209b7 50%, rgba(255, 88, 33, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 88, 33, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #7209b7;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  color: #eee;
}
.about ul{
  list-style: none;
  padding: 0;
}
.about li{
  background: rgb(80, 80, 80, 0.9);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 20px;
  border-radius: 30px;
}
.about li p{
  text-indent: 2em;
  margin-bottom: 0;
  padding: 10px 0 0 0;
  text-align: justify;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.vcenter{
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq {
  color: #eee;
  padding-top: 30px;
  padding-bottom: 10px;
  background: black;
}

.faq .faq-list {
  padding: 0 0px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: rgba(122, 122, 122, 0.3);
  border-radius: 30px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  font-weight: bold;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: rgb(255, 60, 0);
}

.faq .faq-list .faq-item-toggler{
  width: 100%;
  margin-bottom: 0;
  cursor: pointer;
}
.faq .faq-list .faq-item-toggler span{
  width: 100%;
}
.faq .faq-list .faq-item-toggler span:hover{
  color: rgb(255, 60, 0);
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0px;
  top: 0;
}

.faq .faq-list p {
  text-indent: 2em;
  margin-bottom: 0;
  padding: 10px 0 0 0;
  text-align: justify;
  text-justify: inter-word;
}

.faq .faq-list a {
  color: #eee;
  fill: #eee;
  stroke: #eee;
}

.faq .faq-list a:hover {
  color: rgb(255, 60, 0);
  fill: rgb(255, 60, 0);
  stroke: rgb(255, 60, 0);
  text-decoration: none;
}
.faq-list-item{
  margin-bottom: -2000px;
  transition: margin-bottom 0.3s cubic-bezier(1, 0, 1, 1),
              visibility 0s 0.3s, max-height 0s 0.3s;
  visibility: hidden;
  max-height: 0;
}
.faq .faq-list .faq-item-toggler span .icon-show{
  display: inline-block;
}
.faq .faq-list .faq-item-toggler span .icon-close{
  display: none;
}

.faq-menu-1 {
  display: none;
} 
.faq-list-1-wrapper{
  display: flex;
  overflow: hidden;
}
.faq-list-1-wrapper:after{
  content: '';
  height: 0;
  transition: height 0.3s linear;
  max-height: 50px;
}
.faq-menu-1:checked ~ .faq-list-1-wrapper .faq-list-item {
  transition: margin-bottom 0.3s cubic-bezier(0, 0, 0, 1);
  margin-bottom: 0;
  max-height: 1000000px;
  visibility: visible;
}
.faq-menu-1:checked ~ .faq-list-1-wrapper:after {
  height: 50px;
  transition: height 0.3s linear, max-height 0s 0.3s linear;
  max-height: 0px;
}
.faq-menu-1:checked ~ .faq-item-toggler span a .icon-show {
  display: none;
}
.faq-menu-1:checked ~ .faq-item-toggler span a .icon-close {
  display: inline-block;
}
.faq-menu-1:checked ~ .faq-item-toggler span a  {
  color: rgb(255, 60, 0);
  fill: rgb(255, 60, 0);
  stroke: rgb(255, 60, 0);
}

.faq-menu-2 {
  display: none;
} 
.faq-list-2-wrapper{
  display: flex;
  overflow: hidden;
}
.faq-list-2-wrapper:after{
  content: '';
  height: 0;
  transition: height 0.3s linear;
  max-height: 50px;
}
.faq-menu-2:checked ~ .faq-list-2-wrapper .faq-list-item {
  transition: margin-bottom 0.3s cubic-bezier(0, 0, 0, 1);
  margin-bottom: 0;
  max-height: 1000000px;
  visibility: visible;
}
.faq-menu-2:checked ~ .faq-list-2-wrapper:after {
  height: 50px;
  transition: height 0.3s linear, max-height 0s 0.3s linear;
  max-height: 0px;
}
.faq-menu-2:checked ~ .faq-item-toggler span a .icon-show {
  display: none;
}
.faq-menu-2:checked ~ .faq-item-toggler span a .icon-close {
  display: inline-block;
}
.faq-menu-2:checked ~ .faq-item-toggler span a  {
  color: rgb(255, 60, 0);
  fill: rgb(255, 60, 0);
  stroke: rgb(255, 60, 0);
}

.faq-menu-3 {
  display: none;
} 
.faq-list-3-wrapper{
  display: flex;
  overflow: hidden;
}
.faq-list-3-wrapper:after{
  content: '';
  height: 0;
  transition: height 0.3s linear;
  max-height: 50px;
}
.faq-menu-3:checked ~ .faq-list-3-wrapper .faq-list-item {
  transition: margin-bottom 0.3s cubic-bezier(0, 0, 0, 1);
  margin-bottom: 0;
  max-height: 1000000px;
  visibility: visible;
}
.faq-menu-3:checked ~ .faq-list-3-wrapper:after {
  height: 50px;
  transition: height 0.3s linear, max-height 0s 0.3s linear;
  max-height: 0px;
}
.faq-menu-3:checked ~ .faq-item-toggler span a .icon-show {
  display: none;
}
.faq-menu-3:checked ~ .faq-item-toggler span a .icon-close {
  display: inline-block;
}
.faq-menu-3:checked ~ .faq-item-toggler span a  {
  color: rgb(255, 60, 0);
  fill: rgb(255, 60, 0);
  stroke: rgb(255, 60, 0);
}

.faq-menu-4 {
  display: none;
} 
.faq-list-4-wrapper{
  display: flex;
  overflow: hidden;
}
.faq-list-4-wrapper:after{
  content: '';
  height: 0;
  transition: height 0.3s linear;
  max-height: 50px;
}
.faq-menu-4:checked ~ .faq-list-4-wrapper .faq-list-item {
  transition: margin-bottom 0.3s cubic-bezier(0, 0, 0, 1);
  margin-bottom: 0;
  max-height: 1000000px;
  visibility: visible;
}
.faq-menu-4:checked ~ .faq-list-4-wrapper:after {
  height: 50px;
  transition: height 0.3s linear, max-height 0s 0.3s linear;
  max-height: 0px;
}
.faq-menu-4:checked ~ .faq-item-toggler span a .icon-show {
  display: none;
}
.faq-menu-4:checked ~ .faq-item-toggler span a .icon-close {
  display: inline-block;
}
.faq-menu-4:checked ~ .faq-item-toggler span a  {
  color: rgb(255, 60, 0);
  fill: rgb(255, 60, 0);
  stroke: rgb(255, 60, 0);
}

.faq-menu-5 {
  display: none;
} 
.faq-list-5-wrapper{
  display: flex;
  overflow: hidden;
}
.faq-list-5-wrapper:after{
  content: '';
  height: 0;
  transition: height 0.3s linear;
  max-height: 50px;
}
.faq-menu-5:checked ~ .faq-list-5-wrapper .faq-list-item {
  transition: margin-bottom 0.3s cubic-bezier(0, 0, 0, 1);
  margin-bottom: 0;
  max-height: 1000000px;
  visibility: visible;
}
.faq-menu-5:checked ~ .faq-list-5-wrapper:after {
  height: 50px;
  transition: height 0.3s linear, max-height 0s 0.3s linear;
  max-height: 0px;
}
.faq-menu-5:checked ~ .faq-item-toggler span a .icon-show {
  display: none;
}
.faq-menu-5:checked ~ .faq-item-toggler span a .icon-close {
  display: inline-block;
}
.faq-menu-5:checked ~ .faq-item-toggler span a  {
  color: rgb(255, 60, 0);
  fill: rgb(255, 60, 0);
  stroke: rgb(255, 60, 0);
}

.faq-menu-6 {
  display: none;
} 
.faq-list-6-wrapper{
  display: flex;
  overflow: hidden;
}
.faq-list-6-wrapper:after{
  content: '';
  height: 0;
  transition: height 0.3s linear;
  max-height: 50px;
}
.faq-menu-6:checked ~ .faq-list-6-wrapper .faq-list-item {
  transition: margin-bottom 0.3s cubic-bezier(0, 0, 0, 1);
  margin-bottom: 0;
  max-height: 1000000px;
  visibility: visible;
}
.faq-menu-6:checked ~ .faq-list-6-wrapper:after {
  height: 50px;
  transition: height 0.3s linear, max-height 0s 0.3s linear;
  max-height: 0px;
}
.faq-menu-6:checked ~ .faq-item-toggler span a .icon-show {
  display: none;
}
.faq-menu-6:checked ~ .faq-item-toggler span a .icon-close {
  display: inline-block;
}
.faq-menu-6:checked ~ .faq-item-toggler span a  {
  color: rgb(255, 60, 0);
  fill: rgb(255, 60, 0);
  stroke: rgb(255, 60, 0);
}

.faq-menu-7 {
  display: none;
} 
.faq-list-7-wrapper{
  display: flex;
  overflow: hidden;
}
.faq-list-7-wrapper:after{
  content: '';
  height: 0;
  transition: height 0.3s linear;
  max-height: 50px;
}
.faq-menu-7:checked ~ .faq-list-7-wrapper .faq-list-item {
  transition: margin-bottom 0.3s cubic-bezier(0, 0, 0, 1);
  margin-bottom: 0;
  max-height: 1000000px;
  visibility: visible;
}
.faq-menu-7:checked ~ .faq-list-7-wrapper:after {
  height: 50px;
  transition: height 0.3s linear, max-height 0s 0.3s linear;
  max-height: 0px;
}
.faq-menu-7:checked ~ .faq-item-toggler span a .icon-show {
  display: none;
}
.faq-menu-7:checked ~ .faq-item-toggler span a .icon-close {
  display: inline-block;
}
.faq-menu-7:checked ~ .faq-item-toggler span a  {
  color: rgb(255, 60, 0);
  fill: rgb(255, 60, 0);
  stroke: rgb(255, 60, 0);
}

.faq-menu-8 {
  display: none;
} 
.faq-list-8-wrapper{
  display: flex;
  overflow: hidden;
}
.faq-list-8-wrapper:after{
  content: '';
  height: 0;
  transition: height 0.3s linear;
  max-height: 50px;
}
.faq-menu-8:checked ~ .faq-list-8-wrapper .faq-list-item {
  transition: margin-bottom 0.3s cubic-bezier(0, 0, 0, 1);
  margin-bottom: 0;
  max-height: 1000000px;
  visibility: visible;
}
.faq-menu-8:checked ~ .faq-list-8-wrapper:after {
  height: 50px;
  transition: height 0.3s linear, max-height 0s 0.3s linear;
  max-height: 0px;
}
.faq-menu-8:checked ~ .faq-item-toggler span a .icon-show {
  display: none;
}
.faq-menu-8:checked ~ .faq-item-toggler span a .icon-close {
  display: inline-block;
}
.faq-menu-8:checked ~ .faq-item-toggler span a  {
  color: rgb(255, 60, 0);
  fill: rgb(255, 60, 0);
  stroke: rgb(255, 60, 0);
}

.faq-menu-9 {
  display: none;
} 
.faq-list-9-wrapper{
  display: flex;
  overflow: hidden;
}
.faq-list-9-wrapper:after{
  content: '';
  height: 0;
  transition: height 0.3s linear;
  max-height: 50px;
}
.faq-menu-9:checked ~ .faq-list-9-wrapper .faq-list-item {
  transition: margin-bottom 0.3s cubic-bezier(0, 0, 0, 1);
  margin-bottom: 0;
  max-height: 1000000px;
  visibility: visible;
}
.faq-menu-9:checked ~ .faq-list-9-wrapper:after {
  height: 50px;
  transition: height 0.3s linear, max-height 0s 0.3s linear;
  max-height: 0px;
}
.faq-menu-9:checked ~ .faq-item-toggler span a .icon-show {
  display: none;
}
.faq-menu-9:checked ~ .faq-item-toggler span a .icon-close {
  display: inline-block;
}
.faq-menu-9:checked ~ .faq-item-toggler span a  {
  color: rgb(255, 60, 0);
  fill: rgb(255, 60, 0);
  stroke: rgb(255, 60, 0);
}

.faq-menu-10 {
  display: none;
} 
.faq-list-10-wrapper{
  display: flex;
  overflow: hidden;
}
.faq-list-10-wrapper:after{
  content: '';
  height: 0;
  transition: height 0.3s linear;
  max-height: 50px;
}
.faq-menu-10:checked ~ .faq-list-10-wrapper .faq-list-item {
  transition: margin-bottom 0.3s cubic-bezier(0, 0, 0, 1);
  margin-bottom: 0;
  max-height: 1000000px;
  visibility: visible;
}
.faq-menu-10:checked ~ .faq-list-10-wrapper:after {
  height: 50px;
  transition: height 0.3s linear, max-height 0s 0.3s linear;
  max-height: 0px;
}
.faq-menu-10:checked ~ .faq-item-toggler span a .icon-show {
  display: none;
}
.faq-menu-10:checked ~ .faq-item-toggler span a .icon-close {
  display: inline-block;
}
.faq-menu-10:checked ~ .faq-item-toggler span a  {
  color: rgb(255, 60, 0);
  fill: rgb(255, 60, 0);
  stroke: rgb(255, 60, 0);
}

.faq-menu-11 {
  display: none;
} 
.faq-list-11-wrapper{
  display: flex;
  overflow: hidden;
}
.faq-list-11-wrapper:after{
  content: '';
  height: 0;
  transition: height 0.3s linear;
  max-height: 50px;
}
.faq-menu-11:checked ~ .faq-list-11-wrapper .faq-list-item {
  transition: margin-bottom 0.3s cubic-bezier(0, 0, 0, 1);
  margin-bottom: 0;
  max-height: 1000000px;
  visibility: visible;
}
.faq-menu-11:checked ~ .faq-list-11-wrapper:after {
  height: 50px;
  transition: height 0.3s linear, max-height 0s 0.3s linear;
  max-height: 0px;
}
.faq-menu-11:checked ~ .faq-item-toggler span a .icon-show {
  display: none;
}
.faq-menu-11:checked ~ .faq-item-toggler span a .icon-close {
  display: inline-block;
}
.faq-menu-11:checked ~ .faq-item-toggler span a  {
  color: rgb(255, 60, 0);
  fill: rgb(255, 60, 0);
  stroke: rgb(255, 60, 0);
}

.faq-menu-12 {
  display: none;
} 
.faq-list-12-wrapper{
  display: flex;
  overflow: hidden;
}
.faq-list-12-wrapper:after{
  content: '';
  height: 0;
  transition: height 0.3s linear;
  max-height: 50px;
}
.faq-menu-12:checked ~ .faq-list-12-wrapper .faq-list-item {
  transition: margin-bottom 0.3s cubic-bezier(0, 0, 0, 1);
  margin-bottom: 0;
  max-height: 1000000px;
  visibility: visible;
}
.faq-menu-12:checked ~ .faq-list-12-wrapper:after {
  height: 50px;
  transition: height 0.3s linear, max-height 0s 0.3s linear;
  max-height: 0px;
}
.faq-menu-12:checked ~ .faq-item-toggler span a .icon-show {
  display: none;
}
.faq-menu-12:checked ~ .faq-item-toggler span a .icon-close {
  display: inline-block;
}
.faq-menu-12:checked ~ .faq-item-toggler span a  {
  color: rgb(255, 60, 0);
  fill: rgb(255, 60, 0);
  stroke: rgb(255, 60, 0);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #eee;
  font-size: 14px;
  background-image: linear-gradient(black, 85%, rgb(255, 60, 0, 0.3));
  padding: 0px 0 10px 0;
  text-align: center;

}
.footer-link{
  color:white;
  cursor:pointer;
  text-decoration: none;
  fill: #eee;
  stroke: #eee;
}
.footer-link:hover{
  color:rgb(255, 60, 0);
  text-decoration: none;
  fill: rgb(255, 60, 0);
  stroke: rgb(255, 60, 0);
}
.footer-linklist{
  padding-top:10px;
  text-align: left;
  width:130px;
  margin-left:auto;
  margin-right:auto;
  height:120px;
}

#footer .footer-top {
  padding: 0px 0 0px 0;
  position: relative;
}

#footer .footer-top .footer-contact {
  margin-bottom: 0px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 14px;
  font-family: "Raleway", sans-serif;
  color: rgb(192, 192, 192);
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #313030;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffa587;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #656262;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #7209b7;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #313030;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #ffe2d9;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #7209b7;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #f72585;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #313030;
}

#footer .social-links a {
  display: inline-block;
  vertical-align: middle;
  align-items: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  background: rgb(255, 60, 0);
  color: #fff;
  line-height: 2;
  padding: 0px 0;
  margin-right: 4px;
  margin-bottom: 0px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: rgb(152, 35, 0);
  color: #fff;
  text-decoration: none;
}

#footer .social-links .footericon {
  vertical-align: middle;
}


.tutorial{
  margin: 0;
  align-items: center;
  text-align: justify;
}

.tutorialbox{
  background: rgb(80, 80, 80, 0.9);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 20px 8px;
  border-radius: 20px;
}
.tutorialbox p{
  color: white;
  margin-bottom: 0;
  padding: 10px 0 0 0;
  text-align: justify;
}

@media (max-width: 768px) {
  .tutorialbox{
    font-size: 16px;
  }
  .footer-linklist{
    margin-left:30px;
  }
}

.tooltipT .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltipT:hover .tooltiptext {
  visibility: visible;
}

.refundaddress{
  display: block;
  position:relative;
  /*text-decoration:underline dotted white 5%;*/
}
.refundaddresstooltip{
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.95);
  color: #fff;
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;
  position: absolute;
  left: 25%;
  z-index: 99999999999;
  width:50%;
}
.refundaddress:hover ~ .refundaddresstooltip{
  visibility: visible;
}
.refundaddressinput{
  display:none;
}
input[type="checkbox"][id="refundaddresscheckbox"]:checked ~ section div form div div div div .refundaddressinput{
  display: unset;
}
.mandatoryrefund{
  display: none;
}
input[type="radio"][id="XChangeV"]:checked ~ div div div div div .mandatoryrefund{
  display: block!important;
}
input[type="radio"][id="XChangeV"]:checked ~ div div div div div label[for="refundaddresscheckbox"]{
  display: none;
}
input[type="radio"][id="XChangeV"]:checked ~ div div div div .refundaddressinput{
  display:block;
}

.terms p{
  margin:0;
  padding: 0 !important;
}
.terms h1{
  font-size:30px;
  margin-bottom:10px;
}
.terms h2{
  text-align: left;
  margin:10px 0 5px 0!important;
  font-size:20px!important;
  text-shadow: none!important;
}


.floatingtab{
  display: inline-block;
  padding: 2px 0 2px 0; 
  border-radius: 8px 8px 0 0;
  width:calc(50% - 0px);
  white-space:nowrap;
  margin:0 -2px 0 0;
  border-bottom:1px solid rgb(44,50,56)!important;
  z-index:7;
  background-color: rgba(44,50,56);
  border: 1px silver solid;
}
.fixedtab{
  display: inline-block;
  padding: 2px 0 2px 0; 
  border-radius: 8px 8px 0 0;
  width:calc(50% - 0px);
  white-space:nowrap;
  margin:0 0 0 -2px;
  border-bottom:1px solid silver!important;
  z-index: 7;
  background-color: rgba(55,60,66);
  cursor:pointer;

}
table tbody.floatingquotes, .floatingquotes{
  display:none;
}
input#floatingrateselector:checked ~ table tbody.floatingquotes {
  display:table-row-group;
}
input#floatingrateselector:checked ~ .floatingquotes{
  display:block;
}
table tbody.fixedquotes, .fixedquotes{
  display:none;
}
input#fixedrateselector:checked ~ table tbody.fixedquotes{
  display:table-row-group;
}
input#fixedrateselector:checked ~ .fixedquotes{
  display:block;
}
input#fixedrateselector:checked ~ table thead tr label.floatingtab , input#fixedrateselector:checked ~ div table thead tr label.floatingtab{
  border: 0px silver solid;
  background-color: rgba(55,60,66);
  border-bottom:1px solid silver!important;
  cursor:pointer;
}
input#fixedrateselector:checked ~ table thead tr label.fixedtab , input#fixedrateselector:checked ~ div table thead tr label.fixedtab{
  background-color: rgba(44,50,56);
  border: 1px silver solid;
  border-bottom:1px solid rgb(44,50,56)!important;
  cursor:default;
}
.kycinfo:hover ~ div .kycinfotooltip,.kycinfo:hover ~ .kycinfotooltip,.mtinfo:hover ~ .mtinfotooltip,.logAinfo:hover ~ .logAinfotooltip,.logBinfo:hover ~ .logBinfotooltip{
  /* visibility:visible; */
  display:block;
}
.kycinfotooltip,.mtinfotooltip,.logAinfotooltip,.logBinfotooltip{
  /* visibility: hidden; */
  display: none;
  background-color: rgba(0, 0, 0, 0.98);
  color: #fff;
  font-size:14px;
  text-align: left;
  padding: 5px 5px;
  margin:0 10px;
  border-radius: 6px;
  position: absolute;
  right: 0%;
  z-index: 99999999999;
  width:80%;
  font-weight: 500;
}
.kycinfotooltip table, .kycinfotooltip table tr, .kycinfotooltip table tr td{
  border-radius:0!important;
}
.kycinfotooltip table tr{
  width:100%;
}

.iframeoutercontainer{
  width:100%;
  height:100%;
}
.iframeinnercontainer{
  width:100%;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widgetquotetable{
  overflow-Y:scroll;
  max-height:150px;
  overflow-x: hidden;
  margin-right: -12px;
}
/* Works on Firefox */
.widgetquotetable {
  scrollbar-width: thin;
  scrollbar-color: rgb(0, 0, 0, 0.5) rgb(0, 0, 0, 0.1);
  border-radius: 8px;
}
/* Works on Chrome, Edge, and Safari */
.widgetquotetable::-webkit-scrollbar {
  width: 12px;
}
.widgetquotetable::-webkit-scrollbar-track {
  background: rgb(0, 0, 0, 0.1);
}
.widgetquotetable::-webkit-scrollbar-thumb {
  background-color: rgb(0, 0, 0, 0.5);
  border-radius: 20px;
  border: 3px solid rgb(0, 0, 0, 0);
  background-clip: content-box;
}

.createtransactionloading{
  display:none;
  background: rgb(79, 79, 79, 0.95);
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  z-index:6;
}
#loadingcheckbox:checked ~ section div form div div .createtransactionloading,#loadingcheckbox:checked ~ section div form div div div .createtransactionloading{
  display: block;
}
#loadingcheckbox:checked ~ div div form div .createtransactionloading{
  display: block;
}
.widgeterror{
  display:block;
  background: rgb(79, 79, 79, 0.95);
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  z-index:6;
}
#errorcheckbox:checked ~ section div form div div .widgeterror{
  display:none!important;
}

/*--------------------------------------------------------------
# Referral Section
--------------------------------------------------------------*/
.referral-section {
  padding: 0px 0 0px 0;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  background-size: cover;
}

.referral-section .content h3 {
  font-weight: 700;
  font-size: 18px;
  text-align: justify;
  text-justify: inter-word;
  margin: 10px 10px 10px 10px;
}

.referral-section .content p {
  text-align: justify;
  text-justify: inter-word;
  margin: 10px 10px 10px 10px;
}

.referral-section .icon-boxes .icon-box {
  text-align: center;
  border-radius: 15px;
  background: #fff;
  box-shadow: 10px 5px 30px rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
  margin: 10px 0 10px 0;
  width: 100%;
}

.referral-section .icon-boxes .icon-box i {
  font-size: 32px;
  color: rgb(255, 60, 0);
  margin: 10px 10px 10px 10px;
}

.referral-section .icon-boxes .icon-box h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 10px 10px 10px;
}

.referral-section .icon-boxes .icon-box p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #716f6f;
  text-align: justify;
  text-justify: inter-word;
  margin: 10px 10px 10px 10px;
}

/*--------------------------------------------------------------
# Widget Section
--------------------------------------------------------------*/
.widget-section {
  padding: 0px 0 0px 0;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  background-size: cover;
}

.widget-section .content h3 {
  font-weight: 700;
  font-size: 18px;
  text-align: justify;
  text-justify: inter-word;
  margin: 10px 10px 10px 10px;
}

.widget-section .content p {
  text-align: justify;
  text-justify: inter-word;
  margin: 10px 10px 10px 10px;
}

.widget-section .icon-boxes .icon-box {
  text-align: center;
  border-radius: 15px;
  background: #fff;
  box-shadow: 10px 5px 30px rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
  margin: 10px 0 10px 0;
  width: 100%;
}

.widget-section .icon-boxes .icon-box i {
  font-size: 32px;
  color: rgb(255, 60, 0);
  margin: 10px 10px 10px 10px;
}

.widget-section .icon-boxes .icon-box h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 10px 10px 10px;
}

.widget-section .icon-boxes .icon-box p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #716f6f;
  text-align: justify;
  text-justify: inter-word;
  margin: 10px 10px 10px 10px;
}


/*--------------------------------------------------------------
# API Section
--------------------------------------------------------------*/
.api-section {
  padding: 0px 0 0px 0;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  background-size: cover;
}

.api-section .content h3 {
  font-weight: 700;
  font-size: 18px;
  text-align: justify;
  text-justify: inter-word;
  margin: 10px 10px 10px 10px;
}

.api-section .content p {
  text-align: justify;
  text-justify: inter-word;
  margin: 10px 10px 10px 10px;
}

.api-section .icon-boxes .icon-box {
  text-align: center;
  border-radius: 15px;
  background: #fff;
  box-shadow: 10px 5px 30px rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
  margin: 10px 0 10px 0;
  width: 100%;
}

.api-section .icon-boxes .icon-box i {
  font-size: 32px;
  color: rgb(255, 60, 0);
  margin: 10px 10px 10px 10px;
}

.api-section .icon-boxes .icon-box h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 10px 10px 10px;
}

.api-section .icon-boxes .icon-box p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #716f6f;
  text-align: justify;
  text-justify: inter-word;
  margin: 10px 10px 10px 10px;
}

.chat{
  background: #c4c4c4 url("../img/WhatsappBG.jpg") center 0px!important;
}
.news{
  background: black url(../img/NewsBG.webp) center -0px;
}
.brushed{
  background: black url(../img/NewsBG2.png) center -0px!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
}
.selectall{
  -webkit-touch-callout: all; /* iOS Safari */
  -webkit-user-select: all; /* Safari */
  -khtml-user-select: all; /* Konqueror HTML */
  -moz-user-select: all; /* Firefox */
  -ms-user-select: all; /* Internet Explorer/Edge */
  user-select: all; /* Chrome and Opera */
}

/* 
No placeholder on focus
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } 
input:focus::-moz-placeholder { color:transparent; } 
input:focus:-ms-input-placeholder { color:transparent; }  */

.trustpilotbutton {
  background-color: #fff;
  border: 1px solid #00b67a;
  border-radius: 2px;
  display: inline-block;
  height:40px;
  width:186px;
}
.customlink{
  color: white !important;;
}
.customlink:hover{
  text-decoration: underline!important;;
  text-decoration-thickness: 1px!important;;
  color: rgb(255,60,0)!important;;
}

@media (max-width: 580px) {
  .faqtab{
    display:none;
  }
}