/*=======================================
 Body Area Style
========================================*/
body.theme-dark {
  background-color: #121212;
  color: #ffffff;
}

body.theme-blue {
  background-color: #001f3f;
  color: #ffffff;
  
 
}

body.theme-green {
  background-color: #0f3d0f;
  color: #e0ffe0;
}

body.theme-purple {
  background-color: #2e003e;
  color: #f0e0ff;
}

/*=======================================
 Header Area Style
========================================*/

header {
  position: sticky;
  top:0;
  margin: 0px !important;
  padding: 0px !important;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 10%;
  z-index: 5;
  transition: 0.5s;
  
  
}

#header_area{
  display: flex;
  background-image: linear-gradient(to bottom, #f06600 50%, #1488cc 50%, #2b32b2 100%);
  margin: 0; 
  padding: 0; 
  text-transform: uppercase;
  
 
}

#header-left{
  display: flex;
  background:#f06600;
  flex: 2;
  order: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 90px;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0, 100% 50%,  calc(100% - 50px) 100%, 0 100%);
}
/*=======================================
 Logo Area Style Start
========================================*/
.col-md-4.logo-shift {
  margin-left: 0px;
}

.logo-wrapper {
  position: relative;
  display: inline-block;
}

.text-container {
  background-image: linear-gradient(to bottom, #013572 0%, #ad0909 25%,#000000 50%, #0079D1 50%,#2b32b2 100%);
  color: #fafafa;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 0px 0px 0px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  border: 2px solid #1488cc;
  text-align: center;
  border-radius: 10px;
  left: 55px; /* same as circle center */
}

.text-container::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f06600;
  border-radius: 50%;
  z-index: 2;
    }
.text-container span:nth-of-type(2) {
  color: #f06600;
  letter-spacing: 0.4em;
  padding-left: 8px;
  
}
.logo-wrapper .circle {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 3;
  width: 85px;
  height: 85px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-container span {
  display: block;
}
.circle-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
/*=======================================
 Logo Area Style End
========================================*/
  
#header_right{
  background:none;
  flex: 2;
  order: 2;
  margin: 0;
  padding: 0;
  border: 0;
}

/*=======================================
 Menu Area Style Start
========================================*/
/* Topbar Container */
#topbar {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
  height: 45px;
  background: #f06600;
  gap: 20px;
  margin: 0;
  padding: 0;
  border: 0;
}
/* ========== General Reset & Box Sizing ========== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}
/* ========== Topbar Layout ========== */
#topbar {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
  height: 45px;
  background: #f06600;
  gap: 20px;
}
#topbar a {
  text-decoration: none;
  color: #fafafa;
  opacity: 0.9;
}


/* Parent Container (assumes topbar is 60px tall) */
.topbar-logo-area {
  display: flex;
  align-items: center;
  
}
.logo-area.topbar-logo {
  display: flex;
  align-items: center;
  height: 100%; /* Match parent for vertical centering */
}
/* Logo wrapper holds both logo and text */
.logo-wrapper {
  display: flex;
  align-items: center;
  height: 100%; /* Ensure full-height engagement for alignment */
}
.topbar-logo .logo-wrapper .circle {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
/* Logo Image fills the circle */
.topbar-logo-area .circle-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text Container Styling */
.topbar-logo .topbar-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%; /* Full height of the logo area */
  padding: 0px 0px 0px 15px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fafafa;
  border-radius: 10px;
  background-image: linear-gradient(to bottom, #013572 0%, #ad0909 25%, #000000 50%, #0079D1 50%, #2b32b2 100%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 2px solid #1488cc;
  margin-left: 40px;
}

.topbar-logo .topbar-text-container span:nth-of-type(2) {
  color: #f06600;
  letter-spacing: 0.45em;
  padding-left: 0px;
}

/* ========== Section Containers ========== */
.topbar-logo-area,
#social_links .social-icons,
#links_area,
#lang_chk {
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.topbar-logo-area{
  display: none;
}
/* ========== Logo Styling ========== */
/* ====Top bar logo Style into Responsive CSS=== */
/* ========== Logo Styling ========== */


.social-icons a {
  width: 22px;
  height: 22px;
  margin: 0px 10px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  transition: background-color 0.3s;
  text-decoration: none;
}

.social-icons a:hover {
  background-color: #fff;
}

.social-icons a:hover .bxl-facebook { color: #1877F2; }
.social-icons a:hover .bxl-twitter  { color: #1DA1F2; }
.social-icons a:hover .bxl-youtube  { color: #FF0000; }

.social-icons a:hover .bxl-facebook{
  color: #1877F2;
  font-size: 18px;
  transition: 0.3s;
}
.social-icons a:hover .bxl-twitter{
  color: #1DA1F2;
  font-size: 18px;
  transition: 0.3s;
}
.social-icons a:hover .bxl-youtube{
  color: #FF0000;
  font-size: 18px;
  transition: 0.3s;
}

/* ========== Navigation Links ========== */
/* Navigation Links */

#topbar a{
  text-decoration: none;
  color: #fafafa;
  opacity: 0.9;
}
#top_links{
  display: flex;
  justify-content: center; /* Horizontally center the content */
  align-items: center; /* Vertically center the content */
  height: 45px;
  margin: 0;
  padding: 0;
}

#top_links .top_drop_nav{
  display: none;
}
#topbar .bx-chevron-down{
  display: none;
  font-size: 22px;
  padding-left: 0px;
}
#nondrop{
  display: flex;
  justify-content: left;
}
#topbar ul{
list-style-type: none;
padding-left: 0px;
}

