@font-face {
  font-family: Proxima Nova;
  src: url(../font/ProximaNovaFont.otf);
}
@font-face {
  font-family: SFPROREGULAR;
  src: url("../font/SFPRODISPLAYREGULAR.OTF") format("opentype");
}
@font-face {
  font-family: SFPROBOLD;
  src: url("../font/SFPRODISPLAYBOLD.OTF") format("opentype");
}
body,
p,
span {
  font-family: SFPROREGULAR !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.text-heading {
  font-family: SFPROBOLD !important;
  color: #060031;
}
body {
  background-color: #e6e6ea !important;
  -webkit-user-select: none;
  user-select: none;
}
nav {
  height: 5vh !important;
}
.navbar-brand {
  font-weight: 700;
}
.text-heading {
  color: #093f6b !important;
  font-weight: 600;
}

/*------------------------------- form Styling-------------------------------------------*/
input::placeholder {
  color: #fff !important;
  font-size: 13px !important;
}
input {
  font-size: 13px !important;
  color: #fff !important;
  outline: none;
}
label {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
  padding-bottom: 5px;
  display: block;
  color: #fff;
}
.form-styling {
  width: 100%;
  height: 35px;
  padding-left: 15px;
  border: none;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.2) !important;
}
.form-signin input:focus,
textarea:focus,
.form-signup input:focus,
textarea:focus {
  background: rgba(255, 255, 255, 0.244);
  border: none;
  padding-right: 40px;
}
.custom-btn {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  color: #fff !important;
  padding-top: 8px;
  width: 100%;
  height: 35px;
  border: none;
  margin-top: 23px;
  background: linear-gradient(90deg, #091a3f, #045099);
  left: 0px;
  top: 0px;
  transition: all 0.5s ease, top 0.5s ease 0.5s, height 0.5s ease 0.5s,
    background-color 0.5s ease 0.75s;
}
.custom-btn a {
  float: left;
  width: 100%;
  color: #fff !important;
  text-decoration: none;
}

.body-wrapper {
  height: 100vh;
}
.body-wrapper-inner {
  padding-top: 5px;
}
.footer {
  height: 5vh;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 28px 15px;
  margin-top: 10px;
}
.footer .copyright {
  padding: 8px;
  font-size: 0.75rem;
}
table th {
  background-color: #e6e6ea !important;
  padding: 1px !important;
}
table td {
  padding: 1px !important;
}
/* #limitChart canvas,#myPieChart{
  height: 210px !important;
  width: 400px !important;
} */
.dataTables_filter {
  float: inline-end !important;
}
.card-body {
  padding: 0px !important;
}
.canvasjs-chart-credit {
  display: none;
}
table tbody {
  font-size: small;
}
.table-striped td {
  border: 0 !important;
}
.saperator {
  /* background: #093F6B; */
  /* background: repeating-linear-gradient(  45deg,  #091A3F,  #091A3F 5px,  #CD9A36 5px,  #CD9A36 10px); */
  padding: 5px;
}
.sidebar {
  position: fixed;
  left: 0;
  top: 5vh;
  height: 100%;
  width: 100px;
  padding-top: 5px;
  /* box-shadow: rgba(0, 0, 0, 0.45) 0px 30px 100px 0px; */
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.05);
}

.sidebar ul {
  list-style-type: none;
  padding: 0;
}

.sidebar .nav-link {
  color: #093f6b;
  text-decoration: none;
  padding: 10px;
  display: block;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
  background-color: #093f6b; /* Hover color */
  color: #fff !important;
}
.content {
  margin-left: 100px;
  padding: 5px 5px 0px 5px;
}
.spot_month_chart_wrapper {
  width: 100%;
  overflow-x: auto; /* Enable horizontal scrolling */
  white-space: nowrap;
}
.table-wrapper{
  height: 650px;
}
.table-wrapper .table-responsive{
  height: 100%;
}
.sticky{
  position: sticky !important;
    top: 0;
    z-index: 99999;
}
 .navbar.sticky{
  background: #E6E6EA !important;
}