﻿body {
    position: relative;
    min-height: 100vh;
}
.container-aco{
    padding: 0;
    padding-left: 10px;
}
.nav-aco {
    background-color: rgba(0, 3, 7, 0.46);
    padding: 5px 0;
}

.container {
    max-width: 1140px;
}

body, html {
    font-family: IRANSansX;
}

.nav-item {
    padding: 0 18px;
    font-size: 15px;
}

.nav-link-aco {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top:6px;
}

.navbar-brand {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding: 0px;
    margin-right: 10px;
}


.mnz-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 66px; /* Footer height */
    font-size:12px;
    padding: 20px 0px;
}


.mnz-add-footerpadding {
    padding-bottom: 66px;
}

ul.wizard {
    text-align: justify;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 10px;
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
    background-color: aliceblue;
    border-radius: 5px;
}

li.wizard {
    position: relative;
    width: 20%;
    text-align: center;
    display: inline;
}

.marker-number {
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    line-height: 1.7em;
    border-radius: 50%;
    background: green;
    color: white;
    display: inline-block;
}

.marker-line {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: green;
    top: 10px;
}

li.wizard.active span.marker-number {
    background: #04497b;
}

li.wizard.active span.marker-line {
    background-color: #b7b7b7;
}

li.wizard.last-step span.marker-line {
    display: none;
}

.active ~ li.wizard span.marker-number, .active ~ li.wizard span.marker-line {
    background: #b7b7b7;
}

div.marker-text {
    color: #7d7d7d;
    font-size: 12px;
}

.zavabet-item {
    text-align: justify;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}

.form-section {
    font-weight: 700;
    background-color: #59affb;
    padding: .5rem 3px;
    border-radius: 5px;
    color: white;
}

.form-label {
    font-weight: 500;
    margin-top: .5rem;
}

.input-group-text {
    border-radius: 0px;
    padding: .375rem .2rem;
}

.mnz-card-header {
    background-color: #2496f9;
    color: white;
    border-bottom-color: #2496f9;
}

.mnz-validation-result {
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}

.mnz-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.mnz-kanoon-checks td {
    vertical-align: top;
    font-size: .95rem;
    display: inline-block;
}

.mnz-kanoon-checks label {
    margin-right: 5px;
}

.mnz-date-select {
    background-image: none;
    padding-right: 3px;
    padding-left: 0px;
    font-size: 1rem;
    text-align: center;
    border-radius: 0px;
}

.mnz-round-right {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.mnz-round-left {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.mnz-nonround-right {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.mnz-nonround-left {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.custom-file-button input[type=file] {
    margin-left: -2px !important;
}

    .custom-file-button input[type=file]::-webkit-file-upload-button {
        display: none;
    }

    .custom-file-button input[type=file]::file-selector-button {
        display: none;
    }

.custom-file-button:hover label {
    background-color: #dde0e3;
    cursor: pointer;
}

.mnz-image-preview {
    height: 120px;
}

.mnz-image-select-container {
    position: relative;
    min-height:120px;
}

.mnz-image-select-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 120px;
    min-width:80px;
    text-align: center;
    padding-top: 80px;
    color: blue;
    font-size: small;
}

.mnz-image-select-btn {
    background-color: rgba(233,236,239,74%);
    padding-left: 3.2px;
    padding-right: 3.2px;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: rgb(206, 212, 218);
    font-weight: 600;
}

.mnz-confirm-view .form-section {
    font-weight: 700;
    background-color: white;
    padding: .5rem 3px;
    border-radius: 0px;
    color: #084298; /*rgb(0,84,209);*/
    border-bottom: #084298;
    border-bottom-style: solid;
}

.mnz-inner-container {
    padding: 20px 20px;
}

.mnz-home-address-container {
    position:relative
}

.mnz-address-txt{
    text-indent:50px;
}

.mnz-home-address-container:before{
    content: 'تهران -';
    position: absolute;
    top: 3rem;
    right: 25px;
    z-index: 1;
}

@media only screen and (max-width: 600px) {
    .mnz-inner-container {
        padding: 20px 10px;
    }
}
/*#2b405d
            #212529*/
