:root {
  --default-font: "Inter", Helvetica, sans-serif;
  --default-font-size: 13px;
  --default-font-weight: 300;

  --color-primary: #342eb7;
  --color-accent: #f58620;

  --link-color: #17466f;

  --black: #222222;
  --white: #ffffff;
  --red: #cd263e;
  --light-gray: #dddddd;
  --lighter-gray: #eeeeee;
  --dark-gray: #ccc;
  --darker-gray: #888;

  --shadow-light: 0 2px 4px rgba(0, 0, 0, 0.2);
  --shadow-dark: 0 3px 5px rgba(0, 0, 0, 0.3);
}

* {
  border-radius: 0;
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  /* background: #fff; */
  font-family: var(--default-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
}

iframe {
  border-collapse: collapse;
}

a {
  transition: 200ms ease-in all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--default-font);
  font-weight: bold;
  color: #333;
}

dl dt {
  font-size: 0.8em;
  text-transform: uppercase;
}
dl dd {
  margin-bottom: 1.5rem;
}

ul,
ol {
  padding-left: 2em;
}

ul.infolist,
ol.infolist {
  margin-bottom: 1em;
}

ul.infolist li,
ol.infolist li {
  margin-bottom: 8px;
  padding-left: 15px;
}

table thead tr th,
table tbody tr td,
table tfoot tr td {
  min-width: 45px !important;
}
table:not(.fc-scrollgrid) thead tr th,
table:not(.fc-scrollgrid) tbody tr td,
table:not(.fc-scrollgrid) tfoot tr td,
table tr th,
table tr td {
  font-size: 11px;
}

table:not(.fc-scrollgrid, .fc-col-header) thead tr th,
table tr th {
  background: #eee;
  border-bottom: 0;
  border: 1px solid #ccc;
  padding: 4px 6px 6px;
}

table:not(.fc-scrollgrid, .fc-col-header) tbody tr td {
  padding: 8px 8px 4px;
}

/* nowarp for table button actions */
table:not(.fc-scrollgrid) tbody tr td:last-child {
  white-space: nowrap;
}

table:not(.fc-scrollgrid) tbody tr td .btn {
  font-size: 0.85em;
  position: relative;
  top: -2px;
}

.nowrap {
  white-space: nowrap;
}

/* Typography */
.text-muted {
  color: #888;
}

/* FORMS */
.form-group {
  margin-bottom: 2rem;
}
.form-control {
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: none !important;
  color: #333;
  cursor: pointer;
  height: auto;
  min-height: 0;
  padding: 6px 12px !important;
}
input[type="date"].form-control {
  line-height: 1.8rem;
}
.form-control.iti__tel-input {
  max-width: 20rem;
  padding-left: 48px !important;
}

.form-control:hover {
  border-color: #aaa;
}

.modal-lg {
  margin: 30px auto;
}
.modal-lg .modal-dialog {
  max-width: 960px;
  width: 100% !important;
}
.modal-open .modal {
  z-index: 10000;
}

.control-label {
  color: #444;
  font-weight: bold;
}
.control-label.required {
  position: relative;
}
.control-label.required::after {
  color: #e87777;
  content: "*";
  font-size: 12px;
  position: absolute;
  top: 1px;
  right: 5px;
  vertical-align: super;
}

.form-vertical .control-label {
  clear: both;
  font-weight: bold;
  float: none;
  margin-bottom: 2px;
  padding: 0;
  width: auto;
}
.form-vertical .control-label.required::after {
  right: -8px;
}
.form-vertical .form-group {
  margin-bottom: 1.5rem;
}
.form-vertical .form-group > div {
  float: none;
  margin-left: 0;
  padding: 0;
  width: 100%;
}

form legend {
  background: var(--lighter-gray);
  padding: 10px;
  user-select: none;
}

.btn {
  border-radius: 3px;
}
.btn + .btn {
  margin-left: 6px;
}
.btn > i {
  margin-right: 4px;
}

.modal-backdrop {
  z-index: 1000;
}

.page-content {
  min-height: 100vh;
}

.page-header {
  background: var(--lighter-gray);
  border-bottom: 0;
  margin: 0 0 2em;
  padding: 2em 0;
}

.page-header h1 {
  font-size: 4em;
  font-weight: bold;
  margin: 0;
}
.page-header p {
  font-size: 2rem;
  margin-top: 1rem;
}

.tab-pane {
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 3px;
  margin-bottom: 5rem;
  min-height: 240px;
  padding: 1em;
}

.panel,
.input-group-addon {
  border-radius: 2px;
}

.panel h3 {
  font-size: 1.1em;
}

