html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.my-logo-bg {
    height: 5rem;
    width: auto;
    padding-top: 20px;
}

.nav-item.top > a .nav-link-title,
.nav-item.top > a .nav-link-icon svg {
    color: white;
}

.nav-item.top.dropdown > a {
    background-color: transparent;
    transition: background-color 0.3s ease;
}

    .nav-item.top.dropdown > a:hover {
        background-color: #333;
    }

.dropdown-item {
    background-color: transparent;
    transition: background-color 0.3s ease;
}

    .dropdown-item:hover {
        background-color: #444;
    }

.dt-search {
    text-align: right;
}

.dt-length {
    text-align: left;
}

.dropdown-item i {
    padding-right: 3px;
}

input.largerCheckbox {
    width: 60px;
    height: 30px;
}

.page-wrapper .page-header {
    margin: 5px;
}

div.scroll {
    margin: 20px auto;
    padding: 15px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 1rem;
    line-height: 1.6;
}

.tox-promotion {
    display: none;
}

.note-toolbar.my {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
}

    .note-toolbar.my .note-btn-group {
        flex: 1 1 auto;
        min-width: 40px; /* Adjust as needed for minimum button width */
    }

.dropdown-item.show.active {
    color: white;
}

textarea.form-control.big {
    height: 500px;
}

.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
}

.note-bg {
    height: 230px;
}

.note-lx {
    height: 460px;
}

.quill-bg {
    height: 230px;
}

.quill-lx {
    height: 460px;
}