/*######################################################################################################################
  BASE FONTS
######################################################################################################################*/
/*######################################################################################################################
  IMPORTS
######################################################################################################################*/
/*######################################################################################################################
  GLOBAL VARIABLES - TNK Design Colors
######################################################################################################################*/
/*Main Color Schema light mode*/
:root {
  --C000: #000000;
  --C100: #FFFFFF;
  --C101: #1B2A41;
  --C102: #F4F7FB;
  --C103: #D0D9E8;
  --C104: #B2C7DA;
  --C105: #8FA4BF;
  --C106: #5C7D99;
  --C107: #3D5A73;
  --C108: #9FC3D4;
  --C109: #244D61;
  --C110: #101E30;
  --C111: #007BFF;
  --C112: #6C757D;
  --C113: #28A745;
  --shadow-inset: inset 0px 0px 2px #fefefed1;
  --shadow-soft: 0px 4px 8px rgba(0, 0, 0, 0.1);
  --bg-light: rgba(255, 255, 255, 0.85);
  --bg-dark: rgba(20, 20, 20, 0.6);
}
.dark-mode-variables {
  --C000: #1A1B1F;
  --C100: #26272A;
  --C101: #2E2F33;
  --C102: #3A3B40;
  --C103: #43454A;
  --C104: #000000;
  --C105: #3D3D3D;
  --C106: #8698A8;
  --C107: #B8C6D8;
  --C108: #E86D84;
  --C109: #093740;
  --C110: #B4CAD9;
}
@media (prefers-color-scheme: dark) {
  .dark\:bg-gray-100 {
    background-color: initial;
  }
  .dark\:bg-gray-800 {
    background-color: initial;
  }
  .dark\:bg-gray-900 {
    background-color: initial;
  }
  .dark\:text-gray-100 {
    color: initial;
  }
  .dark\:border-gray-800 {
    border-color: initial;
  }
  .dark\:bg-black {
    background-color: initial;
  }
  .dark\:bg-white {
    background-color: initial;
  }
  .dark\:bg-gray-800 {
    background-color: var(--C100);
  }
  .dark\:text-gray-100 {
    color: var(--C107);
  }
  .dark\:text-gray-200,
  .dark\:text-gray-300 {
    color: var(--C107);
  }
  .bg-gray-100 {
    background-color: unset;
  }
}
[data-theme="dark"]  {
  --C000: #1A1B1F;
  --C100: #26272A;
  --C101: #2E2F33;
  --C102: #3A3B40;
  --C103: #43454A;
  --C104: #000000;
  --C105: #3D3D3D;
  --C106: #8698A8;
  --C107: #B8C6D8;
  --C108: #E86D84;
  --C109: #093740;
  --C110: #B4CAD9;
}
[data-theme="dark"]  .dark\:bg-gray-100 {
  background-color: initial;
}
[data-theme="dark"]  .dark\:bg-gray-800 {
  background-color: initial;
}
[data-theme="dark"]  .dark\:bg-gray-900 {
  background-color: initial;
}
[data-theme="dark"]  .dark\:text-gray-100 {
  color: initial;
}
[data-theme="dark"]  .dark\:border-gray-800 {
  border-color: initial;
}
[data-theme="dark"]  .dark\:bg-black {
  background-color: initial;
}
[data-theme="dark"]  .dark\:bg-white {
  background-color: initial;
}
[data-theme="dark"]  .dark\:bg-gray-800 {
  background-color: var(--C100);
}
[data-theme="dark"]  .dark\:text-gray-100 {
  color: var(--C107);
}
[data-theme="dark"]  .dark\:text-gray-200,
[data-theme="dark"]  .dark\:text-gray-300 {
  color: var(--C107);
}
[data-theme="dark"]  .bg-gray-100 {
  background-color: unset;
}
/*######################################################################################################################
  GLOBAL VARIABLES - TNK FONTS
######################################################################################################################*/
@font-face {
  font-family: 'roboto_regular';
  src: url(/fonts/Roboto-Regular.woff2?86a2beffef3e35f5c8677c37f12a5db6) format('woff2'), url(/fonts/Roboto-Regular.woff?f337b8880ca3d4b5b8743502d7a544d2) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'roboto_medium';
  src: url(/fonts/Roboto-Medium.woff2?5188cc52c44a46ec389aa10026f5fcdd) format('woff2'), url(/fonts/Roboto-Medium.woff?952ab5a0231c9f9dfcf0f361ae34e21a) format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'roboto_bold';
  src: url(/fonts/Roboto-Bold.woff2?0f53c89e290dfbbae43f5d1b20ba2197) format('woff2'), url(/fonts/Roboto-Bold.woff?3fa5ceb7c1e9b1215d0c878beda5c726) format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*Roboto Regular 8pt*/
.F1 {
  font-family: "roboto_regular";
  font-size: 8pt;
}
/*Roboto Regular 5pt*/
.F2 {
  font-family: "roboto_regular";
  font-size: 5pt;
}
/*Roboto Regular 7pt*/
.F3 {
  font-family: "roboto_regular";
  font-size: 7pt;
}
/*Roboto Medium 8pt*/
.F4 {
  font-family: "roboto_medium";
  font-size: 8pt;
}
/*Roboto Bold 13pt*/
.F5 {
  font-family: "roboto_bold";
  font-size: 13pt;
}
@media (min-width: 992px) {
  /*Roboto Regular 12pt*/
  .F1 {
    font-size: 12pt;
  }
  /*Roboto Regular 9pt*/
  .F2 {
    font-size: 9pt;
  }
  /*Roboto Regular 7pt*/
  .F3 {
    font-size: 7pt;
  }
  /*Roboto Medium 12pt*/
  .F4 {
    font-size: 12pt;
  }
  /*Roboto Bold 17pt*/
  .F5 {
    font-size: 17pt;
  }
}
/*######################################################################################################################
  GLOBAL VARIABLES - BREAKPOINTS
######################################################################################################################*/
* {
  margin: 0;
}
html,
body {
  background-color: var(--C100);
  scrollbar-width: thin;
  scrollbar-color: var(--C109) transparent;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 8px;
  height: 12px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  border-radius: 10px;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: var(--C109);
  border-radius: 10px;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  font-family: "roboto_regular" !important;
  color: var(--C110);
  background-color: var(--C100);
}
body .btn {
  background-color: var(--C110);
}
body .tnk-navbar {
  box-shadow: var(--shadow-inset);
  -webkit-backdrop-filter: blur(27.2px);
  backdrop-filter: blur(27.2px);
  background-color: var(--bg-light) !important;
}
body .tnk-presenter-box {
  box-shadow: var(--shadow-inset);
  -webkit-backdrop-filter: blur(27.2px);
  backdrop-filter: blur(27.2px);
  background-color: var(--bg-light) !important;
}
body .tnk-onboarding-list {
  background-color: var(--C100);
}
body .tnk-onboarding-list .card-header {
  background-color: var(--C100);
}
body .tnk-onboarding-invitation .card-header {
  background-color: var(--C100);
}
.version {
  position: fixed;
  bottom: 0;
  background-color: var(--C110);
  color: var(--C110);
  font-size: 11px;
  padding: 5px;
  line-height: 5px;
  border-top-right-radius: 5px;
}

