html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; vertical-align: baseline } article, aside, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block } body { line-height: 1 } ol, ul { list-style: none } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } table { border-collapse: collapse; border-spacing: 0 }

html { height: 100%; min-height: 100%; }
html, html a { -webkit-font-smoothing: antialiased; text-decoration: none;}

header .wrapper, main .wrapper {
  width: 900px;
  height: 100%;
  margin: 0 auto;
}
header {
    position: fixed;
    width: 100%;
    height: 80px;
    margin-top: -80px;
    background: #ffffff;
    border-bottom: 1px solid #D9D9D9;
    z-index: 9999;
}
.login_in {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(15px);
}
.menu_btn {
  display: none;
}
.logo {
    text-align: left;
    padding: 20px 0;
}
.logo span {
    font-size: 1.52em;
    font-weight: 800;
}
.logo a {
    color: #000;
}
.add_btn, .login_btn {
    float: right;
    padding: 20px 0;
}
.add_btn {
    margin-right: 20px;
}
.btn {
    height: 40px;
    padding: 5px 20px !important;
    border-radius: 50px !important;
    border: 1px solid #D9D9D9 !important;
    box-shadow: none;
    background: #fff !important;
}
.desc {
    display: block;
}
.mob {
    display: none;
}
.st {
    border-radius: 20px!important;
    border: 1px solid #D9D9D9!important;
}
.grid_header.grid_header_login {
    grid-template-columns: 150px auto 100px 45px;
}
.grid_header {
    display: grid;
    grid-template-columns: 150px auto 100px;
}
.btn_ava {
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 50px;
    margin: 20px 0 0 5px;
    background-size: cover;
    cursor: pointer;
}
.login_menu {
    display:none;
    position: absolute;
    width: auto;
    height: auto;
    background: #fff;
    border: 1px solid #D9D9D9 !important;
    border-radius: 20px;
    top: 65px;
    margin-left: -120px;
    padding: 20px;
}
.login_menu a {
  display: block;
  color: #666;
  padding: 3px 0;
}
.prof_orl {
    padding-bottom: 10px !important;
    margin-bottom: 5px;
    padding-bottom: 11px;
    border-bottom: 1px solid #D9D9D9 !important;
    font-weight: 600 !important;
}
.prof_orl a {
    color: #000;
}
.out {
    color: red!important;
}
.btn_back {
    display: block;
    width: 50px;
    height: 50px;
    padding: 10px 14px;
}
.back {
    width: 20px;
    height: 20px;
    color: #000;
}
.speed_bar {
    width: 100%;
    height: 100%;
    padding: 10px 25px;
}
.speedbar {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
}

.grid_speedbar {
    display: grid;
    grid-template-columns: 70px auto;
}
.over {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
}
.over::-webkit-scrollbar {
    width: 0;
    display: none;
}
.grid_main {
    display: grid;
    grid-template-columns: 200px auto;
}
.grid_add {
    display: grid;
    grid-template-columns:auto 300px;
}
.grid_add-btn {
    display: grid;
    grid-template-columns: 65px 65px auto;
}
main {
  width: 100%;
  height: 100%;
  margin-top: 80px;
}
.cards {
    width: 100%;
    height: 130px;
    padding: 20px;
}
li.list-group-item {
    border: none;
}
.sitebar ul.list-group.list-group-flush {
    margin-left: -15px;
    padding-right: 20px;
}
.cards_avatar {
    width: 40px;
    height: 40px;
    background: #D9D9D9;
    border-radius: 50px;
    background-size: cover;
}
.top_panel span {
    margin-right: 10px;
    color: #777777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top_panel span {
    float: left;
    margin-right: 10px;
    color: #777777;
    padding: 7px 0;
}
.icons {
    width: 20px;
    height: 20px;
    padding: 0 0px;
}
.cards_icons {
    float: right;
    display: grid;
    grid-template-columns: 30px 30px 30px;
}
.fire {
  color: #F3987D;
}
.time, .frozen {
    color: #808080;
}
.success {
    color: #63d7ba;
}
.work {
  color: #efce59;
  }
