/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

html,
body {
  min-width: 1160px;
  height: 100%;
}

body {
  background: url(/assets/page-bg-9b7bbf9ed7befb4eab5a7fef90c65495db72d2a2c3005768fd88cf22b6fcf0fb.png) repeat 0 0;
  margin: 0;
  font-family: Arial, serif;
  font-size: 100.01%;
  text-align: left !important;
  text-align: center;
  overflow-y: scroll;
}

.navbar {
  display: flex;
  justify-content: space-between;
  height: 50px;
  align-items: center;
  width: 978px;
}

.nice-button {
  display: inline-block;
  padding: 7px 14px;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
  height: 38px;
}

.nice-button:hover {
  background-color: #0056b3;
  cursor: pointer;
}

.nice-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.from-wrapper {
  height: 500px;
  display: flex;
  align-items: center;
}

.login-form {
  width: 300px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f8f8f8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.login-form input {
  width: 90%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.main-container {
  min-height: calc(100% - 105px);
  width: 80%;
  margin: 0 auto;
}

.admin-nav {
  position: relative;
  display: flex;
  align-items: center;
  top: 5px;
  z-index: 4;
}

.admin-nav li {
  list-style-type: none;
}

.admin-nav > ul {
  display: block;
  position: relative;
  margin: auto;
  background: #007bff;
  height: 28px;
  border-radius: 5px;
}

.content {
  position: relative;
  float: left;
  clear: left;
  width: 100%;
}

.content .content-wrapper {
  position: relative;
  width: 978px;
  min-height: 500px;
  margin: 0 auto;
  padding-bottom: 50px;
  background: #f7f7f7;
  border: 1px solid #d4d5d6;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.content .content-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.bordered-table {
  width: 100%;
  border-collapse: collapse;
}

.bordered-table th,
.bordered-table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

.bordered-table th {
  background-color: #f8f8f8;
}

.pagination {
  display: inline-block;
}

.pagination a,
.pagination span {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
}

.pagination span.active {
  background-color: #007bff;
  color: white;
  border: 1px solid #007bff;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.pagination a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.search-form {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}

.search-form input {
  width: 30%;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
