.left_wrapper .dragArea {
  float: left;
  width: calc(100% - 50px);
  min-height: 30px;
  padding: 0 10px 0 0;
}
.right_wrapper .dragArea {
    float: left;
    width: calc(100%);
    min-height: 40px;
    padding: 13px 10px 7px 65px;
    line-height: 1;
    z-index: 2;
    position: relative;
}
.right_wrapper .dragArea {
  
}
.right_wrapper .dragArea .drag_item {
    position: absolute;
    background-color: #f0f1f2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 13px 10px 7px 65px;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
.add{
cursor: pointer;	
}
#demo .treeItems > ul {
    padding: 0 0 0 0px;
}
#demo ul {
    margin: 5px 0;
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 0 40px;
}
#demo li {
  float: left;
  width: 100%;
  padding: 0;
}
#demo li:before {
  display: none;
}
span.hasfolder {
    float: left;
    width: 25px;
    line-height: 40px;
    color: #9f9e9e;
    text-align: center;
    position: absolute;
    z-index: 3;
}
.question_tree {
    position: relative;
    height: calc(100vh - 64px);
}
.left_wrapper .dragArea {
    position: absolute;
    height: calc(100% - 50px);
    width: 100%;
    overflow: auto;
    top: 50px;
}
.left_wrapper {
  float: left;
  width: 350px;
  height: 100%;
  position: relative;
}
.right_wrapper {
  float: left;
  width: calc(100% - 350px);
  position: relative;
  height: 100%;
  cursor: default !important;
  overflow: auto;
}
.option_1:before{
  background: green;
}
.option_2:before{
  background: red;
}
.bold {
  float: left;
  width: 100%;
}
.drag_item {
    float: left;
    width: 100%;
    padding: 10px;
}
.drag_item + .drag_item{
  border-top: 2px solid #f0f1f2;
}
.tree_popup {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(240, 241, 242, 0.96);
    z-index: 101;
    overflow: auto;
}
button.new-item {
    position: relative;
    top: 0;
    padding: 0 10px;
    z-index: 101;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    width: 100%;
    line-height: 50px;
    background-color: #0000f0;
    color: #fff;
}
.for_question .ql-toolbar.ql-snow + .ql-container.ql-snow{
  border-top: 1px solid #ccc;
}
.info_block.error .ql-toolbar.ql-snow + .ql-container.ql-snow{
  border: 1px solid red;
}
.info_block.error .editor {
  border: 1px solid red;
}
.for_question .ql-toolbar {
  display: none;
}
span.helper {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    margin: 20px 0 5px;
    padding: 0 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    color: #0000f0;
}
.ql-snow .ql-editor h1{
  font-size: 50px;
  line-height: 60px;
}
.ql-snow .ql-editor h2{
  font-size: 40px;
  line-height: 48px;
}
.question_inner {
    position: relative;
    padding: 180px 50px 100px;
    max-width: 1260px;
    margin: auto;
}
/* LOGIN */
.login-wrapper {
  display: table;
  width: 100%;
  height: 100vh;
}
.login-inner {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.login-inner h1,
.login-inner a {
  color: #fff;
}
.login-cover-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url(/assets/question1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.login-cover-image:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0000b4;
  opacity: 0.65;
}
.login-inner .login-intro {
  margin-bottom: 20px;
}
.login-form input {
  width: 100%;
  max-width: 300px;
  height: 46px;
  background: transparent;
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 0 30px;
  margin: 10px 0;
  text-align: center;

  transition: all 0.3s ease-in-out;
}
.login-form input:focus,
.login-form input.with-data {
  background: #fff;
}
.login-form input:not(:focus)::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  opacity: 1;
  text-transform: uppercase;
}
.login-form input:not(:focus)::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  opacity: 1;
  text-transform: uppercase;
}
.login-form input:not(:focus):-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  opacity: 1;
  text-transform: uppercase;
}
.login-form input:not(:focus):-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  opacity: 1;
  text-transform: uppercase;
}
.login-form .submit {
  margin: 20px 0;
}

button.edit {
    float: left;
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #9f9e9e;
}
button.edit.delete {
    float: right;
}
.drag_item:hover{
  background-color: #f0f1f2;
}
.edit:hover{
  color: #0000f0;
}
#demo li.add {
    background-color: #f0f1f2;
    padding: 0;
    width: calc(100% - 40px);
}
#demo li.add:before {
  display: none;
}
.set_option {
    float: left;
    line-height: 1;
    padding: 15px 10px 13px 40px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    color: #0000f0;
    font-size: 12px;
}
.set_option:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background-color: #0000f0;
  left: 15px;
  top: 0;
  bottom: 0;
  margin:auto;
}
.set_option_1 {
    color: #3eb92d;
}
.set_option_1:before {
  background-color: #3eb92d;
}
.set_option_2 {
    color: #f96727;
}
.set_option_2:before {
  background-color: #f96727;
}
.treeItems {
    float: left;
    width: 100%;
    padding: 15px;
}
.nicescroll-rails{
  background-color: #ececec;
}