.failed {
    color: #FF6865;
}
.edit {
    color: #808080;
}
.gtid_name {
    display: grid;
    margin-top: -12px;
    grid-template-columns: auto 1fr;
}
.gtid {
    display: grid;
    grid-template-columns: auto 50px;
}
.grid_short-icons {
    display: grid;
    grid-template-columns: 50px 1fr 100px;
}
.title {
    width: fit-content;
    margin: 15px 0 0 20px;
}
.title h2 {
    font-size: 1.5em;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0;
}
.title h2:hover {
    margin-right: 10px;
    transition: margin-right 0.4s, color 0.4s;
    color: #0d6efd;
}
.title:hover > svg.bi.bi-arrow-right, .edit:hover {
    color: #0d6efd;
    transition: margin-right 0.4s, color 0.4s;
}
#title {
    position: absolute;
    top: -200px;
}
select.select {
    width: 100%;
    height: 50px;
    padding: 0 25px 7px;
    border-radius: 20px!important;
}
option:first-of-type {
  border-radius: 8px 8px 0 0!important;
}
.additional_field {
    padding: 20px;
}
.additional_field label {
    font-size: 0.8em;
    width: 100%;
}
#upload_button_image, #upload_button_video, #upload_button_tech-card {
    width: 100% !important;
    height: 50px;
    padding: 12px !important;
    border-radius: 20px !important;
}
.file-ext {
    display: none;
}
.file-content {
    height: 100% !important;
}
i.mediaupload-icon.mediaupload-icon-edit {
    display: none;
}
.file-preview-card .file-delete a {
    color: #ef5350;
    position: relative;
    top: -40px;
}
.file-footer-caption {
    display: none;
}
.file-footer {
    border: none !important;
    box-shadow: none !important;
}
.file-footer-bottom {
    height: 0px;
    width: 0px;
    border: none !important;
    box-shadow: none !important;
}
.file-content {
    border: none !important;
    box-shadow: none !important;  
}
.file-content {
    border: 1px solid #D9D9D9 !important;
    border-radius: 5px;
    overflow: hidden;
}
.qq-uploader .file-preview-card {
    width: 46%!important;
    height: 70px!important;
    margin-right: 8px;
    margin-top: 8px!important;
    margin-bottom: 0!important;
}
.file-preview {
    padding: 0!important;
}
.additional_field.st.mb-4.sheck label {
    width: auto;
    margin-right: 15px;
}
.sheck label {
    font-size: 1em !important;
}
.tox-tinymce {
    border: none !important;
  }
.wseditor {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    overflow: hidden;
}
.tox-statusbar {
    display: none !important;
}
img.file-preview-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.big_btn {
    padding: 10px 24px !important;
    height: 50px !important;
    border-radius: 20px !important;
    font-size: 1em !important;
    font-weight: 100 !important;
}
.mr {
    padding-right: 15px !important;
}
.big_btn-add {
    width: 100%;
}
.pl {
    padding-right: 0 !important;
}
#tags {
    height: 50px;
    padding: 15px 20px;
}
ul.dropdown-menu.show {
    width: max-content;
    padding: 20px 20px 10px 20px;
}
.checkbox label {
    margin-bottom: 10px;
}
.form-check-input {
    margin-right: 10px;
}
.moxie-shim {
    width: 100% !important;
}
.tox-editor-header {
    display: none !important;
}
svg.bi.bi-arrow-right {
    position: relative;
    width: 25px;
    height: 25px;
    bottom: -10px;
    left: 20px;
    color: #000;
}
.fullstory {
    width: 100%;
}
.float-n {
  float: none !important;
}
.full {
    height: 100% !important;
}
.full_title {
    margin-top: 35px;
    margin-bottom: 15px;
}
.video {
    overflow: hidden !important;
}
.dlepl {
    display: block!important;
}
#myCarousel {
    --f-arrow-pos: 10px;
    --f-arrow-bg: rgba(255, 255, 255, 0.75);
    --f-arrow-hover-bg: rgba(255, 255, 255, 1);
    --f-arrow-color: #333;
    --f-arrow-width: 40px;
    --f-arrow-height: 40px;
    --f-arrow-svg-width: 20px;
    --f-arrow-svg-height: 20px;
    --f-arrow-svg-stroke-width: 2px;
    --f-arrow-border-radius: 50%;
    height: 400px;
}

