* {
  outline: none !important;
  --brand-primary: #2f4686;
  --ui-success: #84cc16;
  --ui-danger: #ef4444;
}


.__waitScreen {
  background-image: url(/dashboard/images/loading.gif);
  background-color: rgba(234, 240, 248, .6);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px;
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  display: none;
}


.dropdown-menu-right .dropdown-item i {
  position: relative;
  top: 2px;
}


textarea.form-control {
  resize: none;
}


.brand-logo-form {
  max-width: 250px !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.brand-logo-form>img {
  width: 100%;
}

.card-login {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.error-list {
  margin: 0 0 0;
  padding: 0 20px 0;
}

.img-form {
  width: 180px;
}

.no-results-icon {
  width: 70px;
}

.btn-delete {
  margin: 3px auto;
  background-color: transparent;
  border: 0;
  font-size: .9em;
}

.btn-w-150 {
  width: 100%;
  max-width: 150px;
}

.tDnD_whileDrag,
.tDnD_whileDrag a {
  /*background-color: #F1F5FA;*/
  background-color: var(--brand-primary);
  color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 7px;
  background-color: #9ba7ca;
  border: 1px solid #9ba7ca;
  color: #ffffff !important;
}


/* CUSTOMIZATIONS */
.logo span img.logo-full {
  width: 80%;
}

.logo span img.logo-icon {
  width: auto;
  height: 40px;
}

.left-sidenav {
  z-index: 980;
}

.left-sidenav .main-icon-menu {
  background-color: var(--brand-primary);
}

.main-menu-inner .menu-body .nav-item .nav-link.active i,
.main-menu-inner .menu-body .nav-item .nav-link.active,
.main-menu-inner .menu-body .nav-item ul li>a.active,
.main-menu-inner .menu-body .nav-item .nav-link:hover i,
.main-menu-inner .menu-body .nav-item .nav-link:hover,
.main-menu-inner .menu-body .nav-item ul li>a:hover {
  color: var(--brand-primary);
}

.main-menu-inner .menu-body .nav-item ul li a.active:before {
  background-color: var(--brand-primary);
}



.cd-table-form {
  min-width: 120px !important;
}

.cd-table-th-drag {
  min-width: 15px !important;
  max-width: 15px !important;
}

.cd-table-th-thumbnail {
  min-width: 70px !important;
  max-width: 90px !important;
}

.cd-table-thumbnail {
  width: 100% !important;
  min-width: 70px !important;
  max-width: 90px !important;
  display: block !important;
}

.cd-table-th-slide {
  width: 20% !important;
}

.cd-table-slide {
  width: 100% !important;
  display: block !important;
}

.btn-table-cta {
  width: 100% !important;
  max-width: 150px !important;
}



.form-variant {
  width: 100% !important;
  min-width: 80px !important;
  max-width: 100px !important;
}


.form-variant-x2 {
  width: 100% !important;
  min-width: 150px !important;
}

.img-thumbnail-75 {
  min-width: 75px;
}

.img-thumbnail-150 {
  min-width: 150px;
}

.sortable.grid {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  display: table;
}

.sortable.grid li {
  width: calc(25%);
  float: left;
  margin: 0;
  padding: 0 8px 8px 0;
  display: block;
  position: relative;
}

.sortable.grid li:first-child img.img-thumbnail.product-images {
  border-color: var(--ui-success) !important;
  background-color: var(--ui-success) !important;
}

.item-grid-sort a.remove {
  background-color: var(--ui-danger);
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  height: 20px;
  width: 20px;
  color: white;
  border-radius: 50%;
  text-decoration: none;
}

.favorite-icon{
  width: 35px;
  height: 35px;
}

.index-img {
  height: 90px;
  width: 90px;
  object-fit: contain;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.index-img-250 {
  height: 150px;
  width: 150px;
  margin: 0px 10px;
  object-fit: contain;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

@media screen and (min-width: 1536px) {
  .index-img-250 {

    height: 250px;
    width: 250px;
  }
}

.model-product-grid{
  display: flex;
  justify-content-center;
  list-style: none;
  flex-wrap: wrap;
  row-gap: 15px;
}
.model-product-grid li{
  display: flex;
  flex-direction: column
}

.backstretch{
  height: 500px !;
}