:root {
    --bs-primary: #0D6CB6;
}

#global-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

#global-loader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.loader-logo {
    width: 180px;
    height: auto;
    opacity: 0.7;
}

.loader-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #e0e0e0;
    border-top-color: #0D6CB6;
    border-radius: 50%;
    animation: loader-spin 0.8s linear infinite;
}

@keyframes loader-spin {
    to { transform: rotate(360deg); }
}

@keyframes infiniteLoop {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(calc(-270px * 10), 0, 0);
    }
}

.sliderCarousel {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.sliderCarousel::before,
.sliderCarousel::after {
    content: "";
    width: 100px;
    height: 320px;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    z-index: 2;
}

.sliderCarousel::before {
    top: 0;
    left: 0;
}

.sliderCarousel::after {
    top: 0;
    right: 0;
    transform: rotateZ(180deg);
}

.sliderTrack {
    display: flex !important;
    width: calc(270px * 20);
    animation: infiniteLoop 20s linear infinite !important;
    will-change: transform;
}

.sliderLogo {
    width: 270px;
    flex-shrink: 0;
}

.sliderLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    scroll-behavior: smooth;
}

.text-otsuka {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #0D6CB6 !important;
}

.navbar-otsuka {
    line-height: 1.5 !important;
}

.font-family-otsuka {
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

.bg-otsuka-secondary {
    background: #F7FBFF !important;
}

.bg-otsuka-grey {
    background-color: #F4F2F0 !important;
}

.bg-gradient-otsuka {
    background-image: linear-gradient(to right, #D6E6FE, #B8D7EF, #4793D2);
}

.rbt-page-banner-wrapper .rbt-banner-image {
    background: linear-gradient(to right, #D6E6FE, #B8D7EF, #4793D2) !important;
}

.quick-access > li.account-access {
    margin-left: 0 !important;
}

.quick-access > li.account-access::after {
    width: 0 !important;
}

.rbt-btn.btn-border-gradient {
    background: linear-gradient(to right, #D6E6FE, #B8D7EF, #4793D2) !important;
}

.mainbar-row .rbt-main-navigation {
    margin: 0 30px 0 0 !important;
}

.text-otsuka-red {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #BA0D2B !important;
    font-weight: 700 !important;
}

.text-otsuka-green {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #3EB75E !important;
    font-weight: 700 !important;
}

.text-otsuka-yellow {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #FF8F3C !important;
    font-weight: 700 !important;
}

.text-hero {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #0D6CB6 !important;
    font-weight: 300 !important;
    font-size: 80px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .text-hero {
        font-size: 40px !important;
    }
}

/* iPad specific - Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .text-hero {
        font-size: 40px !important;
    }
}

/* iPad Pro 11" and 12.9" */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .text-hero {
        font-size: 50px !important;
    }
}

/* Indonesian locale hero title - smaller to prevent overflow */
.hero-title-id {
    font-size: 66px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-title-id {
        font-size: 36px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .hero-title-id {
        font-size: 36px !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .hero-title-id {
        font-size: 44px !important;
    }
}

.text-otsuka:hover {
    color: #2E99D1 !important;
}

.bg-otsuka {
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #0D6CB6 !important;
    color: #FFF !important;
}

.badge-otsuka {
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #D6E6FE !important;
    color: #0D6CB6 !important;
    border-radius: 8px;
}

.dm-sans {
    font-family: "DM Sans", sans-serif;
    font-weight: 400 !important;
    color: #667085 !important;
}

.color-otsuka {
    color: #0D6CB6 !important;
}

.color-otsuka-black {
    color: #091832 !important;
}

.color-otsuka-secondary {
    color: #2E99D1 !important;
}

.rbt-header .rbt-header-wrapper {
    box-shadow: none !important;
}

.navbar-text-incoming {
    color: #BA0D2B !important;
}

ul.rbt-dropdown-menu li .sub-menu {
    min-width: 130px;
}

ul li a:hover {
    color: #2E99D1 !important;
}

.rbt-page-banner-wrapper {
    padding: 60px 0 200px;
}

.btn-action {
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #FFF;
    color: #0D6CB6;
    padding: 5px 20px 5px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    border: #0D6CB6 solid 1px !important;
}

.btn-action:hover {
    background-color: #0D6CB6;
    color: #FFF;
    border: #FFF solid 1px !important;
}

.btn-otsuka {
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #0D6CB6;
    color: #FFF;
    border-radius: 8px;
}

.btn-otsuka:disabled,
.btn-otsuka.disabled {
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #E0E0E0;
    color: #9E9E9E;
    border-radius: 8px;
    cursor: not-allowed;
    opacity: 0.6;
}

.btn-otsuka:hover {
    background-color: #2E99D1;
}

.btn-otsuka-active {
    background-color: #2E99D1;
}

.btn-otsuka-outline {
    font-family: "Plus Jakarta Sans", sans-serif;
    background: transparent !important;
    color: #0D6CB6 !important;
    border-radius: 8px !important;
    border: #0D6CB6 2px solid !important;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    outline: none;
    text-decoration: none;
    padding: 0 25px;
    font-size: var(--font-size-b3);
    height: 50px;
    line-height: 48px;
}

.btn-otsuka-secondary {
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #BA0D2B;
    color: #FFF;
    border-radius: 8px;
}

.btn-otsuka-secondary:hover {
    background-color: #b43248;
}

.btn-category-active {
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #0D6CB6;
    color: #FFF;
    border-radius: 25px;
    padding: 6px 20px 6px 20px;
}

.btn-category {
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #FFF;
    color: #0D6CB6;
    border: #EDF2F7 solid 2px;
    border-radius: 25px;
    padding: 6px 20px 6px 20px;
}

.btn-category {
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #FFF;
    color: #0D6CB6;
    border: #EDF2F7 solid 2px;
    border-radius: 25px;
    padding: 6px 20px 6px 20px;
}

.btn-detail {
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #FFF;
    font-weight: 700 !important;
    color: #0D6CB6;
    border: #EDF2F7 solid 2px;
    border-radius: 25px;
    padding: 6px 20px 6px 20px;
    box-shadow: none;
}

.btn-detail.btn-md {
    padding: 0 25px;
    font-size: 15px;
    height: 50px;
    line-height: 48px;
}

.btn-detail:hover {
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #0D6CB6;
    font-weight: 700 !important;
    color: #FFF;
    border: #EDF2F7 solid 2px;
    border-radius: 25px;
    box-shadow: none;
}

.rbt-banner-1 {
    background-color: white !important;
    background-image: none !important;
    padding: 0 0 0 150px !important;
}

.section-title .text-hero {
    font-size: 55px !important;
    font-weight: 700 !important;
    line-height: 1.1;
}

.rbt-banner-1::after {
    background: none !important;
}

.rbt-banner-2 {
    background-color: white !important;
    background-image: none !important;
    padding: 0 150px 0 150px !important;
}

.president-talk-image {
    position: relative;
    right: -120px;
    top: -100px;
}


.radius-16 {
    border-radius: 16px !important;
}

.rbt-card {
    box-shadow: none !important;
    border: #EDF2F7 solid 2px;
}

.rbt-meta li {
    margin: 3px;
}

.rbt-inner-onepage-navigation {
    background: none !important;
    box-shadow: none !important;
}

/*a {*/
/*    color: #0D6CB6!important;*/
/*}*/
.mainmenu .current {
    background: #0D6CB6 !important;
    border-radius: 16px !important;
    position: static;
}

.mainmenu .current:hover {
    background: #2E99D1 !important;
    color: #FFF;
}

.rating-box {
    background: #F7FBFF !important;
}

.rating-box .rating svg {
    color: #0D6CB6 !important;
}

.rating-box .sub-title {
    color: #0D6CB6 !important;
}

.rating-text svg {
    color: #0D6CB6 !important;
}

.review-wrapper .progress .progress-bar {
    background-color: #0D6CB6 !important;
}

.rating a i {
    color: #0D6CB6 !important;
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel], input[type=date], input[type=time], textarea {
    box-shadow: none !important;
}

.president-talk-bg {
    position: relative;
    overflow: hidden;
}

.president-talk-bg::after {
    content: '';
    position: absolute;
    right: -90px;
    top: -70px;
    bottom: 0;
    width: 50%;
    background: url('president.png') right center/cover no-repeat;
    pointer-events: none;
    z-index: 0;
}

.president-talk-bg .container {
    position: relative;
    z-index: 1;
}

button.btn-light {
    box-shadow: none !important;
    border: 2px solid var(--color-border) !important;
}

.alert {
    border-radius: 6px !important;
    padding: 15px 15px !important;
}

/*CHAT BUTTON*/
.chat-button {
    position: fixed;
    bottom: 80px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #0D6CB6;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 28px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.chat-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 102, 204, 0.6);
}

/* Chat popup */
.chat-popup {
    position: fixed;
    bottom: 150px;
    right: 30px;
    width: 320px;
    background: #0D6CB6;
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(0, 102, 204, 0.3);
    z-index: 1000;
    display: none;
    flex-direction: column;
    overflow: hidden;
    animation: slideUp 0.3s ease;
}

.chat-popup.show {
    display: flex;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#tawk_695a65626cedff197d83e168 {
    position: fixed !important;
    right: 30px !important;
    bottom: 150px !important;
    width: 380px !important;
    height: 500px !important;
    z-index: 1000 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}

#tawk_695a65626cedff197d83e168.tawk-visible {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: opacity 0.3s ease !important;
}

/* Style the iframe inside */
#tawk_695a65626cedff197d83e168 iframe {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    border-radius: 20px !important;
    box-shadow: 0 12px 32px rgba(0, 102, 204, 0.3) !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
}

/* Adjust for mobile if needed */
@media (max-width: 768px) {
    #tawk_695a65626cedff197d83e168 {
        right: 20px !important;
        bottom: 100px !important;
        max-width: calc(100vw - 40px) !important;
        min-width: 280px !important;
    }
}

.chat-header {
    color: white;
    padding: 24px 20px;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-header h5 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.close-btn:hover {
    opacity: 1;
}

.chat-body {
    padding: 8px 16px 16px 16px;
    flex: 1;
}

.menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    margin-bottom: 8px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.menu-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(4px);
}

.menu-item-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.menu-item-text {
    font-size: 15px;
    color: white;
    font-weight: 500;
    margin: 0;
}

.menu-icon-right {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: white;
    opacity: 0.8;
}

/*END CHAT BUTTON*/
.rbt-course-grid-column.active-grid-view .button-registration {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.rbt-short-title {
    font-size: 18px;
    padding-bottom: 14px;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    color: #0a0a0a;
    opacity: 1;
    border-bottom: 1px solid var(--color-border);
}

.bg-color-darker .rbt-btn.btn-border-gradient::before, .bg-color-dark .rbt-btn.btn-border-gradient::before {
    background: #fff !important;
}

.share-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    min-width: 200px;
    z-index: 9000;
    overflow: hidden;
}

.share-dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    color: #374151;
    text-decoration: none;
    transition: background-color 0.2s;
    font-size: 14px;
}

.share-dropdown-item:hover {
    background-color: #f3f4f6;
    color: #111827;
}

.share-dropdown-item i,
.share-dropdown-item svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.share-dropdown-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.share-dropdown-item:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.hr-otsuka {
    background-color: #e6e3f14f !important;
    border: none;
    border-bottom: 2px solid #e6e3f14f;
}

#editor-container {
    min-height: 300px;
    border: 2px solid #EDF2F7;
    border-radius: 8px;
    background: #ffffff;
}

