    
  .wiki{
    padding: 0 15px;
    padding-top: 24px;
  }
  .row {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 24px;
  }

  .row .col-sm-12 {
    width: 100%;
  }
  
  .wiki .btns__container {
    background: #E0E0E0;
    overflow: hidden;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
  }
  
  .wiki .btns__container .btns__container-bg {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 50;
    left: 0;
    top: 0;
    background: #826FC0;
    border: 1.5px solid #7361A6;
    border-radius: 10px;
    transition: all .4s ease;
  }
  
  .wiki .btns__container .btns__container-bg.right {
    /* right: 0; */
    left: 50%;
    transition: all .4s ease;
  }
  
  .wiki .btns__container label {
    padding: 8px 42px;
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.03em;
    color: #828280;
    cursor: pointer;
    z-index: 51;
    user-select: none;
    transition: all .6s ease;
    border: 1px solid transparent;
  }
  
  .wiki .btns__container input:checked+label {
    color: #D2C9FE;
  }
  
  .wiki__hero {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 38px 33px;
    border-radius: 10px;
    background-image: url(/assets/css/images/wiki/header.png), linear-gradient(90deg, #9C8DDF 0%, #F6F5FB 100%);
    text-align: center;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
  }
  
  .wiki__hero h2 {
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 57px;
    color: #FFFFFF;
    margin-bottom: 18px;
  }
  
  .wiki__hero p {
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 24px;
  }
  
  .wiki__hero button {
    background: #826FC0;
    border-radius: 10px;
    padding: 5px 20px;
    border: none;
    outline: none;
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #D2C9FE;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  
  .wiki__hero button:hover {
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 20%);
  }
  
  .wiki__hero button svg {
    margin-right: 10px;
  }
  
  .wiki h3.section__title {
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #828280;
  }
  
  .wiki .links__blc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .wiki .links__blc .item {
    padding: 40px 30px;
    height: 226px;
    width: 280px;
    display: flex;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center 20%;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 1px 0 5px #707070;
  }
  
  .wiki .links__blc .item:hover {
    transform: scale(1.03);
    transition: .2s ease;
  }
  
  .wiki .links__blc .item.small {
    height: 190px;
  }
  
  .wiki .links__blc .item a {
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #606060;
    text-decoration: none;
    /* padding: 35px 41px; */
    justify-content: center;
  }
  
  .wiki .links__blc .item a span{
    position: absolute;
    top: 70%;
  }
  
  .wiki .links__blc .item.prof {

    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 70%;
    background-image: url(/assets/css/images/wiki/bag.png);
    background-color: #E6E092;
  }
  
  .wiki .links__blc .item.edu {

    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 70%;
    background-image: url(/assets/css/images/wiki/rocket.png);
    background-color: #B5DFEB;
  }
  .span_link {
    color: #606060;
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #606060;
    text-decoration: none;
    padding: 35px 41px;
    justify-content: center;
    margin-top: 125px;
  }
  .wiki .links__blc .item.add {

    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 70%;
    background-image: url(/assets/css/images/wiki/paint.png);
    background-color: #C7C1E3;
  }
  
  .wiki .links__blc .item.news {

    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 70%;
    background-image: url(/assets/css/images/wiki/paper.png);
  }
  
  .wiki .links__blc .item.tren {

    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 70%;
    background-image: url(/assets/css/images/wiki/target.png);
  }
  
  .wiki .links__blc .item.library {

    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 70%;
    background-image: url(/assets/css/images/wiki/book.png);
  }

















.btns__container input{
  display: none;
}
.btns__container input:checked + .wiki-interface{
  background: #826FC0;
  border: 1.5px solid #7361A6;
  color: #D2C9FE;    
}
.wiki-admin__menu ul{
  list-style: none;
  margin:0;
  padding:0;
  display: block;
  text-align: center;
}
.wiki-admin__menu ul li{
  display: inline-block;
}
.wiki-admin__menu ul li a{
  display: block;
  padding: 8px 20px;
  text-decoration: none;
  color: #9a9a9a;
  border: 1px solid;
  font-size: 14px;
  line-height: 100%;
}
.wiki-admin__menu ul li.active a{
  color: dodgerblue;
}
.wiki-admin__content{
  background: #FFF;
  padding:15px;
  margin-top:25px;
}
.wiki-admin__content h1{
  margin:0;
  margin-bottom:15px;
}
.wiki-admin-course__tree{
  width:300px;
  border-right:1px solid #e5e5e5;
  height:100%;
  overflow-y:auto;
}
.wiki-admin-course__content{
  flex:1;
}
.wiki-main__wrapper, .uni-admin-tree-item__wrapper, .uni-admin-tree__item, .uni-user-tree__item, .uni-user-tree-item__wrapper {
  position:relative;
}
.admin-course__buttons .btn{
  float:left;
  margin-right:15px;
}
.admin-course__buttons .btn-red{
  float:right;
  margin-right:0px;
  margin-left:15px;
}
.admin-course__tree{
  margin-top:15px;
}
.uni-admin-tree__item{
  max-width:100%;
  margin:5px 0;
  /*border:1px solid #e5e5e5;
  box-shadow: 1px 0 4px #CCC;*/
}
.uni-admin-tree__item .uni-admin-tree-item__wrapper:before{
  content: "";
  position: absolute;
  display: block;
  border-left: 1px dashed #CCC;
  width: 1px;
  top: -20px;
  bottom:20px;
  left: 14px;
}
.uni-admin-tree-item__wrapper .uni-admin-tree__item:after{
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  border-top: 1px dashed #CCC;
  height: 1px;
  top: 20px;
  left: -10px;
}
.uni-admin-tree-item__wrapper .uni-admin-tree__item:last-child:before{
  content: "";
  position: absolute;
  display: block;
  border-left: 3px solid #FFF;
  width: 1px;
  top: 20px;
  bottom: 0px;
  left: -12px;
}
.uni-admin-tree__item .fa-folder, .uni-admin-tree__item .fa-folder-open{
  color: #eec768;
  margin-right: 10px;
}
.uni-admin-tree__item .fa-file-alt{
  margin-right: 10px;
  color: dodgerblue;
}
.uni-admin-tree__item .fa-folder-open, .uni-admin-tree__item .fa-folder, .uni-admin-tree-item__header span{
  cursor:pointer;
}
.uni-admin-tree__item .fa-folder-open, .uni-admin-tree__item.uni-lesson .fa-folder, .uni-admin-tree__item.uni-lesson .fa-folder-open, .uni-admin-tree__item.uni-lesson .fa-folder-open, .uni-admin-tree__item .fa-file-alt{
  display: none;
}
.uni-admin-tree__item .fa-folder, .uni-admin-tree__item.uni-lesson .fa-file-alt{
  display: block;
}
.uni-admin-tree__item.opened > .uni-admin-tree-item__header > .fa-folder, .uni-admin-tree-item__wrapper{
  display: none;
}
.uni-admin-tree__item.opened:not(.uni-lesson) > .uni-admin-tree-item__header > .fa-folder-open, .uni-admin-tree__item.opened > .uni-admin-tree-item__wrapper{
  display: block;
}
.uni-admin-tree-item__header{
  display: flex;
  align-items: center;
  width: auto;
  padding: 10px;
  font-size: 14px;
  /*background: #f8fcff;*/
}
.uni-admin-tree-item__header span{
  flex: 1;
  color: #7f7f7f;
}
.uni-admin-tree-item__header i.fa-ellipsis-v{
  color: dodgerblue;
  cursor: pointer;
  font-size: 10px;
  background: #ebebeb;
  border-radius: 50%;
  padding: 5px 0;
  width: 20px;
  text-align: center;
}
.uni-admin-tree__item > .uni-admin-tree-item__header:hover{
  background: aliceblue;
}
.uni-admin-tree__item:hover > .uni-admin-tree-item__header span{
  color: #000;
}
.uni-admin-tree__item .uni-admin-tree__item{
  margin-left:25px;  
}
.uni-admin-tree-item__wrapper{
  position:relative;
  padding:0px;
}

.uni-user-tree__item .uni-user-tree-item__wrapper:before{
  content: "";
  position: absolute;
  display: block;
  border-left: 1px dashed #CCC;
  width: 1px;
  top: -20px;
  bottom:20px;
  left: 14px;
}
.uni-user-tree-item__wrapper .uni-user-tree__item:after{
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  border-top: 1px dashed #CCC;
  height: 1px;
  top: 20px;
  left: -10px;
}
.uni-user-tree-item__wrapper .uni-user-tree__item:last-child:before{
  content: "";
  position: absolute;
  display: block;
  border-left: 3px solid #FFF;
  width: 1px;
  top: 20px;
  bottom: 0px;
  left: -12px;
}
.uni-user-tree__item .fa-folder, .uni-user-tree__item .fa-folder-open{
  color: #eec768;
  margin-right: 10px;
}
.uni-user-tree__item .fa-file-alt{
  margin-right: 10px;
  color: dodgerblue;
}
.uni-user-tree__item .fa-folder-open, .uni-user-tree__item .fa-folder, .uni-user-tree-item__header span{
  cursor:pointer;
}
.uni-user-tree__item .fa-folder-open, .uni-user-tree__item.uni-lesson .fa-folder, .uni-user-tree__item.uni-lesson .fa-folder-open, .uni-user-tree__item.uni-lesson .fa-folder-open, .uni-user-tree__item .fa-file-alt{
  display: none;
}
.uni-user-tree__item .fa-folder, .uni-user-tree__item.uni-lesson .fa-file-alt{
  display: block;
}
.uni-user-tree__item.opened > .uni-user-tree-item__header > .fa-folder, .uni-user-tree-item__wrapper{
  display: none;
}
.uni-user-tree__item.opened:not(.uni-lesson) > .uni-user-tree-item__header > .fa-folder-open, .uni-user-tree__item.opened > .uni-user-tree-item__wrapper{
  display: block;
}
.uni-user-tree-item__header{
  display: flex;
  align-items: center;
  width: auto;
  padding: 10px;
  font-size: 14px;
  /*background: #f8fcff;*/
}
.uni-user-tree-item__header span{
  flex: 1;
  color: #7f7f7f;
}
.uni-user-tree-item__header i.fa-ellipsis-v{
  color: dodgerblue;
  cursor: pointer;
  font-size: 10px;
  background: #ebebeb;
  border-radius: 50%;
  padding: 5px 0;
  width: 20px;
  text-align: center;
}
.uni-user-tree__item > .uni-user-tree-item__header:hover{
  background: aliceblue;
}
.uni-user-tree__item:hover > .uni-user-tree-item__header span{
  color: #000;
}
.uni-user-tree__item .uni-user-tree__item{
  margin-left:25px;  
}
.uni-user-tree-item__wrapper{
  position:relative;
  padding:0px;
}

.uni-tree-selector {
  float: left; 
  z-index: 100; 
  position: relative; 
  top: 7px;
  left: -10px;
}

.uni-selector {
  display: block;
  padding: 10px;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  border-bottom: 1px solid #efefef;
  transition: background .2s ease;
}

.wiki-window{
  position: fixed;
  bottom: 0px;
  top: Calc(var(--sidebar-top-height));
  z-index: 100;
  background: #FFF;
  /*width: Calc(100% - var(--sidebar-left-width));*/
  /*min-width: Calc(100% - var(--sidebar-left-width));*/
  max-width: 100%;
  max-height: 90vh;
  left: 100%;
  box-shadow: 1px 0 4px #ccc;
  padding: 15px;
  overflow: scroll;
  padding-bottom: 15px;
}
.wiki-window H1:first-child{
  margin-top:0;
  margin-bottom:15px;
}
textarea.short-area{
  font:inherit;
  font-size:14px;
  padding:10px;
  border:1px solid #e5e5e5;
  resize: vertical;
  min-height:50px;
}
.wiki-window .tab-buttons{
  border-bottom: 1px solid #e5e5e5;
}
.wiki-window .tab-buttons .tab{
  border: 1px solid #e5e5e5;
  margin-bottom: -1px;
  background: #ededed;
  color: #a5a3a3;
}
.wiki-window .tab-buttons .tab.active{
  border-bottom: 1px solid #FFF;
  background: #FFF;
  color: dodgerblue;
}
.wiki-window .tab-content{
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 15px;
}
.wiki-window .tabs{
  overflow: hidden;
  position: absolute;
  top: 65px;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
.wiki-window .tab-content{
  height: Calc(100% - 90px);
  overflow-x: hidden;
  overflow-y:auto;
}
.wiki-window .tab-content-user{
  height: Calc(100% - 50px);
  overflow-x: hidden;
  overflow-y:auto;
}
.wiki-window__buttons{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 15px 50px 15px;
  border-top: 1px solid #e5e5e5;
  width: 100%;
  background: #FFF;
  z-index: 101;
}

.wiki-window__buttons .btn:last-child{
  float:right;
}

.wiki-lesson-content__content video {
  max-width: 100%;
}

.wiki-lesson-content__one{
  display: block;
  margin: 40px 20px;
  width:90%;
  border:1px solid #e5e5e5;
  background: #f8f8f8;

}

.wiki-lesson-content__one * {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;

}

.wiki-lesson-content__info{
  padding:15px;
  border-bottom:1px solid #e5e5e5;
  display: flex;
  align-items: center;
}
.wiki-lesson-content__info span{
  font-size:14px;
  color: #666;
  margin-right:15px;
}
.wiki-lesson-content__controls{
  flex:1;
  text-align: right;
}
.wiki-lesson-content__one.closed .wiki-lesson-content__content{
  height:0;
  overflow: hidden;
  padding:0;
}
.wiki-lesson-content__one .wiki-lesson-content__info .fa-angle-down, .wiki-lesson-content__one.closed .wiki-lesson-content__info .fa-angle-up{
  display: none;
}
.wiki-lesson-content__one.closed .wiki-lesson-content__info .fa-angle-down, .wiki-lesson-content__one .wiki-lesson-content__info .fa-angle-up{
  display: inline-block;
}
.wiki-lesson-content__controls i{
  cursor: pointer;
  background: #e9e9e9;
  padding: 2px 5px;
  border-radius: 50%;
}
.wiki-lesson-content__content{
  padding:15px;
}
.popup-menu__item.item__green:hover{
  color: green;
}
.popup-menu__item.item__blue:hover{
  color: dodgerblue;
}
.popup-menu__item.item__red:hover{
  color: red;
}
.popup-menu__item{
  display: flex;
  width:100%;
  padding:6px;
  font-size:12px;
  cursor:pointer;
  color: #666;
  align-items: center;
  border-bottom:1px solid #e5e5e5;
}
.popup-menu__item span{
  flex:1;
}
.popup-menu__item i{
  margin-right:6px;
}
.popup__autowidth{
  width: auto;
}
.wiki-window .frmEdit button[type="submit"]{
  float:left;
}
.wiki-window .frmEdit .btn-red{
  float:right;
}
.wiki-window form.frmEdit{
  position: absolute;
  top: 50px;
  height: Calc(100% - 50px);
  left: 0;
  right: 0;
}
.wiki-window__content{
  height: Calc(100% - 50px);
  overflow: auto;
  padding-right: 15px;
}
.wiki-window input[type="text"], .wiki-window input[type="color"]{
  padding:10px;
  font:inherit;
  border:1px solid #e5e5e5;
  width:100%;
}
.wiki-window input[type="color"]{
  padding:2px 5px;
}
.wiki-window form select{
  width: 100%;
  border:1px solid #e5e5e5;
  padding: 8px;
  font:inherit;
}
.wiki-preloader{
  display: block;
  width:40%;
  height:auto;
  margin: 0 auto;
}
.wiki-lesson-content__info u{
  text-decoration: none;
  color: dodgerBlue;
  font-size:12px;
}
.wiki-lesson-content__buttons{
  font-size:12px;
  padding:10px 100px;
  background: #f4f4f4;
}
.wiki-lesson-content__buttons .btn i{
  color: #000;
  margin-right: 5px;
}
.wiki-lesson-content__settings{
  padding:15px 0;
  font-size:12px;
}
.wiki-lesson-content__settings .label-inline{
  background: aliceblue;
  display:flex;
  align-items: center;
}
.wiki-lesson-content__settings button{
  float: right;
  margin-top:15px;
}
.uni-doc-container{
  display: flex;
  align-items: center;
  font-size:14px;
}
.wiki-window .uni-doc-container input{
  border: none;
  border-bottom: 1px solid #f3f3f3;
  background: none;
  flex: 1;
  padding: 10px 0;
  margin-right:10px;
}
.wiki-window .uni-doc-container a{
  text-decoration: none;
  color: dodgerBlue;
}
.wiki-window .uni-doc-container input:active{
  background: #F4f4f4;
}
.uni-tags__wrapper{
  margin: 15px 0;
  padding:15px 0;  
  border-top:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
}
.uni-tags__wrapper p{
  margin:0;
  margin-bottom:15px;
  color: dodgerBlue;
}
.uni-tags__search{
  display: flex;
  align-items: center;
}
.wiki-window .uni-tags__search input{
  font-size:14px;
  flex: 1;
  margin-right:10px;
}
.uni-tags-search__wrapper{
  position:relative;
}
.uni-tags__list.closed{
  display: none;
}
.uni-tags__list{
  position: absolute;
  top: 40px;
  left:0;
  z-index: 1;
  width:100%;
  box-shadow: 1px 0 4px #CCC;
  background:#FFF;
  border-top:1px solid #e5e5e5;
  max-height:300px;
  overflow-y: auto;
}
.uni-tags__list div{
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  cursor: pointer;
  margin: 10px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 10px;
}
.uni-tags__list div:hover{
  font-style:italic;
}
.uni-tags__selected div{
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 10px;
  cursor:pointer;
}
.uni-tags__selected div i{
  float:right;
  margin-top: 2px;
  margin-left: 5px;
}
.doc-content_types input[type="text"]{
  width:100%;
  border:none;
  padding:0;
  border-bottom:1px solid #e5e5e5;
}
.doc-directory{
  position: relative;
}
.doc-directory__code{
  position: absolute;
  width: 40%;
  top: 30px;
  left: 30%;
  color: dimgray;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
}


@media screen and (max-width: 600px) {
  .wiki__hero {
      align-items: center;
    }
  
    .wiki__hero h2 {
      font-size: 36px;
      line-height: 42px;
      margin-bottom: 10px;
    }
    
    .wiki__hero p {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 25px;
    }
    
    .wiki__hero button {
      font-size: 16px;
      line-height: 20px;
    }
  
    .wiki .btns__container label{
      font-size: 13px;
      padding: 8px 20px;
    }
  
    .wiki .links__blc {
      display: inline-flex;
      width: 100%;
      gap: 5px;
    }
  
    .wiki .links__blc .item{
      height: auto;
      width: 32%;
    }
  
    .wiki .links__blc .item a{
      font-size: 11px;
      position: relative;
      background-color: #FFF;
    }
  
    .wiki .links__blc .item a span{
      position: absolute;
      top: 55%;
    }
  
    .wiki .links__blc .item.small{
      height: auto;
    }
  
    .wiki .links__blc .item.small a span{
      top: 45%;
    }
}

.lib-book {
  height: 300px;
  position: relative;
  border-bottom: solid 2px;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 30px;

}

.lib-comment {
  border: solid 2px black;
  border-radius: 10px;
  padding-left: 30px;
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
  padding-right: 30px;
  height: fit-content + 50px;
  position: relative;
}

.lib-form-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* display: none; */
  background-color: gray;
  opacity: 60%;
}

.lib-form-container {
  position: fixed;
  width: 200px;
  top: 25%;
  left: calc(55vw - 100px);
  align-items: middle;
  /* display: none; */
  background-color: white;
  border: solid 2px black;
  border-radius: 7px;
  text-align: center;
  padding-bottom: 20px;
}

.lib-upload-form {
  justify-content: center; 
  text-align: center; 
  
  margin-top: 40px;
}

.lib-upload-form label {
  margin-top: 15px;
  margin-bottom: 5px;
  display: block;
}

.lib-form-container input{
  border: solid 2px black;
  width: 94%;
  text-align: center;
  margin-left: 2%;
  height: 3vh;
  margin-top: 10px;
}

.lib-form-container label{
  display: inline-block;
  margin-top: 10px;
}


.lib-nav {
  text-decoration: none;
  color: black;
  margin-left: 10px;
  cursor: pointer;
  margin-right: 10px;
}

.lib-nav-wrapper {
  vertical-align: middle;
  border-bottom: solid 2px; 
  padding-bottom: 10px; 
  margin: auto;
}

.lib-nav-nav {
  align-items: center; 
  margin-top: 30px; 
  margin: auto; text-align: 
  center;
}

.lib-search-wrapper {
  padding-bottom: 10px; 
  border-bottom: solid 2px;
}

.lib-button-border {
  text-decoration: none; 
  color: black; 
  border-radius: 5px; 
  border: solid 2px black; 
  height: fit-content; 
  width: fit-content; 
  justify-content: center;
  padding: 10px; 
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  background-color: white;
  font-size: 16px;
}

.lib-cover {
  width: 200px; 
  height: 280px; 
  float: left; 
  margin-right: 20px
}

.lib-like-count {
  all: unset; 
  font-size: 30pt; 
  position: absolute; 
  bottom: 15px; 
  right: 15px;
}

.lib-comment-wrapper {
  margin-top: 30px; 
  margin-left: 10%; 
  margin-right: 10%; 
  justify-content: center;
}

.lib-comment-textarea {
  resize: none; 
  font-size: 12pt; 
  width: 70%;
}

.lib-comment-send {
  float: right; 
  width: 20%; 
  height: 50px; 
  font-size: 13pt; 
  margin-top: 15px
}

.lib-book-remove {
  margin-top: 20px;
  color: #ff7070;
}

.lib-comments-add {
  font-weight: bold;
  color: #826fc0;
  cursor: pointer;
}

.lib-comments-remove {
  margin-left: 10px;
  font-weight: normal;
  cursor: pointer;
  color: red;
}

.lib-menu-space {
  margin-right: 20px;
}

.lib-tags__selected div{
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 10px;
  cursor: default;
}

.lib-tags__list{
  position: absolute;
  top: 40px;
  left:0;
  z-index: 1;
  width:100%;
  box-shadow: 1px 0 4px #CCC;
  background:#FFF;
  border-top:1px solid #e5e5e5;
  max-height:300px;
  overflow-y: auto;
}
.lib-tags__list div{
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  cursor: pointer;
  margin: 10px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 10px;
}

.lib-tags__search input{
  font-size:14px;
  flex: 1;
  margin-right:10px;
}
.lib-tags-search__wrapper{
  position:relative;
}
.lib-tags__list.closed{
  display: none;
}

.luni-tags__selected div{
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 10px;
  cursor:pointer;
}
.luni-tags__selected div i{
  float:right;
  margin-top: 2px;
  margin-left: 5px;
}

.lib-tags__wrapper{
  margin: 15px 0;
  padding:15px 0;  
  border-top:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
}
.lib-tags__wrapper p{
  margin:0;
  margin-bottom:15px;
  color: dodgerBlue;
}

.lib-tags__search{
  display: flex;
  align-items: center;
}
.lib-tags__search input{
  font-size:14px;
  flex: 1;
  margin-right:10px;
}


.teacher-list-edit {
  color: orange;
}

.teacher-list-delete {
  color: red;
}

.edit-set-btn {
  color: orange;
}

.delete-set {
  color: red;
}

.uni-back {
  padding: 0;
  font-family: 'SF Pro Display', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #828280;
  cursor: pointer;
  z-index: 51;
  user-select: none;
  transition: all .6s ease;
}

.uni-lesson {
  cursor: pointer;
}

.uni-course-header {
  text-align: center;
  font-size: 30px;
  color:#606060;
  
}

.uni-course-wrapper {
  background-color: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-radius: 10px;
  margin-bottom: 20px;
}

.uni-course-wrapper--top {
  display: grid;
  border-bottom: 1px solid gray;
  gap: 20px;
  grid-template-columns: 15% 1fr 100px;
  grid-template-areas: "course__logo title__wrapper course-chevron";
}

.uni-course-wrapper--top .course__logo {
  display: flex;
  align-items: center;
  width: 100%;
  max-height: 150px;
  max-width: 150px;
  height: 100%;
  justify-content: center;
  background: rgb(212 211 211 / 26%);
  object-fit: contain;
  padding: 20px;
  grid-area: course__logo;
}

.uni-course-wrapper--top .course__logo img {
  width: 100%;
  height: auto; 
}

.uni-course-name {
  font-weight: 700;
  margin-top: 5px;
  padding-bottom: 20px;
}

.course-title__wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 15px;
  padding: 20px 10px;
  grid-area: title__wrapper;
}

