* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    scroll-behavior: smooth;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #7367f0 !important;
    border-width: 1px !important;
}

.breadcrumb-item a {
    color: #7367f0 !important;
    text-decoration: none;
    font-weight: 500 !important;
}

.contextMenu {
    z-index: 1050;
    position: absolute;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 200px !important;
}

.three-dot-menu {
    position: absolute;
    top: 15px;
    right: 15px;
}

.a {
    color: #7367f0 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

.text-primary {
    color: #7367f0 !important;
    text-decoration: none;
}

.btn-label-danger {
    color: #ff4c51 !important;
    border-color: transparent !important;
    background: #ffe2e3 !important;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.nav-scroller {
    position: relative;
    z-index: 3;
    /* height: 4rem; */
}

.nav .dropdown-item {
    line-height: 2rem;
}

.dropdown-item.active,
.dropdown-item:active {
    background: linear-gradient(270deg, rgba(115, 103, 240, 0.7) 0%, #7367f0 100%) !important;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.btn-outline-info:hover {
    background-color: #ebf9fb !important;
    color: #00bad1 !important;
}

.btn-outline-danger:hover {
    color: #ff4c51 !important;
    background-color: #fff1f1 !important;
    border-color: #ff4c51 !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #ff4c51 !important;
    border-color: #ff4c51 !important;
}

.btn-danger:hover {
    color: #fff !important;
    background-color: #e64449 !important;
    border-color: #e64449 !important;
}

.bg-primary {
    background: linear-gradient(270deg, rgba(115, 103, 240, 0.7) 0%, #7367f0 100%) !important;
}

.btn-primary {
    color: #fff !important;
    background: linear-gradient(270deg, rgba(115, 103, 240, 0.7) 0%, #7367f0 100%) !important;
    border: linear-gradient(270deg, rgba(115, 103, 240, 0.7) 0%, #7367f0 100%) !important;
}

.btn-primary:hover {
    color: #fff !important;
    background: linear-gradient(270deg, rgba(115, 103, 240, 0.7) 0%, #7367f0 100%) !important;
    border: linear-gradient(270deg, rgba(115, 103, 240, 0.7) 0%, #7367f0 100%) !important;
}

.card-header {
    border-bottom: 0px solid black;
}

.folder {
    height: 141px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    text-decoration: none;
    color: inherit;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.95);
    transition: background-color 0.3s;
}

.bi-folder-fill {
    font-size: 4rem;
    color: #ffd662;
}

.folder:hover .bi-folder-fill {
    color: black;
}

.folder.active .bi-folder-fill {
    color: black;
}

.folder:hover {
    background-color: #ffd662;
}

.folder.active {
    background-color: #ffd662;
}

#contextMenu {
    z-index: 1050;
    position: absolute;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 200px !important;
}

.three-dot-menu {
    position: absolute;
    top: 15px;
    right: 15px;
}

.image {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    color: inherit;
    background-color: rgba(255, 255, 255, 0.95);
    transition: background-color 0.3s;
}

.image:hover {
    /* background-color: #f0f0f0; */
    border: 2px solid #ffd662;
}

.image.active {
    /* background-color: #f0f0f0; */
    border: 2px solid #ffd662;
}

.blinking-pointer {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    animation: blink 1s infinite;
    box-shadow: 0 0 10px red;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.pointer-label {
    position: absolute;
    font-size: 12px;
    color: black;
    transform: translate(-50%, -150%);
    white-space: nowrap;
}

.hamburger-checkbox {
    display: none;
}

.hamburger-icon {
    width: 30px;
    height: 4px;
    background-color: #7367f0 !important;
    margin: 6px 0;
    transition: background-color 0.3s ease;
}

.hamburger-checkbox:checked+.hamburger-toggle .hamburger-icon {
    background-color: #000 !important;
}

.media-container {
    position: relative;
}

.delete-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
}

.media-container:hover .delete-icon {
    display: block;
}