@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* Selectric Fix */

.custom-select {
	background: none;
	background: #fff;
}

.selectric-wrapper .selectric .button {
	height: 100%;
}

/* Normal */
.selectric-custom-select .selectric .label {
	padding: 9px 12px;
	font-size: 0.9rem;
}

/* LG */
.selectric-custom-select-lg .selectric .label {
	padding: 14px 12px !important;
	font-size: 1.25rem !important;
}

/* SM */
.selectric-custom-select-sm .selectric .label {
	padding: 5.5px 12px !important;
	font-size: 0.875rem !important;
}
/* Selectric Fix END */

/* Select2 */

.select2.select2-container .select2-custom-select-lg {
	height: calc(2.8725rem + 2px) !important;
}

.select2.select2-container .select2-custom-select-lg .select2-selection__rendered {
	line-height: 2.1 !important;
	font-size: 1.38rem !important;
}

.select2.select2-container .select2-custom-select-sm {
	height: calc(1.8125rem + 2px) !important;
}

.select2.select2-container .select2-custom-select-sm .select2-selection__rendered {
    line-height: 2.1 !important;
}

/* Select2 END */

/* intlTelInput */

.iti {
	width: 100%;
}

/* intlTelInput END */

.form-inline .select2 {
    max-width: var(--select2-width) !important;
    width: var(--select2-width) !important;
}
.input-group .select2 {
    max-width: var(--select2-width) !important;
    width: var(--select2-width) !important;
}
.form-inline .selectric .label {
    max-width: var(--selectric-width) !important;
    width: var(--selectric-width) !important;
}
.input-group .selectric .label {
    max-width: var(--selectric-width) !important;
    width: var(--selectric-width) !important;
}


.switch {
	font-size: 1rem;
	position: relative;
}

.switch input {
	position: absolute;
	height: 1px;
	width: 1px;
	background: none;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	padding: 0;
}

.switch input + label {
	position: relative;
	min-width: calc(calc(2.375rem * .8) * 2);
	border-radius: calc(2.375rem * .8);
	height: calc(2.375rem * .8);
	line-height: calc(2.375rem * .8);
	display: inline-block;
	cursor: pointer;
	outline: none !important;
	user-select: none;
	vertical-align: middle;
	text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}

.switch input + label::before,
.switch input + label::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(calc(2.375rem * .8) * 2);
	bottom: 0;
	display: block;
}

.switch input + label::before {
	right: 0;
	background-color: #dee2e6;
	border-radius: calc(2.375rem * .8);
	transition: 0.2s all;
}

.switch input + label::after {
	top: 2px;
	left: 2px;
	width: calc(calc(2.375rem * .8) - calc(2px * 2));
	height: calc(calc(2.375rem * .8) - calc(2px * 2));
	border-radius: 50%;
	background-color: white;
	transition: 0.2s all;
}

.switch input:checked + label::before {
	background-color: #08d;
}

.switch input:checked + label::after {
	margin-left: calc(2.375rem * .8);
}

.switch input:focus + label::before {
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}

.switch input:disabled + label {
	color: #868e96;
	cursor: not-allowed;
}

.switch input:disabled + label::before {
	background-color: #e9ecef;
}

.switch.switch-sm {
	font-size: 0.875rem;
}

.switch.switch-sm input + label {
	min-width: calc(calc(1.9375rem * .8) * 2);
	height: calc(1.9375rem * .8);
	line-height: calc(1.9375rem * .8);
	text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}

.switch.switch-sm input + label::before {
	width: calc(calc(1.9375rem * .8) * 2);
}

.switch.switch-sm input + label::after {
	width: calc(calc(1.9375rem * .8) - calc(2px * 2));
	height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}

.switch.switch-sm input:checked + label::after {
	margin-left: calc(1.9375rem * .8);
}

.switch.switch-lg {
	font-size: 1.25rem;
}

.switch.switch-lg input + label {
	min-width: calc(calc(3rem * .8) * 2);
	height: calc(3rem * .8);
	line-height: calc(3rem * .8);
	text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}

.switch.switch-lg input + label::before {
	width: calc(calc(3rem * .8) * 2);
}

.switch.switch-lg input + label::after {
	width: calc(calc(3rem * .8) - calc(2px * 2));
	height: calc(calc(3rem * .8) - calc(2px * 2));
}

.switch.switch-lg input:checked + label::after {
	margin-left: calc(3rem * .8);
}

.switch + .switch {
	margin-left: 1rem;
}


/*  */

.dropdown.dropdown-scale .dropdown-card {
	max-width: 20rem;
}

.dropdown.dropdown-scale .dropdown-menu-scale {
	top: 45px !important;
	display: block;
	opacity: 0;
	padding: 0;
	transform: scale(0) !important;
	transition: all .3s;
	backface-visibility: hidden !important;
	transform-origin: top left !important;
	margin: 0 !important;
	border-radius: 0 0 0.25rem 0.25rem !important;
}

