.sidebar {
    -webkit-transition: left 0.4s, bottom 0.4s;
    background-color: var(--white-color);
    transition: left 0.4s, bottom 0.4s;
    box-shadow: 0px 3px 6px #00000029;
    position: fixed;
    overflow: auto;
    left: -364px;
    width: 364px;
    z-index: 999;
    top: 0;
}

.show-sb {
    left: 0 !important;
}

.sb-circle-btn{
    width: 34px;
    height: 34px;
    --shadow: 0px 0px 2px #00000029;
    border: 0.25px solid #DBDBDB;
}

.sb-close-btn i{
    width: 13px;
    height: 19px;
    font-size: 20px;
}

.sb-layer{
    display: none;
    max-width: 400px;
    padding: 0 30px 20px;
}

.show-layer{
    display: block;
}

.sb-layer-title{
    font-size: 21px;
    line-height: 34px;
    font-family: 'customBold';
}

.sb-items-field{
    background-color: var(--main-bg-color);
    border-radius: var(--radius-10);
    padding: 10px;
}

.inp-box {
    background-color: var(--white-color);
    color: var(--black-color);
    border: 0.25px solid #DBDBDB;
    border-radius: 7px;
    padding-left: 15px;
    height: 41px;
    font-size: 16px;
    outline: none;
    width: 100%;
    transition: box-shadow .1s linear;
}

.inp-box:focus{
    border-color: var(--blue-color);
    box-shadow: 0 0 0 1px var(--main-color);
}

  .inp-box::placeholder {
    font-family: 'regular';
    color: #A3A2A2;
    font-size: 12px;
  }

  .inp-box::-webkit-input-placeholder {
    font-family: 'regular';
    color: #A3A2A2;
    font-size: 12px;
  }

  .inp-box:-moz-placeholder {
    font-family: 'regular';
    color: #A3A2A2;
    font-size: 12px;
  }

  .icon-previewer{
    height: 41px;
    min-width: 41px;
    border: 0.25px solid #DBDBDB;
    border-radius: var(--radius-10);
    --shadow: 0px 0px 2px #DBDBDB;
  }

  .icon-previewer i {
    font-size: 24px;
    color: var(--main-color);
  }

  .add-category-btn{
    width: 100%;
    height: 45px;
    background-color: var(--blue-color);
    border-radius: 7px;
    margin-top: 10px;
  }

  .add-category-btn i{
    width: 16px;
    height: 18px;
    font-size: 18px;
  }

  .apply-btn{
    width: 121px;
    height: 43px;
    line-height: 40px;
    background-color: var(--blue-color);
    border: 2px solid #FFFFFF;
    --shadow: 0px 0px 2px #DBDBDB;
    margin-top: 40px;    
    user-select: none;
    -webkit-user-select: none;
  }

  .button--long{
    border-radius: 7px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    user-select: none;
    -webkit-user-select: none;
  }

  .section-edit-cont{
    border: 0.5px solid #549DE3;
    padding-right: 15px;
    padding-left: 14px;
  }

  .button--long:not(.button--long:first-child){
    margin-top: 10px !important;
  }

  .EditSectionBtn, .EditSubContentBtn{
    margin-top: 5px !important; 
    margin-bottom: 5px !important;
  }

  #SectionsCont{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .section-drag-btn{
    width: 13px;
    height: 15px;
    margin-top: 1px;
  }

  .section-drag-btn i{
    width: 13px;
    height: 15px;
    font-size: 15px;
  }

  .section-name{
    font-family: 'customBold';
    margin-left: 10px;
    font-size: 14px;
  }

  .section-edit-btn i{
    font-size: 16px;
  }

  .sb-back-btn{
    position: absolute;
    top: 15px;
    left: 15px;
  }

  .sb-back-btn i{
    width: 18px;
    height: 21px;
    font-size: 21px;
  }

  .p--section-cont{
    padding-right: 11px;
    padding-left: 5px;
  }

  .section-change-btn {
    --fa-secondary-color: var(--white-color);
    --fa-primary-color: var(--main-color);
    --fa-secondary-opacity: 1;
    font-size: 20px;
  }

  .manage-info-btn i{
    position: absolute;
    top: 7px;
    left: 7px;
    font-size: 31px;
    color: var(--white-color);
  }

  #ContentTextArea::placeholder,
  #ContentTextArea::-moz-placeholder,
  #ContentTextArea::-webkit-input-placeholder{
    font-style: italic;
    font-size: 14px;
  }
  

@media screen and (max-width: 450px) {
    .sidebar{
        width: 100%;
        left: -460px;
    }
}
