*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    caret-color: transparent;
}
::-webkit-scrollbar {
    width: 18px;
    height: 18px;
}
::-webkit-scrollbar-track {
    background: #000000;
    box-shadow: inset 0 0 4px #000000;
}
::-webkit-scrollbar-thumb {
    background: #d5d5d5;
    border: 5px solid #000000;
}
::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
    cursor: default;
}
html {
    scrollbar-width: auto;
    scrollbar-color: #d5d5d5 #000000;
}
[hidden] {
    display: none !important;
}
body {
    background-color: #000;
    color: #faebe1;
    font: 600 18px Verdana, Tahoma, sans-serif;
}
#main-container {
    width: 1700px;
    margin: 0 auto;
    padding: 4px;
    display: grid;
    gap: 5px;
    grid-template: 50px 1fr / 50px 1fr 50px;
    text-align: center;
}
nav {
    position: relative;
    grid-column: 1 / 4;
    grid-row: 1 / 2;
    display: flex;
    gap: 6px;
    user-select: none;
}
#logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    flex-basis: 425px;
    color: #1d9e8f;
}
#logo>p:nth-child(2) {
    font-size: 17px;
    color: #1d9e8f;
    margin-left: -1px;
}
nav ul {
    list-style: none;
    display: flex;
    gap: 4px;
    align-items: center;
    flex: 1 0 70%;
}
#btn_hunter-pet {
    width: 185px;
}
#btn_about {
    width: 120px;
}
#btn_clear-all {
    width: 125px;
}
.button,
.button-disabled {
    width: 142px;
    height: 35px;
    padding: 1px 2px;
    margin: 1px 2px;
    text-align: center;
    border: 3px solid;
    font-weight: 700;
    transition: transform 100ms;
}
.button {
    color: #faebe1;
    border-color: #76bab2;
    cursor: pointer;
}
.button-disabled {
    width: fit-content;
    color: #686868;
    border-color: #686868;
    user-select: none;
    cursor: default;
}
.button-small {
    width: fit-content;
    padding: 0 6px 3px;
    margin: 6px;
    text-align: center;
    color: #faebe1;
    border: 2px solid #76bab2;
    transition: transform 100ms;
    cursor: pointer;
    font-weight: 700;
}
.button-tiny {
    position: absolute;
    right: 1px;
    top: 4px;
    line-height: 16px;
    margin: 0 6px;
    padding: 0 6px;
    color: #76bab2;
    background-color: #000;
    border: 2px solid #450f0f;
    transition: transform 100ms;
    cursor: pointer;
    font-weight: 700;
}
.button-tiny:hover {
    color: #c40303;
}
.button:hover,
.button-small:hover,
#dropdown-btn-main:hover {
    background-color: #4a666a94;
}
.button:active,
.button-small:active,
.button-tiny:active,
#dropdown-btn-main:active {
    transform: translateY(2px);
}
#dropdown-container {
    text-align: center;
    z-index: 1000 !important;
}
#dropdown-items {
    position: absolute;
    right: -30px;
    width: 286px;
    text-align: center;
    background-color: #000;
    box-shadow: 0 0 5px #8fbbc88b;
    z-index: 1000 !important;
}
#dropdown-btn-main {
    width: 214px;
    height: 35px;
    padding: 2px 0 0;
    margin: 5px 2px;
    text-align: center;
    color: #faebe1;
    border: 3px solid #76bab2;
    background-color: #000;
    transition: transform 100ms;
    cursor: pointer;
    font-weight: 700;
}
.dropdown-btn {
    width: 280px;
    height: 35px;
    padding: 2px 0 0;
    margin: 5px auto;
    text-align: center;
    background-color: #000;
    transition: transform 100ms;
    cursor: pointer;
    font-weight: 700;
}
.dropdown-btn:active {
    transform: translateY(2px);
}
#dropdown-btn-wrath {
    color: #b0c4de;
    border: 3px solid #b0c4de;
}
#dropdown-btn-wrath:hover {
    background-color: #565d67b6;
}
#dropdown-btn-cata {
    color: #dba875;
    border: 3px solid #dba875;
}
#dropdown-btn-cata:hover {
    background-color: #4a666a94;
}
#dropdown-btn-tbc {
    color: #97ab30;
    border: 3px solid #97ab30;
}
#dropdown-btn-tbc:hover {
    background-color: #3e624594
}
#dropdown-btn-pv {
    color: #b9bb84;
    border: 3px solid #b9bb84;
}
#dropdown-btn-pv:hover {
    background-color: #636a4a94;
}
#dropdown-btn-tbc {
    color: #899e69;
    border: 3px solid #899e69;
}
#dropdown-btn-tbc:hover {
    background-color: #3e624594
}
#game-select {
    border: 3px solid #b0c4de;
    color: #b0c4de;
    padding: 1px 2px;
    margin-left: auto;
}
main {
    position: relative;
    height: 830px;
    width: 1700px;
    border: 2px solid #76bab2;
    grid-column: 1 / 4;
    grid-row: 2 / 3;
    place-self: center;
    display: grid;
    grid-template-columns: 630px 490px 1fr;
}
.panel {
    border: 1px solid #daa52064;
}
#panel1 {
    position: relative;
    background-color: #21201e;
    border-right: 1px solid #21201e;
    display: grid;
    grid-template-rows: auto 1fr;
    align-items: start;
    justify-items: center;
    user-select: none;
}
#panel2 {
    position: relative;
    background-color: #000;
    user-select: none;
}
#panel3 {
    position: relative;
    background-color: #21201e;
    border-left: 1px solid #21201e;
    cursor: default;
}
#roster_btn-container {
    margin-top: 3px;
    display: flex;
    gap: 4px;
    align-items: center;
    flex: 1 0 70%;
}
body,
main,
#panel1,
#panel2,
#panel3 {
    overflow: hidden !important;
}
#table-container {
    /* transform: translateY(-1px); */
    max-height: 775px;
    /* border: 1px solid #0070dd; */
    overflow-y: auto !important;
    margin-top: 30px;
}
#specialization-table {
    border-spacing: 6px 5px;
    border-collapse: separate;
    color: #21201e;
    font-weight: 700;
}
#specialization-table td {
    width: 182px;
    height: 30px;
    padding: 2px;
    border: 2px solid transparent;
    line-height: 22px;
    text-align: center;
}
#specialization-title-range td,
#specialization-title-melee td,
#specialization-title-tank td,
#specialization-title-heal td {
    color: #faebe1;
}
.specialization-td {
    position: relative;
    cursor: grab;
    transition: 100ms;
    color: #000;
}
.specialization-td img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-15px);
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    margin-left: -2px;
}
.specialization-td div {
    padding-left: 30px;
    text-align: center;
}
.specialization-td:active {
    border-color: transparent;
    color: #000 !important;
}
#main-grid-area {
    position: relative;
    height: 827px;
    background-color: #000;
    display: grid;
    gap: 5px 30px;
    grid-template: 1fr 1fr 1fr 1fr / 1fr 1fr;
    grid-template-areas:
        "A B"
        "C D"
        "E F"
        "G H";
    place-items: center;
}
.group-box {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 3px 0;
}
.group-box>li:first-child {
    border-color: transparent;
    padding-top: 7px !important;
}
.group-box>li {
    width: 190px;
    height: 32px;
    padding-top: 3px;
    text-align: center;
    font-weight: 700;
}
.group-box1 {
    grid-area: A;
    justify-self: end;
    align-self: end;
}
.group-box2 {
    grid-area: B;
    justify-self: start;
    align-self: end;
}
.group-box3 {
    grid-area: C;
    justify-self: end;
    margin-top: -10px;
}
.group-box4 {
    grid-area: D;
    justify-self: start;
    margin-top: -10px;
}
.group-box5 {
    grid-area: E;
    justify-self: end;
    align-self: start;
    margin-top: -10px;
}
.group-box6 {
    grid-area: F;
    justify-self: start;
    align-self: start;
    margin-top: -10px;
}
.group-box7 {
    grid-area: H;
    justify-self: start;
    align-self: start;
    margin-top: 20px;
    border: 3px solid #76bab2;
    width: 190px;
    height: 155px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 3px 0;
    align-items: left;
    line-height: 23px !important;
    text-align: left;
    justify-content: center;
    padding-left: 45px;
}
.group-box7 span {
    margin-right: 7px;
}
.group-box8 {
    grid-area: G;
    justify-self: end;
    align-self: start;
    margin-top: 20px;
    width: 190px;
    height: 155px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px 0px;
}
#armor-box {
    border: 3px solid #76bab2;
    font-size: 15px;
    width: 190px;
    height: 85px;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: start;
    box-sizing: border-box;
    line-height: 10px;
    padding-bottom: 2px;
    overflow: hidden;
}
#armor-box li {
    width: 100%;
    text-align: left;
    white-space: nowrap;
}
#armor-box>li:nth-child(1) {
    padding-left: 30px;
}
#armor-box>li:nth-child(2) {
    padding-left: 10px;
}
#armor-box>li:nth-child(3) {
    padding-left: 40px;
}
#armor-box>li:nth-child(4) {
    padding-left: 32px;
}
#token-box {
    border: 3px solid #76bab2;
    width: 190px;
    min-height: 65px;
    font-size: 15px;
    display: flex;
    list-style: none;
    text-align: left;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: left;
    justify-content: end;
    padding-bottom: 3px;
    padding-left: 37px;
}
#token-box span {
    margin-right: 5px;
}
#token-box span,
#armor-box span {
    color: #76bab2;
}
/* here */
.class-hover {
    border: 3px solid #76bab2;
    background-color: #24504d;
}
.party-default {
    border: 3px solid #76bab2;
    color: #000;
}
.set-icon {
    position: relative;
}
.set-icon img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-15px);
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    margin-left: -2px;
}
.set-icon div {
    padding-left: 30px;
    text-align: center;
}
.select-dk {
    background-color: #c41e3a;
}
.select-druid {
    background-color: #ff7c0a;
}
.select-hunter {
    background-color: #aad372;
}
.select-mage {
    background-color: #3fc7eb;
}
.select-monk {
    background-color: #00ff98;
}
.select-paladin {
    background-color: #f48cba;
}
.select-priest {
    background-color: #fff;
}
.select-rogue {
    background-color: #fff468;
}
.select-shaman {
    background-color: #0070dd;
}
.select-warlock {
    background-color: #9482c9;
}
.select-warrior {
    background-color: #c69b6d;
}
.select-tank {
    background-color: #6d9eeb;
}
.select-heal {
    background-color: #63a353;
}
.select-dps {
    background-color: #d15f63;
}
.empty-tr {
    background-color: #0e0d0d;
    border: 2px solid #000;
    outline: 1px solid #000;
}
.select-dk:hover,
.select-druid:hover,
.select-paladin:hover,
.select-warrior:hover,
.select-druid:hover,
.select-shaman:hover,
.select-warlock:hover,
.select-tank:hover,
.select-heal:hover,
.select-dps:hover {
    color: aliceblue;
}
.select-monk:hover,
.select-priest:hover,
.select-rogue:hover,
.select-hunter:hover,
.select-mage:hover {
    color: #ff6347;
}
.class-dk {
    cursor: grab;
    color: #000;
    background-color: #c41e3a;
    border: 2px solid #000;
}
.class-druid {
    cursor: grab;
    color: #000;
    background-color: #ff7c0a;
    border: 2px solid #000;
}
.class-hunter {
    cursor: grab;
    color: #000;
    background-color: #aad372;
    border: 2px solid #000;
}
.class-mage {
    cursor: grab;
    color: #000;
    background-color: #3fc7eb;
    border: 2px solid #000;
}
.class-monk {
    cursor: grab;
    color: #000;
    background-color: #00ff98;
    border: 2px solid #000;
}
.class-paladin {
    cursor: grab;
    color: #000;
    background-color: #f48cba;
    border: 2px solid #000;
}
.class-priest {
    cursor: grab;
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
}
.class-rogue {
    cursor: grab;
    color: #000;
    background-color: #fff468;
    border: 2px solid #000;
}
.class-shaman {
    cursor: grab;
    color: #000;
    background-color: #0070dd;
    border: 2px solid #000;
}
.class-warlock {
    cursor: grab;
    color: #000;
    background-color: #9482c9;
    border: 2px solid #000;
}
.class-warrior {
    cursor: grab;
    color: #000;
    background-color: #c69b6d;
    border: 2px solid #000;
}
.class-tank {
    cursor: grab;
    color: #000;
    background-color: #6d9eeb;
    border: 2px solid #000;
}
.class-heal {
    cursor: grab;
    color: #000;
    background-color: #63a353;
    border: 2px solid #000;
}
.class-dps {
    cursor: grab;
    color: #000;
    background-color: #d15f63;
    border: 2px solid #000;
}
#buff-display {
    position: relative;
    display: flex;
}
.buff-table {
    font-size: 1rem;
    padding: 0px 0px 0px 5px;
    text-align: left;
    font-size: 16px;
    height: fit-content;
    white-space: nowrap;
    line-height: 18px !important;
    margin-top: -2px;
}
.buff-table tr,
td {
    padding: 2px 10px 0px 0px;
}
#buff-table1 {
    min-width: 324px;
}
#buff-table2 {
    margin-left: -20px;
}
.buff-name {
    text-align: left;
    font-size: 19px;
    padding: 5px 0 5px 5px;
    color: #1d9e8f;
}
.buff-number,
.buff-text {
    cursor: pointer;
    color: #faebe1;
    /* font-size: 15px;
    line-height: 15px; */
    /* fix */
}
.buff-selected {
    cursor: pointer;
    color: #1d9e8f;
    /* font-size: 15px; */
}
.number-selected {
    cursor: pointer;
    color: #1d9e8f;
}
.shaman-pet {
    color: #e9b94a;
}
.buff-text:hover {
    color: #1d9e8f;
}
#buff-display>table td:nth-child(1):not(.buff-name) {
    text-align: right !important;
    width: 30px;
    transform: translatex(1px)
}
.buff-unselected {
    color: #faebe1;
}
#footer-container {
    margin: 3px 0 0;
    padding: 2px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    transform: translateX(28px);
    margin-top: 8px;
}
footer {
    color: #4a4c4ea7;
    text-align: center;
    font-size: 12px;
}
#popout-about {
    position: fixed;
    inset: 0;
    left: 7px;
    height: 830px;
    width: 1700px;
    margin: 59px auto;
    background-color: #21201e;
    border: 2px solid #76bab2;
}
#about_container {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-areas:
        "about-instructions about-content";
    gap: 0 20px;
    padding: 20px;
    place-content: center;
    background: transparent;
    margin-top: 5px;
}
#about-instructions,
#about-content {
    background-color: black;
    color: white;
    padding: 14px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: start;
}
#about-instructions {
    grid-area: about-instructions;
    width: 600px;
    height: 770px;
}
#about-instructions p {
    line-height: 21px;
}
#about-content {
    grid-area: about-content;
    width: 850px;
    height: 770px;
}
.big-text {
    font-size: 22px;
    margin: 5px 0 3px;
    color: #1d9e8f;
}
.small-text {
    font-size: 16px;
    padding: 0;
    margin: 5px 0 10px;
    /* line-height: 19px; */
}
.color-pink {
    color: #f48cba;
}
.color-orange {
    color: #eb7c15;
}
.color-teal {
    color: #76bab2;
}
.color-gray {
    color: #888;
}
.example-container {
    word-wrap: normal;
    display: flex;
    justify-content: left;
    /* width: 100%; */
    margin: 0 auto;
    gap: 0 10px;
}
.example-left {
    min-width: 180px;
}
.example-right {
    width: auto;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}
