/*
@File: Constbase Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Nabvar Area CSS
** - Saas Landing CSS
** - SEO Marketing CSS
** - Startup Agency CSS
** - Personal Portfolio CSS
** - App Landing CSS
** - Saas banner CSS
** - Services Area CSS
** - Features Area CSS
** - Personal Area CSS
** - Saas Download Area CSS
** - Footer Area CSS
** - Go top CSS

*******************************************
/*

/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
:root {
  scroll-behavior: smooth;
}
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #7f7f7f;
  background-color: #000;
}

img {
  max-width: 100%;
}

h1,
h2,
h4,
h5,
h6 {
  color: #242424;
  font-weight: bold;
}

h3 {
  font-weight: 400;
  font-size: 24px;
  color: #e5e5e5;
  font-family: "Inter", serif;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: 0;
}

p {
  line-height: 1.7;
  color: #7f7f7f;
}

text {
  font-size: 15px;
  color: #dadada;
}

p:last-child {
  margin-bottom: 0;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-1 {
  padding-top: 5px;
}

.pt-2 {
  padding-top: 10px;
}

.pt-3 {
  padding-top: 15px;
}

.pt-4 {
  padding-top: 20px;
}

.pt-5 {
  padding-top: 25px;
}

.pb-1 {
  padding-bottom: 5px;
}

.pb-2 {
  padding-bottom: 10px;
}

.pb-3 {
  padding-bottom: 15px;
}

.pb-4 {
  padding-bottom: 20px;
}

.pb-5 {
  padding-bottom: 25px;
}

.pr-1 {
  padding-right: 5px;
}

.pr-2 {
  padding-right: 10px;
}

.pr-3 {
  padding-right: 15px;
}

.pr-4 {
  padding-right: 20px;
}

.pr-5 {
  padding-right: 25px;
}

.pl-1 {
  padding-left: 5px;
}

.pl-2 {
  padding-left: 10px;
}

.pl-3 {
  padding-left: 15px;
}

.pl-4 {
  padding-left: 20px;
}

.pl-5 {
  padding-right: 25px;
}

.mr-1 {
  margin-right: 5px;
}

.mr-2 {
  margin-right: 10px;
}

.mr-3 {
  margin-right: 15px;
}

.mr-4 {
  margin-right: 20px;
}

.mr-5 {
  margin-right: 25px;
}

.ml-1 {
  margin-left: 5px;
}

.ml-2 {
  margin-left: 10px;
}

.ml-3 {
  margin-left: 15px;
}

.ml-4 {
  margin-left: 20px;
}

.ml-5 {
  margin-left: 25px;
}

.mt-1 {
  margin-top: 5px;
}

.mt-2 {
  margin-top: 10px;
}

.mt-3 {
  margin-top: 15px;
}

.mt-4 {
  margin-top: 20px;
}

.mt-5 {
  margin-top: 25px;
}

.mb-1 {
  margin-bottom: 5px;
}

.mb-2 {
  margin-bottom: 10px;
}

.mb-3 {
  margin-bottom: 15px;
}

.mb-4 {
  margin-bottom: 20px;
}

.mb-5 {
  margin-bottom: 25px;
}

.navmenu {
  font-weight: 400;
  margin-right: 45px;
  font-size: 15px;
  /* padding-top: 8px; */
  color: #ffffff;
  cursor: pointer;
}

.navmenu:hover {
  font-weight: 400;
  color: #06cde3bb;
  /* border-bottom: 2px solid #014c5443; */
}
.selected-menu {
  font-weight: 600;
  color: #06cde3;
  /* border-bottom: 2px solid #06cde3; */
}

.title {
  display: flex;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
}
.timeBox {
  width: 120px;
  height: 30px;
  background-color: blue;
  display: flex;
}
.timetext {
  font-size: 12px;
  font-weight: 400;
  color: #606166;
}
.timetextselected {
  font-size: 12px;
  font-weight: 400;
  color: #ffff;
  background-color: #3e4261;
  border-radius: 10px;
}

.watermark {
  position: relative;
}

