.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.offline-doc .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}

@media all and (min-width: 992px) {
  .sidebar .nav>li.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px;
  }
}

.card.card-upgrade .card-category {
  max-width: 530px;
  margin: 0 auto;
}

select.form-control option {
  background: #27293d;
}

.input-group-append{
  border: none;
}

.input-group-append button{
  margin: -2px;
  padding: 7px 15px;
}

.form-group input[type=file].image{
  opacity: 0.1;
  top: -12px;
  left: 16px;
  text-indent: -1000px;
  border: none;
  background: #ccc;
}

.block_image{
  text-align: center!important;
}
.block_image label{
  display: block;
}
.form_group_img{
  z-index: 101;
  display: inline-block;
}

textarea.form-control{
  max-height: 200px;
}
.nav-tabs{
 border-bottom: none;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
  background-color: #383a4c;
  border:none;
}

.group-images .btn-file{
  font-size: 11px;
}
.group-images .input-group .input-group-btn{
  padding:0;
}

.group-images  .input-group-btn .btn {
  border-width: 1px;
  padding: 7px 23px;
  font-size: 10px !important;
  margin: 0;
}

.group-images .krajee-default.file-preview-frame{
  background: #fff;
}

.group-images .file-caption.icon-visible .file-caption-name {
  color: #ccc;
}

.images-list .img-item{
  background: #383a4c;
  border-radius: 3px;
  padding: 10px 8px 35px;
  margin: 5px;
  position: relative;
}

.images-list .img-item .remove-image{
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.images-list .img-item .hide-image{
  position: absolute;
  left: 10px;
  top: 0px;
}

.images-list .img-item .cover-image{
  margin: 0 0 15px;
}

.images-list {
  margin: 0px 0px 20px;
}

.tab-pane{
    background: #383a4c;
}

.paginate {
  text-align: right;
  padding: 44px 0 0 0;
}
.paginate .justify-between {margin-bottom: 20px;}
.paginate .hidden .rounded-md{display:none}
