@font-face {
    font-family: 'BeVietnam';
    src: url('./font/BeVietnam-Bold.ttf');
    /* src: url('webfont.eot?#iefix') format('embedded-opentype'), 
         url('webfont.woff2') format('woff2'), 
         url('webfont.woff') format('woff'), 
         url('webfont.ttf') format('truetype'), 
         url('webfont.svg#svgFontName') format('svg'); */
}

#about {
    display: flex;
    justify-content: center;
}

.text-center {
    text-align: center;
    color: #eeeeee;
}

.text-bold {
    font-weight: bold;
}

.function {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

#hashtag {
    width: 150px;
    height: 60px;
    margin: auto;
    position: relative;
}

#preview {
    width: 600px;
    height: 600px;
    margin: auto;
    background-color: #acacacb8;
    ;
    position: relative;
}

#frame {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    visibility: visible;
    background-color: #acacacb8;
    ;
    transform: translate(-50%, -50%);
    z-index: 10;
    pointer-events: none;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

body {
    font-family: sans-serif;
    background-color: #eeeeee;
}

.file-upload {
    background-color: #ffffff;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-btn {
    margin: 0;
    color: #fff;
    /* background: #1FB264; */
    background: linear-gradient(145.94deg, #F59403 -0.82%, #ED8E16 102.83%);
    border-radius: 21px;
    border: none;
    padding: 10px;
    /* border-radius: 4px; */
    /* border-bottom: 4px solid #15824B; */
    font-family: 'BeVietnam';
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24px;
}

.file-upload-btn:hover {
    /* background: #1AA059; */
    background: linear-gradient(145.94deg, #d17e03 -0.82%, #d67f14 102.83%);
    /* border-radius: 21px; */
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-reload-btn {
    margin: 0;
    color: #fff;
    /* background: #1FB264; */
    background: linear-gradient(145.94deg, #d14403 -0.82%, #d14403 102.83%);
    border-radius: 21px;
    border: none;
    padding: 10px;
    margin-left: 25px;
    font-family: 'BeVietnam';
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24px;
}

.file-reload-btn:hover {
    /* background: #1AA059; */
    background: linear-gradient(145.94deg, #d14403 -0.82%, #d14403 102.83%);
    /* border-radius: 21px; */
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-reload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #1FB264;
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #1FB264;
    border: 4px dashed #ffffff;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

body {
    background-image: url('bgfobic.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/* .cr-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: transparent;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .3s;
    transition: opacity .3s;
} */

/* .cr-slider:hover {
    opacity: 1;
    background: grey;
} */

.cr-slider::-webkit-slider-thumb {
    /* -webkit-appearance: none;
    appearance: none; */
    /* width: 25px;
	height: 25px; */
    /* border-radius: 50%; */
    background: #F0900E;
    cursor: pointer;
}

/* .cr-slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
} */

.cr-slider::-webkit-slider-runnable-track {
    background-color: rgb(255, 255, 255);
    /* Màu của thanh progress khi kéo */
}