/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* .page-id-8965 .amelia-v2-booking #amelia-container .am-advsc__slots-item:nth-of-type(even) {
	display: none;
} */

.tinvwl-woocommerce_after_shop_loop_item {
	display: none;
}

.dt-nav-menu-horizontal>li>a .menu-text {
	text-transform: uppercase;
}

@media (min-width: 1024px) and (max-width: 1060px) {
	.dt-nav-menu-horizontal>li>a .menu-text {
	font-size: 11px;
}
}

@media (min-width: 1060px) and (max-width: 1145px) {
	.dt-nav-menu-horizontal>li>a .menu-text {
	font-size: 12px;
}
}

@media (min-width: 1145px) and (max-width: 1195px) {
	.dt-nav-menu-horizontal>li>a .menu-text {
	font-size: 13px;
}
}

/* .elementor-section {
	background-color: #f7f7f7 !important;
} */

/*===============================*\
.user_list
\*===============================*/
.user_list {
  background: #ffffff;
  padding: 10rem 0;
}
.user_list.loading {
  opacity: 0.8;
  pointer-events: none;
}

.user_list .shell {
  overflow-y: auto;
}

.user_list__head,
.user_list__row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  padding: 0.5rem;
  width: 100%;
  min-width: 120rem;
}

.user_list__head div {
  font-weight: 600;
  font-size: 1.8rem;
}

.user_list__row:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}

.user_list__row:hover,
.user_list__row:nth-child(even):hover {
  background: rgba(0, 0, 0, 0.2);
}

.user_list__actions {
  display: flex;
  align-items: center;
}

.delete_user {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(180, 0, 0);
}
.delete_user:hover {
  transform: scale(1.1);
}

.sidebar__content__item.manage_users {
  color: #be1e9c;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.9rem 1.6rem 1.9rem 2.7rem;
  font-weight: 600;
}
