.auth .brand-logo img
{
	width: 200px;
}
.content-wrapper-2
{
	padding: 20px 5%;
	min-height: calc(100vh - 135px - 75px);
}
.grecaptcha-badge{
    z-index: 1200!important;
}

.form-control[readonly]
{
	cursor: not-allowed;
}
.ui-helper-hidden-accessible{
    display:none !important;
}

.ui-menu
{
	background-color: white;
	max-width: 40%;
	list-style: none;
	padding: 5px;
	border: 1px solid black;
}
.ui-menu li
{
	padding: 5px 0px 5px 0px;
}
.ui-menu li :hover
{
	background-color:#0275d8;
	color:white;
	cursor: pointer;
	padding: 7px 0px 7px 5px;
}

.clic
{
	cursor: pointer;
}
h3.lead {
    font-size: 1.8rem;
	letter-spacing: 5px;
    margin-bottom: 50px;
}
.modal-header {
    background-color: #6201ed;
}
.accion {
    padding-top: 5px;
    padding-bottom: 5px;
	color: #6201ed;
	padding-right: 5px;
}
.modal-content{
	border: 1px solid gray;
}
.modal .modal-dialog .modal-content .modal-header .close span {
    font-size: 40px;
    font-weight: 400;
    color: white !important;
	margin-right: 25px;
}
@media (min-width: 1400px) {
	.modal .modal-dialog .modal-content .modal-body {
		padding: 26px 56px;
	}
}
button.btn.btn-primary.dropdown-toggle.dropdown-toggle-split:focus {
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(255, 87, 51, .6);
}
.add-product-container {
    position: absolute;
    left: 15px;
    bottom: 25px;
    border-radius: 50px;
    font-size: 30px;
}
.add-product-holder{
	position: relative;
}
.content-wrapper2 {
    padding: 4rem 0;
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    margin-right: auto;
    margin-left: auto;
    min-height: calc(100vh - 135px - 75px);
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.contenedor-trash{
	position: relative;
	top: 10px;
	right: 0;
	
}
.erase{
	font-size: 25px !important;
	
}
	
.btn-Cancelado {
    color: #fff;
    background-color: #ff3366;
    border-color: #ff3366;
}

.btn-Entregado {
    color: #fff;
    background-color: #29c0b1;
    border-color: #29c0b1;
}

.btn-Pendiente{
    color: #fff;
    background-color: #6201ed;
    border-color: #6201ed;
}

.select2-container
{
	display: block;
}
#ul_notificacionesInit
{
	overflow-y: auto!important;
	overflow-x: hidden!important;
	height: 500px!important;
}
.alert-danger
{
	word-wrap: break-word!important;
}

.select2-container
{
	display: block;
}

.select2-container--default .select2-search--dropdown .select2-search__field
{
	line-height: 35px;
	border: solid 1px #298edb;
    border-radius: 8px;
}
.ui-menu
{
	z-index: 2147483647!important;
}
.horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link .menu-icon {
    margin-right: 10px;
    font-size: 1rem!important;
    color: #686868;
    font-weight: 900!important;
}
.navbar .container {
    flex-wrap: nowrap!important;
}
.horizontal-menu .bottom-navbar .page-navigation > .nav-item:not(.mega-menu) .submenu 
{
	top: 50px;
}
h4.card-title {
    border-bottom: 1px dotted #949494;
    line-height: 28px;
}
.subtitulo {
    color: #fcfcfc;
    margin-bottom: 1rem;
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 500;
    background: #949494;
    border-radius: 5px;
    padding: 7px 40px;
    line-height: 14px;
}
.dashboard-row 
{
	border-radius: 5px;
	transition: all 0.3s ease;
}
.col-item 
{
	transition: all 0.2s ease;
}
.row-controls 
{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
}
.btn-xs 
{
	padding: 2px 5px;
	font-size: 10px;
}
.selector-layout 
{
	display: flex;
	gap: 15px;

	background: white;

}

.layout-option 
{
    width: 40px;
    height: 30px;
    border: 1px solid #ccc;
    padding: 6px;
    display: flex;
    gap: 4px;
    cursor: pointer;
    transition: 0.2s;
}

.layout-option:hover 
{
    border-color: #007bff;
    transform: scale(1.05);
}
.layout-option.active 
{
    border-color: #007bff;
    transform: scale(1.05);
}
.mini-col 
{
    background: #e3e3e3;
    border-radius: 3px;
}

/* proporciones */
.w-100 { width: 100%; }
.w-50 { width: 50%; }
.w-33 { width: 33%; }
.w-66 { width: 66%; }
@media screen and (max-width: 1024px) 
{
	.selector-layout
	{
		display: none!important;
	}
}
