<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* - FORM ELEMENTS - */

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.reg-check-werapper &gt; .form-group {
    margin-bottom: 10px;
}

.reg-check-werapper{
    display: block;
    width: 100%;
}

.form-group.form-group-rating &gt; .form-control {
    background-color: transparent;
    border: 0 !important;
}

.form-group label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
}

.form-group-checklabel &gt; a {
    display: inline-block;
    margin-left: 5px;
}

.form-control {
    width: 100%;
    height: 40px;
    color: #666666;
    background-color: #F7F7F7;
    border: 1px solid #E2E2E2;
    transition: border-color 0.4s ease-in-out;
    font-size: 13px;
    line-height: 22px;
    border-radius: 6px;
    outline: 0;
    padding: 10px 15px;
}

.form-control:focus {
    background: #ffffff;
    border-color: #d9d9d9;
}

.form-control:focus {
    border-color: #1E1E1E;
}

/*  iCheck http://fronteed.com/iCheck/ */
div.icheck-item input.icheck-input{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #e2e2e2;
    background-image: none;
}
input[type=checkbox], input[type=radio]{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #e2e2e2;
    background-image: none;
}
.icheckbox_flat,
.iradio_flat{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #e2e2e2;
    background-image: none;
    flex-shrink: 0;
}

.iradio_flat{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.iradio_flat:hover{
    background: #ffffff;
    border: 1px solid #b8d2ec;
}

.login-style .button-wrapper{
    display: inline-block;
    margin-right: 10px;
}

@media (min-width: 768px){
    .icheckbox_flat:hover,
    .iradio_flat:hover{
        background: #ffffff;
        border: 1px solid #b8d2ec;
    }
}

.icheckbox_flat.checked,
.iradio_flat.checked{
    background: #3973b5;
    position: relative;
    border: 1px solid #3973b5;
}
.icheckbox_flat.checked{
    background: #3973b5 url('../../images/core/check_box.png') center no-repeat;
}
.icheckbox_flat.checked.disabled {
    background: #d6e3f0 url('../../images/core/check_box.png') center no-repeat;
}

.iradio_flat.checked:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ffffff;
}

.icheckbox_flat.disabled,
.iradio_flat.disabled{
    border: 1px solid #f0f0f0;
    background: #fff;
}

.icheckbox_flat.checked.disabled,
.iradio_flat.checked.disabled{
    background: #d6e3f0;
}

.icheck-label{
    cursor: pointer;
}

.input-group-addon:last-child{
    border-left: 1px solid #E2E2E2;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.input-group-addon .icon:before{
    content: url("../../../_static/images/dexyco_v2021/calendar.svg");
    display: inline-block;
    width: 19px;
    height: 19px;
}

.styled-select {
    height: 40px;
    max-width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: url('../../images/core/triangle-bottom.png') no-repeat calc(100% - 15px) #F7F7F7;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    /*overflow: hidden;*/
}

.styled-select select {
    padding: 0 15px;
    width: 100%;
    height: 100%;
    appearance: none;
    background-color: transparent;
    border: 0;
    color: #666666;
}

.contact-forma .styled-select{
    max-width: 330px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-control::placeholder,
.form-control:active::placeholder,
.form-control:focus-visible::placeholder {
    color: transparent;
}

.form-control:focus-visible {
    text-shadow: none;
}

textarea.form-control {
    min-height: 115px;
}

.input-group-addon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    height: 100%;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.input-group-addon:last-child{
    border-left-width: 0;
}

.input-group-addon-btn{
    padding: 0;
    border: none;
}

.input-group&gt;.custom-select:not(:first-child), .input-group&gt;.form-control:not(:first-child){
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.form-control:disabled, .form-control[readonly]{
    background-color: #F7F7F7;
}

.confirm-check-wrapper .form-group label{
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.form-group.form-group-checklabel{
    display: flex;
    align-items: center;
}

.modal .form-group.form-group-checklabel label{
    margin-bottom: 0;
}

/* - INPUT GROUP - */


/* - CONFIRM LOADER - */

.confirm-loader.active span,
.confirm-loader span.loading {
    display: none;
}

.confirm-loader.active span.loading {
    display: inline-block;
}

.confirm-loader.active {
    pointer-events: none;
}

/*.confirm-loader.active span.loading i {
    animation: spin 2s linear infinite;
}*/

.confirm-loader.active i.icon.fa.fa-spinner{
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.3s infinite linear;
    transform: translateZ(0);
    display: inline-block;
    font-size: 3px;
    margin-left: 15px;
    vertical-align: middle;
    margin-top: -2px
}

@keyframes mulShdSpin {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em,
        2em -2em 0 0em, 3em 0 0 -1em,
        2em 2em 0 -1em, 0 3em 0 -1em,
        -2em 2em 0 -1em, -3em 0 0 -1em,
        -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em,
        3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em,
        -2em 2em 0 -1em, -3em 0 0 -1em,
        -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em,
        2em -2em 0 0, 3em 0 0 0.2em,
        2em 2em 0 0, 0 3em 0 -1em,
        -2em 2em 0 -1em, -3em 0 0 -1em,
        -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
        3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em,
        -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
        3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em,
        -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
        3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0,
        -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em,
        3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em,
        -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em,
        3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em,
        -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
/* - VALIDATION MESSAGES - */

.validation-errors-list {
    position: absolute;
    top: auto;
    bottom: -5px;
    transform: translateY(100%);
    right: 0;
    max-width: 200px;
    background: transparent;
    padding: 0;
    font-size: 11px;
    line-height: 11px;
    display: none;
    margin: 0;
    color: #ED544A;
}

.validation-errors-list .parsley-required {
    margin: 0;
}

.validation-errors-list.filled li {
    display: inline;
    margin-right: 5px;
    line-height: 1;
}

.validation-errros-list-insidefield {
    top: auto;
    bottom: 0;
    background: transparent;
}

.validation-errors-list.filled{
    display: block;
}

.validation-errors-list li.parsley-type {
    margin: 0;
}

/* Autocomplete */
.twitter-typeahead{
    display: block !important;
}
.tt-dropdown-menu{
    background: #FFFFFF;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    border: 1px solid #F2F2F2;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    z-index: 9999 !important;
}
.tt-suggestion {
    padding: 3px 10px;
    font-size: 14px;
    line-height: 18px;
}
.tt-suggestion:hover {
    background-color: #cacaca;
}

.getUserStreetValidateFromProfile{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.getUserStreetValidateFromProfile .btn-wrapper-alert{
    margin-top: 10px;
}

.cart-address-error-wrapper{
    margin: auto;
}


@media screen and (max-width: 576px){

    .styled-select{
        max-width: 100%;
    }

}
</pre></body></html>