/* Fonts */
@font-face {
    font-family: yekanBakh;
    font-style: normal;
    font-weight: 100;
    src: url("fonts/Yekan Bakh EN 01 Hairline.eot");
    src: url("fonts/Yekan Bakh EN 01 Hairline.eot?#iefix") format("embedded-opentype"), url("fonts/Yekan Bakh EN 01 Hairline.woff") format("woff");
}

@font-face {
    font-family: yekanBakh;
    font-style: normal;
    font-weight: 200;
    src: url("fonts/Yekan Bakh EN 02 Thin.eot");
    src: url("fonts/Yekan Bakh EN 02 Thin.eot?#iefix") format("embedded-opentype"), url("fonts/Yekan Bakh EN 02 Thin.woff") format("woff");
}

@font-face {
    font-family: yekanBakh;
    font-style: normal;
    font-weight: 300;
    src: url("fonts/Yekan Bakh EN 03 Light.eot");
    src: url("fonts/Yekan Bakh EN 03 Light.eot?#iefix") format("embedded-opentype"), url("fonts/Yekan Bakh EN 03 Light.woff") format("woff");
}

@font-face {
    font-family: yekanBakh;
    font-style: normal;
    font-weight: 400;
    src: url("fonts/Yekan Bakh EN 04 Regular.eot");
    src: url("fonts/Yekan Bakh EN 04 Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Yekan Bakh EN 04 Regular.woff") format("woff");
}

@font-face {
    font-family: yekanBakh;
    font-style: normal;
    font-weight: 500;
    src: url("fonts/Yekan Bakh EN 05 Medium.eot");
    src: url("fonts/Yekan Bakh EN 05 Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Yekan Bakh EN 05 Medium.woff") format("woff");
}

@font-face {
    font-family: yekanBakh-bold;
    font-style: normal;
    font-weight: 600;
    src: url("fonts/Yekan Bakh EN 06 Bold.eot");
    src: url("fonts/Yekan Bakh EN 06 Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Yekan Bakh EN 06 Bold.woff") format("woff");
}

@font-face {
    font-family: yekanBakh;
    font-style: normal;
    font-weight: 700;
    src: url("fonts/Yekan Bakh EN 07 Heavy.eot");
    src: url("fonts/Yekan Bakh EN 07 Heavy.eot?#iefix") format("embedded-opentype"), url("fonts/Yekan Bakh EN 07 Heavy.woff") format("woff");
}

@font-face {
    font-family: yekanBakh;
    font-style: normal;
    font-weight: 800;
    src: url("fonts/Yekan Bakh EN 08 Fat.eot");
    src: url("fonts/Yekan Bakh EN 08 Fat.eot?#iefix") format("embedded-opentype"), url("fonts/Yekan Bakh EN 08 Fat.woff") format("woff");
}

body {
    font-family: yekanBakh;
    font-weight: normal;
    font-size: 16px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.upload-box {
    width: 100%;
    text-align: center;
    padding: 2em 1em;
    border: 1px dashed gray;
    font-weight: 600;
}

.upload-file {
    width: 100%;

}

.file-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.file-box .logo img, .remove-btn img {
    width: 1.5em;
    height: 1.5em;
}

.file-box .remove-btn {
    border: 0;
    padding: 0.25em 0.4em;
    border-radius: 0.25em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    margin-left: 8px;
    cursor: pointer;
}

.attachment-img {
    width: 25%;
    height: 7em;
    object-fit: cover;
}

.text-justify {
    text-align: justify;
}

.link, .link:hover, .link button:hover {
    text-decoration: none;
    color: #fff;
}


.btn-download {
    background-color: darkgreen;
    color: white;
    border: 0;
    padding: 1em 2em;
    font-size: 20px;
}

.story-box {
    position: relative;
    width: 60%;
    margin: auto;
}

.story-box button {
    width: max-content !important;
    padding: 0.75em;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}

.story-box img {
    filter: blur(5px);
}

.error-box {
    color: red
}

.notice {

    border-radius: 0.25em;
    padding: 0.5em 1em;
    color: white;
    margin: 1em 0;
}

.notice.error {
    background-color: red;
}

.notice.success {
    background-color: green;
}

.bg-red {
    background-color: red;
}

.color-white {
    color: white;
}

form {
    margin-bottom: 2em;
}

form input, form select {
    padding: 1em !important;
    border-radius: 0.75em !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    margin: 1em 0 !important;
}

form .btn {
    font-size: 1.5em;
}

form h3 {
    padding: 0.5em;
    border-radius: 0.5em;
    box-shadow: 0 4px 8px rgba(255, 0, 0, 0.3);
}