body, html {
    min-height: 100%;
		height: 100%;
}

.actions .col-2 {
      padding: 5px 5px 5px 5px;
}
.actions .col-2 a:hover {
      cursor: pointer;
}
span.alert-Domain.text-center {
    color: #e43636;
}
#into-onboarding h1 {
    color: #1d2b36;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}
.row.register-form {
  margin-left: 15px;
  margin-right: 15px;
}
#add-onboarding.lost-pwd{
    background-color: transparent;
  }

#add-onboarding{
    background-color: #f9fafa;
    min-width: 0;
    /* text-align: center; */
}
#add-onboarding .blank-slate {
    background: #fff;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0 5px 30px 0 rgba(39,63,74,.15);
    box-shadow: 0 5px 30px 0 rgba(39,63,74,.15);
}

#into-onboarding {
    display: block;
    padding: 15px;
}
.s-login .blank-slate.blank-slate--responsive {
    max-width: 480px;
    min-height: 440px;
    width: auto;
}

/*s-login*/ .register-form .slate-body, /*s-login*/ .register-form .slate-body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*s-login*/ .register-form .slate-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    zoom: 1;
    padding: 0!important;
    position: relative;
    min-height: 440px;
}
.slate-body {
    padding: 30px 50px 0;
}
.s-login .slate-body:after, .s-login .slate-body:before {
    display: table;
    content: "";
    height: 0;
}
.blank-slate {
    display: block;
    position: relative;
    top: 3px;
    background: #fff;
    border: 1px solid #c1cbd4;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,.08);
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.08);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 40px auto 30px;
    width: 550px;
}
.s-login .slate-body__item {
    padding: 40px;
    margin: 0 0;
    width: 100%;
}
.register-form label.col-form-label {
    float: left;
}
.lost-pwd .btn.btn-primary {
  -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      font-size: 14px;
}
.lost-pwd input  {
-webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    padding: 0 16px;
    width: 100%;
  }
  .controls {
    display: block;
    width: 100%;
  }
@media (min-width: 768px) {
.s-login .lost-pwd, .s-login .lost-pwd.blank-slate.blank-slate--responsive {
      min-height: 250px;
      height: 300px;
  }
.s-login .blank-slate.blank-slate--responsive {
    max-width: 900px;
    min-width: 900px;
}
.s-login .lost-pwd.blank-slate.blank-slate--responsive {
  max-width: 450px;
  min-width: 450px;
}
/*.s-login*/ .register-form .slate-body {
    -ms-flex-direction: row;
    flex-direction: row;
}
}
@media (min-width: 544px) {
.s-login .slate-body__item {
    padding: 30px 50px;
}
.s-login #into-onboarding-form, #content-form-group {
    padding: 30px 150px;
}
.lost-pwd .slate-body__item #content-form-group {
  padding: 20px 15px;
}
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #383838;
}
.dropdown-item.active, .dropdown-item:active {
    color: #696969;
    text-decoration: none;
    background-color: transparent;
}
.menu-right {
    right: 0;
    left: auto;
}
li.nav-item.username {
	    border: 0;
	    border-radius: 4px;
	    font-size: 14px;
	    height: 40px;
	    line-height: 40px;
	    padding: 0 20px;
	    background-color: #000000;
	    color: #fff;
}
li.nav-item {
	margin-right: 6px;
}
li.nav-item a {
	    border: 0;
	    border-radius: 4px;
	    font-size: 14px;
	    height: 40px;
	    line-height: 40px;
	    padding: 0 20px;
}
li.nav-item.username i, a.new-conect-meli i {
	font-size: 21px;
	top: 3px;
	padding-right: 10px;
}
*, h1, h2, h3, h4, h5, h6, p {
		/*font-family: 'Lato', sans-serif !important;*/
		font-family: "Miriam Libre","Source Sans Pro",sans-serif;
}
p {font-size: 14px;}

#app.dashboard {
height: 100%;
}
.btn-link {
    font-weight: 400;
    color: #007bff;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}

.deleteMeliUser, .unlinkDomain {color: #808080; margin-bottom: 2px;}

.deleteMeliUser:hover, .unlinkDomain:hover {color: #000000;}

.alert-success {
    margin-right: 15px;
    margin-left: 15px;
        padding: 13px 10px 6px 25px;
}

a.nav-link {
    font-size: 14px;
    color: rgba(21,48,70,0.91);
		text-transform: capitalize;
}

.navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link:hover {
	color: #000000;
	}

.table {
    font-size: 14px;
}

table.custab {
      background: #ffffff;
      border-radius: 3px;
      border: unset;
      -webkit-box-shadow: unset;
      box-shadow: unset;
      display: block;
      overflow: hidden;
	}

table.custab:hover {
    /*box-shadow: 0px 0px 30px #cccccc;*/
  }
	.table thead th {
	    width: 7%;
	    text-align: center;
	}
table.custab tbody tr>td:nth-child(4) {
	    font-weight: 600;
	}

.btn {
    padding: 4px 28px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 3px;
    padding: 10px 37px;
    color: #fff;
    background-color: #212529;
    border-color: #212529;
	}
.btn.btn-success {
  color: #000;
  background-color: #FECE2F;
  border-color: #FECE2F;
}
.btn.btn-success:hover{
 color:#FECE2F;
 background-color:#000000;
 border-color:#000000;
 }
.btn.btn-success:hover i{
  color:#ffffff;
}
.btn-info {
    color: #000000;
    background-color: #CCE6EA;
    border-color: #CCE6EA;
}

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    text-transform: uppercase;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.alert-heading {
    color: inherit;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.alert-success {
    color: #4B657E;
    background-color: #dcdcdc29;
    border-color: #bbbbbb1f;
}
.page-item.active .page-link {
    background-color: #4B657E;
    border-color: #4B657E;
}

.page-link {
    color: #4B657E;
}
.alert-success hr {
    border-top-color: #00000012;
    margin: 0px 0px 10px 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(21,48,70,0.91);
    font-weight: 400;
}

.card {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.14);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border: 0;
        margin-top: 40px;
}

.card-header {
		border: 0;
		text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}
.btn {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 29px;
}

.navbar:not(.slate-body__item--promo) {
      background: #fff;
      transition: unset;
      box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.15);
}
main, #app.dashboard {
  background: #F7F7F7;
}
#app-navbar {
    background: #F0F7F9;
}

button.getAuth, td.text-left a.btn, .btn-info {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
        margin: 0;
            padding: 7px 16px;
}



/* Ocultar los botones de radio */
.wsync-select-plan-radio {
    display: none;
}

/* Estilo base para las tarjetas */
.wsync-plan-card {
    cursor: pointer;
    transition: border 0.3s ease;
    height: 100%; /* Mantener todas las tarjetas del mismo alto */
    border: 2px solid transparent; /* Borde invisible por defecto */
    border-radius: 8px; /* Bordes redondeados */
    margin-top:10px;
}

/* Efecto hover en las tarjetas */
.wsync-plan-card:hover {
    border-color: #ccc; /* Borde gris al pasar el mouse */
}

/* Estilo de la tarjeta seleccionada (con borde verde) */
.wsync-select-plan-radio:checked + .wsync-plan-card {
    border-color: #28a745; /* Verde para el plan seleccionado */
}

/* Para asegurar que todas las tarjetas tengan el mismo tamaño */
.wsync-card-label {
    display: block;
    height: 100%;
}