:root {
  --bs-body-bg: #F6F8FB;
  --bs-body-color: #002344;
  --bs-link-color-rgb: #11508C;
  --bs-form-control-bg: var(--bs-white);
  --bs-topbar-height: 70px;
  --bs-success-text: #6ABD54;
  --bs-offcanvas-bg: #FFF;
}

body {
  color: var(--bs-body-color);
  font-family: proxima-nova, sans-serif;
}

/*---------------------------------------------------
GENERAL
----------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 38px;
}

a {
  color: #11508C;
  text-decoration: none;
}

#file_name {
  font-size: 80%;
  padding-left: 17px;
}

.link-primary {
  color: #11508C !important;
  font-weight: bold;
  text-decoration: underline;
}

/* Buttons */
.btn {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.6rem;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
}

.btn-primary {
  --bs-btn-bg: #11508C;
  --bs-btn-border-color: #11508C;
  --bs-btn-hover-bg: #002344;
  --bs-btn-hover-border-color: #002344;
}

.btn-light {
  --bs-btn-color: #11508C;
  --bs-btn-bg: #FFF;
  --bs-btn-hover-color: #FFF;
  --bs-btn-hover-bg: #11508C;
}

.btn-link {
  --bs-btn-color: #11508C;
  --bs-btn-hover-color: #002344;
  text-decoration: none;
}

.btn-outline-primary {
  --bs-btn-color: #11508C;
  --bs-btn-border-color: #11508C;
  --bs-btn-hover-bg: #11508C;
  --bs-btn-hover-border-color: #11508C;
}

/* Forms */
.required {
  color: #FF4A55;
}

.form-label {
  color: #C2C2C2;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.form-control,
.form-select {
  padding: 0.675rem 0.75rem;
  border-width: 2px;
  border-radius: 14px;
}

.form-control:focus,
.form-select:focus {
  border-width: 2px;
  border-color: #11508C !important;
  box-shadow: none;
  background-color: #FFF !important;
}

.form-search {
  width: 50%;
  border-radius: 14px;
}

.form-search .input-group-text {
  background: var(--bs-white);
  border: none;
  border-radius: 14px;
  color: #11508C;
}

.form-search .form-control {
  border: none;
}

.error {
  color: red;
}

.fa-pencil {
  cursor: pointer;
}

.input-checkbox {
  padding-top: 40px !important;
  padding-left: 30px !important;
}

@media (min-width:992px) {
  .form-search {
    width: 37%;
  }
}

/* Modal */
.modal {
  --bs-modal-bg: var(--bs-white);
  --bs-modal-border-width: 0;
  --bs-modal-padding: 2rem;
  --bs-modal-header-padding: 2rem 2rem 0;
}

.modal-header {
  border-bottom: 0;
  align-items: flex-start;
}

.modal-header .modal-title span {
  font-weight: 300;
}

.modal-footer {
  border-top: 0;
}

@media (min-width:992px) {

  .modal-lg,
  .modal-xl {
    --bs-modal-width: 620px;
  }
}

/* Dropdown */
.dropdown-menu {
  background: var(--bs-white);
  border: none;
  --bs-dropdown-link-active-bg: #F6F8FB;
}

.dropdown-menu ::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 11px solid #FFF;
  display: block;
  position: absolute;
  top: -10px;
  right: 12px;
}

.dropdown-item {
  color: #A5A5A5;
  font-weight: 600;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
  color: #11508C;
}

.dropdown-toggle::after {
  color: #C4C4C4;
}

/* Offcanvas */
.offcanvas {
  background-color: var(--bs-white);
  border: 0 !important;
}

/* Table */
.table-responsive {
  transition: all .5s;
}

.table {
  background: var(--bs-white);
  border-radius: 10px;
}

.table>tbody {
  vertical-align: middle;
}

.table th {
  padding: 2em 15px;
}

.table td {
  padding: 1em 15px;
}

.table .dropdown-toggle::after {
  display: none;
}

