﻿@import url("font.css");
/*---------------------------
    General styles
---------------------------*/
/*----- General Tags -----*/
:root {
  direction: initial;
  text-orientation: initial;
  writing-mode: initial; }

body {
  direction: rtl; }

main {
  min-height: 45.5vh; }

a {
  color: #333;
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease; }
  a:hover {
    color: #e41e2f; }

a.tooltip {
  font-family: "Vazir"; }

.tooltip {
  font-size: 12px !important; }

h1, h2, h3, h4, h5, h6,
p {
  cursor: default; }

button[disabled] {
  color: #ddd !important;
  border-color: #ddd !important;
  cursor: not-allowed; }

/*----- General Width -----*/
.w-10 {
  width: 10% !important; }

.w-20 {
  width: 20% !important; }

.w-30 {
  width: 30% !important; }

.w-40 {
  width: 40% !important; }

.w-50 {
  width: 50% !important; }

.w-60 {
  width: 60% !important; }

.w-70 {
  width: 70% !important; }

.w-80 {
  width: 80% !important; }

.w-90 {
  width: 90% !important; }

/*----- General classes -----*/
.visible-sm {
  visibility: hidden;
  display: none; }

.visible-md {
  visibility: hidden;
  display: none; }

.visible-lg {
  visibility: visible;
  display: block; }

.float-right {
  float: right !important; }

.float-left {
  float: left !important; }

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.table-responsive {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }

.section-md {
  padding: 50px 0; }

.section-lg {
  padding: 100px 0; }

.section-heading {
  margin-bottom: 1.5rem; }

.section-image {
  background: url("../images/Shandiz.jpg");
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  .section-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-90deg, white 50%, rgba(255, 255, 255, 0.4) 100%);
    left: 0px;
    bottom: 0px;
    transition: all 500ms ease; }

