
* {
    font-family: "Fira Sans", sans-serif;
    font-style: normal;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
        height: 100%;
        margin: 0;
        display: grid;
        grid-template-rows: auto 1fr;
    }
}

@media (max-width: 768px) {
    #feedback {
        display: none;
    }

    #feedbackDropdown {
        display: block;
    }

    #subscribe {
        display: none;
    }

    #subscribeDropdown {
        display: block;
    }

    #diaryDropdown {
        display: block;
    }
}

@media (min-width: 769px) {
    #feedback {
        display: block;
    }

    #feedbackDropdown {
        display: none;
    }

    #subscribe {
        display: block;
    }

    #subscribeDropdown {
        display: none;
    }

    #diaryDropdown {
        display: none;
    }
}

/*html, body {*/
/*    display: grid;
    grid-template-rows: auto 1fr;
    font-size: 16px;
    height: 100%;
    margin: 0;*/

/*height: 100%;
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr;
}

body {*/
/*    transition: margin-left 0.3s;
    padding-top: 0px;
    font-size: 16px;
    min-height: 100%;
    height: 100%;
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr;*/
/*}

main {
    grid-row: 2;
}



header {
    grid-row: 1;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
}

footer {
    position: absolute;
    width: 100%;
    white-space: nowrap;
    bottom: 0;
    height: 60px;
}*/
body {
    margin: 0;
    /*height: 100vh;*/
    display: grid;
    grid-template-rows: auto 1fr;
}

header { 
    color: white;  
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1000;
}

main { 
    overflow: auto;
}


table {
    /* table-layout: fixed;*/ 
    width: 100%; 
}

td, th {
    word-wrap: break-word; 
    white-space: normal; 
    /* overflow-wrap: break-word;*/ 
}




.ellipse-right {
    position: fixed;
    top: 25vh;
    left: 95vw;
    opacity: 0.55;
    background: rgb(70, 204, 184);
    box-shadow: 0px 0px 250px 250px rgb(70, 204, 184);
    z-index: -5;
}

.ellipse-left {
    position: fixed;
    bottom: 20vh;
    left: 1vw;
    opacity: 0.55;
    background: rgb(70, 204, 184);
    box-shadow: 0px 0px 250px 250px rgb(70, 204, 184);
    z-index: -5;
}


.ellipse-right_animated {
    box-shadow: 0px 100px 150vw 9vw rgb(70, 204, 184);
    animation: move-left 25s ease-in-out infinite alternate;
}

.ellipse-left_animated {
    box-shadow: 0px 0px 150vw 9vw rgb(70, 204, 184);
    animation: move-right 25s ease-in-out infinite alternate;
}

@keyframes move-right {
    0% {
        transform: /*translateX(0)*/ scale(1);
        filter: brightness(0.7);
    }

    100% {
        transform: /*translateX(80px)*/ scale(1.5);
        filter: brightness(1.5);
    }
}

@keyframes move-left {
    0% {
        transform: /*translateX(0)*/ scale(1);
        filter: brightness(0.7);
    }

    100% {
        transform: /*translateX(-80px)*/ scale(1.5);
        filter: brightness(1.5);
    }
}

.mini-ellipse-right {
    position: absolute;
    margin-left: 1001px;
    margin-top: 458px;
    background: rgb(70, 204, 184);
    box-shadow: 0px 0px 250px 250px rgb(70, 204, 184);
    opacity: 30%;
    z-index: -1;
}

.mini-ellipse-left {
    position: absolute;
    margin-left: 111px;
    margin-top: 135px;
    background: rgb(70, 204, 184);
    box-shadow: 0px 0px 250px 100px rgb(70, 204, 184);
    opacity: 40%;
    z-index: -1;
}



a {
    color: white;
    text-decoration: none;
    
}

    a:hover {
        color: rgb(70, 204, 184);
    }


.nav-item a {
    transition: color 0.5s, transform 0.2s;
}
/*.footer-container {
    margin: 20px 0px 0px 20px;
}
*/
.dataTables_wrapper {
    overflow-x: auto;
}

table.dataTable {
    width: 100% !important;
}


.icon {
    margin-left: 0px;
    width: 47px
}

.content_center {
    place-self: center;
}

.display_ruby {
    display: ruby;
}


.button-like {
    cursor: pointer;
}



    .button-like:hover {
        transform: scale(1.05);
    }


.dropdown {
    position: relative;
    display: inline-block;
    min-width: auto;
}