.table .disabled {
  /*opacity: 0.3;*/
  /*pointer-events: none;*/
  background: #F7F7F7;
}

.table .disabled .mb-0 {
  color: #7c7b7b !important;
}

.table .invited {
  /*opacity: 0.3;*/
  /*pointer-events: none;*/
  background: #e4f7ea;
}

.table .invited .mb-0 {
  color: #929292 !important;
}

/* Cards */
.card {
  border: none;
  --bs-card-bg: #FFF;
}

/* pagination */
.pagination .input-group,
.pagination .btn-group {
  border: 1px solid #C2C2C2;
  border-radius: 10px;
}

.pagination .input-group .btn {
  color: #11508C;
}

.pagination .btn {
  border-radius: 10px;
  color: #202020;
  font-weight: 500;
  border: 0;
}

.pagination .btn.active {
  background: #11508C;
  color: var(--bs-white);
  font-weight: 600;
  border-radius: 10px;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}


/*---------------------------------------------------
LOGIN
----------------------------------------------------*/
body.page-login {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  height: 100%;
}

.form-signin {
  max-width: 440px;
  padding: 15px;
}

.form-signin .card-body,
.form-account .card-body {
  padding: 2em;
}

.form-signin .form-control,
.form-account .form-control {
  background: #F6F8FB;
  border-color: transparent;
}

/*---------------------------------------------------
CREATE ACCOUNT
----------------------------------------------------*/
.form-account {
  max-width: 530px;
  padding: 15px;
}

/*---------------------------------------------------
DASHBOARD - TOPBAR
----------------------------------------------------*/
.wrapper {
  height: 100%;
  width: 100%;
}

.navbar-custom {
  background: var(--bs-white);
  min-height: var(--bs-topbar-height);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  z-index: 1000;
  position: fixed;
  width: 100%;
  top: 0;
}

.navbar-custom .topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.navbar-custom .topbar-menu {
  position: relative;
  list-style-type: none;
  margin-bottom: 0;
  width: 100%;
  padding: 0;
}

.navbar-custom .topbar-menu li {
  max-height: var(--bs-topbar-height);
}

