/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Lato-Regular;
  src: url("../fonts/Lato/Lato-Regular.ttf");
}

@font-face {
  font-family: Lato-Bold;
  src: url("../fonts/Lato/Lato-Bold.ttf");
}

@font-face {
  font-family: Ubuntu-Regular;
  src: url("../fonts/ubuntu/Ubuntu-Regular.ttf");
}

@font-face {
  font-family: Ubuntu-Bold;
  src: url("../fonts/ubuntu/Ubuntu-Bold.ttf");
}

@font-face {
  font-family: JosefinSans-Bold;
  src: url("../fonts/JosefinSans/JosefinSans-Bold.ttf");
}

@font-face {
  font-family: creditverse_font;
  src: url("../fonts/creditverse/creditverse_font.ttf");
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
  margin-top: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body,
html {
  /*/ THE HEIGHT AT 96% REMOVES THE UNWANTED SCROLL BAR EVEN WHEN CONTENT IS NOT FULL SCREEN*/
  height: 94%;
  font-family: Lato-Regular, sans-serif;
  margin: 0px;
  padding: 0px;
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgb(255, 255, 255);
}

body::-webkit-scrollbar-thumb {
  background-color: #bbbaba;
  border-radius: 5px;
}

/*---------------------------------------------*/
a {
  font-family: Lato-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  text-decoration: none;
}

a:focus {
  outline: none !important;
  margin: 0px;
}

a:hover {
  text-decoration: none;
  margin: 0px;
}

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

p {
  font-family: Lato-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  padding: 0px;
  font-size: 2vmin;
}

ul,
li {
  margin: 0px;
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  font-size: 2vmin;
}

/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: none;
  -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
  margin: 0px;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
}

input::-webkit-input-placeholder {
  color: #940417;
}
input:-moz-placeholder {
  color: #940417;
}
input::-moz-placeholder {
  color: #940417;
}
input:-ms-input-placeholder {
  color: #940417;
}

textarea::-webkit-input-placeholder {
  color: #940417;
}
textarea:-moz-placeholder {
  color: #940417;
}
textarea::-moz-placeholder {
  color: #940417;
}
textarea:-ms-input-placeholder {
  color: #940417;
}

/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
  font-family: Lato-Regular;
  font-size: 14px;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
  margin: 0px;
}

/* if the browser window is at least 800px-s wide: */
/* DASHBOARD IFRAME SIZE*/
@media screen and (min-width: 800px) {
  #dashboard-iframe {
    height: 80%;
  }
}

/* if the browser window is at least 1000px-s wide: */
@media screen and (min-width: 1000px) {
  #dashboard-iframe {
    height: 98%;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Lato-Regular;
  font-size: 15px;
  color: #999999;
  line-height: 1.4;
  margin: 0px;
}

.txt2 {
  font-family: Lato-Regular;
  font-size: 15px;
  color: #57b846;
  line-height: 1.4;
  margin: 0px;
}

.txt3 {
  font-family: Lato-Bold;
  font-size: 15px;
  color: #ff0000;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin: 0px;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0px;
}

.container-login100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
  margin: 0px;
}

.container-dashboard {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webki t-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  position: relative;
  background-color: #fff;
}

.wrap-login100 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 0px;
  overflow: hidden;
}

/* wrap-login100 SIZE*/

@media screen and (max-width: 560px) {
  .wrap-login100 {
    justify-content: start;
    width: 80%;
  }
}

@media screen and (min-width: 800px) {
  .wrap-login100 {
    width: 80%;
  }
}

/* if the browser window is at least 1000px-s wide: */
@media screen and (min-width: 1000px) {
  .wrap-login100 {
    width: 500px;
  }
}

