:root {
    --switchx:#CC0066;
    --switchx_dark:#283036;
}

body:not(.layout-fixed) .main-sidebar{
    left: 0;
}

.dataTables_paginate{
    align-items: end !important;

}



.switchx-button {
  background-color: var(--switchx);
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-1:hover,
.button-1:focus {
  background-color: #F082AC;
}

.axionreport_iframe iframe {
     height: 80vh;
     max-height: 800px;
     width: 100% !important;
     max-width: 100%;
     border-radius: 10px;
    
}

.dropdown-menu{
    position: absolute !important;
}

.iframe{
  min-width: 100% !important;
  background-color: #C5D7D7 !important;
}

.explorationContainer .exploreCanvas .canvasFlexBox .displayAreaContainer .displayAreaViewport {
   background: #C5D7D7 !important;
}

.axionreport_iframe .container{
  min-width: 100% !important;
  width: 100%;
}

.navbar-nav{
  flex-direction: row !important;
}

.bg-pink{
  background-color: #CC0066 !important;
}


.box{
  min-width: 100% !important;
  width: 100%;
  background-color: #C5D7D7 !important;
}

.bg-switchx {
    background: var(--switchx);
    color: white;
}


outspace-pane{
  display: none !important;
}

.outspacePane[_ngcontent-ng-c3517654065] {
  display: none !important;
}

.bg-switchx_dark {
    background: var(--switchx_dark);
    color: white;
}

.axionreport_form {
    margin-top: 0 !important;

}

.card-header{
   /*background: var(--switchx) !important;*/
   background: white;
}

.navbar{
  background-color: #283036 !important;

}

.main-sidebar{
  min-height: inherit !important;
}


* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

header {
    background: #636363;
    color: white;

    padding: .5rem 0;
}

h1 {
  font-family: "Jura", sans-serif;
  font-size: 50px;
  font-weight: bolder;
  font-style: normal;
}

h2 {
  font-family: "Jura", sans-serif;
  font-size: 35px;
  font-weight: bolder;
  font-style: normal;
}
h3 {
  font-family: "Jura", sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
}
h4 {
  font-family: "Jura", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
}

.label{
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-style: normal;
}

.embed-container{
  min-width: 100% !important;
  height: 52vw !important;
}


.hamburger-menu {
    display: none; /* Hidden by default for larger screens */
    cursor: pointer;
}

/*@media (max-width: 700px) {


}*/

.content-wrapper{
  background-color: #C5D7D7;
}



/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.nav-pills{
  --bs-nav-pills-link-active-bg: #cc0066 !important;

}

/*.nav-item{
  width: 50%;
}*/


.white-text{
  color:white !important;

}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}


.slides {
  display: flex;
  overflow-x: auto;
  overflow-x: auto;
}


.btn-primary{
	background-color: #12b075 !important;
	border-color: #12b075 !important; 
}

td:first-child{
	max-width:150px;
	overflow:hidden;
}

td{
	border: 1px solid #ddd;
}

.btn-transpose{
	border: 1px solid #ddd;
	max-width: 0;

}

.btn{
	min-width:100px;
  /*background-color: #CC0066;*/
  color: white;
}

.btn-janee{
	color: white;
	background-color: #007bff;
	border-color: #007bff;
	border-radius: 10px !important;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3)
}


.btn-janee:hover{
        background-color: #006bdd;
        border-color: #006bdd;
        border-radius: 10px !important;
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5)

}


.tablesearchL{
	display: block;
	width: 100%;
	font-size: 16px;
	
}

.tablesearch{
	width: 100%;
	font-size: 16px;
	padding: 12px 20px 12px 20px;
	border: 1px solid #ddd;
	margin-bottom: 12px;
}

thead > tr > th{
	border-top: 0 !important
}

thead > tr :nth-child(1){
	border-top-left-radius: 10px !important;
}


thead > tr :last-of-type{
	border-top-right-radius: 10px !important;
}

.enCard {
	/*border: 1px solid #ddd;*/
	display: inline-block;
}