.navbar-custom .topbar-menu .nav-link {
  padding: 0;
  position: relative;
  color: var(--ct-topbar-item-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: var(--bs-topbar-height);
  cursor: pointer;
}

.navbar-custom .topbar-menu .account-user-name h5 {
  font-size: 16px;
  color: #000;
}

.navbar-custom .topbar-menu .account-user-name h6 {
  color: #868A9A;
  font-size: 14px;
}

/*---------------------------------------------------
DASHBOARD - SIDEBAR
----------------------------------------------------*/
.sidebar {
  width: 260px !important;
  box-shadow: 5px 0px 16px -8px #011f3633;
  transition: all 0.1s;
}

.sidebar .sidebar-brand-logo {
  /* display: none; */
}

.side-nav {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}

.side-nav .side-nav-title {
  color: #C2C2C2;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
  height: 24px;
}

.side-nav .side-nav-item {
  padding: 1rem 2.5rem 1rem 0;

  font-size: 18px;
  position: relative;
}

.side-nav .side-nav-link {
  color: #868A9A !important;
}

.side-nav .icon-nav {
  margin-right: 1rem;
}

.side-nav .side-nav-item span {
  font-weight: bold;
}

.side-nav .side-nav-item:hover,
.side-nav .side-nav-item a:hover,
.side-nav .side-nav-item.active .side-nav-link {
  color: var(--bs-link-color-rgb) !important;
}

.side-nav .side-nav-item.active::after {
  content: '';
  width: 4px;
  height: 40px;
  background: var(--bs-link-color-rgb);
  display: block;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}

.button-toggle-menu {
  color: #202020;
  font-size: 20px;
}

.badge {
  background-color: #6ABD54 !important;
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .sidebar {
    transform: none !important;
    visibility: visible;
  }

  body.sidebar-icon-only .sidebar {
    width: 70px !important;
  }

  body.sidebar-icon-only .side-nav {
    padding: 0;
  }

  body.sidebar-icon-only .sidebar .sidebar-brand-logo,
  body.sidebar-icon-only .side-nav .side-nav-item span,
  body.sidebar-icon-only .copyright {
    display: none;
  }

  body.sidebar-icon-only .side-nav .side-nav-title {
    opacity: 0;
  }

  body.sidebar-icon-only .side-nav .side-nav-item {
    padding: 1rem;
  }
}

/*---------------------------------------------------
DASHBOARD - CONTENT
----------------------------------------------------*/
.content-page {
  position: relative;
  padding: 15px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  margin-top: var(--bs-topbar-height);
}

@media (min-width: 768px) {
  .content-page {
    margin-left: 260px;
  }

  body.sidebar-icon-only .content-page {
    margin-left: 70px;
  }
}

/* Event list */
.event-card {
  position: relative;
}

.event-edit {
  position: absolute;
  top: 12px;
  right: 12px;
}

.event-card .event-title {
  color: #202020;
  font-size: 18px;
  line-height: 18px;
  margin-right: 30px;
}

.event-card .event-date {
  color: #11508C;
  font-size: 14px;
}

.event-card .event-location .event-icon {
  color: #A5A5A5;
  font-size: 20px;
}

.event-card .event-location h4 {
  color: #002344;
  font-size: 14px;
}

.event-card .event-location p {
  color: #868A9A;
  font-size: 14px;
}

.event-card .event-leads .event-lead-title {
  color: #11508C;
  font-size: 14px;
}

.event-card .event-leads .event-lead-total {
  color: #002344;
  font-size: 24px;
  font-weight: bold;
}

.event-card .event-leads .event-lead-total span {
  color: #868A9A;
  font-size: 14px;
  font-weight: normal;
}


/* Leads */
.sidebar-filter,
.sidebar-lead {
  height: calc(100% - var(--bs-topbar-height));
  bottom: 0;
  top: inherit !important;
  border-top: 1px solid #edeff2 !important;
}

.sidebar-filter .form-label {
  color: #11508C;
}

.nav-tabs {
  border: 0;
}

.nav-tabs .nav-link {
  color: #A5A5A5;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  border-bottom: 1px solid #C2C2C2;
  cursor: pointer;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #11508C;
  font-weight: bold;
  background: transparent;
  border: 0;
  border-bottom: 3px solid #11508C;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #11508C;
  border: 0;
  border-bottom: 3px solid #11508C;
}

/* Sidebar lead */
.rating {
  font-size: 12px;
  color: #C8C8D3;
}

.rating .active {
  color: #FFC107;
}

.rating .rating-num {
  color: #15294B;
}

.lead-role {
  color: #C2C2C2;
}

.lead-role span {
  color: #11508C;
}

.list-icons {
  color: #002344;
  font-size: 14px;
}

.list-icons-avatar {
  background: rgb(17 80 140 / 20%);
  color: #11508C;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
}

.list-icons.status-active .list-icons-avatar {
  background: #D8FFE0;
  color: #38E25D;
}

.list-icons.status-pending .list-icons-avatar {
  background: #FFEBCC;
  color: #FFAB2D;
}

.text-notes {
  border-bottom: 1px solid #F5F5F5;
}

.text-notes p {
  color: #A5A5A5;
  font-size: 14px;
}

#qrcode {
  width: 100%;
  height: 100%;
}

#qrcode img {
  width: 100% !important;
  height: auto !important;
}

.page-link-custom {
  color: #11508C !important;
}

.active>.page-link-custom {
  background-color: #11508C !important;
  color: #fff !important;
}

.error-text {
  color: #FF4A55;
  margin-left: 10px;
  font-size: small;
}

.success-text {
  color: #7eb071;
  margin-left: 10px;
  font-size: small;
}

.event-name-hide {
  display: none;
}

.day {
  cursor: pointer;
}

@media (min-width: 768px) {
  body.sidebar-table .table-responsive {
    margin-right: 395px;
  }
}