::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #1f1f1f;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #3d2a70;
}

::-webkit-scrollbar-corner {
  background: rgba(0,0,0,0);
}

ul {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-size: 13px;
  overflow: hidden;
  width: calc(100%);
  list-style: none;
  

  background-color: #2541d6;
  background-image: linear-gradient(43deg, #2541d6 0%, #ee5ee7 50%, #ffa900 100%);


}


#menu {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  color: #fff;
  margin-bottom: -25px;
}

.tablink_t {
  transition: .2s ease-in-out;
}

input, button {
  transition: .2s ease-in-out;
}

.tablink_t:hover {
  transition: .2s ease-in-out;
}

#menu>ul li {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #fff;
  margin-bottom: 0px;
}

#menu>ul {
  font-weight: 600;
  color: #fff;
}

#menu>ul {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    font-size: 13px;
    overflow: hidden;
    width: calc(100%);
}

#menu>ul a {
  display: block;
  height: 100%;
  line-height: 50px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 1px #000;
  font-weight: 800;
}

#menu>ul a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

#header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header li {
  margin: 0;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.brand-image {
  position: absolute;
  top: 0px;
}

.player_username_list {
  color: #7f99ff;
  background-color: #121c49;
  padding: 2px 4px 2px 4px;
  border-radius: 3px;
}

a {
  color: #7f99ff;
}

a:hover {
  color: #acbdff;
}

.search-bar::placeholder, #CSV-Data::placeholder {
  color: #084c78;
}

.attendance-percentage-good {
  
  color: rgba(0, 219, 0, 0.50);
  font-size: 12px;
  font-weight: 600;
  
}

.attendance-percentage-ok {
  
  color: rgba(219, 162, 0, 0.50);
  font-size: 12px;
  font-weight: 600;
  
}

.attendance-percentage-poor {
  
  color: rgba(255, 0, 0, 0.50);
  font-size: 12px;
  font-weight: 600;
  
}

.attendance-percentage {
  
  color: #565656;
  font-size: 12px;
  font-weight: 600;
  
}

.item-label {
  margin: 5px 10px 0px 12px;
  border-radius: 6px;
  font-weight: bold;
}

.item-bg {
  color: #868686;
  background-color: #1f1f1f80;
  padding: 1px 1px 1px 1px;
  margin: 0px 3px 0px 3px;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  min-width: 68px;
  min-height: 97px;
}

.i-p {
  color: #313131;
  background-color: rgba(31, 31, 31, 0.5);
}

.i-c {
  color: #313131;
  background-color: rgba(31, 31, 31, 0.5);
}

.i-u {
  color: rgba(30, 255, 0, 0.35);
  background-color: rgba(30, 255, 0, 0.15);
}

.i-r {
  color: rgba(0, 112, 221, 0.5);
  background-color: rgba(0, 112, 221, 0.25);
}

.i-e {
  color: rgba(147, 69, 255, 0.5);
  background-color: rgba(147, 69, 255, 0.25);
}

.i-l {
  color: #ff8000;
  background-color: #ff800040;
}

.i-a {
  color: #e5cc80;
  background-color: #e5cc8040;
}

.wow-class-name-background {
  
  background-color: #1a1a1a;
  border-radius: 30px 10px 10px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #363636;
  padding: 4px;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 15px;

}

#CSV-Data:focus {
    border: 1px solid #1e9ff0;
    outline: 0;
}

.search-bar, #CSV-Data {
  color: #9e78ff;
}

.custom-load-btn {
  transition: .2s ease-in-out;
}

.custom-load-btn:hover {
  transition: .2s ease-in-out;
}

.td_category {
  color: #9e78ff;
  font-weight: 600;
  padding-top: 20px;
}

.profession_table_entry:nth-child(even):hover, .profession_table_entry:nth-child(odd):hover {
    background-color: rgb(28, 28, 28);
}

