#sentTable>div>div,
.container {
  padding: 30px 20px;
  border-radius: 10px;
}

#sentTable>div>div:nth-child(even),
.container:nth-child(even) {
  background-color: #e6e6e6;
  border: solid 1px grey;
}

.container>div:nth-child(1) {
  font-size: 20px;
  padding: 20px 0px;
}

.container>div:nth-child(3)>a {
  background-color: #607D8B;
  margin: 20px 0;
  color: white;
  display: block;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
}

.container>div:nth-child(5)>button {
  line-height: 30px;
  padding: 0 10px;
  margin-right: 10px;
  border-radius: 5px;
  font-size: medium;
}

#sentTable>div>h3 {
  position: sticky;
  top: 0;
  text-align: center;
  background: white;
  line-height: 30px;
}

TD {
  max-width: 800px;
  padding: 10px 20px;
}

TR:nth-child(even) {
  background-color: #e6e6e6;
}

TABLE {
  border: none;
  border-collapse: collapse;
}

body {
  font-family: 'Montserrat', sans-serif;
}

.container {
  padding: 20px;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  max-width: 600px;
  margin: 20px auto;
  box-shadow: 2px 2px 4px #d8d8d8;
}

.container>div:first-child {
  font-weight: bold;
}

.container>div {
  margin-bottom: 10px;
}

button {
  width: -webkit-fill-available;
  margin: 0 10px;
}

.bc {
  display: flex;
}

.left {
  width: 30%;
}

button.user {
  width: inherit;
  margin: 5px;
}

#sentTable>div>div,
.container {
  padding: 30px 20px;
  border-radius: 10px;
}

#sentTable>div>div:nth-child(even),
.container:nth-child(even) {
  background-color: #e6e6e6;
  border: solid 1px grey;
}

.container>div:nth-child(1) {
  font-size: 20px;
  padding: 20px 0px;
}

.container>div:nth-child(3)>a {
  background-color: #607D8B;
  margin: 20px 0;
  color: white;
  display: block;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
}

.container>div:nth-child(5)>button {
  line-height: 30px;
  padding: 0 10px;
  margin-right: 10px;
  border-radius: 5px;
  font-size: medium;
}

#sentTable>div>h3 {
  position: sticky;
  top: 0;
  text-align: center;
  background: white;
  line-height: 30px;
}

TD {
  max-width: 800px;
  padding: 10px 20px;
  min-width: 35px;
}

TR:nth-child(even) {
  background-color: #f5f5f5;
}

TABLE {
  border: none;
  border-collapse: collapse;
  width: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}

.container {
  padding: 20px;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  max-width: 600px;
  margin: 20px auto;
  box-shadow: 2px 2px 4px #d8d8d8;
}

.container>div:first-child {
  font-weight: bold;
}

.container>div {
  margin-bottom: 10px;
}

button {
  width: -webkit-fill-available;
  margin: 0 10px;
}

.bc {
  display: flex;
}

.left {
  width: 30%;
  display: inline-block;
  box-shadow: 2px 2px 5px 4px #e7e7e7;
  padding: 10px;
  box-sizing: border-box;
  height: 100vh;
  transition: .5s;
  position: fixed;
  left: 0%;
  overflow: auto;
}

#right {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  position: absolute;
  left: 30%;
  transition: .5s;
}

button.user {
  width: inherit;
  margin: 5px;
}

.twinkle {
  animation: twinkle 2s infinite;
}

@keyframes twinkle {
  0% {
    filter: opacity(.5);
  }

  100% {
    filter: opacity(1)
  }
}

h2.twinkle {
  text-align: center;
}



p.controls {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
  height: 110px;
}

button {
  border: none;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 1px #80808033;
  padding: 5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

button:hover {
  filter: brightness(0.8);
  cursor: pointer;
}

span.sup {
  color: grey;
  font-size: small;
  display: block;
}

.low::after {
  content: ' ᐁ';
  color: #e91e63;
}

.high::after {
  content: ' ᐃ';
  color: #009688;
}

.bottom::after {
  content: ' ▼';
  color: #e91e63;
  font-size: large;
}

.top::after {
  content: ' ▲';
  color: #009688;
  font-size: large;
}

table>tr:nth-child(1) {
  position: sticky;
  top: 0;
  background: white;
}


body.closed>.left {
  left: -30%;
}

button.cb {
  width: 100px;
  position: absolute;
  top: 50%;
  transform: rotate(-90deg) translate(0px, -25px);
  transition: .5s;
  z-index: 100;
}

.left>.cb::after {
  content: 'скрыть';
}

body.closed>.left>.cb::after {
  content: 'раскрыть';
}

body.closed>.left>.cb {
  transform: rotate(90deg) translate(0px, 0px);
}


body.closed>#right {
  left: 0%;
  width: 100%;
}

tr>td:last-child {
  text-align: right;
}

tr#customRow>td>div {
  display: inline-block;
  width: 40%;
}

tr#customRow>td {
  text-align: center;
}

tr#customRow:empty::before {
  content: 'Загружаем данные....';
  text-align: center;
  display: block;
}

tr.loading {
  transition: 1s;
  border-left: 15px solid green;
}
div#rdiv>div>button {
  display: inline-block;
  width: initial;
}

