body {
  --bs-primary: #052f2e !important;
  --bs-primary-rgb: rgb(5, 47, 46) !important;
  --bs-breadcrumb-divider: ">" !important;
  font-family: 'Raleway', sans-serif;
  font-size: 1.15rem;
}

.list-group-item.active {
  background-color: #4C9AA1 !important;
  border-color: #4C9AA1 !important;
}

.dropdown-item, .nav-item > a, .loginBtn, .dropdown-toggle {
  font-size: 18px !important;
}


.overflow-column {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-floating > input[type="text"],
.form-floating > textarea
{
    padding-top: 2.5em !important;
}

.form-floating > select,
.form-floating > input[type="time"]
{
    padding-top: 1.85em !important;
}

td {
    font-size: 1rem;

}

footer,
footer a,
footer a:visited {
    font-size: 1rem;
    text-decoration: none;
    color: var(--bs-body-color);
}


a input:hover {
    cursor: pointer
}

.btn.btn-primary {
    color: #fff !important;
}

footer a:hover {
    background-color: rgb(237, 237, 237);
}

.footer {
    font-size: 0.9rem;
}

.breadcrumb {
    font-size: small;
}

.bg-primary {
    background-color: #343A40 !important;
}

.btn.btn-primary {
    background-color: #4C9AA1 !important;
    border-color: #4C9AA1 !important;
    text-shadow: none !important;
}

.btn.btn-primary:hover {
    background-color: #2c575b !important;
    border-color: #2c575b !important;
}

.no-underline {
    text-decoration: none;
}

/* Not return for use in file manager header links */
/* a:visited:not(.fileManager),
a:active:not(.fileManager),
a:hover:not(.fileManager) {
  color: var(--bs-body-color) !important;
} */


.nav-link,
.nav-link:visited,
.dropdown-item,
.dropdown-item:visited {
    color: #e3e3e3 !important;
}

.nav-link.active {
    color: #ffd200 !important;
}

.nav-link:hover {
    color: #ffd200 !important;
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: #fff;
    --bs-pagination-hover-bg: #2c575b;
    --bs-pagination-hover-border-color: #2c575b;
    --bs-pagination-focus-color: #fff;
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(78, 115, 223, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #4C9AA1;
    --bs-pagination-active-border-color: #4C9AA1;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
}


.underline {
    position: relative;
}

.underline:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.35rem;
    border-radius: 5px;
    background: #ffd200;
    z-index: -1
}

/* h5 {
  font-weight: 400;
} */

.community {
    background-color: #24243b;
    color: #fff;
}

/* Carousel */
.okg-carousel {
    height: 35vh;
    align-items: center;
    background-size: cover;
    background-position: center;
    opacity: 0.55;
}

.okg-carousel-caption {
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 1rem;
    border: solid rgba(0, 0, 0, 0.9);
    color: #fff;
}

.okg-caption-text-sm {
    font-size: 0.8rem;
}


.okg-carousel-next, .okg-carousel-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .8;
    transition: opacity .15s ease;
    font-weight: bold;
}

.hero {
    width: 100%;
    height: 40vh;
    text-align: center;
    background-size: cover;
    background-position: center;
    opacity: 0.65;
}

.hero-title {
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.hero-title-sm {
    font-weight: bold;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.carousel-caption {
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    background-color: rgba(90, 90, 90, 0.8);
    border-radius: 1rem;
    border: solid rgba(114, 116, 115, 0.3);
    /*padding: 0.15rem 0.5rem !important;*/
}

.carousel-sm-caption {
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    background-color: rgba(114, 116, 115, 0.8);
    border-radius: 1rem;
    border: solid rgba(114, 116, 115, 0.3);
    padding: 0.15rem 0.5rem !important;
    /*width: 75%;*/
    /*left: 25%;*/
}

/* End of carousel */

.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    /* display: none; */
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90, 92, 105, .5);
    /* line-height: 46px */
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: #fff
}

.scroll-to-top:hover {
    background: #5a5c69
}

.scroll-to-top > i {
    font-weight: 800
}

/* Popover */

.custom-popover {
    --bs-popover-max-width: 200px;
    --bs-popover-border-color: #464646;
    --bs-popover-header-bg: #9c16d1;
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
}

.accordion {
    /* --bs-accordion-color: red; */
    /* --bs-accordion-bg: #e4e4e4; */
    /* --bs-accordion-border-color: red; */
    /* --bs-accordion-width: red; */
    /* --bs-accordion-radius: red; */
    /* --bs-accordion-btn-color: red; */
    --bs-accordion-btn-bg: #e4e4e4;
    --bs-accordion-active-color: #fff;
    --bs-accordion-active-bg: #4C9AA1;
    --bs-accordion-btn-focus-box-shadow: none;
}

.accordion-header button {
    font-size: 1.5rem;
}

.modalImg {
  max-height: 80vh;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}