@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300&display=swap');

html, body{
    font-family: 'Segoe UI', 'Ubuntu', 'Helvetica Neue', 'Oxygen', 'Roboto', 'Open Sans', 'Source Sans Pro', sans-serif;
    font-weight: 400;
    background-color: #161616;
    color: #fff;
    font-size: 1rem;
    padding-bottom: 50px; /* adjust the value as needed */
}

img {
    max-width: 270px;
    max-height: 270px;
}

#logo {
    width: 60px;
    height: 60px;
}

.market {
    width: 65px;
    height: 65;
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    background-color: #131313;
}

.ops{
  width: 25px;
  height: 25px;
  margin-left: 8px;
  margin-right: 5px;
}

.i {
    font-style: italic;
}

.c {
    color: #FDBB52;
}

.r {
    border-radius: 30%;
}

.bg {
    background-color: #252525;
}

.input {
    /* width: unset; */
    padding: 0.375rem 0.75rem;
    font-size: 1.15rem;
}

.input:focus, .btn:focus, .btn-sm:focus {
    outline: none;
    box-shadow: none;
}

a {
    text-decoration: unset;
}

.btn, select, .pointer {
    font-size: 1.15rem;
    cursor: pointer;
}

.f {
    border: none;
    border-radius: 15px;
}