.tree_item {
    float: left;
    width: calc(100% - 40px);
    position: relative;
    padding: 0 0px 0 0px;
    border: 2px solid #f0f1f2;
}
.item .tree_item:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background-color: #0000f0;
  left: 15px;
  top: 13px;
  z-index: 3;
}
.item.option_1 > .tree_item:before {
  background-color: #3eb92d;
}
.item.option_2 > .tree_item:before {
  background-color: #f96727;
}

span.hasfolder.open_ul {
    left: 35px;
    top: 0;
    margin: auto;
    font-weight: bold;
    cursor: pointer;
}
span.hasfolder.open_ul:hover {
  color: #0000f0;
}
span.hasfolder.delete_ul {
    right: 5px;
}
span.hasfolder.delete_ul {
    right: -45px;
    width: 40px;
    cursor: pointer;
    height: 40px;
}
span.hasfolder.delete_ul:after {
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    background-image: url(/assets/close_x_icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 20px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin:auto;

}
span.hasfolder.delete_ul:hover:before {
    content: "";
    position: absolute;
    height: 40px;
    width: 40px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin:auto;
    background-color: #facaa0;
}

.tree_popup .close-btn {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
}
.ql-toolbar,
.editor {
    background: #fff;
}

.for_extra .ql-header {
  display: none;
}
.ql-editor img {
    vertical-align: middle;
    padding-right: 20px;
}
.tree_popup .buttons {
    float: left;
    width: 100%;
    text-align: center;
}
.tree_popup button.edit {
    display: inline-block;
    float: none;
    margin-top: 40px;
    color: #0000f0;
    height: 40px;
    width: 140px;
    border: 2px solid #0000f0;
    border-radius: 20px;
    margin: 40px 10px;
}
.tree_popup button.edit:hover {
  background-color: #0000f0;
  color: #fff;
}
.for_question p {
    margin: 0;
}

.confirms .question_inner {
    display: table-cell;
    vertical-align: middle;
}
.confirms {
    display: table;
}
.confirms .info_block{
  text-align: center;
  max-width: 600px;
  margin: auto;

}
.confirms .info_block h1{
  margin: 0;
}
.translation {
    float: left;
    width: 100%;
}

.translation textarea {
    width: 100%;
    border: 1px solid #ededed;
    padding: 0 5px;
}
.translation label {
    font-size: 12px;
    color: #0000f0;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    float: left;
    margin-top: 15px;
}
.admin .header-wrapper a{
  color: #0000f0;
}
.admin .header-wrapper a::before {
    background: #0000f0;
}
.translations {
    float: left;
    width: 100%;
    padding: 0 0 100px 0;
}
li.admin_menu {
    margin-right: 15px;
}
form.droparea {
    width: 100%;
    border: 2px solid;
    height: 100%;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
}
.background {
    float: left;
    width: calc(100% / 8 - 10px);
    height: 0;
    padding-bottom: calc(100% / 8 - 10px);
    position: relative;
    overflow: hidden;
    margin: 5px;
}
.background img {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: none !important;
    object-fit: cover;
    top: 0;
    left: 0;
}
.background button.close {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    height: 30px;
    width: 30px;
    right: 0;
    top: 0;
}
.imagedroparea {
    float: left;
    width: calc(100% / 8 - 10px);
    height: 0;
    padding-bottom: calc(100% / 8 - 10px);
    position: relative;
    margin: 5px;
}
form.droparea:before {
    content: "Drag image here";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 12px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
    background-color: #fff;
}
.dz-preview {
    display: none;
}
.backgrounds {
    float: left;
    width: calc(100% + 10px);
    margin-bottom: 25px;
}
.left_wrapper.full_height .dragArea {
    height: 100%;
    top: 0;
}
.drag_item.no_translate {
    color: #aaa;
}
.admin .header-wrapper .admin_menu a {
    margin-right: 10px;
}
.langs_inner .lang_item {
    float: left;
    width: 100%;
    line-height: 28px;
}
span.lang_title {
    float: left;
    width: 50px;
}
span.lang_code {
    width: 30px;
    float: left;
    margin: 0 10px;
}
.langs_inner .lang_item button.edit{
  margin: 0;
  line-height: 28px;
  margin-right: 15px;
}
.newlang {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.new_lang_inputs {
    float: left;
    width: 100%;
}
.new_lang_inputs .form_field {
    float: left;
    width: 100%;
    max-width: 170px;
    margin-right: 15px;
}
.new_lang_inputs label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0000f0;
}
.newlang input {
    width: 100%;
    border-bottom: 1px solid;
}