:root {

    --block-bg-hover:#c0a265;


    --header-bg: #fff;

    --block-head-bg:#fdebe9;
    --block-head-text:#666;
    --block-bg:#fffffff2;
    
    --block-color:#333;
    --button-color:#e17469;
    --button-color-inv:#fff;
    --link-color:#e17469;
    --footer-bg:#8485a6;

  }


html,
body {
    height: 100%;
	/*background:url(../images/bg.jpg);*/
	
}
.topbar {
	width: 95%;
	max-width: 800px;
	text-align:right;
	margin:0 auto;
	
}

.navbar-inverse {
    background: rgb(255, 255, 255);
    border-color: #ededed;
}

.navbar {
    min-height: 68px;
}

@media (min-width: 768px) {
.navbar-right {
    margin-top: 9px;
}
}

.navbar-brand img {
    background: #fff;
    padding: 6px;
    border-radius: 0;
    width: 60px;
}
.navbar-collapse .btn-group {
    padding: 8px 0 0 25px;
}
.navbar-brand {
    padding: 0 15px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}

button.dropdown-toggle {
    background: #fff;
    border: 1px solid #000;
    border-radius: 0;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 100px auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 5px 15px 20px;

    position: relative;
    z-index: 1;
}

.wrap-report-index, .wrap-report-highlights, .wrap-report-products,  .wrap-auth-login, .wrap-site-index, .wrap {
    /* background: #000 url(../images/lionbg2.jpg) fixed no-repeat top right;
    background-size: 70%;  */
     background: #f5f5f5;
    background-size:cover;
   
    margin-top:0px;
    padding-top:110px;
    color:#222;
}
@media (max-width: 480px) {
    .wrap-report-index, .wrap-report-highlights, .wrap-report-products, .wrap-auth-login, .wrap-site-index, .wrap {
        /* background-size: 90%;
        background-position-y: 50px; */
        background-size: 100%;
        background-position-y: 66px;
    }
}

.wrap-report-index, .wrap-report-highlights a, .wrap-report-products a ,  .wrap-auth-login a, .wrap-site-index a, .wrap a {
    color:#ba9329;
}
.report-home h1, .site-index h1, .report-profile h1, .report-chart h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    color: #333;
    /* text-shadow: #000 0 0 15px; */
    font-weight: bold;
    /* border: 1px solid #fff; */
    padding: 10px 35px;
    width: fit-content;
    margin: 0px auto 40px;
    /* background: #3333335c; */
    border-radius: 10px;

}
.report-home h1 i, .site-index h1 i {
    display:none;
}

.wrap-report-category, .wrap-report-panel {
    background: #fff;
    color:#000;
}
.wrap-discover-panel {
    color:#000;
}
.wrap-discover-panel .body-content {
    padding: 25px 15px;
}
.wrap-report-category .breadcrumbs a, .wrap-report-panel .breadcrumbs a {
    color:#337ab7;
}

.footer {
    height: 60px;
    background-color: #3a5853;
    border-top: 1px solid #333;
    padding-top: 20px;
    color: #ccc;
   
}

.logo-header {
	margin: 20px auto 50px auto;
}

.breadcrumbs{   
        margin: -25px 0 0px 0px;
        /* border-bottom: 1px solid #000; */
        padding: 5px;
    width: fit-content; 
 }

.report-menu {
    margin: 0 auto 40px;
    background: #555;
    padding: 0 10px; 
    border-radius: 10px;
    text-transform: uppercase;
    width:fit-content;
    display:none;
}
.report-menu a {
padding:10px 25px;
display: inline-block;
text-decoration: none;
color:#fff;
border-right:1px solid #999;
margin:0;
}
.report-menu a:last-child {
border:none;
}
.report-menu a:hover, .report-menu a.active {
    background-color: #333;
    color:#fcd947;
    }

    h1.discover {
        margin-top: 0;
        padding-top: 25px;
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
        padding-bottom: 20px;
        margin: 0;
        color: #fff;
        background-color:transparent;
        
    }
.inline-blocks {
    display:inline-block;
}

.b2 {
    width: 49%;
    vertical-align: top;
}

.category-blocks, .extra-blocks {
    display: flex;
}


.category-block {
    flex: 1;
    background-color: rgb(255 255 255);
    margin: 10px;
    padding: 0;
    vertical-align: top;
    color: #333;
    overflow: hidden;
    text-align: justify;
    border-radius: 0;
    max-height: 360px;
    border: 1px solid #ededed;
    /* box-shadow: #111 0 0 10px; */
    position: relative;
}

@media (max-width: 992px) {
    .category-blocks , .extra-blocks{
      flex-wrap: wrap;
    }
    .category-block {
        flex:none;
        margin: 10px 1.5%;
        width: 100%;
        max-width: 47%;
    }
  }
  @media (max-width: 560px) {
    .category-blocks , .extra-blocks{
      flex-wrap: wrap;
    }
    .category-block {
        max-width: 97%;
    }
    .report-home h1, .site-index h1,  .report-chart h1 {
        margin-top:0;
        margin-bottom:30px;
        font-size:19px;
        width:95%;
    }
  }

  @media (min-width: 600px) {
    .block-updates {max-width: 550px;}
  }


.site-login form {padding:7px}
.site-login {
    

    
    margin: 10px;
    padding: 0;
    vertical-align: top;
    color: #000;
    overflow: hidden;
    text-align: justify;
    border-radius: 0;
    max-width: 600px;
    border: 1px solid #ededed;
    background-color:#fff;
    margin-bottom: 40px;
    
}
.site-login h1 {
    margin-top: 0;
    padding-top: 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 20px;
    margin: 0;
    color: #fff;
    background-color: #3a5853;
    border-bottom: 1px solid #ededed;;
}
.input-error{ text-align:center;}

.site-register-form {
    padding: 15px;
    text-align: center;
}
.site-register-form a.btn {
    margin:20px;
}

.category-block:hover {
    cursor:pointer;
    background-color:var(--block-bg-hover);
    background-color:#efede9;
    
}
.category-block h2 {
    margin-top: 0;
    padding-top: 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 20px;
    margin: 0;
    color: #333;
    background-color:transparent;
    border-bottom:1px solid #ededed;
}
.category-block:hover h2 {
    cursor:pointer;
    background-color:var(--block-bg-hover);
    background-color:#c0a265;
    background-color:#3a5853;
    /*border-bottom:1px solid #c0a265;*/
    color:#fff;
    
}
.category-block a {
    /* color:#fcd947; */
    color:#333;
}
.category-block:hover  a{
    
    text-decoration: none;
    color:#fff;
}
.category-block p {
    padding: 20px 20px;
}

.block-updates:hover a {
    color:#c59e36;
}
.block-updates:hover a:hover {

    color:#fff;
}
.block-updates p {
    padding:0;
}
.block-updates:hover h2 {
    cursor:unset;
    
}
.blockcontent {
    padding:25px;
    font-size:15px;
}
.discoverpage .blockcontent {
    background: #ffffff;
    color: #000;
    height: 100%;
}
.discoverpage .category-block:hover h2 {
    cursor:initial;
    background-color: transparent;
    color:#fff;
}

.btnbar {
    width: 100%;
    
    border-radius:10px;
    padding:25px;
    text-align: center;
}

.success {
    
    color:#fff;
    border-radius:10px;
    padding:15px 25px;
    text-align: left;
    background-color: rgba(29, 29, 29, 0.9);
    margin:0 10px 15px;
}

.category {
    width:47%;
    display: inline-block;
    border:1px solid #ddd;
    background-color: #f9f9f9;
    margin:10px 1%;
    padding:15px;
    vertical-align: top;
    height:220px;
    overflow:hidden;
    text-align: justify;
}
.category h2 {
    margin-top:0;
    padding-top:0;
}

.highligh-list {
    margin-top:30px;
    text-align: justify;
}

.highligh-list h2{
    text-align: center;
    border: 1px solid #fff;
    padding: 5px;
    margin: 10px;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 22px;
    background: #33333355;
}

.highligh-inlist {
    margin: 10px;
    overflow: hidden;
    border-radius: 0;
    border: none;
    
}

.highligh-inlist p:empty {display:none;}

.rowh {
    background-color: #fcfcfc;
    vertical-align: middle;
    color: #222;
    font-size: 30px;
    padding: 10px;
    border-right: 1px solid #8a6d3b;
}

.hlicon {
    
    color: #ba9329;
    font-size: 25px;
    padding: 10px;
    text-transform: uppercase;
    text-align:center;
    align-self: center;
    vertical-align: middle;
}


.rowc {
    
    padding: 15px 20px;
    width: 100%;
    background-color: #fff;
    color: #222;
}

.prod-filter {
    /*border: 1px solid #fff;*/
    padding: 5px;
    margin: 45px 10px 10px 10px;
    background: #333333d6;
    display:flex;
    border-radius: 10px;
}

