/* #grad1 {
    background-color: : #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA)
} */

#msform {
    /* text-align: center; */
    position: relative;
    margin-top: 20px
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

.progressbar, .edit-progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding-left: 0px;
    text-align: center;
}

.progressbar .active,
.edit-progressbar .active {
    color: #000000
}

.progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative
}
.edit-progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 50%;
    float: left;
    position: relative
}

#account:before {
    font-family: FontAwesome;
    content: "\f17a"
}

#facturacion:before {
    font-family: FontAwesome;
    content: "\f044"
}

#contactos:before {
    font-family: FontAwesome;
    content: "\f2bb"
}

#direccion:before {
    font-family: FontAwesome;
    content: "\f279"
}

#adicional:before {
    font-family: FontAwesome;
    content: "\f155"
}

#carritoCompras:before {
    font-family: FontAwesome;
    content: "\f218"
}

.progressbar li:before,
.edit-progressbar li::before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

.progressbar li:after,
.edit-progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

.progressbar li.active:before,
.progressbar li.active:after,
.edit-progressbar li.active:before,
.edit-progressbar li.active:after {
    background: #da251d;
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.show-wizard
{
    display: block;
}

.hiden-wizard
{
    display: none;
}

.hr-roja {
    height: 1px !important;
    background-color: #da251d;
    margin-top: 0px;
    padding-top: 0px;
  }

.prefijo-dominio
{
    width: 35% !important;
    margin-top: auto !important;
    /* border-left: 0px !important; */
    border-top-left-radius: 0% !important;
    border-bottom-left-radius: 0% !important;
}
.dominio {
    width: 65% !important;
    border-right: 0px !important;
    border-top-right-radius: 0% !important;
    border-bottom-right-radius: 0% !important;
}