@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap');

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #315c89ad;
}

::-webkit-scrollbar-thumb {
   background: #5879ad;
}

::-webkit-scrollbar-thumb:hover {
   background: #5899ad;
}


a {
    text-decoration: none;
    cursor: url(".././img/link.cur"), auto;
    color: rgba(0,80,150);
    font-weight: bold;
}

a:hover {
    color: rgba(0,80,160, 1);
    text-decoration: none;
    text-shadow: 0 0 4px rgba(0,30,160);
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    cursor: url(".././img/link.cur"), auto;
}

.text-custom {
    text-decoration: none;
    color: rgba(0,0,0, 0.9);
    font-weight: bold;
}

.bg-primarynew {
    background-color: rgba(0,0,0, 0.9);
}

.fa-bars-staggered {
    color:#fbfbfb
}

.fa-bars-staggered:hover {
    color: rgba(0,0,0, 0.9);
    text-shadow: 0 0 15px rgba(0,0,0, 0.9);
}

.hrnew {
    border-top: 1px solid rgba(0,0,0, 0.5);
    padding: 5px;
    margin-top: 7px;
}

.shake-logo {
    margin-top: 10%;
    transition: transform 0.4s linear;
	*filter: drop-shadow(0 0 0.5rem green);
    transform: scale(1.2);
}

.shake-logo:hover {
    transition: transform 0.6s linear;
    transform: scale(1.5);
	filter: saturate(2) drop-shadow(0 0 1rem rgba(0,0,0, 0.9));
	
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-gray-400)));
}

