html {
    font-family: "Roboto", sans-serif;
}
body {
    padding:0px;
    margin:0px;
}
.b {
    padding-left: 15px;
    padding-top: 15px;
    padding-right:15px;
}
h1 {
     font-family: "Roboto", sans-serif;
     margin:0px;
     margin-bottom: 15px;
     padding-left:15px;
}
table {
    /* font-family: "Roboto Mono", sans-serif; */
    border-collapse: collapse;
    margin-bottom: 10px;
    font-size: 14px;
    border-right:1px solid #00000030;
    border-left:1px solid #00000030;
    margin-right:15px;
    border:2px;
    border-radius:8px;
}
thead {
    /* font-family: "Roboto Mono", sans-serif; */
    background-color: rgb(228, 228, 228);
    border-bottom: 1px solid black;
    /* border-radius:8px; */
}
th, td {
    /* font-family: "Roboto Mono", sans-serif; */
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: none;
    border-right: none;
    padding: 8px;
    white-space: nowrap;
    /* border-radius:8px; */
}
button {
    /* font-family: "Roboto Mono", sans-serif; */
    background-color: white;
    border: 1px solid #00000030;
    padding: 7px;
    cursor: pointer;
    /* border-radius: 3px; */
    margin:0px;
    font-size: 14px;
    margin-bottom:5px;
    border-radius:4px;
    transition: transform 0.1s ease, background 0.1s ease;
}
button:hover {
    background-color: #f0f0f0;
}
button:active {
    background-color: rgb(228, 228, 228);
}
.table_button {
    /* font-family: "Roboto Mono", sans-serif; */
    background-color: white;
    border:none;
    border-bottom: 1px solid black;
    border-radius: 0px;
    transition: transform 0.1s ease, background 0.1s ease;
}

.table_button.active {
    background-color: rgb(228, 228, 228);
    font-weight: bold;
    /* transform: scale(1.05); */
}

input {
    font-family: "Roboto", sans-serif;
    background-color: white;
    border: 1px solid #00000030;
    padding: 7px;
    /* border-radius: 3px; */
    font-size: 14px;
}

input:hover,
input:focus {
    background-color: #f0f0f0;
    outline: none;
}
.code {
    font-family: "Roboto Mono", sans-serif;
    background-color: #f0f0f0;
    border: 1px solid #00000030;
    padding: 7px;
    display: inline-block;
    margin:0px;
    /* border-radius: 3px; */
    max-width: 100%;
    scrollbar-gutter: stable;
    white-space: pre; 
    box-sizing: border-box;
    overflow:overlay;
    border-radius:4px;
}
.code-align {
    font-family: "Roboto Mono", sans-serif;
    padding: 7px;
    display: inline-block;
    margin:0px;
    max-width: 100%;
    scrollbar-gutter: stable;
    white-space: pre; 
    box-sizing: border-box;
    overflow:overlay;
}
.stage {
    /* font-family: "Roboto Mono", sans-serif; */
    background-color: #ffffff;
    /* border: 1px solid black; */
    /* border-right:1px solid #00000030;
    border-left:1px solid #00000030; */
    padding: 7px;
    display: inline-block;
    margin:0px;
    overflow-x:clip; 
    margin-bottom:10px;
    width:100%;
    box-sizing: border-box;
    border-radius:8px;
}
.stage-header {
    /* font-family: "Roboto Mono", sans-serif; */
    background-color: #508cd0ba;
    border: 1px solid black;
    border-right:1px solid #00000030;
    border-left:1px solid #00000030;
    border-bottom:none;
    padding: 7px;
    margin:0px;
    overflow-x:clip;
    width:100%;
    box-sizing: border-box;
    color: white;
}
div {
    margin:0px;
    padding:0px;
}
h2 {
    /* font-family: "Roboto Mono", sans-serif; */
    padding:0px;
    margin:0px;
    margin-bottom:5px;
    margin-top:20px;
}
h3 {
    /* font-family: "Roboto Mono", sans-serif; */
    padding:0px;
    margin:0px;
    margin-bottom:5px;
    margin-top:0px;
}
p {
    font-size: 14px;
    padding:0px;
    margin:0px;
    margin-bottom:5px;
}
a {
    font-size: 14px;
    padding:0px;
    margin:0px;
    margin-bottom:5px;
}
.top-right-box {
  position: fixed;
  top: 0;
  right: 0;
  margin: 20px;
  z-index:1000;
}

.banner {
    background-color: #2f86e8e3;
    color: white;
    top: 0;
    padding:0px;
    padding-top:15px;
    padding-bottom:0.1px;
    margin:0;
    width: 100%;
    position:fixed;
    z-index: 10;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    height:4px;
    
}

/* Track */
::-webkit-scrollbar-track {
  background: #e4e4e4;
    
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c6c6c6;
border-radius:100px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a5a5a5;
}
.copy_button {
    /* font-family: "Roboto Mono", sans-serif; */
    background-color: white;
    cursor: pointer;
    margin:0px;
    flex: 1;
    max-width:30px;
    width:30px;
    min-width:30px;
    margin-right:5px;
    padding:0px;
    border-color:#00000030;
    border-radius:4px;
    background-color: #f0f0f0;
    transition: transform 0.1s ease, background 0.1s ease;
}
.copy_button:hover {
    background-color: rgb(228, 228, 228);
}
.copy_button:active {
    background-color: white;
    transform: scale(0.9);
}
.code-row {
    display:flex;
    margin-bottom:5px;
}

img {
    height: 1em;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
  background-color: white;
}

.check-button {
    font-family: "Roboto", sans-serif;
    background-color: white;
    border: 1px solid #00000030;
    padding: 7px;
    border-radius: 4px;
    font-size: 14px;
    display:inline;
}

.flex-container > * {
    margin: 5px;
    vertical-align: middle;
    border-radius: 4px; 
}
select {
    font-family: "Roboto", sans-serif;
    background-color: white;
    border: 1px solid #00000030;
    padding: 7px;
    /* border-radius: 3px; */
    font-size: 14px;
}

.dropdown-content {
  display: none;
}
.dropdown-btn {
    transition: transform 0.1s ease, background 0.1s ease;
}
.dropdown-btn:hover {
    background-color: rgb(228, 228, 228);
}
.dropdown-btn:active {
    background-color:white;
}
.arrow-icon {
  transition: transform 0.15s ease;
  margin-left: 6px;
}

.arrow-icon.open {
  transform: rotate(90deg);
}