@import url('//fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&display=swap');

[data-bs-theme=dark] {
    --bs-body-bg: #1A1A1A;
    --bs-body-color: #ffffff;
}

.table td::-webkit-scrollbar, textarea::-webkit-scrollbar, .nav-tabs::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}
.table td::-webkit-scrollbar-track, textarea::-webkit-scrollbar-track {
  background: transparent;
}

.table td::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb {
  background: #212121;
  border-radius: 10px;
}

.nav-tabs::-webkit-scrollbar-thumb {
    background: #212121;
    border-radius: 15px;
}

* {
    font-family: 'Space Grotesk', system-ui,-apple-system, sans-serif;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1040px;
    }
    .h1, h1 {
        font-size: 3.5rem !important;
    }
    .entry-header {
        margin: 150px 0 80px 0 !important;
    }
}
a {
    text-decoration: none;
}
.card-title {
    font-size: 1.1rem;
    color: var(--bs-body-color);
    text-decoration: none !important;
}
.card-text {
    color: #b1b1b1;
}
.box {
    padding: 2.2rem 3rem;
    border-radius: 15px;
    background: #212121;
    transition: transform 0.3s;
}
.hover-box:hover {
    transform: scale(1.05) rotate(2deg);
}
.box-graph {
    overflow: hidden;
    border-radius: 15px;
    background: #212121;
}
.box-graph .graph {
    margin: -8px;
}
.box-graph .graph-bg {
    padding-top: 50px;
    background: rgba(63, 64, 233, 0.1);
}
.filters {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #2c2c2c;
}

.pagination {
    margin-top: 0 !important;
    text-align: left !important;
}