.wrap-dashboard {
  width: 500px;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.container-dashboard {
  width: 50%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0px;
  position: relative;
  background-color: #fff;
}

.updateperrorprofile {
  font-family: Lato-Bold;
  font-size: 15px;
  color: red;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  font-size: 3vmin;
  background-color: #f0f0f0;
}

.updatesuccessprofile {
  font-family: Lato-Bold;
  font-size: 15px;
  color: #57b846;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  font-size: 3vmin;
  background-color: #f0f0f0;
}

.signuperror {
  font-family: Lato-Bold;
  font-size: 15px;
  color: red;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  font-size: 3vmin;
  background-color: transparent;
  z-index: 0;
}

.signupsuccess {
  font-family: Lato-Bold;
  font-size: 15px;
  color: #57b846;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  font-size: 3vmin;
}

/*==================================================================
[ Form ]*/

.login100-form {
  width: 100%;
  position: relative;
  margin: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login100-form-title {
  font-family: JosefinSans-Bold;
  font-size: 30px;
  color: #000000;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;

  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffffff;

  padding-top: 10px;
  padding-bottom: 6px;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100-loginpage {
  width: 100%;
  background-color: #fff;
  border-radius: 0px;
  position: relative;
  z-index: 1;
  transition: width 0.2s ease-out;
}

.wrap-input100-loginpage:hover {
  width: 105%;
  transition: width 0.2s ease-out;
}

.wrap-input100-encash {
  width: 50%;
  background-color: #fff;
  border-radius: 0px;
  position: relative;
  z-index: 1;
}

/* wrap input AUTO SIZE - wrap-input100*/
@media screen and (min-width: 800px) {
  .wrap-input100 {
    align-items: center;
    width: 50%;
  }
}

/* if the browser window is at least 1000px-s wide: */
@media screen and (min-width: 1000px) {
  .wrap-input100 {
    align-items: center;
    width: 30%;
  }
}

.wrap-input100 {
  background-color: #fff;
  border-radius: 0px;
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
}

.wrap-input100-transaction {
  background-color: #fff;
  border-radius: 0px;
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
}

/* ENTER INPUT TEXTBOX AUTO SIZE - .input100*/
@media screen and (min-width: 800px) {
  .input100 {
    width: 90%;
  }
}

/* if the browser window is at least 1000px-s wide: */
@media screen and (min-width: 1000px) {
  .input100 {
    width: 100%;
  }
}

.input100 {
  font-family: Lato-Bold;
  font-size: 15px;
  color: #1b3815;
  line-height: 1;
  justify-content: center;
  align-items: center;
  position: relative;
  display: block;
  height: 35px;
  background: #e4e3e3;
  border-radius: 0px;
  border: none;
  padding: 0 20px;
}

/* ENTER PWD TEXTBOX AUTO SIZE - wrap-input100-pwd*/
@media screen and (min-width: 800px) {
  .wrap-input100-pwd {
    width: 100%;
  }
}

/* if the browser window is at least 1000px-s wide: */
@media screen and (min-width: 1000px) {
  .wrap-input100-pwd {
    width: 30%;
  }
}

.wrap-input100-pwd {
  background-color: #fff;
  border-radius: 0px;
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
}

.input100-pwd {
  font-family: Lato-Bold;
  font-size: 15px;
  color: #1b3815;
  line-height: 1;
  justify-content: center;
  align-items: center;
  position: relative;
  display: block;
  width: 100%;
  height: 35px;
  background: #e4e3e3;
  border-radius: 0px;
  border: none;
  padding: 0 20px;
}

.input100-loginpage {
  font-family: Lato-Bold;
  font-size: 15px;
  color: #1b3815;
  line-height: 1.2;
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  background: #e4e3e3;
  border-radius: 0px;
  padding: 0 35px 0 35px;
}

.input100-signup-bday {
  font-family: Lato-Bold;
  font-size: 15px;
  color: #1b3815;
  line-height: 1.2;

  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  background: #e4e3e3;
  border-radius: 0px;
  padding: 0 35px 0 35px;
}

.input100-encash {
  font-family: Lato-Bold;
  font-size: 15px;
  color: #1b3815;
  line-height: 1;
  justify-content: center;
  align-items: center;
  position: relative;
  display: block;
  width: 50%;
  height: 35px;
  background: #e4e3e3;
  border-radius: 0px;
  border: none;
  padding: 0 20px;
}

@media screen and (min-width: 800px) {
  .input100-transaction {
    width: 90%;
  }

  .input100-encash {
    width: 20%;
  }
}

/* if the browser window is at least 1000px-s wide: */
@media screen and (min-width: 1000px) {
  .input100-transaction {
    width: 30%;
  }
}

.input100-transaction {
  font-family: Lato-Bold;
  font-size: 15px;
  color: #1b3815;
  line-height: 1;
  justify-content: center;
  align-items: center;
  position: relative;
  display: block;

  height: 35px;
  background: #e4e3e3;
  border-radius: 0px;
  border: none;
  padding: 0 20px;
}

.input100-pcode {
  font-family: Lato-Bold;
  font-size: 15px;
  color: #1b3815;
  line-height: 1;
  justify-content: center;
  align-items: center;
  position: relative;
  display: block;
  width: 30%;
  height: 35px;
  background: #e4e3e3;
  border-radius: 0px;
  border: none;
  padding: 0 20px;
}

.input100-encashdetails {
  font-family: Lato-Bold;
  font-size: 15px;
  color: #1b3815;
  line-height: 1.2;

  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  background: #e4e3e3;
  border-radius: 0px;
  padding: 0 5px 0 5px;
}

/*------------------------------------------------------------------
[ Iframe Texts & Frame titles]*/
.notices {
  font-family: Lato-Bold;
  font-size: 12px;
  font-size: 3vmin;
}

.frametitles {
  font-family: Lato-Bold;
  font-size: 25px;
  font-size: 5vmin;
}

.transactiontext {
  font-family: Lato-Bold;
  font-size: 16px;
  padding: 10px;
}

.genealogytext {
  font-family: Lato-Bold;
  font-size: 12px;
  font-size: 3vmin;
}

.profiletext {
  font-family: Lato-Bold;
  font-size: 12px;
  font-size: 4vmin;
}

.encashtext {
  font-family: Lato-Bold;
  font-size: 15px;
  font-size: 4vmin;
}

.encodetext {
  font-family: Lato-Bold;
  font-size: 15px;
  font-size: 4vmin;
}

/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100 {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0px;
  background: #e4e3e3;

  pointer-events: none;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 {
  width: calc(100% + 20px);
}

.focus-input100-pwd {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0px;
  background: #e4e3e3;

  pointer-events: none;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100-pwd:focus + .focus-input100-pwd {
  width: calc(100% + 20px);
}

/*------------------------------------------------------------------
[ Button ]*/

.login100-form-btn-encash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 50%;
  height: 35px;
  background-color: #7ed957;
  border-radius: 0px;

  font-family: Lato-Bold;
  font-size: 15px;
  color: #000000;
  line-height: 1.2;
  text-transform: uppercase;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn-encash:hover {
  background-color: #459324;
}

.login100-form-btn-encash:active {
  background-color: #459324;
}

@media screen and (min-width: 800px) {
  .login100-form-btn-transaction {
    width: 90%;
  }
  .login100-form-btn-encash {
    width: 20%;
  }
}

/* if the browser window is at least 1000px-s wide: */
@media screen and (min-width: 1000px) {
  .login100-form-btn-transaction {
    width: 30%;
  }
}

.login100-form-btn-transaction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;

  height: 35px;
  background-color: #7ed957;
  border-radius: 0px;

  font-family: Lato-Bold;
  font-size: 15px;
  color: #000000;
  line-height: 1.2;
  text-transform: uppercase;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn-transaction:hover {
  background-color: #459324;
}

.login100-form-btn-transaction:active {
  background-color: #459324;
}

.login100-form-btn-complete-encash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  background-color: #7ed957;
  border-radius: 0px;

  font-family: Lato-Bold;
  font-size: 15px;
  color: #000000;
  line-height: 1.2;
  text-transform: uppercase;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn-complete-encash:hover {
  background-color: #459324;
}

.login100-form-btn-complete-encash:active {
  background-color: #459324;
}

.container-login100-form-btn {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: width 0.2s ease-out;
}

.container-login100-form-btn:hover {
  width: 105%;
  transition: width 0.2s ease-out;
}

/* if the browser window is at least 1000px-s wide: */
@media screen and (min-width: 800px) {
  .login100-form-btn {
    width: 100%;
  }
}

/* if the browser window is at least 1000px-s wide: */
@media screen and (min-width: 1000px) {
  .login100-form-btn {
    width: 100%;
  }
}

.login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 55px;
  background-color: #139346;
  border-radius: 0px;

  font-family: Lato-Bold;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.2;
  text-transform: uppercase;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background-color: rgb(102, 214, 54);
}

.login100-form-btn:active {
  background-color: rgb(102, 214, 54);
}

/* AUTO RESIZE FOR - login100-form-btn-pwd*/
/* if the browser window is at least 800px-s wide: */
@media screen and (min-width: 800px) {
  .login100-form-btn-pwd {
    width: 30%;
  }
}

/* if the browser window is at least 1000px-s wide: */
@media screen and (min-width: 1000px) {
  .login100-form-btn-pwd {
    width: 30%;
  }
}

.login100-form-btn-pwd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 35px;
  background-color: #7ed957;
  border-radius: 0px;
  width: 80%;
  font-family: Lato-Bold;
  font-size: 15px;
  color: #000000;
  line-height: 1.2;
  text-transform: uppercase;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn-pwd:hover {
  background-color: #459324;
}

.login100-form-btn-pwd:active {
  background-color: #459324;
}

.dashboard-form-title {
  font-family: JosefinSans-Bold;
  font-size: 30px;
  color: #000000;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;

  display: block;
  position: absolute;
  width: 50%;
  top: 10%;
  left: 50px;
  background-color: #7ed957;
}

.container-dashboard-form-btn {
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.dashboard-iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0px;
  position: relative;
  margin-top: 1px;
  margin-left: 0px;
  margin-right: 0px;
  text-justify: auto;
  font-size: 4vmin;
}

.dashboard-form-btn:hover {
  background-color: #459324;
  color: #000000;
}

.dashboard-form-btn:active {
  background-color: #459324;
}

/*------------------------------------------------------------------
[ NAVIGATION FOR LOGGED IN PAGE HOME - LOG OUT]*/
nav {
  width: 100%;
  height: 60px;
  text-decoration: none;
  float: left;
}

nav ul {
  text-decoration: none;
}

nav ul li {
  float: left;
  text-decoration: none;
}

nav ul li a {
  float: center;
  list-style: none;
  padding-top: 2px;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 20px;
  text-decoration: none;
}

.logoutbutton {
  float: CENter;
  list-style: none;
  padding-top: 2px;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 20px;
  text-decoration: none;
}

.dashboardbutton {
  height: 100%;
  border: none;
  color: rgb(255, 255, 255);

  border-radius: 0px;
  transition: ease-in 0.3s;
  font-size: 14px;
  outline: none;
  float: CENter;
  list-style: none;
  padding-top: 2px;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 20px;
  text-decoration: none;
  font-family: creditverse_font;
}

.dashboardbutton:hover {
  color: black;
  font-size: 16px;
  background-color: #459324;
  transition: ease-out 0.3s;
}

.dashboardbutton:active {
  color: black;
  font-size: 16px;
  background-color: #459324;
  transition: ease-out 0.3s;
}

/* Circle */
.hover15 figure {
  position: relative;
}
.hover15 figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.hover15 figure:hover::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

/*------------------------------------------------------------------
[ TABLES ]*/

#dashboard-maintable {
  width: 100%;
  height: 98%;
  border: 0px;
  min-width: 100%;
  position: absolute;
}

#dashboardtable {
  width: 100%;
  height: 100px;

  border: 1px;
  min-width: 100%;
  position: relative;
  opacity: 100;
}

/*------------------------------------------------------------------
DASHBOARD HOME PAGE TABLES*/
.dashboard-wrap {
  position: relative;
  overflow: auto;
}
.dashboardright {
  text-align: right;
  bottom: 0;
  position: absolute;
  right: 0;
}

#dashboardtableth1 {
  background-color: #bde6fd;
}

#dashboardtableth2 {
  background-color: #9cfdbd;
}

