/*================================================================================
	Item Name: Apex - Angular 4 Bootstrap Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
A FILE FOR RTL SUPPORT RELATED ONLY
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
:root {
  --primaryColor: #223465;
}
.app-sidebar .logo-img {
  width: 30px;
  max-height: 30px;
}
.app-sidebar .logo-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.app-sidebar[data-background-color="man-of-steel"] .sidebar-background:after {
  opacity: 0.95;
  background-image: -webkit-linear-gradient(225deg, #2f3ea0, #ae342d);
  background-image: linear-gradient(-135deg, #2f3ea0, #ae342d);
  background-repeat: repeat-x;
}
label input[type="search"] {
  margin-inline-start: 0.5rem;
}

div.dataTables_filter {
  margin-bottom: 1rem;
}

table.table thead tr td,
table.table thead tr th {
  min-width: 10rem;
  vertical-align: middle;
}

table.table tbody tr td,
table.table tbody tr th {
  max-width: 20rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

table.table tbody tr td img {
  height: 5rem;
  max-width: 12rem;
  width: 100%;
  object-fit: cover;
  margin-inline: auto;
}

table.table tbody tr td:last-of-type {
  padding: 0.5rem 1rem;
}

.custom-form-container {
  max-width: 1024px;
  margin-inline: auto;
}

.card-body form .form-group label {
  display: block;
  margin-bottom: 0.5rem;
}
.card-body form .form-group label + input[type="file"] {
  display: block;
  width: 100%;
  cursor: pointer;
  border-radius: 4px;
  color: var(--primaryColor);
}

.card-body form .form-group img {
  max-height: 20rem;
  overflow: hidden;
  border-radius: 6px;
  margin-inline: auto;
  object-fit: contain;
  width: 100%;
}

dl dd img {
  max-height: 6rem;
  overflow: hidden;
  border-radius: 6px;
  margin-inline: auto;
  object-fit: contain;
}

.custom-select_size {
  width: 4rem;
  margin-inline: 0.5rem;
}

.icon-preview {
  background-color: #707070;
}
.min-w-12 {
  min-width: 12rem !important;
}
.min-w-11 {
  min-width: 11rem !important;
}

#english .control-label {
  text-align: start;
  direction: ltr;
}

.custom-select_size {
  width: 80px !important;
}