/* Phone input */
.iti__search-input {
  border-radius: 3px;
  border: none;
  box-shadow: none !important;
  color: #333;
  cursor: pointer;
  height: auto;
  outline: none;
  padding: 5px 12px !important;
}

/* Swal */
.swal2-container {
  z-index: 100000 !important;
}
.btn.swal2-confirm {
  border: none;
}
button,
.btn,
.swal-confirm {
  outline: none !important;
}

.swal2-actions button:not(:first-child) {
  margin-right: 5px;
}

/* Datatables */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
  float: right;
}
div.dataTables_wrapper table.datatable {
  margin-top: 2em !important;
}
.dataTables_info,
.dataTables_paginate {
  display: inline-block;
}
.dataTables_paginate {
  float: right;
}
.dataTables_info,
.pagination > li > a,
.pagination > li > span {
  font-size: 12px;
}

.dt-buttons .btn {
  border-radius: 3px !important;
  font-size: 0.9em;
  margin-right: 5px;
}

.btn.buttons-html5 {
  background-size: 16px;
  background-position: 8px center;
  font-size: 0.9em;
  outline: none !important;
  padding: 6px 6px 6px 30px;
}
.buttons-page-length {
  padding-bottom: 6px;
  padding-top: 6px;
}
.buttons-excel {
  background: url(../img/icons/excel.png) no-repeat;
}
.buttons-copy {
  background: url(../img/icons/copy.png) no-repeat;
  background-size: 12px;
}
.buttons-pdf {
  background: url(../img/icons/pdf.png) no-repeat;
}
.buttons-filter {
  background: url(../img/icons/filter.png) no-repeat 8px center / 16px !important;
}

.buttons-filter:hover {
  background-color: var(--lighter-gray) !important;
}

input.datepicker {
  background: url(../img/calendar.png) no-repeat 95% center / 12px var(--white);
  max-width: 150px;
  padding: 6px 12px;
}

/* Full Calendar */
.fc-event {
  background: #3788d8;
  color: #fff;
  cursor: pointer;
  padding: 5px 10px;
}
.fc-event .fc-daygrid-event-dot {
  border-color: #fff;
}
.fc-event:hover {
  background: #eee;
}
.fc-event:hover .fc-daygrid-event-dot {
  border-color: #3788d8;
}

/* Richtext Editor */
.trumbowyg-box,
.trumbowyg-editor,
.trumbowyg-textarea {
  background: var(--white);
  margin-top: 0 !important;
  min-height: 200px !important;
}

.form-horizontal .radio-inline {
  margin-right: 10px;
}

.alert {
  border-radius: 0;
  margin-bottom: 20px;
  padding: 4px 15px;
}

p.error {
  color: red;
  font-style: italic;
  padding: 0.6em 0;
}

.breadcrumb {
  background: transparent;
  border-radius: 0;
  font-size: 11px;
  margin-top: 5px;
  padding: 0 !important;
}
.breadcrumb > li {
  color: #6b7280;
}

.slick-slider {
  max-height: 95vh;
  overflow: hidden;
}

.slick-slide img {
  width: 100%;
}

/* Containers */
.container {
  max-width: 1200px;
  width: auto;
}
.container-lg {
  max-width: 1200px !important;
}
.container-md {
  max-width: 960px !important;
}
.container-sm {
  max-width: 768px !important;
}
.container-xs {
  max-width: 576px !important;
}
.container .container {
  max-width: 100%;
}

.page-wrapper {
  padding-bottom: 5em;
}

.accordion .panel-title,
.accordion .panel-title a {
  text-decoration: none;
}

.wrapper {
  padding: 0;
  min-height: 98%;
}

.navbar {
  border: 0;
  border-radius: 0;
  box-shadow: var(--shadow-light);
  height: auto;
  margin-bottom: 0;
  min-height: auto;
  padding: 1rem 0;
}
.navbar-default {
  background: var(--white);
}
.navbar-nav {
  margin-top: 2rem;
}
.navbar-header {
  background: transparent;
}
.navbar-brand {
  height: auto;
  margin-right: 20px;
  padding: 2px 15px;
}
.navbar-brand img {
  max-height: 5em;
}

/* .navbar-nav > li.dropdown:hover .dropdown-menu {
  display: block;
} */

.navbar-toggle {
  background: transparent !important;
  border: 0;
  margin-top: 0;
}

