@import url(bootstrap-grid.min.css);
@import url(bootstrap-reboot.min.css);
@import url(ionicons.min.css);
@font-face {
    font-family: Vazir;
    font-weight: 900;
    src: url("fonts/Vazir-Black.eot");
    src: url("fonts/Vazir-Black.eot#iefix") format("embedded-opentype"), url("fonts/Vazir-Black.woff") format("woff"), url("fonts/Vazir-Black.woff2") format("woff2");
}

@font-face {
    font-family: Vazir;
    font-weight: 700;
    src: url("fonts/Vazir-Bold.eot");
    src: url("fonts/Vazir-Bold.eot#iefix") format("embedded-opentype"), url("fonts/Vazir-Bold.woff") format("woff"), url("fonts/Vazir-Bold.woff2") format("woff2");
}

@font-face {
    font-family: Vazir;
    font-weight: 400;
    src: url("fonts/Vazir-Medium.eot");
    src: url("fonts/Vazir-Medium.eot#iefix") format("embedded-opentype"), url("fonts/Vazir-Medium.woff") format("woff"), url("fonts/Vazir-Medium.woff2") format("woff2");
}

@font-face {
    font-family: Vazir;
    font-weight: 300;
    src: url("fonts/Vazir-Thin.eot");
    src: url("fonts/Vazir-Thin.eot#iefix") format("embedded-opentype"), url("fonts/Vazir-Thin.woff") format("woff"), url("fonts/Vazir-Thin.woff2") format("woff2");
}

