﻿::-webkit-scrollbar {
    width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

.input-group-append {
    cursor: pointer;
}

/*Background color*/
#grad1 {
    height: 100%;
    background: rgb(93,14,139);
    background: linear-gradient(163deg, rgba(93,14,139,1) 54%, rgba(186,104,235,1) 86%);
}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

    #msform fieldset .form-card {
        background: white;
        border: 0 none;
        border-radius: 0px;
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        padding: 20px 40px 30px 40px;
        box-sizing: border-box;
        width: 94%;
        margin: 0 3% 20px 3%;
        /*stacking fieldsets above each other*/
        position: relative;
    }

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        /*stacking fieldsets above each other*/
        position: relative;
    }

        /*Hide all except first fieldset*/
        #msform fieldset:not(:first-of-type) {
            display: none;
        }

        #msform fieldset .form-card {
            text-align: left;
            color: black;
        }

    #msform input, #msform textarea {
        padding: 0px 8px 4px 8px;
        border: 1px solid #ccc;
        border-radius: 0px;
        margin-bottom: 25px;
        margin-top: 2px;
        width: 100%;
        box-sizing: border-box;
        font-family: montserrat;
        color: #2C3E50;
        font-size: 16px;
        letter-spacing: 1px;
    }

        #msform input:focus, #msform textarea:focus {
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: none;
            font-weight: bold;
            border-bottom: 2px solid skyblue;
            outline-width: 0;
        }

    /*Blue Buttons*/
    #msform .action-button {
        width: 100px;
        font-size: 15px;
        background: rgb(93,14,139);
        color: white;
        border: 0 none;
        border-radius: 10px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 50px;
    }

    #msform .select-button {
        width: 70px;
        font-size: 15px;
        background: rgb(93,14,139);
        color: white;
        border: 0 none;
        border-radius: 10px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 50px;
    }

        #msform .select-button:hover, #msform .select-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
        }


    #msform .action-button:hover, #msform .action-button:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
    }

    /*Previous Buttons*/
    #msform .action-button-previous {
        width: 100px;
        font-size: 15px;
        background: rgb(93,14,139);
        color: white;
        border: 0 none;
        border-radius: 10px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 50px;
    }

        #msform .action-button-previous:hover, #msform .action-button-previous:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px rgb(93,14,139);
        }

/*Dropdown List Exp Date*/
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;
    }

/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

.paymentMethod li {
    float: left;
    padding: 10px;
    margin-right: 20px;
    border: 1px solid #b1b1b1;
    border-radius: 3px;
    text-align: center;
    display: block;
    overflow: hidden;
    font-size: 14px;
    min-width: 110px;
    background: #FFFFFF;
}

.RadioButtonList1 label {
    width: auto;
    display: inline;
    float: left;
    font-size: 0.7rem;
    color: #0367B2 !important;
    font-style: italic;
}

.radioButtonList input[type="radio"] {
    width: auto;
    float: left;
}

.radioButtonList label {
    float: left;
    padding: 10px;
    margin-right: 20px;
    border: 1px solid #b1b1b1;
    border-radius: 3px;
    text-align: center;
    display: block;
    overflow: hidden;
    font-size: 14px;
    min-width: 110px;
    background: #FFFFFF;
}

element.style {
    width: 65px;
    height: 55px;
}
/* HIDE RADIO */
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    border-image-width: auto;
}

input[type="radio"]:checked + label {
    font-weight: bold;
    background: #E8DAEF;
    border-color: #5D0E8B;
}
/* IMAGE STYLES */
[type=radio] + img {
    cursor: pointer;
}

.green {
    background-color: #27A745;
}

.other {
    background-color: #FFC107;
}

.blue {
    background-color: #00A5CB;
}

#contenedor {
    display: flex;
    justify-content: space-around;
}

.cuadro {
    color: #fff;
    margin-top: 1.5em;
    border-radius: 1em;
    width: 12em;
    text-align: center;
    line-height: 8em;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@keyframes blink {
    0% {
        background-color: #409B94;
    }

    100% {
        background-color: #153431;
    }
}

@-webkit-keyframes blink {
    0% {
        background-color: #409B94;
    }

    100% {
        background-color: #153431;
    }
}

.blink {
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
}

    .blink > span {
        display: inline-block;
    }

.parpadea {
    animation: parpadea-animation 0.7s steps(5, start) infinite;
    -webkit-animation: parpadea-animation 0.7s steps(5, start) infinite;
}

.gradient-alert {
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 8px;
    background-size: 400% 400%;
    background-position: 100% 50%;
    color: #FFF;
    border: 1px solid transparent;
    padding: 13px 30px;
    font-size: 15px;
    background: linear-gradient(-45deg, #5d0e8b, #410a61, #2f0746);
    animation: blink-border 1.5s infinite;
}

@keyframes blink-border {
    0% {
        border-color: #FFF;
        box-shadow: 0 0 10px #FFF;
    }

    50% {
        border-color: #5d0e8b;
        box-shadow: 0 0 25px #5d0e8b;
    }

    100% {
        border-color: #FFF;
        box-shadow: 0 0 10px #FFF;
    }
}

@keyframes parpadea-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes parpadea-animation {
    to {
        visibility: hidden;
    }
}

.text-blink {
    animation: text-blink-animation 1s steps(10, start) infinite;
    -webkit-animation: text-blink-animation 1s steps(10, start) infinite;
}

@keyframes text-blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes text-blink-animation {
    to {
        visibility: hidden;
    }
}

@keyframes text-blink {
    0% {
        color: white;
    }

    100% {
        color: black;
    }
}

@-webkit-keyframes text-blink {
    0% {
        color: white;
    }

    100% {
        color: black;
    }
}

.text-blink {
    -webkit-animation: text-blink 1s linear infinite;
    -moz-animation: text-blink 1s linear infinite;
    animation: text-blink 1s linear infinite;
}

.drpdwn {
    margin-left: 15px;
}
/*FieldSet headings*/
.fs-title {
    font-size: 15px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

    #progressbar .active {
        color: #000000;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 12px;
        width: 25%;
        float: left;
        position: relative;
    }

    /*Icons in the ProgressBar*/
    #progressbar #account:before {
        font-family: FontAwesome;
        content: "\f46d";
        font-size: 1.5rem;
    }

    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "\e528";
        font-size: 1.5rem;
    }

    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "\f555";
        font-size: 1.5rem;
    }

    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c";
        font-size: 1.5rem;
    }

    /*ProgressBar before any progress*/
    #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 connectors*/
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1;
    }

    /*Color number of the step and the connector before it*/
    #progressbar li.active:before, #progressbar li.active:after {
        background: #5D0E8B;
    }

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
    padding: 15px;
}

    .radio:hover {
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
    }

    .radio.selected {
        box-shadow: 1px 1px 2px 2px rgb(93,14,139);
    }

/*Fit image in bootstrap div*/
.fit-image {
    width: 100%;
    object-fit: cover;
}

.conBtn {
    float: right;
    background-color: #5D0E8B !important;
    color: white;
    align-content: center;
    margin-right: 2px;
}

    .conBtn:hover {
        background-color: #2E004B;
        color: white;
    }

@media (max-width: 480px) {
    #msform .select-button {
        width: 50px;
        font-size: 10px;
        background: rgb(93,14,139);
        color: white;
        border: 0 none;
        border-radius: 10px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 50px;
    }

        #msform .select-button:hover, #msform .select-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
        }
}
