@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Regular.ttf");
}

* {
  margin: 0px;
  padding: 0px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.bg-body {
  background-image: url("../img/login_bg.svg");
  background-size: cover;
}

body {
  background-color: #F7F9FB;
}

.main-container {
  display: flex;
  min-height: 100vh;
}

/* Container */
.content-wrapper {
  background: #F7F9FB;
  flex: 1;
  margin-left: 48px;
}

/* Content -------------------------------------------------------------------------------------------*/
.web-content {
  padding: 25px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.web-content h1 {
  font-size: 24px;
  color: #3d3d3d;
}

.web-content h2 {
  font-size: 20px;
}

a {
  text-decoration: none !important;
}

.center-box {
  margin: 20px auto;
  max-width: 1000px;
  padding: 20px;
  background: white;
  border-radius: 5px;
  border: 1px solid #ebebeb;
}

.center-box--without-bg {
  margin: 20px auto;
  max-width: 1000px;
}

.saving-wrapper {
  display: flex;
  justify-content: right;
}

.saving-wrapper .btn {
  margin-left: 10px;
}

.saving-wrapper span {
  color: white !important;
}

.title-wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}

/* Data table ----------------------------------------------------------------------------------------*/
.data-table {
  background: white !important;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  position: relative;;
}

.data-table .filter-btn {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
}

.data-table table {
  width: 100%;
  table-layout: auto;
}

.data-table tr {
  border-bottom: 1px solid #e6e6e6;
}

.data-table tr td {
  padding: 15px;
}

.data-table--vertical-top tr td {
  vertical-align: top;
}

.data-table th {
  border-bottom: 2px solid #757575;
}

.data-table tr th {
  padding: 10px 10px 10px 10px;
}

.data-table .table-option {
  width: 150px;
}

.data-table .loading-row {
  height: 90vh;
  position: relative;
  background: #F7F9FB;
}

.data-table .loading-row .loading-spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.data-table .no-data-row td {
  color: #9b9b9b;
  text-align: center;
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.filter-form {
  margin-bottom: 20px;
}

.filter-form > .row > div {
  padding-right: 0px !important;
}

.filter-button {
  cursor: pointer;
  color: #0080ff;
}

.btn-reset-filter {
  margin: 0px !important;
  background: white !important;
}

/* Buttons ----------------------------------------------------------------------------------------------*/
.btn .spinner-border {
  display: none;
}

.btn {
  font-size: 13px !important;
}

.btn i {
  margin-right: 5px; /* for fontawesome icon */
}

.btn-blue {
  background: #0080c0 !important;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  color: white !important;
  display: inline-block;
  margin-bottom: 10px;
}

.btn-blue span {
  color: white !important;
  display: block !important;
}

.btn-blue:hover {
  background: #009eea !important;
}

.btn-edit {
  background: #0080C0;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  color: white;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
  cursor: pointer;
  border: none;
}

.btn-edit i {
  font-size: 12px;
}

.btn-edit:hover {
  color: white;
  background: #009EEA;
}

.btn-del {
  background: #c40000;
  border-radius: 5px;
  color: white;
  padding: 5px 10px 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
  cursor: pointer;
}

.btn-del i {
  font-size: 12px;
}

.btn-del:hover {
  background: #f00000;
  color: white;
}

.btn-order-check {
  background: #009525;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  color: white;
  display: inline-block;
  margin-bottom: 10px;
}

.btn-order-check:hover {
  background: #00bb2f;
}


.btn-success {
  background: #00A88E !important;
  border: 1px solid #00A88E !important;
  color: white;
}

.btn-success:hover {
  background: #00BFA3 !important;
}

.btn-light {
  border: 1px solid #D8D8D8 !important;
  background: white !important;
}

.loading-btn {
  position: relative;
  pointer-events: none;
  height: 33.1px;
}

.loading-btn span {
  display: none !important;
}

.loading-btn .spinner-border {
  display: block !important;
  margin: 0 auto;
}

button[disabled] {
  background: #515151 !important;
  border-color: #515151 !important;
}

/* Form -------------------------------------------------------------------------------------------------------------*/
.form-group {
  margin-bottom: 15px;
}

.form-group label {
  margin-bottom: 5px;
}

/* Margin -----------------------------------------------------------------------------------------------------------*/
.b5 {
  margin-bottom: 5px;
}

.b15 {
  margin-bottom: 15px;
}

.r1 {
  margin-right: 5px;
}

.r15 {
  margin-right: 15px;
}

.r10 {
  margin-right: 10px;
}

.l15 {
  margin-left: 15px;
}

.l20 {
  margin-left: 20px;
}


/* Components -----------------------------------------------------------------------------------------------------------*/
.small-box {
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding: 10px 20px 10px 20px;
}

.small-box h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0;
  white-space: nowrap;
  color: white;
}

.small-box p {
  color: white;
}

.small-box a {
  color: white;
  text-decoration: none;
}

.small-box a:hover {
  color: white;
  text-decoration: none;
}

.bg-info {
  background-color: #17a2b8 !important;
}

.bg-info,
.bg-info > a {
  color: #fff !important;
}

.meta-data {
  height: 300px !important;
}

.cl-red {
  color: red;
}

.v-toast__text {
  color: white !important;
}

.pagination .active a {
  background: #D7D7D7 !important;
  border-color: #D7D7D7 !important;
}

.page-link {
  color: #454545 !important;
  cursor: pointer;
}

.page-link i {
  color: #454545 !important;
}

#nprogress .spinner {
  display: none !important;
}

input[type='checkbox'] {
  width: 15px;
  height: 15px;
  margin-top: 3px;
}

/* Login css ----------------------------------------------------------------------------------------------------------------*/
.login-layout .login-container {
  max-width: 350px;
  padding: 20px 20px 40px 20px;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  background: white;
  margin: 50px auto;
  box-shadow: 3px 3px 3px 3px #f4f4f4;
}