/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
div.warning {
  display: inline-block;
  background: #ffea99;
  border-radius: 10px;
  padding: 10px 15px;
}
.image-header {
  display: block;
  margin: auto;
  width: 300px;
  height: 100px;
}
.content {
  position: relative;
  z-index: 1;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 100%;
}
.hdr {
  height: 110px;
  width: 100%;
}
.main {
  background: #ffffff;
  border-radius: 25px;
  padding: 0 30px 54px 30px;
  overflow-x: auto;
}
.ftr {
  height: 110px;
  color: #fff;
}
.table-title {
  font-weight: bold;
  text-align: center;
  padding-top: 18px;
  margin: 0;
}
.domain-switch {
  font-weight: bold;
  text-align: right;
  margin-left: 30px;
}
.gen-info {
  font-size: 14px;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0;
}
body {
  background-color: #f8f9fa;
  position: relative;
  font-weight: 400;
  color: rgb(33, 37, 41);
  line-height: 1.6;
  font-size: 18px;
  margin: 0;
}

.app-shell {
  padding-inline: clamp(16px, 3vw, 32px);
}
table {
  background: #f5f5f5;
  border-collapse: separate;
  font-size: 14px;
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
th {
  background: #dc3545;
  box-shadow: inset 0 1px 0 #999;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  position: relative;
  text-shadow: 0 1px 0 #000;
}
th:after {
  content: '';
  display: block;
  height: 25%;
  left: 0;
  margin: 1px 0 0 0;
  position: absolute;
  top: 25%;
  width: 100%;
}
th:first-child {
  box-shadow: 0 0 0 0 #999;
}
th:last-child {
  box-shadow: 0 0 0 0 #999;
}
td {
  border-right: 1px solid #fff;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  transition: all 300ms;
  width: 140px;
}
td.small {
  width: 30px;
}
td:last-child {
  border-right: 1px solid #e8e8e8;
}
tbody:hover tr:hover td {
  background: #ddd;
  color: #444;
  text-shadow: 0 1px 0 #fff;
}

table.sortable tbody {
  counter-reset: sortabletablescope;
}
table.sortable thead tr::before {
  content: '#';
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  text-shadow: 0 1px 0 #000;
  font-weight: bold;
  background: #dc3545;
  color: #fff;
}
table.sortable tbody tr::before {
  content: counter(sortabletablescope);
  counter-increment: sortabletablescope;
  display: table-cell;
  border-right: 1px solid #fff;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e8e8e8;
  width: 50px;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
}

button {
  display: inline-block;
  padding: 7px 20px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  background: #dc3545;
  color: #fff;
  margin-right: 10px;
  margin-left: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 130px;
  font-family: 'Open Sans', sans-serif;
}

button:disabled {
  background: #ccc;
  color: #fff;
}

button.no {
  background: #ffffff;
  color: #dc3545;
  border: solid;
  border-radius: 5px;
}

button.compare-top {
  position: absolute;
  right: 0;
  top: 0;
}

button.compare-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}

button.icon {
  width: 32px;
  height: 32px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0px;
}

button.margin {
  margin-right: 28px;
  width: 120px;
}

input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  transition: border-color 0.3s;
  margin-left: 2px;
}

/* Material React Table filter inputs - white text */
.MuiTableHead-root input,
.MuiTableHead-root .MuiInputBase-input,
.MuiTableHead-root .MuiInput-input,
th input,
th .MuiInputBase-input {
  color: white !important;
}

.MuiTableHead-root input::placeholder,
th input::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
  opacity: 1 !important;
}

/* Hide filter inputs in the FIRST header row ONLY when there are multiple header rows (to prevent duplicates) */
thead tr:first-child:not(:last-child) .MuiCollapse-root {
  display: none !important;
}
/* Disable hover highlight on non-grouped leaf columns in row 1 (they are duplicated in row 2) */
thead tr:first-child:not(:last-child) th:has(.MuiCollapse-root):hover,
thead tr:first-child:not(:last-child) th:has(.MuiCollapse-root):hover::before,
thead tr:first-child:not(:last-child) th:has(.MuiCollapse-root):hover::after {
  background-color: #dc3545 !important;
  cursor: default;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 2px;
  background-color: #f8f9fa;
  color: #fff;
  height: 32px;
}

nav {
  text-align: center;
}

nav ul {
  list-style: none;
  display: flex;
}

nav li:hover {
  color: #dc3545;
}

nav a {
  text-decoration: none;
  color: #333;
  transition: color 0.2s ease;
}

nav a:hover {
  color: #dc3545;
}