@media screen and (max-width: 1023px) {
    html {
        font-size: calc(1vw + .7em);
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0;
    direction: rtl;
    font-family: Vazir, sans-serif, tahoma;
    color: #333;
    text-align: right;
}

.w-500 {
    width: 500px;
    margin: auto;
    max-width: 90%;
}

.login-page .w-500 {
    /*  min-height: 50vh; */
    height: auto;
    padding: 10px 0;
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .login-page .d-flex.justify-content-start {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        height: auto;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
}

.login-page form {
    /*  margin-top: 25px; */
}

.login-page .logo-wrapper {
    width: 100%;
    text-align: center;
}

.login-page .logo-wrapper img {
    height: auto;
}

h1 {
    font-size: 1.6rem;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.2rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.8rem;
}

h6 {
    font-size: 0.6rem;
}

a,
a:visited,
a:hover,
a:focus,
a:active {
    color: inherit;
    text-decoration: none;
}

label {
    display: block;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 100;
}

input:not([type="checkbox"]),
textarea {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    background: #ecf0f1;
}

form {
    width: 100%;
}

.alert {
    height: auto;
    background: #ecf0f1;
    border-radius: 5px;
    padding-right: 15px;
    margin-bottom: 25px;
    font-size: .8rem;
}

@media screen and (max-width: 1023px) {
    .alert {
        display: block !important;
        height: auto;
        padding: 15px;
    }
    .alert a {
        display: block;
        text-align: center;
        margin-top: 25px;
    }
}

.btn-success {
    border: none;
    border-radius: 4px;
    background: #961B1E;
    color: #FFF !important;
    padding: 15px 35px;
    font-size: 0.9rem;
    font-weight: bold;
    -webkit-box-shadow: 0px 5px 15px rgba(16, 18, 73, 0.7098039215686275);
    box-shadow: 0px 5px 15px rgba(16, 18, 73, 0.7098039215686275);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-success i {
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.btn-success:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 5px 15px rgba(16, 18, 73, 0.7098039215686275);
    box-shadow: 0px 5px 15px rgba(16, 18, 73, 0.7098039215686275);
}

.btn-outline {
    border: 1px solid #333;
    background: transparent;
    padding: 12.5px 25px;
    border-radius: 4px;
    font-weight: 300;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-outline:hover {
    background: #333;
    color: #ecf0f1;
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center;
}

.btn-text {
    font-size: 0.8rem;
    font-weight: 300;
    padding: 12.5px 25px;
}

i {
    position: relative;
    top: 2px;
    margin-left: 5px;
}

body:not(.login-page) .logo-wrapper {
    height: 80px;
}

@media screen and (max-width: 1023px) {
    body:not(.login-page) .logo-wrapper {
        display: block !important;
        height: auto !important;
    }
}

body:not(.login-page) .logo-wrapper img {
    width: auto;
    height: 100px;
    position: relative;
    top: 20px;
}

header {
    padding-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1023px) {
    header {
        display: block !important;
        text-align: center;
    }
    header .icons-wrapper a {
        margin-top: 25px;
        font-weight: bold !important;
        display: block;
    }
}

header h1 {
    font-size: 1rem;
    margin: 0;
    font-weight: 100;
}

header .icons-wrapper a {
    font-weight: 100;
    font-size: .8rem;
}

.badge-wrapper {
    position: relative;
}

.badge-wrapper .badge {
    width: 20px;
    height: 20px;
    background: #961B1E;
    line-height: 20px;
    color: #FFF;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
}

main {
    margin-top: 10px !important;
}

.steps-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 25px 0;
}

.steps-wrapper li {
    font-size: .8rem;
    font-weight: 400;
    color: #333;
    position: relative;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-top: 20px;
    opacity: .5;
}

.steps-wrapper li.done {
    opacity: 1;
}

.steps-wrapper li.done .step-number {
    color: #FFF;
    background: #961B1E;
    font-size: 1rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.steps-wrapper li.done .step-number::before {
    background: #961B1E;
}

.steps-wrapper li.done .step-number i {
    margin: 0;
    text-align: center;
    width: 100%;
    display: block;
    height: 100%;
    position: relative;
}

.steps-wrapper li.active {
    opacity: 1;
}

.steps-wrapper li.active .step-number {
    background: #961B1E !important;
    color: #fff;
}

.steps-wrapper li.active .step-number::before {
    background: #961B1E;
    -webkit-animation: beam 2.5s;
    animation: beam 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.steps-wrapper li:first-child {
    margin-top: 0;
}

.steps-wrapper .step-number {
    width: 20px;
    height: 20px;
    background: #ecf0f1;
    color: #961B1E;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: -35px;
    top: -2.5px;
    text-align: center;
    line-height: 20px;
    font-size: .7rem;
}

.steps-wrapper .step-number::before {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -5.055px;
    left: -5.01px;
    margin: auto;
    background: #ecf0f1;
    border-radius: 50%;
    display: block;
    content: '';
    z-index: -1;
    opacity: .5;
}

@-webkit-keyframes beam {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: .6;
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }
}

@keyframes beam {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: .6;
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }
}

.messages-wrapper {
    margin-top: 50px;
}

.message-wrapper {
    font-size: .8rem;
    border: 1px solid #efefef;
    padding: 10px;
    font-weight: 100;
    position: relative;
    margin-top: 15px;
    opacity: .5;
}

.message-wrapper.unread {
    opacity: 1;
}

.message-wrapper.unread::before {
    width: 15px;
    height: 15px;
    position: absolute;
    top: -7.5px;
    left: -7.5px;
    content: '';
    background: #e74c3c;
    border-radius: 50%;
    display: block;
}

.text-danger {
    color: #e74c3c;
    font-weight: bold;
}

.container {
    max-width: 80% !important;
}

footer {
    margin-top: 50px;
    padding: 25px;
    text-align: center;
}

footer i {
    margin-right: 5px;
    color: #973b3b;
}

footer p {
    font-size: .8rem;
    font-weight: 100;
    color: #555;
}

.file-upload {
    width: 100%;
    position: relative;
}

.file-upload:hover a {
    background: #333;
    color: #ecf0f1;
}

.file-upload a {
    display: block;
    text-align: center;
}

.file-upload input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
ul{
    list-style-type: none;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
}
.alert {
    padding: 5px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.info-register {
    border: 2px solid #000;
    text-align:justify
}
.info-register ul {
    list-style-type: disc!important;
    padding-left: 30px;
    padding-top: 30px;
}
.logo-register {
    text-align:center
}
#foreign-register {
    display: none;
    height: 0;
}
