* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
body {
    margin: 0;
    font-family: "Work Sans", Arial, sans-serif;
    background-color: whitesmoke;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
.login-info {
          height: 70px;
          padding-left: 50px;
          padding-right: 50px;
          background-color: red;
          border: 1px solid #d40000;
          color: white;
          border-radius: 5px;
          border-bottom: 3px solid #d40000;
          display: flex;
          opacity: 0;
          justify-content: center;
          align-items: center;
          transition: 0.5s ease-in;
          position: fixed;
          top: 50px;
          right: 50px;
          font-weight:bold;
          z-index: 99;
          animation: signuperror;
          animation-duration: 5s;
          animation-delay: 0;
      }
      @keyframes signuperror {
          0% {
              opacity: 0;
          }
          10% {
              opacity: 1;   
          }
          90% {
              opacity: 1;
          }
          100% {
              opacity: 0;
          }
          
      }
.search1 {
  width: 100%;
  position: relative;
  display: flex;
}
.big_button_container {
    height: 175px;
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.big_button {
    height: 175px;
    background-color: transparent;
    min-width: 25%;
    font-size: 25px;
    font-weight: 200;
    border: 1px solid #2c3e50;
    transition: 0.25s ease-in;
    outline: none;
}
.big_button:hover {
    transition: 0.25s ease-in;
    background-color: white;
    border: 1px solid #e83838;
}
.big_button:first-child {
    border-radius: 20px 0px 0px 20px;
    -moz-border-radius: 20px 0px 0px 20px;
    -webkit-border-radius: 20px 0px 0px 20px;
    border-right: 0px;
}
.big_button:last-child {
    border-left: 0px;
    border-radius: 0px 20px 20px 0px;
    -moz-border-radius: 0px 20px 20px 0px;
    -webkit-border-radius: 0px 20px 20px 0px;
}
.small_button_container {
    height: 50px;
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.small_button {
    height: 50px;
    background-color: transparent;
    min-width: 25%;
    cursor: pointer;
    font-size: 15px;
    font-weight: 200;
	border: 1px solid #2c3e50;
    transition: 0.25s ease-in;
    outline: none;
}
.small_button:hover {
	transition: 0.25s ease-in;
	border: 1px solid #e83838;
    background-color: white;
}
.homeBtn {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #2c3e50;
    z-index: 99;
    position: fixed;
    outline: none;
    top: 85%;
    cursor: pointer;
    border: none;
    font-size: 40px;
    right: 5%;
}
.error {
    
    /* height: 30px; */
    padding-top: 10px;
    padding-bottom: 10px;
    width: 20%;
    color: white;
    float: right;
    position: fixed;
    z-index: 20;
    opacity: 0;
    top: 35px;
    right: 35px;
    animation-name: info;
    animation-delay: 0;
    animation-duration: 4s;
    transition: 0.5s ease-in;
    animation-iteration-count: 1;
    border-radius: 10px;
    background-color: #f25f4c;
    /* border: 2px solid #ad2d2d; */
    border-bottom: 4px solid #ad2d2d;
  }
  .dbvalues {
      height: 175px;
      padding-top: 50px;
      width: 40%;
      margin-left: 5%;
      background-color: whitesmoke;
      -webkit-box-shadow: 0px 15px 25px 0px rgba(191,191,191,1);
      -moz-box-shadow: 0px 15px 25px 0px rgba(191,191,191,1);
      box-shadow: 0px 15px 25px 0px rgba(191,191,191,1);
      border-radius: 10px;
  }
  .dbvalues a {
    color: #242133;
    font-size: 50px;
    font-weight: bold;
}
.dbvalues b {
    color: #363636;
    font-weight: normal;
    font-size: 20px;
}
  .success {
    /* height: 30px; */
    padding-bottom: 10px;
    padding-top: 10px;
    width: 20%;
    color: white;
    float: right;
    position: fixed;
    z-index: 20;
    opacity: 0;
    top: 35px;
    right: 50px;
    animation-name: info;
    animation-delay: 0;
    animation-duration: 4s;
    transition: 0.5s ease-in;
    animation-iteration-count: 1;
    border-radius: 10px;
    background-color: #4bff87cf;
    /* border: 2px solid #3f673c; */
    border-bottom: 4px solid #3f673c;
  }
  @keyframes info {
      0% {
          opacity: 1;
      }  
      5% {
          opacity: 1;
      }
      95% {
          opacity: 1;
      }
      100% {
          opacity: 0;
      }
  }
  
.searchTerm {
  width: 100%;
  border: 3px solid #f25f4c;
  border-right: none;
  padding: 5px;
  height: 40px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #f25f4c;
}

.searchButton {
  width: 40px;
  height: 40px;
  border: 1px solid #f25f4c;
  background: #f25f4c;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
    font-family: "Work Sans", Arial, sans-serif;
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.textng {
    height: 120px;
    width: 100%;
    top: 0;
    padding-top: 30px;
    position: fixed;
    z-index: -1;
    background-color: #2c3e50;
}
.logs {
    height: 120px;
    width: 100%;
    top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    z-index: -1;
    background-color: #2c3e50;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}
.right {
    background-color: whitesmoke;
    margin-top: 160px;
    padding-top: 2.5%;
    width: 100%;
    height: 97.5%;
}
@font-face {
    font-family: "BUDMO JIGGLER";
    src: url(Budmo/BUDMO.TTF);
}
.addunits {
    border: none;
    background: none;
    border: 1px solid #2c3e50;
    color: #2c3e50;
    height: 30px;
    width: 100px;
    outline: none;
}

select {
    /* border: 1px solid #2c3e50; */
    border: none;
    width: 75%;
    margin-top: 7.5px;
    padding-left: 5%;
    /* padding-right: 5%; */
    height: 50px;
    outline: none;
    color: #2c3e50;
    background-color: #ebebeb;
}
.textng a {
    font-size: 70px;
    word-spacing: 10px;
    font-family: "BUDMO JIGGLER";
    letter-spacing: 10px;
    color: #f25f4c;
    font-weight: bold;
    animation-name: textng;
    animation-delay: 0;
    animation-duration: 2s;
    transition: 0.5s ease-in;
    animation-iteration-count: infinite;
}
@keyframes textng {
    0% {
        letter-spacing: 10px;
    }
    25% {
        letter-spacing: 20px;
    }
    75% { 
        letter-spacing: 20px;
    }
    100% {
        letter-spacing: 10px;
    }
  }
.stats {
    width: 80%;
    height: 100px;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
}
.darkContainer {
    width: 50%;
    height: 200px;
    padding-top: 100px;
    background-color: #2c3e50;
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    -webkit-box-shadow: 0px 15px 25px 0px rgba(191,191,191,1);
    -moz-box-shadow: 0px 15px 25px 0px rgba(191,191,191,1);
    box-shadow: 0px 15px 25px 0px rgba(191,191,191,1);
    border-radius: 20px;
}
.statsNumber {
    width: 30%;
    text-align: center;
    float: none;
    display: flex;
    flex-direction: column;
    align-self: center;
}
.darkContainer .statsNumber {
    margin-left: 5%;
    margin-right: 10%;
    text-align: center;
}
.statsNumber a {
    color: white;
    font-size: 50px;
    font-weight: bold;
}
.statsNumber b {
    color: white;
    font-weight: normal;
    font-size: 20px;
}
.bottomContainer {
    min-height: 100px;
    width: 90%;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
}
.actions {
    height: 200px;
    width: 30%;
    margin-left: 3%;
      background-color: whitesmoke;
      border-radius: 20px;
      -webkit-box-shadow: 0px 15px 25px 0px rgba(191,191,191,1);
      -moz-box-shadow: 0px 15px 25px 0px rgba(191,191,191,1);
   box-shadow: 0px 15px 25px 0px rgba(191,191,191,1);
  cursor: pointer; 
}
.image {
    height: 50%;
    padding-top: 10%;
    width: 100%;
    background-color: #2c3e50;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.text {
  height: 35%;
  width: 95%;
  padding-top: 5%;
  padding-left: 5%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.img {
  margin-top:0;
}
.note {
    padding: 25px;
    width: 500px;
    background-color: rgb(233, 97, 97);
    color: white;
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: bold;
    border-radius: 8px;
	border: 1px solid rgb(216, 78, 78);
	border-width: 1px 1px 3px;
}
.form-style-5{
    max-width: 500px;
	padding: 10px 20px;
	background: #f4f7f8;
    margin: 10px auto;
    margin-top: 50px;
	padding: 20px;
	background: #f4f7f8;
	border-radius: 8px;
	font-family: "Work Sans", Arial, sans-serif;
}
.form-style-5 fieldset{
	border: none;
}
.form-style-5 legend {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.form-style-5 label {
	display: block;
	margin-bottom: 8px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="password"],
.form-style-5 input[type="tel"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
	font-family: "Work Sans", Arial, sans-serif;
	background: rgba(255,255,255,.1);
	border: none;
	border-radius: 4px;
	font-size: 15px;
	margin: 0;
    outline: 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	background-color: #e8eeef;
	color:#8a97a0;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 30px;
}
.form-style-5 textarea {
    max-width: 100%;
    min-height: 100px;
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
	background: #d2d9dd;
}
.form-style-5 select{
	-webkit-appearance: menulist-button;
	height:35px;
}
.form-style-5 .number {
	background: black;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
	position: relative;
	display: block;
	padding: 19px 39px 18px 39px;
	color: #FFF;
	margin: 0 auto;
	background: black;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 100%;
	border: 1px solid #585858;
	border-width: 1px 1px 3px;
	margin-bottom: 10px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
    background: black;
    cursor: pointer;
	border: 1px solid black;
	border-width: 1px 1px 3px;
}
button {
    -webkit-appearance: none;
    border-radius: 0;
}
.dashboardBtn {
    display: flex;
    margin-top: 50px;
    color: white;
    font-weight: bold;
	font-size: 30px;
	margin-bottom: 50px;
}
.btn {
    cursor: pointer;
    height: 70px;
    width: 20%;
    padding-top: 30px;
    margin-left: 5%;
    background-color: rgb(228, 84, 84);
    border-radius: 5px;
	flex-direction: column;
	
}
.btn1 {
    cursor: pointer;
    height: 70px;
    width: 20%;
    padding-top: 30px;
    margin-left: 2.5%;
    background-color: rgb(64, 155, 216);
    border-radius: 5px;
    flex-direction: column;
}
.btn2 {
    cursor: pointer;
    height: 70px;
    width: 20%;
    padding-top: 30px;
    margin-left: 2.5%;
    background-color: rgb(84, 228, 139);
    border-radius: 5px;
    flex-direction: column;
}
.btn3 {
    cursor: pointer;
    height: 70px;
    width: 20%;
    padding-top: 30px;
    margin-left: 2.5%;
    background-color: rgb(194, 84, 228);
    border-radius: 5px;
    flex-direction: column;
}
#chart-container {
    width: 100%;
    height: auto;
}
.designdets {
    height: auto;
    align-self: center;
    width: 60%;
    /* padding-top: 25px; */
    /* padding-bottom: 50px; */
    align-self: center;
    margin-top: 50px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(88 88 88 / 39%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(88,88,88,0.39);
    box-shadow: 0px 0px 5px 0px rgb(88 88 88 / 39%);
    display: flex;
    flex-direction: row;
}
  .bigImage {
    height: 350px;
    /* margin-top: 25px; */
    /* margin-left: 5%; */
    width: 50%;
    background-size: 100% 100%;
}
  .details {
    height: 300px;
    margin-top: 25px;
    overflow: auto;
    /* padding-bottom: 50px; */
    /* scroll-margin-top: 50px; */
    margin-left: 5%;
    width: 40%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
  .details c {
      color: #2e2e2e;
      font-family: calibri;
      font-size: 30px; 
      font-weight: lighter;
  }
  .details b {
      color: #585858;
      font-family: calibri;
      font-weight: lighter;
      font-size: 20px; 
  }
input {
    height: 50px;
    outline: none;
    width: 75%;
    margin-top: 7.5px;
    background-color: #ebebeb;
    padding-left: 5%;
    border: none;
    /* border-bottom: 1px solid #222222; */
    color: #222222;
} 

.submit {
    border: none;
    background-color: #2c3e50;
    color: white;
    cursor: pointer;
    transition: 0.25s ease-in;
    padding: 0;
}
.submit:hover {
    -webkit-box-shadow: 0px 2.5px 5px 0px rgba(88,88,88,0.39);
    -moz-box-shadow: 0px 2.5px 5px 0px rgba(88,88,88,0.39);
    box-shadow: 0px 2.5px 5px 0px rgba(88,88,88,0.39);
}
@media only screen and (max-width: 600px) {
    
.form-style-5{
    max-width: 80%;
	padding: 10px 20px;
	background: #f4f7f8;
    margin: 10px auto;
    margin-top: 50px;
	padding: 20px;
	background: #f4f7f8;
	border-radius: 8px;
	font-family: "Work Sans", Arial, sans-serif;
}
.form-style-5 fieldset{
	border: none;
}
.form-style-5 legend {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.form-style-5 label {
	display: block;
	margin-bottom: 8px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="password"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
	font-family: "Work Sans", Arial, sans-serif;
	background: rgba(255,255,255,.1);
	border: none;
	border-radius: 4px;
	font-size: 15px;
	margin: 0;
	outline: 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	background-color: #e8eeef;
	color:#8a97a0;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 30px;
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
	background: #d2d9dd;
}
.form-style-5 select{
	-webkit-appearance: menulist-button;
	height:35px;
}
.form-style-5 .number {
	background: black;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
	position: relative;
	display: block;
	padding: 19px 39px 18px 39px;
	color: #FFF;
	margin: 0 auto;
	background: black;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 100%;
	border: 1px solid #585858;
	border-width: 1px 1px 3px;
	margin-bottom: 10px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
    background: black;
    cursor: pointer;
	border: 1px solid black;
	border-width: 1px 1px 3px;
}
} 
  .content {
    background: #fff;
    padding: 3rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: 70%;
}
.search {
    display: flex;
    border: 2px solid #ee6352;
    border-radius: 100vh;
    height: 60px;
    padding: 3px;
    width: 60px;
    position: relative;
    transition: width 450ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
    overflow: hidden;
}
.search__input {
    flex-grow: 1;
    border: none;
    background: transparent;
    padding: 0 0.5rem;
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    opacity: 0;
    width: calc(100% - 60px);
    cursor: pointer;
}
.search__input:focus {
    outline: none;
}
.search__btn {
    font-size: 1.6rem;
    background: transparent;
    border: none;
    cursor: pointer;
    border-radius: 100vh;
    height: 50px;
    width: 50px;
    margin-left: auto;
    color:white;
    transition: background 150ms ease-in-out;
}
.search__btn:focus {
    outline: none;
}
.search:focus-within {
    width: 100%;
}
.search:focus-within .search__input {
    opacity: 1;
    cursor: initial;
}
.search:focus-within .search__btn {
    background: #ee6352;
    color: white;
}
.search:focus-within .search__btn:hover, .search:focus-within .search__btn:focus {
    outline: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
}
.info-panel {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.info-values {
    height: auto;
    min-width: 300px;
    padding-top: 60px;
    background-color: white;
    -webkit-box-shadow: 0px 15px 25px 0px rgba(191,191,191,1);
    -moz-box-shadow: 0px 15px 25px 0px rgba(191,191,191,1);
    box-shadow: 0px 15px 25px 0px rgba(191,191,191,1);
}
.info-values a {
    font-size: 30px;
    font-weight: 300;
}
.info-title {
    padding: 5%;
    margin-top: 60px;
    background-color: #2c3e50;
    color: white;
}

.animation-element {
    opacity: 0;
    transition: 0.25s ease-in;
}
.in-view {
    opacity: 1;
}
::-webkit-scrollbar {
    width: 7.5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track { 
    border-radius: 0;
    background-color: #ebebeb;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #2c3e50; 
    border-radius: 0;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #585858; 
  }