#myCarousel .f-carousel__slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
#myCarousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.galerry {
    overflow: hidden;
}
.f-thumbs.is-modern.is-ltr.is-horizontal.is-enabled.is-syncing {
    margin-bottom: 20px;
}
.title span, .full_title span {
    background: #63d7ba;
    border-radius: 10px;
    margin-right: 10px;
    padding: 0 10px 4px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, .5);
}
#blink {
  position: relative;
  -webkit-animation: blink 1.7s linear infinite;
  animation: blink 1.7s linear infinite;
}
@-webkit-keyframes blink {
  10% { color: rgb(243, 152, 125); height: 23px; width: 23px; top: -1.5px;}
  80% { color: rgba(243, 152, 125, 0); height: 20px; width: 20px;}
}
@keyframes blink {
  20% { color: rgb(243, 152, 125); height: 23px; width: 23px; }
  100% { color: rgba(243, 152, 125, 0); height: 20px; width: 20px;}
}
li.list-group-item.st {
    height: 50px;
}
li.list-group-item {
    padding: 0;
}
.sitebar li.list-group-item a {
    display: block;
    padding: 10px 20px;
    color: #000;
    font-weight: 500;
}
.sitebar li.list-group-item a:hover {
  padding: 10px 20px;
  border-radius: 20px !important;
  background: #63d7ba;
  color: #fff !important;
  text-shadow: 1px 1px 2px rgba(51, 51, 51, .5);
}
a.active {
    display: block;
    height: 50px;
    width: 100%;
    padding: 10px 20px !important;
    border-radius: 20px !important;
    background: #63d7ba;
    color: #fff !important;
    font-size: 1.1em;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, .5);
}
#addcomment .wseditor {
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    overflow: hidden;
    height: 200px;
}
.mass_comments_action {
    display: none;
}
.com_info {
    margin-top: -20px;
}
.com_content {
    position: relative;
    padding: 20px;
    margin-top: -15px;
    margin-left: 50px;
    border-radius: 20px !important;
    border: 1px solid #D9D9D9 !important;
    background: #fff;
}
.com_info::before {
    display: block;
    position: relative;
    content: "";
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    top: 70px;
    left: 95px;
    background: #fff;
    z-index: 9;
}
.com_info::after {
    display: block;
    position: relative;
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid #D9D9D9 !important;
    transform: rotate(45deg);
    top: 10px;
    left: 90px;
}
.modal.show .modal-dialog {
    position: relative;
    transform: none;
    z-index: 9999;
}
.modal-header {
    border: none!important;
}
.grid_item.add_sitebar {
    padding-left: 20px;
}
.modal-content {
    border-radius: 20px !important;
    padding: 20px;
}
#login_name, #login_password {
    border-radius: 20px;
    padding: 6px 25px 10px 25px;
}
#loginpane {
    width: 300px;
    margin: 0 auto 50px;
}
#loginpane .big_btn-add {
    height: 50px;
    font-weight: 100;
}
.Mob_menu {
    position: fixed;
    width: 60%;
    height: 100vh;
    top: 0;
    z-index: 999999;
    background: #fff;
    backdrop-filter: blur(30px);
    left: -60%;
}
.Mob_menu a {
    display: block;
    padding: 20px;
    color: #000;
    font-size: 1.1em;
    font-weight: 600;
    border-bottom: 1px solid #D9D9D9;
}
.rem_menu {
    position: fixed;
    width: 40%;
    height: 100vh;
    right: -80%;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    z-index: 999999;
}
.Mob_menu.activ {
    transition: all 0.3s ease;
    left: 0%;
}
.rem_menu.activ  {
    transition: all 0.3s ease;
    right: 0%;
}
svg.icons_memu {
    margin-top: -3px;
    margin-right: 15px;
}
.role, .tegs {
    width: max-content;
    font-size: 0.8em;
    margin-top: -7px;
    padding: 0 6px 2px;
    color: #fff;
    border-radius: 5px;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, .5);
}
.r_green {
    background: #63d7ba;
}
.r_red {
    background: #ff7477;
}
.r_blue {
    background: #80bef4;
}
.r_yellow {
    background: #f2b36a;
}