.custom_button_1 {

  -webkit-appearance: button;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: buttonface;
    box-sizing: border-box;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;

}

.profession_table_item_entry {
  text-decoration: none;
}

.profession_table_entry {
}

input.checkbox {
	width: 17px;
	height: 17px;
}

input[type=checkbox] {
  opacity: 0.1;
} 
input[type=checkbox]:checked {
  opacity: 1;
} 

tr.profession_table_entry:nth-child(even) {background: #161616}

td input[type="checkbox"] {
  float: left;
  margin: 0 auto;
  text-align: center;
}

.center {
  text-align: center;
}

.profession-div {
  margin: 20px;
}

.tablink_t {
  cursor: pointer;
}

/* Style tab links */
.tablink, .MyProfessionstablink, .FindATradetablink, .LootCounciltablink, .RaidAttendancetablink {
  border-color: #1f1f1f;
  background-color: rgba(16, 16, 16, 0.7);
  color: #084c78;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 17px;
  width: 25%;
  box-sizing: border-box;
  transition: .2s ease-in-out;
}

.tablink:hover, .MyProfessionstablink:hover, .FindATradetablink:hover, .LootCounciltablink:hover, .RaidAttendancetablink:hover {
  border-color: #9e78ff;
  background-color: rgba(16, 16, 16, 0.7);
  color: #9e78ff;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 17px;
  width: 25%;
  box-sizing: border-box;
  transition: .2s ease-in-out;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent, .MyProfessionstabcontent, .FindATradetabcontent, .LootCounciltabcontent, .RaidAttendancetabcontent {
  color: white;
  display: none;
  height: 100%;
}

.row, .LootCounciltabcontent, .MyProfessionstabcontent, .FindATradetabcontent, #Search_Results_Div {
  -webkit-animation: fadeEffect 0.5s;
  animation: fadeEffect 0.5s;
}

.tabcontent {
  background-color: rgba(16, 16, 16, 0.9);
  border-color: rgb(31, 31, 31);
  border-style: none solid solid solid;
  border-width: 1px;
  border-radius: 0px 0px 6px 6px;
  padding: 1px 2px 13px 0px;
}

.body-content {
  box-shadow: 0px 0px 100px 0px rgb(0, 0, 0);
  border-radius: 7px;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

button:focus {outline:0;}

  #Home, #Apply, #Guild_Bank, #My_Professions, #Find_A_Trade, #Loot_Council, #Raid_Attendance {

    border-color: rgb(31, 31, 31);
    border-style: none solid solid solid;
    border-width: 1px;
    border-radius: 0px 0px 6px 6px;
    padding: 1px 2px 13px 0px;

  }
    
   .topright {
     position:absolute;
     top:0;
     right:0;
    }

    .topleft {
      position: absolute;
      top: 0px;
      left: 0px;
    }
    
    .bottomcorner {
      position: fixed;
      bottom: 0;
      right: 0;
    }
    
    .tablerow {
      color: #e7e7e7;
      margin: 5px 10px 0px 12px;
      border-radius: 6px;
      border-style: solid;
      border-width: 1px;
      border-color: #1f1f1f;
      padding: 20px;
      margin-top: 14px;
      background-color: #131313;
    }
    
    .tablebutt {
      padding: 20px 20px 0px 20px;
    }
    
    .tooltip {
      position: relative;
      display: inline-block;
      border-bottom: 1px dotted black;
      cursor: pointer;
    }

    .tooltip .tooltiptext {
      visibility: hidden;
      min-width: 120px;
      background-color: #101010;
      color: #9e78ff;
      text-align: center;
      border-radius: 6px;
      padding: 5px 0;
      position: absolute;
      z-index: 1;
      bottom: 150%;
      left: 50%;
      margin-left: -60px;
      font-weight: 100;
    }

    .tooltip .tooltiptext::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -7px;
      border-width: 7px;
      border-style: solid;
      border-color: #9e78ff transparent transparent transparent;
    }

    .tooltip:hover .tooltiptext {
      visibility: visible;
      border-style: solid;
      border-width: 1px;
    }
    
    .hide-scroll::-webkit-scrollbar {
      display: none;
    }
  
  img.rounded {
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #353535;
  }
  
  a {
    text-decoration: none;
  }
  
  
  .attendance-buttons {
    margin: 0px -1px;
    border-width: 0px;
    border-radius: 4px;
    background-color: #272727;
    padding: 0px 5px;
    border-style: none;
  }
  
  
  .attendance-buttons-bigger {
    margin: 0px -1px;
    border-width: 0px;
    border-radius: 4px;
    background-color: #272727;
    padding: 0px 18px;
    border-style: none;
  }
  
  
  .attendance-buttons:hover, .attendance-buttons-bigger:hover {
    background-color: #3a3a3a;
  }
  
  .box1 {
    display: block;
  }

  .box2 {
    display: none;
  }

  .wrapper {
    width: auto;
    display: inline-block;
  }

  .wrapper:hover .box1 {
    display: none;
  }

  .wrapper:hover .box2 {
    display: block;
  }
  
  .hover-control {
    min-width: 130px;
  }
  
  .icon-switch { font-size: 0; }
  
  @media(max-width:600px) {
    
    
    .tablink, .tablink:hover {
        font-size: 0;
        width: 16.2%;
        padding: 8px;
    }
    
    .fal, .fad, .fas { font-size: initial; line-height: 27px; }
  
    .tablink_t, .tablink_t:hover {
      font-size: 0;
    }
    
    .icon-switch { 
      display: block;
      height: 100%;
      line-height: 25px;
      text-align: center;
      color: #fff;
      font-size: 18px; 
      line-height: 1;
      padding-top: 25px;
    }
    
  }
  
  @media(max-width:870px) {
    .FindATradetablink, .FindATradetablink:hover, .MyProfessionstablink, .MyProfessionstablink:hover, .LootCounciltablink, .LootCounciltablink:hover, .RaidAttendancetablink, .RaidAttendancetablink:hover {
        font-size: 0;
        width: 18.5%;
        padding: 8px;
    }
    .fal, .fad { font-size: initial; line-height: 27px; }
  }
  
  @media(max-width:970px) {
    
    .hover-control {
      min-width: 0px;
    }
  
  }

  .small-only {
    display: none;
  }
  
  @media only screen and (max-width: 840px) {
    .hosc {
      display: none;
    }
  }
  
  @media only screen and (max-width: 800px) {
    .tdh {
      display: none;
    }
    
    .small-only {
      display: block;
    }
    
    .w-p-c {
      width: 20%;
    }
    
    .w-t-c {
      width: 80%;
    }
  }
  
  p:last-child {
    margin-bottom: 0;
  }
  
  label {
    color: #4c70ff;
  }
  
  #master_watchlist_div label {
    color: #4c70ff;
    text-transform: uppercase;
  }
  
  hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-top: 1px solid #1f1f1f;
  }
  
  .poster-container {
  
    position: relative;
    
  }
  
  img.poster-s.poster-top {
    
    position: absolute;
    width: 58px;
    height: 77px;
    border-radius: 5px;
    box-shadow: 0px 0px 14px 3px #131313;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    
  }
  
  img.poster-s.poster-bottom {
    
    position: absolute;
    width: 58px;
    height: 77px;
    border-radius: 5px;
    filter: saturate(10) blur(20px) contrast(2);
    opacity: 0.3;
    
  }
  
  .grey-network-label {
    color: #3d4b75;
    font-weight: 600;
  }
  
  .blue-label {
    color: #19adf5;
    background-color: #0f1e40;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
  }
  
  .pink-label {
    color: #ff00a7;
    background-color: #340a33;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
  }
  
  .purple-alert {
    padding: 15px;
    color: #b98ff5;
    background: #221928;
    border-radius: 10px;
    border-style: none;
    display: block;
    margin-bottom: 0px;
  }
  
  .blue-alert {
    padding: 15px;
    color: #8fbcf5;
    background: #191d28;
    border-radius: 10px;
    border-style: none;
    display: block;
    margin-bottom: 0px;
  }
  
  .green-alert {
    padding: 15px;
    color: #b4f58f;
    background: #1f2819;
    border-radius: 10px;
    border-style: none;
    display: block;
    margin-bottom: 0px;
  }
  
  .red-alert {
    padding: 15px;
    color: #ff6b6b;
    background: #281919;
    border-radius: 10px;
    border-style: none;
    display: block;
    margin-bottom: 0px;
  }
  
  .watchlist-input, .youtube-input {
    color: #9e78ff;
    margin-bottom: 0rem;
  }
  
  .watchlist-input::placeholder, .youtube-input::placeholder {
    color: #804eff;
    margin-bottom: 0rem;
  }
  
  .autocomplete {
    position: relative;
    display: inline-block;
  }

  .autocomplete-items {
    position: absolute;
    border: 1px solid #9e78ff;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 150%;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 50px 10px rgb(0, 0, 0), 0px 0px 300px 0px rgba(8, 3, 171, 0.7);
  }

  .autocomplete-items div {
    padding: 7px 10px;
    cursor: pointer;
    background-color: #08132e;
    border-bottom: 1px solid #9e78ff;
    color: #9e78ff;
  }
  
  .autocomplete-items:last-child, .autocomplete-items div:last-child {
    border-radius: 4px 4px 4px 4px;
  }
  
  .autocomplete-items:first-child, .autocomplete-items div:first-child {
    border-top: 1px solid #9e78ff;
    border-radius: 4px 4px 0px 0px;
  }

  .autocomplete-items div:hover {
    background-color: #0e214f;
  }

  .autocomplete-active {
    background-color: #13314b !important; 
    color: #ffffff; 
  }
  
  .custom-load-btn {
    margin-left: 20px;
    height: 38px;
    color: #006eb4;
    background-color: #101010;
    border-color: #9e78ff;
    margin-bottom: 0rem;
  }
  
  .custom-load-btn:hover {
    color: #9e78ff;
    background-color: #101010;
    border-color: #9e78ff;
  }
  
  .bet-slider {
    -webkit-appearance: none;
    height: 29px;
    width: 80%;
    border-radius: 20px;
    padding: 3px;
    background: #101010;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-style: solid;
    border-width: 1px;
    border-color: #363636;
    transition: .2s ease-in-out;
  }
  
  .bet-slider:hover {
    border-color: #9e78ff;
    transition: .2s ease-in-out;
  }

  .bet-slider:hover {
    opacity: 1;
  }

  .bet-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-image: linear-gradient(43deg, #2541d6 0%, #ee5ee7 50%, #ffa900 100%);
    cursor: pointer;
    border-color: #000;
  }

  .bet-slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-image: linear-gradient(43deg, #2541d6 0%, #ee5ee7 50%, #ffa900 100%);
    cursor: pointer;
    border-color: #000;
  }
  
  .master-token-box {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    margin-top: 3px;
    padding: 6px 5px;
    border-color: #2b2b2b;
    background: #101010;
    width: 80%;
  }
  
  .bet-log-entry-box {
    color: #1482a4;
    background-color: #ecf6ff;
    border-style: solid;
    border-width: 1px;
    border-color: #bbdfff;
    border-radius: 4px;
    padding: 3px 10px;
    margin: 0px;
  }
  
  .bet-log-entry-ready {
    background-color: #21163c;
    border-color: #382665;
    color: #804eff;
  }
  
  .bet-log-entry-win {
    background-color: #11440e;
    border-color: #2aa661;
    color: #4bfc92;
  }
  
  .bet-log-entry-loss {
    background-color: #381b03;
    border-color: #a74517;
    color: #ffa500;
  }
  
  option {
    font-weight: 600;
  }
  
  option.white {background-color: #ffffff; color: #424242;}
  option.lightgrey {background-color: #c0c0c0; color: #424242;}
  option.mediumgrey {background-color: #7f7f7f; color: #7f7f7f;}
  option.darkgrey {background-color: #404040; color: #404040;}
  option.yellow {background-color: #ffff00; color: #424242;}
  option.darkyellow {background-color: #808000; color: #f0f0f0;}
  option.pink {background-color: #ff00ff; color: #424242;}
  option.purple {background-color: #8000ff; color: #8000ff;}
  option.green {background-color: #00ff00; color: #424242;}
  option.limegreen {background-color: #80ff00; color: #424242;}
  option.leafgreen {background-color: #00ff80; color: #424242;}
  option.salmon {background-color: #ff8080; color: #424242;}
  option.lightblue {background-color: #80ffff; color: #424242;}
  option.turquoise {background-color: #00ffff; color: #424242;}
  option.darkblue {background-color: #0000ff; color: #0000ff;}
  option.orange {background-color: #ff8000; color: #424242;}
  option.red {background-color: #ff0000; color: #424242;}
  option.blue {background-color: #0080ff; color: #0080ff;}
  option.darkpurple {background-color: #400080; color: #400080;}
  
  .watchlist-icon-button {
    margin-bottom: 0px;
    margin-right: 10px; 
  }
  
  .Donate_Button {
    width: 100%;
  }
  
  .swal2-styled {
    padding: 0px 10px !important;
  }
  
  .show-model-label {
    font-size: 11px;
    background-color: #0000006e;
    border-radius: 15px;
    padding: 4px 8px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    background: linear-gradient(90deg, rgb(19, 19, 19) 0%, rgba(0,0,0,0) 80%);
  }
  
  .donate-slider {
    -webkit-appearance: none;
    height: 29px;
    width: 100%;
    border-radius: 20px;
    padding: 3px;
    background: #101010;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-style: solid;
    border-width: 1px;
    border-color: #363636;
    transition: .2s ease-in-out;
  }
  
  .donate-slider:hover {
    border-color: #9e78ff;
    transition: .2s ease-in-out;
  }

  .donate-slider:hover {
    opacity: 1;
  }

  .donate-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-image: linear-gradient(43deg, #2541d6 0%, #ee5ee7 50%, #ffa900 100%);
    cursor: pointer;
    border-color: #000;
  }

  .donate-slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-image: linear-gradient(43deg, #2541d6 0%, #ee5ee7 50%, #ffa900 100%);
    cursor: pointer;
    border-color: #000;
  }
  
  table.apps-table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    margin-bottom: 0px;
  }

  table.apps-table td, table.apps-table th {
      padding: 8px;
      border: 1px solid #1f1f1f;
  }
  
  table.apps-table thead {
      color: #4c70ff;
  }

  table.apps-table tr:first-child th {
      border-top: none;
  }

  table.apps-table tr th:first-child, table.apps-table tr td:first-child {
      border-left: none;
  }

  table.apps-table tr:last-child th, table.apps-table tr:last-child td {
      border-bottom: none;
  }

  table.apps-table tr th:last-child, table.apps-table tr td:last-child {
      border-right: none;
  }
  
  .upload-container {
    border-radius: 8px;
  }

  input[type="file"] {
      background-color: #131313;
      margin: 6px 0;
      padding: 6px;
      border: 0px solid #1f1f1f;
      border-radius: 4px;
      display: span;
  }
  
  input[type=file]::file-selector-button {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #804eff;
    background-color: #101010;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    border: 1px solid #1f1f1f;
    cursor: pointer;
    box-sizing: border-box;
  }

  input[type=file]::file-selector-button:hover {
    color: #9e78ff;
    border: 1px solid #9e78ff;
    outline: 0;
  }
  
  
  
  
  
  
  
  