/* Minification failed. Returning unminified contents.
(294,54): run-time error CSS1062: Expected semicolon or closing curly-brace, found 'inset'
(304,58): run-time error CSS1062: Expected semicolon or closing curly-brace, found 'inset'
(435,45): run-time error CSS1046: Expect comma, found '41'
(435,51): run-time error CSS1046: Expect comma, found '/'
 */

@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

/*---------- Loader Style ----------------*/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader_div {
    border: 6px solid whitesmoke;
    border-radius: 50%;
    border-top: 6px solid rgb(132,50,155);
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader_circle {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .7);
}

    .loader_circle label {
        position: fixed;
        margin-top: 7rem;
        font-size: 1rem;
        font-weight: 800;
        color: whitesmoke
    }

.loader_inside {
    border: 6px solid whitesmoke;
    border-radius: 50%;
    border-top: 6px solid rgb(132,50,155);
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#ShopifyForm {
    /*font-size: 18px;*/
}

.has-warning {
    border-color: red !important;
}

.span-blue {
    color: #43C5DD;
    font-size: 15px;
}

.circleForm {
    background-color: white !important;
    border: 1px solid rgb(132,50,155)
}

.circleFormBlue {
    background-color: white !important;
    border: 1px solid rgb(67,197,221)
}

.buttonstyle {
    background-color: #43C5DD !important;
    border: #43C5DD !important;
}

.buttonstyleBlue {
    background-color: rgb(67,197,221) !important;
    border: rgb(67,197,221) !important;
}

.circleForm-active {
    background-color: rgb(132,50,155) !important;
    border: 1px solid rgb(132,50,155)
}

.circleFormBlue-active {
    background-color: rgb(67,197,221) !important;
    border: 1px solid rgb(67,197,221)
}

.circleForm span {
    font-size: xx-large;
    color: rgb(132,50,155)
}

.circleFormBlue span {
    font-size: xx-large;
    color: rgb(67,197,221)
}

.circleForm-active span {
    font-size: xx-large;
    color: white
}

.circleFormBlue-active span {
    font-size: xx-large;
    color: white
}

.circleFormlabel {
    padding-top: 100px;
    color: rgb(132,50,155);
    font-weight: normal
}


.circleFormlabelblue {
    padding-top: 100px;
    color: rgb(67,197,221);
    font-weight: normal
}

.checkbox-entry a {
    text-decoration: underline !important;
    font-weight: 300 !important;
    color: rgb(132,50,155) !important;
}


.inputsearch {
    margin-bottom: 25px;
    width: 100%;
    border: 1px #e6e6e6 solid;
    font-size: 13px;
    line-height: 43px;
    color: #313131;
    height: 45px;
    padding: 0 20px;
    font-weight: 400;
    box-shadow: none;
}

.checkbox-entry input:checked + span {
    background: rgb(132,50,155) !important;
}

input.inputsearch:hover, input.inputsearch:focus {
    background: #f7f7f7;
    box-shadow: none !important;
    border: 1px #e6e6e6 solid !important;
}

#mapid {
    height: 380px;
}

#map {
    /*height: 100%;*/
    height: 380px;
}