#dashboardtableth3 {
  background-color: #fdfb9c;
}

#dashboardtableth4 {
  background-color: #de9cfd;
}

#dashboardtableth6 {
  background-color: #fab494;
}

#dashboardtableth7 {
  background-color: #94fae4;
}

#dashboardtableth8 {
  background-color: #fa9696;
}
/*------------------------------------------------------------------
PROFILE EDITABLE INPUT FIELD BG COLOR*/
#editprofile {
  background-color: #f0f0f0;
  text-align: left;
  color: green;
}

/*------------------------------------------------------------------
ANNOUNCEMENT BG COLOR*/
#dashboardtableth5 {
  background-color: #f0f0f0;
  text-align: left;
}

#genealogytable {
  width: 60%;
  height: 70px;

  border: 1px;
  min-width: 100%;
  position: relative;
  opacity: 1;
}

#genealogytableth1 {
  background-color: #f0f0f0;
  text-align: left;
  opacity: 1;
}

th,
td {
  margin-left: 5px;
  margin-right: 5px;
  padding: 0px;
  word-wrap: word-break;
}

table.center {
  margin-left: 10px;
  margin-right: 10px;
}

#memberlist-tables {
  width: 100%;
  height: 50%;
  margin-left: 10px;
  margin-right: 10px;
}