.dropbtn {
    background-color: transparent;
    color: white;
    padding: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown-content {
    position: absolute;
    right: 0;
    top: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    visibility: hidden;
    border-bottom: 2px solid white;
    color: white;
    border-radius: 10px;
    margin: 0px 10px;
}

.dropdown:hover .dropdown-content {
    max-height: 250px;
    visibility: visible;
    opacity: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

    .dropdown-content a:hover {
        background-color: rgb(70, 204, 184);
    }


.decorate_container {
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
    border-radius: 10px;
    max-width: 100%;
    margin: auto;
    padding: 10px;
    margin: 0px 15px 20px 15px;
}


.table_container {
    background-color: rgb(255 255 255);
    border-radius: 10px;
    margin-top: 13px;
    border-radius: 10px;
    box-shadow: 8px 3px 13px rgb(255 255 255 / 10%);
    padding: 15px;
    margin: 0px 20px 0px 20px;
}

._container :hover {
    opacity: 1;
}


.arrow_icon_right {
    transition: transform 0.3s, filter 0.3s;
    transform: rotate(180deg);
}

    .arrow_icon_right:hover {
        filter: invert(50%) sepia(100%) saturate(1000%) hue-rotate(150deg);
    }

.arrow-icon_withAnimate {
    transition: transform 0.3s, filter 0.3s;
}

    .arrow-icon_withAnimate:hover {
        transform: rotate(180deg);
        filter: invert(50%) sepia(100%) saturate(1000%) hue-rotate(150deg);
    }

.line-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-items {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.place_self_center {
    place-self: center;
}

.subscribeContainer {
    display: flex;
    align-items: center;
    border-bottom: 1px solid gray;
    padding: 10px;
}

.btn-homeComponent {
    justify-content: center;
    margin: 10px;
}

.decorate_h2 {
    margin: auto;
}


.bg-lightGray {
    background-color: lightgray;
    border-radius: 10px;
}





#toggle-btn {
    position: fixed;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
}

.icon-burger::before {
    content: "\2630";
}

.icon-cross::before {
    content: "\2715";
}


.center_container {
    display: grid;
    place-items: center;
}

.center_button {
    padding: 5px 10px;
}

/*.decorate_container {
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
    border-radius: 10px;
    max-width: 95%;
    margin: auto;
    padding: 20px;
}*/

.dark_button {
    background-color: #222;
    color: #fff;
    border: 1px solid #444;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    appearance: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

  
    .dark_button:hover {
        background-color: #333;
        border-color: #555;
    }


    .dark_button:active {
        background-color: #111;
        border-color: #666;
        transform: scale(0.98); 
    }

.button-text-tooltip_none,
.button-text {
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease, transform 0.2s ease;
}



        .button-text:hover {
            color: rgba(70, 204, 184, 1);
            transform: scale(1.3);
        }

    .button-text::after {
        content: attr(data-tooltip); 
        position: absolute;
        left: 50%;
        bottom: 130%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.8);
        color: white;
        font-size: 12px;
        padding: 5px 10px;
        border-radius: 5px;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: opacity 1s ease, transform 0.2s ease;
    }

    .button-text:hover::after {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(-0px);
    }

.fade-out {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.3s ease, transform 0.3s ease;
}


.button-text-tooltip_none {

    padding: 0.5vh;
}

    .button-text-tooltip_none:hover {
        color: rgba(70, 204, 184, 1);
        transform: scale(1.01);
    }



.checkbox-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #888;
    border-radius: 4px;
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

    .checkbox-custom::after {
        content: '\2714'; 
        font-size: 16px;
        color: #fff;
        display: none;
    }


.checkbox-container input:checked + .checkbox-custom {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

    .checkbox-container input:checked + .checkbox-custom::after {
        display: block;
    }

.checkbox-label {
    color: #ddd;
    margin-left: 10px;
    font-size: 16px;
}

.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    /* text-overflow: ellipsis;*/
    max-width: 150px;
    min-width: 50px;
    place-self: normal;
    max-width: none;
}





.btn-group {
    display: inline-flex;
    background-color: #1e1e1e;
    border: 1px solid gray;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    margin-bottom:10px;
}

    .btn-group button {
        background-color: #1e1e1e ;
        color: gray;
        border: none;
        padding: 10px 16px;
        cursor: pointer;
        font-size: 14px;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

        .btn-group button:hover {
            background-color: #2a2a2a;
            color: #ffffff;
        }

        .btn-group button:active {
            background-color: #555;
        }

        .btn-group button:not(:last-child) {
            border-right: 1px solid #444;
        }

        .btn-group button.active {
            background-color: #3a3a3a ;
            color: white;
        }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fas.fa-sync-alt {
    opacity: 0;
    font-size: 0vh;
}

.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease, font-size 0.3s ease;
}

.fas.fa-sync-alt.spin {
    animation: spin 1s linear infinite;
    font-size: 2vh;
    opacity: 1;
    color: gray;
}