/*
‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖
‖‖‖‖‖‖‖‖‖‖ TEMPLATE 44 - 10 / 05 / 2026 ‖‖‖‖‖‖‖‖‖‖
‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖

‖‖‖‖‖‖‖‖‖‖    by @wg.dsign-invisionmuweb.com.br    ‖‖‖‖‖‖‖‖‖‖
‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖

⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜
⁜⁜⁜                                           ⁜⁜⁜
⁜⁜⁜              Lista Ordenada               ⁜⁜⁜
⁜⁜⁜                                           ⁜⁜⁜
⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜⁜

‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖
⁜  - BACKGROUND 
⁜  - MENU DE NAVEGAÇÃO
⁜  - CONTAINER
⁜  - LOGO
⁜  - ASIDEBAR
⁜  - SECTIONS
⁜  - TITLES
⁜  - PAINEL DE LOGIN
⁜  - CONFIGURAÇÕES
⁜  - EVENTOS
⁜  - EQUIPE
⁜  - SLIDE
⁜  - NOVIDADES
⁜  - SPOTLIGHT
⁜  - TOP PLAYERS
⁜  - TOP GUILDS
⁜  - CHAOS CASTLE
⁜  - FOOTER
⁜  - ELEMENTOS
*/
* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.col-,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
form,
input,
button,
table,
hr,
p {
  border: none;
  margin: 0;
  padding: 0;
}

hr {
  height: 1px;
  margin: 0;
  background-color: #ebebeb;
}

/*‖‖‖‖‖ BACKGROUND ‖‖‖‖‖*/
body {
  background: url(../imagens/bg-1.png) no-repeat;
  background-size: contain;
  background-color: #dbdbdb;
  font-weight: 400;
}

/*‖‖‖‖‖ MENU DE NAVEGAÇÃO ‖‖‖‖‖*/
.navbar {
  height: 70px;
  padding: 15px 0px;
}

.navbar-nav {
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 69px;
}

/* Apenas Distanciando */
.navbar-nav li {
  padding-right: 53px;
}

/* Botão de Registro */
.rgst-button {
  width: 150px;
  height: 50px;
  border-radius: 3px;
  color: #fff;

  line-height: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  margin-right: 33px;

  text-transform: uppercase;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #282f35;
}

/*‖‖‖‖‖ CONTAINER ‖‖‖‖‖*/
.container.main {
  max-width: 900px;
  background-color: #fff;
  display: block;
  margin-top: 450px;
  padding: 8px;
  z-index: 1;
}

.container.main .row {
  max-width: 900px;
  margin: 0;
}

/*‖‖‖‖‖ LOGO ‖‖‖‖‖*/
/* Logo is now rendered as an <img> tag and swapped via JS */
.logo-brand {
  max-width: 500px;
  width: 100%;
  height: auto;
  background: transparent;
  display: block;
  position: absolute;
  top: 250px;
  right: 200px;
  z-index: 5;
}

.logo-brand img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*‖‖‖‖‖ ASIDEBAR ‖‖‖‖‖*/
.asidebar {
  width: 231px;
}

.asidebar>div:last-child {
  width: inherit;
  padding: 0;
  box-shadow: 0 px 30px #e7e7e7;
}

.asidebar>div {
  box-shadow: 2px 5px 10px #e7e7e7;
}

@media only screen and (max-width: 414px) {
  .asidebar {
    max-width: 383px;
    width: 100%;
  }

  .asidebar>div {
    width: 100%;
  }
}

/*‖‖‖‖‖ SECTIONS ‖‖‖‖‖*/
.sections {
  width: 642px;
  margin-right: 10px;
}

.sections>div {
  background-color: #fff;
  box-shadow: 0 10px 15px #e7e7e7;
  margin-bottom: 5px;
}

/*‖‖‖‖‖ TITLE ‖‖‖‖‖*/
.title-small,
.title-large {
  height: 50px;
  padding: 15px 31px;
  font-size: 14px;
  font-weight: 750;
  text-transform: uppercase;
}

/*
‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖
‖‖‖‖‖        Elementos        ‖‖‖‖‖
‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖‖
*/

/*‖‖‖‖‖ PAINEL DE LOGIN ‖‖‖‖‖*/
form.painel-user {
  width: 205px;
  margin: 14px 14px 5px 14px;
}

.painel-user>input {
  width: inherit;
  height: 37px;
  margin-bottom: 5px;
  background-color: #dfdfdf;
}

.painel-user input::placeholder {
  font-size: 13px;
  text-indent: 20px;
}

.footer-form {
  width: auto;
  display: flex;
  justify-content: space-between;
  padding: 4px 0 13px 0;
}

.footer-form div {
  display: flex;
  flex-direction: column;
  align-self: center;
  font-size: 13px;
}

