/* component/cookie.blade.php */
#cookie-main-div {
    position: fixed;
    width: 100%;
    padding: 1rem 1rem 1rem 2.2rem;
    bottom: 0;
    color: white;
    z-index: 99999;
}
#cookie-main-div .row{
    background: #1c3750;
    color: white;
    width: 100%;
    padding: 1rem;
    border: 1px solid white;
}
#cookie-main-div .accpet-btn{
    background: white;
    color: #1c3750;
    border: 1px solid white;
}

/* component/hall-of-fame-notification.blade.php */
.notification-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 350px; /* Adjust width as needed */
    word-wrap: break-word;
    z-index: 9999;
}

.notification {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 5px 10px;
    /* margin-bottom: 10px; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    transform: translateX(100%); /* Off-screen initially */
}

.notification p {
    margin: 0;
    color: #212529;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}

.notification strong {
    font-weight: bold;
}

.notification.slide-in {
    opacity: 1;
    transform: translateX(0); /* Slide into view */
}

.notification.slide-out {
    opacity: 0;
    transform: translateX(100%); /* Slide back out */
}

/* frontend/bonus_purchase_pool/create.blade.php */
#progressbar li::before {
    display: flex;
    justify-content: center;
}

/* frontend/dashboard/setting.blade.php */
.dashboard-tile {
    overflow: hidden;
    transition: transform 0.2s ease;
    cursor: move;
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: start;
    height: 100%;
}

.dashboard-tile:hover {
    transform: translateY(-2px);
}

.bg-card{
    width: 100%;
    height: 100%;
    /* pointer-events: none !important;
    user-select: none !important; */
}

/* frontend/dashboard/tiles-selection.blade.php */
.componentDiv .bg-card {
    border: none !important;
    pointer-events: none !important;
    user-select: none !important;  /* Prevent text selection */
}
[type=checkbox]:checked{
    background-size: 10px !important;
}
.ctm-row {
    flex-wrap: nowrap;
}
.ctm-row li {
    width: 12.5%;
    text-align: center;
}
@media (max-width: 1024px) {
    .ctm-row {
        flex-wrap: wrap;
    }
    .ctm-row li {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .ctm-row {
        flex-wrap: wrap;
    }
    .ctm-row li {
        width: 33.33%;
    }
}
@media (max-width: 576px) {
    .ctm-row {
        flex-wrap: wrap;
    }
    .ctm-row li {
        width: 50%;
    }
}

/* frontend/deposit/deposit-index.blade.php */
body .form-group label.w-max-content {
    width: max-content;
}

/* frontend/deposit/index.blade.php */
#confirmationModal .modal-body{
    padding: 0px !important;
}
#cancelModalBtn{
    background-color: #ff4c51;
    border: 1px solid #ff4c51;
}

/* frontend/events/index.blade.php */
.image_icon{
    font-size: 60%;
    left : 90%;
    top: -17%;
}

/* frontend/events/show.blade.php */
.deleted-event {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    text-decoration: line-through;
}

.deleted-event td {
    opacity: 0.7;
}

/* frontend/events/calendar-index.blade.php */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
}

/* frontend/identity_verifications/index.blade.php */
.certificate_remove_icon{
    font-size: 56%;
    left : 97%;
    top: 8%;
    height: 15px;
    width: 15px;
}
.certificate_btn{
    min-width: 70px;
}

/* frontend/my-career/index.blade.php */
.cab-title {
    min-width: 300px;
    width: 300px;
    font-size: 1.1rem;
}

@media(max-width:1366px) {
    .cab-title {
        min-width: 200px;
        width: 200px;
    }
}

.ul-vertical-line {
    height: 99%;
}

.collapse.show {
    visibility: visible !important;
}

/* frontend/pdf_translation/pdf-translation-approve-index.blade.php */
td{
    text-align: justify;
}
.bootstrap-table .fixed-table-container .table thead th .th-inner {
    text-overflow : unset !important
}
.pdf-settings-img{
    height: auto;
    max-width: 100px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

/* frontend/pdf_translation/pdf-translation-index.blade.php */
.bootstrap-table .fixed-table-container .table thead th .both {
    filter: none !important;
}

/* errors/master.blade.php */
.not-found-wrap {
    background-image: url('{{ asset('frontend/images/page-bg-bottom.png') }}');
}

/* frontend/profile/index.blade.php */
#btnRight,
#btnLeft {
    width: 100px;
}

.password-div .form-control {
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.change_email_form .input-group:has(input:focus),
#formChangePassword .input-group:has(input:focus) {
    color: #d9d5dd;
    background-color: #26222a;
    border-color: #a679d2;
    border-radius: 8px;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(28, 55, 80, 0.25);
}

.change_email_table {
    max-width: 60%;
}

.verification-text {
    border-radius: 5px;
}