.navbar-toggle .icon-bar {
  background: #aaa;
  height: 3px;
  width: 35px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

.navbar-nav > li > a:not(.btn-nav) {
  background: transparent;
  color: #374151;
  font-size: 1.5em;
  font-weight: normal;
  padding: 15px 20px;
}
.navbar-nav > li > a i {
  display: inline-block;
  width: 20px;
}

.navbar-nav > li:hover > a,
.about-bd .about-lnk,
.contact-bd .contact-lnk {
  background: #eee;
  color: #555 !important;
}

.navbar-nav li > .btn-nav {
  margin-left: 1rem;
  padding: 12px 25px;
  text-transform: uppercase;
}
.navbar-nav li > .btn-nav:hover {
  opacity: 0.9;
}
.btn-nav.btn-login,
.btn-nav.btn-login:hover,
.btn-nav.btn-login:active,
.btn-nav.btn-login:focus {
  border-color: var(--color-primary) !important;
  color: var(--color-primary) !important;
}
.btn-nav.btn-register,
.btn-nav.btn-register:hover,
.btn-nav.btn-register:active,
.btn-nav.btn-register:focus {
  background: var(--color-primary) !important;
  color: var(--white) !important;
}

.dropdown-menu {
  padding: 0;
}
.dropdown-menu > li > a {
  font-size: var(--default-font-size);
  padding: 10px 15px;
}
table tr td .dropdown-menu {
  left: auto;
  right: 0;
}

/* Home */
.jumbotron {
  border-radius: 0 !important;
  color: var(--white);
  position: relative;
  padding: 2em 0;
}
.jumbotron .container {
  max-width: 1024px;
}
.jumbotron-overlay {
  background-color: var(--color-primary);
  opacity: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.jumbotron-content {
  position: relative;
  z-index: 1;
}
.jumbotron h1 {
  color: var(--black);
  margin-top: 0;
}
.jumbotron p {
  font-size: 1.5em;
  line-height: 30px;
}
.home-jumbotron {
  background: url(../img/login-banner-3-alt.jpg) no-repeat center;
  min-height: 90vh;
  height: auto;
  margin-bottom: 1em;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
.home-jumbotron h1 {
  color: var(--white);
  font-size: 3.5em;
  font-weight: bold;
  margin-top: 30%;
  margin-bottom: 3rem;
}

section h2 {
  font-size: 2rem;
  margin: 3rem 0 1rem;
}

.portal-intro {
  font-size: 1.8rem;
  line-height: 28px;
}
.portal-intro h2 {
  font-size: 3rem;
  margin-bottom: 2em;
}
.portal-intro ol {
  padding: 0;
}
.portal-intro ol li {
  list-style: none;
  background: url(../img/checkmark.png) no-repeat 0 5px;
  background-size: 20px;
  margin-bottom: 12px;
  padding-left: 36px;
}

/* Auth */
.auth-bd {
  background: url(../img/login-banner-3-alt.jpg) no-repeat center / 100%;
  margin-bottom: 2rem;
  padding: 0;
}
.auth-box {
  background: #fff;
  box-shadow: var(--shadow-light);
  margin: 5% auto 0;
  max-width: 720px;
  padding: 3em;
  width: 100%;
}
.auth-box h1 {
  margin-top: 0;
  text-align: center;
}
.auth-box .btn {
  background: var(--color-primary);
  border: none;
  margin-bottom: 2em;
  padding: 15px 0;
}

/* Login */
.login-box {
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  max-width: 40rem;
}
img.auth-logo {
  margin: 2rem auto;
  max-width: 10em;
}

/* Register */
.reg-bd {
  /* background: var(--white); */
}
.register-box {
  margin: 1rem auto 0;
  max-width: 72rem;
}

/* Events */
.event-box {
  background: #fff;
  display: block;
  margin-left: 1px;
  margin-bottom: 1em;
  /* min-height: 12em; */
  padding: 10px 0;
  text-decoration: none;
}

.event-img-holder {
  height: 9em;
  overflow: hidden;
}

.event-img {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.event-img img {
  border: 1px solid #ddd;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.event-date {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.day-label,
.month-label {
  color: #fff;
  clear: right;
  display: inline-block;
  float: right;
  font-weight: bold;
  text-align: center;
  width: 40px;
}

.day-label {
  background: #e85526;
  font-size: 1.5em;
  padding: 0.2em 0;
}

.month-label {
  background: #333333;
  font-size: 0.8em;
  text-transform: uppercase;
}

.event-info h4 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.event-meta {
  color: #444;
  font-size: 0.9em;
  margin-bottom: 6px;
}

.event-meta span {
  display: inline-block;
  font-size: 0.9em;
  padding-right: 10px;
}

.event-meta i.icon {
  color: #e85526;
}

.event-info p {
  color: #555;
  line-height: 1.4em;
  text-align: justify;
}

footer {
  background-color: var(--white);
  color: #aaa;
  font-size: 11px;
  margin-top: 5em;
  padding: 8px 0;
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
}
