.pointer {
	cursor: pointer !important;
}

hr {
    color: var(--card-border-width) solid var(--card-border-color);
    opacity: 0.15;
}

.text-muted-light {
	color: #1f293780;
}

/* utilities */
.p-05 {
	padding: .1562rem !important;
}
.px-05 {
	padding-left: .1562rem !important;
	padding-right: .1562rem !important;
}
.py-05 {
	padding-top: .1562rem !important;
	padding-bottom: .1562rem !important;
}
.ps-05 {
	padding-left: .1562rem !important;
}
.pe-05 {
	padding-right: .1562rem !important;
}
.pt-05 {
	padding-top: .1562rem !important;
}
.pb-05 {
	padding-bottom: .1562rem !important;
}

.start-75 {
    left: 75%!important
}
.end-75 {
    right: 75%!important
}
.start-85 {
    left: 85%!important
}
.end-85 {
    right: 85%!important
}

.hover-opacity {
	opacity: 0.5 !important;
	transition: opacity 0.3s ease !important;
}
.hover-opacity:hover {
	opacity: 1 !important;
}

.wmin-100 {
	min-width: 100px !important;
} 
.mw-200 {
	max-width: 100px !important;
}
.w-96px {
    width: 6rem !important;
}
/* \utilities */

/* data-tables */
.dataTables_processing {
	z-index: 1000;
}
.dataTables_wrapper.processing table {
    pointer-events: none;
}

.dataTables_wrapper.processing table::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    pointer-events: none;
}
/* \data-tables 8?

/* block */
.card-overlay {
    z-index: 998;
    background-color: rgba(var(--white-rgb), .40);
}
/* \block */

/* text-utilities */
.fs-md {
	font-size: 0.85rem !important;
}
/* \text-utilities */

/* ckeditor */
.ck.ck-menu-bar {
	background: none !important;
}
.ck-source-editing-area textarea {
	border: solid 1px #d1d5db !important;
}
/* \ckeditor */

/* wizard */
.wizard>.steps {
	border-bottom: var(--card-border-width) solid var(--card-border-color);
    margin-bottom: 1.875rem;
}
.wizard>.actions {
	padding-top: 1rem;
    margin-top: 2rem;
    border-top: var(--card-border-width) solid var(--card-border-color);
}
.wizard .hr-wizard {
    border-bottom: var(--card-border-width) solid var(--card-border-color);
    margin: 0.8rem calc(-1* var(--spacer)) 1.6rem calc(-1* var(--spacer));
}
.wizard .form-label {
   	font-weight: 600;
}
/* \wizard */


/* select2 */
.select2-results__option .ttl {
	font-weight: 600;
}
.select2-results__option .subttl {
    --form-text-color: rgba(var(--body-color-rgb), 0.75);
    --form-text-margin-top: 0.25rem;
    --form-text-font-size: var(--body-font-size-sm);
    font-size: var(--form-text-font-size);
    font-style: var(--form-text-font-style);
    font-weight: var(--form-text-font-weight);
    color: var(--form-text-color);
}
.select2-hidden {
	position: absolute;
}
.select2-hidden .selection {
	visibility: hidden;
}
.select2-results__option[title="separator"] {
 	margin: 0.4rem 0 0.6rem 0;
  	padding: 0;
  	border-top: var(--border-width) solid var(--border-color);
}
/* \select2 */


/* dropzone */
.dropzone-single {
    min-height: 15rem;
}
.dropzone-single .drop-title {
   font-size: 1.2rem;
}
.dropzone-single .dz-default.dz-message:before {
    font-size: calc(var(--icon-font-size) * 3);
}
.dropzone.dropzone-single .dz-preview {
    padding: 0px;
    border-radius: 3px;
    width: 100%;
    overflow: hidden;
/*     height: 64px; */
}
.dropzone.dropzone-single .dz-preview .dz-details {
	opacity: 1;
    position: relative;
    flex-direction: row;
    padding: 0;
}
.dropzone.dropzone-single .dz-preview.dz-error:hover .dz-details {
    display: flex;
}
.dropzone-single .dz-item-icon {
    width: 4rem;
    min-width: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
}
.dropzone-single .dz-item-icon i {
	font-size: 1.6rem;
}
.dropzone-single .dz-step-progress .dz-item-icon i {
	font-size: 2.6rem;
}
.dropzone-single .dz-item-info {
    text-align: start;
    padding: 0.6rem 0.8rem;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropzone-single .dz-item-info .dz-filename {
	font-weight: 500;
}
.dropzone-single .dz-item-info .dz-size {
	font-size: 92%;
}
.dropzone-single .dz-item-action {
	display: flex; 
	justify-content: right; 
	align-items: center; 
	padding-right: 0.8rem;
}
.dropzone-single .dz-progress-wrp  {
	width: 100%;
	height: 0.125rem;
	position: absolute;
	bottom: 0;
	right: 0;
}
.dropzone-single .dz-progress-bar {
    height: 0.125rem !important;
    display: block !important;

}
/* \dropzone */

/* no content list */
.no-list-content-container {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100%;
	color: #6c757d;
	opacity: 0.8;
    font-size: 1rem;
}
.no-list-content {
	text-align: center;
}
/* \no content list */


/* address autocomplete */
.ac-container {
    z-index: 1080;
}
.ac-container .list-group-item:focus, .ac-container .list-group-item:hover {
    background-color: #F3F4F6;
    cursor:pointer;
}
.ac-container .list-group-item.active:focus, .ac-container .list-group-item.active:hover {
    background-color: #3a9aff;
    cursor:pointer;
}
.ac-container .list-group-item.active i, .ac-container .list-group-item.active .a-state {
    color: white !important;
}
.ac-container .list-group-item .a-state {
    color: #707070;
}
/* \address autocomplete */


/* nav-tabs */
.nav-tabs-gray-bg .nav-link {
    background: #f9f9fa;
    opacity: 0.8;
}
.nav-tabs-gray-bg .nav-link.active {
    opacity: 1;
    background-color: var(--nav-tabs-link-active-bg);
}
.nav-tabs-gray-bg .nav-item:first-child .nav-link {
	border-left: none;
}
.nav-tabs-gray-bg .nav-item:last-child .nav-link {
	border-right: none;
}
/* \nav-tabs */


/* chat */
.offcanvas .media-chat-scrollable {
	max-height: inherit !important;
	overflow-y: auto;
}
.media-chat .content-divider>span {
	background-color: white;
}
.media-chat-scrollable {
    min-height: 34vh;
}

.lead-chat-empty {
    position: absolute;
    top: calc(50% - 30px);
    left: 50%;
    transform: translate(-50%, 0%);
}
.chat-scroll-sentinel {
	height:5px;
}
/* \chat */


/* stripe */
.StripeElement {
    /* background-color: white; */
    padding: 8px 12px;
    /* border: 1px solid transparent; */
    /* -webkit-transition: box-shadow 150ms ease; */
    /* transition: box-shadow 150ms ease; */
    border: 1px solid #dddccc;
    /* width: 100%; */
    /* max-width: 330px; */
    /* margin: 0 auto; */
    /* height: 42px; */
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-radius: 0.375rem;
}
/* \stripe */


/* stack-navigation */
.stack-navigation-dialog .modal-content {
	overflow: hidden;
}
.stack-navigation-dialog .modal-footer {
	display: none;
}
.stack-navigation-dialog .modal-footer.rev-footer-padding {
	display: flex;
    margin: 0 -1.25rem;
    padding-bottom: 0;
}
/* \stack-navigation */


/* popover */
.popover-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
/* \popover */