html {
    font-family: Helvetica, sans-serif;
    /* background-color: #201c1c;
    background-image: url("stars.jpg"); */
    background-color: transparent;
    background-position: 0px 0px, 0px 0px;
    background-size: contain, auto;
}
body {
    font-family: Helvetica, sans-serif;
    background-color: transparent;
    /* background-color: #201c1c;
    background-image: url("stars.jpg"); */
    background-position: 0px 0px, 0px 0px;
    background-size: contain, auto;
    color: rgb(209, 205, 199);
}
label {
    font-weight: bold;
}

.mb-3 {
    align-items: center;
}
/* this is what users see */
.card {
    background-color: #302c2c;
    border-style: solid;
    border-width: 4px;
    border-color: #d31212;
    border-radius: 20px;
    background-color: transparent;
}

.param {
    color:rgba( 0, 0, 0 );
}

.payment-ref {
    text-size-adjust: 50%;
}

.amount-erg {
    color: #5ac47e;
    text-align: end;
}
.amount-sigusd {
    color: #5ac47e;
    text-align: end;
}

.token-id {
    font-family: "Lucida Console", "Courier New", monospace;
}

.footer {
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 100%;
    background: #e2e3e5;
    color: #03000a;
    text-align: center;
    display:flex;
}

.footer2 {
    height: 60px;
    width: 100%;
    background: #e2e3e5;
    color: #03000a;
    text-align: center;
    display:flex;
}

/* Table Styles */

.table-wrapper{
    margin: 10px 70px 70px;
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: left;
    padding: 8px;
}

.fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
    background: #446381;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #446381;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: #181414;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: left;
    }
}

/* HIDE RADIO */
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* IMAGE STYLES */
  [type=radio] + img {
    cursor: pointer;
  }

  /* CHECKED STYLES */
  [type=radio]:checked + img  {
    outline: 2px solid rgb(86, 155, 235);
  }


/* TEXT AREA */
.blue-border-focus .form-control:focus {
    border: 1px solid #3a536d;
    box-shadow: 0 0 0 0.2rem rgba(29, 182, 182, 0.25);
}

.bt {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}
.bt-secondary {
    color: rgb(255, 255, 255);
    background-color: #2180d3;
    font-family: Oxanium, sans-serif;
    border-color: #6c757d;
    border-style: solid;
    border-width: 4px;
    border-color: #8da2e4;
    border-radius: 6px;
    background-color: transparent;
    box-shadow: 0 0 3px 0 #000;
    cursor: pointer;
}
.bt-secondary:hover {
    background-color: green;
    box-shadow: 0 0 12px 8px #be2abe;
}
.alert-danger {
    color: #ffffff;
    background-color: #fa071b;
    border-color: #f5c6cb;
}

element.style {
    background-color: #302c2c;
}
.alert-danger {
    color: #721c24;
    background-color: #ca2937;
    border-color: #f5c6cb;
}
.alert-secondary {
    color: #ffffff;
    background-color: transparent;
    border-color: #d6d8db;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #ffffff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}