/*
Theme Name: clear
Author: IT-Sombra
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: clear
*/
body.admin-bar .fixed-top {
    top: 32px;
}
body.active-loading .ajax-loader{
    display: block;
}

body.active-loading:before {
    content: '';
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    display: block;
    width: 100%;
    height: 5px;
    position: fixed;
    top: 0;
    z-index: 999999;
}
@keyframes gradient{
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
body.active-loading:after {
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 0);
    z-index: 99999;
}

.ajax-loader {
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999999;
    top: 0;
}

.ajax-loader .ball-scale {
    left: 50%;
    top: 50%;
    position: absolute;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px
}

.ajax-loader .ball-scale .contain {
    height: 100%;
    width: 100%
}

.ajax-loader .ball-scale .contain .ring {
    display: none
}

.ajax-loader .ball-scale .contain .ring:first-child {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    padding: 10px;
    border: 3px solid transparent;
    border-left-color: #01a9ac;
    border-right-color: #01a9ac;
    -webkit-animation: round-rotate 1.5s ease-in-out infinite;
    animation: round-rotate 1.5s ease-in-out infinite
}

.ajax-loader .ball-scale .contain .ring:first-child .frame {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #0ac282;
    border-right-color: #0ac282;
    -webkit-animation: round-rotate 1.5s ease-in-out infinite;
    animation: round-rotate 1.5s ease-in-out infinite
}

