html {
  /* background-color: #0d5d73; */
  background-color: white;
  /* font-family: Helvetica; */
  font-family: Tahoma, Arial, Verdana, sans-serif;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

body {
  width: 100%;
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 200px;
  position: relative;
  background-color: #f3f2ee;
  /* background-color: white; */
  margin: 0%;
}

* {
  /* sizing the box */
  box-sizing: border-box;
}

h1 {
  /* text-transform: capitalize; */
  margin: 1rem 0;
  font-size: 2.5rem;
  color: #0d5d73;
  text-align: center;
  /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
    'Lucida Sans', Arial, sans-serif; */
  font-family: Tahoma, Arial, Verdana, sans-serif;
}
h2 {
  /* text-transform: capitalize; */
  margin: 0rem 0;
  font-size: 1.5rem;
  /* color: white; */
  color: black;
  text-align: center;
  /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
    'Lucida Sans', Arial, sans-serif; */
  font-family: Tahoma, Arial, Verdana, sans-serif;
}
th {
  /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
    'Lucida Sans', Arial, sans-serif; */
  font-family: Tahoma, Arial, Verdana, sans-serif;
}
td {
  /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
    'Lucida Sans', Arial, sans-serif; */
  font-family: Tahoma, Arial, Verdana, sans-serif;
}

h3 {
  color: gray;
  /* color: black; */
  font-family: Tahoma, Arial, Verdana, sans-serif;
}

select {
  background-color: transparent;
  border: 1px solid #0d5d73;
  border-radius: 4px;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  color: black;
}
select:hover {
  background-color: #e8faff;
}
select:focus {
  background-color: #e8faff;
}
option {
  background-color: white;
  color: black;
}
/* option:focus{
    background-color: #e8faff;
  } */
textarea {
  background-color: transparent;
  border: 1px solid #0d5d73;
  border-radius: 4px;
  /* font-family:  Helvetica, sans-serif; */
  resize: vertical;
  color: black;
}
input {
  background-color: transparent;
  border: 1px solid #0d5d73;
  border-radius: 4px;
  /* font-family:  Helvetica, sans-serif; */
  color: black;
  min-height: 20px;
}
.right {
  float: right;
}

.title {
  margin-top: 8%;
  margin-bottom: 0%;
}

@media screen and (min-width: 750px) {
  .title {
    margin-top: 0px;
  }
  .colFlex {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-right: 0%;
    min-width: 60%;
  }
  .rowFlex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 10px;
    margin-left: 0%;
    margin-right: 0%;
    min-width: 30%;
  }
  .contentBoxTitle {
    /* background-color: #0d5d73; */
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .contentBox {
    border-radius: 10px;
    margin-top: 10px;
    border: none;
    color: black;
    background-color: white;
    border: 1px solid #e3e3e3;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 750px) {
  .colFlex {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    min-width: 100%;
  }

  .rowFlex {
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    margin-left: 0%;
    margin-right: 0%;
    /* width: 100%;  */
  }
  .contentBoxTitle {
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    border-radius: 0;
    /* border-top-left-radius: 8px;
      border-top-right-radius: 8px; */
  }
  .contentBox {
    border-radius: 10px;
    margin-top: 10px;
    border: none;
    color: black;
    background-color: white;
    display: flex;
    flex-direction: column;
  }
}
.buttonbox {
  border: none;
  margin-left: 0%;
  flex-direction: row;
  justify-content: space-between;
}

.buttonlogin {
  border-radius: 10px;
  justify-content: space-between;
  display: flex;
  border: none;
  color: white;
  background-color: #0d5d73;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 1.7rem;
  height: 50px;
  width: 250px;
  display: inline;
}
.buttonholder {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1%;
}
.button {
  border-radius: 10px;
  border: none;
  color: white;
  background-color: #0d5d73;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 1rem;
  height: fit-content;
  width: fit-content;
  max-width: 130px;
  min-width: 100px;
  min-height: 30px;
  cursor: pointer;
}
.button:hover {
  background-color: #034d61;
}

.hiddenDiv {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.connectTable {
  background-color: #fff;
}
.connectTable tr:nth-child(odd) {
  background-color: #e3e3e3;
  color: #000;
}
.connectTable tr {
  border: 1px solid #e3e3e3;
}
.connectTable tr:hover {
  background-color: #e8faff;
}
.connectTable td:nth-child(1) {
  font-weight: 700;
  text-transform: capitalize;
}

.hamburger {
  padding-right: 20px;
  cursor: pointer;
}

.hamburger .line {
  display: block;
  width: 40px;
  height: 5px;
  margin-bottom: 10px;
  background-color: #b5d4dcd4;
}