.profile-nav {
    border-radius: 5% !important;
}

.breadcrumb ul li:after {
    background: none !important;
}

body .form-group label {
    font-weight: normal !important;
    font-size: .875rem !important;
}

.password-icon {
    position: absolute;
    top: 50%;
    right: 2px;
    border: unset;
    background: unset;
    display: flex;
    transform: translate(0, -50%);
    cursor: pointer;
}

.linked {
    color: #17313f;
    font-weight: 600;
}

.phone_code{
    border: 2px solid #d1d5db !important;
    border-right: none !important;
}

.profile-warning-message{
    margin-top: -21px;
    margin-bottom: 13px;
    padding: 0 1rem;
}

.profile-warning-note{
    margin-top: -21px;
    margin-bottom: 13px;
    padding: 0 0rem;
}

/* frontend/profile/security.blade.php */
/* .breadcrumb ul li:after and body .form-group label styles already defined in frontend/profile/index.blade.php */

/* frontend/setting/member-detail-preferences-setting.blade.php */
/* .profile-nav and .breadcrumb ul li:after styles already defined above */
.breadcrumb ul li {
    padding: 0px 0.3rem !important;
}
.main_section .card {
    border-radius: 8px !important;
}

/* frontend/setting/profile-detail-visibility-setting.blade.php */
/* .profile-nav and .breadcrumb ul li:after styles already defined above */
/* body .form-group label style already defined above, but this file has width: max-content variant */

/* frontend/ticket/feedback/feedback.blade.php */
#main, #main-section {
    min-height: calc(85vh - 100px) !important;
}

/* frontend/wallet_transaction/member-transaction.blade.php */
body.dashboard_page #bstable tr td:nth-child(05) {
    white-space: unset !important;
}
.bootstrap-table .detail-icon {
    display: none !important;
}
.nested-table-wrapper {
    padding: 15px;
    background: #f9f9f9;
    border: 2px solid #1c3750;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    margin-top: 10px;
}

/* frontend/tutorial_management/index.blade.php */
.select2-container--default .select2-selection--multiple{
    background: #f3f4f6;
    border: 1px solid #9ca3af !important;
}

/* frontend/withdrawal/index.blade.php */
#progressbar li{
    width: 25% !important;
}

/* printable/statement.blade.php */
/* Note: PDF printable - styles kept inline for PDF generation compatibility */
@page {
    margin: 45px;
}

/* printable/sample-pdf-view.blade.php */
/* PDF printable styles - shared with other printables, consolidated below */

/* printable/invoice.blade.php */
/* PDF printable styles - shared with other printables, consolidated below */

/* printable/client-simulation.blade.php */
/* PDF printable styles - shared with other printables, consolidated below */

/* printable/client-categorisation.blade.php */
/* PDF printable styles - shared with other printables, consolidated below */

/* printable/client-questionnaire.blade.php */
/* PDF printable styles - shared with other printables, consolidated below */

/* Shared PDF Printable Styles */
/* NOTE: These styles should remain inline in the blade files for PDF generation */
/* Keeping them here for reference and future maintenance */

/* layouts/sidebar.blade.php */
.menu-star {
    cursor: pointer;
    margin-left: 6px;
    vertical-align: middle;
}

/* layouts/landing_page/master.blade.php */
.layout-horizontal-bar .main-header {
    margin-top: 50px;
}

.layout-horizontal-bar .main-content-wrap {
    margin-top: 80px !important;
}

.main-content-wrap.sidebar-full-z-index {
    width: 100% !important;
    /* z-index: 0 !important; */
}

/* frontend/website_translation/website-translation-approve-index.blade.php */
/* td and .bootstrap-table .fixed-table-container styles similar to pdf-translation-approve-index.blade.php */

/* landing_pages/welcome.blade.php */
.layout-horizontal-bar .main-header{
    z-index: 1000 !important;
}

/* landing_pages/contact_us/create.blade.php */
.note-editable{
    background: white !important;
}
/* .main-header {
    top: 0px !important;
} */

@media (max-width: 675px)  {
    .about,
    .compliance,
    .opportunity .container,
    .opportunity,
    .compliance .container,
    .about .container,
    .enjoy-section .container,
    .our-mission .container {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .our-mission p, .enjoy-section p, .opportunity p, .compliance p, .about p {
        font-size: 14px !important;
    }
    .compliance h4,
    .opportunity h4 {
        margin-bottom: 10px !important;
    }
    .opportunity .icon {
        margin-bottom: 10px;
    }
    .about .col-lg-6,
    .about .row {
        padding-top: 0 !important;
         padding-bottom: 0 !important;
    }
       .layout-horizontal-bar .main-header.is-sticky {
        margin-top: 0 !important;
        transition: 0.4s;
    }
    .copy-link {
        padding-right: 30px !important;
    }
}