#editor-container .ql-toolbar {
    border: none;
    border-bottom: 2px solid #EDF2F7;
    background: #F7FBFF;
    border-radius: 8px 8px 0 0;
}

#editor-container .ql-container {
    border: none;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    min-height: 250px;
}

#editor-container .ql-editor {
    min-height: 250px;
    padding: 20px;
}

#editor-container .ql-editor.ql-blank::before {
    color: #667085;
    font-style: normal;
    font-family: "Plus Jakarta Sans", sans-serif;
}

#editor-container .ql-toolbar button:hover,
#editor-container .ql-toolbar button:focus,
#editor-container .ql-toolbar button.ql-active {
    color: #0D6CB6;
}

#editor-container .ql-toolbar .ql-stroke {
    stroke: #374151;
}

#editor-container .ql-toolbar button:hover .ql-stroke,
#editor-container .ql-toolbar button.ql-active .ql-stroke {
    stroke: #0D6CB6;
}

#editor-container .ql-toolbar .ql-fill {
    fill: #374151;
}

#editor-container .ql-toolbar button:hover .ql-fill,
#editor-container .ql-toolbar button.ql-active .ql-fill {
    fill: #0D6CB6;
}

/* Form styles */
.rbt-form-group {
    margin-bottom: 0;
}

.rbt-form-group label {
    display: block;
    margin-bottom: 10px;
}

