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;
}
.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;
}
.desc {
    display: block;
}
.mob {
    display: none;
}
.st {
    border-radius: 20px!important;
    border: 1px solid #D9D9D9!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;
}
.grid_speedbar {
    display: grid;
    grid-template-columns: 70px auto;
}
.grid_main {
    display: grid;
    grid-template-columns: 200px 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;
}
.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;
}
.drid_header {
    display: grid;
    grid-template-columns: 150px auto 100px 90px;
}
.gtid_name {
    display: grid;
    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;
}
.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 {
    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 {
    width: auto !important;
    padding-left: 10px !important;
}
.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: -3px;
    left: 20px;
    color: #000;
}
.fullstory {
    width: 100%;
}
.float-n {
  float: none !important;
}
.full {
    height: 100% !important;
}
.full_title {
  margin-top: 15px;
  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;
    color: #fff;
}
#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;
}
li.list-group-item a {
    display: block;
    padding: 10px 20px;
    color: #000;
    font-weight: 500;
}
li.list-group-item a:hover {
  padding: 10px 20px;
  border-radius: 20px !important;
  background: #63d7ba;
  color: #fff !important;
}
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;
}
#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;
}






@media (max-width: 950px) {
    header .wrapper, main .wrapper {
        width: 700px;
    }
}
@media (max-width: 950px) {
    header .wrapper, main .wrapper {
        width: 100%;
        height: 100%;
        padding: 0 10px;
    }
    .grid_main {
        grid-template-columns:auto;
    }
    .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!important;
    }
    .drid_header {
        grid-template-columns: 150px auto 50px 50px;
    }
    .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;
    }
    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;
    }
}