.grid_teg {
    display: grid;
    grid-template-columns: auto 1fr;
}
.tegs a {
    margin: 0 2px 0;
    background: #7161ef;
    padding: 0 5px 2px;
    border-radius: 5px;
    color: #fff !important;
}
.not_group {
    position: absolute;
    top: -1000px;
}
.info {
    padding: 20px;
}
.berrors {
    margin-left: 100px;
}
.berrors::before {
    content: "";
}
.info ul {
    padding: 0;
}
svg.bi.bi-info-circle {
    float: left;
    width: 80px;
    height: 80px;
}
.fon {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: absolute;
}
.fon::before {
    display: block;
    position: relative;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 999999;
}
.fon img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.main_title h1 {
    position: relative;
    height: 100vh;
    font-size: 4em;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
.context {
    width: 100%;
    position: absolute;
    top:50vh;
}
.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}
.area {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
}
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    border: 1px solid #b7b7b7 !important;
    bottom: -150px;
}
.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}
.login_btn {
    float: right;
    padding: 20px 0;
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: 999999;
}
.login_btn .btn {
    border: none !important;
    background: none !important;
}
#staticBackdrop {
    z-index: 9999999;
}
#xf_tech-card {
    width: 100%;
}
.download {
    width: 100px;
    height: 100px;
    padding: 10px;
    border-radius: 10px !important;
    overflow: hidden;
}
.download:hover > a.allow-download {
    margin-top: -25px;
}
.download a {
    display: block;
    width: 100%;
    height: 100%;
    color: #808080 !important;
}
.down {
    padding: 20px;
}
.bi-filetype-pdf {
    display: block;
    width: 30px;
    height: 63px;
    margin: 0 auto;
    color: red;
}
.download span {
    display: block;
    width: 100%;
    font-size: 0.7em;
    text-align: center;
}
a.allow-download {
    position: relative;
    font-size: 0.8em;
    height: 25px;
    margin-top: 10px;
    border-radius: 5px;
    text-align: center;
    background: #ffffff !important;
    border: 1px solid #D9D9D9;
    transition: margin-top 0.4s, color 0.4s;
}
.bottom-nav {clear: both; opacity:0;}






@media (max-width: 950px) {
    header .wrapper, main .wrapper {
        width: 700px;
    }
}
@media (max-width: 750px) {
    header .wrapper, main .wrapper {
        width: 100%;
        height: 100%;
        padding: 0 15px;
    }
    .grid_header.grid_header_login {
        grid-template-columns: 50px 150px auto 100px 45px;
    }
    .grid_header {
    display: grid;
        grid-template-columns: 50px auto 100px 90px;
    }
    .menu_btn {
      display: block;
    }
    .bi-list {
        width: 30px;
        height: 30px;
        margin: 25px 0;
    }
    .grid_main, .grid_add {
        grid-template-columns:auto;
    }
    .grid_item.add_sitebar {
        padding-left: 0;
    }
    .sitebar {
      display: none;
    }
}
@media (max-width: 576px) {
    .desc {
        display: none;
    }
    .mob {
        display: block;
    }
    .add_btn .btn, .login_btn .btn{
        padding: 11px !important;
    }
    .add_btn {
      margin: 0 15px 0 0 !important;
    }
    .col-3.sitebar.main-menu.sidebar {
        display: none;
    }
    .title h2 {
        font-size: 1.2em;
    }
    span.work {
        font-size: 0.8em !important;
    }
    .title span, .full_title span {
        border-radius: 5px;
        margin-right: 0px;
        padding: 0 5px 2px;
    }
    svg.bi.bi-arrow-right {
        width: 15px;
        height: 15px;
    }
    .cards {
        height: 110px;
        padding: 10px;
    }
    .mobilewseditor {
        border: 1px solid #ccc;
        padding: 10px!important;
        border-radius: 20px !important;
    }
    .com_content {
        padding: 10px;
    }
}