@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Yesteryear&display=swap');
body, body * { font-family: "Outfit", sans-serif; }
.left-sidebar { background: #020202 ; background: linear-gradient(0deg,rgba(2, 2, 2, 1) 0%, rgba(86, 86, 86, 1) 100%);}
.left-sidebar nav a { border-bottom: solid 1px #ffffff2b; }
.icon-list { border-radius: 50px; width: 75px; height: 75px; background-color: #ffffff; display: flex;
  align-items: center;
  justify-content: center;  }
.grid-items { background-image: url(../../assets/images/grid-bg.webp); background-size: cover; }
.grid-items i.fas { color: #d71f25; }
.form-select, button { width: auto; border-radius: 50px; }
.dataTables_wrapper { padding: 30px; }
.bg-yellow-600 { background-color: #f3bd19 !important; }
.bg-yellow-700:hover { background-color: #c69c18 !important; }
table.dataTable thead th, table.dataTable thead td { padding: 6px 15px !important; font-size: 15px;
letter-spacing: 1px;
line-height: 42px;
text-transform: uppercase;
color: #ffffff;
font-weight: 700;  }
table.dataTable thead { background-image: linear-gradient(0deg, #020202 0%, #565656 100%);  }
.dataTables_filter {margin-bottom: 20px;}
#store_filter { width: 220px; }
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 35px;
    color: #6a6565;
    font-weight: 400;
}
table.dataTable thead th, table.dataTable thead td, table.dataTable tbody th, table.dataTable tbody td { border-right: solid 1px #e0e0e0; }
table.dataTable tbody th:first-child, table.dataTable tbody td:first-child { border-left: 1px solid #e0e0e0; }
table.dataTable tbody tr.even th, table.dataTable tbody tr.even td { background-color: #f5f5f5; }
.fa-print { color: #d71f26; }


/*Login- Style*/
.log-in-wrap {  background-image: url(../../assets/images/login-bg.webp); background-size: cover; background-repeat: no-repeat; display: flex; min-height: 100vh; background-position: bottom center; justify-content: center;
  align-items: end; 
  padding-bottom: 170px; position: relative; padding-top: 320px; }
.login-inner:before {position: absolute;
  content: none;
  width: 100%;
  height: 111px;
  background-image: url(../../assets/images/box-shadow.webp);
  background-repeat: no-repeat;
  bottom: -67px;
  left: 0;
  z-index: 0;
  background-size: contain; }
.admin-logo { position: absolute; left: 50%; transform: translateX(-50%); top:0; }
.login-inner { border-radius: 20px;
  background-color: #ffffff;
  padding: 30px; width: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0; position: relative; z-index: 2; }
.login-inner .form-control { border: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 5px;  }
.login-inner .link-wrap label, .login-inner .link-wrap a { color: #00000073; }
  .login-inner .form-control label { text-align: left; }
.login-inner form { text-align: center; width: 100%; display: flex;
  flex-direction: column;
  gap: 5px; }
.login-inner form > p { margin-top:5px; }
.login-inner form p a { color: #d71f26; text-decoration: none; }
.link-wrap {margin-top:5px; margin-bottom: 5px; }
.login-inner form input[type=password], .login-inner form input[type=email],.login-inner form input[type=text]{
	background: #f0f0f0;
  border: solid 1px #f0f0f0;
  height: 60px;
  border-radius: 50px;
  padding: 0 20px;
}
.login-inner form input[type=submit]{
	height: 62px;
  border-radius: 31px;
  background-color: #f3be19;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 0;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  padding: 10px 50px;
  border: 0;
}
.login-inner form input[type=submit]:hover { background-color: #d9a70d; }


#printSelected { background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1)); border-radius: 50px; }


.left-sidebar nav a:hover { background-color: rgb(227 98 32); color: #fff; }

.pass-togglePassword { position: relative;}
.pass-togglePassword #togglePassword { position: absolute; right: 20px;  top: 17px;}





