h1,
h2,
h3,
h4,
h5,
h6,
.font-poetsen {
    font-family: "Poetsen One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body,
p,
a,
label,
span,
ul,
li {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

#wrapper {
    overflow-x: hidden;
}

body {
    background-color: #f8f9fa;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    transition: margin 0.25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

#page-content-wrapper {
    min-width: 100vw;
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    margin-left: 0;
}

.btn.btn-fill {
    color: #fff;
    background-color: #66615b;
    opacity: 1;
}
.grrren{
    background: #7ac29a;
}
.btn-green {
    background: #7ac29a;
    border-color: #7ac29a;
}

.btn-default {
    background-color: #66615b;
    opacity: 1;
    border-radius: 20px;
    color: #fff !important;

    border-color: #66615b;
}

.btn.btn-fill.active,
.btn.btn-fill:active,
.btn.btn-fill:focus,
.btn.btn-fill:hover,
.navbar .navbar-nav>li>a.btn.btn-fill.active,
.navbar .navbar-nav>li>a.btn.btn-fill:active,
.navbar .navbar-nav>li>a.btn.btn-fill:focus,
.navbar .navbar-nav>li>a.btn.btn-fill:hover,
.open>.btn.btn-fill.dropdown-toggle,
.open>.navbar .navbar-nav>li>a.btn.btn-fill.dropdown-toggle {
    background-color: #484541;
    color: #fff;
    border-color: #484541;
}

.off-canvas-sidebar[data-active-color="success"] .nav li.active>a,
.sidebar[data-active-color="success"] .nav li.active>a {
    color: #7ac29a;
    opacity: 1;
}

.off-canvas-sidebar .sidebar-wrapper>.nav li.active>a,
.sidebar .sidebar-wrapper>.nav li.active>a {
    color: #7a9e9f;
    opacity: 1;
}

.off-canvas-sidebar .sidebar-wrapper>.nav li>a,
.sidebar .sidebar-wrapper>.nav li>a {
    margin: 10px 0 0;
    padding-left: 25px;
    padding-right: 25px;
    opacity: .7;
    white-space: nowrap;
}

.caret,
.sidebar .logo a.logo-mini,
.sidebar .logo a.logo-normal,
.sidebar .nav .collapse a>span,
.sidebar .nav .collapse i,
.sidebar .nav a,
.sidebar .sidebar-wrapper>.nav p,
.sidebar .user .info .collapse .nav a>span,
.sidebar .user .info>a>span,
.table>tbody>tr .td-actions .btn {
    transition: all .15s ease-in;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #7ac29a;
}

.toggle-sidebar-menu-item .dropdown-menu {
    border: 0px solid !important;
    width: 100%;
    padding: 0px;
}

.toggle-sidebar-menu-item.dropdown ul {
    padding-left: 0px;
}

.toggle-sidebar-drop-down-items a {
    padding-left: 1.5rem !important;
}

#sidebar-wrapper {
    background: #212529;
    color: #9a9c9e;
}

#sidebar-wrapper .list-group-item-light {
    color: #9a9c9e;
    background-color: #212529;
    font-weight: 500;
}

#sidebar-wrapper .list-group-item:hover {
    background: #79c198 !important;
    color: #000 !important;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
        margin-left: -15rem;
    }
}

.img-table {
    width: 50px;
    height: 50px;
}

.btn-primary {
    background: #7ac29a;
    border-color: #7ac29a;
}

.btn-danger {

    background: #eb5e28;
    border-color: #eb5e28;
}

.btn-warning {
    background: #f9a825;
    border: #f9a825;

}

.btn-radius {
    border-radius: 20px;
}

.card {
    border-color: #7ac29a !important
}

.card-header {
    color: #fff;
    background: #7ac29a;
    font-size: 28px;
    font-weight: 600;
    font-family: "Poetsen One", sans-serif;
}

.table {
    font-size: 21px;
}

.font-bold {
    font-weight: 600;
}

.pl-3 {
    padding-left: 2rem !important;
}

.pr-3 {
    padding-right: 2rem !important;
}

form label {
    font-weight: 600;
    font-size: 19px;
}

.btn-default:hover {

    background-color: #484541;
    color: #fff;
    border-color: #484541;
}

.footer {
    background: #f3f3f3;
}

.header-dropdown.show {
    padding: 5px;
    margin-left: 0px;
    right: -12px;
    bottom: -52px;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.page-link,
.page-item {
    color: #66615b;
}

/*.page-link {  
    color: #66615b;
    border-radius: 50% !important;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 33px;
    margin: 0px 5px;
}*/  

/*.active>.page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #68b3c8;
    border-color: #68b3c8;
}

.page-link:hover {
    background-color: #66615b;
    color: #fff;
}*/

.input-container {
    display: flex;
    align-items: center;
    /* Align items vertically */
}

.input-container .elementFirst {
    flex: 1;
    /* Take up remaining space */
    margin-right: 5px;
    /* Add some spacing between input and button */
}

.loader {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    position: absolute;
    right: 0;
    top: 8px;
    bottom: 0;
    left: 9px;
    background: #eb5e28;
}

.delete-meaning-btn {
    position: relative;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.FormSectionWrap {
    position: relative;
    border: 1px solid #eeecec;
    padding: 30px 15px 15px;
    background: #fdfdfd;
}

.sectionHead {
    position: absolute;
    top: -21px;
    background: #fff;
    padding: 1px 8px;
}

.img-table {
    width: 50px;
    height: 50px;
}

.japanese {
    font-family: 'Noto Sans JP', sans-serif;
}

.capatial {
    text-transform: capitalize
}
.select-wrapper {
    position: relative;
}

.select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    background-color: #f9f9f9;
    font-size: 16px;
}

.select-wrapper .arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
}

/* Hover effect */
.select-wrapper:hover .arrow {
    border-top-color: #333;
}

/* Focus effect */
.select-wrapper select:focus {
    outline: none;
    border-color: #999;
}
.deleteIconRight{
    width:90px;
    margin-left: auto;
}
.red{
    color:#f00;
}
.kanji-group {
    display: inline-block;
    text-align: center;
    margin: 0 2px;
}
.kanji-group rb {
    font-size: 1.2em; /* Kanji should be slightly bigger */
    font-weight: bold;
}
.kanji-group rt {
    font-size: 0.8em; /* Furigana should be smaller */
    color: #666; /* Optional: make it slightly gray */
}
/* Different background colors for grouped pairs */
/*.color-0 { background-color: #ffeb3b; }  Yellow 
.color-1 { background-color: #f44336; color: white; }  Red 
.color-2 { background-color: #4caf50; color: white; }  Green 
.color-3 { background-color: #2196f3; color: white; }  Blue 
.color-4 { background-color: #ff9800; color: white; }  Orange 
.color-5 { background-color: #9c27b0; color: white; }  Purple 
.color-6 { background-color: #00bcd4; }  Cyan 
.color-7 { background-color: #e91e63; color: white; }  Pink 
.color-8 { background-color: #795548; color: white; }  Brown 
.color-9 { background-color: #607d8b; color: white; }  Gray */