#btn_copy-example-about {
    place-self: center;
}
#about-instructions>p.small-text.color-gray {
    font-size: 14px;
    line-height: 18px;
}
.copy-instruction {
    margin-bottom: 6px;
}
#btn_copy-example-about {
    margin: 0;
}
#symbiosis-grid {
    position: fixed;
    inset: 0;
    left: 7px;
    height: 830px;
    width: 1700px;
    margin: 59px auto;
    border: 2px solid #76bab2;
    background-color: #21201e;
    user-select: none;
    display: grid;
    gap: 5px 0;
    grid-template: 30px 1fr / 1fr 1.2fr;
    grid-template-areas:
        "T T"
        "L R";
}
#sim-top {
    grid-area: T;
    margin-top: 10px;
    display: grid;
    grid-template: auto / 1fr 1fr;
}
#sim-top>p {
    color: #cabeb6;
    font-size: 25px;
    justify-self: center;
}
#sim-top>p:nth-child(2) {
    transform: translate(-70px, 0);
}
#sim-right {
    grid-area: R;
}
#sim-left {
    grid-area: L;
    display: grid;
    gap: 13px 0;
    grid-template-rows: repeat(10, 1fr);
    margin: 10px 0 30px;
    justify-content: center;
    align-items: stretch;
    text-align: center;
}
.sim-you-table {
    border-spacing: 4px;
    border-collapse: separate;
    background-color: #21201e;
    text-align: center;
    color: #74b8b0;
    font: 700 15px Verdana, Tahoma, sans-serif;
}
.sim-you-table td {
    width: 210px;
    height: 20px;
    padding: 0 5px;
    box-shadow: 0 0 0 2px #000;
}
.sim-you-table>tbody>tr:nth-child(2n+1) {
    color: #000;
}
#sim-left>table>tbody>tr:nth-child(2) {
    background-color: #000;
}
#sim-left>table>tbody>tr:nth-child(2) td:hover {
    color: #cfe3e4;
    cursor: pointer;
}
#sim-left>table>tbody>tr:nth-child(1) {
    filter: brightness(89%);
}
#sim-druid-table {
    margin-top: 8px;
    width: fit-content;
    border-collapse: separate;
    border-spacing: 4px;
    font: 700 15px Verdana, Tahoma, sans-serif;
    color: #74b8b0;
    background-color: #21201e;
}
#sim-druid-table td {
    min-width: 100px;
    height: 27px;
    text-align: center;
}
#sim-druid-table>thead>tr>td:nth-child(1) {
    color: #cabeb6;
    font-size: 15px;
    background-color: #000;
    box-shadow: 0 0 0 2px #000;
}
#sim-druid-table thead {
    color: #000;
}
#sim-druid-table tr td:nth-child(1) {
    text-align: left;
    font-size: 16px;
    color: #000;
    padding-left: 2px;
}
#sim-druid-table>tbody>tr {
    background-color: #000;
}
#sim-druid-table>tbody>tr td:not(:nth-child(1)):hover {
    color: #cfe3e4;
    cursor: pointer;
}
#symbiosis-tooltip {
    position: absolute;
    width: auto;
    height: auto;
    color: #000;
    border: 2px solid #242424;
    background-color: #242424;
    z-index: 0;
    opacity: 0;
    transition: opacity 200ms ease-in;
}
.rename-spec {
    height: 30px;
    width: 101%;
    transform: translate(-2px, -5px);
    background-color: #000;
    padding-left: 3px;
    border: 3px solid;
    font: 600 16px Verdana, Tahoma, sans-serif;
    outline: none;
}
.rename-spec:not(:placeholder-shown) {
    text-align: left;
    padding-left: 10px;
}
.rename-spec::placeholder {
    color: #b5b5b555;
}
#raid-import-window {
    position: absolute;
    top: 0;
    height: 830px;
    width: auto;
    margin: 0;
    border: 2px solid #76bab2;
    background-color: #21201e;
    user-select: none;
    display: grid;
    place-items: center;
}
#btn-textarea-raid-clear {
    text-align: center;
}
#import-instructions {
    border: 1px solid #ffffff;
    background-color: #000000 !important;
    height: 600px;
    width: 580px;
    padding: 0 10px 0;
}
#raid-import-window>div.textarea-container {
    margin-top: 38px;
}
#close_popout-about,
#close_roster-import-window,
#close_popout-sim,
#btn_close-popout-import-instructions {
    position: absolute;
    top: 5px;
    right: 5px;
}
#btn_close-popout-import {
    position: absolute;
    top: 5px;
    right: 15px;
    width: fit-content;
    padding: 2px 10px 0px 10px;
}
#open_popout-import-about {
    position: absolute;
    top: 5px;
    right: 160px;
    padding: 2px 10px 0px 10px;
    width: fit-content;
    text-align: center;
}
.textarea-title {
    font-size: 18px;
    text-align: left;
    /* color: #76bab2; */
    color: #1d9e8f;
}
#save-title {
    justify-self: start;
}
.textarea-container textarea {
    outline: none;
    padding: 5px 0 0 5px;
    height: 652px !important;
    width: 402px;
    font: 700 16px Verdana, Tahoma, sans-serif;
    background-color: #000;
    caret-color: #fff;
    border: 1px solid #ffffff;
    color: #fff;
    resize: none;
    line-height: 25px;
    user-select: none;
}
#raid-import-container>*:nth-child(2) {
    background-color: #000;
    padding: 5px 20px !important;
    border: 1px solid #fff;
    height: 655px;
    user-select: text !important;
}
#btn_addto-roster,
#btn-textarea-roster-import {
    color: #1d9e8f;
    text-align: left;
}
#btn-textarea-raid-import {
    color: #1d9e8f;
    text-align: right;
}
.btn-textarea-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    gap: 0 4px;
    margin-bottom: 4px;
}
.textarea-button {
    width: fit-content;
    height: 30px;
    padding: 2px 10px;
    padding-bottom: 8px !important;
    /* margin: auto; */
    background: #21201e;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    font: 700 16px Verdana, Tahoma, sans-serif;
    transition: transform 100ms;
}
.textarea-button:active {
    transform: translateY(2px);
}
.textarea-button:hover {
    filter: brightness(120%);
    cursor: pointer;
}
.textarea-button-disabled {
    width: fit-content;
    height: 30px;
    padding: 2px 5px;
    margin: auto;
    background: #21201e;
    color: #686868;
    border: 1px solid #686868;
    font: 700 16px Verdana, Tahoma, sans-serif;
    user-select: none;
    text-align: left;
    cursor: default;
}
.btn-textarea-container :nth-child(1) {
    flex: 1;
}
#roster-import-window {
    height: 830px;
    border: 2px solid #76bab2;
    background-color: #21201e;
    user-select: none;
    display: grid;
    grid-template: 50px 1fr 1.5fr / 1.3fr 1fr 1fr;
    grid-template-areas:
        "h h h"
        "a b b"
        "a c c";
    gap: 5px;
    padding: 5px;
    box-sizing: border-box;
}
.grid_g {
    grid-area: h;
}
.grid_h {
    grid-area: h;
    display: grid;
    align-items: start;
    justify-items: start;
}
#roster-import-window-options {
    width: auto;
    list-style: none;
    display: flex;
    gap: 0 189px;
    flex: 1 0 70%;
    margin-left: 12px;
}
#btn_delete-all-save {
    width: 270px !important;
}
.grid_a {
    grid-area: a;
    color: #fff;
    display: grid;
    justify-items: center;
    align-items: end;
    margin-bottom: 3px;
}
.grid_b {
    grid-area: b;
    color: #fff;
    display: grid;
    justify-items: center;
    align-items: end;
}
#roster-import-window>div.grid_b>div:nth-child(1) {
    justify-self: start;
    padding-left: 20px;
}
.grid_c {
    grid-area: c;
    color: #fff;
    display: grid;
    place-items: center;
}
#comp-copy {
    padding: 5px 5px;
    height: 130px;
    width: 600px;
    font: 700 15px Verdana, Tahoma, sans-serif;
    background-color: #000;
    border: 2px solid #76bab2;
    color: #fff;
    display: grid;
    place-items: left;
}
#comp-copy>div:nth-child(2) {
    justify-self: center;
}
#get-extension {
    padding-top: 3px;
    border: 1px solid #fff;
    font-size: 18px;
    width: 200px;
    justify-self: center;
    align-self: start;
}
#roster-import-window>div.grid_a>div>textarea {
    height: 600px;
    margin-top: 2px;
}
#roster-import-window>div.grid_a>div {
    margin-bottom: auto;
}
#btn_clear-roster {
    width: 243px !important;
    margin-left: -8px;
}
#btn_delete-all-save:hover,
#btn_clear-roster:hover {
    background-color: #b00505ba;
}
#btn_roster-import-window {
    width: 300px;
    padding-top: 2px;
}
.highlight_border {
    border: 3px solid #E79F31 !important;
}
#roster_btn-container> :nth-child(2) {
    width: 180px;
}
#roster_btn-container> :nth-child(3) {
    width: 180px;
}
#save-container {
    padding: 7px 0 0;
    height: auto;
    font: 700 17px Verdana, Tahoma, sans-serif;
    caret-color: #fff;
    color: #fff;
    line-height: 25px;
    display: grid;
    justify-items: center;
    gap: 5px;
    user-select: none;
}
#save-ul-container {
    height: 460px;
    width: 600px;
    list-style: none;
    background-color: #000;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
}
#save-ul-container li {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    user-select: none;
    transition: background-color 120ms ease-in-out;
    gap: 10px;
}
#save-ul-container li:hover {
    background-color: #ffffff2a;
}
#save-ul-container li span:nth-child(1) {
    flex: 1;
    text-align: left;
    overflow: hidden;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}
