﻿/* 分頁 */


/* Hide file input */

.file {
    display: none !important;
}


/* Custom upload button appearance*/

.imgcover {
    background-position: center;
    background-size: cover;
    padding-bottom: 67%;
    margin-bottom: 15px;
}

.choose-file {
    cursor: pointer;
    z-index: 1;
    display: block;
    width: 200px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e2e2e2;
    border: 1xp solid;
    border-style: dashed;
    position: relative;
}

.cancel-file {
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 18px;
    text-align: center;
    color: #000;
    top: 0px;
    right: 0px;
    z-index: 1;
    background-color: yellowgreen;
}

.cancel-file>a {
    color: #000;
}

.show-file {
    z-index: 1;
    display: block;
    width: 300px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e2e2e2;
    border: 1xp solid;
    position: relative;
}