[data-bs-theme=dark] {
    --primary-100:#7239EA;
--primary-200:#a969ff;
--primary-300:#ffccff;
--accent-100:#FF6F61;
--accent-200:#8f0010;
--text-100:#FFFFFF;
--text-200:#e0e0e0;
--bg-100:#1A1A1A;
--bg-200:#292929;
--bg-300:#404040;
  
}
.has-error input{
	color: #dc3545;
	border: 1px solid #dc3545!important;
   }
   
   .has-success input{
	 color: #28a7456b;
	 border: 1px solid #28a7456b!important;
	
   }

   /* Loader */

#pre-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: brightness(.4);
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 1099;
}

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-hourglass:before  {
	content: "";
	box-sizing: border-box;
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
    border-top: 4px solid #ffc107;
    border-right: 4px solid #181c3200;
	animation: lds-hourglass 0.8s linear infinite;
}

@keyframes lds-hourglass {
    to {
		transform: rotate(360deg);
	   }
}

.ver_credencial i{
	font-size: 1.5rem;
	color: #a1a5b7;
	right: 10px;
}
.ver_credencial:hover i {
	cursor: pointer;
	margin-top: -3px;
	color: #2ecc71;

}
.copy_credencial i{
	font-size: 1.5rem;
	color: #a1a5b7;
	right: 2px;

}
.copy_credencial:hover i {
	cursor: pointer;
	margin-top: -3px;
	color: #ffc700;

}

[data-title] {
	position: relative;
}
  
  /* [data-title]:hover::before {
	content: attr(data-title);
	position: absolute;
	top: -32px;
	left: -10%;
	display: inline-block;
	padding: 3px 6px;
	border-radius: 0.375rem;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-family: sans-serif;
	white-space: nowrap;
  }
  [data-title]:hover::after {
	content: "";
	border: solid;
	border-color: #000 transparent;
	border-width: 6px 6px 0 6px;
	top: -8px;
	left: 12px;
	position: absolute;
	z-index: 99;
  } */

.url_product i {
    font-size: 20px;
}

.url_product:hover i, .url_product:hover{
    color: #000;
	font-weight: bold;
}

.url_product:hover{
    border: 1px  solid #000;
}

.btn-outline-secondary{
	color: #a1a5b7;
}

.hidden {
	display: none;
}

