.action {
    height: 35px !important;
    font-size: 12px; 
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.action img,
.action i {
    height: 18px;
    width: auto;
}
.action i {
    font-size: 14px;
    color: black;
}

/* Pagination */
.page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 0.6rem;
    background: #ffffff;
    box-shadow: 0 0.8rem 2rem rgba(#5a6181, 0.05);
}

.page .page-item {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 0.4rem;
}

/* .page .page-item:hover {} */

.page .page-item .active {
    color: #ffffff;
    font-weight: 600;
    border: 1px solid;
}

.page .page-item .page-link {
    font-size: 12px;
    width: 35px;
    height: 35px;
}

.modal {
    z-index: 1055 !important;
    position: fixed !important;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(43,43,43,.92) !important;
}

.table td, .table th {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

/* SIDEBAR - MENU ADMIN */
.sidebar {
    width: 100%;
    padding: 0;
    margin: 0;
}

.sidebar ul.nav {
    padding-left: 0;
    list-style-type: none;
}

.sidebar .nav-item {
    position: relative;
}

.sidebar .nav-link {
    display: block;
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 1px dotted #d3d3d3;
}

.sidebar .nav-link:hover {
    background-color: #f7f4ef !important;
    color: #cb914f;
}

.sidebar .nav-link.active {
    color: #000000;
    font-weight: bold;
    background-color: rgba(203,145,79,1) !important;
}
.sidebar .nav-link.active:hover {
    background-color: rgba(203,145,79,1) !important;
}

.sidebar .collapse {
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
    position: relative;
}

.sidebar .collapse .nav-link {
    display: block;
    color: #000;
    padding-left: 35px;
    font-weight: normal;
}

.sidebar .collapse .nav-link:hover,
.sidebar .collapse .nav-link.active {
    background-color: #f8f9fa !important;
    padding-left: 35px;
    color: #cb914f;
}

.sidebar .nav-item .collapse.show {
    position: relative;
    left: 0;
    width: 100%;
}

/* ACTIVITY DETAIL */
.owl-carousel .owl-dots {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
.owl-carousel .owl-dots .owl-dot span {
    background-color: #000;
    opacity: .3;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    display: inline-block;
    margin: 0 .5rem;
    transition: .3s ease;
}
.owl-carousel .owl-dots .owl-dot.active span {
    opacity: .8;
}
.owl-carousel.full-width-carousel {
    position: relative;
    top: -5.5rem;
    margin-bottom: -5.5rem;
}
.owl-carousel.full-width-carousel .item {
    width: 111rem;
    border-radius: .4rem;
    height: 70rem;
    overflow: hidden;
}
.owl-carousel.full-width-carousel .owl-item {
    opacity: .2;
    transition: 1s opacity ease;
}
.owl-carousel.full-width-carousel .owl-item.active.center {
    opacity: 1;
}
.owl-carousel.full-width-carousel:before {
    background-image: url("../../assets/img/footer-overlay.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 10rem;
    position: absolute;
    content: "";
    width: 100%;
    height: auto;
    z-index: 1;
}
.owl-carousel.gallery-carousel {
    margin-bottom: 3rem;
}
.owl-carousel.gallery-carousel .owl-stage-outer, .owl-carousel.full-width-carousel .owl-stage-outer {
    border-radius: .4rem;
}
.owl-carousel.gallery-carousel .owl-nav .owl-prev i {
    width: 100px;
    height: 100px;
}
.owl-carousel.gallery-carousel .owl-nav .owl-prev, .owl-carousel.gallery-carousel .owl-nav .owl-next, .owl-carousel.full-width-carousel .owl-nav .owl-prev, .owl-carousel.full-width-carousel .owl-nav .owl-next {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 5rem;
}
.owl-carousel.gallery-carousel .owl-nav .owl-prev i, .owl-carousel.gallery-carousel .owl-nav .owl-next i, .owl-carousel.full-width-carousel .owl-nav .owl-prev i, .owl-carousel.full-width-carousel .owl-nav .owl-next i {
    background-color: rgb(203,145,79);
    width: 5rem;
    text-align: center;
    line-height: 5rem;
    color: #fff;
    box-shadow: 0 0.2rem .7rem 0 rgba(0,0,0, .08);
    border-radius: 50%;
}
.owl-carousel.gallery-carousel .owl-nav .owl-prev, .owl-carousel.full-width-carousel .owl-nav .owl-prev {
    left: 0;
}
.owl-carousel.gallery-carousel .owl-nav .owl-prev i, .owl-carousel.full-width-carousel .owl-nav .owl-prev i {
    margin-left: 2rem;
}
.owl-carousel.gallery-carousel .owl-nav .owl-next, .owl-carousel.full-width-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 2rem;
}
/* .owl-carousel.gallery-carousel-thumbs .owl-thumb {
    position: relative;
    display: block;
    overflow: hidden; 
    border-radius: .4rem;
    opacity: .3;
    transition: .3s ease;
}
.owl-carousel.gallery-carousel-thumbs .owl-thumb:hover {
    opacity: 1;
}
.owl-carousel.gallery-carousel-thumbs .owl-thumb img {
    display: block;
    width: 100%;
    height: auto;
}
.owl-carousel.gallery-carousel-thumbs .owl-thumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 0.2rem rgb(203, 145, 79);
    opacity: 1;
    pointer-events: none;
}
.owl-carousel.gallery-carousel-thumbs .owl-thumb.active-thumb {
    box-shadow: inset 0 0 0 0.2rem rgb(203, 145, 79);
    opacity: 1; 
} */

.owl-carousel.gallery-carousel-thumbs .owl-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: .4rem;
    opacity: .3;
    transition: opacity 0.3s ease, box-shadow 0.3s ease; 
    box-shadow: none;
}

.owl-carousel.gallery-carousel-thumbs .owl-thumb:hover {
    opacity: 1;
}

.owl-carousel.gallery-carousel-thumbs .owl-thumb.active-thumb {
    opacity: 1;
    box-shadow: inset 0 0 0 0.2rem rgb(203, 145, 79);
}

.owl-carousel.gallery-carousel-thumbs .owl-thumb img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.owl-carousel.gallery-carousel-thumbs .owl-thumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    pointer-events: none;
    z-index: 2;
    border-radius: inherit;
    transition: box-shadow 0.3s ease;
}

.owl-carousel.gallery-carousel-thumbs .owl-thumb.active-thumb::after {
    box-shadow: inset 0 0 0 0.2rem rgb(203, 145, 79);
}

.account-section.section.section-padding {
    background-color: #fff;
}

.modal.fade.show {
    background-color: rgba(0, 0, 0, 0.5);
}