/*
table.dataTable thead tr {
  background-color: #16C7F9 ;
  color:#FFF;
}*/

label.crypto-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    right: 7px;
    width: 62px;
    background-position: right 0.25rem center;
    padding: 8px;
    border: none;
    font-weight: 500;
    background-size: 8px;
}

textbox_convert {
	background-image: none !important;
}



.footer-style-1 {
    background: linear-gradient(98.61deg, #1a1a25 18.35%, #191925 56.57%);
    position: relative;
}
.footer-style-1 .footer-links li a {
    align-items: center;
    color: rgba(var(--white), 0.8);
    display: flex;
    gap: 0.625rem;
}
.footer-style-1 .footer-links li a svg {
    font-size: 0.625rem;
}
.footer-style-1 .footer-links li a:hover {
    color: rgba(var(--primary), 1);
}
.footer-style-1 .main-footer {
    padding: 3.75rem 0 2.5rem;
    position: relative;
}
@media (max-width: 991.98px) {
    .footer-style-1 .main-footer {
        padding: 3.125rem 0 2.1875rem;
    }
}
@media (max-width: 767.98px) {
    .footer-style-1 .main-footer {
        padding: 2.5rem 0 1.875rem;
    }
}
.footer-style-1 .main-footer:after {
    background: rgba(36, 36, 54, 0.5);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
}
@media (max-width: 1399.98px) {
    .footer-style-1 .main-footer:after {
        width: 37%;
    }
}
@media (max-width: 767.98px) {
    .footer-style-1 .main-footer:after {
        bottom: 0;
        height: 35%;
        top: unset;
        width: 100%;
    }
}
.footer-style-1 .main-footer .footer-contact {
    border-right: 1px solid #272445;
    position: relative;
    z-index: 1;
}
@media (max-width: 1199.98px) {
    .footer-style-1 .main-footer .footer-contact {
        border-right: none;
    }
}
.footer-style-1 .main-footer .footer-contact p {
    color: rgba(var(--white), 1);
    opacity: 0.8;
    padding-top: 0.9375rem;
    width: 96%;
}
@media (max-width: 991.98px) {
    .footer-style-1 .main-footer .footer-contact p {
        width: 100%;
    }
}
.footer-style-1 .main-footer .footer-contact ul {
    align-items: center;
    display: flex;
    gap: 1.25rem;
    margin-top: 1.5625rem;
}
@media (max-width: 767.98px) {
    .footer-style-1 .main-footer .footer-contact ul {
        gap: 0.9375rem;
        margin-top: 0.9375rem;
    }
}
.footer-style-1 .main-footer .footer-contact ul li a {
    color: rgba(var(--white), 1);
}
.footer-style-1 .main-footer .footer-contact ul li a svg {
    font-size: 1.5rem;
}
@media (max-width: 767.98px) {
    .footer-style-1 .main-footer .footer-contact ul li a svg {
        font-size: 1rem;
    }
}
.footer-style-1 .main-footer .footer-contact ul li a:hover {
    color: rgba(var(--primary), 1);
}
.footer-style-1 .main-footer .footer-content {
    position: relative;
    z-index: 1;
}
.footer-style-1 .main-footer .footer-content .h3,
.footer-style-1 .main-footer .footer-content h3 {
    color: rgba(var(--white), 1);
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.625rem;
    position: relative;
}
@media (max-width: 767.98px) {
    .footer-style-1 .main-footer .footer-content .h3,
    .footer-style-1 .main-footer .footer-content h3 {
        font-size: 1rem;
        margin-bottom: 0.8rem;
    }
}
.footer-style-1 .main-footer .footer-content .h3:after,
.footer-style-1 .main-footer .footer-content h3:after {
    background-color: rgba(var(--warning), 1);
    border-radius: 0.625rem;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 34px;
}
.footer-style-1 .main-footer .footer-content .footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}
@media (max-width: 767.98px) {
    .footer-style-1 .main-footer .footer-content .footer-links {
        gap: 0.3125rem;
    }
}
.footer-style-1 .main-footer .footer-location {
    color: rgba(var(--white), 1);
}
.footer-style-1 .main-footer .footer-location .h6,
.footer-style-1 .main-footer .footer-location h6 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.625rem;
    text-transform: uppercase;
}
@media (max-width: 767.98px) {
    .footer-style-1 .main-footer .footer-location .h6,
    .footer-style-1 .main-footer .footer-location h6 {
        font-size: 0.875rem;
    }
}
@media (max-width: 575.98px) {
    .footer-style-1 .main-footer .footer-location .h6,
    .footer-style-1 .main-footer .footer-location h6 {
        margin-bottom: 0.3125rem;
    }
}
.footer-style-1 .main-footer .footer-location p {
    color: rgba(var(--white), 1);
    line-height: 1.4;
    opacity: 0.8;
}
.footer-style-1 .main-footer .footer-location .footer-icon {
    align-items: center;
    background: #191925;
    border-radius: 100%;
    display: flex;
    height: 2.375rem;
    justify-content: center;
    min-width: 2.375rem;
}
.footer-style-1 .main-footer .footer-location .footer-icon svg {
    fill: #FFF;
    height: 1.125rem;
    width: 1.125rem;
}
.footer-style-1 .main-footer .footer-location .d-flex {
    gap: 0.9375rem;
}
.footer-style-1 .main-footer .footer-location li + li {
    margin-top: 1.875rem;
}
@media (max-width: 767.98px) {
    .footer-style-1 .main-footer .footer-location li + li {
        margin-top: 1.25rem;
    }
}
.footer-style-1 .sub-footer {
    border-top: 1px solid #272445;
    padding: 1rem 0;
}
@media (max-width: 767.98px) {
    .footer-style-1 .sub-footer {
        text-align: center;
    }
}
.footer-style-1 .sub-footer p {
    color: rgba(var(--white), 0.8);
}
.footer-style-1 .sub-footer .sub-footer-links {
    display: flex;
    gap: 1.875rem;
    justify-content: flex-end;
}
@media (max-width: 767.98px) {
    .footer-style-1 .sub-footer .sub-footer-links {
        justify-content: center;
        padding-top: 0.625rem;
    }
}
@media (max-width: 575.98px) {
    .footer-style-1 .sub-footer .sub-footer-links {
        gap: 0.9375rem;
        padding-top: 0.3125rem;
    }
}