#topbar ul li{
  padding: 0px 10px 0px 10px;
  
  }
 #topbar .non_drop span{
  color: #fafafa;
  
 }
 #topbar .non_drop ul li a{
  padding: 0px 0px 0px 0px;
  font-size: 15px;
 }
#links .dropdown a:hover{
  cursor:context-menu;
} 
#nondrop{
  display: flex;
  justify-content: center; /* Horizontally center the content */
  align-items: center; /* Vertically center the content */
  height: 45px;
  margin: 0;
  padding: 0;
}
#topbar #nondrop a{
  display: inline-block;
  position: relative;
  

}
#topbar #nondrop a:hover{
  color: #375e97;
  transition: 0.3s;
}
#topbar #nondrop a::before{
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, #683091 30%, #005dac 70%);
  background-size: 0 3px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size .3s ease-in;
}
#topbar #nondrop a:hover::before {
  background-size: 100% 3px;
  
}

/*Language Check Box Area Style Start*/
*, *:before, *:after {
  box-sizing: border-box;
}

#lang_chk{
  display: flex;
  align-items: center;
  justify-content: flex-end;
    
  }

  label {
    // Just to make it bigger in the pen preview, 
    // it uses pixels, so it's not responsive
    transform: scale(1.5); 
    // end 
    display: block;
    width: 64px;
    background: #CCC;
    height: 30px;
    border-radius: 30px;
    position: relative;
    // Remove mobile tab color
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
    input {
      display: none;
    }


   .lang_span {
      display: block;
      width: 54px; 
      height: 23px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: linear-gradient(to bottom, #8b8c8e 20%, #f4f4f4);
      border-radius: 25px;
      &:after {
        content: "";
        position: absolute;
        display: block;
        height: 21px;
        width: 52px;
        left: 1px;
        top: 1px;
        border-radius: 23px;
        background: #006a4e;
        box-shadow: inset 0 0 30px 0 rgba(0,0,0,0.8);
        transition: .20s;
      }
    }
    
    i {
      display: block;
      width: 21px;
      height: 21px;
      position: absolute;
      background: linear-gradient(to top, #9e9e9e 20%, #f4f4f4);
      border-radius: 50%;
      box-shadow: 0 5px 10px 0 rgba(0,0,0,0.7);
      top: 4.2px;
      left: 6px;
      transition: .25s;
      &:after {
        content: "";
        position: absolute;
        display: block;
        width: 18px;
        height: 18px;
        left: 1px;
        top: 1px;
        border-radius: 50%;
        background: #d5d4d4;
        z-index: 1;
      }
    }
    
    input:checked ~ i {
      top: 4.2px;
      left: 37px;
    }
    
    input:checked + .lang_span:after {
      background: red;
      box-shadow: inset 0 0 30px 0 rgba(0,0,0,0.6);
    }
    
    input:checked + .lang_span > .off {
      color: transparent;
      text-shadow: 0 1px 0 rgba(255,255,255,0);
    }
    
    input:checked + .lang_span > .on{
      color: #fff;
      text-shadow: 0 1px 0 rgba(255,255,255, 0.3);
    }

    
    // LABEL GRADIENT BORDER
    &:after {
        content: "";
        position: absolute;
        display: block;
        width: 74px;
        height: 38px;
        border-radius: 42px;
        background: red;
        top: -2px;
        left: -2px;
        z-index: -1;
        background: linear-gradient(to bottom, #969494, #fff);
    }
    
    &:hover {
      cursor: pointer;
    }
    
    &:focus, &:active {
      outline: 0;
    }
  }
  
  .on, .off {
    text-transform: uppercase;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8em;
    font-weight: 600;
    z-index: 2;
    -webkit-user-select: none;        
    -moz-user-select: none;
    -ms-user-select: none; 
    letter-spacing: 1px;
    transition: .25s;
  }
  
  .on {
    color: transparent;
    text-shadow: 0 1px 0 rgba(255,255,255,0);
  }
  
  .off {
    left: initial; 
    right: 7px;
    color: rgb(255, 255, 255);
    text-shadow: 0 1px 0 rgba(173, 8, 8, 0.2);
  }


/*Navbar Area Style Start*/
#navbar-area{
  box-sizing: border-box;
  overflow: hidden;
}

/*Navbar Area Style Start*/
nav{

  width: 100%;
  height: 100%;
  height: 45px;
  z-index: 99;
}
nav .navbar{
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  /* background: red; */
  padding: 0 10px;
}
.navbar .logo a{
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
}
.navbar .logo{

  display: block;
}
nav .navbar .nav-links{
  line-height: 45px;
  height: 100%;
}
nav .navbar #nav{
  display: flex;
}
nav .navbar #nav li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 8px;
}
nav .navbar #nav li a{
  display: inline-block;
  position: relative;
}
nav .navbar #nav li:hover a{
  color: #a4a4a4 ;
  transition: 0.3s;
}
nav .navbar #nav li a::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 10px;
  background: linear-gradient(to right, #fc4a1a, #f7b733);
  background-size: 0 3px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size .3s ease-in;
}

