.img-max img{
	max-width: 100%;
  }
  .hide{
	display: none !important;
  }
  #preloader {
	  background-color: rgba(256,256,256,0.5);
  }
  .update-profile-pic {
	  width: 130px;
	  height: 130px;
	  overflow: hidden;
	  border-radius: 100px;
  }
  
  .author-profile .author-media img {
	  width: 100%;
	  /* border-radius: 100%; */
	  height: 100%;
  }
  table.dataTable tbody td {
	  border-bottom: 1px;
	  border-style: solid;
	  border-color: #eee;
  }
  
  #page_id_rapper,#external_rapper {
  
	  display: none;
  }
  
  
  table.dataTable thead .sorting_asc.arrow-left-100,
  table.dataTable thead .sorting.arrow-left-100{
  background-position: 100px center;	
  }
  
  .ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused,
  .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred{
  min-height: 12.375rem!important;	
  }
  
  
  .card-body .col-sm-2 input {
	  margin-top: 28px;
  }
  .card-body .col-sm-4 .upload-preview img{
	  width:100%
  
  }
  .back-btn {
    margin-right: 10px;
    border-color: var(--primary-hover);
    background: var(--primary-hover);
  }
  .content-body .btn-primary:active, .content-body .btn-primary:focus, .content-body .btn-primary:hover {
    border-color: var(--primary);
    background: var(--primary);
    box-shadow: none;
  }
  .upload-preview-form {
	  width: 15%;
  }
  .content-body .back-btn:hover, .content-body .back-btn:active, .content-body .back-btn:focus {
    border-color: var(--primary-hover);
    background: var(--primary-hover);
  }
  
  .upload-images .upload-preview img {
	  width: 100%;
	  max-width: 150px;
  }
  .authincation-content{border-radius: 36px;}
  .authincation-content .btn-primary{background: #ff914e;border-color: #ff914e;}
  .authincation-content .btn-primary:hover{background: #f1c2bf;border-color: #f1c2bf;color: #000000;}
  .text-theme-color1{color: #ff914e;}
  #main-wrapper.show.menu-toggle .nav-header .brand-logo img{max-width: 90px;}
  .header-left .dashboard_bar{font-size: 1.3rem;}
  .dlabnav .dlabnav-scroll {overflow-y: auto !important;}
  .dlabnav .ps__rail-x,.dlabnav .ps__rail-y{display: none!important;}
  @media(min-width: 992px) {
  .card-body > .shapreter-row > div {flex: 1;}
  }