/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
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 {
	--vs-bg-hover-light: rgba(255, 136, 77, .12);
	--vs-bg-hover-dark: rgba(0, 0, 0, .1);
}

.vs-th {
	background-color: #f3f2f7;
	border-bottom-color: #EBE9F1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 0.857rem;
	letter-spacing: 0.5px;
	padding: .72rem 2rem;
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
	text-align: center!important;
	font-weight: bold;
}

.badge.client-name {
	font-size: 1.1em;
	font-weight: normal;
	padding: 8px;
}

.bg-opacity-80{--bs-bg-opacity:0.80}

.shoot-image {
	transition: all 200ms;
}

.user-avatar-change, .company-logo-change {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -85%);
	-ms-transform: translate(-50%, -85%);
	text-align: center;
}

.user-avatar {
	transition: .5s ease;
	backface-visibility: hidden;
}

.form-switch.form-switch-sm {
  margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-sm .form-check-input {
  height: 1rem;
  width: calc(1rem + 0.75rem);
  border-radius: 2rem;
}

.form-switch.form-switch-md {
  margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-md .form-check-input {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}

.form-switch.form-switch-lg {
  margin-bottom: 1.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-lg .form-check-input {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}

.form-switch.form-switch-xl {
  margin-bottom: 2rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-xl .form-check-input {
  height: 2.5rem;
  width: calc(4rem + 0.75rem);
  border-radius: 5rem;
}

.main-menu img#navbar-logo {
	width: 70px;
}

.main-menu.expanded img#navbar-logo {
	width: 240px;
}

.help-icon {
	margin-top: -4px;
	margin-left: 4px;
}

html div.pending-shoot:hover {
	background-color: var(--vs-bg-hover-light);
}

html.dark-layout div.pending-shoot:hover {
	background-color: var(--vs-bg-hover-dark);
}

.select2-container--classic .select-xl,
.select2-container--default .select-xl {
  min-height: 3.3rem !important;
  font-size: 1.2rem;
  margin-bottom: 0 !important;
  padding: 0.51rem 0.7rem; }

.select2-container--classic .select-xl.select2-selection--single .select2-selection__rendered,
.select2-container--default .select-xl.select2-selection--single .select2-selection__rendered {
  padding-top: -0.1rem; }

.select2-container--classic .select-xl.select2-selection--single .select2-selection__arrow,
.select2-container--default .select-xl.select2-selection--single .select2-selection__arrow {
  top: .25rem !important; }

.select2-container--classic .select-xl.select2-selection--multiple,
.select2-container--default .select-xl.select2-selection--multiple {
  padding: 0 0.2rem; }

.select2-container--classic .select-xl.select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select-xl.select2-selection--multiple .select2-selection__rendered {
  padding-top: 0 !important; }

.select2-container--classic .select-xl.select2-selection--multiple .select2-selection__rendered li,
.select2-container--default .select-xl.select2-selection--multiple .select2-selection__rendered li {
  font-size: 1.2rem; }

.select2-container--classic .select-xl.select2-selection--multiple .select2-selection__rendered li .select2-search__field,
.select2-container--default .select-xl.select2-selection--multiple .select2-selection__rendered li .select2-search__field {
  margin-top: 10px; }

.select2-container--classic .select-xl.select2-selection--multiple .select2-selection__rendered .select2-selection__choice,
.select2-container--default .select-xl.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 5px; }

.select2-container--classic .select-xl.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:before,
.select2-container--default .select-xl.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:before {
  top: 46%; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: rgb(185, 185, 195);
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	justify-content: center;
}

table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after {
	right: 1em;
	content: "";
}

table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc_disabled:before {
	right: 1em;
	content: "";
}

table.dataTable>thead th.vs-control
,table.dataTable>tbody td.vs-control {
	width: 0px;
	padding: 0;
	margin: 0;
}

.transition-fade {
	transition: 0.4s;
	opacity: 1;
}

html.is-animating .transition-fade {
	opacity: 0;
	transform: scale(1.1);
}

.pricing-card ul li {
	background-color: transparent;
}

.pricing-card ul li.plus {
	color: var(--bs-primary);
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
}

div > div > div.d-flex.justify-content-center > ul > li.list-group-item.plus::after {
	content: '';
	background-image: none;
}

div > div > div.d-flex.justify-content-center > ul.no-list-style-type > li::after {
	content: '';
	background-image: none;
}