.dropdown.dropdown-scale .dropdown-toggle::after {
	content: none;
}

.dropdown.dropdown-scale .dropdown-menu-scale.dropdown-menu-right {
	transform-origin: top right !important;
}

.dropdown.dropdown-scale .dropdown-menu.dropdown-menu-right.dropdown-menu-scale {
	right: 0 !important;
	left: auto !important;
}

.dropdown.dropdown-scale.show > .dropdown-menu-scale {
	opacity: 1 !important;
	transform: scale(1) !important;
}


/**/


/* Accordion */

.accordion {
	box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}

.accordion .card {
	border-radius: 0;
}

.accordion .card-header {
	padding: 0 !important;
	border-radius: 0;
	background-color: #f6f6f6;
}

.accordion .card-header h5 {
	margin: 0;
}

.accordion .card-header h5 button {
	display: block;
	width: 100%;
	border: 0;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.87);
	text-align: left;
	white-space: normal;
	padding: 15px 16px;
}

.accordion .card-header h5 button:hover, 
.accordion .card-header h5 button:focus, 
.accordion .card-header h5 button:active, 
.accordion .card-header h5 button:hover:active {
	text-decoration: none;
}

.accordion .card-body p {
	color: #616161;
}

.accordion .card-body p:last-of-type {
	margin: 0;
}

.accordion > .card:not(:first-child) {
	border-top: 0;
}

.accordion .collapse.show .card-body {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* Accordion */



/* AJAX Tab */

.tab-ajax-container {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 200px;
	z-index: 1;
}

.tab-ajax-container:after {
	content: '';
	position: absolute;
	width: 100%;
}

.tab-ajax-container:before {
	content: normal;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}

.tab-ajax-container:after {
	z-index: 3;
}

.tab-ajax-container.placeholder:before, 
.tab-ajax-container.radar:before {
	content: '';
}

.tab-ajax-container.placeholder:after {
	left: 0;
	top: 0;
	height: 100%;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeholder;
	animation-timing-function: linear;
	background: transparent;
	background: linear-gradient(to right, transparent 8%, #eeeeee 18%, transparent 33%);
	background-size: 1000px 104px;
}

.tab-ajax-container.radar:after {
	left: 0;
	right: 0;
	top: 40%;
	transform: translateY(-40%);
	bottom: 0;
	height: 8px;
	background-image: linear-gradient(to bottom, rgba(170, 184, 190, 0), rgba(170, 184, 190, .8));
	animation: radar .8s linear infinite;
}

@keyframes placeholder{
	0%{
		background-position: -468px 0
	}
	100%{
		background-position: 468px 0
	}
}

@keyframes radar {
	100% {
		transform: translate(0, 52px);
	}
}

.tab-ajax-container .tab-ajax-content.hidden {
	visibility: hidden;
}
.tab-ajax-container .tab-ajax-content.opacity {
	opacity: .5;
}

.tab-content-full {
	/*height: 100vh;*/
}

.tab-content-ajax {
	/*background: green;*/
}

.tab-content .tab-ajax-loading-hidden {
	overflow: hidden;
}






/* .list-group {
	max-width: 460px;
	margin: 4rem auto;
  }
  
  .form-check-input:checked + .form-checked-content {
	opacity: .5;
  }
  
  .form-check-input-placeholder {
	border-style: dashed;
  }
  [contenteditable]:focus {
	outline: 0;
  }
  
  .list-group-checkable .list-group-item {
	cursor: pointer;
  }
  .list-group-item-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
  }
  .list-group-item-check:hover + .list-group-item {
	background-color: var(--bs-light);
  }
  .list-group-item-check:checked + .list-group-item {
	color: #fff;
	background-color: var(--bs-blue);
  }
  .list-group-item-check[disabled] + .list-group-item,
  .list-group-item-check:disabled + .list-group-item {
	pointer-events: none;
	filter: none;
	opacity: .5;
  }
  
  .list-group-radio .list-group-item {
	cursor: pointer;
	border-radius: .5rem;
  }
  .list-group-radio .form-check-input {
	z-index: 2;
	margin-top: -.5em;
  }
  .list-group-radio .list-group-item:hover,
  .list-group-radio .list-group-item:focus {
	background-color: var(--bs-light);
  }
  
  .list-group-radio .form-check-input:checked + .list-group-item {
	background-color: var(--bs-body);
	border-color: var(--bs-blue);
	box-shadow: 0 0 0 2px var(--bs-blue);
  }
  .list-group-radio .form-check-input[disabled] + .list-group-item,
  .list-group-radio .form-check-input:disabled + .list-group-item {
	pointer-events: none;
	filter: none;
	opacity: .5;
  } */




.alert {
	border-right: 0;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    border-left-width: 7px;
}