.pagination select {
    width: auto;
    padding: 10px;
    margin-right: 10px;
    height: 35px;
    text-transform: uppercase;
    font-size: 13px;
    color: #12302e;
    border: none;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.pagination span {
    font-size: 13px;
}

.pagination div {
    float: right;
}

.pagination div button {
    height: 35px;
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 13px;
    color: #12302e;
    border: none;
    border-radius: 0;
    background-color: #f9f9f9;
}

.pagination div button:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.pagination div button:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.pagination div button.current {
    font-weight: 600;
    color: #024ef5;
    background: #024ef52e;
}

.pagination div button[disabled]:hover {
    box-shadow: none;
}

.download-buttons {
    width: 100%;
}

.download-buttons button {
    height: 40px;
    padding: 0 25px;
    border: none;
    background-color: #f9f9f9;
}
.text-bg-light {
    background-color: #2c2c2c !important;
    color: #fff !important;
    padding: 10px 15px;
}
.text-bg-primary {
    background-color: #3F40E9 !important;
}
.document-icon {
    height: 65px;
    width: 65px;
    line-height: 64px;
    font-size: 30px;
    background-color: #ffffff1a;
    border-radius: 10px;
}
.text-dots {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gap {
    display: none;
    width: 90%;
    margin: auto;
    flex-wrap: nowrap;
    justify-content: start;
    overflow-x: scroll;
    margin-bottom: 120px;
}

.gap a {
    margin: 20px auto 10px auto;
    padding: 0 20px;
    text-align: center;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #12302e;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gap a:hover {
    text-decoration: underline;
}

.gap::-webkit-scrollbar {
    height: 8px;
}

.gap::-webkit-scrollbar-track {
  background: #fff;
}

.gap::-webkit-scrollbar-thumb {
  background: #e4e4e4;
  border-radius: 10px;
}
.entry-header {
    margin: 50px 0 30px 0;
}
input:hover, input:focus, textarea:hover, textarea:focus {
    background-color: #2c2c2c !important;
}

.form label {
    padding-left: 12px;
    font-weight: 600;
}
.form-text {
    padding-left: 12px;
}

.form input, .form select, .form textarea, .form-control {
    width: 100%;
    resize: none;
    font-size: 15px;
    border: none;
    border-radius: 15px;
    background-color: #2c2c2c !important;
}

.form input::placeholder, .form select::placeholder, .form textarea::placeholder {
    color: #a5a5a5 !important;
}

.right {
    text-align: right;
}
.center {
    text-align: center;
}
.container-table {
    margin-bottom: 20px;
   overflow-x: auto;
}
.table {
    margin-bottom: 10px;
   table-layout: fixed;
   overflow:  hidden;
   border-radius: 8px;
   background-color: #2c2c2c;
}
thead tr {
    border-bottom: 2px solid #212121;
}
thead th {
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}
tbody tr {
    height: 45px;
    border-bottom: 1px solid #212121;
}
tbody tr:last-child {
    border-bottom: transparent;
}
tbody tr {
    height: 45px;
    border-bottom: 1px solid #212121;
}
tbody td {
    padding-left: 25px !important;
    overflow-x: auto;
    line-height: 30px;
    white-space: nowrap;
    font-size: 15px;
}
tbody td span {
    user-select: none;
    margin-right: 10px;
    color: #646464;
    font-weight: 500;
}
.sticky-column td {
  position: absolute;
    width: 300px;
    height: 36px;
    border-top: 0 !important;
    background: #f9f9f9;
    z-index: 9999;
}
.sticky-column th {
  position: absolute;
    width: 300px;
    height: 53px;
    background: #f9f9f9;
    z-index: 9999;
}

.features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 150px;
}

.feature {
  width: calc(50% - 20px);
}

.feature .feature-text h2 {
  font-size: 20px;
}

.feature .feature-text p {
  font-size: 15px;
}

@media (max-width: 1024px){
    
    .features {
      display: block;
    }
    
    .feature {
      width: 100%;
      margin-bottom: 40px;
    }
    
    .pagination select, .pagination span {
        display: none;
    }
    
    .sticky-column td, .sticky-column th {
        position: initial;
    }
    
    .tool-header .intro {
        font-size: 18px !important;
    }
}

.form input, .form select {
    height: 50px;
    font-size: 15px;
    border: none;
    background-color: #f9f9f9;
}

.form-group {
    display: flex;
    width: 100%;
    margin-right: 20px;
    padding: 0 10px;
    border-radius: 15px;
    background-color: #f9f9f9;
}

input::placeholder {
    color: #a5a5a5 !important;
}
.btn {
    min-height: 50px;
    padding: 0 35px !important;
    line-height: 50px;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 600;
    border: none;
}

.btn-sm {
    font-weight: 600;
    border: none;
    border-radius: 8px;
}

.btn-primary {
    --bs-btn-bg: #3F40E9;
    --bs-btn-hover-bg: #3F40E9;
    --bs-btn-disabled-bg: #3F40E9;
    --bs-btn-active-bg: #3F40E9;
    color: #fff;
}
.btn-secondary {
    --bs-btn-bg: #3F40E9;
    --bs-btn-hover-bg: #3F40E9;
    --bs-btn-disabled-bg: #3F40E9;
    --bs-btn-active-bg: #3F40E9;
}
.btn-transparent {
    color: #fff;
    background: transparent !important;
}
.btn-icon-success {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    border: none;
    border-radius: 28px;
    text-align: center;
    background: #00ffe717;
    color: #00d5c1;
}
.btn-icon-hot {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    border: none;
    border-radius: 28px;
    text-align: center;
    background: #ff57221a;
    color: #FF5722;
}
.btn-icon-new {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    border: none;
    border-radius: 28px;
    text-align: center;
    background: #2196f317;
    color: #2196f3;
}
.btn-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
    border-radius: 45px;
    border: none;
}
.btn-red {
    color: #f4212e;
    background: #f4212e12;
}
.btn-red:hover, .btn-red:focus {
    color: #f4212e;
    background: #f4212e12;
}
.btn-blue {
    color: #1d9bf0;
    background: #1d9bf012;
}