.show {
	display: block;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{

    display: none;
}

.img-product {
    height: 80px;
    display: grid;
    align-items: center;
    justify-content: center;
}
.copy_user_credential:hover{
    cursor: pointer;
    background: #12121217;
}
.copy_credencial_user:hover {
    cursor: pointer;
    background: #12121217;
}
.btn-login:hover {
    cursor: pointer;
    background: #12121217;
}
/*-------------login----------------*/
.flex-column-fluid {
    flex: 1 0 auto;
}

.vh-100 {
	height: 100vh!important;
}

.form-control.form-control-solid {
    background-color: var(--kt-input-solid-bg);
    border-color: var(--kt-input-solid-bg);
    color: var(--kt-input-solid-color);
    transition: color .2s ease;
}
.text-gray-100 {
    color: var(--kt-text-gray-100) !important;
}
.text-gray-200 {
    color: var(--kt-text-gray-200) !important;
}
.text-gray-300 {
    color: var(--kt-text-gray-300) !important;
}
.text-gray-400 {
    color: var(--kt-text-gray-400) !important;
}
.text-gray-500 {
    color: var(--kt-text-gray-500) !important;
}
.text-gray-600 {
    color: var(--kt-text-gray-600) !important;
}
.text-gray-700 {
    color: var(--kt-text-gray-700) !important;
}
.text-gray-800 {
    color: var(--kt-text-gray-800) !important;
}
.text-gray-900 {
    color: var(--kt-text-gray-900) !important;
}
.fw-bold {
    font-weight: 700!important;
}
.flex-stack {
    justify-content: space-between;
    align-items: center;
}
.fs-5 {
    font-size: 1.25rem!important;
}

.fw-bold {
    font-weight: 700!important;
}
a {
    text-decoration: none;
}
.text-decoration-none {
	text-decoration: none;
}
.form-control-lg {
    min-height: calc(1.5em + 1.65rem + 2px);
    padding: 0.825rem 1.5rem;
    font-size: 1.3rem;
    border-radius: 0.625rem;
}


.form-watsontic {
    position: relative;
   }
   
   .form-watsontic input {
    border: solid 1.5px #d4d4e5!important;
    border-radius: 1rem;
    background: none;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    color: #979aa6;
    transition: border 150ms cubic-bezier(0.4,0,0.2,1);
   }
   
   .form-watsontic label {
    position: absolute;
    top: 0;
    left: 12px;
    color: #979aa6;
    pointer-events: none;
    transform: translateY(1rem);
    transition: 150ms cubic-bezier(0.4,0,0.2,1);
    font-size: 1.2em;
   }
   
   .input-watsontic:focus, .form-watsontic input:valid {
    outline: none;
    border: 1px solid #7239ea!important;
   }
   
   .input-watsontic:focus ~ label, .form-watsontic input:valid ~ label {
    transform: translateY(-50%) scale(0.9);
    background-color: #ffffff;
    color: #7239ea;
   }

   [data-bs-theme="dark"] .input-watsontic:focus ~ label, [data-bs-theme="dark"] .form-watsontic input:valid ~ label {
    transform: translateY(-50%) scale(0.9);
    background-color: #151521;
    color: #7239ea;
   }

   .login-title {
    font-size: 3.5em;
    text-align: center;
    color: #a2a2af;
   }
   input[type="checkbox"] {
    accent-color: #c2a8f8; /* Cambia el color del checkbox a azul oscuro */
  }
  input[type="checkbox"]:checked {
    accent-color: #7239ea; /* Cambia el color del checkbox seleccionado a azul oscuro */
  }

  .btnLoginRedes a{
    border:1px solid #d4d4e5!important;
    background-color: transparent;
    border-radius: .8rem;
    padding: 5px;
  }
  .btnLoginRedes a:hover{
    background-color: #0A1010;
    
  }
  [data-bs-theme="dark"] .btnLoginRedes a{
    border-color: #151521;
  }
  .btnLoginRedes a svg{
    width: 30px;
  }

/*..............end login**/

.credentials-items.Colum {
    flex-direction: row;
    align-items: center;
    height: 150px;
}

.credentials-items.Colum a {
    margin-right: 20px;
}
.credentials-items.Colum .info {
    width: 100%;
}
.url-producto i {
    top: -14px;
    right: -14px;
}

.credentials-items.Colum .url-producto i {
    top: -15px;
    right: -20px;
}


.credentials-items h6 {
	color: #5e6278;
    font-weight: 700!important;
}
.credentials-items a img{
	max-height: 30px;
}
.credentials-items.Colum a img{
	max-height: none;
    max-width: 120px;
}




@media(min-width: 540px){
.credentials-items a img{
	max-height: 40px;
}

}


#pills-tab .nav-item .nav-link.active{
	color: #000;
    background-color: #ffc700;
}

.credentials-items{
	transition: 0.25s all ease-out;
    height: 200px;
    color: #8d8d8d !important;

}

.credentials-items:hover{
    border: 1px solid #3f44e5;
    cursor: pointer;
    color: #000 !important;
    box-shadow: 0px 0px 10px -2px #3f44e5ad;
}
.credentials-items:hover h6{
    color: #000;
 
}

.flex-user.py-1 {
    width: 100%;
}

li#tb_credentials_previous a, li#tb_credentials_next a {
    background: var(--bs-border-color);
    border: 1px solid var(--bs-border-color);
    color: var(--kt-gray-700);
}
li#tb_credentials_previous a{
border-radius: 10px 0 0 10px;
}
li#tb_credentials_next a{
	border-radius:  0 10px 10px 0;
	}