.title-shape {
  position: relative;
  width: 50px;
  height: 4px;
  margin-left: 8px;
  margin-top: 5px;
  background: #e41e2f; }
  .title-shape.center {
    margin: 0 auto; }

.before-load-spinner {
  position: relative;
  right: 49%;
  margin-top: 30px; }

.error-message {
    margin: 3px 5px 0 0 !important;
    font-size: 12px;
    color: red;
}
/*----- General colors -----*/
.text-red {
    color: #e41e2f !important;
}

.text-success {
    color: #198754 !important;
}

.bg-gray {
  background-color: #f7f7f7 !important; }

.bg-light {
  background-color: #f8f8f8 !important; }

.bg-dark {
  background-color: #313030 !important; }

.bg-primary {
  background-color: #e41e2f !important; }


/*----- General Btn -----*/
.btn-outline-red {
  padding: 8px 20px;
  border: 2px solid #e0e0e0;
  font-size: 15px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  transition: 0.3s ease; }
  .btn-outline-red:hover {
    background-color: #e41e2f;
    border-color: #e41e2f;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px); }

.underline-hover {
  color: #313030;
  position: relative;
  bottom: 0;
  transition-duration: 1s;
  transition-property: transform; }
  .underline-hover:hover {
    color: #e41e2f; }
    .underline-hover:hover:before {
      width: 100%; }
  .underline-hover:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    -webkit-transition-property: width;
    transition-property: width;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit;
    transition-duration: inherit; }

.btn-red {
  background-color: #e41e2f;
  color: white; }
  .btn-red:hover {
    background-color: #313030 !important;
    color: white; }

.btn-primary {
  background-color: #e41e2f;
  border-color: #e41e2f; }
  .btn-primary:hover {
    background-color: #ce1626;
    border-color: #ce1626; }
  .btn-primary:focus {
    background-color: #e41e2f !important;
    border-color: #e41e2f !important;
    box-shadow: 0 0 0 0.25rem #fad4d7 !important; }

/*---------- Loader ----------*/
.loader-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  transition: 1s;
  background-color: #fff; }

.loader {
  position: relative;
  top: 40%; }
  .loader .loader-activity {
    background-color: #fff;
    border: none;
    width: 75px;
    height: 100px;
    position: relative;
    top: 40%;
    right: 47%;
    transform: rotate(45deg);
    animation: animateHeart 1s linear infinite; }
    .loader .loader-activity::before {
      content: "";
      width: 75px;
      height: 100px;
      background-image: url("../images/04-logo.png");
      background-size: cover;
      position: absolute;
      transform: rotate(315deg); }

/*----- Useful Classes -----*/
.border-red{
    border-color:red !important;
}
.card {
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 10px #ddd;
}

.card-header.style-1 {
  background-color: transparent;
  padding: 0; }
  .card-header.style-1 .title {
    position: relative;
    width: 50%;
    background-color: #e41e2f;
    border-top-right-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-align: right;
    padding: 10px 15px;
    margin: 0; }
    .card-header.style-1 .title:before {
      position: absolute;
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 30px solid transparent;
      border-bottom: 37px solid #fff;
      z-index: 9;
      left: 3%;
      margin-left: -26px;
      bottom: 0; }

/*----- Parsley -----*/
.parsley-error {
  border-color: #fc5454; }

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
  max-width: 300px;
  float: right; }
  .parsley-errors-list.filled {
    display: block; }
  .parsley-errors-list > li {
    font-size: 12px;
    list-style: none;
    color: #fc5454;
    margin: 5px 0; }

/*----- Alertify -----*/
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 50px; }

.alertify-notifier.ajs-bottom {
  bottom: 40px; }

/*---------------------------
    Animation styles
---------------------------*/
img, a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }


/* ==============
  Floating Lable
===================*/
.form-floating > label {
    top: 9px;
    right: 13px;
    padding: 0 5px;
    height: auto;
    width: 80%;
    background-color: #fff;
    opacity: 1;
}

    .form-floating > label.read-only {
        background-color: transparent;
    }

.form-floating > .form-control, .form-floating > .form-select {
    height: calc(2.5rem + 2px);
}

    .form-floating > .form-control::placeholder {
        font-size: 12px;
        color: #ddd;
    }

    .form-floating > .form-control:not(:placeholder-shown) {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }

    .form-floating > .form-control:focus {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        box-shadow: none;
        border-color: cornflowerblue
    }

        .form-floating > .form-control:focus ~ label, .form-floating > .form-select ~ label {
            opacity: 1;
            width: max-content;
            transform: scale(.95) translateY(-1.4rem) translateX(-0.15rem);
        }

.form-floating > input[readonly] {
    background-color: #fff;
}

/* ==============
  Digits Form
===================*/
.digits-form label {
    text-align: center;
}

.digits-form .digits {
    direction: ltr;
    text-align: center;
    margin-top: 10px;
}

    .digits-form .digits input {
        display: inline-block;
        width: 19.333%;
        border: 1px solid #aaa;
        text-align: center;
        font-size: 2.5rem;
        border-radius: 5px;
    }

        .digits-form .digits input:focus {
            border: 2px solid yellowgreen;
            outline: none;
        }

        .digits-form .digits input[name="digit-chance1"],
        .digits-form .digits input[name="digit-chance2"],
        .digits-form .digits input[name="digit-chance3"],
        .digits-form .digits input[name="digit-chance4"] {
            width: 19.3333%;
        }

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

input[type='number'] {
    -moz-appearance: textfield;
}

@media (min-width: 280px) and (max-width:576px) {
    .digits-form .digits input {
        width: 18%;
    }
}

/*---------------------------
    Header styles
---------------------------*/
header {
  background-color: #e41e2f; }
  header .right-side {
    padding: 5px 0;
    text-align: right;
    font-size: 14px;
    color: #fff; }
  header .left-side {
    padding: 5px 0;
    text-align: left;
    font-size: 14px;
    color: #fff; }

/*---------------------------
    Footer styles
---------------------------*/
.footer {
    position: relative;
    bottom: 10px;
    text-align: center;
    width: 100%;
}
  .footer .footer-link {
    font-weight: bold; }
  .footer .footer-detail {
    margin-top: 25px; }
  .footer .e-namad {
    text-align: center; }
    .footer .e-namad img {
      width: 100px; }

@media (min-width: 280px) and (max-width:576px) {
    main {
        min-height: 80vh;
    }
    .footer{
        position:relative;
    }
    .footer-detail img{
        width:50px;
    }
}

/*---------------------------
    Home Page styles
---------------------------*/
  .card-bill .card-header {
    background-color: #fff; }
    .card-bill .card-header .title {
      font-size: 1.5rem; }
  .card-bill .card-body {
    padding: 1.5rem; }

.forget-pass-btn {
    font-size: 13px;
    color: blue;
}
.forget-pass-btn:hover {
    color: blue;
    font-weight:bold;
}

.login-register .guid-login p {
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
}

.login-register .forget-pass-body p {
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
}

.form-control::placeholder{
    font-size:12px;
}

.bill-inquiry .nav-item {
    margin-bottom: 15px;
}
  .bill-inquiry .nav-item .nav-link {
    background-color: #e41e2f30;
    margin-top: 10px; }
    .bill-inquiry .nav-item .nav-link:first-child {
      margin-top: 0; }
    .bill-inquiry .nav-item .nav-link.active {
      background-color: #e41e2f; }
      .bill-inquiry .nav-item .nav-link.active .text {
        color: #fff; }
    .bill-inquiry .nav-item .nav-link .text {
      float: right;
      margin-top: 10px;
      color: #e41e2f;
      font-weight: 600; }
    .bill-inquiry .nav-item .nav-link .icon {
      float: left; }
      .bill-inquiry .nav-item .nav-link .icon img {
        width: 35px; }

.bill-inquiry .inquiry-block .inquiry-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd; }
  .bill-inquiry .inquiry-block .inquiry-header .text {
    display: inline-block;
    width: 80%;
    margin-top: 8px;
    font-size: 1.4rem; }
  .bill-inquiry .inquiry-block .inquiry-header .icon {
    display: inline-block;
    width: 20%;
    text-align: left; }
    .bill-inquiry .inquiry-block .inquiry-header .icon img {
      width: 50px; }

.bill-inquiry .inquiry-block .inquiry-form {
  padding: 15px 35px; }
  .bill-inquiry .inquiry-block .inquiry-form .input-group {
    display: block; }
    .bill-inquiry .inquiry-block .inquiry-form .input-group label {
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 10px; }
    .bill-inquiry .inquiry-block .inquiry-form .input-group .form-control {
      border-radius: 5px !important; }

/*--------------------------------
    Fprget Pass Page styles
--------------------------------*/
.card-forget-pass{
    height:100%;
}
    .card-forget-pass .form-body {
        visibility:hidden;
        opacity:0;
        display:none;
    }
    .card-forget-pass .form-body.show {
        visibility:visible;
        opacity:1;
        display:block;
    }

.operation-body .back-btn {
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: #838383;
}
    .operation-body .back-btn i {
        position: relative;
        top: 2px;
    }
    .operation-body .back-btn:hover  {
        color:#ce1626;
    }

.change-pass-success{
    text-align:center;
}
.change-pass-success img{
    width:70px;
}
    .change-pass-success .text {
        margin-top: 10px;
        font-size: 1.3rem;
        font-weight: 600;
        color: #559920;
    }

.multisteps-form__content .form-body p {
    text-align:right;
    font-size:14px;
    line-height:28px;
}

button.multisteps-form__progress-btn[disabled] {
    color: #969ca2 !important;
    cursor: auto;
}

button.multisteps-form__progress-btn.js-active[disabled] {
    color: #444040 !important;
    cursor: auto;
}


/*---------------------------
    Detail Page styles
---------------------------*/
.payment-status .alert {
    font-size: 13px;
    padding: 10px;
    margin-bottom: 5px;
}

.bill-status .status-row {
    border: 2px solid #41464b;
    border-radius: 5px;
    margin-bottom: 15px;
}
    .bill-status .status-row .title, .bill-status .status-row .info {
        display: inline-block;
        width: 50%;
        text-align: center;
        padding: 2px 0;
    }
    .bill-status .status-row .title {
        background-color: #41464b;
        color: #fff;
    }
    .bill-status .status-row .title span{
        font-size:13px;
    }
    .bill-status .status-row .info span {
        font-size: 15px;
        font-weight: 500;
    }

.payment-qrcode .status-row{
    display:flex;
}
    .payment-qrcode .status-row .title span, 
    .payment-qrcode .status-row .info span {
        vertical-align: middle;
        height: 100px;
        display: table-cell;
        text-align: center;
        width: 26%;
    }

@media (min-width: 280px) and (max-width:576px) {

    .payment-qrcode .mobile-screen .title span,
    .payment-qrcode .mobile-screen .info span {
        height: max-content;
    }
}

/*---------------------------
    Counting Page styles
---------------------------*/
.bills-list-accordion .accordion-button:focus{
    box-shadow:none;
}
.column1 {
    width:5%;
}
.column2 {
    width: 20%;
}
.column3 {
    width: 20%;
}
.column4 {
    width: 20%;
}
.column5 {
    width: 20%;
}
.column5 {
    width: 10%;
    text-align:center;
}
.column6 {
    width: 10%;
    text-align:center;
}

.table-bill-list {
    order-spacing: 1;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
    .table-bill-list thead tr {
        height: 50px;
        background: #333;
    }
    .table-bill-list thead th {
        font-size: 16px;
        color: #fff;
        line-height: 2.5;
        font-weight: unset;
    }
    .table-bill-list tbody td {
        font-size: 15px;
        padding: 15px 10px;
        border: none;
        color: #333;
    }
        .table-bill-list tbody td a {
            color: blue;
        }
    .table-bill-list tbody tr:hover{
        background-color:#ddd;
    }
        .table-bill-list tbody tr:hover td,
        .table-bill-list tbody tr:hover td a {
            color: #222;
        }
    .table-bill-list tbody td a:hover{
        color:blue !important;
    }
    .table-bill-list tbody tr {
        background-color:#fff;
    }
        .table-bill-list tbody tr:nth-child(2n) {
            background-color: #e9e7e7;
        }
.my-bill-tb thead {
    background-color: #b3b3b3;
}
.my-bill-tb thead th span{
    font-size:12px;
}
.my-bill-tb tbody td a{
    color:blue;
}
.multi-line-tb {
    white-space: break-spaces;
}
.list-title {
    font-size: 16px;
    font-weight: 600;
    margin-top:1rem;
}

.login-info {
    position: absolute;
    left: 10px;
    top: 40px;
}

    .login-info .user-name {
        display: inline-block;
        margin-left: 10px;
        padding: 3px 10px;
        border-left: 1px solid #333;
    }

    .login-info .log-out-btn {
        background-color: #5b5959;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        padding: 5px 10px;
        border-radius: 3px;
        text-decoration: none;
    }

        .login-info .log-out-btn img {
            filter: invert(1) grayscale(100%) brightness(200%) opacity(1);
        }

        .login-info .log-out-btn:hover {
            background-color: #333;
            color: #fff;
        }

        .login-info .log-out-btn span {
            margin-right: 5px;
        }

    .login-info .change-pass-btn {
        background-color: #02c58d;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        border:1px solid #02c58d;
        box-shadow:none;
        padding: 6px 10px;
        border-radius: 3px;
        text-decoration: none;
    }

        .login-info .change-pass-btn:hover {
            background-color: #04ab7b;
            color: #fff;
        }

        .login-info .change-pass-btn span {
            margin-right: 5px;
        }
#changePassModal .modal-header {
    background-color: #272d33;
}
#changePassModal .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%) opacity(1);
    font-size:14px;
}
#changePassModalLabel {
    font-size: 16px;
    font-weight: 600;
    color:#fff;
}
.change-pass-form label {
    font-size: 14px;
}
.change-pass-form .form-control[type="password"]{
    font-size:16px;
}
.form-control[type="text"] ~ a .fa-eye-slash:before {
    content: "\f06e";
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 926px) {
    .container, .container-sm {
        max-width: 100%;
    }
    .login-info {
        position: relative;
        top: 7px;
        text-align: left;
    }

    .footer-detail img {
        width: 50px;
    }

    .table-bill-list {
        margin-top: 2rem;
    }
    .table-bill-list {
        margin-top: 2rem;
    }
}
@media screen and (max-width: 600px) {
        .login-info {
            position: relative;
            top: 7px;
            text-align: left;
        }
    .table-bill-list thead th{
        padding:5px;
    }
    .table-bill-list thead th, .table-bill-list tbody td {
        font-size: 13px;
    }
        table.my-bill-tb {
            border: 0;
        }

            table.my-bill-tb caption {
                font-size: 1.3em;
            }

            table.my-bill-tb thead {
                border: none;
                clip: rect(0 0 0 0);
                height: 1px;
                margin: -1px;
                overflow: hidden;
                padding: 0;
                position: absolute;
                width: 1px;
            }

            table.my-bill-tb tr {
                border-bottom: 3px solid #9b9a9a !important;
                display: block;
                margin-bottom: .625em;
                border-color: #9b9a9a;
            }

            table.my-bill-tb td {
                padding: 8px 12px;
                border-bottom: 1px solid #ddd !important;
                display: block;
                font-size: .95rem;
                text-align: left;
                border-color: #9b9a9a;
            }

                table.my-bill-tb td:last-child {
                    border-bottom: none !important;
                }

                table.my-bill-tb td::before {
                    content: attr(data-label);
                    float: right;
                    font-size: .9rem;
                    font-weight: bold;
                    text-transform: uppercase;
                    color: #333;
                }

                table.my-bill-tb td:last-child {
                    border-bottom: 0;
                }

    .multi-line-tb {
        width: 70%;
        overflow-x: hidden;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: vertical;
        display: -webkit-inline-box;
        white-space: break-spaces;
    }
}