.btn-primary[disabled] {
    background: #024ef57a;
    cursor: not-allowed;
}
.btn .credits {
    display: block;
    margin-top: -32px;
    opacity: 0.6;
    font-size: 0.8rem;
}
.actions a {
    color: #024ef5;
    background-color: #024ef51a;
    border-radius: 10px;
    font-size: 11px;
    padding: 5px 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.meta-box {
    padding: 10px 20px;
    font-size: 15px;
    background-color: #2c2c2c;
    border-radius: 10px;
}
.meta-box p {
    margin: 0;
}
.return {
    min-height: 40px;
}
.lds-dual-ring {
    display: none;
  visibility: hidden;
  margin: auto;
  width: 40px;
  height: 40px;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 40px;
  height: 40px;
  margin: 4px;
  border-radius: 50%;
  border: 6px solid #b1b1b1;
  border-color: #b1b1b1 transparent #b1b1b1 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.color-menu {
    color: #adadad;
}
.navbar .nav-link {
    color: var(--bs-body-color);
}
.navbar-nav .nav-link span {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
    color: #adadad;
}
.nav-tabs-flex {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    border: none !important;
}
.nav-tabs .nav-link, .list-group-item a {
    width: 100%;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    color: #adadad;
    border: none !important;
}

.nav-tabs .nav-link svg {
    margin-right: 10px;
    vertical-align: text-bottom;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    color: inherit;
    border: none;
    box-shadow: none;
    background: #ededed !important;
}

.nav-tabs .nav-link:hover, .list-group-item.active, .list-group-item.active a, .list-group-item a:hover {
    margin-top: 0;
    color: #fff !important;
    background-color: inherit !important;
}
.nav-tabs .nav-link.active {
    border-radius: 15px;
    background-color: #ffffff24 !important;
}
.tab-content h2 {
    padding-bottom: 0.5rem;
    font-size: 22px;
}
@media (max-width: 1024px){
    .form {
        display: block;
    }
    
    .form-group {
        display: block;
        margin-bottom: 15px;
    }
    
    .tool-search input {
        width: 100%;
    }
    
    .meta-box {
        width: 100%;
    }
    
    .form-group select {
        display: block;
        width: 100%;
        height: 50px;
        padding: 10px;
        border-radius: 0;
        border: none;
        border-top: 2px solid #e9e9e9;
    }
}

.text-right {
    text-align: right;
}
.fw-bolder {
    font-weight: 500 !important;
}
.card {
    background: #212121;
    border: none;
    border-radius: 5px;
}
.card-head .badge {
    height: 20px;
}
.badge.bg-success {
    background: #2ff2b817 !important;
    color: #24d9a3;
}
.tweet {
     margin-bottom: 20px !important;
	 padding: 14px 14px 5px;
	 display: flex;
	 align-items: start;
	 max-width: 500px;
	 font-size: 15px;
	 background: white;
	 border: 2px solid #f9f9f9;
	 border-radius: 5px;
}
 .tweet .card-body {
	 padding-left: 10px;
	 flex: 1;
}
 .tweet p {
	 line-height: 1.3;
	 margin: 10px 0 5px 0;
}
 .tweet .avatar {
	 border-radius: 50%;
}
 .tweet .label {
	 font-weight: bold;
	 color: #333;
}
 .tweet .time {
	 padding-left: 10px;
	 display: inline-block;
	 position: relative;
}
 .tweet .time:before {
	 content: '.';
	 position: absolute;
	 display: block;
	 top: -5px;
	 left: 0px;
	 font-weight: bold;
}
 .tweet .actions {
	 list-style: none;
	 padding: 0;
	 display: flex;
	 overflow: hidden;
	 margin: 0;
}
 .tweet .actions .icon {
	 margin: 0 10px 0 0;
	 padding: 10px;
	 color: #666;
	 transition: background-color 0.25s;
	 border-radius: 50%;
}
 .tweet .actions .icon:hover {
	 color: #333;
	 cursor: pointer;
	 background-color: #eee;
}
.error {
    padding: 15px;
    line-height: 150%;
    text-align: center;
    font-size: 15px;
    border: 2px solid #FA8072;
    border-radius: 20px;
    color: #FA8072;
}

.loader p {
    text-align: center;
    font-size: 15px;
}
.spinner-border {
    margin-bottom: 16px;
    opacity: 0;
    transition: opacity 2s;
}
.path::before {
    content: '';
    display: block;
    position: relative;
    height: 40px;
    left: 50%;
    width: 3px;
    background: #212121;
    transform: translateX(-50%);
}
.path-x::before {
    content: '';
    display: block;
    position: relative;
    height: 3px;
    width: calc(69% - 4px);
    left: 50%;
    background: #212121;
    transform: translateX(-50%);
}
.path-y::before {
    content: '';
    display: block;
    position: relative;
    left: 50%;
    height: 50px;
    width: 3px;
    top: 10px;
    background: #212121;
    transform: translateX(-50%);
}
.path-icon {
    position: relative;
    margin-bottom: -25px;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 35px;
    border: 3px solid #212121;
    color: #212121;
    border-radius: 100%;
}
.card-icon i {
    display: block;
    width: 35px;
    height: 35px;
    margin-right: 15px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    background: #ffffff33;
    border-radius: 14px;
    color: var(--bs-heading-color,inherit);
}
.card-icon-lg i {
    display: block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 26px;
    background: #ffffff33;
    border-radius: 20px;
    color: var(--bs-heading-color,inherit);
}
.color-1 {
    color: #a370f7;
    background-color: #f5efff;
}
.color-2 {
    color: #9EFD38;
    background-color: #f4ffe8;
}
.color-3 {
    color: #0F056B;
    background-color: #edecfd;
}
.color-4 {
    color: #FB5607;
    background-color: #ffeee6;
}