body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000;
  font-family: "Montserrat", serif;
  background-color: #f5f5f5;
}

.greyBG {
  background-color: #f9f9f9;
}

a,
a:hover {
  text-decoration: none;
  color: #0057d9;
}

#loader {
  position: absolute;
  top: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  display: none;
  z-index: 9999;
}

#loader .spinner-border {
  width: 4rem;
  height: 4rem;
}

.btn,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
  font-size: 14px;
  outline: none;
  border-radius: 3px;
  background-color: #000;
  border-color: #000;
  box-shadow: none;
  outline: none;
  padding: 7px 9px;
}

.btn.focus,
.btn:focus,
button:focus,
.btn.hover {
  box-shadow: none;
  outline: none;
  background-color: #000;
  border-color: #000;
}

div.grid .btn {
  font-size: 11px;
  outline: none;
  border-radius: 3px;
  font-weight: normal;
  padding: 6px 7px !important;
  margin-right: 1px;
  box-shadow: 0px 2px 2px -1px #aaa;
  border: 0;
  color: #fff;
}

div.grid .btn.delete {
  font-size: 10px;
  padding: 2px 7px !important;
}

.topNav {
  background-color: #000;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.maxWidth {
  max-width: 1170px;
  margin: auto;
}

#header {
  width: 100%;
  font-size: 13px;
  padding: 0px;
  background-color: #fff;
  border-bottom: 4px solid #ddd;
}

#header .nav-item .nav-link {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  padding: 0.5rem 0.8rem;
}

.heading {
  padding-top: 20px;
  margin-bottom: 20px;
}

.text-xs {
  font-size: 11px;
}

.homeContent {
  max-width: 80%;
  margin: auto;
}

.homeContent h2 {
  font-size: 24px;
  font-weight: 300;
}

.centerContainer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.login {
  width: 30%;
  background-color: #fff;
  padding: 30px;
  border: 4px solid #ddd;
  border-radius: 16px;
}

.register {
  background-color: #fff;
  padding: 30px;
  border: 4px solid #ddd;
}

h1 {
  font-size: 20px;
  font-weight: 700;
}

h2 {
  font-size: 18px;
  font-weight: 700;
}

h3 {
  font-size: 16px;
  font-weight: 700;
}

h4 {
  font-size: 14px;
  font-weight: 700;
}

.logo,
.logo:hover {
  font-size: 24px;
  color: #000;
  font-weight: 800;
}

.topNav .logoOuter a {
  font-size: 24px;
  color: #fff;
  font-weight: 800;
}

.logoBG {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  background-color: #000;
  text-align: center;
  width: 30%;
  padding: 0px;
}

.banner {
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 100px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #010e3a;
  border-radius: 16px;
  max-width: 1170px;
  margin: auto;
}

.banner h1 {
  font-size: 48px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  line-height: 1.1em;
}

.banner p {
  font-size: 20px;
  text-align: center;
}

.topNav a {
  color: #fff;
  padding: 5px 5px;
  font-weight: 500;
  display: inline-block;
}

.topNav .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topNav .flex ul {
  display: flex;
  margin: 0px;
  list-style: none;
  padding: 0px 0px;
}

.topNav .flex ul li {
  margin: 0px;
  padding: 0px;
}

.homeBgContent {
  background-color: #f9f9f9;
  border: 1px solid #c0c0c0;
  padding: 20px;
  border-radius: 12px;
  font-weight: 300;
}

.orangeButton,
.orangeButton:hover {
  background-color: #ff7900;
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
}

.buyListing {
  padding: 20px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.buyListing .price {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px dotted #000;
  color: #ff7900;
}

.buyListing ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.buyListing ul li {
  margin: 0px 0px 10px 0px;
}

.buyListing ul li i {
  color: #32cd32;
  margin-right: 2px;
}

.grid {
  margin: 0px 0px;
}

.grid > div {
  background-color: #fff;
  border: 0.5px solid #e0e0e0;
  padding: 10px;
  font-size: 12px;
}

.grid.header > div {
  background-color: #f5f5f5;
  font-weight: 500;
  padding: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.dropdown-menu {
  font-size: 12px;
  text-transform: none;
}

.grid .btn {
  padding: 0px 6px;
  font-size: 10px;
  text-transform: none;
}

.fullWidthModal .modal-dialog {
  width: 80%;
  max-width: none;
}

.ck-editor__editable {
  min-height: 200px;
}

.ck.ck-balloon-panel {
  z-index: 9999 !important;
}

[v-cloak] {
  display: none;
}

.dottedUnderlined {
  border-bottom: 1px dotted #007bff;
}

.linkStyle {
  color: #007bff;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: square;
}
li {
  padding: 0;
  margin-bottom: 10px;
}

.footer {
  font-size: 12px;
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  background-color: #f5f5f5;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}

.footer ul li {
  margin: 0px 8px;
}

label {
  color: #888;
  font-size: 16px;
}

.sentence-case {
  text-transform: capitalize;
}

.viewport-height {
  min-height: calc(100vh - 110px);
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid > div.bg-warning {
  background-color: #f0e68c !important;
}

.grid > div.lastLoggedIn {
  font-size: 10px;
}

.releaseBtn {
  font-size: 14px;
  background-color: #0057d9;
  border-radius: 24px;
  color: #fff;
  padding: 10px 16px;
  font-weight: 300;
  margin-right: 20px;
}

.releaseBtn:hover {
  color: #fff;
  background-color: #024c9c;
}

.actionBtn,
.actionBtn:hover {
  background-color: #fff;
  color: #0057d9;
  border-radius: 0px;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  border: 0;
  line-height: 1.2em;
  cursor: pointer;
  border-bottom: 1px dotted #0057d9;
}

.vdp-datepicker input {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  cursor: pointer;
}

select.form-control {
  width: auto;
}

.custom-file-label {
  font-size: 13px;
  text-align: left;
  background-color: #f9f9f9;
}

.thumbImage {
  border: 1px solid #aaa;
  padding: 2px;
}

.underlineLink {
  border-bottom: 1px dotted #007bff;
}

.even {
  background-color: #f0f0f0;
}

.label {
  font-weight: 700;
}

.userDetail {
  border: 2px solid #f0f0f0;
}

.minHeight {
  min-height: 80vh;
  background-color: #fff;
  padding-bottom: 20px;
}

.bg-white {
  background-color: #fff;
}

.page-link,
.page-link:hover,
.page-link:focus {
  outline: none;
  box-shadow: none;
  color: #000;
}

.page-item.active .page-link {
  background-color: #000;
  border-color: #000;
}