.center-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.api-down {
  color: #fff; /* White text color */
  padding: 10px 20px; /* Padding inside the div */
  border-radius: 5px; /* Rounded corners */
  text-align: center; /* Center-align text */
  font-size: 20px; /* Font size */
  font-weight: bold; /* Bold text */
  background-image: url('https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExYjQ1N3FoZ2FhOWU2eWFscTNucmwxMGtoYjI1OTNzaXFlMDgzMzdpbCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/jVXFjlrfhFCqMpnw9C/giphy.gif');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 600px;
}

.no-entity {
  color: #212529;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  height: 600px;
  background-color: '#fff';
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
  z-index: 1;
}

/* Styles for the loading div */
.loading {
  display: flex; /* Center contents horizontally and vertically */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  color: #fff; /* White text color */
  width: 100%; /* Full width of the parent container */
  height: 100%; /* Full height of the parent container */
  position: fixed; /* Position the div over the entire viewport */
  top: 0; /* Align to the top of the viewport */
  left: 0; /* Align to the left of the viewport */
  z-index: 9999; /* Ensure the div appears on top of other content */
}

.loading-text {
  font-size: 24px; /* Font size for the loading text */
  font-weight: bold; /* Bold text */
}

.loading-spinner {
  border: 4px solid #dc3545; /* White border */
  border-top: 4px solid transparent; /* Transparent top border */
  border-radius: 50%; /* Rounded shape */
  width: 40px; /* Width of the spinner */
  height: 40px; /* Height of the spinner */
  animation: spin 1s linear infinite; /* Rotate animation */
  margin-right: 10px; /* Margin to separate from text */
}

/* Animation for the spinner */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Container for the checkbox */
.checkbox-container {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

/* Hide the default checkbox */
.checkbox-container input[type='checkbox'] {
  display: none;
}

/* Custom checkbox design */
.checkbox-custom {
  display: flex; /* Center contents horizontally and vertically */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  height: 25px; /* Adjust the size to your liking */
  width: 25px; /* Adjust the size to your liking */
  background-color: #fff;
  border: 1px solid #dc3545; /* Checkbox border color */
  border-radius: 4px; /* Rounded corners */
}

/* Checkbox icon (checkmark) */
.checkbox-custom::after {
  content: '✔'; /* Checkmark symbol */
  font-size: 25px; /* Adjust the size to your liking */
  color: #dc3545; /* Checkmark color */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

/* Show the checkmark when the checkbox is checked */
.checkbox-container input[type='checkbox']:checked + .checkbox-custom::after {
  opacity: 1;
}

.disabled {
  border: 1px solid #ccc;
}

.hovertext {
  position: relative;
  border-bottom: 1px dotted #333;
}

.hovertext:before {
  content: attr(data-hover);
  visibility: hidden;
  opacity: 0;
  width: 65px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  transition: opacity 1s ease-in-out;
  font-size: 12px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 110%;
}

.hovertext:hover:before {
  opacity: 1;
  visibility: visible;
}

.left-nav-top {
  color: #dc3545;
  font-size: 18px;
  font-weight: bold;
}

.exec-list:hover {
  border: 1px solid #dc3545;
}

.scroll-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.scroll-box__wrapper {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
}

.scroll-box__container {
  height: 100%;
  display: inline-flex;
}
.new-line {
  white-space: pre-wrap;
}
.MuiTableCell-head[data-pinned='true']:before {
  background-color: #dc3545 !important;
}

/* Remove hover highlight on pinned body cells — their ::before overlay looks different from unpinned cells */
tbody tr:hover td[data-pinned='true']::before {
  background-color: transparent !important;
}

/* Drawer links should never appear as browser-default blue */
.MuiDrawer-paper a {
  color: inherit;
}

/* Scrollbar styling */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/* Dark mode overrides for non-MUI elements */
body.dark .no-entity {
  color: #e0e0e0;
}
body.dark {
  background-color: #121212;
  color: #e0e0e0;
}
body.dark .main {
  background: #1e1e1e;
}
body.dark table {
  background: #2a2a2a;
}
body.dark td {
  border-color: #444;
  color: #e0e0e0;
}
body.dark nav a {
  color: #e0e0e0;
}
body.dark ::-webkit-scrollbar-track {
  background: #2a2a2a;
}
body.dark ::-webkit-scrollbar-thumb {
  background: #555;
}
body.dark ::-webkit-scrollbar-thumb:hover {
  background: #777;
}
body.dark * {
  scrollbar-color: #555 #2a2a2a;
}
body.dark nav a:hover {
  color: #ff6b7a;
}
body.dark header {
  background-color: #1e1e1e;
}

/* ===================== Driver.js Tour Styles ===================== */

.pd-tour.driver-popover {
  min-width: 680px !important;
  max-width: 780px !important;
  border-radius: 12px !important;
  padding: 24px !important;
  font-family: 'Open Sans', sans-serif !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15) !important;
  background-color: #ffffff !important;
  color: #212529 !important;
  border: 1px solid #dee2e6 !important;
}

.pd-tour.driver-popover .driver-popover-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 16px !important;
  padding-bottom: 12px !important;
  padding-top: 0 !important;
  border-bottom: 1px solid #dee2e6 !important;
  color: #212529 !important;
  font-family: 'Open Sans', sans-serif !important;
  background: transparent !important;
  text-shadow: none !important;
}