div#rdiv>div {
  margin-bottom: 20px;
}

div#rdiv {
  margin-top: 20px;
}

div#rdiv::before {
  content: 'Заданий: '
}

div#reviewsC::before {
  content: 'Отзывов: ';
}

div#reviewsC {
  margin-top: 20px;
}

.b{
  cursor: pointer;
  font-weight: bold;
}

.b:hover{
  text-decoration: underline;
}

.s{
  position: sticky;
  top: 0;
  background: white;
}

button.sb {
  width: 130px;
  margin-top: 14px;
}

header {
  background: black;
  height: 40px;
  z-index: 500;
}

header>button {
  display: inline-block;
  width: inherit;
}

span.p {
  cursor: pointer;
  font-weight: bold;
}

span.p::before {
  content: '◍ ';
}

span.p.notRec::before {
  color: #ff5722;
}

span.p.rec::before {
  color: green;
}

.user.selected {
  color: white;
  background: blue;
}

div#hover {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgb(153 155 154 / 50%);
  top: 0;
}

#hover>div {
  margin: 50px auto;
  background: white;
  width: 600px;
  max-width: 100%;
  padding: 20px;
  overflow: auto;
  height: inherit;
  max-height: 90vh;
}

#hover>div::before {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 20px;
}

body.mobile {
  background: #f9f9f9;
  
}

img.logo {
  transition: .5s;
  filter: brightness(0.2);
  max-width: 100px;
  cursor: pointer;
}

div.mobile {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  background: white;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 2px 2px 21px rgb(0 0 0 / 10%);
  margin-top: 40px;
}

/* .newMail>input,
.newMail>textarea,
#list>input,
#list>textarea, 
form>input */
input,
textarea{
  width: 100%;
  display: block;
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid #dddddd;
  line-height: 30px;
}

#list>span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  background: #e7e7e7;
  border: 1px solid grey;
  margin: 5px;
}

div#list {
  margin-top: 20px;
}


[data-status="subscribe"] {
  border-left: 5px solid green !important;
}

.mobile>button {
  margin: 5px 0px;
}

.gb,
.rb,
.bb{
  line-height: 20px;
}

button.gb {
  color: white;
  background: #8bc34a;
}

button.rb {
  color: white;
  background: #f35b50;
}

button.bb {
  color: white;
  background: blue;
}

button.bb {
  color: white;
  background: blue;
}

button.tb {
  color: blue;
  background: no-repeat;
  border: none;
  box-shadow: none;
  font-size: small;
  font-weight: 400;
}

button.smallb {
  display: inline-block;
  width: initial;
}

.newMail {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 2px 2px 4px 0px #00000036;
}

.hb {
  background: transparent;
  border: none;
  box-shadow: none;
  color: blue;
  font-weight: 400;
  font-size: small;
}

.comment>span {
  display: block;
  color: grey;
  font-size: small;
  font-style: italic;
  text-align: right;
}

.comment {
  margin-bottom: 20px;
  padding-bottom: 50px;
  border-bottom: 1px solid grey;
}

.comment[data-active="false"] {
  filter: opacity(0.5);
}

.comment[data-active="false"]>.rb {
  display: none;
}

.comment[data-active="true"]>.gb {
  display: none;
}

[data-active="true"]>.gb {
  display: none;
}

[data-active="false"]>.rb {
  display: none;
}

.special {
  margin-bottom: 30px;
}

button:disabled {
  background: #e1e1e1;
}

p.grey {
  font-size: small;
  font-style: italic;
  color: grey;
}

/* мерч */
#events>div,
#merch>div {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
}

#events>div>img,
#merch>div>img {
  border-radius: 10px;
  max-width: 100%;
}


.q {
  margin-bottom: 40px;
}

button.passive {
  filter: opacity(0.5);
}

header {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

header>a {
  background: #e7e7e7;
  line-height: 20px;
  display: inline-block;
  height: 20px;
  padding: 5px 10px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: bold;
  color: black;
}

a.hb {
  width: 100%;
  text-align: center;
  display: block;
}

.info{
  font-size: smaller;
  color: grey;
}


p.separator {border-top: 1px solid #c9c5c5;margin-top: 20px;}

#wiki_extentions_footer{
  display: none;
}

a.navButton {
  display: block;
  background: blue;
  color: white;
  text-decoration: none;
  padding: 5px 10px;
  width: 20%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
}

.navButtons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
}

.hnav {
  margin-top: 20px;
}

.hnav>a::before {
  content: ' / ';
  text-decoration: none;
}

.user[data-active]>.gb {
  display: none;
}

.user>.rb {
  display: none;
}

.user[data-active]>.rb {
  display: block;
}
input[type="checkbox"] {
  display: inline;
  width: initial;
  margin-left: 20px;
}

.user {
  margin-bottom: 50px;
}

.hideContent>.user {
  display: none;
}

.editable::before {
  content: '✏️';
  font-size: smaller;
}

div#programs {
  margin-bottom: 20px;
}
select {
  width: 100%;
}

input.ci[type="checkbox"]:checked::after {
  content: ' Активно';
  display: inline-block;
  margin-left: 20px;
  vertical-align: super;
  line-height: 10px;
}

.fl>.info {
  display: inline-block;
  min-width: 100px;
}

.fl {
  display: flex;
}