#btn-save-roster-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1px 5px;
    width: 100%;
}
#btn-save-roster-container input[type="text"] {
    background: #000;
    border: 1px solid #fff;
    outline: none;
    font: 700 17px Verdana, Tahoma, sans-serif;
    padding: 5px;
    caret-color: #fff;
    flex: 1;
    min-width: 0;
    color: #fff;
}
#btn-save-roster {
    width: 180x;
    height: 33px;
    padding-top: 3px;
    border: 1px solid #fff;
    font: 700 16px Verdana, Tahoma, sans-serif;
    align-self: start;
}
#btn-save-roster-container input[type="text"]::placeholder {
    color: #ffffff4a;
    transform: translateY(-1px) !important;
    padding-left: 2px;
}
.save-ul-button {
    width: 60px;
    height: 25px;
    padding: 2px;
    background: #000;
    color: #fff;
    border: 1px solid #fff;
    font: 700 14px Verdana, Tahoma, sans-serif;
    cursor: pointer;
    text-align: center;
    transition: background-color 100ms ease-in-out;
}
#save-ul-container li .save-ul-button {
    opacity: 0;
    visibility: hidden;
    transition: opacity 100ms ease-in-out, visibility 0s linear 150ms, background-color 100ms ease-in-out;
}
#save-ul-container li:hover .save-ul-button {
    opacity: 1;
    visibility: visible;
    transition: opacity 100ms ease-in-out, background-color 100ms ease-in-out;
}
#save-ul-container li .save-ul-button:nth-child(2):hover {
    background-color: #047d04af;
}
#save-ul-container li .save-ul-button:nth-child(3):hover {
    background-color: #b00505ba;
}
#spec_info_container {
    min-width: 280px;
    width: fit-content;
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    padding: 4px 5px 3px;
    border: 2px solid #1d9e8f;
    background-color: black;
    display: flex;
    flex-direction: column;
    gap: 2px;
    list-style: none;
    user-select: none;
    pointer-events: none;
}
.spec_info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.spec_info_title {
    position: relative;
    text-align: center;
    font-size: 17px;
    color: black;
    margin-bottom: 1px;
    padding: 2px 0 3px 2px;
}
.spec_info img {
    width: 24px;
    height: 24px;
    margin: 0 3px -1px 0;
    border: 1px solid #000;
    padding: 0;
}
.spec_info p {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 2px; */
    font-size: 16px;
    padding: 0 2px 2px;
    text-align: center;
    color: #76bab2;
}
.spec_info:nth-child(even) {
    background-color: #0d0d0c;
}
.spec_info:nth-child(odd) {
    background-color: #292424;
}
ul li:last-child {
    margin-bottom: 1px;
}