﻿@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@font-face {
    font-family: BookAntiqua;
    src: url(/fonts/ANTQUAB.TTF);
}

@font-face {
    font-family: BookAntiquaReg;
    src: url(/fonts/BKANT.TTF);
}

.home-process, .register, .contact-form, .login {
    font-family: BookAntiquaReg !important;
    font-size: 18px;
}

.inner-links a {
    color: #2e92d5;
}

a:hover {
    text-decoration: unset !important;
}

.arrow-right {
    position: relative;
    top: -5px;
    margin-right: 5px;
}

.text-lblue {
    color: #2e92d5;
}


.yellow-card {
    background-color: #e5ead7;
    padding: 20px;
}

.btn:disabled {
    pointer-events: none;
}

a[aria-disabled='true'] {
    pointer-events: none;
    opacity: .6;
}

.modal-loading {
    position: absolute;
    background: #aeaeae7a;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.redemp-wrapper {
    padding: 0;
    min-height: inherit;
    display: flex;
    flex-direction: column;
    background: #163667;
}

    .redemp-wrapper .btn-green {
        background-color: #93b24e;
        font-weight: bold;
        color: #fff;
    }

    .redemp-wrapper .close-nav {
        display: none;
    }

    .redemp-wrapper input, .redemp-wrapper select, .redemp-wrapper textarea {
        max-width: 100%;
    }

    .redemp-wrapper .wel-mailid {
        color: #c6d7a1;
    }

    .redemp-wrapper .primary-btn {
        background-color: #163667;
        color: #fff;
        font-size: 18px;
        font-weight: lighter;
        border: none;
    }

        .redemp-wrapper .primary-btn:hover {
            background-color: #163667;
            color: #fff;
            font-size: 18px;
            font-weight: lighter;
        }

    .redemp-wrapper .dark-btn {
        background-color: #e95252;
        color: #fff;
        font-size: 18px;
        font-weight: lighter;
        border: none;
    }

        .redemp-wrapper .dark-btn:hover {
            background-color: #373737;
            border: 1px solid #373737;
            color: #fff;
        }

    .redemp-wrapper .validation-summary-errors ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .redemp-wrapper form .field-validation-error {
        color: #f00;
        position: absolute;
        font-size: 12px;
    }

    .redemp-wrapper .pass-change {
        background-color: #e5ead7;
        padding: 20px;
        border-radius: 10px;
    }

        .redemp-wrapper .pass-change h4 {
            color: #93b24e;
        }

        .redemp-wrapper .pass-change img {
            width: 100px;
        }

    .redemp-wrapper .busy-indicator {
        position: fixed;
        background: #0000007a;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9;
    }

    .redemp-wrapper .loader {
        border: 10px solid #f3f3f3;
        border-top: 10px solid #93b24e;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        animation: spin 1.2s linear infinite;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%);
    }

    .redemp-wrapper .hero-section {
        background-color: #e5ead7;
        padding: 50px 0;
    }

    .redemp-wrapper .snapshot-ul {
        list-style-type: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

        .redemp-wrapper .snapshot-ul li {
            width: 105px;
            margin-right: 5px;
            margin-bottom: 5px;
            position: relative;
        }

            .redemp-wrapper .snapshot-ul li a {
                position: absolute;
                right: 4px;
                color: #f00;
            }

            .redemp-wrapper .snapshot-ul li canvas {
                width: 100%;
                border-radius: 4px;
            }

    /*.redemp-wrapper .home-process {
        padding: 50px 0;
    }*/

    .redemp-wrapper .home-process ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .redemp-wrapper .home-process ul li {
            display: flex;
            flex-direction: row;
            margin-bottom: 30px;
        }

            .redemp-wrapper .home-process ul li .content {
                margin-left: 20px;
            }

                .redemp-wrapper .home-process ul li .content p {
                    margin: 0;
                }

            .redemp-wrapper .home-process ul li img {
                width: 50px;
                height: 50px;
            }

            .redemp-wrapper .home-process ul li .home-btn {
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                width: 100%;
            }

                .redemp-wrapper .home-process ul li .home-btn a {
                    display: block;
                    padding: 15px 20px;
                    border-radius: 7px;
                    margin-right: 10px;
                    color: #141313;
                    font-weight: bold;
                    font-size: 14px;
                    transition: all ease-in-out .25s;
                }

                    .redemp-wrapper .home-process ul li .home-btn a:hover {
                        text-decoration: none;
                        opacity: .7;
                    }

                .redemp-wrapper .home-process ul li .home-btn .blue-btn {
                    background-color: #163667;
                    color: #fff;
                    font-size: 18px;
                    font-weight: lighter;
                }

                .redemp-wrapper .home-process ul li .home-btn .green-btn {
                    background-color: #26a136;
                    color: #fff;
                    font-size: 18px;
                    font-weight: lighter;
                }

    .redemp-wrapper header .logo-sec {
        background-color: #fff;
        height: 60px;
        line-height: 60px;
    }

        .redemp-wrapper header .logo-sec .hamburger-menu {
            display: none;
        }

        .redemp-wrapper header .logo-sec img {
            max-width: 18%;
        }

        .redemp-wrapper header .logo-sec ul {
            list-style: none;
            margin: 0;
        }

            .redemp-wrapper header .logo-sec ul li {
                display: inline-block;
            }

                .redemp-wrapper header .logo-sec ul li a {
                    display: inline-block;
                    color: #000;
                    font-weight: 500;
                    padding-left: 20px;
                }

    .redemp-wrapper header .menu-sec {
        /* border-bottom: 5px solid #fff;*/
    }

        .redemp-wrapper header .menu-sec ul {
            margin: 0;
            list-style: none;
            padding: 0;
        }

            .redemp-wrapper header .menu-sec ul li {
                display: inline-block;
            }

                .redemp-wrapper header .menu-sec ul li a {
                    display: block;
                    padding: 20px;
                    position: relative;
                    font-weight: 500;
                    color: #fff;
                }

                    .redemp-wrapper header .menu-sec ul li a:hover {
                        text-decoration: none;
                    }

                        .redemp-wrapper header .menu-sec ul li a:hover:before {
                            content: "";
                            position: absolute;
                            left: 0;
                            bottom: 5px;
                            width: 100%;
                            height: 5px;
                            background: #93b24e;
                        }

                .redemp-wrapper header .menu-sec ul li .active {
                    position: relative;
                }

                    .redemp-wrapper header .menu-sec ul li .active:before {
                        content: "";
                        position: absolute;
                        left: 0;
                        bottom: 5px;
                        width: 100%;
                        height: 5px;
                        background: #0cab8b;
                    }

            .redemp-wrapper header .menu-sec ul .drawer-nav {
                display: none;
            }

    .redemp-wrapper footer {
        margin-top: auto;
        /*background-color: #141313;
        border-top: 5px solid #d1a734;*/
        padding: 20px 0;
    }

        .redemp-wrapper footer ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .redemp-wrapper footer ul li {
                display: inline-block;
            }

                .redemp-wrapper footer ul li a {
                    display: block;
                    color: #fff;
                    font-weight: 500;
                    padding: 0 10px;
                    margin: 0 0 10px;
                }

        .redemp-wrapper footer p {
            color: #fff;
            margin: 0;
        }

    .redemp-wrapper .heading-sec {
        background-color: #c6d7a1;
        padding: 50px 0;
    }

    .redemp-wrapper .default-form {
        padding: 30px 0;
    }

        .redemp-wrapper .default-form h5 {
            color: #93b24e;
            display: block;
            margin: 10px 0;
        }

        .redemp-wrapper .default-form label {
            font-weight: 500;
            color: #141313;
            font-size: 14px;
        }

            .redemp-wrapper .default-form label span {
                font-weight: 100;
            }

    .redemp-wrapper .logo-grid {
        margin: 20px 0;
    }

        .redemp-wrapper .logo-grid .logo-tile {
            display: flex;
            border: 1px solid #c6d7a1;
            height: 220px;
            border-radius: 10px;
            justify-content: center;
            align-items: center;
            margin: 15px 0;
        }

            .redemp-wrapper .logo-grid .logo-tile img {
                width: 170px;
            }

    .redemp-wrapper .contact-us {
        background-color: #e5ead7;
    }

        .redemp-wrapper .contact-us .contact-form {
            padding-bottom: 40px;
        }

            .redemp-wrapper .contact-us .contact-form .container {
                background-color: #fff;
                border-radius: 20px;
            }

                .redemp-wrapper .contact-us .contact-form .container .left {
                    padding: 50px 10px;
                }

                .redemp-wrapper .contact-us .contact-form .container .right {
                    background-color: #93b24e;
                    height: 100%;
                    border-radius: 0 20px 20px 0;
                    justify-content: center;
                    display: flex;
                }

    .redemp-wrapper .redem-bredcrumb {
        background-color: #e5ead7;
    }

        .redemp-wrapper .redem-bredcrumb .breadcrumb {
            background-color: transparent;
            padding: 0;
        }

            .redemp-wrapper .redem-bredcrumb .breadcrumb li {
                padding: 0;
            }

                .redemp-wrapper .redem-bredcrumb .breadcrumb li:before {
                    display: none;
                }

                .redemp-wrapper .redem-bredcrumb .breadcrumb li a {
                    padding: 10px;
                    color: #141313;
                }

                    .redemp-wrapper .redem-bredcrumb .breadcrumb li a:hover {
                        background-color: #93b24e;
                        color: #141313;
                    }

            .redemp-wrapper .redem-bredcrumb .breadcrumb .active {
                background-color: #93b24e;
                color: #141313;
                font-weight: 500;
            }

    .redemp-wrapper .redem-card {
        background-color: #e5ead7;
        border-radius: 10px;
        padding: 50px;
        margin-top: 100px;
    }

        .redemp-wrapper .redem-card .btn-green {
            display: block;
            padding: 20px;
            background-color: #93b24e;
            text-align: center;
            color: #141313;
            font-weight: bold;
            margin-bottom: 20px;
            border-radius: 5px;
        }

            .redemp-wrapper .redem-card .btn-green:hover {
                text-decoration: none;
                opacity: .8;
            }

        .redemp-wrapper .redem-card .btn-blue {
            padding: 20px;
            background-color: #63b8df;
            text-align: center;
            color: #141313;
            font-weight: bold;
            border-radius: 5px;
        }

            .redemp-wrapper .redem-card .btn-blue:hover {
                text-decoration: none;
                opacity: .8;
            }

    .redemp-wrapper .voucher-table {
        margin: 50px 0;
    }

        .redemp-wrapper .voucher-table .table th {
            background-color: #93b24e;
        }

        .redemp-wrapper .voucher-table .table td, .redemp-wrapper .voucher-table .table th {
            border: 1px solid #c6d7a1;
        }

    .redemp-wrapper .profile-view {
        border: 1px solid #ccc;
        border-radius: 10px;
        background: #fefffb;
    }

        .redemp-wrapper .profile-view .profile-header {
            background-color: #e5ead7;
            border-radius: 10px 10px 0 0;
            padding: 10px 0;
            margin-bottom: 10px;
        }

.bs-main-heading {
    border-bottom: 1px solid #c5c5c5;
    padding: 10px 0;
}

    .bs-main-heading h2 {
        margin: 0;
        font-size: 20px;
    }

.wizard .wizard-header {
    position: relative;
    width: 100%;
}

    .wizard .wizard-header .connecting-line {
        height: 6px;
        background: #eee;
        position: absolute;
        width: 97%;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 40%;
        z-index: -1;
    }

    .wizard .wizard-header .nav-tabs {
        position: relative;
        margin: 0 auto;
        margin-bottom: 0;
        border: none;
    }

        .wizard .wizard-header .nav-tabs li {
            width: 25%;
            position: relative;
            flex-grow: 1;
            flex-basis: 0;
            text-align: center;
        }

            .wizard .wizard-header .nav-tabs li a {
                margin: 20px auto;
                border-radius: 100%;
                padding: 0;
                display: block;
            }

                .wizard .wizard-header .nav-tabs li a .round-tab {
                    width: 50px;
                    height: 50px;
                    line-height: 50px;
                    display: inline-block;
                    border-radius: 100px;
                    background: #707070;
                    z-index: 9;
                    text-align: center;
                    font-size: 25px;
                    color: #fff;
                }

                .wizard .wizard-header .nav-tabs li a p {
                    color: #707070;
                }

                .wizard .wizard-header .nav-tabs li a:hover {
                    text-decoration: none;
                }

            .wizard .wizard-header .nav-tabs li.active a span {
                background-color: #93b24e;
            }

            .wizard .wizard-header .nav-tabs li.active a p {
                color: #93b24e;
            }

            .wizard .wizard-header .nav-tabs li.active:before {
                width: 100%;
                height: 6px;
                content: "";
                position: absolute;
                left: 0;
                top: 40%;
                z-index: -1;
                background-color: #93b24e;
            }

.wizard .wizard-content .heading {
    font-size: 1.8rem;
    text-align: center;
    font-weight: 600;
    line-height: 1;
}

.wizard .wizard-content .bg-gray {
    padding: 30px;
    background: #f8f8f8;
    border: 1px solid #ccc;
}

.wizard .wizard-content table {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px 2px #e6e2e2;
}

    .wizard .wizard-content table .checkbg {
        background-color: #f8faff;
    }

    .wizard .wizard-content table h4 {
        margin-bottom: 15px;
    }

        .wizard .wizard-content table h4 i {
            font-size: 1rem;
        }

    .wizard .wizard-content table p {
        margin: 0;
    }

.wizard .wizard-content .table-bordered {
    border: 1px solid #dee2e6;
}

.wizard .wizard-content .custom-file {
    height: auto;
}

    .wizard .wizard-content .custom-file .k-upload-files {
        margin: 0;
    }

.wizard .wizard-content textarea {
    height: 92px;
    padding: 3px;
}

.wizard .wizard-pager {
    padding-bottom: 50px;
    padding-top: 30px;
    width: 100%;
}

    .wizard .wizard-pager .btn-next, .wizard .wizard-pager .btn-finish {
        float: right;
        background-color: #93b24e;
        border: 1px solid #88b33a;
        color: #fff;
    }

    .wizard .wizard-pager .btn-prev {
        float: left;
        background-color: #93b24e;
        border: 1px solid #88b33a;
        color: #fff;
    }

.wizard .wizard-prod-box {
    display: flex;
    flex-wrap: wrap;
}

.custom-file .custom-file-label:after {
    background-color: #1288ff;
    color: #fff;
}

.content-blur {
    filter: blur(1px);
    -webkit-filter: blur(1px);
    pointer-events: none;
}

.success-textbox {
    position: relative;
}

    .success-textbox input {
        padding-right: 42.5px;
        border: 1px solid #3c763d;
    }

    .success-textbox i {
        position: absolute;
        top: 40px;
        right: 95px;
        z-index: 2;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        pointer-events: none;
        color: #3c763d;
    }

        .success-textbox i:before {
            content: "";
        }

.error-textbox {
    position: relative;
}

    .error-textbox input {
        padding-right: 42.5px;
        border: 1px solid #a94442;
    }

    .error-textbox i {
        position: absolute;
        top: 40px;
        right: 95px;
        z-index: 2;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        pointer-events: none;
        color: #a94442;
    }

        .error-textbox i:before {
            content: "";
        }

.uploaded-file-tag {
    display: inline-block;
    background-color: #1288ff;
    color: #fff;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
}

    .uploaded-file-tag a {
        color: #fff;
        margin-left: 5px;
    }

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.dropzone {
    min-height: auto;
    padding: 1.5rem 1.75rem;
    text-align: center;
    cursor: pointer;
    border: 1px dashed #009ef7;
    background-color: #f1faff;
    border-radius: .65rem !important;
    box-sizing: border-box;
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, .3);
    background: #fff;
    padding: 20px 20px;
}

    .dropzone .dz-message {
        margin: 0;
        display: flex;
        text-align: left;
        text-align: center;
        margin: 2em 0;
    }

        .dropzone .dz-message .dz-button {
            background: 0 0;
            color: inherit;
            border: none;
            padding: 0;
            font: inherit;
            cursor: pointer;
            outline: inherit;
        }

    .dropzone .dz-preview {
        border-radius: .65rem !important;
        margin: .75rem;
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 16px;
        min-height: 100px;
    }

        .dropzone .dz-preview .dz-image {
            border-radius: .65rem !important;
            z-index: 1;
            border-radius: 20px;
            overflow: hidden;
            width: 120px;
            height: 120px;
            position: relative;
            display: block;
            z-index: 10;
        }

            .dropzone .dz-preview .dz-image img {
                display: block;
            }

        .dropzone .dz-preview:hover {
            z-index: 1000;
        }

            .dropzone .dz-preview:hover .dz-details {
                opacity: 1;
            }

            .dropzone .dz-preview:hover .dz-image img {
                -webkit-transform: scale(1.05, 1.05);
                -moz-transform: scale(1.05, 1.05);
                -ms-transform: scale(1.05, 1.05);
                -o-transform: scale(1.05, 1.05);
                transform: scale(1.05, 1.05);
                -webkit-filter: blur(8px);
                filter: blur(8px);
            }

        .dropzone .dz-preview .dz-remove {
            font-size: 14px;
            text-align: center;
            display: block;
            cursor: pointer;
            border: none;
        }

            .dropzone .dz-preview .dz-remove:hover {
                text-decoration: underline;
            }

        .dropzone .dz-preview .dz-details {
            z-index: 20;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            font-size: 13px;
            min-width: 100%;
            max-width: 100%;
            padding: 2em 1em;
            text-align: center;
            color: rgba(0, 0, 0, .9);
            line-height: 150%;
        }

            .dropzone .dz-preview .dz-details .dz-size {
                margin-bottom: 1em;
                font-size: 16px;
            }

                .dropzone .dz-preview .dz-details .dz-size span {
                    background-color: rgba(255, 255, 255, .4);
                    padding: 0 .4em;
                    border-radius: 3px;
                }

            .dropzone .dz-preview .dz-details .dz-filename {
                white-space: nowrap;
            }

                .dropzone .dz-preview .dz-details .dz-filename:hover span {
                    border: 1px solid rgba(200, 200, 200, .8);
                    background-color: rgba(255, 255, 255, .8);
                }

                .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
                        border: 1px solid transparent;
                    }

                .dropzone .dz-preview .dz-details .dz-filename span {
                    background-color: rgba(255, 255, 255, .4);
                    padding: 0 .4em;
                    border-radius: 3px;
                }

        .dropzone .dz-preview .dz-error-mark {
            pointer-events: none;
            opacity: 0;
            z-index: 500;
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            margin-left: -27px;
            margin-top: -27px;
        }

            .dropzone .dz-preview .dz-error-mark svg {
                display: block;
                width: 54px;
                height: 54px;
            }

        .dropzone .dz-preview .dz-success-mark {
            pointer-events: none;
            opacity: 0;
            z-index: 500;
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            margin-left: -27px;
            margin-top: -27px;
        }

            .dropzone .dz-preview .dz-success-mark svg {
                display: block;
                width: 54px;
                height: 54px;
            }

        .dropzone .dz-preview:not(.dz-processing) .dz-progress {
            -webkit-animation: pulse 6s ease infinite;
            -moz-animation: pulse 6s ease infinite;
            -ms-animation: pulse 6s ease infinite;
            -o-animation: pulse 6s ease infinite;
            animation: pulse 6s ease infinite;
        }

        .dropzone .dz-preview .dz-progress {
            opacity: 1;
            z-index: 1000;
            pointer-events: none;
            position: absolute;
            height: 16px;
            left: 50%;
            top: 50%;
            margin-top: -8px;
            width: 80px;
            margin-left: -40px;
            background: rgba(255, 255, 255, .9);
            -webkit-transform: scale(1);
            border-radius: 8px;
            overflow: hidden;
        }

            .dropzone .dz-preview .dz-progress .dz-upload {
                background: #333;
                background: linear-gradient(to bottom, #666, #444);
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 0;
                -webkit-transition: width .3s ease-in-out;
                -moz-transition: width .3s ease-in-out;
                -ms-transition: width .3s ease-in-out;
                -o-transition: width .3s ease-in-out;
                transition: width .3s ease-in-out;
            }

        .dropzone .dz-preview .dz-error-message {
            pointer-events: none;
            z-index: 1000;
            position: absolute;
            display: block;
            display: none;
            opacity: 0;
            -webkit-transition: opacity .3s ease;
            -moz-transition: opacity .3s ease;
            -ms-transition: opacity .3s ease;
            -o-transition: opacity .3s ease;
            transition: opacity .3s ease;
            border-radius: 8px;
            font-size: 13px;
            top: 130px;
            left: -10px;
            width: 140px;
            background: #be2626;
            background: linear-gradient(to bottom, #be2626, #a92222);
            padding: .5em 1.2em;
            color: #fff;
        }

            .dropzone .dz-preview .dz-error-message:after {
                content: "";
                position: absolute;
                top: -6px;
                left: 64px;
                width: 0;
                height: 0;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 6px solid #be2626;
            }

        .dropzone .dz-preview.dz-file-preview .dz-image {
            background: #eff2f5;
            border-radius: 20px;
            background: #999;
            background: linear-gradient(to bottom, #eee, #ddd);
        }

        .dropzone .dz-preview.dz-file-preview .dz-details {
            opacity: 1;
        }

    .dropzone .dz-error-mark {
        margin-left: -20px !important;
        margin-top: -20px !important;
    }

        .dropzone .dz-error-mark svg {
            height: 40px !important;
            width: 40px !important;
        }

    .dropzone .dz-success-mark {
        margin-left: -20px !important;
        margin-top: -20px !important;
    }

        .dropzone .dz-success-mark svg {
            height: 40px !important;
            width: 40px !important;
        }

    .dropzone .dz-remove {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 1.65rem;
        width: 1.65rem;
        font-size: 1rem;
        text-indent: -9999px;
        white-space: nowrap;
        position: absolute;
        z-index: 2;
        background-size: 40%;
        background-color: #fff !important;
        box-shadow: 0 .1rem 1rem .25rem rgba(0, 0, 0, .05);
        border-radius: 100%;
        top: -.825rem;
        right: -.825rem;
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A1A5B7'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
    }

        .dropzone .dz-remove:hover {
            background-repeat: no-repeat;
            background-position: center;
            background-color: transparent;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23009EF7'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
        }

    .dropzone .dz-error-message {
        color: #fff;
        background: #f1416c;
    }

    .dropzone * {
        box-sizing: border-box;
    }

    .dropzone .dz-preview.dz-image-preview {
        background: #fff;
    }

        .dropzone .dz-preview.dz-image-preview .dz-details {
            -webkit-transition: opacity .2s linear;
            -moz-transition: opacity .2s linear;
            -ms-transition: opacity .2s linear;
            -o-transition: opacity .2s linear;
            transition: opacity .2s linear;
        }

    .dropzone .dz-preview.dz-success .dz-success-mark {
        -webkit-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
        -moz-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
        -ms-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
        -o-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
        animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    }

    .dropzone .dz-preview.dz-error .dz-error-mark {
        opacity: 1;
        -webkit-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
        -moz-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
        -ms-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
        -o-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
        animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    }

    .dropzone .dz-preview.dz-error .dz-error-message {
        display: block;
    }

    .dropzone .dz-preview.dz-error:hover .dz-error-message {
        opacity: 1;
        pointer-events: auto;
    }

    .dropzone .dz-preview.dz-processing .dz-progress {
        opacity: 1;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }

    .dropzone .dz-preview.dz-complete .dz-progress {
        opacity: 0;
        -webkit-transition: opacity .4s ease-in;
        -moz-transition: opacity .4s ease-in;
        -ms-transition: opacity .4s ease-in;
        -o-transition: opacity .4s ease-in;
        transition: opacity .4s ease-in;
    }

    .dropzone.dropzone-queue {
        border: 1px solid #808080;
        padding: 0;
        background-color: transparent;
        text-align: left;
    }

        .dropzone.dropzone-queue .dropzone-panel .dropzone-remove-all {
            display: none;
        }

        .dropzone.dropzone-queue .dropzone-panel .dropzone-upload {
            display: none;
        }

        .dropzone.dropzone-queue .dropzone-item {
            display: flex;
            align-items: center;
            margin-top: .75rem;
            border-radius: .65rem;
            padding: .5rem 1rem;
            background-color: #f5f8fa;
        }

            .dropzone.dropzone-queue .dropzone-item .dropzone-file {
                flex-grow: 1;
            }

                .dropzone.dropzone-queue .dropzone-item .dropzone-file .dropzone-filename {
                    font-size: .9rem;
                    font-weight: 500;
                    color: #7e8299;
                    text-overflow: ellipsis;
                    margin-right: .5rem;
                }

                    .dropzone.dropzone-queue .dropzone-item .dropzone-file .dropzone-filename:hover {
                        color: #009ef7;
                    }

                .dropzone.dropzone-queue .dropzone-item .dropzone-file .dropzone-error {
                    margin-top: .25rem;
                    font-size: .9rem;
                    font-weight: 400;
                    color: #f1416c;
                    text-overflow: ellipsis;
                }

            .dropzone.dropzone-queue .dropzone-item .dropzone-progress {
                width: 15%;
            }

                .dropzone.dropzone-queue .dropzone-item .dropzone-progress .progress {
                    height: 5px;
                    transition: all .2s ease;
                }

            .dropzone.dropzone-queue .dropzone-item .dropzone-toolbar {
                margin-left: 1rem;
                display: flex;
                flex-wrap: nowrap;
            }

                .dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-cancel {
                    height: 25px;
                    width: 25px;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    cursor: pointer;
                    transition: color .2s ease, background-color .2s ease;
                }

                    .dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-cancel i {
                        transition: color .2s ease, background-color .2s ease;
                        font-size: .8rem;
                        color: #7e8299;
                    }

                    .dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-cancel:hover {
                        transition: color .2s ease, background-color .2s ease;
                    }

                        .dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-cancel:hover i {
                            color: #009ef7;
                        }

                .dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-delete {
                    height: 25px;
                    width: 25px;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    cursor: pointer;
                    transition: color .2s ease, background-color .2s ease;
                }

                    .dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-delete i {
                        transition: color .2s ease, background-color .2s ease;
                        font-size: .8rem;
                        color: #7e8299;
                    }

                    .dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-delete:hover {
                        transition: color .2s ease, background-color .2s ease;
                    }

                        .dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-delete:hover i {
                            color: #009ef7;
                        }

                .dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-start {
                    height: 25px;
                    width: 25px;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    cursor: pointer;
                    transition: color .2s ease, background-color .2s ease;
                }

                    .dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-start i {
                        transition: color .2s ease, background-color .2s ease;
                        font-size: .8rem;
                        color: #7e8299;
                    }

                    .dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-start:hover {
                        transition: color .2s ease, background-color .2s ease;
                    }

                        .dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-start:hover i {
                            color: #009ef7;
                        }

    .dropzone .dz-message {
        margin: 0;
        display: block;
    }

    .dropzone.dz-clickable {
        cursor: pointer;
    }

        .dropzone.dz-clickable * {
            cursor: default;
        }

        .dropzone.dz-clickable .dz-message {
            cursor: pointer;
        }

            .dropzone.dz-clickable .dz-message * {
                cursor: pointer;
            }

    .dropzone.dz-started .dz-message {
        display: none;
    }

    .dropzone.dz-drag-hover {
        border-style: solid;
    }

        .dropzone.dz-drag-hover .dz-message {
            opacity: .5;
        }

.redeem-card {
    border: 2px solid #e9e9e9;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}

    .redeem-card .display-flex-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .redeem-card .card-remove-btn {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .redeem-card .badge {
        padding: .4em .6em;
        margin: 5px 0 0;
        display: inline-block;
    }

    .redeem-card .d-flex {
        font-size: 12px;
        align-items: center;
    }

        .redeem-card .d-flex .date {
            margin-right: 10px;
        }

            .redeem-card .d-flex .date i {
                margin-right: 5px;
            }

        .redeem-card .d-flex .document {
            margin-right: 20px;
        }

            .redeem-card .d-flex .document i {
                margin-right: 5px;
            }

        .redeem-card .d-flex .attachment {
            margin-right: 20px;
        }

            .redeem-card .d-flex .attachment i {
                margin-right: 5px;
            }

        .redeem-card .d-flex .snapshot i {
            margin-right: 5px;
        }

    .redeem-card h2 {
        color: #678525;
    }

@media(prefers-reduced-motion:reduce) {
    .dropzone.dropzone-queue .dropzone-item .dropzone-progress .progress {
        transition: none;
    }
}

@media (max-width: 768px) {
    .home-process {
        margin: 0 20px;
        font-size: 15px;
    }
    .redemp-wrapper header .logo-sec img {
        max-width: 100%;
    }
    .logo-sec {
        background-color: unset !important;
    }

    .redemp-wrapper header .menu-sec .drawer-nave {
        background: #163667 !important;
    }

    .redemp-wrapper .home-process ul li .home-btn .blue-btn {
        font-size: 14px;
        padding: 10px !important;
    }

    .redemp-wrapper .home-process ul li .home-btn .green-btn {
        font-size: 14px;
        padding: 10px !important;
    }
}

#confim-box {
    background: #000;
    opacity: .8;
}

.voucher-col {
    background-image: url('images/subscription.jpg');
    background-size: cover;
    height: calc(100vh - 212px);
    font-weight: 500;
    display: flex;
}

    .voucher-col .left {
        text-align: center;
        background-color: #93b24e91;
        padding: 100px 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        vertical-align: middle;
        justify-content: center;
    }

    .voucher-col .right {
        background-color: #d1a7349e;
        padding: 100px 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        vertical-align: middle;
        justify-content: center;
        text-align: center;
    }

    .voucher-col a {
        background-color: #141313;
        color: #fff;
        display: inline-block;
        text-align: center;
        padding: 10px 20px;
        border-radius: 5px;
        transition: all ease-in-out .25s;
    }

        .voucher-col a:hover {
            opacity: .8;
            text-decoration: none;
        }

.reset-pass-box-container {
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-top: auto;
}

    .reset-pass-box-container h3 {
        color: #93b24e;
    }

    .reset-pass-box-container .reset-pass-box {
        background: #e5ead7;
        padding: 50px;
        border-radius: 8px;
    }