.watermark:after {
  content: "";
  display: block;
  pointer-events: none;
  width: 180px;
  height: 150px;
  position: absolute;
  top: 2%;
  left: 5%;
  background-image: url("../images/taraLogo.png");
  background-size: 120px 44px;
  background-position: 30px 30px;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.ant-table {
  margin: 0;
  padding: 0;
  background-color: #2e3145 !important;

  color: white !important;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum", "tnum";
  position: relative;
  font-size: 14px;
  background: #fff;
  border-radius: 2px;
}
.ant-empty:hover:hover {
  background: #2e3145 !important;
}
.ant-empty-normal:hover {
  background: #2e3145 !important;
}
.ant-table-tbody > tr:hover > td {
  color: #ffff !important;
  background: #2e3145 !important;
  text-align: center;
}
.ant-table-cell:hover {
  color: #ffff !important;
  background: #2e3145 !important;
  text-align: center;
}
tr:nth-child(odd) {
  background: #2e3145 !important;
  text-align: center;
}
tr:nth-child(even) {
  background: #2e3145 !important;
  text-align: center;
}
thead[class*="ant-table-thead"] th {
  background-color: #2e3145 !important;
  color: white;
  font-weight: bold;
  border-color: #000;
  text-align: center;
}
.ant-empty-description {
  color: #ffff !important;
}
/* @media (max-width: 2300px){
  .title {
    font-weight: 400;
    font-size: 28px;
  }
  .navmenu {
    font-weight: 400;
    margin-right: 23px;
    height: 63px;
    font-size: 22px;
    padding-top: 3px;
    color: #ffffff;
    cursor: pointer;
  }
  h3 {
    font-weight: 400;
    font-size: 28px;
    color: white;
    font-family: "Inter", serif;
  }
  body {
    font-family: "Inter", serif;
    font-size: 22px;
    color: #7f7f7f;
  }
} */
/*# sourceMappingURL=style.css.map */

.ant-drawer-title {
  color: #fff !important;
}
.ant-drawer-close {
  color: #fff !important;
}
.ant-collapse-header {
  color: #fff !important;
}
/* Problem */
.ant-collapse-content,
.ant-collapse-content-active {
  background: "#000000" !important;
}
.ant-collapse-content-box h4 {
  background-color: "#000000" !important;
}
.taraLogoAppend {
  top: 150px;
  left: 110px;
  position: absolute;
  width: 150px;
  height: auto;
  /* z-index: -1; */
  opacity: 0.5;
}
.taraLogoAppend2 {
  top: 490px;
  left: 110px;
  position: absolute;
  width: 150px;
  height: auto;
  /* z-index: -1; */
  opacity: 0.5;
}
.ant-table-tbody > tr > td {
  background: "#000000" !important;
  border: none;
}

.ant-modal-content {
  border-radius: 12px;
}
.col {
  background-color: #4f4f4f8e;
}
.load {
  /* margin: 500px; */
  position: relative;
  font-weight: bold;
  font-size: 32px;
  /* background: #181924; */
  z-index: 1;
  top: 150px;
  left: 0px;
  text-align: center;
  color: white !important;
}


::-webkit-scrollbar {
  width: 0; 
  background: transparent;
}
*:focus-visible,
*:focus {
  outline: none;
}
.coin,
.category {
  position: relative;
}

.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  position: absolute;
  top: 10;
  left: 0;
  background-color: black;
  z-index: 10;
}

.ant-menu.ant-menu-dark {
  background-color: black;
}
.ant-menu-inline,
.ant-menu-submenu-title {
  margin: 0px !important;
}

tr:nth-child(odd) {
  background: #000 !important;
}
tr:nth-child(even) {
  background-color: #111 !important;
}
.css-rudoa-MuiTableCell-root {
  color: #fff !important;
}
.css-dayiy7-MuiTableCell-root {
  border: none !important;
  color: rgb(195, 195, 195) !important;
}
.css-dayiy7-MuiTableCell-root {
  padding: 5px !important;
}
table {
  border-radius: 12px !important;
}
.css-1n1fcwc-MuiTableCell-root {
  color: #fff !important;
  border: none !important;
}
.css-1n1fcwc-MuiTableCell-root {
  color: #2fcdff !important;
  border-bottom: 1px solid #89898857 !important;
}
.ant-typography {
  color: white !important;
}
::-webkit-scrollbar {
  /* width: 5px !important; */
  height: 6px !important;
  border-radius: 50px !important;
  background: rgb(0, 0, 0);
}
.css-80pr5n-MuiPaper-root {
  background-color: transparent !important;
}
::-webkit-scrollbar-thumb {
  background: rgb(62, 62, 62);
  border-radius: 50px !important;
}
::-webkit-scrollbar-track {
  background: #000000;
 
}