nav .navbar #nav li a:hover::before {
  background-size: 100% 3px;
  
}
nav .navbar #nav .sub-menu a:hover::before {
  background-size: 0 3px;
}

nav .navbar #nav li:hover .sub-menu a{
  color: #fff;
}
nav .navbar #nav li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
}
#nav li:hover .first-arrow,
#nav li:hover .second-arrow,
#nav li:hover .third-arrow,
#nav li:hover .fourth-arrow{
  transform: rotate(180deg);
  }

nav .navbar #nav li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}
nav .navbar #nav li .sub-menu{
  position: absolute;
  top: 43px;
  left: 0;
  line-height: 30px;
  background: linear-gradient(to top, #2b32b2, #1488cc);
  padding:  0px;
  width: 162px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); /* Add some shadow for depth */
  margin-top: 0px;
  margin-left: -8px;
  border: 0px 0.5px 0px 0.5px solid white;
  z-index: 1; /* Ensure the linksdown content is on top */

  display: none;
  z-index: 2;
}
nav .navbar #nav li .sub-menu li{
  display: inline-block; /* Change from inline-block to block */
  width: 100%; /* Set width to 100% of its parent */
  box-sizing: border-box; /* Include padding and border in the element's width and height */
  border-top: 0.5px solid #2b32b2;
  border-radius: 0px;
  }
  nav .navbar #nav li .sub-menu li:hover{
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #fff);
    width: 100%;
    }
    nav .navbar #nav li .sub-menu li:hover a{
      color: black;
    }
nav .navbar #nav li:hover .first-sub-menu,
nav .navbar #nav li:hover .second-sub-menu,
  nav .navbar #nav li:hover .third-sub-menu,
  nav .navbar #nav li:hover .fourth-sub-menu{
  display: block;
}
.navbar #navli .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar #nav li .sub-menu a{
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
.navbar .nav-search-box{
  display: none;
}
.navbar .search-box{
  position: relative;
  height: 40px;
  width: 40px;
}


.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;

  
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: linear-gradient(to right, #2b32b2, #1488cc);
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  
}
.navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: linear-gradient(to right, #2b32b2, #1488cc);
}

.search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #1488cc;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.mobile_menu{
  width: 35px;
  height: 25px;
  background: linear-gradient(to top, #2b32b2, #1488cc);
  justify-content: center; /* Horizontally center the icon */
  align-items: center; /* Vertically center the icon */
  border-radius: 5px;
  display: none;
}
.mobile_menu:hover{
  background: linear-gradient(to top, #1488cc, #2b32b2);
  transition: all 0.9s ease;
}
.navbar .bx-menu{
  display: none;
}



/*=======================================
 Menu Area Style End
========================================*/

/*=======================================
 Falsebar Area Style start
========================================*/
/* falsebar Container */
#falsebar {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
  height: 45px;
  background: #f06600;
  gap: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  
}

/* ========== General Reset & Box Sizing ========== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}
/* ========== falsebar Layout ========== */
#falsebar {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
  height: 60px;
  background: #f06600;
  gap: 20px;
}
#falsebar a {
  text-decoration: none;
  color: #fafafa;
  opacity: 0.9;
}


/* ========== Section Containers ========== */
.falsebar-logo-area,
#social_links .social-icons,
#links_area,
#false_lang_chk {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px; /* Ensure vertical centering in flex parent */
}

.false-bar-area{
  display: none;
}
/* ========== Logo Styling ========== */
#falsebar .logo-wrapper {
  display: flex;
  align-items: center;
}
#falsebar .logo-wrapper .circle {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#falsebar .circle-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#falsebar .text-container {
  display: flex;
  align-items: center;
}

#falsebar .social-icons a {
  width: 22px;
  height: 22px;
  margin: 0px 10px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  transition: background-color 0.3s;
  text-decoration: none;
}