.rbt-form-group .form-control {
    width: 100%;
    padding: 12px 20px;
    border: 2px solid #EDF2F7;
    border-radius: 8px;
    font-size: 15px;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: all 0.3s;
}

.rbt-form-group .form-control:focus {
    outline: none;
    border-color: #0D6CB6;
    box-shadow: 0 0 0 3px rgba(13, 108, 182, 0.1);
}

.rbt-form-group .form-control::placeholder {
    color: #667085;
}

/* Image preview styles */
#imagePreview .btn-close {
    opacity: 0;
    transition: opacity 0.2s;
}

#imagePreview .position-relative:hover .btn-close {
    opacity: 1;
}

.otsuka-font-xl {
    font-size: 36px !important;
}

.otsuka-font-lg {
    font-size: 20px !important;
}

.otsuka-font-l {
    font-size: 18px !important;
}

.otsuka-font-md {
    font-size: 14px !important;
}

.otsuka-font-sm {
    font-size: 12px !important;
}

.otsuka-profile-picture {
    border: 2px solid white !important;
    border-radius: 100% !important;
}

.splide__video__play {
    background: #4fb9ff !important;
    border: none !important;
    border-radius: 50%;
    height: 45px !important;
    width: 45px !important;
    opacity: 0.9;
}

.splide__video__play:after {
    border-color: transparent transparent transparent #fff !important;
}

