/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}
.menu .app-brand.demo img{
  width: 100%;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}


/* short link ------------------------ */
.short-link{

}
.short-link .card{  
/* box-shadow: none !important; */
}  
.short-link .card .card-body{
  padding: 0;
}
.short-link .card a{
  padding: 1.5rem 1.5rem;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
}
.short-link .card h5{
  margin-bottom: 0;
}
.short-link .card.bg-light-primary{
  background: rgba(115, 103, 240, 0.12) !important;
  color: #7367F0 !important;
  /* border: 1px solid #7367F082; */
}
.short-link .card.bg-light-secondary{
  background : rgba(130, 134, 139, 0.12) !important;
  color : #82868B !important;
  /* border: 1px solid #82868B82; */
}
.short-link .card.bg-light-success{
  background: rgb(238, 251, 231) !important;
  color: #74E338 !important;
  /* border: 1px solid #74E33882; */
}
.short-link .card.bg-light-danger{
  background : #ffe8e4 !important;
  color : #ff3e1d !important;
  /* border: 1px solid #ff3e1d82; */
}
.short-link .card.bg-light-warning{
  background : rgba(255, 159, 67, 0.12) !important;
  color : #FF9F43 !important;
  /* border: 1px solid #FF9F4382; */
}
.short-link .card.bg-light-info{
  background: #e0f7fc !important;
  color: #03ccf7 !important;
  /* border: 1px solid #03ccf782; */
} 
.short-link .card.bg-light-primary a{
  color: #7367F0 !important; 
}
.short-link .card.bg-light-secondary a{
  color : #82868B !important;
}
.short-link .card.bg-light-success a{
  color: #74E338 !important;
}
.short-link .card.bg-light-danger a{
  color : #ff3e1d !important;
}
.short-link .card.bg-light-warning a{
  color : #FF9F43 !important;
}
.short-link .card.bg-light-info a{
  color: #03ccf7 !important;
}  
/* short link ------------------------ */

/* slider table ------------------------ */
.slider-table{}
.slider-table .edit-table{}
.slider-table .edit-table ul{
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}
.slider-table .edit-table ul li{
  list-style: none;
  margin: 0 6px;
}
.slider-table .edit-table ul li a{
  transition: 0.3s;
}
.slider-table .edit-table ul li a i{
  font-size: 21px;
} 
.slider-table .title a{
  color: #7d7d7d;
  font-weight: 500;
  display: block;
  transition: 0.3s;
  font-size: 15px;
}
.slider-table .title a:hover{
  transition: 0.3s;
  color: #FF9F43;
}
.slider-table .title.ar a{
  font-family: 'Tajawal', sans-serif !important;
  font-weight: 500; 
}
.slider-table .avatar{
  white-space: nowrap;
  background-color: #C3C3C3;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  width: 45px;
  height: 45px;
}
.slider-table .avatar img{
  border-radius: 50%;
}

.slider-table thead th{
  font-weight: 600;
}

/* slider details ---------- */
.uploaded-images-slider{}
.uploaded_image {
  width: 100%;
  margin-top: 30px;
  display: flex;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.uploaded_image li { 
  position: relative;
  background: #fff;
  float: left;
  margin: 0 10px 30px 0;
  border: 1px solid #e3e3e3;
  padding: 7px;
} 
.uploaded_image li .content img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  padding: 0;
}
.uploaded_image .check_delete {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.card-head {}
.card-head h5{
  margin-top: 10px;
  font-weight: 600;
  font-size: 20px; 
}

/* slider details ---------- */

/* slider table ------------------------ */

/* message ------------------------ */
.read-message{}
.read-message .inf{
  font-weight: 600; 
  color: #595959;
}
.read-message .card-title{
  font-weight: 600;
  font-size: 17px;
}
/* message ------------------------ */
.btn-no{
  background: none;
  border: 0;
  padding: 0;
  color: #ff7d00;
  transition: 0.3s;
}
.btn-no:hover{ 
  color: #595959;
  transition: 0.3s;
}
.btn-no i{
  font-size: 20px;
  
}
.unclickable{
  pointer-events: none;
}
td .image{
  width: 100%;
}
td .image img{
  width: 100%;
  height: 100%;
}
