/*
.passwordBox {
    position: relative;
}
.eye {
    position: absolute;
    top: 50%;
    right: 0;
}

#formPassword:not(.collapsed) {
    background-color: #f6f6f6;
}

#formPassword a {
    display: block;
    padding: 8px;
}
*/




/* details settings for howto.vue.js page */
details.accordion-item:not([open]) .accordion-button {
    background-color: var(--bs-accordion-bg);
}

details.accordion-item:not([open]):last-of-type .accordion-button {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
}

details.accordion-item:not([open]) .accordion-button::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: unset;
}

details.accordion-item[open] .accordion-button::after {
    background-image: var(--bs-accordion-btn-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}

/* Hide the default disclosure triangle on Safari*/
summary.accordion-button::-webkit-details-marker {
    display: none;
}

.accordion-button:not(.collapsed) {
    background-color: #f6f6f6;
}

.accordion-body a {
    display: block;
    padding: 8px;
}



/* settings for instruction page*/
.status_table {
    width: 100%;
    margin-top:10px;
    margin-bottom:20px;
    border-collapse: collapse;
}
.status_table th, .status_table td {
    border: 1px solid #595959;
    padding: 4px;
}
.status_table th, .status_table tr>td:first-child {
    text-align: center;
}

/* home page: news and calendar */
.news_announce {
    height: 100%;
    width: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    filter: brightness(0.9);
 }
.news-link {
    text-decoration: none;
    text-align: left;
    cursor: pointer;
}
.box_rotate {
     -webkit-transform: rotate(-90deg);     /* Для Safari */
     -ms-transform: rotate(-90deg);     /* Для IE 9 */
     transform: rotate(-90deg);     /* Для прочих браузеров */
 }

.news_title {
    font-size: 18px;
    line-height: 24px;
}
.redText {
    color: red;
}
.news__text {
    text-align: justify;
    padding: 10px;
}



.mascot {
    position: relative; //fixed;
    z-index: 4000;
    left: 590px;
}
.mascot__block {
    position: relative;
    left: 128px;
    top: -200px; // - высота маскота
    //background: #111;
}
#mascot-video-container {
    position: absolute;
    left: 80px;
    animation: slideInWidget 1.5s ease-in-out;
}
#mascot-close-container {
    position: absolute;
    z-index: 1000;
    top: calc(30% - 120px);
    left: 220px;
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    animation: slideInWidget 1.5s ease-in-out;
    transition: transform 0.3s, background-color 0.3s;
}
#mascot-close {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    color: rgb(82, 94, 149);
    font-size: 20px;
    line-height: 20px;
    animation: rotateClose 1.3s ease-in-out;
}
#mascot-message-box {
    position: absolute;
    top: calc(30% - 100px);
    max-width: 250px;
    padding: 16px 10px 10px 10px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    pointer-events: none;
}
#mascot-message-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: rgb(82, 94, 149);
    font-size: 16px;
    line-height: 20px;
}
.mascot-message-text {
    font-size: 12px;
    line-height: .8rem;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    margin: 10px auto;
}
.mascot-message-animation {
    animation: typing 4s steps(60, end);//, blink .5s step-end infinite;
}
.mascot-message-text:nth-child(2) {
    animation: typing-2 8s steps(60, end);
}
#staticMascot {
    //height: 200px;
    position: absolute;
    left: 315px; // 190px;
    top: -70px; // - высота маскота
    transition: transform 1s ease-in-out;
}
#staticMascot:hover {
    transform: scale(1.1);
}
#smallMascot {
    height: 200px;
    transition: opacity 1s ease-in-out;
}
.mascotAnimation {
    animation: mascot1 2.5s ease-in-out;
}
.mascotOpacity {
    animation: mascotOpacity 2s ease-in-out;
}

.helperMascot__block {
    position: relative;
    //left: 300px; // t
    //top: -100px; // t
    animation: mascotOpacity 2s ease-in-out;
}
#helperMascot {
    height: 300px;
    position: absolute;
    //left: 400px; // 190px;           // t
    //top: -70px; // - высота маскота  // t
    transition: transform 1s ease-in-out;
}
#helperMascot-img{
    height: 100%;
}
#helperMascot-message-box {
    position: absolute;
    //top: calc(30% - 200px); // t
    //left: -115px;           // t
    max-width: 450px;
    padding: 16px 10px 10px 10px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    pointer-events: none;

}
.helperMascot-message-text {
    font-size: 20px;
    //line-height: .8rem;
    text-align: left;
    overflow: hidden;
    margin: 10px auto;
    //width: 420px;
//    white-space: nowrap;
}



.calendar__block {
    font-size: 24px;
}
.calendar {
    position: relative;
    height: auto;
    max-width: 450px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 24px;
}
.calendar__header {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 15px 10px 25px;
    color: #000;
    font-weight: bold;
}
.calendar__btns {
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.calendar__btn {
    background: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.1s;
}
.calendar__btn:hover {
    opacity: 0.7;
}
.calendar__btn i {
    width: 20px;
    height: 20px;
    color: #000;
}
.calendar__day-names,
.calendar__days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    color: #000;
    justify-items: center;
    margin-bottom: 10px;
}
.calendar__day-names span {
    font-size: 16px;
}
.calendar__days {
    // row-gap: 5px;
}
.calendar__days span:not(.calendar__days-hidden) {
    width: 40px;
    height: 40px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: background-color 0.1s;
    width: 100%;
}
.calendar__days span.today {
    background-color: rgb(197, 197, 197);
    color: #000;
    font-weight: bold;
}
.calendar__days span:not(.calendar__days-hidden):hover {
    background-color: rgb(197, 197, 197);
}
.calendar__days span.weekend {
    background-color: rgba(240, 240, 240, 1);
    color: #000;
    font-weight: bold;
}
.calendar__selectedDay {
    background-color: #9ad0f5;
}