.prod-filter div {

}
.prod-filter-title {
    flex:1;
    border-right:1px solid #fff;
    font-size: 14px;
    padding-left:10px;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 20px 0;
    text-align: center;
}
.prod-filter-content {
    flex:4;
}
@media(max-width:560px) {
    .prod-filter { flex-direction: column;}
    .prod-filter-title {border-right:none;border-bottom:1px solid #fff;padding:10px;}
    .prod-filter-content {padding-top:15px;}
    .prod-filter-content span {display: block;}
}

.prod-list {
    margin-top:30px;
    text-align: justify;
}

.prod-list h2{
    text-align: center;
    /*border: 1px solid #fff;*/
    padding: 5px;
    margin: 45px 10px 10px 10px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 22px;
   /* background: #33333355;*/
    border-radius: 10px;
}

.prod-inlist {
    background-color: #eee;
    margin: 10px;
    overflow: hidden;
    border-radius: 0;
    border: none;
    /* box-shadow: #111 0 0 10px; */
    display: flex;
    border: 1px solid #ededed;
}



.prod-inlist p:empty {display:none;}

.prodimg {
    
    vertical-align: middle;
    color: #222;
    font-size: 15px;
    padding: 10px;
    text-transform: uppercase;
    text-align:center;
    flex:1;
    align-self: center;
}

.prodimg img {
    border:1px solid #fff;
    margin-bottom:10px;
}
.prodcon {
    
    padding: 15px;
    background-color: #fff;
    color: #222;
    flex:3;
    position:relative;
    padding-bottom:35px;
    
    /* border-left: 1px solid #8a6d3b; */
}

.proddos {
    
    padding: 0;
   /* background-color: #eaeaea;*/
    color: #222;
    flex:2;
}

.prodrec {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin: 25px auto 10px;
    text-align: center;
    font-size: 18px;
}
.rec-strong {
    color:#086300;
}
.rec-normal {
    color:#73a703;
}
.rec-not {
    color:#e67012;
}

@media(max-width:560px) {
    .prod-inlist { flex-direction: column;}
    .prodcon {
        /* border-top: 1px solid #8a6d3b; */
        border-left:none;
    }

}


.highlight-inlist {
    background-color: #fff;
    margin: 10px;
    overflow: hidden;
    border-radius: 10px;
    border: none;
    /*box-shadow: #111 0 0 10px;*/
    display:flex;
}
@media(min-width:720px) {
    .highlight-inlist {
        border-radius: 0;
    }
}

.highlight-inlist p:empty {display:none;}

.highlight-con { 
    padding: 15px;
    background-color: #fff;
    color: #222;
    flex:3;
    
    position: relative;
    padding-bottom: 45px;
}
.highlight-con button.showModalButton, .prodcon button.showModalButton, .proddos button.showModalButton {
    float: right;
    margin-right: 5px;
    font-size: 12px;
    padding: 4px 8px;
    margin-top:-19px;
}



.site-register {
	width:800px;
	background:rgba(255, 255, 255, 0.87);
	border:1px solid #ddd;
	margin:auto;
	padding:20px 5px;	
}
.site-register h1 {
	font-size:25px;
	margin-bottom:15px;
	text-transform:uppercase;
	text-align:center;
}
.site-register h2 {
	font-size:20px;
	margin-bottom:25px;
	text-transform:uppercase;
	text-align:center;
}
.intro {
    width: 100%;
    max-width: 800px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto 50px auto;
    padding: 10px 20px;
    background: linear-gradient(#e4e4e6, #eff0f2);
    vertical-align: top;
    color: #111;
    overflow: hidden;
    text-align: justify;
    /* border-radius: 10px; */
    border: 1px solid #ededed;
    
}

.intro img {
    margin: auto;
    display: block;
}
.intro td:first-child {
	width:45%;
	
}
@media(max-width:767px) {
.intro td:first-child {
	width:100%;	
}
.intro td {
	width:100%;	
	display:block;
}
}

.site-step2 {
    width: 95%;
	max-width: 800px;
    background-color: #fff;   
    margin: auto;
    padding: 0 0 25px 0; 
    overflow: hidden;
    border: 1px solid #ededed;
    
    border-radius:0;
    color:#000;
}
.site-step2 h1 {
    margin-top: 0;
    padding-top: 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 20px;
    margin: 0;
    color: #fff;
    background-color: #3a5853;
    border-bottom: 1px solid #ededed;
    /* border-bottom: 1px solid #ddd; */
}
.site-step2 h2 {
    font-size: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #ededed;
    padding: 10px 0;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    border: none;
    line-height: 35px;
    height: 35px;
    padding: 0 10px;
    margin-top: 8px;
    border: 1px solid #fff;
}
.nav li > form > button.logout > span{
    display: none;
}
.nav li > form > button.logout  i {
    padding-right: 0px;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}
@media(max-width:560px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 0 10px;
        margin-top: 0;
        
    }
    .nav li > form > button.logout > span{
        display: inline;
        text-transform:uppercase;
        padding-left:7px;
        font-size:13px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.permissions {
    font-size: 16px;
    cursor: pointer;
}


.subtitle {
    font-size: 16px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    margin: 25px;
    
    color:#000;
}

.row {
    margin:0;
}
.body-content {
	width:90%;
	margin:0 auto;
	display:block;
}
@media(max-width:767px) {
    .body-content {
        width: 100%;
    }
    .wrap > .container {
        padding: 5px 5px 20px;
    }
}

.addinfo {
	font-size: 90%;
    margin-top: -15px;
    font-style: italic;
    margin-bottom: 25px;
	text-align:center;
}

.btn-primary, .genericblock form button {
    color: #000;
    background-color: #fff;
    border: 1px solid;
    padding: 10px 20px;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 0;
}
.btn-primary:hover, .genericblock form button:hover {
	
	/*background-image: linear-gradient(72deg,#efc437 0%,#e49f03 100%)!important;*/
    color: #fff;
    background-color: #3a5853;
    background-image:none!important;
    border: 1px solid;
}

/* collection*/
.ci-attention-container {
    width: 96%;
    max-width: 850px;
    margin: 20px auto 20px auto;
    padding: 15px 3% 0 3%;
    overflow: auto;
    background-color: #ffffff;
    border: 3px solid #ff3300;
    
    color:#000;
}
.ci-attention-container h5 {
	margin-top:0;
	font-weight:bold;
}
.ci-attention-notes-container {
    width: 100%;
    max-width: 1200px;
    padding: 0 0 0 0;
    margin: 0 auto 0 auto;
    overflow: auto;
}
.ci-step-container {
    width: 96%;
    max-width: 850px;
    margin: 10px auto 0 auto;
    padding: 0 3% 15px 0;
    border: 1px solid #888;
    
    background-color: #ffffff;
    overflow: hidden;
}
.ci-step-number {
    width: 44px;
    height: 100%;
    margin: 0 0 -500px 0;
    padding: 15px 0 500px 0;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    background-color: #888;
    float: left;
    overflow: hidden;
}
.ci-step-instructions {
    width: 85%;
    margin: 0 0 0 3%;
    padding: 17px 0 10px 0;
    float: left;
    clear: right;
}
.ci-step-image, .ci-step-image-b {
    width: 23%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: left;
}
.ci-step-image img {
    width: 100%;
    border: 2px solid #333333;
    border-radius: 5px;
    overflow: hidden;
}
.ci-step-image-b img {
    width: 100%;
    overflow: hidden;
}
.ci-step-image-omr200 {
    width: 30%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: left;
}
.ci-step-image-omr200 img {
    width: 100%;
    border: 2px solid #333333;
    border-radius: 5px;
    overflow: hidden;
}
.ci-step-image-omr200-b {
    width: 85px;
    height: 85px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: 2px solid #000000;
    border-radius: 44px;
    overflow: hidden;
    text-align: left;
    float: left;
}
.ci-step-image-omr200-c {
    width: 95px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    float: left;
}
.ci-step-image-omr200-d {
    width: 90%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    float: left;
}
.ci-step-text-omr200 {
    width: 60%;
    margin: 0 0 0 0;
    padding: 0 5% 0 2%;
    float: right;
    clear: right;
}
.ci-step-image-omr110, .ci-step-image-omr120 {
    width: 30%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: left;
}
.ci-step-image-omr110 img {
    width: 100%;
    overflow: hidden;
}
.ci-step-image-omr120 img {
    width: 100%;
    border: 2px solid #333333;
    border-radius: 5px;
    overflow: hidden;
}
.ci-step-image-omr110-b, .ci-step-image-omr120-b {
    width: 95px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    float: left;
}
.ci-step-text-omr110, .ci-step-text-omr120 {
    width: 60%;
    margin: 0 0 0 0;
    padding: 0 5% 0 2%;
    float: right;
    clear: right;
}
.ci-step-image-110, .ci-step-image-120 {
    width: 30%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: left;
}
.ci-step-image-110 img {
    width: 100%;
    overflow: hidden;
}
.ci-step-image-120 img {
    width: 100%;
    border: 2px solid #333333;
    border-radius: 5px;
    overflow: hidden;
}
.ci-step-image-oc175 {
    width: 23%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: left;
}
.ci-step-image-oc175 img {
    width: 100%;
    overflow: hidden;
}
.ci-step-image-ocr100 {
    width: 23%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: left;
}
.ci-step-image-ocr100 img {
    width: 100%;
}
.ci-step-image-ocd100 {
    width: 23%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: left;
}
.ci-step-image-ocd100 img {
    width: 100%;
    overflow: hidden;
}
.ci-step-image-pb200 {
    width: 30%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: left;
}
.ci-step-image-pb200 img {
    width: 100%;
    overflow: hidden;
}
.ci-step-image-b-pb200 {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: left;
}
.ci-step-image-b-pb200 img {
    width: 100px;
	float: left;
    overflow: hidden;
}
.ci-step-image-c-pb200 {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: left;
}
.ci-step-image-c-pb200 img {
    width: 100%;
	float: left;
    overflow: hidden;
}
.ci-step-text-pb200 {
    width: 61%;
    margin: 0 0 0 0;
    padding: 0 5% 0 0;
    float: right;
    clear: right;
}
.ci-step-image-left {
    width: 47%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: left;
    clear: none;
}
.ci-step-image-right {
    width: 47%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: right;
    clear: right;
}
.ci-step-text {
    width: 67%;
    margin: 0 0 0 0;
    padding: 0 5% 0 2%;
    float: right;
    clear: right;
    color:#000;
}
.ci-step-text-image {
    width: 95px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    float: left;
}
.ci-step-text-image-rule {
    width: 85px;
    height: 85px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: 2px solid #000000;
    border-radius: 44px;
    overflow: hidden;
    text-align: left;
    float: left;
}
.ci-step-text-110 {
    width: 60%;
    margin: 0 0 0 0;
    padding: 0 5% 0 2%;
    float: right;
    clear: right;
}
.collection-container-select {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 0 auto;
    padding: 10px 0 20px 0;
}

.video-container {
	    width: 96%;
    max-width: 850px;
    margin: 10px auto 0 auto;
    padding: 0 3% 10px 0;
}




.snpdetails {
	
    font-size: 14px;
margin: 0 10px;
padding: 15px 15px 15px 15px;
display: block;
border: 1px solid #ededed;
background: #fcfcfc;

}
.snpdetail {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 7px 0;
}
.snpline {
font-size: 12px;
color: #999;
line-height: 1;
}
.snpdetails div:last-child{
border-bottom: none!important;
padding-bottom: 0!important;
margin-bottom: 0!important;
}
.snpname {
display: inline-block;
font-size: 12px;
}
.missingsnp {
font-size: 1px;
display: block;
float: left;
margin-right: 10px;
color: #666;
margin-top: 3px;
background-image:url(snpmissing.jpg);
height:24px;
width:25px;

}
.snpgood {
font-size: 28px;
display: block;
float: left;
margin-right: 10px;
color: #6bc63b;
margin-top: 3px;

height:25px;
width:25px;
}
.snphetero {
font-size: 28px;
display: block;
float: left;
margin-right: 10px;
color: orange;
margin-top: 3px;

height:25px;
width:25px;
}
.snpbad {
font-size: 28px;
display: block;
float: left;
margin-right: 10px;
color: #ff0000;
margin-top: 3px;

height:25px;
width:25px;
}
.snpneutral {
font-size: 28px;
display: block;
float: left;
margin-right: 10px;
color: #b8ecae;
margin-top: 3px;

height:25px;
width:25px;
}
.snpslightgood {
font-size: 28px;
display: block;
float: left;
margin-right: 10px;
color: #c8dc18;
margin-top: 3px;

height:25px;
width:25px;
}
.panel-description {
    font-size: 13px;
    text-align: justify;
    border: 1px solid #ededed;
    background: #fcfcfc;
    margin: 0 10px;
    padding: 20px;
}
.panel-video {
    border: 1px solid #ededed;
    margin: 0 10px;
position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;
}
.panel-heading {
    background: #3a5853;
    border: 1px solid #ededed;
    text-transform: uppercase;
    font-size: 14px;
    margin: 25px 10px 0 10px;
    padding: 10px 15px 8px 15px;
    color: #fff;
}
.panel-heading i {margin-right:10px;color:#fff;}

.conclusion {
    font-size: 14px;
   
    padding: 15px;
    display: block;
    /* border: 1px solid #666; */
    background: #fcfcfc;
    display: flex;
    flex-wrap: wrap;
    border-radius: 15px;
    margin: 10px;
}

.conclusion-heading {
    margin:30px 0 0 0;
    font-weight:bold;
    background: #666;
    border: 1px solid #666;
    color:#fff;
}
.conclusion h4 {margin-top:0;}
.conclusion h4:first-letter {text-transform: uppercase;}
.conclusion td {vertical-align: top;}
.conclusion-heading i {color:#fff;}
.conclusion .cgraphic {width:25%;}
.conclusion .ctext {padding-left:20px;width:75%;}

@media(max-width:767px) {
    .conclusion .cgraphic {width:30%;}
    .conclusion .ctext {width:70%;}
}
@media(max-width:479px) {
    .conclusion .cgraphic {width:80%;margin:0 auto 20px;}
    .conclusion .ctext {padding-left:0;width:100%;}
    .conclusion.multiscores .cgraphic {width:80%;margin-bottom:0;width:100%;}
    .conclusion.multiscores .ctext {
        margin-top: -30px;
        text-align: center;
    }
    .conclusion.multiscores .ctext h4{
        text-transform:uppercase;
        font-weight:bold;
    }
}

.references {
    font-size: 12px;
    text-align: justify;
    border: 1px solid #ededed;
    background: #fcfcfc;
    margin: 0 10px;
    padding: 20px;
}

@media(max-width:767px) {
    .panel-description {
        padding: 14px;
    }
}

.products {
    font-size: 12px;
    text-align: justify;
    border: 1px solid #ededed;
    background: #fcfcfc;
    margin: 0 15px;
    padding: 20px;  
}
.recommended, .notrecommended {
    width:49%;
    display: inline-block;
    vertical-align: top;

}
.recommended p, .notrecommended p {
    padding:10px 30px;
    font-size: 14px;
    font-style:italic;

}
.recommended {
    border-right:2px solid #ededed;
}
div.product {
    width:32%;
    display:inline-block;
    text-align: center;
}
.products .product a img {
    width:100%;
}
.rec-heading, .notrec-heading {
    text-align: center;
    text-transform: uppercase;
    font-size:14px;
    display: block;
    padding:5px 0;
    margin:0 10px 10px 10px;
}
.rec-heading {
    color:#24750b;
    background-color:#a9da9a
}
.notrec-heading {
    color:#cf6807;
    background-color:#ffc87c;
}
.explanation {
    margin-top:25px;
    padding-top:15px;
    border-top:1px solid #ededed;
}

.categorypage h1 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom:30px;
    font-size:30px;
}

.categorypage h2 {
    text-transform: uppercase;
    background:#3a5853;
    padding:15px;
    font-size:22px;
    margin-bottom: 0;
    margin-top:0;
    color:#fff;
}

.panelgroup {
    border: 1px solid #ededed;
    background: #fcfcfc;
    margin-top:20px;
    padding-bottom:20px;
}

.panelgroup div.desc {
    font-size: 14px;
    margin-top:0;
    margin-left: 0px;
    padding: 20px;
    display: block;
    
    text-align: justify;
    position:relative;
    }

    .panelgroup div.desc .read-more { 
        position: absolute; 
        bottom: 0; 
        left: 0;
        width: 100%; 
        text-align: center; 
        margin: 0; padding: 70px 0 10px; 
        display: none;
        /* "transparent" only works here because == rgba(0,0,0,0) */
        background-image: linear-gradient(to bottom, transparent, #fcfcfc);
      }
    p.read-more a.button {
        background: #999;
        color: #fff;
        padding: 10px 15px;
        border-radius: 5px;
    }
    p.read-more a.button:hover {
        background: #666;
        text-decoration:none;
    }

    .panel-inlist {
        font-size: 14px;
    margin-top: 10px;
    margin-left: 15px;
    margin-right:15px;
    padding: 0;
    display: block;
    border: 1px solid #ededed;
    background: #fff;
    border-radius: 5px;
    }
    .panel-inlist:hover {
        
        background: #f9f9f9;
        cursor:pointer;
    }

    .panel-inlist a {
        font-size:17px;
        text-transform: uppercase;
        color:#333;
    }
    .panel-inlist a:hover {text-decoration: none;}
    .panel-inlist div {
        font-weight:bold;
    }

    .green {
        color:#6bc63b;
    }
    .lightgreen {
        color:#a1c120;
    }
    .yellow {
        color:#efc437;
    }
    .orange {
        color:rgb(228, 141, 11);
    }
    .red {
        color:#ff0000;
    }

    .prowh {
        background-color: #f9f9f9;
    vertical-align: middle;
    font-size: 30px;
    padding: 10px;
    /* border-radius: 3px; */
    border-right: 1px solid #ededed;
    }
    .prowc {
        padding:10px 20px;
        width:100%;
    }
   .prowc div:first-letter {
        text-transform: uppercase;
    }
    .panel-inlist:hover .prowh {
        background-color: #fff;
    }
    .flexrow {
        display: flex;
    }
    .flexcol {
        flex:1;
    }
    .pgroupcontent .panels {
    padding-top: 14px;
    }

    @media (max-width: 767px) {
        .flexrow {
            flex-direction: column-reverse;
        }
        .categorypage h2 { font-size:17px;}
    }

    .navbar-nav button {color:#000;}

.panel h1 {font-size:22px;text-transform:uppercase;margin-top:0px;margin-left:15px;}

.pastel-orange {background-color:#fdce6d;}
.pastel-blue {background-color:#bae3e6;}
.pastel-green {background-color:#c4eaae;}
.pastel-rose {background-color:#f5ceda;}

.recommended-products {
    border-radius:10px;
    width:100%;
    background:#fff;
    text-align: center;
    padding-bottom: 0;
    font-size:16px;
    overflow: hidden;
    border: 1px solid #086300;
    
    margin-bottom:35px;
    color:#000;
}
.recommended-products h2 {
    margin-top: 0;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    color: #fff;
    background-color: #086300;
    
}
.recommended-products.notrec {
    border: 1px solid #e67012;
}
.recommended-products.notrec h2 {
    background-color:#e67012;
}

.recommended-products.other {
    border: 1px solid #73a703;
}
.recommended-products.other h2 {
    background-color:#73a703;
}
.recommended-products div.why {
background: #eee;
    font-size: 14px;
    padding: 15px 5px 10px;
    color: #333;
}


.recommended-products .product {
    width:24%;
    display:inline-block;
    text-align: center;
    margin-bottom:35px;
    vertical-align: top;
}
@media (max-width: 560px) {
    .recommended-products .product {
        width:32%;
    }
}
.recommended-products .product a img {
    width:100%;
}
.recommended-products .product a {
    text-transform: capitalize;
}

.navbar-inverse .navbar-nav > li > a {
line-height: 35px;
height: 35px;
padding: 0 10px;
vertical-align: baseline;
width: auto;
display: block;
color: #000;
text-decoration: none;
text-align: left;
text-decoration: none;

font-family: inherit;
outline: none;
border: 1px;
border-color: transparent;
border-radius: 0px;
font-weight: 400;
font-size: 13px;
text-transform: uppercase;
/*overflow: hidden;*/
margin-top:8px;
border: 1px solid #fff;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background: #fff;
    color: #000; /*#e49f03;*/
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #000;

}

.flexblocks {display:flex;}
@media (max-width: 779px) {
    .flexblocks {
      flex-direction: column;
    }
  }
.flex {flex:1;}
.homeblocks div.flex {
    background-color: #fff;
    margin: 10px;
    padding: 0;
    vertical-align: top;
    color: #fff;
    overflow: hidden;
    text-align: justify;
    border-radius: 0;
    max-height: 360px;
    border:none;
    
}

.homeblocks div.flex:hover {
    cursor:pointer;
    background-color:var(--block-bg-hover);
    color:#fff;
}
.homeblocks div.flex h2 {
    margin-top: 0;
    padding-top: 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    padding-bottom: 20px;
    margin: 0;
    color: #fff;
    background-color: transparent;
    border-bottom: none;
}
.homeblocks div.flex:hover h2 {
    cursor:pointer;
    
    color:#fcd947;
}
.homeblocks a {
    color: #000;
}
.homeblocks div.flex:hover  a{
    color:#fff;
    text-decoration: none;
}

.homevideo{
    width: 97.5%;
    margin: 20px auto;
    padding: 0;
}
.homevideo video{
    width:100%;
    border:2px solid #fff;
    box-shadow: none;
}
@media (max-width: 480px) {
.homevideo video {
    width: calc(100% + 10px);
    box-shadow: 0px 0 12px 10px #d3d3d3;
    margin-left: -5px;
}
}


.site-index h1 {
   
   margin-bottom:20px;
}
.tagline{ margin:0 auto 50px; text-transform: uppercase;text-align: center;font-size:18px;font-style: italic;}

@media (max-width: 480px) {
    .site-index h1 {
        
        margin-bottom:10px;
        font-size: 22px;
        margin-top: 15px;
     }
     .tagline{ margin:0 auto 20px; font-size:15px;}


}
.genericblock {
    background-color: rgb(255 255 255);
    margin: 10px;
    padding: 0;
    vertical-align: top;
    color: #000;
    overflow: hidden;
    text-align: justify;
    border-radius: 0;
    max-width: 600px;
    border: 1px solid #ededed;
    /* box-shadow: #111 0 0 10px; */
    margin-bottom: 40px;
}

.genericblock h2 {
    margin-top: 0;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 15px;
    margin: 0;
    color: #fff;
    background-color: #fff;
    /* border-bottom: 1px solid #666; */
    background: #3a5853;
}
.genericblock form {
    padding:20px 40px;
    text-align: center;

}
.genericblock form label[for="uploadform-dnafile"]{
    display: none;

}

.genericblock form button {
    text-align: center;
    margin:auto;

}
.centered {
    margin-left:auto;
    margin-right:auto;
}

.genericblock form label {
    text-align: justify;
    padding-left: 25px;
    margin-top:15px;

}


.profileblock {
    max-width:800px!important;
}
.profileblock form label {
    margin-top:0;
    display:block;
    margin-left:0!important;
}
.profileblock h3 {
    margin-top: 0;
    padding-top: 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 10px;
    margin: 0;
    color: #000;
    border-bottom: 1px solid #ededed;
    width: 100%;
    margin: 0 auto 10px;
}

.profileblock .has-success .help-block, .profileblock .has-success .control-label, .profileblock .has-success .radio, .profileblock .has-success .checkbox, .profileblock .has-success .radio-inline, .profileblock .has-success .checkbox-inline, .profileblock .has-success.radio label, .profileblock .has-success.checkbox label, .profileblock .has-success.radio-inline label, .profileblock .has-success.checkbox-inline label {
    color: #000;
}


.genericblock form input[type="radio"], .genericblock form input[type="checkbox"] {
    margin: 4px 7px 0 -25px;
}
.genericblock form input[type="file"] {
    margin: 20px auto 0;
    border: 1px dashed #fff;
    padding: 20px;
}


.progressbar {
    background-color: #fff;
    border-top:1px solid #f1f1f1;
    border-bottom:1px solid #222222;
    padding: 15px 5px 5px 5px;
    margin:0 0;
}

.currentstatus {
    padding:25px;
    background: #fff;
    color: #000;
}

 .multi-steps > li:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
  }
  .multi-steps > li.is-active:before {
  content: "\2713";
  }
  
  .multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .multi-steps > li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: #086300;
    z-index:1;
  }
  .multi-steps > li:before {

    display: block;
    margin: 0 auto 4px;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: #086300;
    border-radius: 50%;
  }
  .multi-steps > li:after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #ededed;
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: -1;
  }
  .multi-steps > li:after {
    background-color: #ededed;
  }

  .multi-steps > li.is-active:after {
    background-color: #086300;
  }
  
  .multi-steps > li:last-child:after {
    display: none;
  }
  .lang-ar .multi-steps > li:after {
    right: 50%;
  }
    /*
  .multi-steps > li:first-child:after {
    display: none;
  }*/

  .multi-steps > li.is-active:before {
    background-color: #fff;
    border-color: #086300;
  }
  .multi-steps >  li {
    color: #808080;
  }
  .multi-steps > li:before {
    background-color: #ededed;
    border-color: #ededed;
  }

  .navbar-nav i {padding-right:5px;}



span.line-heading {text-transform: uppercase;font-size:90%;}


.corner-ribbon{
    width: 100px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  
  /* Custom styles */
  
  .corner-ribbon.sticky{
    position: fixed;
  }
  
  .corner-ribbon.shadow{
    box-shadow: 0 0 3px rgba(0,0,0,.3);
  }
  
  /* Different positions */
  
  .corner-ribbon.top-left{
    top: 25px;
    left: -50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  
  .corner-ribbon.top-right{
    top: 12.5px;
    right: -25px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  
  .corner-ribbon.bottom-left{
    top: auto;
    bottom: 25px;
    left: -50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  
  .corner-ribbon.bottom-right{
    top: auto;
    right: -50px;
    bottom: 25px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  
  /* Colors */
  
  .corner-ribbon.white{background: #f0f0f0; color: #555;}
  .corner-ribbon.black{background: #333;}
  .corner-ribbon.grey{background: #999;}
  .corner-ribbon.blue{background: #39d;}
  .corner-ribbon.green{background: #2c7;}
  .corner-ribbon.turquoise{background: #1b9;}
  .corner-ribbon.purple{background: #95b;}
  .corner-ribbon.red{background: #e43;}
  .corner-ribbon.orange{background: #e82;}
  .corner-ribbon.yellow{background: #ec0;}


  .panel-discover {width:unset;margin: 0 10px 25px;border-radius:10px;}


  .discoverpage .category-block {
    flex: 1;

    background-color: rgb(69 69 69 / 65%);
    margin: 10px;
    padding: 0;
    vertical-align: top;
    color: #fff;
    overflow: hidden;
    text-align: justify;
    border-radius: 10px;
    max-height: 360px;
    border: 1px solid #7f7f7f;
    box-shadow: #111 0 0 15px;
}

img.watson {width:250px!important;}

.navbar-inverse .btn-link {
    color: #000;
}

.navbar-inverse .btn-link:hover {
    border:1px solid #000;
    color: #000;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #222;
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 50px;

}


.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #222;
}
.navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}


.navbar-inverse .navbar-toggle {
    border-color: #222;
}

h2.dash-sep {
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-top: 50px;
    text-align: center;
}


.modal-header {
    padding: 5px 10px;
    border-bottom: none;
    background: #000;
}


.bs-example{
    margin: 20px;
}
.modal-content iframe{
    margin: 0 auto;
    display: block;
}
.modal-content {border-radius:0;border: none;}
.modal-body { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.modal-body iframe, .modal-body object, .modal-body embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.panel-video iframe, .panel-video object, .panel-video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.close {
    color: #ccc;
    opacity: 1;
}

.btn-primary.watch-video {
    color: #ba9329;
    padding: 7px 15px;
    font-size: 14px;
    background-color: #fff;
    vertical-align: bottom;
    bottom: 10px;
    right: 10px;
    position: absolute;
}
.btn-primary:focus, .btn-primary.focus, .btn-primary.watch-video:hover  { 
    color: #fff;
    background-color: #ba9329;
    border-color: #ba9329;
}


.topmsg {
text-align: center;
background: #33333382;
padding: 20px;
margin: 10px 10px 25px 10px;
color: #fff;
font-size: 15px;
border: 1px dashed #eee;
}



.prac-header {
    background: #fff;
    margin-top: -45px;
    border-bottom: 1px solid #000;
    padding: 20px;
    text-align: center;
    font-size: 15px;
    color: #fb2100;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}

.prac-header .btn-exit{
    position: absolute;
    right: 10px;
    top: 15px;
    padding: 5px 15px;
}

.usrtbl {
    margin-top:20px;
    margin-bottom:20px;
    width:100%;
}
.usrtbl tr {
    height:25px;
    border-bottom:1px solid #ddd;
}
.usrtbl td, .usrtbl th {
    padding:5px 20px;
    height:45px; 
}

.usrtbl td span{
    padding:6px 12px; 
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #000;
    background-color: #fff;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #000;
    background-color: #fff;
}

.dropdown-menu > li > a {
    padding: 5px 20px;
}
.dropdown-menu > li > a > i{ width:20px;}

.praclist table th {padding:15px;}
.praclist table td {padding:8px 15px;}

#modalHeaderTitle {color: #fff;}

.prod-filter-content span {display:inline-block;}

.rec-yellow {
    color:rgb(251, 160, 13);
}

.rec-orange {
    color:rgb(255, 119, 0);
}

.rec-red {color:red;}

.rec-green {
    color:#086300;
}

.rec-lightgreen {
    color: #73a703;
}

.food-inlist .prodrec {
    background-color: white;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    font-size:14px;
    margin-top:0;
}

.notifications-counter {
    font-size: 1rem;
    line-height: 1rem;
    --line-height: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    min-width: 20px;
    border-radius: 10px;
    padding: 2px 6px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    right: -5px;
    top: -5px;
    background-color: #e00034;
    margin-right: 0;

}

.notification-icon {
    position:relative;

}

.notif-block {
    background-color: rgb(255 255 255);
    margin: 10px auto;
    padding: 0;
    vertical-align: top;
    color: #000;
    overflow: hidden;
    text-align: justify;
    border-radius: 10px;
    width:96%;
    max-width: 600px;
    border: 1px solid #fff;
}
.notif-block h4 {font-size:16px;}

.notif-content {
    display: flex;
}

.notif-text {
    padding: 0px 13px 0 13px;
    
    font-size: 13px;
    width:100%;
    
}
.notif-icon {
    font-size: 18px;
    padding: 2px 10px 5px 7px;
    color: #777;
    background-color: #f9f9f9;
    border-bottom-right-radius: 21px;
    height: 34px;
}

.notif-metadata {
    font-size: 10px;
    padding: 2px 10px 1px;
    color: #999;
    width: fit-content;
    text-align: right;
    float: right;
    background: #f9f9f9;
    margin-right: -13px;
    border-top-left-radius: 10px;
}

.mobile-notifs {
    position: fixed;
    top: 4px;
    right: 70px;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    /* border: 1px solid #000; */
    border-radius: 4px;
    height: 50px;
    z-index: 1040;
    font-size: 22px;
    color:#666!important;

}
@media (min-width: 767px) {
.mobile-notifs {display:none;}
}

.prod-filter-content label {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
    vertical-align: middle;
}

.btn-primary.watch-video i.fa-chevron-right{display: none;}

.news-updates {display:block;}
.chevron-right{display: none;}

.essential {font-size: 11px;
    font-style: italic;
    color: #555;
}

.recuse-header {
    display: block;
    background-color: #e5e5e5;
    padding: 14px;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
}

.recuse {
    padding: 10px;
    font-size: 12px;
}
.rules-breakdown {
    display: block;
}
.modal-dialog {
    width: 95%;
    max-width: 1024px;
    margin: 90px auto;
}
.food-inlist .rec-header {
    display: block;background-color: #c0a265;padding: 14px;text-transform: uppercase;text-align: center;font-size: 13px;
}

@media (min-width: 767px) {
    .food-inlist .rec-header {
        display: none;
    }
}

.genericblock-subdiv {
    border: 1px solid #fff;
    margin-bottom: 35px;
    background: #e4eced9c;
}
.genericblock-subdiv-header {
    text-transform:uppercase; 
    font-size:17px;
    border-bottom:1px solid #fff;
    margin-bottom:10px;
    padding:10px;
}
.site-login-form {padding:20px;}
.mobile-subnav {display:none;}

h2.mobile-hide {
    padding:10px;
}

h2.mobile-hide i{
    padding-right:10px;
}
.dummy-block {
    visibility:hidden;
}

.block-inactive:hover{
    cursor:default!important;
}

@media (max-width: 767px) {
    .mobile-hide {display:none;}
    .wrap {
        padding-bottom:80px;
    }

    .dummy-block {
        display:none;
    }

    .navbar-brand img {
        padding: 3px 0 0 5px;
        width: 45px;
        background:transparent;
    }

    .navbar-fixed-top {
        border-top:0!important;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        border:none;
        margin-bottom: 1px;
        background-color:transparent;
    }
    
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 0px 10px;
        margin-right: 15px;
        margin-top: 14px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: none;
        border-radius: 4px;
        height: 43px;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        width: 27px;
        background-color: #333;
    }
    .navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #333;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }
    .navbar {
        min-height: 63px;
    }

    .wrap-report-index, .wrap-report-highlights, .wrap-report-products, .wrap-auth-login, .wrap-site-index, .wrap {
        background-position-y: 67px;
        background: #f5f5f5;
        margin-top: 0px;
        padding-top: 65px;
        color: #000;
    }

    .navbar-collapse {
        padding-right: 40px;
        padding-left: 35px;
        padding-bottom: 15px;
        overflow-x: visible;
        border: none!important;
        box-shadow: none;
        position: absolute;
        right: 0;
        background: #FFF;
        max-height: none!important;
        height: 2000px;
        width: 105%;
    }

    .navbar-inverse .navbar-nav > li > a {
        text-align:center;
        margin-top: 24px;
        font-size:15px;
    }
    .navbar .btn-group .dropdown-toggle {
        border: none;
    }
    .navbar .btn-group.open .dropdown-toggle {
        -webkit-box-shadow: none; 
        box-shadow: none;
        border-bottom: none;
        border-right: none;
    }
    
    .navbar-nav .open .dropdown-menu {
        border: none;
        border-radius: 0;
        text-align: center;
        width: 50%;
        margin: auto;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
        border-top: 1px solid #ddd;
        
    }
    
    .navbar-nav  #usersubmenu {
        border: none!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        border-radius: 0!important;
        padding:0!important;
        display:block!important;
        position: relative!important;
        width: 100%;
    }

    .navbar-nav  #usersubmenu > li > a {
        padding: 7px 10px!important;
        text-transform: uppercase!important;
        font-size:15px!important;
        text-align: center;
        margin-top: 12px;
    }

    #usersubmenutoggle a.dropdown-toggle {display: none!important;}

    .navbar-nav li.notification-icon {display: none;}

    .navbar-collapse .btn-group {
        padding: 38px 0 0 0px;
        width: 100%;
        text-align: center;
    }
    .navbar-collapse .btn-group button.btn {
        display: inline-block;
        margin: auto;
        float: none;
    }

    h1 i.fas {display:none;}
    .breadcrumbs {display: none;}
    .report-home h1, .site-index h1, .categorypage h1, .panelpage h1, .report-profile h1, .report-chart h1 {
        text-transform: uppercase;
        text-align: center;
        font-size: 20px;
        color: #000;
        text-shadow: none;
        font-weight: 600;
        border: none;
        padding: 0px 0px;
        width: 95%;
        margin: 23px auto 23px;
        background: transparent;
        box-shadow: none;
        border-radius: 25px;
    }

    .panelgroup {
        border-radius: 10px;
        overflow: hidden;
    }
    .panelpage h1 {
        font-size: 18px;
        font-weight: 400;
        width: 75%;
    }


    .panelpage .editpanel, .panelpage .reportbtn, .panelpage .editbtn, .panelpage .rulesbreakdown {display: none;}
    .panel {background-color: transparent;}
    .panel-description, .conclusion, .snpdetails  {
        background-color: #fff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-bottom:25px;
    }
    .panel-heading {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    

    .references ol {
        padding-left: 10px;
        overflow-wrap: break-word;
    }
    .category-block {
        border: none;
        box-shadow: none;
        border-radius: 25px;
        margin: 7px 1.5%;
    }

    .category-block p { display:none;}
    .category-block table { display:none;}

    .category-block h2 {
        padding-top: 20px;
        padding-left: 20px;
        text-align: left;
        text-transform: none;
        font-size: 18px;
        padding-bottom: 20px;
        margin: 0;
        color: #333;
        background-color: transparent;
        border-bottom: none;
    }

    .category-block .chevron-right{
        position: absolute;
        right: 20px;
        top: 13px;
        font-size: 25px;
        display: block;
        font-weight: normal;
    }

    .expandable-heading .chevron-right {
        position: absolute;
        right: 5px;
        top: 8px;
        font-size: 15px;
        display: block;
        font-weight: normal;
    }

    .corner-ribbon.top-right {
        top: -1.5px;
        right: -2px;
        left: auto;
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        border-bottom-left-radius: 25px;
    }

    h2.dash-sep {
        font-weight: normal;
        font-size: 16px;
        text-transform: none;
        color: #999;
        border-bottom: none;
        text-align: center;
        background: #f9f9f9;
        width: fit-content;
        margin: -16px auto 0;
        padding: 5px;
    }
    .dash-sep-block {
        border-top: 1px solid #999;
        margin-top: 35px;
        text-align: center;
    }
    .wrap-report-index h1 {display: none;}




    .block-training {display:none;}
    .news-updates {display:none;}


    .prod-filter {
        padding: 5px;
        margin: 22px 10px 10px 10px;
        background: #fff;
        display: flex;
        color: #000;
        border-radius: 15px;
        display: none;
    }
    .prod-filter-title {
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding: 5px 15px 5px;
        font-weight: normal;
        text-align: left;
        text-transform: none;
    }
    .prod-filter-content label {
        text-transform: none;
        font-size: 13px;
    }

    
    .prod-list h2 {
        text-align: left;
        border:none;
        padding: 35px 0 10px 0;
        margin: 0px 10px 10px 10px;
        font-weight: 500;
        font-size: 18px;
        background: transparent; 
        color: #000;
        box-shadow: none;
        text-transform: capitalize;
        padding-top: 20px;
        padding-left: 20px;
        text-align: left;
        text-transform: none;
        font-size: 18px;
        padding-bottom: 20px;
        margin: 0;
        color: #333;
        background-color: transparent;
        border-bottom: none;
        
    }

    .highlight-list h2, .food-list h2 {
        padding-top: 20px;
        padding-left: 20px;
        text-align: left;
        text-transform: capitalize;
        font-size: 18px;
        padding-bottom: 20px;
        margin: 0;
        color: #333;
        background-color: transparent;
        border-bottom: none;
        
    }

    .food-list .topic {display: none;}


    .prod-list .topic {
        border-bottom: 1px solid #ddd;
        padding-bottom:35px;
        display:none;
    }
    .prod-list .topic:last-child {
        border-bottom: none;
        padding-bottom:0;
    }
    .prod-list .topic:first-child h2 {
        padding: 10px 0 10px 0;
    }

    .prod-list .ptitle {
        display: inline-block;
        vertical-align: middle;
        padding-top: 3px;
    }
    .prod-list .essential {
        color: #ba9329;
        font-size: 11px;
        display: block;
        font-style: italic;
    }

    .prod-list h2 i.fas {color:#555; }
    .mobile-subnav:hover h2 i.fas {color:#fff; }

    .highlight-filter {display:none;}
    .mobile-subnav {display:block;}
    
    .highlight-inlist {
        background-color: #eee;
        margin: 10px;
        border-radius: 0;
        border:none;
        box-shadow: none;
        border-radius: 15px;
    }
    .hlicon {
        color: #000;
        font-size: 20px;
        padding: 10px;
    }
    .highlight-con {
        padding: 15px;
        background-color: #fff;
        color: #222;
        border-left: none;
        line-height: 18px;
        padding-bottom: 45px;
    }
    .highlight-con .showModalButton {
        display:none;
    } 

    .btn-primary.watch-video {
        color: #000;
        padding: 0px 15px;
        font-size: 14px;
        background-color: #fff;
        vertical-align: bottom;
        border:none;
        text-transform: none;
    }

    .btn-primary.watch-video i.fa-search{display: none;}
    .btn-primary.watch-video i.fa-chevron-right{display: inline-block;}

    .prod-inlist {
        background-color: #eeeeee;
        margin: 15px 5px;
        border: 1px solid #eeeeee;
        border-radius: 15px;
        box-shadow: none;
    }
    .prodrec {
        font-weight: normal;
        text-transform: uppercase;
        font-size: 18px;
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    .prod-inlist a { color:#333}

    .prod-inlist .showModalButton, .prod-inlist .rules-breakdown {
        display: none;
    }
    .prodimg {
        vertical-align: middle;
        color: #222;
        font-size: 15px;
        padding: 10px;
        text-transform: uppercase;
        text-align: left;
        flex: 1;
        align-self: unset;
    }
    .prodimg img {
        border: none;
        margin-bottom: 0;
        height: 50px;
        display: inline-block;
    }
    .prodimg button {
        display:none;
    }

    .food-inlist .prodimg img { display:none;}
    .food-inlist .prodimg {padding:10px 15px;}
    .food-inlist br {display: none;} 
    .food-inlist .rec-header {display: none;} 
    .food-inlist .prodcon { display:none;}
    .food-inlist .prodrec {
        padding: 5px 0 10px 0;
        font-weight: bold;
        font-size: 15px;
    }

    .recuse-header {
        background-color: #eeeeee;
        padding: 12px;
    }
    .recuse {
        padding: 15px;
        font-size: 12px;
        display:none;
    }
    .proddos {
        background-color: #fff;
    }
    .backbutton {
        color: #000!important;
    font-size: 20px;
    padding-left: 10px;
    margin: -2px 0 10px 0;
    display: inline-block;
    float: left;
    }
    .panelpage .backbutton {
        margin: 12px 0 10px 0;
    }

    .genericblock {
        border: none;
        box-shadow: none;
        border-radius: 10px;
        margin-bottom: 30px;
    }

    .genericblock h2 {
        border-bottom: 1px solid #ededed;
        font-size: 16px;
    }

    .genericblock form {
        padding: 2px 30px;
    }

    .genericblock-subdiv {
        border: 1px solid #ededed;
        margin-bottom: 30px;
        border-radius: 10px;
        background: #f9f9f9;
    }
    .genericblock-subdiv-header {
        border-bottom:1px solid #fff;

    }
    .btn-primary, .genericblock form button {
        border-radius: 25px;
    }
    
    .wrap-report-index, .wrap-report-highlights a, .wrap-report-products a, .wrap-auth-login a, .wrap-site-index a, .wrap a {
        color: #333;
    }

    .category-block:hover {color: #fff;}
    .category-block:hover h2 {
        background-color: #555;
        border: none;
        color: #fff;
    }
    .category-block:hover h2 a {
        color: #fff;
    }
    .btn-primary:focus, .btn-primary.focus, .btn-primary.watch-video:hover {
        color: #fff;
        background-color: #555;
        border-color: #555;
    }

    .site-index .homeblocks {
        display:none;
    }
    .site-index .panel-video {display: none;}
    .site-index h1 {display: none;}
    .site-index .tagline {display: none;}

    .site-login {border:none; box-shadow:none; border-radius:15px;margin-bottom: 20px;}
    .site-login h1 {border-bottom: 1px solid #ddd;padding:15px 0 12px 0;}
    .site-login-form {padding:5px;}
    .site-register-form {padding:20px;text-align: left;}
    .site-login-form .form-group {
        margin-bottom: 5px;
    }
    .site-login form {
        padding: 10px 20px;
    }
    .site-register-form a {
        margin: 15px auto 0;
        display: block;
    }

    .site-step2 {
        padding: 0;
        border: none;
        box-shadow:none;
        border-radius: 0;
        width:97%;
    }
    .ci-step-container {
        border-radius: 0;
        width: 99%;
    }
    .site-step2 h1 {
        padding-top: 20px;
        border-bottom: 1px solid #ddd;
    }

    .site-step2 h2 {
        font-size: 20px;
        border-bottom: none;
        margin-bottom: 10px;
    }

    .ci-step-text {
        width: 72%;
        margin: 0 0 0 0;
        padding: 0;
        float: right;
        clear: right;
        color: #000;
    }

    .ci-step-instructions {
        width: 95%;
        margin: 0 0 0 3%;
        padding: 0;
        float: left;
        clear: right;
    }

    .site-step2 .btn-primary{
        display: block;
        margin: 0 auto;
    }

    .intro {
        background-color: transparent;
        border:none;
        box-shadow: none;
        margin: 0 auto 10px auto;
        padding: 10px 20px;
    }

    .subtitle {
        font-size: 14px;
        padding: 10px;
        text-align: justify;
        background-color: #f5f5f5;
        margin: 0;
        border-radius: 10px;
        border: none;
        color: #000;
    }

    .tooltip-inner a {
        color:#ba9329;
    }
    .tooltip-inner br {
        display:block;
    }

    .site-step2 img {border:none!important;}

    .logoutandregister {display: none;}

    .navbar-inverse {border:none;}

    .footer {display:none;}
}

.scoregroup {
    background-color: #fff;
    border-radius: 15px;
    padding:15px;
    margin:20px 8px 0;
    color: #000;
}
@media (min-width: 767px) {
    .scoregroup {
        margin: 10px 10px;
        width: 45%;
        display: inline-block;
    }
}
.scoregroup .score .chart {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 80px;
    height: 80px;
    color: #333;
    width: 80px;
    margin-top: 10px;
    
  }
  
  .scoregroup .score canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    width: 100%;
  }

  .scoregroup h2 {
    font-size: 16px;
    margin-top: 0;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    text-transform: capitalize;
    text-align: left;
  }

  .scoregroup h2 i {
    color:#666;
  }

  .score {
    display: inline-block;
    width:49%;
  }

  .scoregroup .score {
    width:24%;
    display:inline-block;
    vertical-align:top;

  }
  .scoregroup .chartzone {
    width:74%;
    display:inline-block;
    vertical-align:top;
    padding-left: 15px;
  }

  .scoregroup .chartzone>div {
    width:100%;
    height:100px;
  }

  .scoregroup.solo {
    width:45%;
    display: inline-block;
  }

  .scoregroup.solo .score {
    width: 100%;
    min-height: 100px;
  }
  .scoregroup.solo .score .chart {
    margin:10px auto;
  }

  .scoreboard h2.subhead {margin-top:45px;}


  .score h3 {text-align:center;font-size:15px;}

  .scorehead {
    padding: 10px;
    margin: 20px 0;
    color: #000;
  }  
  .score3 {
    display: inline-block;
    width: 32.4%;
    vertical-align: top;
    }
    .scorehead .score3 canvas {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        width: 100%;
      }
    .scorehead .score3 .chart3 {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 80px;
        height: 80px;
        color: #333;
        width: 80px;
        margin: auto;
    }
    .score3 h3 {
        text-align: center;
        font-size: 15px;
        margin-top: 10px;
    }

  label[for=decryptform-key] {padding-left:0!important;}


.toolpage {
    padding: 20px 30px;
    background-color: #f5f5f5a8;
    color: #000;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 25px;
}

.toolblock {
    background-color: #fff;
    border-radius: 10px;
    padding:15px;
    margin:15px 0;
}

.tool-intro {
    padding:0 5px;

}
.tool-intro i {font-size:15px;}

.tool-info {

}
.tool-mainblock {
    text-align: center;

}
.tool-mainblock span{padding:5px 0;font-size:15px;display: block;}
.tool-mainblock audio {margin-top:10px;}
.tool-description p {
    text-align:justify;
}

  @media (max-width: 767px) {
    .toolpage {
        padding:0 10px 10px 10px;
        background-color: transparent;
        margin: 10px auto;
    }

    .toolblock {
        background-color: #fff;
        border-radius: 10px;
        padding:15px;
        margin:15px 0;
    }

    .tool-intro {
        padding:0 5px;

    }
    .tool-intro i {font-size:15px;}

    .tool-info {

    }
    .tool-mainblock {
        text-align: center;

    }
    .tool-mainblock span{padding:5px 0;font-size:15px;}
    .tool-mainblock audio {margin-top:10px;}
    .tool-description {

    }

  }

  .linked {cursor:pointer;}
  .linked:hover {background:#ddd;}

  .blurred {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.gold {
    background-color:#e2b31f;
}



.checkbox-switch input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

.checkbox-switch label {
	cursor: pointer;
	text-indent: 60px;
	width: 50px;
	height: 26px;
	background: grey;
	display: block;
	border-radius: 26px;
	position: relative;
	line-height:26px;
    white-space: nowrap;
}

.checkbox-switch label:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 20px;
	transition: 0.3s;
}

.checkbox-switch input:checked + label {
	background: #bada55;
}

.checkbox-switch input:checked + label:after {
	left: calc(100% - 3px);
	transform: translateX(-100%);
}

.checkbox-switch label:active:after {
	width: 26px;
}

.form-block {
    border: none;
    box-shadow: none;
    border-radius: 25px;
    margin: 7px 1.5%;
    background-color: #fff;
    width:95%;
    margin: 0 auto;
    padding:25px;
}
.form-block .btn {
    margin: auto;
    display: block;
    margin-top: 25px;
}
.form-block label {
    font-size: 15px;
    font-weight: normal;
}
.form-block .form-group {
    margin-bottom: 5px;
}
.checkbox-switch {height:40px;}

.training-results .prodcon{
    font-size: 16px;
    padding-bottom:15px;
}

.training-results .prodcon .extrainfo, .training-results .prodcon .when {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #eee;
}

.training-results .prodcon .extrainfo {
    font-size:14px;
}
.training-results .prodcon .extrainfo i {
    font-size:16px;
}
.training-results h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    padding-top: 20px;
}

.rec-group {
    border: 1px solid #d4ebff;
    border-radius: 15px;
    background-color: aliceblue;
}
.rec-group .prod-inlist {
    margin: 9px 5px;
}

.rec-group .or {text-align: center;
    color: #299bf5;}

.rec-group.group2{
    border: 1px solid #d9d4ff;
    background-color: #e4e8ff;
    margin-top:8px
}

.option-group {
    border: 1px solid #222;
    border-radius: 0;
    background: #adaaaaa3;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.option-group h4{
    color: #000;
    font-size: 20px;
    margin-bottom: 0;
    padding: 5px 5px 0;
}

.rec-disclaimer {
    background: #eeeeee;
    padding: 31px;
    max-width: 97%;
    margin: 50px auto 15px;
    font-style: italic;
}

div.sep {
    border-top:1px solid #ddd;
    margin:23px auto;
    
    height:1px;
    width:90%;
}

.usefultip {
    background-color: #fff;
    margin: 29px auto;
    font-size: 14px;
    border-radius: 10px;
    text-align: justify;
    overflow: hidden;
    max-width: 97%;
    display: flex;
}
.usefultip .iconhead {
    background: #ededed;
    font-size: 30px;
    padding: 10px;
    color: #777777;
    vertical-align: middle;
    align-items: center;
    display: flex;
}
.usefultip .infotext {
    padding: 10px 15px;
}
    
.usefultip a {
    color: #ba9329;
    text-decoration: underline;
}


@media (min-width: 768px) {
    .scorehead {
        padding: 0;
        margin: 15px 0;
        color: #000;
        width: 100%;
        text-align: center;
    }
    .score3 {
        display: inline-block;
        width: 30%;
        background: #ffffffee;
        padding: 17px 0;
        margin: 10px;
        border-radius: 5px;
    }

    .form-block {
        border: 1px solid #ededed;
        /* box-shadow: #111 0 0 10px; */
        border-radius: 0;
        color: #000;
    }
    .checkbox-switch {
        margin: -15px auto 15px;
        text-align: center;
        width: 50%;
    }
    .rec-disclaimer {
        color: #333;
    }
    .training-results .prodimg {
        text-align: left;
    }
    .training-results .prodimg img {
        border: none;
        margin-bottom: 0;
        height: 100px;
        display: inline-block;
    }
    .usefultip .infotext {
        margin:auto 0;
        color:#000;
    }
}

@media (max-width: 767px) {
    .mobile-hide {display:none;}
}

.content-container {
    background: #fff;
    padding: 40px;
    color:#000;
}

.content-container h1 {
    text-align: center;
    margin:0 auto 25px;
    font-size:18px;
    padding:10px;
}
@media (max-width: 767px) {
    .content-container {
        padding: 30px 10px;
    }
}


.site-terms {
    width: 99%;
    max-width: 800px;
    background-color: #fff;
    margin: auto;
    padding: 0 0 25px 0;
    overflow: hidden;
    border: 1px solid #ededed;
    
    border-radius: 0;
    color: #000;
}
@media (max-width: 767px) {
    .site-terms {
        padding: 10px;
        border: none;
        box-shadow: none;
        border-radius: 15px;
    }
    }

.footer a {
    color:#ddd;
}
.footer a:hover {
    color:#fff;
}

div.wrap.lang-ar {font-size:16px;}


.lang-ar .prodimg {
    font-size: 18px;
}
.lang-ar h2.mobile-hide i {
    padding-right: 0;
    padding-left:10px;
}
.lang-ar .recuse {
    font-size: 16px;
}
.lang-ar .recuse-header {

    font-size: 17px;
}
.lang-ar .food-inlist .rec-header {
    font-size:16px;
}
.lang-ar .food-inlist .prodrec { 
    font-size:19px;
}
.lang-ar .panel h1 {
    font-size: 30px;
}
.lang-ar .conclusion {
    font-size: 16px;
}
.lang-ar .control-label {
    float:none;
}
.lang-ar .profileblock h3 {
    font-size: 19px;
}

@media (max-width: 767px) {
    .lang-ar .highlight-list h2, .lang-ar .food-list h2, .lang-ar .prod-list h2, .lang-ar .category-block h2 {
        padding-right: 20px;
        text-align: right;
    }
    .lang-ar .categorypage h2 {
        font-size: 20px;
    }
    .lang-ar .category-block .chevron-right {
        left: 20px;
        right: unset;  
    }
    .lang-ar .prodimg {
        text-align: right;
        font-size: 18px;
    }
    .lang-ar .highlight-inlist a.btn {
        text-align: left;
        left: 15px;
        right:unset!important;
    }
    .lang-ar .navbar-nav #usersubmenu > li > a {
        
        font-size: 19px!important;
       
    }

    .lang-ar .food-inlist .prodrec {
        font-size: 17px;
    }

    

    .navbar-nav {
        padding-right: 0;
    }
}


.lang-ar .fa-chevron-right:before {
    content: "\f053";
}
.lang-ar .navbar-nav i {
    padding-left: 5px;
    padding-right:0;
}
.lang-ar .genericblock form input[type="radio"], .lang-ar .genericblock form input[type="checkbox"] {
    margin: 4px -25px 0 7px;
}
.lang-ar .genericblock form label {
    padding-right: 25px;
    padding-left:0;
}

.lang-ar .panel-heading i {
    margin-left: 10px;
    margin-right:0;
}

.lang-ar .snpneutral, .lang-ar .snphetero, .lang-ar .snpslightgood, .lang-ar .snpbad, .lang-ar .snpgood { 
    margin-left: 10px;
    margin-right:0;
}

.proddos-txt {
    padding:10px;
    font-size:13px;
}
.lang-ar .proddos-txt {
    padding:10px;
    font-size:16px;
}

.panelpage h1 {
    margin-top: 17px;
}

.ptitle {
    display: inline-block;
}

.cal-score {
    padding: 15px;
    background-color: #e2b31f;
    border-radius: 40px;
    margin-bottom: 25px;
    text-align: center;
}
.cal-score span {
    font-size: 30px;
    vertical-align: middle;
    padding: 0 10px;
}

.active-line {
    font-weight: bold;
}

.cal-table tr {
    border-top:1px solid #ddd;
}

.cal-text {font-size: 13px;}

@media (min-width: 768px) {
    
    .training-results .nav-tabs > li > a { color:#fff; border: 1px solid #ddd; }
    
    .training-results .nav-tabs > li > a.active, .training-results .nav-tabs > li > a:hover, .training-results .nav-tabs > li.active > a  { color:#000; }
    .training-results .nav-tabs > li:first-child {margin-left: 10px;}
    .training-results .nav-tabs > li > a {background-color: #2222227e;}
    .training-results .nav-tabs > li.active > a {background-color: #fff;}
}
.training-results .tab-content .tab-pane.container {
    padding: 0;
    width: unset;
}


.a2c-old {
    float:right;
    color:#333;
    padding-top: 15px;
    font-size: 18px;
    cursor:pointer;
}
.a2c {
    color: #333;
    padding: 20px 15px;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    z-index: 90;
}

.a2c.active {color:green;}

.btn.inactive {color:#999;border-color: #999;}

.tab-pane.container a:first-child {margin-top:15px;}


@media (min-width: 768px) {

.prod-page .prod-list .topic {
    position:relative;
}
.prod-page .a2c {
    padding: 10px 10px;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    left: -33px;
    right:unset;
    z-index: 0;
    background: #eaeaea;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
   /* box-shadow: #111 -3px 0 5px;*/
    border-right: 1px solid #ddd;
}

}


.bloodresultsincludes {font-size:11px;text-transform: capitalize;}


.DataSourceSelection {
    width: 88%;
    max-width: 5000px;
    display: block;
    margin: auto;
    padding: 0;
    background-color: white;
    border-radius: 15px;
    box-shadow: 2px 2px 15px 5px #d4d4d4;
}

.DataSourceSelection li {
    padding: 12px 15px;
    border-top: 1px solid #d2d2d2;
    list-style: none;
}


.DataSourceSelection li .Row {
    padding: 12px 15px;
    border-top: 1px solid #d2d2d2;
}
.DataSourceSelection li .Row:nth-child(1) {
    border: none;
}

.DataSourceSelection li:first-child {
    border-top: none;
}

.DataSourceSelection li .Row a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-size: 1.5em;
    font-family: 'Roboto', sans-serif;
    color: #4a4a4a;
}

.DataSourceSelection li .Content {
    display: flex;
    align-items: center;
}

.DataSourceSelection li .FunctionContainer {
    display: flex;
    align-items: center;
}

.DataSourceSelection li img.Logo {
    height: 1.5em;
    margin-right: 10px;
}

.DataSourceSelection li img.Function {
    height: 1.5em;
    margin-right: 20px;
}

.DataSourceSelection li img.Arrow {
    height: 1em;
}

.expandable-heading {
    border-radius:10px;
    position:relative;
}

.expandable-heading-open {
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
}

@media (min-width: 768px) {

    .conclusion {
        padding: 69px;
        margin: 40px 10px;
    }
    .conclusion.multiscores {
        padding: 25px 69px 10px 69px;
        margin: 40px 10px 0;
    }

    .conclusion .cgraphic {
        width: 40%;
        margin: auto;
    }

    .conclusion .ctext {
       

        width: 100%;
        text-align: center;
        
        

    }

    .conclusion h4 {
        font-size: 22px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .expandable-heading-open {
        border-radius:10px;
    }

    .expandable-heading {
        border-bottom-right-radius:0;
        border-bottom-left-radius:0;
    }
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: #ffff;
    padding: 10px 0 0;
    border-top:1px solid #efefef;
    z-index:99999;
  }
  
  .bottom-nav ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
  }
  
  .bottom-nav li {
    text-align: center;
    position: relative;  /* Needed for positioning the badge */
  }
  
  .bottom-nav a {
    color: #434343;
    text-decoration: none;
    display: block;
    transition: all 0.2s ease-in-out;
    
    font-size:12px;
  }
  
  .bottom-nav a:hover {
    color: #d7b953;
  }
  
  .bottom-nav a.active {
    color: #bd9440;
  }
  
  .bottom-nav i {
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
    
    filter:  linear-gradient(to right, #bd9440 0%, #d7b953 100%);  /* Adjust colors and direction as desired */
  }
  
  /* Styles for the notification count badge */
.notification-count {
    position: absolute;
    top: -10px;
    right: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #bd9440;
    color: white;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    display: none;  /* Initially hide the badge */
  }
  
  .notification-count.active {
    display: block;  /* Show the badge if there are notifications */
  }

  #mobile-header {
    
    height: 63px;
    z-index: 2;
    position: relative;
}
  #mobile-header>div {display:inline-block;}
  #mobile-header>div>div {display:inline-block;}

  .mobile-header-right {
    float: right;
    vertical-align: middle;
    text-align: right;
    padding: 5px 10px;
    height: 55px;
}
  .mobile-header-left {
    
    vertical-align:top;
  }

.top-circle {
    padding: 9px 13px;
    border-radius: 20px;
    /* border: 1px solid #eee; */
    color: #d7d7d6;
    background: #f9f8f8;
    margin-top: 9px;
    position:relative;
    border: 1px solid #3c763d0f;
}

.top-circle.active {
    border: 1px solid #3c763d0f;
    color: #444;
    /*background: #edf3ee;*/
}

.statuspoint {
    position: absolute;
    top: 0px;
    right: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #f00;
    color: white;
    text-align: center;
    font-size: 12px;
    line-height: 5px;
  }

  .top-circle .status-green {
   /* background-color: #3c763d;*/
    background-color: #29d12c;
  }

  .top-circle .status-red {
    /* background-color: #3c763d;*/
     background-color: #f00;
   }

   .top-circle .status-orange {
    /* background-color: #3c763d;*/
     background-color: orange;
   }



@media (max-width: 768px) {
    .navbar {
        display: none;
    }
    .wrap { padding-top:0}
    .mobile-notifs {display:none;}
}
  @media (min-width: 768px) {

    .bottom-nav {
        display:none;
    }

    #mobile-header {
        display:none;
    }

  }


  .chartblock {
    display:flex;
    align-items: center;
    border-top:1px solid #efefef;
  }

  .chartblock h4 { width:25%;padding-left:15px;font-size:16px;}
  .chartblock .minichart { width:75%; height:90px;}

  .datatable {background-color: #fff;border-radius: 10px;margin-top:20px;}

  .datatable h2 {
    text-transform: uppercase;
    background: #ededed;
    padding: 15px;
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;;
}
.datatable .btn-primary {display: block;}

.home-expandable .scorehead {
    padding: 0;
    margin: 20px 0;
    color: #000;
  }  
  .home-expandable .score3 {
    
        display: inline-block;
        width: auto;
        vertical-align: top;
        padding: 0 20px;

    }
    .home-expandable .scorehead .score3 canvas {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        width: 100%;
      }
      .home-expandable .scorehead .score3 .chart3 {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 50px;
        height: 50px;
        color: #333;
        width: 50px;
        margin: auto;
    
    }
    .home-expandable {
        font-size: 18px;
        vertical-align: middle;
        line-height: 45px;
    }

    .home-expandable .chevron-right {
        position: absolute;
        right: 20px;
        top: 22px;
        font-size: 25px;
        display: block;
        font-weight: normal;
    }



    .radiolist {
        list-style-type: none;
        margin: 25px 0 0 0;
        padding: 0;
      }
      
      .radiolist li {
        float: left;
        margin: 0 5px 0 0;
        width: 100px;
        height: 40px;
        position: relative;
      }
      
      .radiolist label,
      .radiolist input {
        display: block;
        text-align: center;
      }
      
      .radiolist input[type="radio"] {
        opacity: 0.01;
        z-index: 100;
        height:0;
      }
      
      .radiolist input[type="radio"]:checked+label,
      .Checked+label {
        background: #d7b953;
        border: 1px solid #d7b953;
      }
      
      .radiolist label {
        padding: 10px;
        border: 1px solid #dfdddd;
        border-radius: 10px;
        cursor: pointer;
        z-index: 90;
      }
      
      .radiolist label:hover {
        background: #DDD;
      }

      .ui-dialog.survey-dialog .ui-dialog-buttonpane {
        border-width: 0;
      }

      .survey-dialog .ui-widget-header {
        background: transparent;
        color: #333333;
        font-weight: bold;
        margin-top: -20px;
        margin-right: -15px;
        border:none;
    }

    .ui-dialog.survey-dialog {
        border-radius:10px;
    }

    .ui-dialog .ui-dialog-buttonpane button {
        padding: 10px 15px;
    }

    .home-metric {
        border-radius: 20px;
        background-color: #fff;
        padding:10px 15px;
        width:45%;
        display: inline-block;
        margin:5px;
    }

    .home-metric-head {
        
        padding: 5px;
        font-size: 16px;
        color:#666;
        text-align: left;
    }

    .home-metric-chart {
        
    }

    .welcome {
        font-size:20px;
        padding:15px;
        color:#666;
    }

    .homesub {
        font-size:17px;
        padding:10px 15px;
        color:#666;
        margin-top:15px;
    }

    .homead {

    }

    .newspanel {
        padding: 0 0;
        margin: 5px auto;
        background-color: #fff;
        border-radius: 15px;
        width: 95%;
        display: block;
    }

    .newentry {
        padding:15px 25px;
        border-bottom:1px solid #f5f5f5;
        color:#333;
    }

    .newentry i {
        font-size:18px;
        color:#333;
    }

    .newentry a {
        color:#bd9440;
        text-decoration: underline;
    }


    .lastentry {
        border-bottom:none;
    }

    .blood-home h3 {
        text-transform:uppercase;
        text-align:center;
        padding-top:15px;
        font-size:14px;
    }

    @media (max-width: 768px) {

        .lang-block .btn.dropdown-toggle {
            padding: 15px 30px;
            width: 100%;
            margin: auto;
            border-radius: 25px;
            border: none;
            font-size: 16px;
            box-shadow: none;
        }

        .lang-block .btn-group {
            width: 100%;
            padding: 0 7px;
            margin: 15px 0 20px;
        }

        .lang-block .dropdown-menu {
            padding: 5px 0;
            margin: -5px auto 0;
            font-size: 15px;
            text-align: left;
            list-style: none;
            background-color: #fff;
            background-clip: padding-box;
            width: 100%;
            border: none;
            text-align: center;
            border-radius: 25px;
            position: sticky;
            box-shadow: none;
        }

        .lang-block .btn-group.open .btn.dropdown-toggle {
            border-bottom-left-radius:0;
            border-bottom-right-radius:0;
         }

         .lang-block .btn-group.open .dropdown-menu {
            border-top-left-radius:0;
            border-top-right-radius:0;
         }
    }

    @media (min-width: 768px) {
        .lang-block {
            display:none;
        }
    }

    .subhead {
        font-size: 20px;
        text-align: center;
        text-transform: uppercase;
        margin-top:35px;
    }

    @media (min-width: 768px) {
        .subhead {
            font-size: 20px;
            text-align: center;
            text-transform: uppercase;
            margin-top: 35px;
            border-bottom: 1px solid #3a5853;
            padding: 9px 25px;
            color: #fff;
            background: #3a5853;
            border-radius: 15px;
        }
    }

    .greyed-out, .greyed-out a, .greyed-out i {
        color:#ccc!important;
    }
   

    .report-chart .chartzone {height:200px; width:100%;padding:0;}
    .report-chart .chartzone>div {height:200px;}

    .report-chart .scoregroup {width:96%;}

    a.morelink {
        padding: 5px 25px;
        border-radius: 10px;
        text-align: right;
        width: 100%;
        display: block;
        color: #bd9440;
        
    }

    .homepml {
        width: 95%;
        border-radius: 20px;
    margin: auto;
    border: 2px solid #fff;
    overflow: hidden;
    background-color:#3a5853;
    }
    .pmlhead {
        color:#fff;
        font-weight:bold;
        font-size: 17px;
        text-align: center;
        padding: 15px 10px 5px 10px;
    }

    .pmlsubhead {
        color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 0 10px 6px 10px;
    font-style: italic;
    }

    .pmlbody {
        color:#fff;
        font-size: 15px;
        text-align: center;
        padding: 0 10px 10px 10px;
    }

    .pmlaction {
        color:#fff;
        font-weight:bold;
        font-size: 17px;
        text-align: center;
        padding: 10px;
        border:1px solid #fff;
        width:fit-content;
        margin:5px auto 20px;
        text-transform:uppercase;
    }

    .overlaypanel {
        width: 40%;
    background: #fff;
    padding: 25px;
    border: 1px solid #bd9440;
    margin: -250px auto 150px;
    z-index: 999;
    position: relative;
    color:#bd9440;
    cursor:pointer;
    }

    .overlaypanel a{
   
        color:#bd9440;
   
    }

    .homepml {
        display:flex;
        flex-direction:row;
        align-items: center;
        cursor:pointer;
    }


    @media (min-width: 768px) {

        .overlaypanel {margin: -220px auto 170px;}

        a.backbutton {
            color: #000;
            font-size: 22px;
        }

        .report-home h1, .site-index h1, .report-profile h1, .report-chart h1 {
            margin-top:-35px;
        }

        .topmsg {
            background: #444;
        }

        .pmlimage {max-width: 50%;}

        .pmlcontent {
            width:50%;
        }

        .pmlbody {
            max-width: 70%;
            margin: 25px auto;
        }

        .pmlaction {
            padding: 15px 30px;
        }

        .pmlsubhead {
            padding: 25px 10px 6px 10px;
        }

        .pmlhead {
            font-size: 19px;
        }

    }


@media (max-width: 767px) {
    .tooltip-inner {
        max-width: 150px;
    }

    .homepml {
        flex-direction:column;
    }

}

.tooltip.left .tooltip-arrow {
    border-left-color: #333;
}
.tooltip-inner {
   background-color:#333;
}

.disclaimer {
    max-width: 350px;
    margin: 29px auto -20px;
    padding: 10px;
    border: 1px dashed #999;
    border-radius: 10px;
    background-color: #eee;
    font-size:12px;
}

.twoblocks {
    padding:10px 0;
    display:flex;
        flex-direction:row;
       
}

.subblock50 {
    padding: 10px;
    border: 1px solid #eee;
    width: -webkit-fill-available;
    margin: 10px;
    background: #eee;
    border-radius: 5px;
}

.subblock50 p { margin-bottom: 5px;}

.blockheading {
    text-align: center;
    padding: 0 0 8px 0;
    font-size:15px;
    font-weight:bold;
}

.blockinnercontent {
    margin-top:10px;
}

#drop-zone {
    width: 300px;
    height: 200px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px auto;
    cursor: pointer;
    position: relative;
}
#processing {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#processing-text {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}




  /*
  .chat-container {

    background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 100%;
  
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 70vh;
  }
  
  .chat-container h1 {


    background: linear-gradient(135deg, #6a11cb, #2575fc);
  color: white;
  margin: 0;
  padding: 1rem;
  text-align: center;
  font-size: 1.5rem;
  }
  
  #chat {


    flex: 1;
  padding: 1rem;
  overflow-y: auto;
  
  }
  
  #chat div {

    margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  max-width: 80%;
  word-wrap: break-word;
  animation: fadeIn 0.3s ease-in-out;
  }
  
  #chat .user {

    background: #555;
  color: white;
  align-self: flex-end;
  margin-left: auto;
  }
  
  #chat .bot {

    background: #3b5853;
  color: white;
  align-self: flex-start;
  margin-right: auto;
  }
  
  #chat .bot pre {


    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem;
    border-radius: 4px;
    overflow-x: auto;
  }


#typingIndicator {
    padding: 0.5rem 1rem;
    font-style: italic;
    color: #666;
    text-align: center;
    background: #f9f9f9;
    border-top: 1px solid #eee;
  }
  
  .hidden {
    display: none;
  }
  
 
  #chatForm {
    display: flex;
    gap: 0.5rem;
    padding: 1.5rem;
    background: white;
    border-radius: 15px;
    
  }
  
  #userInput {
    flex: 1;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1.3rem;
    outline: none;
    transition: border-color 0.3s ease;
  }
  
  #userInput:focus {
    border-color: #6a11cb;
  }
  
  .chat-container button {
    background: #6a11cb;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .chat-container button:hover {
    background: #2575fc;
  }
  
 
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
 

  */



  
.chat-container {
    /*background: rgba(255, 255, 255, 0.1);*/
    border-radius: 20px;
    /*box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);*/
    /*backdrop-filter: blur(10px);*/
    width: 100%;
    max-width: 100%;
    height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 70vh;
    /*border: 1px solid rgba(255, 255, 255, 0.1);*/
  }
  
  .chat-container h1 {
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    color: white;
    margin: 0;
    padding: 1.5rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 1px;
    
  }
  
  /* Chat Window */
  #chat {
    flex: 1;
    padding: 1.5rem;
    overflow-y: auto;
    /*background: rgba(255, 255, 255, 0.05);*/
  }
  
  #chat>div {
    margin-bottom: 1rem;
    padding: 1.2rem 1.2rem;
    border-radius: 12px;
    max-width: 90%;
    word-wrap: break-word;
    animation: fadeIn 0.3s ease-in-out;
    backdrop-filter: blur(10px); /* Add blur effect for glassmorphism */
    /*border: 1px solid rgba(255, 255, 255, 0.1);  Add a subtle border */
  }
  
  #chat .user {
    background: linear-gradient(135deg, #054b5d, #2d696d);
    color: white;
    align-self: flex-end;
    margin-left: auto;
    width: fit-content;
    padding: 1.2rem 2rem;
  }
  
  #chat .bot {
    background: rgba(255, 255, 255, 0.4); /* Semi-transparent background */
    color: #000;
    align-self: flex-start;
    margin-right: auto;
    backdrop-filter: blur(10px); /* Add blur effect for glassmorphism */
    border: 1px solid rgba(255, 255, 255, 0.3); /* Add a subtle border */
  }
  
  #chat .bot pre {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem;
    border-radius: 4px;
    overflow-x: auto;
  }
  
  /* Typing Indicator */
  #typingIndicator {
    padding: 0.75rem 1rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .hidden {
    display: none;
  }
  
  /* Chat Form */
  #chatForm {
    display: flex;
    gap: 0.5rem;
    padding: 1rem;
    
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  #userInput {
    flex: 1;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    font-size: 1.3rem;
    outline: none;
    background: rgba(255, 255, 255, 0.1);
    color: #333;
    transition: border-color 0.3s ease;
  }
  
  #userInput:focus {
    border-color: #6a11cb;
  }
  
  .chat-container button.askai {
    background: linear-gradient(135deg, #054b5d, #2d696d);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-size: 1.4rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    width:60px;
  }
  
  .chat-container button.askai:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgb(38 83 98 / 49%);
  }
  
  .chat-container button .send-text {
    position: relative;
    z-index: 2;
  }
  
  button .stars {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  
  button .star {
    position: absolute;
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    opacity: 0;
    animation: twinkle 2s infinite ease-in-out;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.8));
  }
  
  button .star::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 1.5s infinite ease-in-out;
  }
  
  button .star:nth-child(1) {
    top: 20%;
    left: 20%;
    animation-delay: 0s;
  }
  
  button .star:nth-child(2) {
    top: 50%;
    left: 50%;
    animation-delay: 0.5s;
  }
  
  button .star:nth-child(3) {
    top: 80%;
    left: 80%;
    animation-delay: 1s;
  }
  
  /* Animations */
  @keyframes twinkle {
    0%, 100% {
      opacity: 0;
      transform: scale(0.5);
    }
    50% {
      opacity: 1;
      transform: scale(1.2);
    }
  }
  
  @keyframes pulse {
    0%, 100% {
      transform: translate(-50%, -50%) scale(0.8);
      opacity: 0.6;
    }
    50% {
      transform: translate(-50%, -50%) scale(1.2);
      opacity: 1;
    }
  }

  button .sparkles {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  
  button .sparkle-icon {
    position: absolute;
    font-size: 9px;
    color: white;
    opacity: 0;
    animation: sparkle 3s infinite ease-in-out;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.8));
  }
  
  button .sparkle-icon:nth-child(1) {
    top: 20%;
    left: 55%;
    animation-delay: 0.2s;
    font-size: 5px;
  }
  
  
  
  button .sparkle-icon:nth-child(2) {
    top: 33%;
    left: 70%;
    animation-delay: 0s;
    font-size: 12px;
  }

  button .sparkle-icon:nth-child(3) {
    top: 65%;
    left: 55%;
    animation-delay: 0.3s;
    font-size: 5px;
  }
  
  /* Animations */
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  /*
  @keyframes sparkle {
    0%, 100% {
      opacity: 0;
      transform: scale(0.5) rotate(0deg);
    }
    50% {
      opacity: 1;
      transform: scale(1.2) rotate(360deg);
    }
  }*/

  @keyframes sparkle {
    0% {
      opacity: 0;
      transform: scale(0.5) rotate(0deg);
    }
    30% {
      opacity: 1;
      transform: scale(1) rotate(0deg);
    }
    60% {
      opacity: 1;
      transform: scale(1) rotate(0deg);
    }
    100% {
      opacity: 0;
      transform: scale(0.5) rotate(360deg);
    }
  }


  #chat #sphere {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(106, 17, 203, 0.8), rgba(37, 117, 252, 0.6));
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0.3;
    transform: translate(-50%, -50%);
    animation: float 6s infinite ease-in-out;
    z-index: -1; /* Place it behind the chat messages */
  }
  
  @keyframes float {
    0%, 100% {
      transform: translate(-50%, -50%) scale(1);
    }
    50% {
      transform: translate(-50%, -50%) scale(1.2);
    }
  }


  copy
css

.sphere-container {
  width: 300px;
  height: 300px;
  perspective: 800px; /* Adds 3D effect */
  position: relative;
  margin: 50px auto;
}

.sphere {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.5), rgba(0,0,0,0)); /* Glowing effect */
  box-shadow: 0 0 20px rgba(255, 255, 0, 0.5); /* Add glow */
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  50% {
    transform: scale(1.05);
  }
}

.data-point {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 255, 255, 0.7);
  box-shadow: 0 0 5px rgba(0, 255, 255, 0.5);
  animation: orbit 5s linear infinite;
}

#neuralCanvas {
    position: fixed; /* Fixed position */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Place behind other content */
}

.typing-dots {
    display: flex;
    align-items: center;
    gap: 4px;
    height:15px;
    padding:10px;
  }
  
  .typing-dots .dot {
    width: 8px;
    height: 8px;
    background: #37187f;
    border-radius: 50%;
    opacity: 0;
    animation: bounce 1.4s infinite ease-in-out;
  }
  
  .typing-dots .dot:nth-child(1) {
    animation-delay: 0s;
  }
  
  .typing-dots .dot:nth-child(2) {
    animation-delay: 0.2s;
  }
  
  .typing-dots .dot:nth-child(3) {
    animation-delay: 0.4s;
  }

  @keyframes bounce {
    0%, 100% {
      opacity: 0;
      transform: translateY(0);
    }
    50% {
      opacity: 1;
      transform: translateY(-6px);
    }
  }

  .chatpage h1 {
    text-transform: none;
    font-size:25px;
    margin-top:5px;
    font-family: 'Giro', sans-serif;
    font-weight: normal;
  }

  @media (min-width: 768px) {
    .chatpage h1 {
        margin-top: -35px;
        margin-bottom: 15px;
    }
}

  .chatsubtitle {
    text-align: center;
    margin-top: -30px;
    font-style: italic;
    font-size: 15px;
    display: none;
  }

  .chatintro {
    text-align: center;
    max-width: 90%;
    margin: 5px auto;
    line-height: 30px;
  }

  button.samplequestion {
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 5px 10px;
    border-radius: 10px;
    text-wrap: nowrap;
    line-height: 30px;
    cursor: pointer;
    background-color: transparent;
    margin:3px;
  }

  button.samplequestion:hover {
    background-color: #fff;
    color: #333;
  }