/*
 *  Document   : style.css
 *  Author     : Olatunji O.
 *  Description: This is the main style css.
 *
 */

/**@import '~@aws-amplify/ui-angular/theme.css';**/
@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
}
@font-face {
  font-family: Poppins-Black;
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
}
@font-face {
  font-family: Poppins-BlackItalic;
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
}
@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
}
@font-face {
  font-family: Poppins-BoldItalic;
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: Poppins-ExtraBold;
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: Poppins-ExtraBoldItalic;
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: Poppins-ExtraLight;
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: Poppins-ExtraLightItalic;
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
  font-family: Poppins-Italic;
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
}
@font-face {
  font-family: Poppins-Light;
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
}
@font-face {
  font-family: Poppins-LightItalic;
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
}
@font-face {
  font-family: Poppins-MediumItalic;
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
}
@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: Poppins-SemiBoldItalic;
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: Poppins-Thin;
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
}
@font-face {
  font-family: Poppins-ThinItalic;
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
}
@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
}

/**Loading Spinner START**/
#cover-spin {
  position:fixed;
  width:100%;
  left:0;right:0;top:0;bottom:0;
  background-color: rgba(255,255,255,0.7);
  z-index:9999;
  display: block;
}

@-webkit-keyframes spin {
from {-webkit-transform:rotate(0deg);}
to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
from {transform:rotate(0deg);}
to {transform:rotate(360deg);}
}

#cover-spin::after {
  content:'';
  display:block;
  position:absolute;
  left:48%;top:40%;
  width:40px;height:40px;
  border-style:solid;
  border-color:black;
  border-top-color:transparent;
  border-width: 4px;
  border-radius:50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}
/**Loading Spinner END**/

html, body {
  height: 100%;
  font-family:'Poppins';
}

a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;

  color: #333333;
}

a:hover {
  color: #6A9842;
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.login-bg {
  width: 100%;
  height: 100vh;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url('/assets/img/bg-login.png');
  background-repeat: no-repeat;
  background-size: cover !important;
  /* background: linear-gradient(322.79deg, rgba(129, 193, 73, 0.11) 66.31%, rgba(195, 209, 182, 0) 97.72%); */
}

.logoarea {    
  left: 10px;
  top: 10px;
  margin: 10px;
  padding: 10px;
}

.logo {
  width: 150px;
  height: auto;
}

.login-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;

  background-color: #FFFFFF;
}

.form-area {
  width: 70%;
}

.page-title {
  left: 973px;
  top: 272px;

  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 39px;

  color: #81C149;
}

.page-subtitle {
  left: 973px;
  top: 317.28px;

  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;

  color: #333333;
}

.page-paragraph {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;

  text-align: center;
  letter-spacing: 0.02em;

  color: #7D7F88;
}

input {
  display: flex !important;
   /* flex-direction: column !important;*/
  justify-content: center !important;
  align-items: flex-start !important;
  padding: 18px 26px !important;     
  padding-left: 45px !important;

  width: 100% !important;
  height: 54px !important;

  background: #FFFFFF !important;
  border: 1px solid #4C4D4E !important;
  box-sizing: border-box !important;
  border-radius: 10px !important;

  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #4C4D4E !important;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #4C4D4E !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #4C4D4E !important;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #4C4D4E !important;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4C4D4E !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #4C4D4E !important;
}

::placeholder { /* Most modern browsers support this now. */
  color: #4C4D4E !important;
}

.input-email {
  background: transparent !important;
  background-image: url('/assets/img/icons/email-icon.png') !important;
  background-repeat: no-repeat !important;   
  background-position: left !important;
}

.input-password {
  background: transparent !important;
  background-image: url('/assets/img/icons/password-icon.png') !important;
  background-repeat: no-repeat !important; 
  background-position: left !important;
}

.input-search {
  background: transparent !important;
  background-image: url('/assets/img/icons/search-icon2.png') !important;
  background-repeat: no-repeat !important; 
  background-position: left !important;
}

button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 26px;

  width: 100%;
  height: 56.07px;
  left: 973px;
  top: 553.4px;

  background: #81C149;
  border-radius: 30px;
  border: 0px;

  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

.search-input {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  font-size: 12px !important;
  height: 26px !important;
  border-bottom: 1px solid #ddd !important;
  padding: 2px 2px !important;     
  padding-left: 1px !important;
  
  background-image: url('/assets/img/icons/search-icon.png') !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
}

/**************************************/
/****************TABLE*****************/
/**************************************/

.table-responsive {
  overflow-x: auto;
}

table {
  /* border: 1px solid #ddd; */
  border: 0px;
  border-collapse: collapse;
  border-radius: 3px;
  color: #666;
  display: table;
  font-size: 13px;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
  width: 100%;
}

table td,
table th {
  border-top: 1px solid #eee;
  display: table-cell;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}

table th {
  background: rgba(244, 250, 240, 0.8);
  border-bottom: 2px solid #eee;
  vertical-align: middle;
}

.item-cell {
  padding: 2px 12px;
  /* use for cells containing buttons, sliders, etc. */
}

/**************************************/
/************End TABLE************/
/**************************************/


/**************************************/
/********Start STICKY HEADER*********/
/**************************************/

.myStickyHeaderMenu {
  position: sticky !important;
  z-index: 500 !important;
  background-color: #fff;
  top: 50px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

/**************************************/
/********End STICKY HEADER*********/
/**************************************/


/**************************************/
/********Start PAGINATION*********/
/**************************************/
.paginationText {
  font-size: 12px;
  color: #555;
}
.paginationBackIcon {
  cursor: pointer !important;
}
.paginationNextIcon {
  cursor: pointer !important;
}
/*********End PAGINATION*********/
/**************************************/



/* MOBILE RESPONSIVE */
@media only screen and (max-width: 600px) {
  .login-bg {
    background-size: cover;
    background-position: center;
  }
}

/* Heartbeat Loader Animation */
.heartbeat-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -60px 0 20px -20px;
  -webkit-animation: heartbeat 1.5s ease-in-out infinite;
  -moz-animation: heartbeat 1.5s ease-in-out infinite;
  animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}