.advertistment-container {
  flex: 1;
  width: 100%;
  vertical-align: middle;
  margin-bottom: 10px;
}

.rainbow-button {
  font-size: 16px;
  border: 2px solid transparent;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  background: linear-gradient(45deg, red, orange, rgb(233, 91, 233), rgb(243, 26, 243));
  background-size: 400% 400%;
  animation: rainbow-animation 3s linear infinite;
  transition: background-color 0.3s ease;
}

/* Keyframe animation for rainbow effect */
@keyframes rainbow-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.link {
  color: hotpink;
  cursor: pointer;
}
img {
  width: 100%;
}

.login-content {
  max-width: 1200px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.bank-support {
  margin-top: 30px;
}

.bottom-banner {
  margin-bottom: -5px;
}

.card-content-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tag-container {
  width: 80px;
  height: 30px;
  padding: 5px;
  text-align: center;
  border: 1px solid #1d212b;
  box-shadow: 1px 1px 5px 1px rgb(61 66 75 / 54%),
    0px 0px 20px 0px rgb(18 13 13 / 22%);
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
}

.success-color {
  display: inline;
  color: black;
}

@media (max-width: 340px) {
  .tag-container {
    margin-bottom: 38px;
  }
}

.header-img {
  width: 40px;
  height: 40px;
  font-size: 50px;
}

body {
  background-position: center;
  font-family: "Inter";
}

.login-card {
  border-radius: 30px !important;
  background: linear-gradient(to bottom, 
  #FF00EE 0%,     /* Bright red at the top */
  #450091 100%    /* Dark red */
);
  flex: 1;
  width: 100%;
  vertical-align: middle;
  margin-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.btn-text {
  font-family: "Inter";
  font-size: 30x !important;
  font-weight: 700;
  color: white !important;
}

.btn-text-register {
  font-family: "Inter";
  font-size: 30x !important;
  font-weight: 700;
  color: #FC00EC !important;
}

.button-login {
  width: 100%;
  border-radius: 20px !important;
  color: white !important;
}

/* .button-login:disabled {
  background: rgb(169, 123, 32);
  -webkit-box-shadow: inset 0px 0px 10px rgb(108, 80, 24);
  -moz-box-shadow: inset 0px 0px 10px rgb(108, 80, 24);
  box-shadow: inset 0px 0px 10px rgb(108, 80, 24);
} */

.button-registry {
  background-color: rgb(255, 255, 255);
  width: 100%;
  border-radius: 20px !important;
}

.button-registry:focus {
  background: rgb(198, 0, 0);
  -webkit-box-shadow: inset 0px 0px 10px rgb(108, 80, 24);
  -moz-box-shadow: inset 0px 0px 10px rgb(108, 80, 24);
  box-shadow: inset 0px 0px 10px rgb(108, 80, 24);
}

.button-icon {
  color: black;
  margin-right: 5px;
}

.mat-button {
  border: 1px;
  height: 40px;
  border-color: transparent;
  box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
    0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}

.topbar {
  padding: 0px 15px;
  justify-content: center;
  align-items: center;
}

.relative {
  position: relative;
}

.dark-logo-landing {
  /* display: flex; */
  /* justify-content: center; */
  margin: auto;
  width: 190px;
  height: 60px;
}

.navbar-header {
  text-align: center;
}

.login-wrapper {
  height: calc(100vh);
  background-image: url("assets/images/background/background.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  overflow: auto;
  overflow-x: hidden;
}

.login-wrapper-2 {
  height: calc(100vh);
  background-size: cover;
  background-position: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.header-container {
  width: 1200px;
}

.login-container {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  height: 54px;
}

.btn-child-1 {
  /* width: 50%;
    float: left;
    padding-right: 5px;
    padding-bottom: 5px; */
  flex: 1;
  margin-right: 10px;
}

.btn-child-2 {
  /* width: 50%;
  float: left;
  padding-left: 5px;
  padding-bottom: 5px; */
  flex: 1;
}

/*-------------------------*/

.MuiTab-wrapper {
  width: 100%;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.MuiTabs-root {
  display: flex;
  overflow: hidden;
  min-height: 48px;
  -webkit-overflow-scrolling: touch;
}

.MuiTabs-scroller {
  flex: 1 1 auto;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}


.login-header-text {
  color: white !important;
  font-weight: bold !important;
}

.MuiTabs-fixed {
  width: 100%;
  overflow-x: hidden;
}

.MuiTabs-flexContainer {
  display: flex;
  justify-content: space-around;
}

/*..*/
.MuiTab-textColorPrimary.Mui-selected {
  color: #ffca00;
}

.MuiTab-fullWidth {
  flex-grow: 1;
  max-width: none;
  flex-basis: 0;
  flex-shrink: 1;
}

.MuiTab-textColorPrimary {
  color: #fff;
}

.MuiTab-labelIcon {
  min-height: 72px;
  padding-top: 9px;
}

@media (min-width: 600px) {
  .MuiTab-root {
    min-width: 160px;
  }
}

.MuiTab-root {
  padding: 6px 12px;
  overflow: hidden;
  position: relative;
  font-size: 0.875rem;
  max-width: 264px;
  min-width: 72px;
  box-sizing: border-box;
  min-height: 48px;
  text-align: center;
  flex-shrink: 0;
  font-family: FC Active Italic;
  font-weight: 500;
  line-height: 1.75;
  white-space: normal;
  text-transform: uppercase;
}

.MuiButtonBase-root {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.jss33 {
  flex-grow: 1;
}

.MuiAppBar-colorPrimary {
  color: #212121;
  background-color: #ffca00;
}

.MuiAppBar-positionStatic {
  position: static;
}

.MuiAppBar-root {
  width: 100%;
  display: flex;
  z-index: 1100;
  box-sizing: border-box;
  flex-shrink: 0;
  flex-direction: column;
}

.MuiPaper-elevation4 {
  box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%),
    0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}

.MuiPaper-root {
  color: #fff;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #212121;
}

.jss35 {
  background-color: #ffca00;
}

.jss34 {
  width: 100%;
  bottom: 0;
  height: 2px;
  position: absolute;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

/*card*/
.mat-card> :last-child:not(.mat-card-footer),
.mat-card-content> :last-child:not(.mat-card-footer) {
  margin-bottom: 0;
}

.mat-card> :first-child,
.mat-card-content> :first-child {
  margin-top: 0;
}

.mat-card .mat-card-content {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  padding: 8px;
}

.mat-card-actions,
.mat-card-subtitle,
.mat-card-content {
  display: block;
  margin-bottom: 16px;
}

.mat-card-content,
.mat-card-subtitle {
  font-size: 20px;
}

.mat-card-content,
.mat-card-subtitle {
  font-size: 14px;
}

* {
  outline: none;
  box-sizing: border-box;
}

.mat-card {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05) !important;
  margin: 5px 5px;
  padding: 0px !important;
  border-radius: 15px;
  background-color: #01070e !important;
  border: 1px solid red;
  color: #fff;
}

.transparent-card {
  background-color: transparent !important;
}

.text-caption {
  color: white;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 300;
}

.padding-text {
  padding-left: 8px;
}

ul {
  list-style: none;
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
/*- toggle tabs -*/
.tab {
  display: none;
}

.tab.active {
  display: block;
}

.tab:target~section.tab:last-child {
  display: none;
}

.tab-nav>nav>a.active {
  color: gold;
  border-bottom-color: gold;
}

/* Layout */
.tab>* {
  width: 100%;
  padding-top: 10px;
  margin: 0;
}

.tab-nav>nav {
  padding: 0;
  display: flex;
}

.tab-nav>nav>a {
  display: inline-block;
  text-decoration: none;
  color: white;
  padding: 5px;
  border-bottom: 2px solid rgba(128, 128, 128, 0.271);
  margin: 0;
  width: 50%;
  display: flex;
  justify-content: center;
}

ul {
  list-style: none;
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

#slider {
  background-color: transparent;
  position: absolute;
  margin: 7px 10px;
  transition: transform 0.5s;
  width: 130px;
  color: gold;
  border-bottom-color: gold;
}

#deposit-nav:active~#slider {
  transform: translate(-450px, 0px);
}

#withdraw-nav:active~#slider {
  transform: translate(-300px, 0px);
}

@font-face {
  font-family: "Inter";
  /*a name to be used later*/
  src: url("assets/fonts/FC-Active-Regular.ttf");
  /*URL to font*/
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.login-icon {
  width: 24px;
  color: white !important;
}

.register-icon {
  width: 20px;
}

.landding-header {
  background-color: black;
  display: flex;
  width: 100%;
  height: 100px !important;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 6px solid;
  border-image: linear-gradient(to bottom, 
  #FF00EE 0%,     /* Bright red at the top */
  #450091 100%    /* Dark red */
);
  border-image-slice: 1;
  outline: none;
  /* box-shadow: 0 0 15px gold; */
}

/* paragraph  */
h1 {
  font-family: "Inter" !important;
  color: gold !important;
  text-align: center;
}

h2 {
  font-family: "Inter" !important;
  color: goldenrod !important;
  text-align: center;
}

h3 {
  font-family: "Inter" !important;
}

b {
  font-family: "Inter" !important;
  font-weight: normal !important;
  color: gold !important;
}

a {
  text-decoration: none !important;
}

c {
  font-family: "Inter" !important;
  color: #00ffff !important;
}

d {
  font-family: "Inter" !important;
  color: #ff00ff !important;
}

e {
  font-family: "Inter" !important;
  color: #00ff00 !important;
}

p {
  margin: 0 0 35px;
}

span {
  font-family: "Inter" !important;
  font-size: 23px;
}

span.text-indent {
  margin-left: 7%;
}

.logo {
  display: flex;
  justify-content: center;
  margin: auto;
  width: 295px;
  height: 70px;
}

.pad-16 {
  padding: 12px !important;
}

.gold {
  color: gold !important;
}

.goldenrod {
  color: goldenrod !important;
}

/* carousel */
.carousel-container {
  width: 100%;
}

.carousel {
  position: relative;
  width: 100%;
  /*height / width */
  padding-top: calc(840 / 840 * 100%);
  overflow: hidden;
}

.carousel-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.circle-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: start;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
}

.circle {
  border: 1px solid transparent;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  background-color: rgba(128, 128, 128, 0.43);
}

.circle-fill {
  background-color: gold;
}

.carousel-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Animations */
@keyframes toRight {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

@keyframes toLeft {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@keyframes comeRight {
  0% {
    left: 100%;
  }

  100% {
    left: 0;
  }
}

@keyframes comeLeft {
  0% {
    left: -100%;
  }

  100% {
    left: 0;
  }
}

/* image modal */

/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.custom-modal {
  display: none;
  /* display: flex !important; */
  position: fixed;
  z-index: 1;
  /* left: 50%;
  top: 50%;
  transform: translate(-50%, -25%); */
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden !important;
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  /* display: flex !important; */
  display: none;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.modal-panel {
  text-align: center;
  pointer-events: auto;
  position: relative;
  max-width: 700px;
  margin: auto;
  width: 100%;
}

/* The Close Button */
.close-btn-container {
  border-radius: 50%;
  /* background-color: bisque; */
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  width: 35px;
  height: 35px;
  border: 2px solid #FC00EC;
  background: #1e1e1f;
  overflow: visible;
}

/* The Close Button */
.close-btn {
  color: #cfcfcf;
  font-size: 35px;
  font-weight: bold;
  transition: 0.3s;
  line-height: 30px;
}

.close-btn:hover,
.close-btn:focus {
  color: #e20e0e;
  text-decoration: none;
  cursor: pointer;
}

.line-button:disabled,
.line-button[disabled] {
  background-image: none !important;
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: #666666 !important;
}

.line-button {
  border-radius: 4px !important;
  width: 100%;
  margin: 5px 0px;
  background-color: rgb(0, 185, 0) !important;
}

.line-button:focus {
  background-color: rgb(0, 150, 0) !important;
  -webkit-box-shadow: inset 0px 0px 15px rgb(108, 80, 24);
  -moz-box-shadow: inset 0px 0px 15px rgb(108, 80, 24);
  box-shadow: inset 0px 0px 15px rgb(108, 80, 24);
}

.line-logo-button {
  width: 25px;
  height: 25px;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }

  .modal-panel {
    width: 80%;
  }
}

/*----- Form Field-------*/

.form-field {
  width: 100%;
  padding-top: 5px;
}

.login-block {
  display: flex;
  flex-direction: column;
}

input[type="text"],
input[type="password"] {
  width: 100%;
  margin: 10px 0;
  margin-left: 5p;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.463);
  font-family: "Inter";
  font-size: 18px;
  padding-left: 20px;
  /* height: 65px; */
  border: 1px solid rgba(255, 255, 255, 0.314);
  color: white;
}

::placeholder {
  color: white;
}

input:focus {
  color: white;
  outline: none !important;
  border: 1px solid gold;
  box-shadow: 0 0 5px gold;
}

input:focus::placeholder {
  color: transparent;
}

.totp-container {
  display: none;
  position: relative;
}

@media (min-width: 701px) {
  .user-input {
    /* width: 405px !important; */
  }

  .password-input {
    /* width: 405px !important; */
  }

  .totp-input {
    /* width: 820px !important; */
  }

  .login-block {
    display: flex;
    flex-direction: row;
  }
}

.err {
  background: #ffe6ee;
  border: 1px solid #b1395f;
}

.emsg {
  color: #c12020;
  font-weight: bold;
}

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

/*---- Login Error Notification ----*/

.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 0 !important;
}

.alert-danger {
  height: 48px !important;
  justify-content: space-between;
  font-family: "Inter" !important;
  font-size: 20px !important;
  display: none;
  position: fixed;
  bottom: 30px;
  z-index: 1;
  margin-left: 23%;
  width: 400px;
  border-color: transparent !important;
  color: white !important;
  background: #fc4b6c !important;
  animation-name: zoom;
  animation-duration: 0.2s;
  line-height: 20px !important;
}

@media (max-width: 1024px) {
  .alert-danger {
    margin-left: 20%;
  }
}

@media (max-width: 768px) {
  .alert-danger {
    margin-left: 23%;
  }
}

@media (max-width: 500px) {
  .alert-danger {
    margin-left: 15%;
    width: 250px;
  }
}

.close {
  float: right;
  font-size: 20px !important;
  font-weight: normal !important;
  font-family: "Inter" !important;
  line-height: 20px !important;
  color: white !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

/* input:required:valid {
  border-color: black;
} */

/* input:required {
  border-color: #fc4b6c;
} */

i {
  cursor: pointer;
  color: gray;
  position: absolute;
  right: 0px;
  margin: 0 10px;
  margin-top: 15px;
}

.input-container {
  position: relative;
  width: 100%;
}


.icon-front {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
  width: 20px;
  height: 20px;
}

.password-container {
  display: flex;
  position: relative;
}

.active-user-card {
  /* background-color: rgba(0, 0, 0, 0.679); */
  width: auto;
  height: 40px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.active-user-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: white;
}

.active-user-text {
  margin-top: 4px;
  animation: glowing-white 2s ease-in-out infinite;
  cursor: default;
}

@keyframes glowing-white {
  0% {
    color: rgba(255, 255, 255, 0.758);
    text-shadow: 0 0 10px #fff;
  }

  50% {
    color: white;
    text-shadow: 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
  }

  100% {
    color: rgba(255, 255, 255, 0.758);
    text-shadow: 0 0 10px #fff;
  }
}

.active-user-icon {
  margin: 0 !important;
  margin-right: 5px !important;
  font-size: 30px !important;
  animation: glowing-green 2s ease-in-out infinite;
  color: white;
  display: flex;
  position: relative;
  margin: 0px !important;
  margin-right: 5px !important;
  cursor: default;
}

@keyframes glowing-green {
  0% {
    color: #2ba805;
    text-shadow: 0 0 10px #2ba805;
  }

  50% {
    color: #46da19;
    text-shadow: 0 0 20px #46da19, 0 0 30px #46da19, 0 0 40px #46da19;
  }

  100% {
    color: #2ba805;
    text-shadow: 0 0 10px #2ba805;
  }
}


.line-container {
  display: none;
  /* fixed right-2 bottom-8 z-50 flex flex-col cursor-pointer items-center justify-center */
  right: 2rem !important;
  bottom: 2rem !important;
  position: fixed !important;
  z-index: 100 !important;
  cursor: pointer !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.line-img{
  /* h-12 w-12 rounded-full sm:h-16 sm:w-16 */
  width: 6rem !important;
  height: 6rem !important;
  border-radius: 9999px !important;
}

/* .review-card {
  width: auto;
  height: 180px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 3px solid #FC00EC;
  flex: 1;
  width: 100%;
} */

.review-card {
  border: 3px solid #FC00EC;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width:100%;
  padding: 20px;
  height: 100%;
  /* width: 350px;
  max-width: 90%; */
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.user-profile {
  display: flex;
  align-items: center;
}

.user-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.username {
  font-weight: bold;
  color: #ffffff;
}

.rating {
  color: #ffc107;
  font-size: 20px;
}

.star {
  margin-left: 2px;
}

.review-text {
  color: #ffffff;
  line-height: 1.6;
}

.star-yellow{
  color: #ffc107;
}
.star-grey{
  color: #4d4a43;
}


.main-number-card {
  border: 3px solid #FC00EC;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width:100%;
  height: 100%;
  /* width: 350px;
  max-width: 90%; */
}

.main-number-container {
  background: linear-gradient(to bottom, 
  #FF00EE 0%,     /* Bright red at the top */
  #450091 100%    /* Dark red */
);
  width: 100%;
  height: 60px;
  text-align: center;
}

.main-number-text {
  color: white;
  font-weight: bold;
  font-size: 18px;
}

.glo-card {
  padding-top: 5px;
}
.glo-container {
  background: white;
  width: 100%;
  height: 40px;
  text-align: center;
  margin: 5px;
  border-radius: 5px;
}

.main-number-img{
  /* h-12 w-12 rounded-full sm:h-16 sm:w-16 */
  width: 45px;
  height: 45px;
}

.mat-button {
  border: 1px;
  height: 40px;
  border-color: transparent;
  box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
    0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}

.huay-button-container {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

/* .data-button {
  padding: 10px 15px;
  background-color: #f0f0f0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.data-button:hover {
  background-color: #e0e0e0;
}

.data-button.active {
  background-color: #007bff;
  color: white;
  font-weight: bold;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

th, td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

th {
  background-color: #f2f2f2;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

tr:hover {
  background-color: #f1f1f1;
}

.table-container {
  margin-top: 20px;
  overflow-x: auto;
} */


table {
  border-collapse: separate;
  border-spacing: 0;
  width: 80%;
  margin: 20px auto;
  border: 2px solid #3498db;
  border-radius: 10px;
  overflow: hidden;
}

.tab-button {
  padding: 5px 20px;
  background-color: transparent;
  border: 1px solid #ddd;
  border-color: #FC00EC;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s;
  color: white;
  margin-left: 8px;
}

.tab-button:hover {
  background-color: #e0e0e0;
}

.tab-button.active {
  background: linear-gradient(to bottom, 
  #FF00EE 0%,     /* Bright red at the top */
  #450091 100%    /* Dark red */
);
  color: white;
  border-color: #FC00EC;
}

.data-table {
  border-collapse: collapse;
  width: 100%;
  display: none;
}

.data-table.active {
  display: table;
}

.data-table th, .data-table td {
  border: 1px solid #ddd;
  padding: 4px;
  text-align: left;
}

.data-table th {
  background: linear-gradient(to bottom, 
  #FF00EE 0%,     /* Bright red at the top */
  #450091 100%    /* Dark red */
);
  height: 40px;
  color: white;
  font-weight: normal;
  font-size: 20px;
}


.data-table tr {
  background-color: #f1f1f1;
}

.mobile-dropdown {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f9f9f9;
}
/* Mobile navigation */
.mobile-nav {
  display: none;
  margin-bottom: 20px;
}


@media screen and (max-width: 768px) {
  .button-container {
      display: none;
  }
  
  .mobile-nav {
      display: block;
  }
  
  .data-table {
      font-size: 14px;
  }
  
  .data-table th, .data-table td {
      padding: 8px;
  }
  
  .control-button {
      width: 100%;
      margin-bottom: 10px;
      margin-right: 0;
  }
  
  .table-controls {
      display: flex;
      flex-direction: column;
  }
}