.transaction-list .tran-text {
    width: 400px;
}
#sidebar-menu > ul > li > a.active,
#sidebar-menu .subdrop {
    background: #f4f8fb !important;
    border-left: 3px solid #4d0606;
    color: #4d0606 !important;
}
.navbar-default .navbar-nav>li>a {
    color: #777 !important;
}

.logo span {
    position: relative;
    width: 100%;
}
.bg-custom {
    background-color: #be5f5f !important;
}
.available-status p {
    display: flex;
    flex-direction: column;
    line-height: 1;
    margin-top: 10px;
    font-size: 12px;
}
.navbar-default {
    background-color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#sidebar-menu ul ul a:hover, #sidebar-menu ul ul a.active,
#sidebar-menu > ul > li > a:hover {
    color: #4d0606;
}
a.dropdown-toggle.profile {
    position: relative;
    top: 5px;
}
.profile img {
    border: 2px solid #edf0f0;
    height: 50px;
    width: 50px;
}
.modal-content form .form-control[readonly] {
    background: #fff;
}
a.dropdown-toggle.profile {
    display: flex;
    align-items: center;
    justify-content: space-between;    display: flex;
    align-items: center;
    justify-content: space-between;
}
span.profile-name {
    margin-right: -8px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    background: #4d0606;
    height: 16px;
    display: flex;
    align-items: center;
    padding: 12px 10px;
    border-radius: 5px;
}
.custom-left-banner h2 {
    margin: 20px 0;
}
.widget-box-1 i.inform {
    font-size: 30px;
    cursor: pointer;
}
.dashboard-announcements .panel-heading h3.panel-title {
    display: flex;
    flex-direction: column;
}
.dashboard-announcements .panel-heading h3.panel-title small {
    font-size: 12px;
    text-transform: capitalize;
    color: #7b7b7b;
}
h4.page-title.dashboard-header {
    font-size: 25px;
}
#sidebar-menu ul ul a:hover, #sidebar-menu ul ul a.active, #sidebar-menu > ul > li > a:hover {
    color: #be5f5f !important;
    background: #f4f8fb;
}
#sidebar-menu ul ul li.active a{
    color: #be5f5f !important;
}
.note-editable[data-placeholder]:empty:before {
    content: attr(data-placeholder);
    color: #999;
    font-style: italic;
}

/* Image Preview */
.image-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.image-preview img {
    width: 155px;
    height: 155px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #ddd;
}
.image-preview .image-container {
    position: relative;
}
.select2-results .select2-highlighted {
    color: #ffffff;
    background-color: #4d0606;
}
.gallery-images-item {
    background-size: cover;
    background-repeat: no-repeat;
    height: 170px;
    width: 170px;
    border-radius: 5px;
    position: relative;
}
.gal-rem-btn {
    background: #e41616;
    color: #fff;
    line-height: 1;
    font-size: 9px;
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: .8;
    transition: .2s;
    color: #fff !important;
}
.gal-dl-btn {
    background: #0079ff;
    color: #fff;
    line-height: 1;
    font-size: 11px;
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: .8;
    transition: .2s;
    color: #fff !important;
}
.gal-rem-btn:hover,
.gal-dl-btn:hover{
    opacity: 1;
}
.file-items-wrapper {
    padding: 10px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    color: #65a6dd;
    width: 100%;
    position: relative;
    flex-direction: column;
    gap: 5px;
}
.file-items-button {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 7px;
}
.file-items-wrapper span {
    font-size: 12px;
    color: #686868;
}
.post-featured-img {
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    background-position: center;
    margin-bottom: 20px;
}
.post-featured-img.main-view-img {
    height: 40rem;
    background-position: top;
    margin-bottom: 0px;
}
.gal-featured-img-item {
    background-size: cover;
    background-repeat: no-repeat;
    height: 175px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    background-position: center;
}
/* Events Lists */
.gallery-images-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: start;
    gap: 10px;
}
.gallery-images-wrapper ul li.gal-detail-item {
    flex: 0 0 calc(20% - 10px);
    box-sizing: border-box;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    transition: .5s;
}
.gallery-images-wrapper ul li.gal-detail-item:hover {
    transform: scale(1.04);
}
.rrp-creative-and-promo-cards .rrp-promo-card-items {
    flex: 0 0 calc(50% - 10px);
    width: 50%;
}
.rrp-creative-and-promo-cards {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}
.video-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.responsive-video-container {
    flex: 0 0 calc(33.333% - 10px);
    height: 55rem;
    background-color: #1d295b;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.responsive-video-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.latest-side-news ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.latest-side-news ul li a {
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    gap: 10px;
    color: #444;
    transition: .2s;
}
.latest-side-news ul li a:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.latest-side-news ul li .post-featured-img.main-view-img {
    height: 160px;
    width: 230px;
}
.latest-side-news ul li .side-news-right {
    width: 25rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 20px 20px 20px 10px;
    gap: 5px;
}
.latest-side-news ul li .side-news-right h6 {
    margin: 0;
    color: #217ab0;
}
.latest-side-news ul li .side-news-right h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.latest-side-news ul li .side-news-right p {
    margin: 0;
    font-size: 14px;
}
.latest-side-news ul li .side-news-right .side-date {
    margin: 0;
    font-size: 12px;
}
.action-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}
#datatable td {
    font-weight: normal;
    vertical-align: middle;
}
.error-wrapper {
    margin: 0 -10px;
    background: #ffebeb;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border-left: 3px solid #c82d2d;
    color: #c82d2d;
}
.error-lists p {
    margin: 0;
    line-height: 1.4;
    font-size: 14px;
}
.error-wrapper h6 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #cd3838;
}

/* events lists */
.events-lists-grid-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: start;
    gap: 10px;
}
.events-lists-grid-wrapper ul li {
    flex: 0 0 calc(25% - 10px); /* Ensure each item takes exactly 1/3 of the row */
    box-sizing: border-box;
}
.events-lists-grid-wrapper ul li .elg-item-wrapper {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
span.elg-featured-img {
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    width: 100%;
    position: relative;
    background-position: center;
    display: flex;
}
.elg-details {
    padding: 20px;
}
.elg-details h6 {
    font-size: 18px;
    font-weight: 600;
}
span.elg-featured-img span.label {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px;
    text-transform: uppercase;
}
.edit-profile-img-container {
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 30px;
}
.edit-profile-img-container .acc-img {
    margin: 0;
    transition: .2s;
}
.edit-profile-img-container .acc-img .upload-icon {
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    top: 30px;
    width: 100%;
    opacity: 0;
    font-size: 70px;
    color: #ffffff;
    cursor: pointer;
}
.bg-profile-image {
    background-size: cover;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 5px solid #fff;
    margin: 0 auto;
    margin-top: -50px;
}
.below-img {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    text-align: center;
}
a.waves-effect.not-available {
    color: #f3e3e3 !important;
}
a.panel.panel-border.panel-info.dashboard-announcements {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}