.footer-form div a {
  color: #282f35;
  font-weight: 600;
}

/* Botão entrar */
.enter-button {
  width: 70px;
  height: 60px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;

  border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 0;
  background-color: #282f35;
}

/* Manter-me Conectado*/
.label-checkoff {
  color: #999999;
  font-weight: 500;
  margin-bottom: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* checkbox manter-me */
.checkmark {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 2px;
  left: 69px;
  background-color: #dfdfdf;
}

/* Não mostre o Marcado se não for clicado */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Mostre-me o Marcador quando for clicado*/
.label-checkoff input:checked~.checkmark:after {
  display: block;
}

.label-checkoff .checkmark:after {
  width: 10px;
  height: 13px;
  top: -3px;
  right: 1px;
  border: solid #e23163;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*‖‖‖‖‖ CONFIGURAÇÕES ‖‖‖‖‖*/
ul.config-list {
  width: 200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  font-size: 12px;
  font-weight: 500;
  list-style-type: none;
}

.config-list li span:first-child {
  width: 75px;
  position: relative;
  color: #8d8d8d;
  font-weight: 400;
  display: inline-block;
  padding: 5px;
}

.config-list li span:first-child:before {
  content: "";
  width: 75px;
  height: 1px;
  bottom: 1px;
  position: absolute;
  background-color: #ebebeb;
}

.config-list li span:last-child {
  display: inline-block;
  text-align: center;
  margin-left: 45px;
}

/* Quando Desativado*/
#stt-off {
  color: #e23163;
}

/*Quando Ativado*/
#stt-on {
  color: #31e289;
}

/*‖‖‖‖‖ EVENTOS ‖‖‖‖‖*/
ul.event-list {
  width: 220px;
  margin: 0 auto;
  font-size: 13px;
  list-style-type: none;
  padding: 10px 0;
}

.event-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* Limitando tamanho do nome de eventos grandes, limite de 100px*/
.event-list li p {
  width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}

/* Criando uma tarja cinza sobre o Tempo de cada Evento na Lista*/
.event-list li span {
  font-size: 11px;
  font-weight: 700;
  color: #969696;
  background-color: #dfdfdf;
  padding: inherit;
}