#usymbol, .a {
    border: none;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#username, .b {
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.form-select {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

.gradient-style {
    transition: 0.5s;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #f69a65 0%, #fda085 51%, #FDBB52 100%);
    font-weight: 800;
}

.burn {
    background-image: linear-gradient(to right, #f69a65 0%, #fda085 51%, #e70000bc 100%);
}

.gradient-style:hover {
    background-position: right center; /* change the direction of the change here */
}

.tb-div {
    overflow-x: auto;
    border-radius: 15px;
}

.htable {
    width: 100%;
    border-collapse: collapse;
}

.htable td, .htable th {
    padding: 6px 13px;
}

.htable tr:nth-child(even) {
    background-color: #1e1e1e;
}

.htable tr:hover {
    background-color: #1e1e1e;
}

@media (max-width: 1120px) { 
    #mbody {
        flex-wrap: wrap;
    }
    .card {
        width: initial!important;
    }
}

@media (max-width: 990px) { 
    .card {
        width: 100%!important;
    }
}

.font-family-size-large {
    font-size: 22px;
}

.font-family-size-medium-large {
    font-size: 20px;
}

.font-family-size-medium {
    font-size: 16px;
}

.font-family-size-small-medium {
    font-size: 14px;
}

.column-one-size {
    width: 25%;
}

.column-two-size {
    width: 50%;
}

.column-three-size {
    width: 25%;
}

.load-change {    
    width: 100%;
    height: 35px !important;
}

.btn-load {
    background-color: #FDBB52 !important;
    border-color: #FDBB52 !important;
    transition: background-color 1.0s ease-in-out !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.btn-load:hover {
    background-color: #ffae00 !important;
    border-color: #ffae00 !important;    
    transition: background-color 1.0s ease-in-out !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.feature-button-style {
    font-weight: 500 !important;
}

.link-button {
    width: 250px;
}

.postlink-change {
    border: none !important;
    border-radius: 15px !important;
    width: 100%;
    height: 35px !important;
}

.text-info {
    color: #15b4fd !important;
}

.select-change {
    border: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    width: initial;
    flex: 1;
    background-color: #ffff;
    height: 35px !important;
}

.input-change {
    border: none !important;
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 100%;
    height: 35px !important;
}

.input-div-change {
    width: 100%;
}

.input-group-append {
    display: flex;
}

.p-alignment {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.btn-add {
    background-color: #FDBB52 !important;
    border-color: #FDBB52 !important;
    transition: background-color 1.0s ease-in-out !important;
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 500 !important;
    border-radius: 15px !important;
    height: 35px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.btn-add:hover {
    background-color: #ffae00 !important;
    border-color: #ffae00 !important;    
    transition: background-color 1.0s ease-in-out !important;
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 500 !important;
}

.avail-style {
    vertical-align: middle;
    color: #3d3d3d;
}

.avail-svg {
    fill: #3d3d3d;
}

.div-one-width {
    width: 18%;
}

.div-two-width {
    width: 18%;
}

.div-three-width {
    width: 49%;
}

.div-four-width {
    width: 10%;
}

.div-five-width {
    width: 5%;
}

.btn-scale {
    width: 100% !important;
    background-color: #FDBB52 !important;
    border-color: #FDBB52 !important;
    transition: background-color 1.0s ease-in-out !important;
    font-size: 16px !important;
    color: #000000 !important;
    font-weight: 500 !important;
    border-radius: 15px !important;
    height: 35px !important;
}

.btn-scale:hover {
    background-color: #ffae00 !important;
    border-color: #ffae00 !important;    
    transition: background-color 1.0s ease-in-out !important;
    font-size: 16px !important;
    color: #000000 !important;
    font-weight: 500 !important;
}

.burn-svg {
    vertical-align: middle;
    fill: #464646;
}

.burn-style {
    vertical-align: middle;
}

.join-style {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.discord-color:hover path {
    fill: #ffae00;
    transition: all 1.0s ease-in-out;
}

.cls-1 {
    fill: #ffffff;
    transition: all 0.2s ease-in-out;
}

.cls-1:hover {
    fill: #ffae00;
    transition: all 1.0s ease-in-out;
}

.link-light {
    color: #ffffff;
}

.link-light:hover {
    color: #ffae00;
    transition: all 1.0s ease-in-out;
}

.link-light svg.bi-box-arrow-up-right path {
    fill: #ffffff;    
}

.link-light:hover svg.bi-box-arrow-up-right path {
    fill: #ffae00;
    transition: all 1.0s ease-in-out;
}

.alignclass {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.market-style {
    vertical-align: middle;
}

.col {
    vertical-align: middle;
    background-color: #FDBB52 !important;
    font-weight: 500;
    border: none;
    transition: background-color 0.5s ease-in-out;
}

.col:hover {
    background-color: #ffae00 !important;
    border-color: #ffae00;
    transition: background-color 0.5s ease-in-out;
}

.col1 {
    vertical-align: middle;
    background-color: #FDBB52 !important;
    font-weight: 500;
    color: #000000 !important;
    border: none;
    transition: background-color 0.5s ease-in-out;
}

.col1:hover {
    background-color: #ffae00 !important;
    border-color: #ffae00;
    color: #000000 !important;
    transition: background-color 0.5s ease-in-out;
}

.text-success {
    color: #00e065 !important;
}

.link-info {
    color: #15b4fd;
}

.table-font{
    font-size:16px;
}

.btn-burn:active,
.btn-load:active,
.btn-sm:active {
    outline: none !important;
    box-shadow: 0 0 3px 3px #ffae00 !important; /* Add a small blue box shadow when the button is active */
}

.btn-burn:hover {
    background-color: #ffae00 !important;
    transition: background-color 0.5s ease-in-out;
}

.link-button-align {
    vertical-align: middle;
}

.link-button-font {
    font-weight: 500 !important;
}

.link-button-div-align {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.wallet-div-one {
    width: 50%;
}

.wallet-div-two {
    width: 50%;
}

.qty-color, .sym-color {
    color: #FDBB52;
}

.fixed {
    position: fixed;
    bottom: 0;
}
  
.bottom-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: #1e1e1e;
    text-align: center;
    line-height: 30px;
    z-index: 999;
    opacity: 0.8;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}
  
.developed-by-container,
.popup-by-container-hive,
.popup-by-container-engine {
    flex-basis: 100%;
}
  
.popup-by-container-hive > div,
.popup-by-container-engine > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end; /* Updated to align content to the right */
}
  
.popup-by-container-hive button,
.popup-by-container-engine button {
    margin-left: 5px;
}
  
@media (max-width: 768px) {
    .bottom-bar {
        flex-direction: column;
        align-items: center;
    }
    .popup-by-container-hive,
    .popup-by-container-engine {
        flex-basis: 100%;
        text-align: center;
    }
    .developed-by-container {
        text-align: center;
        flex-basis: 100%;
    }
}
  
@media (min-width: 768px) {
    .bottom-bar {
        flex-wrap: nowrap;
    }
    .popup-by-container-hive {
        flex-basis: auto;
        text-align: right;
        margin-left: auto; /* Added to align near the popup-by-container-engine */
        margin-right: 10px;
    }
    .popup-by-container-engine {
        flex-basis: auto;
        text-align: left;
        margin-right: 10px;
    }
    .developed-by-container {
        text-align: left;
        flex-basis: auto;
        padding-left: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 517px) {
    .service-container-surf {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }

    .div-one-width,
    .div-two-width,
    .div-three-width,
    .div-four-width,
    .div-five-width {
        flex-basis: auto;
        width: auto;
    }
}

@media (min-width: 517px) and (max-width: 580px) {
    .service-container-surf {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }
    
    .div-one-width {
        flex-grow: 1;
        text-align: left;
        padding-right: 10px;
    }

    .div-two-width,
    .div-three-width,
    .div-four-width,
    .div-five-width {
        flex-grow: 1;
        text-align: right;
        padding-left: 10px;
    }

    .div-one-width {
        width: 18%;
    }

    .div-two-width {
        width: 18%;
    }

    .div-three-width {
        width: 49%;
    }

    .div-four-width {
        width: 10%;
    }

    .div-five-width {
        width: 5%;
    }

    .avail-style {
        font-size: 14px;
    }
}



.service-container-surf {
    width: 100%;
}
  
.developed-by-container p {
    margin: 0;
    color: #c5c5c5;
}
  
.alih-color {
    color: #c5c5c5;
    transition: all 1.0s ease-out;
}

.theguruasia-color {
    color: #c5c5c5;
    transition: all 1.0s ease-out;
}

.alih-color:hover {
    color: #ffd95b;
    transition: all 1.0s ease-out;
}

.theguruasia-color:hover {
    color: #ffd95b;
    transition: all 1.0s ease-out;
}

.popup-link {
    background: none;
    border: none;
    color: #ffd95b;
    text-decoration: underline;
    cursor: pointer;
}

#popup-container-hive {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #c5c5c5;
    padding: 20px;
    border-radius: 5px;
    z-index: 9999;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center the contents vertically */
    width: 80vw; /* Adjust the width as needed */
    max-width: 400px; /* Set a max-width to prevent it from growing too wide */
    opacity: 0.9;
}
  
#popup-container-hive #close-button-hive {
    align-self: flex-end;
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
}
  
#popup-container-hive #close-button-hive svg {
    height: 100%;
    width: 100%;
}
  
#close-button-hive {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    border: none;
    fill: #000000;
    transition: fill 0.3s ease;
}

/*
#close-button-hive:hover .close-button-color path {
    fill: #000000;
    transition: fill 0.3s ease;
}
*/
  
.popup-container-text {
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-size: 20px;
}
  
.popup-by-container-text {
    color: #c5c5c5;
}

#api-list-hive {
    width: 100%; /* Make the table fill the available space */
}

.header-status-hive {
    text-align: center; /* Center the "Status" column text */
}
  
#popup-container-engine {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #c5c5c5;
    padding: 20px;
    border-radius: 5px;
    z-index: 9999;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center the contents vertically */
    width: 80vw; /* Adjust the width as needed */
    max-width: 400px; /* Set a max-width to prevent it from growing too wide */
    opacity: 0.9;
}
  
#popup-container-engine #close-button-engine {
    align-self: flex-end;
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
}
  
