/* Customizacao do template sneat */
.modal-backdrop {
    z-index: 900 !important;
}

 
.bootstrap-dialog-header {
	width: 100%;
	display: flex;	 
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
         
}
.btn-close {
	box-sizing: content-box;
	width: 0.8em;
	height: 0.8em;
	padding: 0.25em 0.25em;
	color: #a1acb8;
	background: transparent url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate%28-225.000000, -250.000000%29'%3E%3Cg id='Icon-Color' transform='translate%28225.000000, 250.500000%29'%3E%3Cuse fill='%23a1acb8' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23a1acb8' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center/0.8em auto no-repeat;
	border: 0;
	border-radius: 0.375rem;
	opacity: 0.95;
	position: absolute;
	right: 20px;
       
}

.modal .modal-header .btn-close {
  margin-top: -1.25rem;
}
.modal .btn-close {
  background-color: #fff;
  border-radius: 0.5rem;
  opacity: 1;
  padding: 0.635rem;
  box-shadow: 0 0.125rem 0.25rem rgba(161, 172, 184, 0.4);
  transition: all 0.23s ease 0.1s;
  transform: translate(23px, -25px);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}



.swal-button {
	background-color: var(--bs-primary) !important;
	  border-color: var(--bs-primary) !important;
	  box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-primary-rgb), 0.4);
	color: #fff;	
	 
	border-radius: 5px;
	font-weight: 600;
	font-size: 14px;
	padding: 10px 24px;
	margin: 0;
	cursor: pointer;
}


/*Busca geral*/
.layout-navbar .search-input-wrapper .navbar-search-suggestion {
	width: 100%;
	background: RGBA(232, 232, 240, 0.6) !important;
	padding: 10px !important;
        overflow: auto !important;
}

.layout-navbar .search-input-wrapper .navbar-search-suggestion .card{
    margin-bottom: 10px;
}

/*skeleton-----------------------------------------------------------------------*/
.skeleton {
    display: inline-block;
    width: 100%;
    height: 20px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

.skeleton-text {
    width: 80%;
    height: 16px;
    margin-bottom: 10px;
}

.skeleton-image {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
/*End skeleton ----------------------------------------------------------------*/
