@import url("//unpkg.com/element-ui@2.15.5/lib/theme-chalk/index.css");

.form-item {
  vertical-align: top;
  margin-bottom: 10px;
  position: relative;
}

.pickerBlock {
  display: flex;
  flex-direction: column;
}

.pickers {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-direction: row;
}

.new_body {
  display: flex;
  justify-content: center;
}

.form-lab {
  position: absolute;
  pointer-events: none;
  left: 1px;
  right: 15px;
  top: 6px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 40px;
  transition: 0.3s;
}

.form-inp:focus ~ .form-lab,
.form-inp:not(:focus):valid ~ .form-lab {
  top: -7px;
  font-size: 10px;
}

.navbar-0 {
  width: 100%;
  height: 80px;
  background-color: #212122;
  padding-right: 80px;
}

.nav-link__logo {
  padding-left: 64px;
}

.name {
  padding-right: 64px;
}

.form-inp {
  outline: none;
}

.container-main {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0 13px;
}
.left-bar {
  display: grid;
  padding-right: 40px;
  padding-left: 0px;
}
.block-menu {
  padding-right: 51px;
  width: auto;
  padding-top: 50px;
  height: 400px;
  left: 264px;
  top: 130px;
}

.content {
  display: block;
  width: 100%;
  padding-top: 50px;
}

.content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}

.content-body {
  padding-top: 33px;
  height: 252px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 48px;
}

.content-body__content {
  display: flex;
  flex-direction: column;
  position: relative;
}

.content-body__content__evnt {
  display: flex;
  flex-direction: column;
  position: relative;
}

.img {
  width: 100%;
  background-color: rgb(216, 218, 221);
  height: fit-content;
}

.date {
  padding-top: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: rgba(57, 68, 99, 0.5);
}

.heading {
  padding-top: 11px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #394463;
}
.information {
  padding-top: 8px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  overflow: hidden;
  color: #394463;
  height: 37px;
}

.author {
  padding-top: 17px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: rgba(57, 68, 99, 0.5);
}

.content-header__heading {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #394463;
  margin-right: auto;
}

.content-header__text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: rgba(57, 68, 99, 0.5);
  padding-right: 18px;
}
.link {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 20px;
  color: #394463;
  padding-right: 26px;
}

.content-header__button {
  background: #ffffff;
  border: 1px solid #eb3323;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  color: #eb3323;
  margin-left: 9px;
  margin-right: 9px;
}

.content-header__button:hover {
  background: #eb3323;
  border: 1px solid #eb3323;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 6px;
  transition: 0.3s;
  color: white;
  text-decoration: none;
}

.left-bar_string {
  display: flex;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 50px;
  color: #394463;
  inline-size: max-content;
}

.active-n a {
  color: #eb3323 !important;
  filter: grayscale(0%) !important;
}

.left-bar li a svg line {
  stroke: #eb3323 !important;
}

.left-bar li a svg circle {
  stroke: #eb3323 !important;
}

.left-bar li a svg rect {
  stroke: #eb3323 !important;
}

.active-n:after {
  width: 2px;
  height: 80%;
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  background-color: red;
}

.left-bar_string svg {
  margin-right: 19px;
}

.left-bar li:hover > a svg g path {
  fill: rgb(228, 46, 46);
}

.left-bar .active-n > a svg g path {
  fill: rgb(228, 46, 46);
}

.icon {
  padding-right: 18px;
}

.left-bar {
  list-style: none;
}
.left-bar li {
  position: relative;
  padding-right: 10px;
}
.left-bar li a {
  text-decoration: none;
  color: unset;
  filter: grayscale(100%);
}

.left-bar li:hover > a {
  color: rgb(228, 46, 46);
  filter: grayscale(0%);
}
.left-bar li:hover:after {
  width: 2px;
  height: 80%;
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  background-color: red;
}

.content-body__content:hover .heading {
  color: red;
  transition: 0.3s;
}
.content-body__content:hover .heading-name {
  color: red;
  transition: 0.3s;
}

