body {
  /*background: linear-gradient(to right, #e2e2e2, #9fcce6ff);*/
  background: #ebf3fa;
}

header.masthead {
  padding-top: 4rem;
  padding-bottom: 6rem;
  text-align: center;
  color: #fff;
  background-image: url("../images/seafood.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
header.masthead .masthead-subheading {
  font-size: 1.15rem;
  line-height: 1.5rem;
  margin-bottom: 2.25rem;
}
header.masthead .masthead-heading {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 5.5rem;
    padding-bottom: 8rem;
  }
  header.masthead .masthead-subheading {
    font-size: 1.25rem;
    line-height: 2.25rem;
    margin-bottom: 2.75rem;
  }
  header.masthead .masthead-heading {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 3.5rem;
    margin-bottom: 1rem;
  }
}

.account-block {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}
.account-block.login {
  background-image: url(../images/fish.jpg);
}
.account-block.register {
  background-image: url(../images/california.jpg);
}

.account-block .overlay {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.account-block .account-testimonial {
  text-align: center;
  color: #fff;
  position: absolute;
  margin: 0 auto;
  padding: 0 1.75rem;
  bottom: 3rem;
  left: 0;
  right: 0;
}

nav.navbar.navbar-theme,
div.bg-theme {
  background-color: #0d496d;
}

h4.navbar-brand {
  color:#fff;
  margin-bottom: 0;
}

h4.navbar-brand:hover {
  color:#fff;
}


.text-theme {
  color: #0d496d !important;
}

h1.text-theme {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.btn-customer {
  background-color: #c7a008;
  border-color: #c7a008;
  color: #fff;
}

.btn-customer:hover {
  background-color: #cab45c;
  border-color: #cab45c;
  color: #fff;
}

.btn-theme {
  background-color: #0d496d;
  border-color: #0d496d;
  color: #fff;
}

.btn-theme:hover {
  background-color: #7d87c5;
  border-color: #7d87c5;
  color: #fff;
}

.dashboard-links {
  text-decoration: none;
}

div.card-body,
div.modal-body,
div.modal-footer {
  background-color: #eeeeeeff;
  color: #5a5a5a;
}

.card-text {
  font-size: 0.9rem;
}

div.container.width-560 {
  max-width: 560px;
}

div.modal-dialog.modal-md {
  max-width: 600px;
}

div.container.width-960 {
  max-width: 960px;
}

div.row.width {
  max-width: 660px;
}
div.container.home-page,
div.container.qr-codes,
div.container.sample-accounts,
div.container.stocks,
div.container-fluid.calls {
  margin-top: 75px;
  margin-bottom: 75px;
}

div.container.dashboard {
  margin-top: 75px;
  margin-bottom: 75px;
}

a.caliber_crm,
a.caliber_crm:hover {
  color: #fff;
  text-decoration: none;
}

a.-brand.active {
  color: yellow;
}

.nav-item a.nav-link {
  color: rgb(255, 255, 255);
}

.nav-item a.nav-link.active {
  color: yellow;
}

button.navbar-toggler {
  border-color: #fff;
  color:#fff;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

p.font-weight {
  font-weight: 500;
  font-size: 1rem;
}

.dropdown-container {
  position: relative; /* For positioning the clear icon */
  display: inline-block;
}

thead.events {
  background-color: #6b5935;
  color: #fff;
}

.scrollable-card-body {
  max-height: 285px; /* Adjust as needed */
  overflow-y: auto;
}

.pointer {
  cursor: pointer;
}

input.form-control::placeholder {
  color: rgb(79, 79, 79);
  opacity: 1;
}