li#tb_credentials_previous:hover a, li#tb_credentials_next:hover a {
    opacity: 0.8;
	cursor: pointer;

}

.min-w-125px{
	min-width: 125px;
}
.max-w-70 {
    max-width: 70px;
}
.url_product{
	
	white-space: break-spaces;
    border: none;
    max-width: 270px;
    display: block;
    text-align: left;
}
.w-lg-50 {
	width: 100%;
}
@media(min-width: 991px){
	.w-lg-50 {
		width: 50%;
	}
	
}
@media(min-width: 720px){
	.url_product{
	
		white-space: break-spaces;
		border: none;
		max-width: 500px;
		display: block;
		text-align: left;
	}
}
@media(min-width: 540px){
	.url_product{
	
		white-space: break-spaces;
		border: none;
		max-width: 400px;
		display: block;
		text-align: left;
	}
}

.url_product:hover{
	border: none;

}

[data-kt-app-layout=dark-sidebar] .app-sidebar .btn-custom:hover:not(.btn-active) {
	font-weight: bold;
	background: #030414!important;
}

.text-active-primary{
	color: #2f77e498;

}
.text-active-primary.active {
	border-bottom: 3px solid #0a58ca;
	color: #0d6efd;
}
[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-title {
    color: #9d9da6;
    font-size: 1.25rem;
}

.mw-450px {
	max-width: 450px;
}


/* css style plan*/
.plan {
    padding-top: 110px;
}
body[data-layout-mode=dark] .plan .card{
    border: 2px solid #fdd835;
}
.plan .card .card-header:hover {
    transform: scale(1.03);
    background-color: #000;
    border: none!important;
    color: #fff;
	cursor: pointer;

}
.plan .card .card-header:hover h5 {

    color: #fff;

}
.plan .card .card-header:hover h2 {

    color: #fff;

}
.plan .card .card-header {
    box-shadow: 0px 0px 4px 0 #dddddd;
    width: 94%;
    border-radius:0.75rem;
    margin-left: 3%;
    position: absolute;
    top: -67px;
    height: 130px;
	justify-content: center;
	padding-top: 15px;
	background-color: #fff;
}
body[data-layout-mode=dark] .plan .card .card-header {
    box-shadow: 2px -2px 8px 0 rgb(100 103 108);
    width: 94%;
    border: 2px solid #fdd835;
    border-radius:0.75rem;
    margin-left: 3%;
    position: absolute;
    top: -67px;
    height: 130px;
}
.plan .card .card-header.plan-recomendado {
    position: absolute;
    width: 94%;
    border-radius:0.75rem;
    margin-left: 3%;
    font-weight: 700; 
    background: #ffba00;
    border: 2px solid #ffba00;
    top: -110px;
    height: 165px;
}
body[data-layout-mode=dark] .plan .card .card-header.plan-recomendado {
    font-weight: 700; 
    background: #ffba00;
    border: 2px solid #ffba00;
    top: -110px;
    height: 165px;
}
body[data-layout-mode=dark] .plan .card .card-header.plan-recomendado a h5{
    color: #000;
}
body[data-layout-mode=dark] .plan .card .card-header.plan-recomendado a h2{
    color: #000;
}
body[data-layout-mode=dark] .plan .card .card-header.plan-recomendado a p{
    color: #fff!important;
}
.plan .card .card-body .title {
    font-weight: 700; 
    font-size: 1.125rem;
    list-style: none;
}
.plan .card .card-body .sub-title {
    font-size: 1.125rem;
    list-style: none;
    margin-top:0.4rem;
}
.plan .card .card-footer .btn-comprar-plan {
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0px 0px 8px rgb(255 186 0 / 55%);
    padding: 10px 30px;
}
.plan .card .card-footer .btn-comprar-plan:hover {
    transform: scale(1.03);
    
}

body[data-layout-mode=dark] .title-plan h1, .title-plan h1{

    padding: 1rem;
    margin-bottom: 0.5rem;
    color: #fdd835!important;
    font-family: fantasy;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.25em;
    font-size: 2.9rem;
}
.title-plan-p1{
color: #000!important;
}
body[data-layout-mode=dark] .title-plan-p1{
    color: #fdd835!important;
}

.select2-container--default .select2-selection--single {
    background-color: #ffffff;
    border: 1px solid #e2e5e8;
    border-radius: 0.7rem;
}

body[data-layout-mode=dark] .select2-container--default .select2-selection--single {
    background-color: #212938;
    border: 1px solid #171e2a;
    border-radius: 0.7rem;

}

body[data-layout-mode=dark]  .select2-dropdown {
    background-color: #212938;
    border: 1px solid #121620;

}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none;
    border-radius: 0.7rem;
}

