/* colours */
:root{
  --primary: linear-gradient(45deg,#961744,#ff6e40)!important;
  --secondary: linear-gradient(45deg,#961744,#ff6e40)!important;
  --title: linear-gradient(45deg,#961744,#ff6e40)!important;
}

/* layout styles */
nav{
  background: var(--primary);
  border-bottom: 10px solid var(--secondary);
}
nav a{
  text-transform: uppercase;
  color: var(--title);
}
nav a span{
  font-weight: bold;
}
nav .sidenav-trigger{
  margin: 0;
}
.logo{
  width: 135px;
    padding: 3px;
}
/* blocks style */
.blocks-container{
  margin: 15px 10px;
}
.card-panel.blocks {
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0px 1px 3px rgba(90,90,90,0.1);
  position: relative;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}
.card-panel.blocksabt {
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0px 1px 3px rgba(90,90,90,0.1);
  position: relative;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}
.card-panel.smallblocks {
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0px 1px 3px rgba(90,90,90,0.1);
  position: relative;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.gradient-red-pink{
  background: var(--primary);
}
.head-coro{
  font-family: cursive;
  font-size: 24px;
  text-align: center;
  padding: 5px;
}
.card-panel .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.mar-b-0{
  margin-bottom: 0;
}
.mar-b-5{
  margin-bottom: 5px;
}
.mar-b-15{
  margin-bottom: 15px;
}
.mar-t-0{
  margin-top: 0;
}
.pd-lr-5{
  padding: 0 5px !important;
}
.pd-lr-0{
  padding: 0 !important;
}
.pd-0{
  padding: 0 !important;
}
/* recipe styles */
.recipes{
  margin-top: 20px;
}
.card-panel.recipe{
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0px 1px 3px rgba(90,90,90,0.1);
  display: grid;
  grid-template-columns: 2fr 6fr 1fr;
  grid-template-areas: "image details delete";
  position: relative;
}
.recipe img{
  grid-area: image;
  max-width: 60px;
}
.recipe-details{
  grid-area: details;
  margin-top: 6px;
}
.recipe-delete{
  grid-area: delete;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.recipe-delete i{
  font-size: 18px;
}
.recipe-title{
  font-weight: bold;
}
.recipe-ingredients{
  font-size: 0.8em;
}
.main-title{
    color: #741b47;
    font-weight: bold !important;
    font-size: 13.5px !important;
    margin-top: 0;
    line-height: normal !important;
}
.title-info{
  color: #741b47;
  margin-bottom: 15px !important;
  font-size: 14px;
}
.main-content{
  padding: 13px 5px 13px 15px !important;
  font-size: 12px;
}
.reg-btn{
  background: var(--primary);
  border-radius: 30px;
  width: 100%;
  margin: 5px 0px;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
}
.learnmore-btn{
  margin: 10px 0 !important;
}
.learnmore-btn a{
  /* color: #741b47; */
  font-size: 16px;
  font-weight: bold;
  color: #0b66b2 !important;
  padding: 5px;
}
.recipe-details div p {
    font-size: 16px;
}
.sidenav li>a {
    font-size: 16px;
}
.hashtag-CSIR{
  color: #78909c;
  font-size: 24px;
  text-align: center;
}
#checkReport{
    padding: 20px 10px;
    background: antiquewhite;
    border: 1px solid #d9aa6c;
    border-radius: 10px;
    margin: 10px 0;
    display: none;
}
.reptext{
  font-size: 16px;
  margin-bottom: 15px !important;
 
}
#reportForm input[type="text"] {
  width: 22.5% !important;
  text-align: center;
  background: antiquewhite;
    border: 1px solid orange;
}
p.samidText {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 5px 0 !important;
}
.samidText span{
  float: left;
}
.textResult{
  color: red;
  margin: 10px 0 !important;
  font-weight: bold;
  text-transform: uppercase;
 font-size: 18px !important;
}
.infoText{
  margin: 10px 0 !important;
}
.redtext{
  color: red;
}
input.sampleif {
  float: left;
  width: 60% !important;
  height: 20px !important;
  padding: 2px !important;
  text-align: center;
    font-weight: bold;
    background-color: antiquewhite !important;
    border: 1px solid orange !important;
  margin-top:15px !important;
  margin-bottom: 20px !important;
}

.go-btn{
  text-align: center;
  background-color: #f44336;
}
input#gobtn {
  background: transparent;
  border: 0;
  color: #fff;
  font-weight: bold;
  padding: 12px 0;
}
.btncenter{
  text-align: center;
}
/* form-styles */
.add-btn{
  background: var(--title) !important;
}
input{
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.side-form button{
  background: var(--title);
  box-shadow: 1px 1px 3px rgba(90,90,90,0.2);
}
form .input-field{
  margin-top: 30px;
}
.card-image.csirImg {
    text-align: center !important;
}
.csirImg img {
    width: auto !important;
    display: initial !important;
}
.page-footer {
    padding-top: 0;
    color: #fff;
    background-color: #000;
    margin-top: 20px;
}
.footer-copyright {
    text-align: center;
}
.footer-copyright a {
    color: #fff;
}