.custom-map-control-button {
    /*appearance: button;*/
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    margin: 10px;
    padding: 0 0.5em;
    height: 40px;
    font: 400 18px Roboto, Arial, sans-serif;
}

    .custom-map-control-button:hover {
        background: #ebebeb;
    }

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    /*border-radius: 2px 0 0 2px;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
    border-radius: 5px;
}



.file {
    opacity: 0;
    width: 0.1px;
    height: 0.1px;
    position: absolute;
}


.file-input label {
    display: block;
    position: relative;
    width: 200px;
    height: 50px;
    border-radius: 10px;
    color: gray !important;
    border: 1px solid rgb(132,50,155);
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    cursor: pointer;
    transition: transform .2s ease-out;
}

.btnids {
    background-color: whitesmoke !important;
    border-color: whitesmoke !important;
    color: black;
    margin-right: 10px !important;
}

    .btnids:hover {
        color: black !important;
        box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
    }


    .btnids:not(:disabled):not(.disabled):hover.active, .btnids:not(:disabled):not(.disabled):hover:active, .show > .btnids.dropdown-toggle {
        color: white !important;
        box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
    }

    .btnids:not(:disabled):not(.disabled).active, .btnids:not(:disabled):not(.disabled):active, .show > .btnids.dropdown-toggle {
        background-color: rgb(132, 50, 155) !important;
        border-color: rgb(132, 50, 155) !important;
        margin-right: 10px !important;
    }

.SMS-input {
    margin: 10px 5px;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    border: solid 1px rgb(132, 50, 155) !important;
    box-shadow: 0 0 5px rgb(132, 50, 155) !important inset;
    outline: none;
    transition: all .2s ease-in-out;
    border-radius: 10px;
    height: 50px;
    width: 35px;
}

    .SMS-input:focus {
        border-color: rgb(132, 50, 155) !important;
        box-shadow: 0 0 5px rgb(132, 50, 155) !important inset;
    }

.resend-btn {
    color: #84329b !important;
    font-weight: bold;
}

a.resend-btn:hover {
    text-decoration: underline;
}

.simple-drop-down:after {
    content: '\f358';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
}

.preview {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}

    .preview img {
        max-width: 100%;
        max-height: 500px;
    }

.hide {
    display: none;
}

.cardimage, .previewimg {
    margin: 10px;
    padding-top: 10px;
    border-radius: 5px;
    border: 1px dashed rgba(0,0,0,.125);
}

    .cardimage img {
        border-radius: 6px;
        max-width: 9rem !important;
        max-height: 5rem !important;
        padding: 3px;
        cursor: pointer;
    }

    .previewimg img {
        border-radius: 6px;
        max-width: 100% !important;
        max-height: 17rem !important;
        padding: 3px;
    }

    /*.cardimage:hover {
            background-color: rgba(34,34,34,0.75);
            opacity: .5;
            cursor: pointer;
        }

            .cardimage:hover .hide {
                display: block;
            }*/

    .cardimage button {
        background-color: rgba(34,34,34,0.75);
        position: absolute;
        float: right;
        top: 100px;
        right: 40px;
        border: unset;
        padding: 4px 8px;
    }


.image-name {
    color: rgb(132,50,155) !important;
    padding-bottom: 10px;
}

    .image-name span {
        color: rgb(132,50,155);
        border-radius: 9px;
        padding: 4px 14px;
        font-size: 13px
    }

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .cardimage img {
        border-radius: 3px;
        max-width: 6rem !important;
        max-height: 3rem !important;
        padding: 1px;
    }
    .header-list-help .list-Help {
        width: 90% !important;
        left: 1rem !important;
        top: 4rem !important;
    }
}

/*.title span{

    right: 0;
    width: 0;
    border-left: 1px solid #000;
    background-color: whitesmoke;
    animation: escribir 4s steps(30) infinite alternate;
}

@keyframes escribir {

    from {width:50%}
    to {width:0}
}*/

.header-list-help .list-Help {
    border: 1px solid whitesmoke;
    width: 70%;
    height: 300px;
    position: absolute;
    background-color: white;
    z-index: 1;
    left: 6rem;
    top: 2rem;
    border-radius: 20px;
    box-shadow: 0.8rem 0.4rem 0.4rem rgb(46 41 78 / 15%);
}

.container-list {

    margin: 20px 10px 0px 20px;
}



.fade-in-text {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150px;
    color: black;
    animation: fadeIn linear .5s;
    -webkit-animation: fadeIn linear .5s;
    -moz-animation: fadeIn linear .5s;
    -o-animation: fadeIn linear .5s;
    -ms-animation: fadeIn linear .5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.size-label {
    text-align: center;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: medium;
    padding: 0 10px;
}
    .size-label.alert-warning {
        color: #d0243d;
        background-color: #83cf7b;
        border-color: #83cf7b;
    }
