﻿.cropper-wrap.voucher > .cropper-popup {
    position: relative;
    height: 90%;
    width: 80%;
    background: #fff;
    z-index: 10000;
    left: 10%;
    top: 5%;
}

.require_field {
    color: #f23574 !important;
}

.cropper-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    z-index: 1080;
}

    .cropper-wrap.pieper > .cropper-popup {
        position: relative;
        height: 90%;
        width: 80%;
        background: #fff;
        z-index: 10000;
        left: 10%;
        top: 5%;
        border-radius: 10px;
        overflow: hidden;
    }

    .cropper-wrap > .cropper-popup {
        position: relative;
        height: 450px;
        width: 600px;
        background: #fff;
        z-index: 10000;
        left: calc(50% - 300px);
        top: 70px;
    }

        .cropper-wrap > .cropper-popup > .title-image-cropper {
            margin-bottom: 5px;
            text-align: center;
            font-size: 20px;
            font-weight: 600;
            color: #a9000f;
            padding-top: 4px;
        }

        .cropper-wrap > .cropper-popup > .image-container {
            width: 100%;
            float: left;
            height: calc(90% - 50px);
            overflow: hidden;
            text-align: center;
            background: #ccc;
        }

            .cropper-wrap > .cropper-popup > .image-container img {
                width: auto;
                height: 100%;
            }

        .cropper-wrap > .cropper-popup > .tool-box {
            width: 100%;
            float: left;
            text-align: center;
            margin-top: 15px;
        }

            .cropper-wrap > .cropper-popup > .tool-box .tb-item {
                background-color: #fff;
                color: #000;
                padding: 5px 10px;
                border-radius: 5px;
                border: solid 1px #d8d8d8;
                margin-bottom: 5px;
                font-size: 15px;
            }

                .cropper-wrap > .cropper-popup > .tool-box .tb-item.save-img {
                    color: #fff;
                    border: none;
                    background-color: #a9000f;
                    margin-bottom: 5px;
                    font-size: 15px;
                }

        .cropper-wrap > .cropper-popup > .frm-footer {
            text-align: right;
            float: left;
            width: 100%;
            margin-top: 40px;
            padding: 0 30px;
        }

            .cropper-wrap > .cropper-popup > .frm-footer > .btn {
                background: #626262;
                color: #fff;
                font-weight: bold
            }

            .cropper-wrap > .cropper-popup > .frm-footer > .btn-save {
                background: #35D720;
            }
