.sidebar {
     width: 265px;
    position: fixed;
    height: calc(100vh - 50px); 
    left: 0;
    z-index: 3;
    background-color: #f3f3f3 !important;
    align-items: flex-start;
    top: 25vh;
    overflow-y: auto;
}
.sidebar > ul > li > a {
  color:black
}
.sidebar > ul > li > .active {
  background-color: #ff6600 !important;
  color: white !important;
}
.section {
  padding-left: 20px;
}
.selected-menu{
      height: 45px;
    position: absolute;
    background-color: #ff6600;
    width: 23%;
    z-index: 9;
    border-radius: 10px;
    left: 11px;
    color: white;
    padding-top: 9px;
    transition: top 0.5 cubic-bezier(0.075, 0.82, 0.165, 1);
}
.weblinks {
  row-gap:5px;
}
.nav-item {
  font-size:16px !important
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .headerDiv{
    height: 100px;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
    .col-lg-6 {
        /* flex: 0 0 50%; */
        max-width: 50%;
    }
}

.btn-secondary{
      background-color: #f38b00 !important;
    color: #fff !important;
}
.btn-secondary:hover 
 {
    background-color: #00a1af !important;
    color: #fff !important;
}  

.btn-primary {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-primary:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Handlee", cursive;
  font-weight: bold;
  line-height: 1.2;
  color: #00394f;
}
p{
  font-family:"Nunito", sans-serif !important
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

/********** Custom CSS ************/

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
  text-align: left;
  background-color: #fff;
}
.private-mode-text>img{
    width:20px !important;
    flex:0
}
.headerDiv{
      /* height: calc(100vh - 43px) !important; */
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-position: center center;
    background-size: cover !important;
    /* background: url(https://www.betssongroup.com/wp-content/uploads/2025/05/Background-website_3-1600x800.jpg); */
    /* background: url(https://www.onebetsson.com/wp-content/uploads/2019/09/onebetsson-home.jpg); */

}

.headerDiv .bg-primary{
    background-color: transparent !important;
}

.overlayBG{
    /* background-color: rgba(0, 0, 0, 0.15) !important; */
        /* height: 100vh; */
}
.bg-light{
    background-color: transparent !important;
    padding: 0px;
}
#navbarCollapse >.sticky-top .nav-link {
    color: white !important;
}

.navbar > a.imgWrapper  {
    text-decoration: none !important;
}

.sticky-top {
        position: fixed !important;
    background-color: #323130 !important;
    width: 100%;
    transition: top .50s ease, right 400ms ease;
    padding: 0 65px 0 43px !important;
}
.sticky-top.navbar-dark .navbar-brand a.imgWrapper {
  margin-top:1.2rem;
}
.static-top.navbar-dark .navbar-brand a {
    color: #ffffff !important;
}
.sticky-top .navbar-nav .nav-link {
  padding: 30px 15px;
  color: Black !important;
  outline: none;
}

.dropdown-menu.show {
    background-color: #17a2b8;

}

.dropdown-menu.show:hover {
    color: #17a2b8 !important;

}
.dropdown-menu > li > a{
  color:white !important;
}
.dropdown-menu.show li a:hover {
    color: white !important;
    background-color: transparent !important;

} 
.light-scheme-logo{
  height: 45px;
  margin-top: 9px;
  width: 215px !important;
}
.text-orange {
      color: rgb(255 102 0) !important;
      font-size: 24px;
}
.sticky-top .light-scheme-logo{
    max-height: 45px;
}

.header-fix {
  position: fixed !important;
    top: 0;
    left: 0;
}

.userProfile{
  color: #fff;
  background-color: transparent;
  border-color:transparent;
}

.sticky-top .userProfile{
    background-color: #17a2b8;
     border-color: #17a2b8;
}

.section-title {
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #17a2b8;
}

.section-title span {
  position: relative;
  background: #ffffff;
  z-index: 1;
}

.section-title::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 100%;
  /* height: 2px; */
  background: #17a2b8;
}

.permitContainer span{
  font-weight: 600;
}
 #navbarCollapse.sticky-top {
    left: 0 !important;
    width: 100% !important;
        height: 50px;
    z-index: 8889 !important;    
 }
 .page_section .row {
    padding-top: 0px !important;
    padding-bottom: 8px !important;
}
 #navbarCollapse >.sticky-top {
     left: 0% !important;
    width: 100% !important;
        height: 50px;
    padding-right: 45px !important;
    /* display: flex !important; */
    justify-content: end;  
    align-items: center;
 }
 .dropdown-menu[data-bs-popper] {
    top: auto !important;
 }
.permitContainer h1{
  margin-top: 10px !important;
}
.socialMedia {
    position: absolute;
    right: 0;
    z-index: 111;
    height: 100% !important;
   
}

.socialMedia{
  display: none;
}
   
.btn-square {
    width: 37px;
    height: 37px;
    justify-content: center;
    display: inline-flex
;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    transition: all .5s ease;
}  
.btn-square i{
  color:white !important;
  font-size: 16px;
}
.btn-square:hover{
  border: 2px solid #17a2b8 !important;
  background: transparent !important;

}
.btn-square:hover i{
  color: #17a2b8 !important;
}
.btn-square i:hover{
  color: #17a2b8 !important;
}
.align-items-vertically {
    justify-content: center;
    height: 100% !important;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 768px)  {
     .socialMedia {
        display: none !important;
    }   
    .navbar-toggler{
      background-color: white;
    }  
    .navbar-brand{
      width: 80%;
    } 
}
.stages{
  position: relative;
  margin-bottom: 0px !important;
}
.stageInfo {
    height: 100%;
    /* right: 0%; */
    /* bottom: 0%; */
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    font-weight: bold;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 2;
    width: 100%;
    padding: 20px;
    text-align: center;
}
.stagesOverlayCS {
    background-size: cover;
    background-position: center center;
    background-image: url(Background.jpg);
    bottom: 0px;
    right: 0px;
    height: 100%;
    top: 0px;
    position: absolute;
    width: 100%;
}

.stageInfo h4,.stageInfo p{
            color:white !important
        }
.stageInfo p{
  font-size: 1rem !important;
}
.stages svg {
  opacity: 1;
  left: 5px;
  top: 5px;
  position: absolute;
  height: 32px;
  width: 32px;
  z-index: 9;
}

.stages .btn {
  font-weight: 400;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 30px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.visitSite{
   font-weight: 400;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 30px;
  background-color: transparent !important;
  border-color: #ffffff !important;
  
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.visitSite:hover{
  border-color: #17a2b8 !important;
}

.stages >div{
  position: relative;
  min-height: 200px !important;
    max-height: 200px !important;
   
}
[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
  font-size: inherit;
  margin-left: 0;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 11;
  animation: action 1s infinite alternate;
}

.entitylist table thead{
  background-color: #17a2b8 !important;
}
.entitylist table thead th a{
    color:white !important
}
@keyframes action {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}

.navbar-light .navbar-nav .nav-link {
  /* padding: 30px 15px; */
  padding: 10px;
  color: white;
  outline: none;
}
.page_section .btn {
    margin-top: 0px !important;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #17a2b8;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 10px 15px;
  }
}

