/* Style the tab */
.tab {
    overflow-x: hidden;
    overflow-y: hidden;

    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.header-help {
    background-color: #661f35;
    border: none;
    color: white !important;
    /*padding: 0px 10px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /*font-size: 17px !important;*/
    /*border-radius: 4px;*/
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px inset;

    appearance: none;
    border-radius: 6px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 14px;
    line-height: 20px;
    padding: 4px 10px;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

.h4-help {
    background-color: #661f35; /* Green */
    border: none;
    color: white !important;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px !important;
    border-radius: 40px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px inset;
    appearance: none;
    box-sizing: border-box;
    cursor: pointer;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";

}

.popover-content {
    font-size: 1.5rem;
    /*text-align:center;*/
}

.popover-title {
    font-size: 2rem;
    text-align: center;
}

.label-info {
    background-color: #661f35 !important;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tabcontent tr:hover th {
    background-color: transparent !important;
}

.tabcontent tr:nth-child(odd):hover td {
    background-color: #F9F9F9 !important;
}

/* Style the tab content */
.tabcontent_api {
    display: none;

}

#request {
    border: thin solid black;
    width: 90% !important;
    text-align: justify;
    background-color: #f1f1f1;
    word-wrap: break-word; /* words won't go from the boundry */
    margin: 10px 20px auto;
    /* top, left, bottom*/
    padding: 10px 20px 30px;
    float: left;
}

/*tree*/

#fontSizeWrapper {
    font-size: 16px;
}

#fontSize {
    width: 100px;
    font-size: 1em;
}

/* ————————————————————–
  Tree core styles
*/
.tree {
    margin: 1em;
}

.tree input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.tree input ~ ul {
    display: none;
}

.tree input:checked ~ ul {
    display: block;
}

/* ————————————————————–
  Tree rows
*/
.tree li {
    line-height: 1.2;
    position: relative;
    padding: 0 0 1em 1em;
}

#sequence {
    font-family: 'Liberation Mono';
    text-transform: full-width;
}

.tree ul li {
    padding: 1em 0 0 1em;
}

.tree > li:last-child {
    padding-bottom: 0;
}

/* ————————————————————–
  Tree labels
*/
.tree_label {
    position: relative;
    display: inline-block;
    background: #fff;
}

label.tree_label {
    cursor: pointer;
}

label.tree_label:hover {
    color: #666;
}

/* ————————————————————–
  Tree expanded icon
*/
label.tree_label:before {
    background: #000;
    color: #fff;
    position: relative;
    z-index: 1;
    float: left;
    margin: 0 1em 0 -2em;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    content: '+';
    text-align: center;
    line-height: .9em;
}

:checked ~ label.tree_label:before {
    content: '-';
}

/* ————————————————————–
  Tree branches
*/
.tree li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -.5em;
    display: block;
    width: 0;
    border-left: 1px solid #777;
    content: "";
}

.tree_label:after {
    position: absolute;
    top: 0;
    left: -1.5em;
    display: block;
    height: 0.5em;
    width: 1em;
    border-bottom: 1px solid #777;
    border-left: 1px solid #777;
    border-radius: 0 0 0 .3em;
    content: '';
}

label.tree_label:after {
    border-bottom: 0;
}

:checked ~ label.tree_label:after {
    border-radius: 0 .3em 0 0;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    border-bottom: 0;
    border-left: 0;
    bottom: 0;
    top: 0.5em;
    height: auto;
}

.tree li:last-child:before {
    height: 1em;
    bottom: auto;
}

.tree > li:last-child:before {
    display: none;
}

.tree_custom {
    display: block;
    background: #eee;
    padding: 1em;
    border-radius: 0.3em;
}


h1,
h3 {
    text-align: center;
}


.fasta_h4 {
    /*flex-grow: 1;*/
    /*display: flex;*/
    /*width: 300px;*/
    /*height: 300px;*/
    /*border: 1px solid black;*/
    /*display: flex;*/
    display: inline-flex;
    width: auto;
}

.fasta_h4 div {
    -ms-flex: 1;
    flex: 1;
}

/*}*/
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    gap: 10px;
}


/* CSS */