progress[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
   border: none;
  width: 100%;
  height: 10px;
  border-radius: 6px;
  overflow: hidden;
}

progress:indeterminate {
  width: 80vw;
  height: 20px;
  border-radius: 5px;
}

progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

progress[value]::-moz-progress-bar {
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

.course-time {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #828280;
}

.uni-course-lessons-wrapper {
  padding: 15px 30px;
}

.uni-course-lessons-wrapper h3 {
  color: #828280;
}

.uni-user-tree__item.uni-lesson.uni-course-lesson {
  display: flex;
  gap: 10px;
}

.uni-course-chevron {
  display: flex;
  width: 100px;
  color:#828280;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  grid-area: course-chevron;
}

.uni-course-lesson__ready-check {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #828280;
  margin-left: auto;
}

.uni-course-lesson__ready-check.active {
  border: none;
  background-color: rgb(123, 230, 52);
}

.uni-user-tree__item.uni-lesson.uni-course-lesson.uni-user-tree__item--title {
  display: unset;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 90%;
}

@media screen and (max-width: 600px) {
  .uni-course-wrapper--top {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "course__logo course-chevron"
                          "title__wrapper title__wrapper";
    gap: 5px;
  }

  .uni-course-wrapper--top .course__logo{
    max-width: 80px;
    max-height: 80px;
    background: unset;
    padding: 15px;
  }

  .uni-course-chevron {
    justify-content: end;
    width: unset;
    padding: 0 15px;
    font-size: 26px;
  }

  .course-title__wrapper {
    padding-top: 0;
  }
}