.content-body__content:hover .img {
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.content-body__content__evnt:hover .heading {
  color: red;
  transition: 0.3s;
}
.content-body__content__evnt:hover .heading-name {
  color: red;
  transition: 0.3s;
}

.content-body__content__evnt:hover .img {
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.contented-pen {
  /* Скрываем сразу контент */

  transition: 0.3s;
  opacity: 0;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 28px;
  margin-top: -12px;
  background-color: #eb3323;
  border: none;
}

.contented-ref {
  /* Скрываем сразу контент */

  transition: 0.3s;
  opacity: 0;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 68px;
  margin-top: -12px;
  background-color: #eb3323;
  border: none;
}
.contented-del {
  /* Скрываем сразу контент */

  transition: 0.3s;
  display: block;
  opacity: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -12px;
  margin-top: -12px;
  background-color: #eb3323;
  border: none;
}
.content-body__content:hover .contented-pen {
  /* При наведении на ссылку в раппере, откроется контент */
  opacity: 1;
}

.content-body__content:hover .contented-ref {
  /* При наведении на ссылку в раппере, откроется контент */
  opacity: 1;
}
.content-body__content:hover .contented-del {
  /* При наведении на ссылку в раппере, откроется контент */
  opacity: 1;
}

.content-body__content__evnt:hover .contented-pen {
  /* При наведении на ссылку в раппере, откроется контент */
  opacity: 1;
}

.content-body__content__evnt:hover .contented-ref {
  /* При наведении на ссылку в раппере, откроется контент */
  opacity: 1;
}

.content-body__content__evnt:hover .contented-del {
  /* При наведении на ссылку в раппере, откроется контент */
  opacity: 1;
}

.dropbtn {
  background-color: #343a40;
  color: white;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.dropdown {
  position: relative;
  display: inline-block;
  padding-left: 11px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #343a40;
  min-width: 160px;
  width: 207px;
  left: -1px;
  top: 30px;
  z-index: 1;
}
.vue-form .counter {
  color: #2c3e50;
  position: absolute;
  right: 0px;
  top: 0px;
  left: 10px;
  font-size: 20px;
  padding: 4px;
}
.dropdown-content a {
  border: 1px solid white;
  color: rgb(255, 255, 255);
  padding: 4px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: #343a40;
}

.dropdwn-str {
  padding-right: 9px;
  padding-left: 55px;
}
.name {
  padding-left: 11px;
}

.login {
  display: flex;
}
.login-left {
  display: flex;
  flex-direction: column;
  color: rgba(192, 191, 191, 0.1);
}
.login-left::after {
  content: "loftfitness";
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 148px;
  line-height: 128px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
}
.login-right {
  background-color: wheat;
  width: 47%;
  height: 100%;
}

.heading-log {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #394463;
  padding-left: 79px;
  padding-top: 44px;
}

.heading-qw {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  padding-left: 79px;
  padding-top: 10px;

  color: rgba(57, 68, 99, 0.5);
}

.form {
  padding-top: 61px;
}

.btn-btn-primary {
  padding-top: 10px;
}

.slogan {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #394463;
  padding-top: 75px;
  padding-left: 79px;
}
.a {
  padding-bottom: 34px;
}

.some-input {
  border: none;
  border-bottom: 1px solid#394463;
  background-color: transparent;
  color: #394463;
  outline: none;
  width: 360px;
}

.a:link {
  color: green;
  background-color: transparent;
  text-decoration: none;
}

.login-left__wrapper {
  width: 53%;
}

.heading-name {
  padding-top: 23px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #394463;
}

.btn-group {
  padding-left: 20px;
}
.dropbtn__team {
  display: flex;
  color: rgb(0, 0, 0);
  background-color: white;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.name-team {
  padding-top: 2px;
  padding-bottom: 2px;
}

.dr-team {
  padding-left: 15px;
}

.dropbtn-icon {
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
}
.dr-team__name {
  padding-left: 55px;
  padding-right: 5px;
}

.dropbtn__name {
  display: flex;
  color: rgb(255, 255, 255);
  background-color: #343a40;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
  border: 1px solid white;
}

.dropbtn__banners {
  display: flex;
  color: rgb(0, 0, 0);
  background-color: white;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  padding-right: 35px;
}

.dr-banners {
  padding-left: 138px;
  padding-right: 20px;
}

.date-banners {
  padding-top: 50px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: rgba(57, 68, 99, 0.5);
}

.content-body__banners {
  height: 192px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 26px;
}

.content-body-team {
  height: 192px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 26px;
}

.content-body {
  height: 192px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 26px;
}

.red-error__schedule {
  color: #eb3323;

  margin-top: -13px;
}

.red-error__schedule-date {
  color: #eb3323;
  margin-left: 35px;
  margin-top: -16px;
}

.content-body-event {
  height: 192px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 26px;
}

.content-banners {
  display: flex;
  flex-direction: column;
  position: relative;
}

.content-banners:hover .heading {
  color: red;
  transition: 0.3s;
}
.content-banners:hover .heading-name {
  color: red;
  transition: 0.3s;
}

.content-banners:hover .img {
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.content-banners:hover .contented-pen__banners {
  /* При наведении на ссылку в раппере, откроется контент */
  opacity: 1;
}
.content-banners:hover .contented-del__banners {
  /* При наведении на ссылку в раппере, откроется контент */
  opacity: 1;
}

.contented-pen__banners {
  /* Скрываем сразу контент */

  transition: 0.3s;
  opacity: 0;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 40px;
  background-color: #eb3323;
  border: none;
}
.contented-del__banners {
  /* Скрываем сразу контент */

  transition: 0.3s;
  display: block;
  opacity: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  background-color: #eb3323;
  border: none;
}

#zatemnenie {
  background: rgba(102, 102, 102, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 4;
}
#okno {
  display: flex;
  flex-direction: column;
  width: 540px;
  max-height: 90vh;
  overflow-x: hidden;
  overflow-y: auto;
  height: fit-content;
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  z-index: 4;
}
.dropdown-menu {
  left: 20px !important;
}

.close-app {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  color: white !important;
  cursor: pointer;
  line-height: initial;
  font-size: xx-large;
  background: #eb3323;
}

.news-add {
  padding-top: 7px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  /* identical to box height */
  text-transform: uppercase;
  color: #394463;
  padding-left: 35px;
}

.block-line {
  width: 70px;
  height: 4px;

  background: #eb3323;
  padding-top: 14px;
  padding-left: 50px;
}
.line-add {
  padding-left: 35px;
  padding-top: 2px;
}

.strings {
  padding-left: 35px;
  padding-right: 35px;
}

.text-add {
  padding-left: 35px;
}

.text-add__stl {
  width: 440px;
  height: 150px;
  border: 1px solid #394463;
  box-sizing: border-box;
}
.add-img {
  padding-left: 35px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */

  text-decoration-line: underline;

  color: #394463;
}
.button-add {
  width: 440px;
  height: 46px;
  color: #fff;

  background: #eb3323;
  border: 1px solid #eb3323;
  box-sizing: border-box;
}

.button-addd {
  padding-left: 35px;
  padding-top: 27px;
}

.form-control {
  border: none;
  border-bottom: 1px solid#394463;
  background-color: transparent;
  color: #394463;
  outline: none;
}
.strings {
  padding-top: 35px;
}

.textt {
  padding-left: 35px;
  padding-top: px;
}
.form-lab {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;

  color: rgba(57, 68, 99, 0.5);
}

.strings-a {
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
  padding-left: 35px;
  padding-right: 35px;
  width: 100%;
}

.close-app__svg {
  margin-left: 500px;
  margin-top: -67px;
}

.form-news {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid#394463;
}

.date-aa {
  border: none;
  border-bottom: 1px solid;
  padding-left: 15px;
  padding-bottom: 6px;
}

.vdp-datepicker input {
  border: none;
  border-bottom: 1px solid;
  padding-bottom: 6px;
}

.training-body {
  display: grid;
  grid-row-gap: 20px;
  padding-top: 33px;
}

.training-body__content {
  display: flex;
  width: 100%;
  height: 40px;
  background-color: rgb(236, 236, 236);
  position: relative;
}

.contented-pen__training {
  /* Скрываем сразу контент */

  transition: 0.3s;
  opacity: 0;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 40px;
  background-color: #eb3323;
  border: none;
}
.contented-del__training {
  /* Скрываем сразу контент */

  transition: 0.3s;
  display: block;
  opacity: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  background-color: #eb3323;
  border: none;
}

.training-body__content:hover .contented-pen__training {
  /* При наведении на ссылку в раппере, откроется контент */
  opacity: 1;
}
.training-body__content:hover .contented-del__training {
  /* При наведении на ссылку в раппере, откроется контент */
  opacity: 1;
}

.training-body__content:hover {
  background-color: rgba(71, 70, 70, 0.2);
  transition: 0.3s;
}

.text-content__training {
  padding-left: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 39px;
  color: #394463;
}

.training-body__content:hover .text-content__training {
  color: red;
  transition: 0.3s;
}

.dropbtn__schedule {
  display: flex;
  color: rgb(0, 0, 0);
  background-color: white;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  padding-right: 10px;
}

.schedule-head {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  color: #394463;
}

.content-header__schedule {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #394463;
}

.date-schedule {
  padding-top: 33px;
  justify-content: space-between;
}

.date-schedule__day {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  align-items: center;
  text-align: center;

  color: #394463;
}

.active {
  color: #eb3323;
}

#zatemnenie {
  background: rgba(102, 102, 102, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 4;
}
#okno-banners {
  max-height: 90vh;
  display: flex;
  height: fit-content;
  flex-direction: column;
  overflow: auto;
  width: 540px;
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  z-index: 4;
}

.button-addd__banners {
  padding-top: 20px;
  width: 100%;
  text-align: -webkit-center;
}

.date-banners__a {
  display: flex;
  padding-left: 35px;
  padding-top: 25px;
}

.strings-a__banners {
  display: flex;
  justify-content: space-between;
  width: 138px;
}
.strings-a__date input {
  padding-bottom: 6px;
  width: 110px;
  height: 40px;
}

.text-banners {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #394463;
  padding-top: 6px;
  padding-right: 10px;
}

.sort-banner {
  padding-left: 35px;
  padding-top: 20px;
}
.srt {
  margin-left: 20px;
}
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.sort-brn {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #394463;
  padding-top: 6px;
}

.point {
  padding-top: 2px;
}

#okno-members {
  display: flex;
  flex-direction: column;
  width: 900px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 90vh;
  height: fit-content;
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  z-index: 4;
}

.checkbox-team {
  padding-left: 35px;
  padding-top: 15px;
}

.form-member {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid#394463;
}

.field__wrapper {
  width: 100%;
  position: relative;
  margin: 15px 0;
  text-align: center;
}

.field__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.field__file-wrapper {
  width: 93%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 35px;
  padding-top: 31px;
}

.field__file-wrapper__new {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0px;
  padding-top: 31px;
}

.field__file-fake {
  height: 45px;
  width: calc(100% - 130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  border: 1px solid #c7c7c7;
  border-radius: 3px 0 0 3px;
  border-right: none;
}

.field__file-button {
  width: 130px;
  height: 45px;
  background: #eb3323;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}

.strings-add {
  padding-left: 35px;
  padding-right: 35px;
}

.field__wrapper-add {
  width: 108%;
  position: relative;
  margin: 15px 0;
  text-align: center;
}

.field__file-wrapper-add {
  width: 93%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.field__file-wrapper-ban {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.sort-mamber {
  padding-top: 35px;
}

.srt-mamber {
  margin-left: 5px;
}

.red-error {
  color: #eb3323;
  position: absolute;
}

.ql-toolbar {
  width: 456px;
  height: 79px;
}

.ql-editor {
  min-height: 138px !important;
}

.ql-container {
  width: 456px;
  height: 139px;
}

.rules_body {
  display: flex;
  flex-direction: row;
}

.rules_body a {
  cursor: pointer;
  color: #394463 !important;
}

.rules_body a:hover {
  text-decoration: underline !important;
}

.field__wrapper-ban {
  padding-top: 20px;
  width: 100%;
  position: relative;
  text-align: center;
}

.field__wrapper-ban_edit {
  width: 100%;
  position: relative;
  text-align: center;
}

.field__file-wrapperbar {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.field__file-wrapper__ev {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 31px;
}

.field__file-wrapper-eve {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 31px;
}

.facility-bu {
  width: 130px;
  height: 46px;
  color: #fff;
  background: #eb3323;
  border: 1px solid #eb3323;
  box-sizing: border-box;
}

.nav-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 29px;
  text-transform: uppercase;

  color: #ffffff;
}

.facility-ul {
  padding-left: 35px;
}

.facility-li {
  list-style-type: none;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  width: 438px;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #394463;
}

.button-li {
  border: none;
  background-color: #eb3323;
  color: white;
}

.form-training {
  padding-left: 35px;
  padding-top: 20px;
}

input[type="radio"],
label {
  cursor: pointer;
}

input[type="radio"] {
  position: relative;
  height: 18px;
  width: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input[type="radio"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 2px solid #eb3323;
}

input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #eb3323;
  transform: translate(-50%, -50%);
  visibility: visible;
}

#okno-training {
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  max-height: 90vh;
  flex-direction: column;
  width: 1000px;
  height: fit-content;
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  z-index: 4;
}

.button-adddd {
  padding-top: 27px;
  width: 100%;
  text-align: -webkit-center;
}

#okno-schedule {
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  height: fit-content;
  width: 860px;
  padding: 15px;
  max-height: 90vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  z-index: 4;
}

.strings-sh {
  display: grid;
  padding-top: 8px;
  padding-left: 35px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 50px;
  color: #394463;
}

.date-banners__a-sh {
  display: flex;
  padding-left: 35px;
  padding-top: 10px;
}

.strings-ash {
  display: flex;
  justify-content: space-between;
  padding-left: 35px;
  padding-right: 35px;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 50px;
  color: #394463;
}

.strings-a__schedule {
  display: flex;
  justify-content: space-between;
  width: 90px;
}

.qwerty {
  display: flex;
  padding-left: 35px;
}

.datatime {
  padding-top: 14px;
  padding-left: 35px;
}

.schedule-obj {
  position: relative;
  padding-bottom: 5px;
  background-color: #e3edff;
  border-radius: 5px;
}

.time-schedule {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  color: #394463;
  padding-left: 8px;
  padding-top: 6px;
}

.time-schedule__sum {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 14px;
  color: rgba(57, 68, 99, 0.5);
  padding-left: 5px;
}

.name-schedule {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #394463;
  padding-left: 8px;
}

.autor-schedule {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 14px;
  color: rgba(57, 68, 99, 0.5);
  padding-left: 8px;
  margin-bottom: 0px;
}

.zxd {
  display: grid;
}

.contented-pen__schedule {
  /* Скрываем сразу контент */

  transition: 0.3s;
  opacity: 0;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 40px;
  background-color: #eb3323;
  border-radius: 0 0 0 0;
  border: none;
}
.contented-del__schedule {
  /* Скрываем сразу контент */

  transition: 0.3s;
  display: block;
  opacity: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #eb3323;
  border-radius: 0 5px 5px 0;
  border: none;
}

.schedule-obj:hover .contented-pen__schedule {
  /* При наведении на ссылку в раппере, откроется контент */
  opacity: 1;
}
.schedule-obj:hover .contented-del__schedule {
  /* При наведении на ссылку в раппере, откроется контент */
  opacity: 1;
}
.schedule-obj:hover .contented-copy__schedule {
  /* При наведении на ссылку в раппере, откроется контент */
  opacity: 1;
}

.tbordered > tr > td {
  border: 1px solid lightgray;
}

.contented-copy__schedule {
  transition: 0.3s;
  opacity: 0;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 80px;
  background-color: #eb3323;
  border-radius: 5px 0 0 5px;
  border: none;
}

.date-time-picker {
  padding-right: 35px;
  padding-left: 35px;
  padding-top: 13px;
  padding-bottom: 20px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  border-radius: 4px;
  /* border: 1px solid; */
  position: relative;
}

.datetimepicker {
  width: 420px;
  max-width: 420px;
  margin-left: -40px;
  margin-top: -177px;
  min-width: 420px;
  top: 100%;
}

.header-picker {
  background: #eb3323 !important;
  border-bottom: 1px solid #eaeaea;
  color: #fff;
  position: relative;
}

.datepicker-button-effect {
  color: #eb3323 !important;
}

.datepicker-buttons-container
  .datepicker-button.now
  .datepicker-button-content {
  color: #eb3323 !important;
}

.datepicker-buttons-container .datepicker-button.now .datepicker-button-effect {
  background: #eb3323 !important;
}

.datepicker-container .datepicker-days .datepicker-day .datepicker-day-effect {
  margin: auto;
  opacity: 0.6;
  background: #eb3323 !important;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom-button .custom-button-effect {
  position: absolute;
  background: #eb3323 !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 30px;
  border-radius: 4px;
  width: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.time-picker-column-item-effect {
  position: absolute;
  opacity: 0.6;
  background: #eb3323 !important;
  height: 24px;
  width: 70%;
  top: 2px;
  left: 15%;
  -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 4px;
}

.sort-member {
  padding-top: 20px;
}

.quillWrapper .ql-snow.ql-toolbar {
  padding-top: 8px;
  padding-bottom: 4px;
  width: 413px;
  height: 114px;
}

.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  width: 413px;
  height: 100%;
  margin: 0;
  position: relative;
}

.flg-tx {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dep {
  padding-top: 15px;
}

.flg {
  padding-top: 20px;
}

.ql-container.ql-snow {
  border: 1px solid #ccc;
  width: 93%;
}

.quillWrapper .ql-snow.ql-toolbar {
  width: 383px;
  height: 114px;
}

.quillWrapper .ql-snow.ql-toolbar {
  padding-top: 8px;
  padding-bottom: 4px;
  width: 93%;
}