.pd-tour.driver-popover .driver-popover-description {
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #495057 !important;
  font-family: 'Open Sans', sans-serif !important;
  text-shadow: none !important;
}

.pd-tour.driver-popover .driver-popover-footer {
  margin-top: 20px !important;
  gap: 10px !important;
}

.pd-tour.driver-popover .driver-popover-navigation-btns {
  gap: 12px !important;
}

.pd-tour.driver-popover .driver-popover-progress-text {
  font-size: 13px !important;
  color: #868e96 !important;
  font-family: 'Open Sans', sans-serif !important;
  text-shadow: none !important;
}

/* Button base reset — убирает все глобальные стили */
.pd-tour.driver-popover button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  margin: 0 !important;
  text-shadow: none !important;
  -webkit-font-smoothing: antialiased !important;
  letter-spacing: normal !important;
}

.pd-tour.driver-popover button::before,
.pd-tour.driver-popover button::after {
  content: none !important;
  display: none !important;
}

.pd-tour.driver-popover .driver-popover-prev-btn {
  background: transparent !important;
  color: #6c757d !important;
  border: 1px solid #ced4da !important;
  border-radius: 6px !important;
  padding: 9px 20px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  font-family: 'Open Sans', sans-serif !important;
  transition: all 0.2s !important;
}

.pd-tour.driver-popover .driver-popover-prev-btn:hover {
  border-color: #dc3545 !important;
  color: #dc3545 !important;
  background: rgba(220, 53, 69, 0.05) !important;
}

.pd-tour.driver-popover .driver-popover-next-btn,
.pd-tour.driver-popover .driver-popover-done-btn {
  background: #dc3545 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 9px 22px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  font-family: 'Open Sans', sans-serif !important;
  transition: background 0.2s !important;
}

.pd-tour.driver-popover .driver-popover-next-btn:hover,
.pd-tour.driver-popover .driver-popover-done-btn:hover {
  background: #b02a37 !important;
}

.pd-tour.driver-popover .driver-popover-close-btn {
  color: #adb5bd !important;
  font-size: 20px !important;
  background: transparent !important;
  padding: 2px 6px !important;
  line-height: 1 !important;
}

.pd-tour.driver-popover .driver-popover-close-btn:hover {
  color: #dc3545 !important;
  background: transparent !important;
}

/* Dark mode */
body.dark .pd-tour.driver-popover {
  background-color: #1e1e1e !important;
  color: #e0e0e0 !important;
  border-color: #383838 !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5) !important;
}

body.dark .pd-tour.driver-popover .driver-popover-title {
  color: #e0e0e0 !important;
  border-bottom-color: #383838 !important;
}

body.dark .pd-tour.driver-popover .driver-popover-description {
  color: #b0b0b0 !important;
}

body.dark .pd-tour.driver-popover .driver-popover-progress-text {
  color: #6c757d !important;
}

body.dark .pd-tour.driver-popover .driver-popover-prev-btn {
  color: #adb5bd !important;
  border-color: #444 !important;
}

body.dark .pd-tour.driver-popover .driver-popover-prev-btn:hover {
  border-color: #dc3545 !important;
  color: #ff6b7a !important;
  background: rgba(220, 53, 69, 0.1) !important;
}

body.dark .pd-tour.driver-popover .driver-popover-close-btn {
  color: #666 !important;
}

body.dark .pd-tour.driver-popover .driver-popover-close-btn:hover {
  color: #ff6b7a !important;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"src/app/font.tsx","import":"Roboto_Mono","arguments":[{"subsets":["latin"]}],"variableName":"inter"} ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url(/_next/static/media/1f160ec2cb9962ef-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url(/_next/static/media/ad8a7e2c3c2c120b-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url(/_next/static/media/cde148027b808b99-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url(/_next/static/media/e61ae719f7cc4155-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url(/_next/static/media/0ea4f4df910e6120-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url(/_next/static/media/739c2d8941231bb4-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Roboto Mono Fallback';src: local("Arial");ascent-override: 77.84%;descent-override: 20.13%;line-gap-override: 0.00%;size-adjust: 134.61%
}.__className_5899e0 {font-family: 'Roboto Mono', 'Roboto Mono Fallback';font-style: normal
}

