/* here you can put your own css to customize and override the theme */
@font-face {
    font-family: "yekan";
    src: url(../../../font/Yekan.eot);
    src: url(../../../font/Yekan.eot?#iefix) format("embedded-opentype"),
    url(../../../font/Yekan.woff) format("woff"),
    url(../../../font/Yekan.ttf) format("truetype"),
    url(../../../font/Yekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal
}

select.form-control {
    padding-top: 0;
}
html,body,h1,h2,h3,h4,.label, ul {
    font-family: "yekan" !important;
}

.hr {
    margin: 20px 0;
    border: 1px solid #ccc;
}

.dz-clickable {
    border: 2px dashed #028AF4;
    background: #fff;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.cost-setting {
    margin-top: 20px;
}

.message {
    z-index: 1;
    font-size: 16px;
    position: relative;
    top: 45px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.error {
    background: orangered;
    color: white;
}
.success {
    background: #99cc4c;
    color: #0a0a08;
}