#google_translate_element {
    width: 300px;
    float: right;
    text-align: right;
    display: block
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

#goog-gt-tt {
    display: none !important;
    top: 0px !important;
}

.goog-tooltip skiptranslate {
    display: none !important;
    top: 0px !important;
}

.activity-root {
    display: hide !important;
}

.status-message {
    display: hide !important;
}

.started-activity-container {
    display: hide !important;
}




:root {
    --clr-btn-back1: #f1882d; /*оранжевый*/
    --clr-btn-back2: #faf5c8; /*бежевый при фокусе*/
    --clr-btn-back3: #e8dd79; /*бежевый при фокусе*/
    --clr-btn-back4: #fffff0; /*фон*/
    --clr-btn-back5: #ffddbb; /*розоватый активная кнопка*/
}


/*input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}*/

input.nonspin::-webkit-inner-spin-button,
input.nonspin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tablescores {
    display: table-cell;
    width: 50px;
    height: 20px;
    text-align: center;
    font-size: 10px
}

.squarebutton {
    height: 30px;
    width: 30px;
    background-color: white;
    border: 2px solid black;
    //border-color: black;
    text-align: center;
/*    position: relative;*/
    border-radius: 4px;
    display: block;
    font-size:10px;
    
}

.squarename {
    height: 25px;
    width: auto;
    //background-color: white;
    //border: 2px solid black;
    //border-color: black;
    text-align: center;
    /*    position: relative;*/
    border-radius: 4px;
    //display: block;
    font-size: 12px;

}

.squarebutton.press {

    background-color: #e5f533;

}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

ul.menu-butt {
    margin-bottom: 5px !important;
}



    ul.menu-butt > li {
        display: inline-block; /* Располагаем элементы по горизонтали */
        list-style: none; /* Убираем маркеры списка */
        /*padding: 3px;  Поля вокруг текста */
        /*border: solid 1px #000000;*/
        background-color: #fffff0;
        font-size: 20px;
        /*margin-right: 10px;*/
        margin-top: 0px;
        margin-bottom: 0px;
    }

.hover_cell {
    border: 1px solid var(--clr-btn-back1) !important;
}

.edited_cell {
    background-color: var(--clr-btn-back2) !important;
}

.icnsqr_dis {
    color: #0d6efd !important;
    background-color: transparent;
    pointer-events: none !important;
    opacity: 0.4;
}

@media screen and (min-width: 1299px) and (max-width: 1500px) {
    #navbar-area .container {
        max-width: 1330px;
    }
}

.container {
    margin-left: 20px !important;
    min-width: 2500px !important;
    max-height: calc(100vh - 150px);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 40px !important;
}

.containerframe {
    margin-left: 20px !important;
    max-width: 2200px !important;
    max-height: calc(100vh - 150px);
}