#popup-container-engine #close-button-engine svg {
    height: 100%;
    width: 100%;
}
  
#close-button-engine {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    border: none;    
    fill: #000000;
    transition: fill 0.3s ease;
}

/*
#close-button-engine:hover .close-button-color path {
    fill: #000000;
    transition: fill 0.3s ease;
}
*/
  
#api-list-engine {
    width: 100%; /* Make the table fill the available space */
}

.header-status-engine {
    text-align: center; /* Center the "Status" column text */
} 

.working {
    color: #01ac01;
}
  
.fail {
    color: #ff0000;
}
  
/* hover styles */
tr:hover .working {
    color: #ffffff;
    background-color: #01ac01;
}
  
tr:hover .fail {
    color: #ffffff;
    background-color: #ff0000;
}
  
/* new styles for node URLs */
.node-url {
    color: #0077ff;
    cursor: pointer;
}
  
tr:hover .node-url {
    color: #ffffff;
    background-color: #0077ff;
}
  
.header-node-url-hive {
    color: #222222; /* red font color */
}
  
.header-status-hive {
    color: #222222; /* green font color */
}

.header-node-url-engine {
    color: #222222; /* red font color */
}
  
.header-status-engine {
    color: #222222; /* green font color */
}

#popup-button-hive:hover {
    color: #00e065;
    transition: fill 0.3s ease;
}

#popup-button-engine:hover {
    color: #00e065;
    transition: fill 0.3s ease;
}

.text-data-alignment {
    width: 100%;
}

.avail-button {
    width: 16px;
    height: 16px;
    padding: 0;
    background: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-style {
    color: #00e065 !important;
}
  
  