.btn-events {
  width: 180px;
  margin: 15px 30px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/*‖‖‖‖‖ EQUIPE ‖‖‖‖‖*/
ul.team-list {
  width: 200px;
  display: flex;
  padding: 21px 0 41px 0;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 600;
  flex-direction: column;
  justify-content: space-between;
}

.team-list li {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.team-list li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: #cfcfcf;
  position: absolute;
  top: 7px;
  left: -25px;
}

.team-list li span:first-child {
  width: 75px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*‖‖‖‖‖ SLIDE ‖‖‖‖‖*/
.slide img {
  min-width: 332px;
  height: 255px;
  width: 100%;
}

/*‖‖‖‖‖ NOVIDADES ‖‖‖‖‖*/
ul.u-list {
  list-style-type: none;
  margin: 5px 0 5px 0;
}

ul.u-list li {
  height: 61px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  position: relative;
  margin: auto 31px;
}

ul.u-list li p:before {
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 15px;
  display: inline-block;
  background-color: #282f35;
}

ul.u-list li:after {
  width: 90%;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
}

/*‖‖‖‖‖ SPOTLIGHT TOP RANKS ‖‖‖‖‖*/
.spotlight {
  max-width: 642px;
  background: transparent !important;
  box-shadow: none !important;
  display: flex;
  justify-content: space-between;
}

.spotlight>div {
  max-width: 320px;
  width: 100%;
  box-shadow: 0 10px 20px #e7e7e7;
}

/* Quando for mobile os ranks se posicionando um em baixo do outro */
@media only screen and (max-width: 414px) {
  .spotlight {
    margin: 0 auto;
    flex-direction: column;
  }

  .spotlight>div {
    min-width: 383px;
  }
}

/*‖‖‖‖‖ TOP PLAYERS ‖‖‖‖‖*/

/*‖‖‖‖‖ CASTLE SIEGE ‖‖‖‖‖*/
.cs-event {
  height: 145px;
  background: url(../imagens/guild/hall-cs.png) no-repeat;
}

.cs-wrap {
  width: 250px;
  height: auto;
  margin-left: 70px;
  padding-top: 35px;
  display: flex;
  align-items: center;
}

.cs-wrap img {
  width: 70px;
  height: 70px;
  border: 3px solid #333;
}

.cs-nick-and-guild {
  font-weight: 600;
  text-indent: 20px;
  text-transform: uppercase;
}

.cs-nick-and-guild p:first-child {
  font-size: 12px;
}

/* Sempre removendo a linha divisoria do  ultimo post  de notcias */
ul.u-list li:last-child:after {
  width: 0%;
  content: "";
}

.post-data {
  width: 120px;
  display: block;
  padding: 5px;
  background-color: #e7e7e7f5;
  border-radius: 30px;
  border: 4px solid #f8f8f8c2;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #777777;
}

/*‖‖‖‖‖ ELEMENTOS ‖‖‖‖‖*/

/* Botões */
.btn-small,
.btn-large {
  display: block;
  font-size: 12px;
}

/* Botão Grande */
.btn-large {
  max-width: 200px;
  height: 45px;
}

/* Lista padronizada para Top Rank */
ul.list-info {
  counter-reset: u-list;
}

ul.list-info li {
  height: 57px;
  display: flex;
  align-items: center;
  font-size: 13px;
}

ul.list-info li::before {
  padding: 10px;
  counter-increment: u-list;
  content: counter(u-list) "°";
}

ul.list-info li:nth-of-type(1):before {
  color: #e3d3b8;
}

ul.list-info li:nth-of-type(1) {
  background: rgb(252, 252, 252);
  background: linear-gradient(146deg,
      rgba(252, 252, 252, 1) 0%,
      rgba(237, 211, 169, 1) 100%);
}

ul.list-info li:nth-of-type(2) {
  background: rgb(252, 252, 252);
  background: linear-gradient(145deg,
      rgba(252, 252, 252, 1) 0%,
      rgba(231, 231, 231, 1) 100%);
}

ul.list-info li:nth-of-type(3) {
  background: rgb(252, 252, 252);
  background: linear-gradient(145deg,
      rgba(252, 252, 252, 1) 0%,
      rgb(240, 215, 198) 100%);
}

ul.list-info li:nth-of-type(2):before {
  color: #cecece;
}

ul.list-info li:nth-of-type(3):before {
  color: #d7c2af;
}

ul.list-info li img {
  margin-right: 13px;
}

ul.list-info li .wrp-heading p {
  color: #8f8f8f;
}

ul.list-info li .wrp-heading span {
  font-size: 11px;
}

ul.list-info li .wrp-heading p,
ul.list-info li .wrp-heading span {
  text-transform: capitalize;
}

ul.list-info li .wrp-heading2 {
  display: flex;
  justify-content: flex-end;
  width: 150px;
}

/*‖‖‖‖‖ CORES ‖‖‖‖‖*/

/* Dark Blue Grunge*/
.dark-blue {
  background-color: #282f35;
}

/* Blue */
.blue {
  background-color: #2a7de9;
}

.dark-blue,
.blue {
  color: white;
}

/* Rodapé */
.footer {
  width: 100%;
  height: 100px;
  background-color: #e2e2e2;
  border-top: 1px solid #dddddd;
  margin-top: 20px;
}

/* Corpo rodapé */
.body-footer {
  margin: 0 auto;
  background-color: #8a8a8a;
}

.body-footer hr {
  background-color: #cccccc;
}

/* Links Rápidos */
ul.fast-links {
  width: 70%;
  display: flex;
  text-align: center;
  list-style-type: none;
  margin: 0;
}

ul.fast-links li {
  display: inline-block;
  margin: auto 10px;
  align-items: center;
}

ul.fast-links li a {
  color: #fff;
}

/* Embrulhando Links mantenho  um padrão centralizado */
.body-footer .wrap--footer {
  max-width: 900px;
  min-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

/* Icones Sociais*/
.wrap-social--footer a i {
  font-size: 21px;
  color: #fff;
}

.wrap-social--footer a i:last-child {
  font-size: 18px;
}

.wrap-social--footer a i:hover {
  color: #000;
}
/* Adapted Footer from Default Theme */
.footer-main {
  background: #1a1a1a;
  padding: 60px 0 30px 0;
  margin-top: 50px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 10;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-logo img {
  max-width: 160px;
  height: auto;
}

.footer-apps {
  display: flex;
  gap: 15px;
}

.footer-apps a img {
  height: 40px;
  border-radius: 6px;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 1px solid rgba(255,255,255,0.1);
}

.footer-apps a img:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  border-color: #7a6348;
}

.footer-separator {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  margin: 20px 0;
}

.footer-middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-links {
  display: flex;
  gap: 20px;
}

.footer-links a {
  color: #888;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #fff;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.03);
  color: #888;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.2s;
  border: 1px solid rgba(255,255,255,0.05);
}

.footer-social a:hover {
  background: #7a6348;
  color: #fff;
  border-color: #7a6348;
  transform: translateY(-3px);
}

.footer-bottom {
  text-align: left;
  color: #666;
  font-size: 13px;
}

.footer-bottom p {
  font-size: 13px;
  margin: 4px 0;
  color: #666 !important;
}

/* Footer Premium Integration */
footer.footer-main {
  background: #111 !important;
  padding: 50px 0 !important;
  margin-top: 50px !important;
  width: 100% !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #ccc !important;
  clear: both;
}

body.light footer.footer-main {
  background: #fdfdfd !important;
  border-top: 1px solid #eee !important;
  color: #333 !important;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-top {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 30px !important;
  flex-wrap: wrap;
}

.footer-logo img {
  max-width: 200px !important;
  height: auto !important;
  display: none !important;
}

body.light .footer-logo img.logo-light { display: block !important; }
body.dark .footer-logo img.logo-dark { display: block !important; }
body:not(.light):not(.dark) .footer-logo img.logo-dark { display: block !important; }

.footer-apps {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
}

.footer-apps img {
  height: 40px !important;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.1);
}

.footer-separator {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  margin: 20px 0;
}

.footer-middle {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 30px !important;
  flex-wrap: wrap;
}

.footer-links {
  display: flex !important;
  flex-direction: row !important;
  gap: 20px !important;
}

.footer-links a {
  color: #888 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 600;
}

body.light .footer-links a { color: #555 !important; }
.footer-links a:hover { color: #fff !important; }
body.light .footer-links a:hover { color: #000 !important; }

.footer-social {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
}

.footer-social a {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.03);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 6px;
  color: #aaa !important;
  border: 1px solid rgba(255,255,255,0.08);
  font-size: 18px !important;
  transition: 0.3s;
}

body.light .footer-social a {
  background: #f0f0f0;
  border: 1px solid #ddd;
  color: #666 !important;
}

.footer-social a:hover {
  background: #7a6348 !important;
  color: #fff !important;
  transform: translateY(-3px);
}

.footer-bottom {
  text-align: left;
}

.footer-bottom p {
  font-size: 13px;
  margin: 4px 0;
  color: #666 !important;
}

/* Event Category Custom Dropdown */
.event-category-wrapper {
  position: relative;
  margin: 15px 15px 10px 15px;
}

.custom-select-trigger44 {
  background: #1a1a1a;
  border: 1px solid #333;
  color: #7a6348;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}

.custom-select-trigger44:hover {
  border-color: #7a6348;
}

.custom-options44 {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #1a1a1a;
  border: 1px solid #333;
  border-top: none;
  border-radius: 0 0 4px 4px;
  z-index: 100;
  display: none;
  max-height: 200px;
  overflow-y: auto;
}

.custom-options44.show {
  display: block;
}

.custom-option44 {
  padding: 10px 15px;
  color: #888;
  font-size: 13px;
  cursor: pointer;
  transition: 0.2s;
}

.custom-option44:hover {
  background: rgba(122, 99, 72, 0.1);
  color: #fff;
}

.custom-option44.active {
  color: #7a6348;
  font-weight: bold;
}

body.light .custom-select-trigger44 {
  background: #fff;
  border: 1px solid #ddd;
}

body.light .custom-options44 {
  background: #fff;
  border: 1px solid #ddd;
}

body.light .custom-option44 {
  color: #555;
}

body.light .custom-option44:hover {
  background: #f8f9fa;
  color: #000;
}


body.light .event-item44 {
    border-bottom: 1px solid #eee;
}

/* Final Fix for Event Category Custom Dropdown */
.event-category-wrapper {
  position: relative !important;
  margin: 10px !important;
  z-index: 100 !important;
}

.custom-select-trigger44 {
  background: #161a1e !important;
  border: 1px solid #282f35 !important;
  color: #7a6348 !important;
  padding: 12px 15px !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

body.light .custom-select-trigger44 {
  background: #ffffff !important;
  border: 1px solid #ddd !important;
}

.custom-options44 {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background: #161a1e !important;
  border: 1px solid #282f35 !important;
  border-top: none !important;
  border-radius: 0 0 4px 4px !important;
  z-index: 1000 !important;
  display: none !important;
  max-height: 250px !important;
  overflow-y: auto !important;
  box-shadow: 0 10px 20px rgba(0,0,0,0.5) !important;
}

.custom-options44.show {
  display: block !important;
}

body.light .custom-options44 {
  background: #ffffff !important;
  border: 1px solid #ddd !important;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.custom-option44 {
  padding: 12px 15px !important;
  color: #999 !important;
  font-size: 13px !important;
  cursor: pointer !important;
  transition: 0.2s !important;
}

.custom-option44:hover {
  background: #282f35 !important;
  color: #fff !important;
}

body.light .custom-option44 {
  color: #555 !important;
}

body.light .custom-option44:hover {
  background: #f0f0f0 !important;
  color: #000 !important;
}

.custom-option44.active {
  color: #7a6348 !important;
  font-weight: bold !important;
}