/* if the browser window is at least 800px-s wide: */
@media screen and (min-width: 800px) {
  table {
    width: 90%;
  }
}

/* if the browser window is at least 1000px-s wide: TABLES IN GENERAL*/
@media screen and (min-width: 1000px) {
  table {
    width: 70%;
  }
}

/* and so on... */

.dashboard_options {
  width: 20%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 10% 100%;
  border: 0px solid black;
  vertical-align: top;
}

.dashboard_contents {
  width: 80%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 250px 180px;
  border: 0px solid black;
  vertical-align: top;
}

.dashboard_table {
  width: 100%;
  height: 100%;
  border: 1px solid black;
  vertical-align: top;
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  z-index: 1000;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 0px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;

  font-family: Lato-Bold;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
  font-size: 4vmin;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  z-index: 1100;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/
@media (max-width: 576px) {
  .login100-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* HEADER MOBILE MENU*/
body {
  /* --header-height: 0px;
  margin: var(--header-height) 0 0 0; */

  margin: 0 0 0 0;
}

/* PRELOAD DEFAULT MOBILE MENU STATUS WHICH IS HIDDEN*/
.preload * {
  transition: none imp !important;
}

.header {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  /* height: var(--header-height); */
  /* background: #ffffff; */
  display: flex;
}

.header__button {
  /* width: var(--header-height); */
  width: 0px;
  flex-shrink: 0;
  background: none;
  outline: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
}

#horizontalline {
  height: 1px;
  width: 99vw;
  background-color: #d4d4d4;
}

/* NAVIGATION - PART OF HEADER*/
.nav__links {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  height: auto;
  width: 210px;
  height: 100%;
  background: #ebebeb;
  transform: translateX(-300px);
  transition: ease-out 0.3s;
}

/* NAVIGATION - ANIMATION FOR OPENING NAV*/
.nav--open .nav__links {
  transform: translateX(0);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.nav--open .share_nav__links {
  transform: translateX(0);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.nav__link {
  display: flex;
  align-items: center;
  color: #171717;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  /* DISTANCE OF EACH NAV TOP-BOTTOM OF EACH OTHER*/
  padding: 1px 5px;
  background: ease-out 0.3s;
}

.nav__link > i {
  margin-right: 5px;
  /* DISTANCE OF MOBILE MENU ICONS TO THE WORDS*/
}

.nav__link--active {
  background: rgb(51, 107, 226);
}

/* HOVER FOR NAVIGATION*/
.nav__link--active,
.nav__link:hover {
  background: #7ed957;
  color: #fcfffa;
}

/* BLUR EFFECT ON BACK WHEN NAV IS OPEN*/
.nav__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  /*backdrop-filter: blur(0.2px);     --REMOVED DUE TO LAG IN ANIMATION*/
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

.nav--open .nav__overlay {
  visibility: visible;
  opacity: 1;
}

/*HIDE MOBILE IF IN MOBILE SCREEN*/
@media screen and (min-width: 800px) {
  /* #mobilenav {
    display: none;
  } */
  /* 
  #btnNav {
    display: none;
  } */

  #mobile-date {
    display: none;
  }
}

/*HIDE DESKTOPNAV IF IN MOBILE SCREEN*/
@media screen and (max-width: 800px) {
  #desktopnav {
    display: none;
  }

  #desktop-date {
    display: none;
  }
}

/* LOADING SCREEN ANIMATION */

.loading__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  /*backdrop-filter: blur(0.2px);     --REMOVED DUE TO LAG IN ANIMATION*/
  opacity: 0;
  transition: opacity 0.3s;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 2;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* END OF LOADING ANIMATION */
