﻿.alert {
    z-index: 9999999!important;
}

.modal-activeEseal .card-body {
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-activeEseal form {
    padding: 69px 75px;
    background: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 35px;
    margin-top: -23px;
}

ul.stepper {
    padding: 0 1.5rem;
    padding: 1.5rem;
    margin: 1em -1.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    counter-reset: section;
}

    ul.stepper li {
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }

        ul.stepper li a {
            padding: 1rem;
            text-align: center;
        }

            ul.stepper li a .circle {
                display: inline-block;
                width: 1.75rem;
                height: 1.75rem;
                margin-right: 0.5rem;
                line-height: 1.7rem;
                color: #fff;
                text-align: center;
                background: rgba(0, 0, 0, 0.38);
                border-radius: 50%;
            }

            ul.stepper li a .label {
                display: inline-block;
                color: rgba(0, 0, 0, 0.38);
            }

        ul.stepper li.active a .label,
        ul.stepper li.completed a .label {
            font-weight: 600;
            color: rgba(0, 0, 0, 0.87);
        }


.stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .stepper-horizontal li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .stepper-horizontal li a .label {
            margin-top: 0.63rem;
        }

        .stepper-horizontal li:not(:last-child):after {
            position: relative;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            height: 1px;
            margin: 0.5rem 0 0 0;
            content: "";
            background-color: rgba(0, 0, 0, 0.1);
        }

        .stepper-horizontal li:not(:first-child):before {
            position: relative;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            height: 1px;
            margin: 0.5rem 0 0 0;
            content: "";
            background-color: rgba(0, 0, 0, 0.1);
        }

        .stepper-horizontal li a:hover .label {
            color: #007bff !important;
        }

        .stepper-horizontal li a:hover .circle {
            color: #fff !important;
            background: #007bff !important;
        }

@media (max-width: 47.9375rem) {
    .stepper-horizontal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .stepper-horizontal li {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

            .stepper-horizontal li a .label {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
                margin-top: 0.2rem;
            }

            .stepper-horizontal li:not(:last-child):after {
                position: absolute;
                top: 3.75rem;
                left: 2.19rem;
                width: 1px;
                height: calc(100% - 40px);
                content: "";
            }
}

.stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}

.stepper-vertical {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .stepper-vertical li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .stepper-vertical li a {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-item-align: start;
            align-self: flex-start;
        }

            .stepper-vertical li a .circle {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1;
            }

            .stepper-vertical li a .label {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
                margin-top: 0.2rem;
            }

        .stepper-vertical li.completed a .label {
            font-weight: 500;
        }

        .stepper-vertical li .step-content {
            display: block;
            padding: 0.94rem;
            margin-top: 0;
            margin-left: 3.13rem;
        }

            .stepper-vertical li .step-content p {
                font-size: 0.88rem;
            }

        .stepper-vertical li:not(:last-child):after {
            position: absolute;
            top: 3.44rem;
            left: 2.19rem;
            width: 1px;
            height: calc(100% - 40px);
            content: "";
            background-color: rgba(0, 0, 0, 0.1);
        }

.primary-color,
ul.stepper li.active a .circle,
ul.stepper li.completed a .circle {
    background-color: #4285f4 !important;
}

.primary-color-dark {
    background-color: #0d47a1 !important;
}

.secondary-color {
    background-color: #a6c !important;
}

.secondary-color-dark {
    background-color: #93c !important;
}

.default-color {
    background-color: #2bbbad !important;
}

.default-color-dark {
    background-color: #00695c !important;
}

.info-color {
    background-color: #33b5e5 !important;
}

.info-color-dark {
    background-color: #09c !important;
}

.success-color {
    background-color: #00c851 !important;
}

.success-color-dark {
    background-color: #007e33 !important;
}

.warning-color {
    background-color: #fb3 !important;
}

.warning-color-dark {
    background-color: #f80 !important;
}

.danger-color,
ul.stepper li.warning a .circle {
    background-color: #ff3547 !important;
}

.danger-color-dark {
    background-color: #c00 !important;
}

.elegant-color {
    background-color: #2e2e2e !important;
}

.elegant-color-dark {
    background-color: #212121 !important;
}

.stylish-color {
    background-color: #4b515d !important;
}

.stylish-color-dark {
    background-color: #3e4551 !important;
}

.unique-color {
    background-color: #3f729b !important;
}

.unique-color-dark {
    background-color: #1c2331 !important;
}

.special-color {
    background-color: #37474f !important;
}

.special-color-dark {
    background-color: #263238 !important;
}

.purple-gradient {
    background: linear-gradient(40deg, #ff6ec4, #7873f5) !important;
}

.peach-gradient {
    background: linear-gradient(40deg, #ffd86f, #fc6262) !important;
}

.aqua-gradient {
    background: linear-gradient(40deg, #2096ff, #05ffa3) !important;
}

.blue-gradient {
    background: linear-gradient(40deg, #45cafc, #303f9f) !important;
}

.purple-gradient-rgba {
    background: linear-gradient( 40deg, rgba(255, 110, 196, 0.9), rgba(120, 115, 245, 0.9) ) !important;
}

.peach-gradient-rgba {
    background: linear-gradient( 40deg, rgba(255, 216, 111, 0.9), rgba(252, 98, 98, 0.9) ) !important;
}

.aqua-gradient-rgba {
    background: linear-gradient( 40deg, rgba(32, 150, 255, 0.9), rgba(5, 255, 163, 0.9) ) !important;
}

.blue-gradient-rgba {
    background: linear-gradient( 40deg, rgba(69, 202, 252, 0.9), rgba(48, 63, 159, 0.9) ) !important;
}

.dark-grey-text {
    color: #4f4f4f !important;
}

    .dark-grey-text:hover,
    .dark-grey-text:focus {
        color: #4f4f4f !important;
    }

.hoverable {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
}

    .hoverable:hover {
        -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -webkit-transition: all 0.55s ease-in-out;
        transition: all 0.55s ease-in-out;
    }

.form-control.error {
    border: solid 1px #f30b0b;
}

label.error {
    color: #f30b0b;
}

.form-control.input-otp:focus {
    box-shadow: none;
    border: 2px solid red
}

.validate {
    border-radius: 20px;
    height: 40px;
    background-color: #1363b9;
    border: 1px solid #1363b9;
    width: 140px
}

.inputs input.input-otp {
    width: 40px;
    height: 40px;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}
/* Chrome, Safari, Edge, Opera */
.otp input::-webkit-outer-spin-button,
.otp input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.otp input[type=number] {
    -moz-appearance: textfield;
}
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 9999999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(255 255 255 / 24%);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(10, 72, 179, 0.65) 1.5em 0 0 0, rgba(10, 72, 179, 0.65) 1.1em 1.1em 0 0, rgba(10, 72, 179, 0.65) 0 1.5em 0 0, rgba(10, 72, 179, 0.65) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(10, 72, 179, 0.65) 0 -1.5em 0 0, rgba(10, 72, 179, 0.65) 1.1em -1.1em 0 0;
            box-shadow: rgba(10, 72, 179, 0.65) 1.5em 0 0 0, rgba(10, 72, 179, 0.65) 1.1em 1.1em 0 0, rgba(10, 72, 179, 0.65) 0 1.5em 0 0, rgba(10, 72, 179, 0.65) -1.1em 1.1em 0 0, rgba(10, 72, 179, 0.65) -1.5em 0 0 0, rgba(10, 72, 179, 0.65) -1.1em -1.1em 0 0, rgba(10, 72, 179, 0.65) 0 -1.5em 0 0, rgba(10, 72, 179, 0.65) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