.splide__arrow svg {
    fill: #4fb9ff !important;
}

.ql-container {
    height: auto !important;
    min-height: 150px;
    position: relative;
}

.ql-editor {
    min-height: 150px;
    height: auto;
    overflow-y: visible;
}

.ql-toolbar {
    position: relative;
    z-index: 1;
}

@media (max-width: 1300px) {
    .responsive-title {
        font-size: 2.5rem !important;
        white-space: normal !important;
    }

    .responsive-description {
        font-size: 16px !important;
    }
}

@media (max-width: 576px) {
    .responsive-title {
        font-size: 1.25rem !important;
    }

    .responsive-description {
        font-size: 14px !important;
    }
}

@media (max-width: 400px) {
    .responsive-title {
        font-size: 1rem !important;
    }

    .responsive-description {
        font-size: 13px !important;
    }
}

.profile-picture-container {
    border: 3px dashed #dee2e6;
    border-radius: 50%;
    padding: 5px;
}

.profile-picture-edit {
    bottom: 5px;
    right: 5px;
    background: #0066cc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.padding-section {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

/* QUICK MENU BUTTON */
.quick-menu-button {
    position: fixed;
    top: 140px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #0D6CB6;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
    animation: pulse 2s ease-in-out infinite;
}

.quick-menu-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    animation: none;
}

/* Quick Menu popup */
.quick-menu-popup {
    position: fixed;
    top: 220px;
    right: 30px;
    width: 320px;
    background: #0D6CB6;
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(0, 102, 204, 0.3);
    z-index: 999;
    display: none;
    flex-direction: column;
    overflow: hidden;
    animation: quickMenuSlideDown 0.3s ease;
    max-height: calc(100vh - 120px);
}

.quick-menu-popup.show {
    display: flex;
}

@keyframes quickMenuSlideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.quick-menu-header {
    color: white;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quick-menu-header h5 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.quick-menu-close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.quick-menu-close-btn:hover {
    opacity: 1;
}

.quick-menu-body {
    flex: 1;
    overflow: hidden;
    padding: 12px 16px 16px 16px;
}

.quick-menu-scroll {
    max-height: 280px; /* Height for 4 items before scroll (70px per item) */
    overflow-y: auto;
    padding-right: 8px;
}

/* Custom scrollbar for quick menu */
.quick-menu-scroll::-webkit-scrollbar {
    width: 6px;
}

.quick-menu-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.quick-menu-scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.quick-menu-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

.quick-menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    margin-bottom: 8px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    text-decoration: none;
}