#falsebar .social-icons a:hover {
  background-color: #fff;
}

#falsebar .social-icons a:hover .bxl-facebook { color: #1877F2; }
#falsebar .social-icons a:hover .bxl-twitter  { color: #1DA1F2; }
#falsebar.social-icons a:hover .bxl-youtube  { color: #FF0000; }



/*Language Check Box Area Style Start*/
*, *:before, *:after {
  box-sizing: border-box;
}

#false_lang_chk{
  display: flex;
  align-items: center;
  justify-content: flex-end;
    
  }
  label {
    // Just to make it bigger in the pen preview, 
    // it uses pixels, so it's not responsive
    transform: scale(1.5); 
    // end 
    display: block;
    width: 64px;
    background: #CCC;
    height: 30px;
    border-radius: 30px;
    position: relative;
    // Remove mobile tab color
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
    input {
      display: none;
    }



   .false_lang_span {
      display: block;
      width: 54px; 
      height: 23px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: linear-gradient(to bottom, #8b8c8e 20%, #f4f4f4);
      border-radius: 25px;
      &:after {
        content: "";
        position: absolute;
        display: block;
        height: 21px;
        width: 52px;
        left: 1px;
        top: 1px;
        border-radius: 23px;
        background: #006a4e;
        box-shadow: inset 0 0 30px 0 rgba(0,0,0,0.8);
        transition: .20s;
      }
    }
    
    i {
      display: block;
      width: 21px;
      height: 21px;
      position: absolute;
      background: linear-gradient(to top, #9e9e9e 20%, #f4f4f4);
      border-radius: 50%;
      box-shadow: 0 5px 10px 0 rgba(0,0,0,0.7);
      top: 4.2px;
      left: 6px;
      transition: .25s;
      &:after {
        content: "";
        position: absolute;
        display: block;
        width: 18px;
        height: 18px;
        left: 1px;
        top: 1px;
        border-radius: 50%;
        background: #d5d4d4;
        z-index: 1;
      }
    }
    
    input:checked ~ i {
      top: 4.2px;
      left: 37px;
    }
    
    input:checked + .false_lang_span:after {
      background: red;
      box-shadow: inset 0 0 30px 0 rgba(0,0,0,0.6);
    }
    
    input:checked + .false_lang_span > .off {
      color: transparent;
      text-shadow: 0 1px 0 rgba(255,255,255,0);
    }
    
    input:checked + .false_lang_span > .on{
      color: #fff;
      text-shadow: 0 1px 0 rgba(255,255,255, 0.3);
    }
    // LABEL GRADIENT BORDER
    &:after {
        content: "";
        position: absolute;
        display: block;
        height: 38px;
        background: red;
        top: -2px;
        left: -2px;
        z-index: -1;
      
    }
    
    &:hover {
      cursor: pointer;
    }
    
    &:focus, &:active {
      outline: 0;
    }
  }
  
  .on, .off {
    text-transform: uppercase;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8em;
    font-weight: 600;
    z-index: 2;
    -webkit-user-select: none;        
    -moz-user-select: none;
    -ms-user-select: none; 
    letter-spacing: 1px;
    transition: .25s;
  }
  
  .on {
    color: transparent;
    text-shadow: 0 1px 0 rgba(255,255,255,0);
  }
  
  .off {
    left: initial; 
    right: 7px;
    color: red;
    text-shadow: 0 1px 0 rgba(173, 8, 8, 0.2);
  }

/*Language Check Box Area Style End*/

/*=======================================
 Falsebar Area Style End
========================================*/

/*=======================================
Hero Section Style Staart
========================================*/
.first-section-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(to right, 
        white 0%, 
        blue 50%, 
        white 100%);
}

/*=======================================
Hero Section Style End
========================================*/

/*=======================================
 Landing Focus Area Style Start
========================================*/
.landing-section{
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: linear-gradient(310deg, #000000, #013572, #000000);
 
}
.landing-focus{
  padding-top: 10px;
  padding-bottom: 10px;
 
  
}
.fc-one {
  color: white; 
}
.fc-two {
  color: rgb(81, 30, 177); 
}
.fc-description {
  color: white;
  text-align: justify;
}

/*=======================================
 Landing Focus Area Style End
========================================*/

/*=======================================
 Logo Area Style End

/*=======================================
 Quick Link Area Style Start
========================================*/

.custom-box-one,
.custom-box-two,
.custom-box-three,
.custom-box-four{
  padding: 10px 25px 5px 10px;
  text-align: center;
  box-sizing: border-box;
}    
.custom-box-one img,
.custom-box-two img,
.custom-box-three img,
.custom-box-four img {
  max-width: 80px;
  height: auto;
  overflow: hidden;
}

    .img-row {
      display: flex;
      justify-content: center;
      margin-bottom: 10px;
    }

.q-link-heading h1{
  display: block;
  color: rgb(9, 10, 9);
  font-size: 18px;

}

 /*==Quick Link Text Decoration Start==*/
 .neon-text {
  display: inline;           /* ensures background wraps only the text */
  padding: 5px;              /* optional: space around text */
  color: #fff;               /* white text for contrast */
  font-weight: bold;
  font-size: 2rem;
}
 .neon-text {
    font-size: 4rem;
    color: #fff;
    text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    }
    100% {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #fff, 0 0 80px #fff, 0 0 160px #fff;
    }
}
 /*===Quick Link Text Decoration End===*/

.img-offer-one h2,
.img-offer-two h2,
.img-offer-three h2,
.img-offer-four h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.qr-code-text-one p,
.qr-code-text-two p,
.qr-code-text-three p,
.qr-code-text-four p {
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.qr-code-text-one h5,
.qr-code-text-two h5,
.qr-code-text-three h5,
.qr-code-text-four h5 {
  font-size: 10px;
  margin: 0;
  padding: 0;
}
.qr-code-img img{
  margin-top: 5px;
  border: solid 3px rgb(235, 227, 227);
  width: 50px;
  height: auto;
}

.q-img-text{
  background-color: #2b32b2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1488cc), to(#2b32b2));
  background-image: -webkit-linear-gradient(top, #1488cc, #2b32b2);
  background-image: -moz-linear-gradient(top, #1488cc, #2b32b2);
  background-image: -ms-linear-gradient(top, #1488cc, #2b32b2);
  background-image: -o-linear-gradient(top, #1488cc, #2b32b2);
  background-image: linear-gradient(top, #1488cc, #2b32b2);
  padding: 05px;
  
 
}
.q-img-text:hover{
  background-color: #1488cc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b32b2), to(#1488cc));
  background-image: -webkit-linear-gradient(top, #2b32b2, #1488cc);
  background-image: -moz-linear-gradient(top, #2b32b2, #1488cc);
  background-image: -ms-linear-gradient(top, #2b32b2, #1488cc);
  background-image: -o-linear-gradient(top, #2b32b2, #1488cc);
  background-image: linear-gradient(top, #2b32b2, #1488cc);
  cursor: pointer;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  
}
.q-links-a:hover .q-img-text p{
color: #f06600;
  transition: 0.9s;
}
.q-links-a a{
  margin: 0px;
  color: #fafafa;
  text-decoration: none;
  font-size: 18px;
}
.q-img-text p{
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  
  
}

@media only screen and (min-width: 200px) and (max-width: 980px) {
  .quick-link-area{
    flex-direction: column;
  }
 }
/*=======================================
 Quick Link Area Style End
========================================*/
/*=======================================
 Scroll Area Style Start
========================================*/
.scroll-wrapper {
  display: flex;               /* Layout children horizontally */
  align-items: center;
  overflow: hidden;
  background-color: beige;
  border: 1px solid #282a2c;
  border-radius: 5px;
}
.scroll-label {
  flex-shrink: 0;              /* Prevent shrinking on smaller screens */
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 10px 20px 10px 10px;
  white-space: nowrap;
  color: rgb(143, 6, 6);
  background: linear-gradient(to top, #2b32b2, #1488cc);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);

}
.angled-box {
  background-color: #0a0a0a;
  color: #fff;
  padding: 20px;
  width: 100%;
  height: 150px;

  /* Creates angled right side */
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

/* Inner container for horizontal movement */

.scroll-inner {
  display: flex;
  overflow: hidden;
  flex-grow: 1;
}
/* Scroll track with animation */
.scroll-track {
  display: flex;
  gap: 20px;
  animation: scrollLoop 60s linear infinite;
}

/* Items inside scrolling track */
.scroll-item {
  white-space: nowrap;
  font-weight: bold;
  color: #333;
}

/* Seamless scrolling keyframes */
@keyframes scrollLoop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Claim box styling */
.claim-div {
  padding: 5px 0px 10px 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  
  border-radius: 5px;
  perspective: 500px;
  /* Prevent overflow and scrollbar */
  overflow: hidden;       /* not just x-axis */
  max-width: 100%;        /* restrict width */
  box-sizing: border-box; /* manage padding inside width */
}
.btn {
  position: relative;
  padding: 0px 5px 0px 5px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}

.neon-pulse {
  background: linear-gradient(to top, #2b32b2, #1591da);
  box-shadow: 0 0 5px rgba(0, 255, 255, 0.3);
  overflow: visible;
}

.neon-pulse::before,
.neon-pulse::after {
  content: "";
  position: absolute;
  inset: 0; /* Remove negative inset to prevent overflow */
  box-shadow: 0 0 3px #2b32b2; /* You can reduce this if needed */
  border: 3px solid #2b32b2;
  border-radius: inherit;
  animation: pulseOut 2s ease-out infinite;
  opacity: 0;
}

.neon-pulse::after {
  animation-delay: 1s;
}

@keyframes pulseOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/*=======================================
Scroll Area Style End
========================================*/
/*=======================================
 Editor Choice Area Style Start
========================================*/

.casino-logo{
  width: 100px;
  height: 100px;
  border-radius: 15px;
  box-sizing: border-box;
  overflow: hidden;
  float: left;
  margin-left: 10px;
  margin-right: 20px;
}
.casino-info .bonoustag{
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0px;
  text-align: left;
  text-decoration: none;
}
.casino-info span{
  text-decoration: none;
}
.editorcontent{
  position: relative;
  margin-left: 0;
  padding: 0px 0px;
  box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
  border: 1px solid #ffc107;
  border-radius: 15px;
  background: #fff;
  margin-bottom: 20px;
  cursor: pointer;

}
.editorcontent .card-link{
  padding: 0;
  top: 0px; 
  left: 0;
}
.editorcontent a{
 text-decoration: none;
}
.editor-highlight{
  position: absolute;
  padding: 0;
  top: 8px; 
  left: 8px;
   color: #fff;
  border-radius: 0 0 0 5px;
  font-size: 0.85rem;
}
.editor-highlight h5 {
  display: inline-block; 
  background-color: #ffc107; 
  font-size: 12px;
  text-transform: uppercase;
  color: #000; 
  padding: 5px 10px; 
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px; 
  margin-top: 0;
  top: 0; 
  left: 0;
  text-decoration: none;
  
}
.bonus-highlight {
  position: absolute;
  top: 8px;
  right: 8px;
  margin: 0;
  color: #fff;
  border-radius: 0 0 0 5px;
  font-size: 0.85rem;
}
.bonus-highlight h5 {
  display: inline-block; 
  background-color: #ffc107; 
  font-size: 12px;
  text-transform: uppercase;
  color: #000; 
  padding: 5px 10px; 
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px; 
  margin-top: 0;
  top: 0; 
  left: 0;
  text-decoration: none;
  
}
.read-highlight {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  color: #fff;
  border-radius: 0 0 0 5px;
  font-size: 0.85rem;
}
.read-highlight h5 {
  display: inline-block; 
  background-color: #ffc107; 
  font-size: 12px;
  text-transform: uppercase;
  color: #000; 
  padding: 5px 10px; 
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px; 
  margin-top: 0;
  bottom: 0; 
  right: 0;
  text-decoration: none;
  
}

.edit-info-footer{
  padding-bottom: 10px;
  text-align: center;
  padding: 5px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: linear-gradient(to top, #2b32b2, #1488cc); 
}
.edit-info-footer .text-percent{
  color: #3A3B3C;
}
.checked {
  color: orange;
}

.cabutton {
  position: absolute; 
  top: 15px;
  right: 15px; 
  
}

.cabutton button {
  padding: 5px 15px; 
  background: linear-gradient(to top, #2b32b2, #1488cc); 
  color: #fff; 
  border: none; 
  border-radius: 5px; 
  cursor: pointer; 
}

.cabutton button:hover {
  background: linear-gradient(to top, #1488cc, #2b32b2); 
}
.careadbutton {
  position: absolute; 
  bottom: 15px;
  right: 15px; 
}

.careadbutton button {
  padding: 5px 15px; 
  background: linear-gradient(to top, #2b32b2, #1488cc); 
  color: #fff; 
  border: none; 
  border-radius: 5px; 
  cursor: pointer; 
}

.careadbutton button:hover {
  background: linear-gradient(to top, #1488cc, #2b32b2); 
}

/*=======================================
 Editor Accordian Area Style Start
========================================*/
.accordion {
  background: #fff;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.4s;
  text-decoration: underline;
  background: #fff;
  margin: 0;
}
.accordion button{
  padding: 5px 15px; 
  background-color: #007bff; 
  color: #fff; 
  border: none; 
  border-radius: 5px; 
  cursor: pointer; 
}
.active, .accordion:hover {
 color: #012d65;
}
.panel {
  
  border-radius: 0px;
  
  
}
.panel p{
  text-align: justify;
  margin-bottom: 5px;
  font-size: 0.9rem;
}
.rightmenucontent{
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
  border-radius: 10px;
  border: 1px solid #ffc107;
  background: #fff;
  margin-bottom: 10px;
  padding: 5px;
  
}
.rightmenucontent:hover{
  color: #2b32b2;
 
  
}
.right-menu-body a{
  text-decoration: none;
  font-size: 0.9rem;
  color: #000;
  
  
}
.rightmenuinfo p{
  margin: 0;
  padding: 0;
}
.casino-menu-logo{
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  overflow: hidden;
  float: left;
  margin-left: 10px;
  margin-right: 20px;
}
/*=======================================
 Editor Choice Area Style End
========================================*/

/*=======================================
 Service Area Style Start
========================================*/
.service-section{
  margin-top: 20px;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row-cols-1{
  margin: 0 !important;
  padding: 0 !important;

}
.card{
  
  background-color: #f6f6f6;
  overflow: hidden;
  padding: 8px;
   
   
}

.card-body {
  border: 1px solid #CCC;
  -webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
  -moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
  box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #999;
  float: left;
  font: 16px Lucida Sans, Trebuchet MS, Tahoma, sans-serif;
  padding: 10px;
  background: #FFF;
  
}

.card-body:focus {
  border-color: #aaa;
  -webkit-box-shadow: 0 1px 1px #bbb inset;
  -moz-box-shadow: 0 1px 1px #bbb inset;
  box-shadow: 0 1px 1px #bbb inset;
  outline: 0;
}


.frame {
  width: 90%;
  margin: 10px auto;
  text-align: center;
  
}
button {
  margin: 20px;
}
.custom-btn {
  width: 130px;
  height: 40px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.card .btn-12{
  color: #ff7800 ;
  position: relative;
  right: 20px;
  bottom: 20px;
  border:none;
  width: 130px;
  height: 40px;
  line-height: 40px;
  -webkit-perspective: 230px;
  perspective: 230px;
}
.card .btn-12 span {
  display: block;
  position: absolute;
  width: 130px;
  height: 40px;
  border: 1px solid #ff7800 ;
  box-shadow: 0 0 5px #ff7800 , 0 0 5px #ff7800  inset;
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.card .btn-12 span:nth-child(1) {
  box-shadow: 0 0 5px #ff7800 , 0 0 5px #ff7800  inset;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.card .btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.card .btn-12:hover span:nth-child(1) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.card .btn-12:hover span:nth-child(2) {
  background: #eae8e8;
  color: #eae8e8;
  box-shadow: 0 0 5px #ff7800 , 0 0 5px #ff7800  inset;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.allcasinobtn {
  padding: 5px 15px; 
  background: linear-gradient(to top, #2b32b2, #1488cc); 
  color: #fff; 
  border: none; 
  border-radius: 5px; 
  cursor: pointer; 
}

.allcasinobtn:hover {
  background: linear-gradient(to top, #1488cc, #2b32b2); 
  color: #ff7800
}
.pickgradient {
  position: relative;
  display: inline-block;
}

.pickgradient::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 30%, rgb(0, 53, 114) 100%);
}


.card-body{
  margin-top: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eae8e8));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #eae8e8);
    background-image: -moz-linear-gradient(top, #f6f6f6, #eae8e8);
    background-image: -ms-linear-gradient(top, #f6f6f6, #eae8e8);
    background-image: -o-linear-gradient(top, #f6f6f6, #eae8e8);
    background-image: linear-gradient(top, #f6f6f6, #eae8e8);
    border-color:  rgba(255,255,255,.1), 3px 3px 3px 3px #bbb, 3px 3px 3px 3px #aaa, 3px 3px 3px 3px #444;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    
}
.title-body{
  border: 1px solid #CCC;
  -webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
  -moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
  box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #999;
  float: left;
  font: 16px Lucida Sans, Trebuchet MS, Tahoma, sans-serif;
  padding: 10px;
  background: #FFF;
}
.card-body .card-title{
  background-color: #f06600;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe7724), to(#f06600));
  background-image: -webkit-linear-gradient(top, #fe7724, #f06600);
  background-image: -moz-linear-gradient(top, #fe7724, #f06600);
  background-image: -ms-linear-gradient(top, #fe7724, #f06600);
  background-image: -o-linear-gradient(top, #fe7724, #f06600);
  background-image: linear-gradient(top, #fe7724, #f06600);
  border-color:  rgba(255,255,255,.1), 3px 3px 3px 3px #bbb, 3px 3px 3px 3px #aaa, 3px 3px 3px 3px #444;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
    border-radius: 3px;
  text-align: center;
  color: #fafafa;
  padding: 5px;
}
.card-body p{
  text-align: justify;
  color: #000;

}
.card:hover .card-title{
  background-color: #163e7d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#013572), to(#163e7d));
  background-image: -webkit-linear-gradient(top, #013572, #163e7d);
  background-image: -moz-linear-gradient(top, #013572, #163e7d);
  background-image: -ms-linear-gradient(top, #013572, #163e7d);
  background-image: -o-linear-gradient(top, #013572, #163e7d);
  background-image: linear-gradient(top, #013572, #163e7d);
  border-color:  rgba(255,255,255,.1), 3px 3px 3px 3px #bbb, 3px 3px 3px 3px #aaa, 3px 3px 3px 3px #444;
  color: #f06600;
  transition: 0.9s;
}
/* [1] The container */
.img-hover-zoom {
	
	overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  }
  
  /* [2] Transition property for smooth transformation of images */
  .img-hover-zoom img {
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(50%);
  }
  
  /* [3] Finally, transforming the image when container gets hovered */
  .img-hover-zoom:hover img {
    filter: brightness(100%);
    transform: scale(1.3);
  }
/*=======================================
 Service Area Style Start
========================================*/

/*=======================================
 Joint/Coloboration Area Style Start
========================================*/
 /* Set the background color for the whole page */
.collaboration {
  background-image: linear-gradient(310deg, #000000, #013572, #000000);
}

.joint-collaboration {
  margin-top: 40px;
}

.partner-section-title h2 {
  text-align: center;
  color: #fafafa;
  padding: 5px;
  
}

.logos {
  overflow: hidden;
  position: relative;
  padding: 20px 0;
  display: flex;
  align-items: center;
  height: 140px; /* Ensures vertical centering */
}

.logos-track {
  display: flex;
  animation: scroll 35s linear infinite;
  flex-shrink: 0;
}

.logos-track img {
  height: 100px;
  margin: 0 20px;
  object-fit: contain;
  vertical-align: middle;
}

/* Scroll animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Pause on hover */
.logos:hover .logos-track {
  animation-play-state: paused;
  cursor: pointer;
}

.joint-page {
  text-align: center;
  margin-top: 20px;
}

.joint-page a {
  text-decoration: none;
  color: #fafafa;
}

/* Responsive tweaks */
@media only screen and (max-width: 850px) {
  .joint-collaboration {
    margin-top: 10px;
  }

  .logos {
    height: auto;
  }

  .logos-track img {
    height: 80px;
    margin: 0 10px;
    
  }
}


/*=======================================
 Default Theme Button Star
========================================*/


.default-button {
  padding: 5px 15px; 
  background: linear-gradient(to top, #2b32b2, #1488cc); 
  color: #fff; 
  border: none; 
  border-radius: 5px; 
  cursor: pointer; 
}

.default-button:hover {
  background: linear-gradient(to top, #1488cc, #2b32b2); 
  color: #ff7800
}
/*=======================================
 Default Theme Button End
========================================*/


/*=======================================
Footer Area Style Start
========================================*/
.footer-area{
   background-image: linear-gradient(310deg, #000000, #013572, #000000);
}
.onbet-copyright a{
text-decoration: none;
}
/*=======================================
Footer Area Style End
========================================*/
/*=======================================
Trapezoid Style Start
========================================*/
.custom-box {
  background-color: #00ffff; /* Cyan */
  
  position: relative;
  width: 100%;
  height: auto;
  perspective: 600px;
  
  
}

.trapezoid {
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%) rotateX(10deg);
  transform-origin: top;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}


.trapezoid h2 {
  color: white;
  margin: 0;
  font-size: 14px;
}
/*=======================================
Alert Message Position
========================================*/
/*=======================================
Dashboard Toggle Style Start
========================================*/
    body {
      background-color: #f4f6f9;
      font-family: 'Segoe UI', sans-serif;
    }
    .table-responsive {
      overflow-x: auto;
    }
    .logout-button {
      position: absolute;
      top: 20px;
      right: 30px;
    }
    .btn-danger {
      background-color: #dc3545;
      border: none;
      padding: 8px 16px;
      color: white;
      border-radius: 4px;
      text-decoration: none;
      font-weight: bold;
    }
    .btn-danger:hover {
      background-color: #f5de11;
    }
    .dashboard-container {
      max-width: 1000px;
      margin: 100px auto;
      padding: 30px;
      background: white;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }
    .profile-section {
      text-align: center;
      margin-bottom: 40px;
    }
    .profile-section img {
      max-width: 120px;
      border-radius: 50%;
      margin-top: 10px;
    }
    table {
      margin-bottom: 40px;
    }
    th {
      background-color: #007bff;
      color: white;
    }
    td, th {
      vertical-align: middle !important;
    }
    td a {
      text-decoration: none;
      text-transform: uppercase;
      background: linear-gradient(to top, #2b32b2, #1488cc); 
      color: white;
      text-align: center;
      display: block;
      padding: 6px 10px;
      border-radius: 4px;
    }
    td a:hover {
      background: linear-gradient(to top, #1488cc, #2b32b2); 
      color: #ff7800;
    }
    .game-section {
      display: none;
    }
    .game-section.active {
      display: block;
    }
    .transaction-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  font-family: 'Segoe UI', sans-serif;
}

.transaction-table th,
.transaction-table td {
  padding: 12px;
  text-align: center;
  border: 1px solid #ccc;
}

.transaction-table input {
  width: 100%;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.transaction-table button {
  padding: 6px 12px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.transaction-table button:hover {
  background-color: #0056b3;
}


/*=======================================
Dashboard Toggle Style End
========================================*/