.banner {
    background-color: #101010;
    background-image: linear-gradient(to right, #101010, rgba(0,0,0, 0.9), #101010);
    background-size: cover;
    background-repeat: no-repeat;
    color: #f2f2f2;
    border-radius: 3px;
    border: 1px;
    border-style: solid;
    border-color: rgba(0,0,0, 0.50);
    padding: 5px;
    text-shadow: 0 0 4px rgba(0,0,0, 0.9);
    text-align: center;
    width: 478px;
}

.banner:hover {
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    opacity: 0.7;
    filter: drop-shadow(0 0 0.5rem rgba(0,0,0, 0.9));
}

.navbar-toggler {
    background: rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    color: #f2f2f2;
    border-radius: 50px;
    border: 1px;
    border-style: solid;
    border-color: rgba(0,0,0, 0.50);
    box-shadow: 0 0 4px rgba(0,0,0, 0.9);
    padding: 10px;
}

.navbar-toggler:hover {
    font-weight: bold;
    color: rgba(0,0,0, 0.9) !important;
    text-shadow: 0 0 15px rgba(0,0,0, 0.9);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    box-shadow: 0 0 6px #3D86FF;
    animation: shake 0.3s;
    -webkit-animation: shake 0.3s;
    animation-iteration-count: 0.5;
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}

.navbar-brand {
    width: auto;
    height: 25px;
    padding:0px;
	margin-top: -6px;
	transition: transform 0.4s linear;
}

.navbar-brand:hover {
    transition: transform 0.6s linear;
    transform: scale(1.05);
	filter: saturate(2) drop-shadow(0 0 0.5rem rgba(0,0,0, 0.9));
	cursor: url(".././img/link.cur"), auto;
}

.brandLogo {
    color: #00ff00;
    font-family:"Stfn";
    font-size:35px;
    text-transform: uppercase;
}

.brand {
    background: linear-gradient(90deg, #ff0000, #ff7f00, #ffff00, #00ff00, #0000ff, #4b0082, #9400d3);
    *background: linear-gradient(60deg, #00FF00, #FFF000, #00FF00, #FFF000);
    background-size: 500% 500%;
    animation: animateBrand 15s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family:"Stfn";
    font-size:35px;
    filter: saturate(2) drop-shadow(0 0 0.4rem rgba(0,0,0));
    *text-shadow: 0 0 25px rgba(0,0,0);
    opacity: 0.8;
}
@font-face {font-family:'Stfn';src:url('../..//Stfn.ttf');}
@keyframes animateBrand {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}

.text{
    font-family:"Stfn";
    font-size:35px;
    filter: saturate(2) drop-shadow(0 0 0.4rem rgba(0,0,0));
    animation: text 15s linear;
    animation-iteration-count: infinite;
}
@keyframes text {
    0% {color: rgb(255,0,0);}
    8% {color: rgb(255,127,0);}
    16% {color: rgb(255,255,0);}
    25% {color: rgb(127,255,0);}
    33% {color: rgb(0,255,0);}
    41% {color: rgb(0,255,127);}
    50% {color: rgb(0,255,255);}
    58% {color: rgb(0,127,255);}
    66% {color: rgb(0,0,255);}
    75% {color: rgb(127,0,255);}
    83% {color: rgb(255,0,255);}
    91% {color: rgb(255,0,127);}
    100% {color: rgb(255,0,0);}
}


.typewriter {
    overflow: hidden;
    border-right: .18em solid rgba(0,0,0, 0.9);
    white-space: nowrap;
    animation: blink-caret 0.8s step-end infinite;
}
@keyframes typing {
    from {
    width: 0
    }
    to {
    width: 10%
    }
}

@keyframes blink-caret {
    from,
    to {
    border-color: rgba(84,102,164);
    }
    50% {
    border-color: rgba(0,0,0, 0.1);
    }
}

.navbar {
    background-color: #101010;
    background-image: linear-gradient(to right, #101010, rgba(0,0,0, 0.9), #101010);
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px;
    border-style: solid;
    border-color: rgba(0,0,0, 0.50);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.navbar a {
    color: #f2f2f2 !important;
}

.navbar-interval {
    width: 15px;
}

.navbar .navbar-nav > li > a {
    *padding: 12.7px 10px 10px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 1px 1px #000;
    transition: transform 0.4s linear;
}

.navbar .active {
    font-weight: bold;
    color: rgba(0,80,170) !important;
    text-shadow: 0 0 5px rgba(0,80,170);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    box-shadow: 0 0 6px rgba(0,80,170);
    transition: transform 0.4s linear;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    font-weight: bold;
    color: rgba(0,80,250) !important;
    text-shadow: 0 0 15px rgba(0,80,250);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    box-shadow: 0 0 6px rgba(0,80,250);
    transition: transform 0.6s linear;
    transform: scale(1.1);
}

.switch {
	margin:auto;
	margin-right:10px;
    position: relative;
    display: inline-block;
    width: 100px;
    height: 42px;
	transition: transform 0.8s linear;
}
.switch:hover {
    transition: transform 1.0s linear;
    transform: scale(1.1);
    box-shadow: 0 0 6px rgba(0,80,170);
    border-radius: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #212121;
    border: 1px solid rgba(0,0,0, 0.5);
    box-shadow: 0 0 6px rgba(0,80,170);
    cursor: url(".././img/link.cur"), auto;
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}

.slider:before {
    position: absolute;
    content: "";
    height: 44px;
    width: 44px;
    bottom: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url('https://i.ibb.co/9ZP4crT/night.png');
    background-repeat: no-repeat;
    background-position: center;
	filter: drop-shadow(0 0 1rem rgba(0,20,255));
	box-shadow: 0 0 18px rgba(0,20,255);
	border: 1px solid rgba(0,20,255, 0.5);
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}

input:checked + .slider {
    background-color: #212121;
}

input:focus + .slider {
	border: 1px solid rgba(0,0,0, 0.5);
    box-shadow: 0 0 6px rgba(0,80,170);
}

input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
    background: url('https://i.ibb.co/bgDCkqJ/sunny.png');
    background-repeat: no-repeat;
    background-position: center;
	filter: drop-shadow(0 0 1rem rgba(255,255,0));
	box-shadow: 0 0 18px rgba(255,255,0);
	border: 1px solid rgba(255,255,0, 0.5);
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 34px;
}

.header {
     background-color: #101010;
    background-image: linear-gradient(to right, #101010, rgba(0,0,0, 0.9), #101010);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    border: 1px;
    border-style: solid;
    border-color: rgba(0,0,0, 0.50);
    border-top: none;
    border-bottom: none;
    
}
@media (max-width: 576px) { /* Примерно за мобилни устройства с максимална ширина от 576px */
    .header .col-3 {
        width: 100%;
        margin-bottom: 10px; /* Добавяме малко отстояние между колоните за по-добър външен вид */
        background-size: 150px;
    }
}
@media (max-width: 576px) { /* Примерно за мобилни устройства с максимална ширина от 576px */
    .col-6 img {
        width: 300px; /* Променете стойността според вашите предпочитания */
    }
}



.msg {
    background-color: #101010;
    background-image: linear-gradient(to right, #101010, rgba(0,0,0, 0.9), #101010);
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px;
    border-style: solid;
    border-color: rgba(0,0,0, 0.50);
    padding:5px;
}

.container {
    margin-top: 0%;
    max-width: 1684px;
}

.wrapper {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.88), rgba(0, 0, 0), rgba(0, 0, 0, 0.88));
    padding: 15px;
    border: 1px;
    border-style: solid;
    border-color: rgba(0,0,0, 0.50);
}

.footer {
    background-color: #101010;
    background-image: linear-gradient(to right, #101010, rgba(0,0,0, 0.9), #101010);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 12px;
    overflow: hidden;
    color: #f2f2f2;
    font-size: 12px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px;
    border-style: solid;
    border-color: rgba(0,0,0, 0.50);
    border-top: none;
    text-shadow: 0 1px 1px #000;
    margin-bottom: 20px;
}

.box {
    margin-bottom: 20px;
    color: #777;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    animation: stfn 1s infinite;
}

.box_title {
    background-image: linear-gradient(to right, #101010, rgba(0,0,0, 0.9), #101010);
    background-color: #101010;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px;
    border-bottom: 0px;
    border-style: solid;
    border-color: rgba(0,0,0, 0.50);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
}

.box_content {
    background-color: #101010;
    padding: 12px;
    border: 1px;
    border-style: solid;
    border-color: rgba(0,0,0, 0.50);
    border-top: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-shadow: 0 1px 1px #000;
    color: #fff;
}

.box-head {
    background: rgba(0, 0, 0, 0.3);
    padding: 7px 8.5px 7px 8.5px;
    border-radius: 5px;
}

h3.box-title {
    color: #fff;
    text-shadow: 0 1px 1px #000;
    padding: 5px 5px 5px 5px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
}

.message {
    background-color: #212121;
    background-image: linear-gradient(to right, rgba(0,0,0, 0.5), rgba(0,0,0, 0.2), rgba(0,0,0, 0.5));
    border-radius: 10px;
    padding: 10px;
    border: 1px solid rgba(0,0,0, 0.9);
    color: #ffffff;
    box-shadow: 0px 0px 0px rgba(0,0,0, 0.2), 0px 0px 5px rgba(0,0,0, 0.3), 0px 0px 10px rgba(0,0,0, 0.4), 0px 0px 15px rgba(0,0,0, 0.5);
   font-weight:500;
}

.bg-custom {
    background: rgba(0,0,0, 0.5);
}

.btn-custom {
    background-color: #101010;
    background-image: linear-gradient(to right, #101010, rgba(0,0,0, 1), #101010);
    position: relative;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 5px rgba(255,255,255, 0.1), 0px 0px 10px rgba(255,255,255, 0.2);
    text-shadow: 0 1px 1px #000;
    border: 1px solid rgba(0,0,0, 0.50);
    padding: 5px;
}
.btn-custom:hover {
    color:#fff;
    background-color: #101010;
    background-image: linear-gradient(to right, #101010, rgba(0,0,0, 1), #101010);
    text-shadow: 0 1px 1px #000;
    border: 1px solid rgba(255,255,255, 0.50);
    cursor: url(".././img/link.cur"), auto;
    box-shadow: 0px 0px 5px rgba(255,255,255, 0.2), 0px 0px 10px rgba(255,255,255, 0.3), 0px 0px 15px rgba(255,255,255, 0.4), 0px 0px 20px rgba(255,255,255, 0.5);
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}

.btn-custom-top {
    background-color: #101010;
    background-image: linear-gradient(to right, rgba(21,21,21, 1), rgba(0,0,0, 0.9), rgba(21,21,21, 1));
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    border-radius: 50px;
    text-shadow: 0 1px 1px #000;
	box-shadow: 0px 0px 5px rgba(255,255,255, 0.1), 0px 0px 10px rgba(255,255,255, 0.2);
    padding: 4px 8px 4px 8px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
}
.btn-custom-top:hover {
    background-color: #101010;
    background-image: linear-gradient(to right, rgba(21,21,21, 1), rgba(0,0,0, 0.9), rgba(21,21,21, 1));
    text-shadow: 0 1px 1px #000;
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    cursor: url(".././img/link.cur"), auto;
    box-shadow: 0px 0px 5px rgba(255,255,255, 0.2), 0px 0px 10px rgba(255,255,255, 0.3), 0px 0px 15px rgba(255,255,255, 0.4), 0px 0px 20px rgba(255,255,255, 0.5);
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}

.tooltip-img .tooltiptext {
  visibility: hidden;
  width: auto;
  background: #101010;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
}
.tooltip-img:hover .tooltiptext {
  background: #101010;
  visibility: visible;
  width: auto;
  padding: 5px;
}
.img-size {
  width:200px;
  height:150px;
  border-radius:5px;
}

.tooltip-text .tooltiptext {
  visibility: hidden;
  width: auto;
  background: #101010;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
}
.tooltip-text:hover .tooltiptext {
  visibility: visible;
  width: auto;
  padding: 5px;
}

.shake-new {
    animation: shakeing 1.2s infinite;
}
.card {
  overflow: visible;
  width: 370px;
  height: 254px;
}

.content {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 300ms;
  box-shadow: 0px 0px 10px 1px #000000ee;
  border-radius: 5px;
}

.front, .back {
  background-color: #151515;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 5px;
  overflow: hidden;
}

.back {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.back::before {
  position: absolute;
  content: ' ';
  display: block;
  width: 160px;
  height: 160%;
  background: linear-gradient(90deg, transparent, #ff9966, #ff9966, #ff9966, #ff9966, transparent);
  animation: rotation_481 5000ms infinite linear;
}

.back-content {
  position: absolute;
  width: 99%;
  height: 99%;
  background-color: #151515;
  border-radius: 5px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.card:hover .content {
  transform: rotateY(180deg);
}

@keyframes rotation_481 {
  0% {
    transform: rotateZ(0deg);
  }

  0% {
    transform: rotateZ(360deg);
  }
}

.front {
  transform: rotateY(180deg);
  color: white;
}

.front .front-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url('https://new.gamemods-servers.com/img/logo/GMS-HD.png');
  background-size: cover; /* За да покрие целия елемент */
}

.front-content .badge {
  background-color: #00000055;
  padding: 2px 10px;
  border-radius: 10px;
  backdrop-filter: blur(2px);
  width: fit-content;
}

.description {
  box-shadow: 0px 0px 10px 5px #00000088;
  width: 100%;
  padding: 10px;
  background-color: #00000099;
  backdrop-filter: blur(5px);
  border-radius: 5px;
}

.title {
  font-size: 11px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}

.title p {
  width: 50%;
}

.card-footer {
  color: #ffffff88;
  margin-top: 5px;
  font-size: 8px;
}

.front .img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #ffbb66;
  position: relative;
  filter: blur(15px);
  animation: floating 2600ms infinite linear;
}

.zone {
    background-color: #000;
    *background-image: url(../img/stripe.png), linear-gradient(to right, #050505, rgba(0, 20, 100, 0.6), #050505);
    background-position: left top;
    border-radius: 5px;
    cursor: default;
}


#bottom {
  background-color: #ff8866;
  left: 50px;
  top: 0px;
  width: 150px;
  height: 150px;
  animation-delay: -800ms;
}

#right {
  background-color: #ff2233;
  left: 160px;
  top: -80px;
  width: 30px;
  height: 30px;
  animation-delay: -1800ms;
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes shakeing {
    0% { transform: translateY(-1.5px) rotate(0) }
    15% { transform: translateY(-1.5px) rotate(0) }
    35% { transform: translateY(-1.5px) rotate(25deg) }
    55% { transform: translateY(-1.5px) rotate(-25deg) }
    65% { transform: translateY(-1.5px) rotate(25deg) }
    85% { transform: translateY(-1.5px) rotate(0) }
    100% { transform: translateY(-1.5px) rotate(0) }
}

@keyframes bounce {
    40% { transform: scale(1.4); }
    60% { transform: scale(0.8); }
    80% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

@keyframes bouncebrand {
    40% { transform: scale(1.2); }
    60% { transform: scale(0.8); }
    80% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

@keyframes bouncebrandnew {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    1000% { transform: scale(1); }
}

/*================================================[ Светъл Режим ]================================================*/

[data-theme="bright"] {
    background: #000000 url(.././img/bg.png) no-repeat center fixed;
    background-size: 105%;
    -webkit-background-size: 105%;
    -moz-background-size: 105%;
    -o-background-size: 105%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #666;
    cursor: url(".././img/pointer.cur"), auto;
}

[data-theme="bright"] .hrneww {
    border-top: 1px solid rgba(0,0,0, 0.50);
    padding: 5px;
    margin-top: 7px;
}

[data-theme="bright"] .wrapper {
    background-image: linear-gradient(to right, rgba(173,181,189, 0.58), rgba(173,181,189), rgba(173,181,189, 0.58));
    padding: 15px;
    border: 1px;
    border-style: solid;
    border-color: rgba(0,0,0, 0.50);
}

[data-theme="bright"] .box_content {
	background-color: #adb5bd;
    padding: 12px;
    border: 1px;
    border-style: solid;
    border-color: rgba(0,0,0, 0.50);
    border-top: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-shadow: 0 1px 1px #000;
    color: #1c1c1c;
}

[data-theme="bright"] .navbar {
    background-color: #101010;
    background-image: linear-gradient(to right, #fff3cd, rgba(0, 0, 0, 0.9), #fff3cd);
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px;
    border-style: solid;
    border-color: rgba(0,0,0, 0.50);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

[data-theme="bright"] .navbar .active {
    font-weight: bold;
    color: rgba(0,80,170) !important;
    text-shadow: 0 0 5px rgba(0,80,170);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    box-shadow: 0 0 6px rgba(0,80,170);
    transition: transform 0.4s linear;
}

[data-theme="bright"] .navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    font-weight: bold;
    color: rgba(0,80,250) !important;
    text-shadow: 0 0 15px rgba(0,80,250);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    box-shadow: 0 0 6px rgba(0,80,250);
    transition: transform 0.6s linear;
    transform: scale(1.1);
}

[data-theme="bright"] .box_title {
    background-image: linear-gradient(to right, #fff3cd, rgba(0, 0, 0, 0.9), #fff3cd);
    background-color: #101010;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px;
    border-bottom: 0px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.50);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
}

[data-theme="bright"] .msg {
    background-color: #101010;
    background-image: linear-gradient(to right, #fff3cd, rgba(0, 0, 0, 0.9), #fff3cd);
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.50);
    padding: 5px;
}

[data-theme="bright"] .footer {
    background-color: #101010;
    background-image: linear-gradient(to right, #fff3cd, rgba(0, 0, 0, 0.9), #fff3cd);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 12px;
    overflow: hidden;
    color: #f2f2f2;
    font-size: 12px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.50);
    border-top: none;
    text-shadow: 0 1px 1px #000;
    margin-bottom: 20px;
}
[data-theme="bright"] .table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
}