.quick-menu-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(4px);
}

.quick-menu-item-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.quick-menu-item-icon {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: white;
}

.quick-menu-item-text {
    font-size: 15px;
    color: white;
    font-weight: 500;
    margin: 0;
}

.quick-menu-icon-right {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: white;
    opacity: 0.6;
}

/* Adjust for mobile */
@media (max-width: 768px) {
    .quick-menu-button {
        top: 160px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
}

/* Pulse animation for quick menu items */
@keyframes pulse {
    0% {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(102, 126, 234, 0.7);
    }
    100% {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), 0 0 0 20px rgba(102, 126, 234, 0);
    }
}

.text-justify {
    text-align: justify !important;
}

.swal-large {
    width: 500px !important;
    max-width: 90vw !important;
    padding: 2rem !important;
    font-size: 16px !important;
}

.swal-title-large {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
}

.swal-content-large {
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-bottom: 2rem !important;
}

.swal-button-large {
    font-size: 16px !important;
    padding: 12px 24px !important;
    min-width: 100px !important;
    border-radius: 6px !important;
}

/* Override any framework interference */
.swal2-popup, .swal2-popup * {
    font-family: inherit !important;
    box-sizing: border-box !important;
}

.swal2-icon {
    font-size: 16px !important;
    width: 80px !important;
    height: 80px !important;
    margin: 20px auto 30px !important;
}

#tiptap-wrapper {
    border-radius: 8px;
    border: 1px solid #dee2e6;
    overflow: hidden;
}

#tiptap-wrapper:focus-within {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

/* ── Toolbar ── */
#tiptap-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    min-height: 44px;
}

#tiptap-toolbar .tt-btn {
    padding: 5px 10px;
    border: 1px solid transparent;
    background: transparent;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    color: #495057;
    transition: all .15s ease;
    line-height: 1;
}

#tiptap-toolbar .tt-btn:hover {
    background: #e9ecef;
    border-color: #dee2e6;
}

#tiptap-toolbar .tt-btn.is-active {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

#tiptap-toolbar .tt-sep {
    width: 1px;
    height: 22px;
    background: #dee2e6;
    margin: 0 4px;
    display: inline-block;
}

#tiptap-toolbar .tt-loading {
    font-size: 13px;
    color: #adb5bd;
}

/* ── Editor area ── */
#tiptap-editor {
    min-height: 280px;
    padding: 16px;
    background: #fff;
    font-size: 15px;
    line-height: 1.7;
    cursor: text;
}

#tiptap-editor .ProseMirror {
    outline: none;
    min-height: 240px;
}

#tiptap-editor .ProseMirror p.is-editor-empty:first-child::before {
    content: attr(data-placeholder);
    color: #adb5bd;
    pointer-events: none;
    float: left;
    height: 0;
}

#tiptap-editor h1 {
    font-size: 1.8em;
    font-weight: 700;
    margin: .5em 0;
}

#tiptap-editor h2 {
    font-size: 1.4em;
    font-weight: 600;
    margin: .5em 0;
}

#tiptap-editor h3 {
    font-size: 1.2em;
    font-weight: 600;
    margin: .5em 0;
}

#tiptap-editor ul,
#tiptap-editor ol {
    padding-left: 1.5rem;
}

#tiptap-editor a {
    color: #0d6efd;
    text-decoration: underline;
}

.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu {
    background-color: #2c6ab5 !important;
}

/*.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li:hover {*/
/*    background-color: #f5f5f5 !important;*/
/*}*/

/*.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li:focus {*/
/*    background-color: #f5f5f5 !important;*/
/*}*/

.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a {
    color: #fff !important;
}

/* On hover */
.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a:hover {
    color: #2c6ab5 !important; /* Change to blue on hover */
    background-color: #f5f5f5 !important;
}

/* On focus (for keyboard navigation) */
.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a:focus {
    color: #2c6ab5 !important; /* Change to green on focus */
    background-color: #f5f5f5 !important;
}