.base-content-section{
    padding-top: 6em;
    padding-bottom: 4em;
}
.padding-section{
    padding-top: 4em;
    padding-bottom: 4em;
}
a.font-white,
a.font-white:hover,
.font-white {
    color: #fff;
}
.bg-primary {
    background-color: #449f86 !important;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active, 
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus, 
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover{
    color: #000;
}
.bootstrap-select > .dropdown-toggle{
    background: #f6f6f6;
}
.bootstrap-select.btn-group .dropdown-menu{
    width: 240px;
}
.bootstrap-select.btn-group .dropdown-menu.inner{
    display: block;
}
.bootstrap-select.btn-group .dropdown-menu li{
    padding: 0px;
}
.bootstrap-select.btn-group .dropdown-menu li.dropdown-header{
    padding: 0.5rem 1rem;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled{
    background: #afafaf;
    opacity: 0.3;
}
.bootstrap-select.btn-group .dropdown-menu li a{
    padding: 5px 10px;
    display: block;
    color: #000;
}
.bootstrap-select.btn-group .dropdown-menu li.hidden{
    display: none;
}
.bootstrap-select.btn-group .dropdown-menu li:hover,
.bootstrap-select.btn-group .dropdown-menu li.selected{
    background: rgba(63, 182, 24, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li a.allow_adding{
    color: #fff;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.pointer{
    cursor: pointer;
}
.table.align-middle th,
.table.align-middle td{
    vertical-align: middle !important;
}
.card-with-header > .diver-header {
    margin: -12px 0 0;
}
.diver-header {
    position: relative;
}
.diver-header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    top: 50%;
    z-index: 1;
    right: 0;
}
.card-with-header > .diver-header:before {
    background: rgba(0,0,0,0.125);
}
.diver-header > span {
    background: #fff;
    position: relative;
    padding: 0 10px;
    z-index: 2;
}
.control-label {
    margin-bottom: 0;
    line-height: 36.4px;
}
.jsErrorsReport{
    padding: 15px;
    background: #ffebeb;
    margin-bottom: 30px;
}
.jsErrorsReport pre{
    white-space: initial;
}
.card-with-header > input {
    background: #fff;
    position: relative;
    z-index: 2;
    width: 20%;
    margin: -15px 20px 0px 40px;
}
.card-with-header > .badge {
    position: absolute;
    z-index: 2;
    top: -10px;
    left: 300px;
}
.card-with-header > [data-toggle="collapse"]{
    position: absolute;
    background: #fff;
    padding: 5px;
    top: -13px;
    left: 7px;
}
.card-with-header > [data-toggle="collapse"].collapsed:before {
    content: "\f06e";
}
.remove_row > img, 
.add_row > img{
    width: 20px;
}
.multy_rows > .multy_row{
    margin-bottom: 5px;
}
.multy_rows > .multy_row:last-child{
    margin-bottom: 0;
}
.btn-check{
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-check + label{
    color: #fff;
    background-color: #FF0039;
    border-color: #FF0039;
    margin-right: 5px;
}
.btn-check:checked + label{
    color: #fff;
    background-color: #3FB618;
    border-color: #3FB618;
}
.jsRemoveMatrixGroup{
    position: absolute;
    top: -15px;
    right: 15px;
}
.control-label.long{
    line-height: 18.2px;
}
.ajaxClick{
    cursor: pointer;
}
.shortLeedInfo{
    padding: 5px;
    line-height: 2;
}
.dashed-link{
    border-bottom: 1px dashed;
}
.dashed-link:hover{
    border-bottom-color: transparent;
}
.hideDisabledOptions option[disabled]{
    display: none;
}
.dt-buttons,
.dataTables_length{
    float: left;
}
.llm-steps{
    display: inline-block;
    border: 3px solid;
    width: 40px;
}
.llm-steps.wait{
    border-color: #a8a8a8;
    background: #cccccc;
}
.llm-steps.success{
    border-color: #029e00;
    background: #3fb623;
    color: #000;
}
.llm-steps.danger{
    border-color: #9e0000;
    background: #b62323;
    color: #e8e8e8;
}

.chain-row{
    position: relative;
}
.chain-row.multy_row:after{
    content: "\f0c1";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: -21px;
    left: -5px;
    font-size: 44px;
    z-index: 9;
    color: #b7b7b7;
    transform: rotate(45deg);
}
.palMultyTables{
    cursor: pointer;
}
.palMultyTables:hover{
    background: #c4eac5;
}
.multiTable td,
.multiTable th{
    width: 201px;
    max-width: 201px;
}

@media (min-width: 1200px){
    .container{
        max-width: 1240px;
    }
}


.tsvetkovInfo{
    margin-top: -15px;
    margin-bottom: 3rem !important;
    background: #f9f9f9;
}
.jsMultyRows > .multyRow{
    margin-bottom: 5px;
}
.jsMultyRows > .multyRow [action="add"]{
    display: none;
}
.jsMultyRows > .multyRow:not(.testQuestionRow):last-child{
    margin-bottom: 0;
}
.jsMultyRows > .multyRow:not(.testQuestionRow):last-child{
    padding: 0;
}
.jsMultyRows > .multyRow:last-child > div:last-child [action="add"]{
    display: block;
}
.jsMultyRows > .multyRow:last-child > div:last-child [action="remove"]{
    display: none;
}
.jsMultyRows > .multyRow [action="add"],
.jsMultyRows > .multyRow [action="remove"]{
    margin: 0;
    padding: 0;
    line-height: 34.5px;
    box-shadow: 0 0;
}
/*
div.dropdown-menu.open{
  max-height: 314px !important;
  overflow: hidden;
}
ul.dropdown-menu.inner{
  max-height: 260px !important;
  overflow-y: auto;
}
*/
.control-label{
    line-height: 36.4px;
}
.user-title span{
    color: #000;
    text-shadow: none;
    font-size: 16px;
}
.user-title h2{
    color: #000;
    text-shadow: none;
    font-size: 32px;
}
.user-img{
    max-width: 110px;
}
.btn {
    text-transform: lowercase;
}
.page-header-breadcrumb .breadcrumb-item{
    float: left;
}
.tox-statusbar__branding,
.tox .tox-promotion-link{
    display: none !important;
}
.edit-th{
    width: 65px;
}
.table th,
.table td{
    vertical-align: middle !important
}
.badge {
    border-radius: 5px !important;
}
.tag-badge + .tag-badge{
    margin-left: 4px;
}
.breadcrumb-item{
    position: relative;
}
.breadcrumb-item i{    
    font-size: 10px;
    top: -1px;
    position: relative;
}
.breadcrumb-item:hover .dropdown-menu{
    display: block;
}
.bootstrap-select > .btn{
    text-transform: none;
}
.card-header-with-action{
    position: relative;
}
.card-header-with-action > .sub-title{
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.card-header-with-action > .btn{
    position: absolute;
    right: 0;
    top: -6px;
}
.card-header-with-action > .test-tab-actions{
    position: absolute;
    right: 0;
    top: -6px;
}
.jsLessonContent{

}
.lessonHomeworkTests-List{

}
.lessonTestBlock,
.lessonContentBlock{
    padding: 0;
    margin: 0;
    border: 1px dashed #d0d0d0;
    display: inline-block;
    width: 100%;
}
.lessonTestBlock + .lessonTestBlock,
.lessonContentBlock + .lessonContentBlock{
    margin-top: 10px;
}
.lessonTestBlock-Actions,
.lessonContentBlock-Actions{
    display: inline-block;
    width: 100%;
    background: #fbfbfb;
    padding: 5px;
    border-bottom: 1px dashed #d0d0d0;
}
.lessonTestBlock-Data,
.lessonContentBlock-Data{
    padding: 5px 10px;
}
.lessonTestBlock-Actions .lessonTestBlock-Type,
.lessonContentBlock-Actions .lessonContentBlock-Type{
    float: left;
    text-transform: uppercase;
    margin-right: 10px;
    line-height: 24px;
    padding-left: 5px;
}
.lessonTestBlock-Actions .btn-group,
.lessonContentBlock-Actions .btn-group{
    float: right;
}
.lessonTestBlock-Actions .btn,
.testQuestionRow .sub-title .btn,
.testQuestionRow .multyRow .btn-group .btn,
.lessonContentBlock-Actions .btn{
    font-size: 12px;
    padding: 2px 6px;
}
.cssSwitchRadioButtons .input-group,
.lessonTestBlock-Data .input-group,
.lessonContentBlock-Data .input-group{
    margin-bottom: 0
}
.cssSwitchRadioButtons .input-group .btn-check + label,
.lessonTestBlock-Data .input-group .btn-check + label,
.lessonContentBlock-Data .input-group .btn-check + label{
    background-color: transparent;
    color: #000;
    border-color: #01a9ac;
    margin-bottom: 0
}
.cssSwitchRadioButtons .input-group .btn-check:checked + label,
.lessonTestBlock-Data .input-group .btn-check:checked + label,
.lessonContentBlock-Data .input-group .btn-check:checked + label{
    background-color: #01a9ac;
    border-color: #01a9ac;
    color: #fff;
}
.input-group-dropdown > .minicolors{
    width: 90%;
}
.input-group > .minicolors > input{
    border-radius: 2px 0 0 2px;
}
.input-group > .minicolors + .input-group-btn > .btn{
    border-radius: 0 2px 2px 0;
}
.jsPresetHEX{
    cursor: pointer;
}
.icon-preview{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 12px 0 0;
}
.icon-preview img{
    max-width: 24px;
}
.blocks-radio-icons.input-group .btn-check + label{
    background-color: #2d4b4c8a;
    padding: 7px;
}
.blocks-radio-icons.input-group .btn-check:checked + label {
    background-color: #01a9ac;
    border-color: #01a9ac;
    color: #fff;
}
.blocks-radio-icons > .minicolors{
    width: 65%;
}
.btn[action="add"] i,
.btn[action="remove"] i{
    margin: 0
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item>li>a:hover .pcoded-mtext{
    opacity: 1;
    visibility: visible;
    position: absolute;
    z-index: 99;
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item{
    width: 0;
}
.pcoded[theme-layout=vertical][vertical-nav-type=collapsed] .pcoded-navbar .pcoded-item>li:hover{
    width: 240px;
}
.jsMultyRows > .testQuestionRow{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 10px 30px 10px;
}
.jsMultyRows > .testQuestionRow + .testQuestionRow{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: none;
}
.jsMultyRows > .testQuestionRow:nth-child(2n){
    background: #edeff3;
}
.jsMultyRows > .testQuestionRow .sub-title,
.jsMultyRows > .testQuestionRow .jsMultyRows{
    margin-left: 40px;
}
.jsMultyRows.testQuestionRows{
    background: #fafbfe;
    padding: 10px 5px;
    counter-reset: quesRow;
}
.jsMultyRows.testQuestionRows .testQuestionRow{
    counter-increment: quesRow;
}
.jsMultyRows.testQuestionRows .testQuestionRow > .sub-title > span:before{
    content: counter(quesRow);
    display: inline-block;
}
.media-modal.wp-core-ui .screen-reader-text,
.media-frame-actions-heading,
.media-frame-menu-heading{
    display:none;
}

[blockType="alert"] .input-group-dropdown > .minicolors {
    width: 75%;
}
[blockType="alert"] .blocks-radio-icons.input-group .btn-check + label{
    padding: 5px;
    min-height: 38px;
}
[blockType="alert"] .blocks-radio-icons.input-group div[gallery-target] > .btn-check:not(:checked) + label{
    display: none;
}
[blockType="alert"] .blocks-radio-icons.input-group .btn-check + label img{
    max-width: 24px;
}
.jsPresetAlert{
    color:#fff;
    cursor: pointer;
}
.tbt0 > td,
.tbt0 > th,
.tbt0 > tbody > tr:first-child > td,
.tbt0 > tbody > tr:first-child > th,
.thbt0 > thead > tr:first-child > td,
.thbt0 > thead > tr:first-child > th,
.tbt0{
    border-top: 0;
}
.wp-core-ui .attachment .thumbnail {
    margin-bottom: 0;
}
.alert > a{
    color: #fff;
    text-decoration: underline;
}
.alert > a:hover{
    color: #fff;
    text-decoration: none;
}
.accordion-content__block > p{
    margin-top: 0
}
.edit-th-three{
    width: 130px;
}
.main-body .page-wrapper .page-header-title h4{
    text-transform: none;
}
.cover-profile .profile-bg-img {
    margin-bottom: 35px;
    height: 110px;
}
th .switchery{
    margin-top: -5px;
    margin-right: 5px;
}
[select-search] select,
[input-search] input{
    width: 100%;
    padding: 4px 6px;
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid #ccc;
}
.dataTables_wrapper{
    margin-top: 20px;
    margin-bottom: 20px;
}
.table-search-header{
    display: block;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 3px;
}
.table.dataTable thead th {
    vertical-align: bottom !important;
}
.card-block.user-info {
    padding: 1.25rem 0;
}
body.media-library-sidebar .media-toolbar-primary .media-button-select,
.media-frame-content .attachment-details .setting[data-setting="caption"],
.media-frame-content .attachment-details .setting[data-setting="alt"],
.media-frame-content .attachment-details .setting[data-setting="description"],
.wpmf_media_library .wpmf_local_tree[data-id="16"],
.media-frame-content .own-user-media,
.media-frame-content .filter_sort_weight_item,
.media-frame-content .wpmf_filter_sort_size,
.media-frame-content .wpmf-allfiles-btn,
.media-frame-content .media-sidebar .compat-item{
    display: none !important;
}
.media-frame-content .media-sidebar .setting .name {
    max-width: 70px;
}
.wpmf-sombra-add-file .material-icons{
    color: #fff !important;
}
.wpmf-sombra-add-file{
    border: 0;
    background: #0ac282;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 8px 5px;
    font-size: 13px;
    margin: 0 0 10px 0;
    color: #fff !important;
    box-sizing: border-box;
    border-radius: 4px;
    width: calc(100% - 40px);
    text-transform: uppercase;
    font-weight: bold;
}
.wpmf-sombra-add-file:hover{
    background: #1e7e34;
}
.preview-as-input{
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
    padding: 0 20px;
    line-height: 38px;
    color: #fff;
}
.preview-as-input img{
    margin-right: 5px;
    margin-top: -3px;
    max-width: 24px;
}

.moderating-comments-block .media .msg-send,
.moderating-comments-block .media .msg-reply,
.checking-answer-block .media .msg-send,
.checking-answer-block .media .msg-reply {
    padding: 15px;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 25px;
    background-color: #f3f3f3;
}
.moderating-comments-block .media .msg-reply,
.checking-answer-block .media .msg-reply{
    right: 0
}
.moderating-comments-block .media .friend-box.media-right .media-object,
.checking-answer-block .media .friend-box.media-right .media-object{
    margin-right: 0;
    margin-left: 10px;
}
.media-right{
    padding-left: 20px;
}
.files-list-ul li:not(:first-child){
    margin-left: 15px;
}
.files-list-ul li span{
    width: 24px;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.files-list-ul li img{
    max-width: 24px;
}
.moderating-comments-block .breadcrumb-title li:nth-child(1),
.moderating-comments-block .breadcrumb-title li:nth-child(2),
.checking-answer-block .breadcrumb-title li:nth-child(1),
.checking-answer-block .breadcrumb-title li:nth-child(2){
    display: none;
}
.moderating-comments-block .breadcrumb-title li:nth-child(3),
.checking-answer-block .breadcrumb-title li:nth-child(3){
    padding-left: 0;
}
.moderating-comments-block .breadcrumb-title li:nth-child(3):before,
.checking-answer-block .breadcrumb-title li:nth-child(3):before{
    display: none;
}
.messages-content:not(.showAllComments) .hiddenComment{
    display: none;
}
.toggleCheckingComments{
    text-decoration: underline;
    text-transform: none;
}
.toggleCheckingComments:hover{
    text-decoration: none;
}
.file-items .file-item{
    margin: 5px 0 5px 10px;
}
.file-items .file-item > span.noimg,
.file-items .file-item > img {
    max-width: 30px;
    margin-right: 5px;
    min-width: 30px;
    text-align: center;
    display: inline-block;
}
.file-items .file-item span .file-item__size{
    margin: 0 15px;
}
.file-items .file-item span.file-item__delete{
    cursor: pointer;
}
.text-transform-none{
    text-transform: none;
}
.allowClassicUl ul{
    list-style-type: disc;
    padding-left: 40px;
}
.table-long{
    white-space: inherit;
}
.lessonContentBlock-Actions .dropdown-toggle::after{
    content: "\e61a";
    font-family: themify;
    border: 0;
    vertical-align: 0;
}
.css-lesson-button-1{
    height: 48px;
    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;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    background: #7835ff;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    font-family: Manrope;
    border: none;
    line-height: 16px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0 45px;
    height: 52px;
    margin: 0 auto;
}
.css-lesson-button-1:hover {
    background: #6027d5;
}
.dd-item[data-type="folder"] > .dd-content,
.dd-item[data-type="chapter"] > .dd-content{
    background: #e7e7e7;
}
.show-links-as-links a{
    color: blue;
    text-decoration: underline;
}
.support-sidebar-left{
    border-right: 2px solid #333;
    padding-right: 4px;
}
.sp-dialogs-header .input-group-prepend{
    margin-right: 2px;
}
.sp-dialog-item{
    padding-right: 2px;
    cursor: pointer;
}
.sp-dialog-item:hover{
    background: #f6f7fb;
}
.sp-dialog-item .sp-dialog-item-content{
    border: 1px solid #ddd;
    margin-right: 5px;
}
.sp-dialog-item + .sp-dialog-item{
    margin-top: 5px;
}
.sp-dialog-item .status-wait .dialog-footer{
    background: #fe9365;
}
.sp-dialog-item .status-open .dialog-footer {
    background: rgb(10 194 130 / 10%);
}
.sp-dialog-item .status-clsd .dialog-footer {
    background: #f6f7fb;
}
.sp-dialog-item .media{
    border-bottom: 1px solid #ddd;
    padding: 0 1px 0 0;
}
.sp-dialog-item .media-left{
    position: relative;
    padding-right: 5px;
}
.sp-dialog-item .media-left img{
    max-width: 50px;
}
.sp-dialog-item .media-body{
    position: relative;
    display: grid;
}
.sp-dialog-item .media-body .student-name{
    font-weight: bold;
}
.sp-dialog-item .media-body .dialog-time{
    position: absolute;
    right: 2px;
    top: 0;
    font-size: 12px;
}
.sp-dialog-item .media-body .last-message{
    max-height: 26px;
    height: 26px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.1;
}
.sp-dialog-item .dialog-footer{
    font-size: 12px;
    padding: 0 4px;
}
.sp-dialog-item.active,
.sp-dialog-item.active .dialog-footer{
    background: #404e67;
}
.sp-dialog-item.active .text-muted{
    color: #fff !important
}
.sp-dialog-item.active .media-body{
    background: #404e67;
    color: #fff;
}
.sp-dialog-item.active .dialog-footer{
    color: #fff;
}
.supportContainer .student-online{
    width: 7px;
    height: 7px;
    position: relative;
    display: inline-block;
    border-radius: 30px;
    float: left;
    margin: 7px 3px 0 0;
}
.sp-dialog-header .student-online{
    margin-top: 15px;
}
.student-online.tgm{
    background-color: #5d77fe;
}
.student-online.online{
    background-color: #72d53e;
}
.student-online.offline{
    background-color: #bbbbbb;
}
.sp-dialog-chat-content .media{
    margin-right: 15px;
}
.sp-dialog-chat-content .media + .media{
    margin-top: 15px;
}
.sp-dialog-chat-content .media-left{
    padding-right: 0
}
.sp-dialog-chat-content .msg-send{
    padding: 0 5px;
    position: relative;
    border-radius: 5px;
}
.sp-dialog-chat-content .msg-send.admin-message{
    background: #e5ebff
}
.sp-dialog-chat-content .msg-send.student-message{
    background-color: #404e67;
    color: #fff;
}
.sp-dialog-chat-content .msg-send.tech-message{
    background: #f9f9da
}
.sp-dialog-chat-content .msg-send.event-message{
    background-color: #ffffdf;
    text-align: center;
}
.sp-dialog-chat-content .msg-send.event-message p{
    margin: 0;
}
.sp-dialog-chat-content .msg-send .msg-time{
    font-style: italic;
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 1px;
}
.font-14{
    font-size: 14px;
}
.csf-block{
    border: 1px solid #ddd;
    position: relative;
    padding: 0.5rem;
}
.csf-block + .csf-block{
    margin-top: 30px;
}
.csf-block + .csf-block:before{
    content: 'или';
    position: absolute;
    left: 0;
    top: -22px;
    line-height: 10px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #28a745;
}
.csf-block + .csf-block[blockoperator="not"]:before{
    content: 'но НЕ';
    color: #fe203a;
}
.csf-subblock{
    border: 1px solid #eee;
    position: relative;
    padding: 0.5rem;
}
.csf-subblock + .csf-subblock{
    margin-top: 30px;
}
.csf-subblock + .csf-subblock:before{
    content: 'и';
    position: absolute;
    left: 14px;
    top: -22px;
    line-height: 10px;
    font-weight: bold;
}
.csf-block .csf-subblock .jsRemoveSubblockCsf,
.csf-block .csf-subblock .jsAddSubblockCsf{
    width: 50%;
}
.csf-block .csf-subblock .jsAddSubblockCsf{
    display: none;
}
.csf-block .csf-subblock:not(:last-child) .jsRemoveSubblockCsf{
    width: 100%;
    border-radius: 2px;
}
.csf-block .csf-subblock:last-child .jsAddSubblockCsf{
    display: block;
}
.readonly-field{
    position: relative;
}
.readonly-field:after{
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    width: calc(100% - 30px);
    height: 100%;
    z-index: 2;
    display: block;
    background: rgb(238 238 238 / 56%);
}
.axSelectTagsTarget > div.bootstrap-select{
    margin-bottom: 10px;
}
.tax-oprstrainings .pcoded[vertical-nav-type=collapsed] .pcoded-navbar{
    display: none;
}
.tax-oprstrainings .pcoded[vertical-nav-type=collapsed] .pcoded-content{
    margin-left: 0;
}
.bootstrap-select .status{
    background:#f0f0f0;
    clear:both;
    color:#999;
    font-size:11px;
    font-style:italic;
    font-weight:500;
    line-height:1;
    margin-bottom:-5px;
    padding:10px 20px
}
.blue-links a{
    color: #7835ff;
}
.blue-links a:hover{
    color: #01a9ac;
}
.checking-answer-block .media .msg-send.on-edition{
    background: #fe9365;
}
.checking-answer-block .media .msg-send.on-edition .text-muted,
.checking-answer-block .media .msg-send.on-edition .pointer{
    display: none;
}
.fw-normal{
    font-weight: normal;
}
.checking-qa-question-block{
    margin-bottom: 20px;
    margin-top: 20px;
}
.checking-qa-anwser-block{

}
.checking-qa-header{
    display: inline-block;
    background: #f6f7fb;
    padding: 5px 25px;
}
.checking-qa-header + div{
    padding: 5px 10px;
    border: 3px solid #f6f7fb;
}
.checking-qa-question-content{
    max-height: 200px;
    overflow: hidden;
    position: relative;
}
.checking-qa-question-content:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    background: linear-gradient(0deg, white, transparent);
}
.checking-qa-question-content + span{
    cursor: pointer;
    border-bottom: 1px dashed;
}
.checking-qa-question-content + span:hover{
    border-bottom: 0px dashed;
}
.checking-qa-question-content.fullInfo{
    max-height: none;
}
.checking-qa-question-content.fullInfo:after{
    display: none;
}
.social-client-description .chat-header{
    cursor: default;
}
.page-template-support .main-body .page-wrapper{
    padding: 0;
}
.supportContainer{
    height: calc(100vh - 150px);
}
.supportContainer .support-messages-container,
.supportContainer .support-sidebar-left,
.supportContainer .sp-dialog-info{
    max-height: 100%;
}
.supportContainer .support-sidebar-left .sp-dialogs-list-scrollbar{
    max-height: calc(100% - 55px);
}
.sp-dialog-chat-input{
    position: sticky;
    bottom: 0;
    width: 100%;
    background: #fff;
}
.sp-dialog-chat-input .file-items .file-item{
    display: inline-block;
}
.sp-dialog-chat-content{
    max-height: 100%;
}
.sp-dialog-item .sp-dialog-item-content.dialogPinned{
    position: relative;
}
.sp-dialog-item .sp-dialog-item-content.dialogPinned:after{
    content: "\e6de";
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 8px;
    color: #f00;
    background: #fff;
    padding: 1px;
}

.scrollbar-inner.scrollbar-inner-slim-y > .scroll-element.scroll-y{
    right: 0px;
    width: 5px;
}
.scrollbar-inner.scrollbar-inner-slim-y > .scroll-element.scroll-x{
    display: none;
}
.pcoded .pcoded-navbar .pcoded-item>li>a{
    padding: 4px 15px;
}

.pcoded .pcoded-navbar .pcoded-item>li>a .pcoded-mtext{
    top: 8px;
}

.pcoded .pcoded-navbar .pcoded-navigatio-lavel{
    padding: 20px 20px 0px;
}
.dt-bootstrap4{
    margin: 20px 0;
    padding: 0 15px;
}
.dt-paging .page-item .ellipsis:after{
    display: none;
}
table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date{
    text-align: left;
}
table.dataTable.table>tbody>tr.dt-row-selected{
    background: #f5f6fa;
}
table.dataTable input.dt-select-checkbox:checked{
    border: #01a9ac;
    background: #01a9ac;
}
table.dataTable input.dt-select-checkbox:checked:after{
    display: none;
}
.dt-container .dt-length{
    float: left;
    margin-right: 10px;
}
.dt-container .dt-buttons{
    clear: none;
}
.showTsvetkov{
    display: none !important;
}
body.logged-1 .showTsvetkov{
    display: block !important;
}
.dt-p-0 > .dt-bootstrap4{
    padding: 0;
}
.bulkActionsList .multyRow + .multyRow:before {
    content: 'и';
    position: absolute;
    left: 14px;
    top: -22px;
    line-height: 10px;
    font-weight: bold;
}
.bulkActionsList .multyRow + .multyRow {
    position: relative;
    margin-top: 32px;
}
.bulkSettingsBlock{
    padding: 5px 8px;
    border: 1px solid #eee;
}
.dt-container th, 
.dt-container td{
    white-space: normal;
}

.dt-container td.edit-th,
.dt-container th.edit-th{
    white-space: nowrap;
}
.dd-hidden-front > .dd-handle,
.dd-hidden-front > .dd-content{
    border: 1px solid red;
}
.tab-placeholder-card-block{
    text-align: center;
    min-height: 350px;
    padding-top: 100px;
}
.tab-placeholder-loader{
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #6b3bdb;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
}
.tab-placeholder-loader::after{
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border-left: 4px solid #7835ff;
    border-bottom: 4px solid transparent;
    animation: rotation 1s linear infinite reverse;
}
@keyframes rotation{
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
.md-tabs.md-tabs-seven .nav-item,
.md-tabs.md-tabs-seven .slide{
    width: calc(100% / 7);
}

.btn.btn-no-focus:focus{
    outline: 0;
    box-shadow: 0 0;
}
input.no-arrows::-webkit-outer-spin-button,
input.no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input.no-arrows[type=number] {
    -moz-appearance: textfield;
}
.testQuestionsBlock{
    padding: 0;
    margin: 0;
    border: 1px dashed #d0d0d0;
    display: inline-block;
    width: 100%;
}
.testQuestionsBlock .testQuestionsBlock-Header{
    display: inline-block;
    width: 100%;
    background: #fbfbfb;
    padding: 5px;
    border-bottom: 1px dashed #d0d0d0;
}
.testQuestionsBlock-Header .testQuestionsBlock-Text{
    float: left;
    max-width: 500px;
    width: 500px;
    height: 14pt;
    overflow: hidden;
    position: relative;
}
.testQuestionsBlock-Header .testQuestionsBlock-Type{
    float: left;
    text-transform: lowercase;
    margin: 0 6px 0;
    color: #2fadbe;
}
.testQuestionsBlock-Header .testQuestionsBlock-Text:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(251, 251, 251, 0.5) 35%);
}
.testQuestionsBlock-Header [jsToggleBlock]{
    float: left;
}
.testQuestionsBlock-Header .btn-group{
    float: right;
}
.testQuestionsBlock-Header .btn {
    font-size: 12px;
    padding: 2px 6px 0;
}
.testQuestionsBlock-Data{
    padding: 5px 10px;
}
.jsOpenGallery.gallFileName{
    overflow: hidden;
    max-height: 38.1px;
    padding-left: 5px;
    padding-right: 5px;
}
.testVarRows.with-comments .multyRow + .multyRow:before{
    content: '';
    display: block;
    border-top: 1px solid #dadada;
    width: 100%;
    margin: 5px 15px 10px;
}
.testVarCommentField{
    padding-left: 40px;
}
.testVarCommentField:before{
    content: "\e645";
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 13px;
    top: 13px;
}
.quest-scales-list .multyRow,
.quest-about-list .multyRow,
.testVarRows > .multyRow{
    position: relative;
}
.testVarRows > .multyRow [action="add"], 
.testVarRows > .multyRow [action="remove"]{
    padding: 7px 11px;
    line-height: 1.5;
}
.varActions{
    width: 25px;
    position: absolute;
    left: -25px;
    top: 1px;
}
.testVarRows.with-comments .multyRow + .multyRow .varActions{
    top: 16px;
}
.varActions > .btn[action="moveUp"]{
    margin-bottom: 1px;
}
.varActions > .btn{
    font-size: 8px;
    padding: 2px 6px;
    float: left;
    height: 49%;
    margin-bottom: 1px;
}
.jsMultyRows.ui-sortable > .multyRow [action="add"], 
.jsMultyRows.ui-sortable > .multyRow [action="remove"]{
    padding: 1px;
}
.table.dataTable thead tr.searchHeader th{
    vertical-align: middle !important;
}
.withSearchHeader-style div.dt-container div.dt-info{
    padding-top: 6px;
    float: right;
}
.withSearchHeader-style > .dt-bootstrap4{
    margin: 0 0 15px;
}
.clearSearchHeader{
    color: red;
    cursor: pointer;
}
.double-inputs input {
    max-width: 70px;
    width: calc(50% - 10px);
    float: left;
}
.double-inputs input:first-child{
    margin-right: 8px;
}
.emailBuilderContainer{
    padding: 10px;
    margin: 0;
    border: 2px dashed #be851d;
    display: inline-block;
    width: 100%;
}
.jsEmailBuilderContent .lessonContentBlock[blocktype="emailFooter"] .lessonContentBlock-Actions .btn-group,
.jsEmailBuilderContent .lessonContentBlock[blocktype="emailHeader"] .lessonContentBlock-Actions .btn-group{
    display: none;
}
.jsEmailBuilderContent .lessonContentBlock[blocktype="emailHeader"] + .lessonContentBlock .lessonContentBlock-Actions button[action="moveUp"]{
    display: none;
}
.jsEmailBuilderContent .lessonContentBlock:nth-last-child(-n + 2) .lessonContentBlock-Actions button[action="moveDown"]{
    display: none;
}

@media(max-width: 991px){
    .dd-dragel .dd-content, .nestable .dd-content{
        height: auto;
        min-height: 30px;
    }
    .nestable .dd-content > .btn-group {
        float: unset;
    }
    .nestable .dd-content > a{
        float: unset;
    }
}

.card .card-header.subscriptionRowHeader h5{
    float: left;
    width: auto;
    line-height: 31px;
    margin-left: 10px;
}
.card .card-header.subscriptionRowHeader span.status-badge{
    font-size: 18px;
    float: left;
    display: inline-block;
    margin-top: 2px;
}
.width-100-important{
    width: 100% !important;
}
.input-group-text{
    background-color: #e9ecef;
}
.croppie-wrap{
    width: 400px;
    height: 400px;
    margin: 0 auto;
}
.upload-avatar-wrap {
    width: 300px;
    height: 300px;
    margin: 0 auto;
}