.css-1vweko9-MuiSvgIcon-root-MuiTableSortLabel-icon {
  opacity: 0.6;
}
.ant-table-cell {
  background-color: #000000;
  padding-block: 5px !important;
  font-size: 13px !important;
  color: #ffffffb5;
  border-bottom: 1px solid #242424 !important;
}
thead[class*="ant-table-thead"] th {
  background: #3c3c3c !important;
  border-bottom: 1px solid #242424 !important ;
}
.ant-table-cell:hover {
  background: #3c3c3c !important;
}
.ant-table-cell {
  color: #ffffffc0 !important;
}
.ant-table-tbody > tr:hover > td {
  background-color: #242424 !important;
  cursor: pointer;
}
html {
  scroll-behavior: smooth;
}
.ant-table {
  background-color: #242424 !important;
}
/* Screener tables: column headers centered */
.ant-table-thead > tr > th,
.ant-table thead th.ant-table-cell {
  text-align: center !important;
}
/* Screener tables: first column (Coin) – same dark bg in both tables, no white */
.ant-table .ant-table-cell:first-child,
.ant-table thead th:first-child,
.ant-table-tbody > tr > td:first-child,
.ant-table-cell-fix-left,
.ant-table-tbody .ant-table-cell-fix-left {
  background-color: #3c3c3c !important;
}
.ant-table thead .ant-table-cell-fix-left,
.ant-table thead th:first-child {
  background-color: #3c3c3c !important;
}
.ant-table-tbody > tr:hover > td.ant-table-cell-fix-left,
.ant-table-tbody > tr:hover > td:first-child {
  background-color: #000 !important;
}
.ant-table-tbody > tr:nth-child(odd) > td:first-child,
.ant-table-tbody > tr:nth-child(odd) > td.ant-table-cell-fix-left {
  background-color: #000 !important;
}
.ant-table-tbody > tr:nth-child(even) > td:first-child,
.ant-table-tbody > tr:nth-child(even) > td.ant-table-cell-fix-left {
  background-color: #000 !important;
}
.ant-table-title {
  background: #111 !important;
  border-bottom: 1px solid #ffffff1c;
}
.ant-modal-close-x {
  color: white !important;
}
.ant-form-item-label > label {
  color: #fff !important;
}
.ant-picker-separator {
  color: #575757;
}
.ant-picker-panel-container {
  background-color: #242424;
  color: #fff !important;
}
.ant-picker-header,
.ant-picker-panel-container .ant-picker-panel {
  border-bottom: #575757 !important;
}
.ant-picker-content th {
  color: white !important;
}
.ant-picker-cell .ant-picker-cell-inner {
  color: #adadad !important;
}
.ant-picker-header-view button,
.ant-picker-prev-icon::before,
.ant-picker-next-icon::before,
.ant-picker-super-prev-icon::before,
.ant-picker-super-next-icon::before,
.ant-picker-super-prev-icon::after,
.ant-picker-super-next-icon::after,
.ant-picker-input > input {
  color: white !important;
}
.ant-layout,
.ant-layout * {
  /* fill: white; */
}
.btt{
  border: 2px solid pink !important;
  background-color: #06cde3;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 0.2;
  
  display:block;
    
    text-align:center;
   
    overflow: hidden;
    outline:none;
    border:none;
  
}


.skeleton-loading {
  animation: skeleton-loading 1s linear infinite alternate;
  height: fit-content;
  width: fit-content;
  border-radius: 4px;
}
@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 6%, 21%);
  }
  100% {
    background-color: hsl(204, 9%, 11%);
  }
}
.ant-form-item-label > label{
  color:#fff !important
   }

   ::placeholder {
    color: #fffffff3 !important;
    opacity: 1;
  
  }


  