.select2-results__options::-webkit-scrollbar {
    width: 10px;
  }
  
body[data-layout-mode=dark] .select2-results__options::-webkit-scrollbar-track {
    background: #19202e;
  }
   
.select2-results__options::-webkit-scrollbar-thumb {
    background: orange; 
    border-radius: 10px;      
    border: 1px solid #1a49a8;
  }

.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #1f58c7; 
  }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7d8287;
    line-height: 23px;
}
.checkout-item .avatar-title{
    width: 30px;
	height: 30px;
}
@media(max-width: 576px){
  .checkout-item .avatar-title{
    display: none;
}
.activity-checkout .checkout-item {
    padding-left: 0!important;
    border-left: none!important;
}
}

/* end css style plan*/
.menu-gray-800 .menu-item .menu-watsontic {
    color: #3F4254;
}

.btn, .form-control {
    border-radius: .8rem;
}


/*style menu item*/

[data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-logo:before {
    content: '';
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 0;
    right: -68px;
    box-shadow: -23px -27px 0px -10px #1e1e2d;
}

.menu-watsontic{
    position: relative;
}
[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-watsontic.active:before {
    content: '';
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: -70px;
    right: -13px;
    box-shadow: 37px 40px 0px 5px #e7ebed;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-watsontic.active:after {
    content: '';
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 46px;
    right: -13px;
    box-shadow: 37px -40px 0px 5px #e7ebed;
}
[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link.active .menu-bullet .bullet {
    background-color: #1e1e2d;
}
[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-watsontic.active .menu-title {
    color: #1e1e2d;
}
[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-watsontic.active .menu-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-watsontic.active .menu-icon .svg-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-watsontic.active .menu-icon i {
    color: #1e1e2d;
    
}

[data-kt-app-sidebar-minimize=on] .menu-sub.menu-sub-accordion {
    display: none !important;
}
[data-kt-app-sidebar-minimize=on] .app-sidebar :hover .menu-sub.menu-sub-accordion.show {
    display: block !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-watsontic.active {
    transition: color .2s ease;
    background-color: #e6e9ec;
    color: #1e1e2d;
    border-start-start-radius: 2rem;
    border-end-start-radius: 2rem;
}
.menu-sub-indention .menu-item .menu-item .menu-link.active {
    margin-right: 0;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color .2s ease;
    color: var(--kt-primary-inverse);
    background: #5c5cff;
    border-radius: 1.6rem;
}

.autoComplete_wrapper{
    width: 100%;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: var(--kt-body-bg);
    padding: 0.55rem 0.75rem;
    color: var(--kt-input-color);
    font-size: .925rem;
    border-radius: 0.425rem;
    outline: 0 !important;
    box-shadow: 0px 0px 5px 0px #928b8b;
}

.select2-container--open .select2-dropdown--below {
   
    border: 2px solid #dadfe2;
}

.button-container-file {
    position: relative;
    width: auto;
}
.file-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    opacity: 0;
}
.file-button:hover {
    cursor: pointer;
}

.img-previsualizar {
    background-color: #e7ebed;
    border-radius: 0.75rem;
    position: relative;
    height: 180px;
}
.img-previsualizar img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 180px;
    width: auto;
}