:root {
  --white: #fff;
  --black: #000;
  --gold: #a98b2f;
  --lightGold: rgb(169 139 47/ 80%);
  --red: #c61d24;
  --green: #009247;
  --blue: #04538c;
  --darkBlue: #002b60;
  --lightBlue: #65bbea;
  --gray: #bdbec0;
  --lh: 1.4rem;
}

body {
  font-family: "Vazir FD WOL", sans-serif, Arial, Tahoma;
  font-size: 14px;
  font-weight: normal;
  background: var(--white);
  color: #565656;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

a,
a:link,
a:visited,
a:active {
  color: var(--lightBlue);
}

a:hover {
  text-decoration: none;
  color: var(--darkBlue);
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5rem;
}

option[selected="true"],
option:hover {
  border-width: 0 !important;
}

.fieldset {
  display: flex;
  justify-content: center;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  padding-block-start: 0.35em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  padding-block-end: 0.625em;
  min-inline-size: min-content;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  border-radius: 4px;
}

.download {
  top: 10px;
  right: 25px;
  background: white;
  padding: 5px 20px;
  border-radius: 5px;
  position: absolute;
}

.legend {
  display: block;
  font-size: 1rem;
  width: fit-content;
  padding-inline-start: 2px;
  padding-inline-end: 2px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}

.mw-1100 {
  max-width: 1100px;
}

.container {
  max-width: 1300px !important;
}

.separator {
  margin: 0 15px;
}

.light-gray {
  background-color: #999;
}

.white {
  background-color: var(--white);
}

.text-white {
  color: var(--white);
}

.text-black {
  color: var(--black) !important;
}

.grey-text {
  color: #787878;
}

.font-weight-thin {
  font-weight: 100 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-small {
  font-size: 0.95em;
}

.font-big {
  font-size: 1.2em;
}

.font-social-icon {
  font-size: 2.2em;
  margin-right: 10px;
}

.dark-grey-text {
  color: #999;
}

.light-grey-text {
  color: #c2c2c2;
}

.white-text {
  color: var(--white);
}

.blue-text {
  color: var(--lightBlue);
}

.green-text {
  color: var(--lightBlue);
}

.dark-blue-text {
  color: var(--darkBlue);
}

.light-blue-text {
  color: var(--lightBlue);
}

.deep-orange {
  color: var(--lightBlue);
}

.text-green {
  color: var(--green);
}

.text-red {
  color: var(--red);
}

.other-page {
  margin-top: 170px;
}

.pills-primary .show>.nav-link {
  background-color: var(--blue) !important;
}

.pills-primary .nav-link.active {
  background-color: var(--blue) !important;
}

.tabs-primary {
  background-color: var(--blue) !important;
}

.pills-danger .show>.nav-link {
  background-color: var(--red) !important;
}

.pills-danger .nav-link.active {
  background-color: var(--red) !important;
}

.tabs-danger {
  background-color: var(--red) !important;
}

.pills-warning .show>.nav-link {
  background-color: var(--gold) !important;
}

.pills-warning .nav-link.active {
  background-color: var(--gold) !important;
}

.tabs-warning {
  background-color: var(--gold) !important;
}

.pills-success .show>.nav-link {
  background-color: var(--green) !important;
}

.pills-success .nav-link.active {
  background-color: var(--green) !important;
}

.tabs-success {
  background-color: var(--green) !important;
}

.pills-info .show>.nav-link {
  background-color: var(--lightBlue) !important;
}

.pills-info .nav-link.active {
  background-color: var(--lightBlue) !important;
}

.tabs-info {
  background-color: var(--lightBlue) !important;
}

.pills-default .show>.nav-link {
  background-color: var(--lightBlue) !important;
}

.pills-default .nav-link.active {
  background-color: var(--lightBlue) !important;
}

.tabs-default {
  background-color: var(--lightBlue) !important;
}

.pills-secondary .show>.nav-link {
  background-color: #a6c !important;
}

.pills-secondary .nav-link.active {
  background-color: #a6c !important;
}

.tabs-secondary {
  background-color: #a6c !important;
}

.pills-elegant .show>.nav-link {
  background-color: #2e2e2e !important;
}

.pills-elegant .nav-link.active {
  background-color: #2e2e2e !important;
}

.tabs-elegant {
  background-color: #2e2e2e !important;
}

.pills-unique .show>.nav-link {
  background-color: #880e4f !important;
}

.pills-unique .nav-link.active {
  background-color: #880e4f !important;
}

.tabs-unique {
  background-color: #880e4f !important;
}

.pills-dark-green .show>.nav-link {
  background-color: var(--green) !important;
}

.pills-dark-green .nav-link.active {
  background-color: var(--green) !important;
}

.tabs-dark-green {
  background-color: var(--green) !important;
}

.pills-mdb-color .show>.nav-link {
  background-color: #59698d !important;
}

.pills-mdb-color .nav-link.active {
  background-color: #59698d !important;
}

.tabs-mdb-color {
  background-color: #59698d !important;
}

.pills-red .show>.nav-link {
  background-color: var(--red) !important;
}

.pills-red .nav-link.active {
  background-color: var(--red) !important;
}

.tabs-red {
  background-color: var(--red) !important;
}

.pills-pink .show>.nav-link {
  background-color: #ec407a !important;
}

.pills-pink .nav-link.active {
  background-color: #ec407a !important;
}

.tabs-pink {
  background-color: #ec407a !important;
}

.pills-purple .show>.nav-link {
  background-color: #8e24aa !important;
}

.pills-purple .nav-link.active {
  background-color: #8e24aa !important;
}

.tabs-purple {
  background-color: #8e24aa !important;
}

.pills-deep-purple .show>.nav-link {
  background-color: #512da8 !important;
}

.pills-deep-purple .nav-link.active {
  background-color: #512da8 !important;
}

.tabs-deep-purple {
  background-color: #512da8 !important;
}

.pills-indigo .show>.nav-link {
  background-color: #3f51b5 !important;
}

.pills-indigo .nav-link.active {
  background-color: #3f51b5 !important;
}

.tabs-indigo {
  background-color: #3f51b5 !important;
}

.pills-blue .show>.nav-link {
  background-color: var(--blue) !important;
}

.pills-blue .nav-link.active {
  background-color: var(--blue) !important;
}

.tabs-blue {
  background-color: var(--blue) !important;
}

.pills-light-blue .show>.nav-link {
  background-color: var(--lightBlue) !important;
}

.pills-light-blue .nav-link.active {
  background-color: var(--lightBlue) !important;
}

.tabs-light-blue {
  background-color: var(--lightBlue) !important;
}

.pills-cyan .show>.nav-link {
  background-color: #00bcd4 !important;
}

.pills-cyan .nav-link.active {
  background-color: #00bcd4 !important;
}

.tabs-cyan {
  background-color: #00bcd4 !important;
}

.pills-teal .show>.nav-link {
  background-color: #00796b !important;
}

.pills-teal .nav-link.active {
  background-color: #00796b !important;
}

.tabs-teal {
  background-color: #00796b !important;
}

.pills-green .show>.nav-link {
  background-color: var(--green) !important;
}

.pills-green .nav-link.active {
  background-color: var(--green) !important;
}

.tabs-green {
  background-color: var(--green) !important;
}

.pills-light-green .show>.nav-link {
  background-color: #8bc34a !important;
}

.pills-light-green .nav-link.active {
  background-color: #8bc34a !important;
}

.tabs-light-green {
  background-color: #8bc34a !important;
}

.pills-lime .show>.nav-link {
  background-color: #afb42b !important;
}

.pills-lime .nav-link.active {
  background-color: #afb42b !important;
}

.tabs-lime {
  background-color: #afb42b !important;
}

.pills-yellow .show>.nav-link {
  background-color: #fbc02d !important;
}

.pills-yellow .nav-link.active {
  background-color: #fbc02d !important;
}

.tabs-yellow {
  background-color: #fbc02d !important;
}

.pills-amber .show>.nav-link {
  background-color: #ffa000 !important;
}

.pills-amber .nav-link.active {
  background-color: #ffa000 !important;
}

.tabs-amber {
  background-color: #ffa000 !important;
}

.pills-orange .show>.nav-link {
  background-color: #f57c00 !important;
}

.pills-orange .nav-link.active {
  background-color: #f57c00 !important;
}

.tabs-orange {
  background-color: #f57c00 !important;
}

.pills-deep-orange .show>.nav-link {
  background-color: #ff7043 !important;
}

.pills-deep-orange .nav-link.active {
  background-color: #ff7043 !important;
}

.tabs-deep-orange {
  background-color: #ff7043 !important;
}

.pills-brown .show>.nav-link {
  background-color: #795548 !important;
}

.pills-brown .nav-link.active {
  background-color: #795548 !important;
}

.tabs-brown {
  background-color: #795548 !important;
}

.pills-grey .show>.nav-link {
  background-color: #616161 !important;
}

.pills-grey .nav-link.active {
  background-color: #616161 !important;
}

.tabs-grey {
  background-color: #616161 !important;
}

.pills-blue-grey .show>.nav-link {
  background-color: #78909c !important;
}

.pills-blue-grey .nav-link.active {
  background-color: #78909c !important;
}

.tabs-blue-grey {
  background-color: #78909c !important;
}

.pills-dark .show>.nav-link {
  background-color: #212121 !important;
}

.pills-dark .nav-link.active {
  background-color: #212121 !important;
}

.tabs-dark {
  background-color: #212121 !important;
}

.pills-light .show>.nav-link {
  background-color: #e0e0e0 !important;
}

.pills-light .nav-link.active {
  background-color: #e0e0e0 !important;
}

.tabs-light {
  background-color: #e0e0e0 !important;
}

.pills-white .show>.nav-link {
  background-color: var(--white) !important;
}

.pills-white .nav-link.active {
  background-color: var(--white) !important;
}

.tabs-white {
  background-color: var(--white) !important;
}

.pills-black .show>.nav-link {
  background-color: var(--black) !important;
}

.pills-black .nav-link.active {
  background-color: var(--black) !important;
}

.tabs-black {
  background-color: var(--black) !important;
}

.btn {
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
  padding-left: 15px;
}

.btn-indigo {
  background-color: #3f51b5 !important;
  color: var(--white) !important;
}

.btn-indigo:hover {
  background-color: #4d5ec1;
}

.btn-indigo.focus,
.btn-indigo:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-indigo.active,
.btn-indigo:active,
.btn-indigo:focus {
  background-color: #252f69;
}

.btn-indigo.dropdown-toggle {
  background-color: #3f51b5 !important;
}

.btn-indigo.dropdown-toggle:focus,
.btn-indigo.dropdown-toggle:hover {
  background-color: #4d5ec1 !important;
}

.btn-indigo:not([disabled]):not(.disabled).active,
.btn-indigo:not([disabled]):not(.disabled):active,
.show>.btn-indigo.dropdown-toggle {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #252f69 !important;
}

.btn-indigo:not([disabled]):not(.disabled).active:focus,
.btn-indigo:not([disabled]):not(.disabled):active:focus,
.show>.btn-indigo.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form-check {
  padding-left: 0 !important;
}

.form-check-input[type="radio"]:checked+label,
.form-check-input[type="radio"]:not(:checked)+label,
label.btn input[type="radio"]:checked+label,
label.btn input[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 1.5625rem;
  line-height: 1.5625rem;
  -webkit-transition: 0.28s ease;
  -o-transition: 0.28s ease;
  transition: 0.28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-check-input[type="radio"]+label:after,
.form-check-input[type="radio"]+label:before,
label.btn input[type="radio"]+label:after,
label.btn input[type="radio"]+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: 0.28s ease;
  -o-transition: 0.28s ease;
  transition: 0.28s ease;
}

.form-check-input[type="radio"].with-gap:checked+label:after,
.form-check-input[type="radio"].with-gap:checked+label:before,
.form-check-input[type="radio"]:checked+label:after,
.form-check-input[type="radio"]:checked+label:before,
.form-check-input[type="radio"]:not(:checked)+label:after,
.form-check-input[type="radio"]:not(:checked)+label:before,
label.btn input[type="radio"].with-gap:checked+label:after,
label.btn input[type="radio"].with-gap:checked+label:before,
label.btn input[type="radio"]:checked+label:after,
label.btn input[type="radio"]:checked+label:before,
label.btn input[type="radio"]:not(:checked)+label:after,
label.btn input[type="radio"]:not(:checked)+label:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.form-check-input[type="radio"]:not(:checked)+label:after,
.form-check-input[type="radio"]:not(:checked)+label:before,
label.btn input[type="radio"]:not(:checked)+label:after,
label.btn input[type="radio"]:not(:checked)+label:before {
  border: 2px solid #5a5a5a;
}

.form-check-input[type="radio"]:not(:checked)+label:after,
label.btn input[type="radio"]:not(:checked)+label:after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.form-check-input[type="radio"]:checked+label:before,
label.btn input[type="radio"]:checked+label:before {
  border: 2px solid transparent;
}

.form-check-input[type="radio"].with-gap:checked+label:after,
.form-check-input[type="radio"].with-gap:checked+label:before,
.form-check-input[type="radio"]:checked+label:after,
label.btn input[type="radio"].with-gap:checked+label:after,
label.btn input[type="radio"].with-gap:checked+label:before,
label.btn input[type="radio"]:checked+label:after {
  border: 2px solid var(--blue);
}

.form-check-input[type="radio"].with-gap:checked+label:after,
.form-check-input[type="radio"]:checked+label:after,
label.btn input[type="radio"].with-gap:checked+label:after,
label.btn input[type="radio"]:checked+label:after {
  background-color: var(--blue);
}

.form-check-input[type="radio"]:checked+label:after,
label.btn input[type="radio"]:checked+label:after {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.form-check-input[type="radio"].with-gap:checked+label:after,
label.btn input[type="radio"].with-gap:checked+label:after {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.form-check-input[type="radio"].with-gap:disabled:checked+label:before,
label.btn input[type="radio"].with-gap:disabled:checked+label:before {
  border: 2px solid rgba(0, 0, 0, 0.46);
}

.form-check-input[type="radio"].with-gap:disabled:checked+label:after,
label.btn input[type="radio"].with-gap:disabled:checked+label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.46);
}

.form-check-input[type="radio"]:disabled:checked+label:before,
.form-check-input[type="radio"]:disabled:not(:checked)+label:before,
label.btn input[type="radio"]:disabled:checked+label:before,
label.btn input[type="radio"]:disabled:not(:checked)+label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.46);
}

.form-check-input[type="radio"]:disabled+span,
label.btn input[type="radio"]:disabled+span {
  color: rgba(0, 0, 0, 0.46);
}

.form-check-input[type="radio"]:disabled:not(:checked)+span:before,
label.btn input[type="radio"]:disabled:not(:checked)+span:before {
  border-color: rgba(0, 0, 0, 0.46);
}

.form-check-input[type="radio"]:disabled:checked+span:after,
label.btn input[type="radio"]:disabled:checked+span:after {
  background-color: rgba(0, 0, 0, 0.46);
  border-color: #bdbdbd;
}

.form-check-input[type="radio"]:checked+label:after .disabled-material,
label.btn input[type="radio"]:checked+label:after .disabled-material {
  background-color: rgba(66, 133, 244, 0.2);
}

.form-check-label {
  margin-right: 0 !important;
}

.md-disabled::after {
  background-color: rgba(66, 133, 244, 0.5) !important;
  border-color: rgba(66, 133, 244, 0.2) !important;
}

.md-disabled::before {
  border-color: rgba(66, 133, 244, 0.25) !important;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form-check-input[type="checkbox"]+label,
label.btn input[type="checkbox"]+label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  height: 1.5625rem;
  line-height: 1.5625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
}

.form-check-input[type="checkbox"]+label:before,
.form-check-input[type="checkbox"]:not(.filled-in)+label:after,
label.btn input[type="checkbox"]+label:before,
label.btn input[type="checkbox"]:not(.filled-in)+label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #8a8a8a;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  margin-top: 3px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form-check-input[type="checkbox"]:not(.filled-in)+label:after,
label.btn input[type="checkbox"]:not(.filled-in)+label:after {
  border: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.form-check-input[type="checkbox"]:not(:checked):disabled+label:before,
label.btn input[type="checkbox"]:not(:checked):disabled+label:before {
  border: none;
  background-color: #bdbdbd;
}

.form-check-input[type="checkbox"]:checked+label:before,
label.btn input[type="checkbox"]:checked+label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 1.375rem;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.form-check-input[type="checkbox"]:checked:disabled+label:before,
label.btn input[type="checkbox"]:checked:disabled+label:before {
  border-right: 2px solid #bdbdbd;
  border-bottom: 2px solid #bdbdbd;
}

.form-check-input[type="checkbox"]:indeterminate+label:before,
label.btn input[type="checkbox"]:indeterminate+label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 1.375rem;
  border-top: none;
  border-left: none;
  border-right: 2px solid var(--blue);
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.form-check-input[type="checkbox"]:indeterminate:disabled+label:before,
label.btn input[type="checkbox"]:indeterminate:disabled+label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.46);
  background-color: transparent;
}

.form-check-input[type="checkbox"].filled-in+label:after,
label.btn input[type="checkbox"].filled-in+label:after {
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
}

.form-check-input[type="checkbox"].filled-in+label:after,
.form-check-input[type="checkbox"].filled-in+label:before,
label.btn input[type="checkbox"].filled-in+label:after,
label.btn input[type="checkbox"].filled-in+label:before {
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
    height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  -o-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
    height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
    height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}

.form-check-input[type="checkbox"].filled-in:not(:checked)+label:before,
label.btn input[type="checkbox"].filled-in:not(:checked)+label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.form-check-input[type="checkbox"].filled-in:not(:checked)+label:after,
label.btn input[type="checkbox"].filled-in:not(:checked)+label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0;
  z-index: 0;
}

.form-check-input[type="checkbox"].filled-in:checked+label:before,
label.btn input[type="checkbox"].filled-in:checked+label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.form-check-input[type="checkbox"].filled-in:checked+label:after,
label.btn input[type="checkbox"].filled-in:checked+label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #a6c;
  background-color: #a6c;
  z-index: 0;
}

.form-check-input[type="checkbox"].filled-in.filled-in-danger:checked+label:after,
label.btn input[type="checkbox"].filled-in.filled-in-danger:checked+label:after {
  background-color: #f44336;
  border-color: #f44336;
}

.form-check-input[type="checkbox"]:disabled:not(:checked)+label:before,
label.btn input[type="checkbox"]:disabled:not(:checked)+label:before {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}

.form-check-input[type="checkbox"]:disabled:not(:checked)+label:after,
label.btn input[type="checkbox"]:disabled:not(:checked)+label:after {
  border-color: #bdbdbd;
  background-color: #bdbdbd;
}

.form-check-input[type="checkbox"]:disabled:checked+label:before,
label.btn input[type="checkbox"]:disabled:checked+label:before {
  background-color: transparent;
}

.form-check-input[type="checkbox"]:disabled:checked+label:after,
label.btn input[type="checkbox"]:disabled:checked+label:after {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}

.fb-ic i,
.gplus-ic i,
.li-ic i,
.ins-ic i {
  font-size: 16px;
  font-weight: normal;
}

.fb-ic:hover i {
  color: #4e598f;
}

.gplus-ic:hover i {
  color: #cf4c3c;
}

.li-ic:hover i {
  color: #4376b1;
}

.ins-ic:hover i {
  color: #6c27b3;
}

.home-humility {
  text-align: center;
}

.home-fa-twitter {
  margin-left: 2em;
}

.big-icon {
  font-size: 50px;
}

.btn-circle {
  /*-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);*/
  /*box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);*/
  width: 47px;
  height: 47px;
  /*position: relative;*/
  /*z-index: 1;*/
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*margin: 10px;*/
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  border: 0;
}

.btn-circle i {
  font-size: 1.25rem;
  line-height: 47px;
  display: inline-block;
  width: inherit;
  text-align: center;
  color: var(--white);
}

.btn-circle:hover {
  /*-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);*/
  /*box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)*/
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-circle:before {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.btn-circle.btn-sm {
  width: 36px;
  height: 36px;
}

.btn-circle.btn-sm i {
  font-size: 0.95em;
  line-height: 36px;
}

.btn-circle.btn-lg {
  width: 61px;
  height: 61px;
}

.btn-circle.btn-lg i {
  font-size: 1.6rem;
  line-height: 61px;
}

.btn-social i {
  font-size: 1.4em !important;
}

.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook:visited,
.btn-facebook {
  background: #0073bd;
}

.btn-facebook:hover {
  background: #015a93;
}

.btn-google-plus:active,
.btn-google-plus:focus,
.btn-google-plus:visited,
.btn-google-plus {
  background: #0095ca;
}

.btn-google-plus:hover {
  background: #027fab;
}

.btn-twitter:active,
.btn-twitter:focus,
.btn-twitter:visited,
.btn-twitter {
  background: #00b9d7;
}

.btn-twitter:hover {
  background: #02a5bf;
}

.navbar-nav,
.m-menu__nav {
  padding: 0 !important;
}

.btn-rounded {
  -webkit-border-radius: 10em;
  border-radius: 10em;
}

.SlideIn-appear {
  /*transform: translateX(30px);*/
  opacity: 0;
}

.SlideIn-appear.SlideIn-appear-active {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.6s linear;
}

.SlideIn-enter {
  opacity: 0;
  transform: translateX(30px);
}

.SlideIn-enter.SlideIn-enter-active {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.2s linear 0.4s;
}

.SlideIn-leave {
  opacity: 1;
  transform: translateX(0);
}

.SlideIn-leave.SlideIn-leave-active {
  opacity: 0;
  position: absolute;
  width: 100%;
  transform: translateX(-30px);
  transition: all 0.2s linear;
}

.dropdown-menu>.dropdown-item:hover i,
.dropdown-menu>.dropdown-item:hover,
.dropdown-menu>li>a:hover {
  background: var(--lightBlue);
  color: var(--white) !important;
}

.page-banner {
  width: 100%;
}

.page-banner {}

.hvr-fade-j {
  margin: 7px;
  display: inline-block;
  /*border: 1px solid red;*/
}

.hvr-fade-j img {
  /*opacity: 1;*/
  display: inline-block;
  transition: all ease-in-out 1.5s;
  -moz-transition: all ease-in-out 1.5s;
  -webkit-transition: all ease-in-out 1.5s;
}

.hvr-fade-j img.hover-dl {
  display: none;
  transition: all ease-in-out 1.5s;
  -moz-transition: all ease-in-out 1.5s;
  -webkit-transition: all ease-in-out 1.5s;
}

.hvr-fade-j:hover img {
  /*opacity: 0;*/
  display: none;
}

.hvr-fade-j:hover img.hover-dl {
  /*opacity: 1;*/
  display: inline-block;
}

.tab-wrapper {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
  padding: 15px 0;
}

.tab-nav {
  border-bottom: 0;
  margin-left: 15px;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
}

.nav-tabs .nav-link,
.home-tab {
  font-size: 15px;
  padding: 10px 15px;
  border: 0;
}

.nav-tabs .nav-link:hover,
.home-tab:hover {
  color: var(--lightBlue) !important;
}

.nav-tabs .nav-link.active,
.home-tab.active {
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: var(--white);
  border: 0;
  /*border-color: transparent transparent #00b9d7;*/
}

.home-cat-image {
  width: 112px;
}

.svg-category {}

.svg-category:hover img {
  opacity: 0.7;
}

.underline {
  background: transparent url("./../images/header_bg.jpg") no-repeat center bottom;
}

.btn {
  font-family: "Vazir FD WOL", sans-serif, arial, Tahoma;
  font-size: 16px;
  font-weight: bold;
}

.home-popular-list .btn {
  font-size: 14px;
  font-weight: bold;
}

.most-pop-item {}

.most-pop-item .cover {
  height: 293px;
}

.most-pop-item .mask {
  opacity: 0;
  background: var(--white);
  background: rgba(255, 255, 255, 0.8);
  /*padding: 7px;*/
  color: #333;
}

.most-pop-item:hover .mask {
  opacity: 1;
}

.most-pop-item .title {
  color: #555;
  font-weight: bold;
}

.most-pop-item .btn {
  /*margin: 7px;*/
}

.most-pop-item .logo {
  width: 60px;
  height: 60px;
  margin: auto;
  border: 1px solid #999;
  z-index: 1009;
}

.video-react .video-react-big-play-button {
  top: 48%;
  left: 48%;
}

.pag-title {
  color: #555;
  font-weight: bold;
}

.sitemap {}

.sitemap .list-group-item a {
  font-weight: bold;
  color: #32039e;
}

.sitemap .list-group-item a:hover,
.sitemap .list-group-item.active a:hover {
  color: var(--lightBlue);
}

.sitemap .list-group-item.active a {
  color: var(--white);
}

.my-map-marker {
  position: absolute;
  width: 32px;
  height: 32px;
  left: -16px;
  top: -32px;
  /*border: 5px solid #f44336;*/
  /*border-radius: 50px;*/
  /*background-color: white;,*/
  text-align: center;
  color: #3f51b5;
  font-size: 16px;
  font-weight: bold;
  padding: 4px;
  /*background: url("../images/icon/marker.svg")  no-repeat;*/
  background: url("../images/map-icon.png") no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.my-map-marker2 {
  position: absolute;
  width: 64px;
  height: 64px;
  left: -32px;
  top: -64px;
  /*border: 5px solid #f44336;*/
  /*border-radius: 50px;*/
  /*background-color: white;,*/
  text-align: center;
  color: #3f51b5;
  font-size: 16px;
  font-weight: bold;
  padding: 4px;
  background: url("../images/icon/marker.svg") no-repeat;
  /*background: url("../images/marker.png")  no-repeat;*/
  background-position: center;
  background-size: auto 100%;
}

.my-map-marker>span {
  display: none;
}

.my-map-marker2>span {
  position: absolute;
  width: 150px;
  height: 27px;
  left: -60%;
  top: -25px;
  padding: 2px 5px;
  white-space: nowrap;
  border: 1px solid #f44336;
  background-color: white;
  font-family: "Vazir FD WOL", sans-serif, arial;
  /*display: none;*/
}

.page-loader {
  margin: 20% auto;
}

.section-loader {
  margin: 50px auto;
}

.contact-page-header {
  background-repeat: no-repeat;
  background-position: center 50%;
  background-size: 100% auto;
  color: var(--white);
}

.contact-page-header .pag-title {
  color: var(--white);
}

.list-flat,
.list-flat li {
  border-color: transparent;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent !important;
  background-image: none !important;
  color: rgb(0, 0, 0) !important;
}

.md-form {
  margin-bottom: 15px;
}

.md-form .prefix~label {
  margin-right: 2.5rem;
  margin-left: 0;
}

.md-form .prefix~input,
.md-form .prefix~textarea {
  margin-right: 2.5rem;
  margin-left: 0;
}

.md-form label {
  left: 0;
  right: auto;
}

.input-group-addon {
  display: inline-block;
  width: 40px;
}

.validate-form {}

.invalid-feedback,
.validate-form .invalid-feedback {
  display: block;
  width: 100%;
  margin-top: 0;
  /*margin-right: 36px;*/
  font-size: 75%;
  color: #dc3545;
  padding: 0;
  text-align: justify;
}

.validate-form .md-form {
  margin-bottom: 10px;
}

.step-normal {
  padding: 0;
  margin: 0 0 0 10px;
  border: 1px solid transparent;
}

.step-error {
  border: 1px solid #dc3545;
}

/*---------------------------*/

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-bottom-color: transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-title {
  font-size: 16px;
  padding: 5px 0;
  margin: 0;
}

.is-invalid {
  border-radius: 0;
  border-bottom: 1px solid var(--red) !important;
  -webkit-box-shadow: 0 1px 0 0 var(--red) !important;
  box-shadow: 0 1px 0 0 var(--red) !important;
}

.invalid-feedback {
  padding-right: 30px;
}

.breadcrumb {
  background: var(--white) !important;
}

.radios-5 {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  /*overflow: hidden;*/
}

.radios-10 {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  overflow: hidden;
}

.radios-50p {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  overflow: hidden;
}

.user-massage-btn {
  padding: 5px 25px;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
}

/*tabs*/

.portlet {
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0;
  border-radius: 4px;
}

.portlet.light {
  padding: 12px 20px 15px;
  background-color: var(--white);
}

.portlet>.portlet-title {
  border-bottom: 1px solid #eee;
  padding: 0;
  margin-bottom: 10px;
  min-height: 41px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.portlet.light>.portlet-title {
  padding: 0;
  min-height: 48px;
}

.portlet>.portlet-title>.nav-tabs {
  background: 0 0;
  margin: 1px 0 0;
  float: left;
  display: inline-block;
  border: 0;
}

.panel>.portlet-title {
  /*border-bottom: 1px solid #eee;*/
  padding: 15px 15px 0;
}

.panel>.portlet-title>.nav.nav-tabs {
  /*margin: 0;*/
  /*padding: 0;*/
}

.panel>.portlet-title>.nav-tabs>.nav-item {
  /*background: red;*/
}

.panel>.portlet-title>.nav-tabs>.nav-item>a {
  background: 0 0;
  border: 0 !important;
  border-bottom: 4px solid transparent !important;
  padding: 7px 30px;
  color: #333 !important;
}

.panel>.portlet-title>.nav-tabs>.nav-item>a.active {
  /*background: 0 0;*/
  background-color: #e4e4e4 !important;
  border: 0 !important;
  border-bottom: 4px solid var(--lightBlue) !important;
}

.panel>.portlet-title>.nav-tabs>.nav-item>a:hover {
  color: #666 !important;
  border-bottom: 4px solid #999 !important;
}

.panel>.portlet-title>.nav-tabs>.nav-item>a.disabled {
  color: #999 !important;
}

.portlet-body {}

.md-form1 {
  position: relative;
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  border-bottom: 1px solid #ced4da;
}

.md-form1>* {
  /*display: inline-block;*/
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  /*margin-right: .75rem;*/
}

.md-form1>*:first-child {
  margin-right: 0;
}

.md-form1 label {
  display: inline-block;
  font-weight: lighter;
  /*margin-right: 0 !important;*/
}

.md-form1 label i {
  margin-right: 5px;
  margin-left: 10px;
}

.md-form1 .form-static-value {
  padding: 20px 10px 5px;
  color: #333;
  font-weight: bold;
}

/*----*/

.imgPreview {
  text-align: center;
  margin: 5px;
  padding: 5px;
  min-height: 200px;
  width: 100%;
  display: inline-block;
  border: 1px solid #ced4da;
}

.imgPreview>img {
  width: 100%;
  height: auto;
}

.back-btn {
  padding: 3px 8px;
  margin-right: 6px;
  background: transparent !important;
}

.back2-btn>i,
.back-btn>* {
  color: var(--lightBlue) !important;
}

.back-btn:hover {
  text-decoration: none;
}

.back-btn:hover>* {
  color: #666 !important;
}

.color-default {
  color: var(--lightBlue) !important;
}

.back2-btn {
  padding: 0 0 0 7px;
  margin: 0;
}

.user-header {
  margin-top: 6px !important;
}

.user-header>img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  overflow: hidden;
}

.login-container {
  margin-top: 100px;
  margin-bottom: 150px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.text-blue {
  color: var(--lightBlue);
}

/*================= Farabazaar =============*/

.save-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.gray-box {
  background-color: #f1f5f7;
  border: 0;
  height: 100%;
  border-radius: 5px;
}

.Toastify * {
  font-family: "Vazir FD WOL", Tahoma;
  direction: rtl !important;
  text-align: right;
}

.page-title {
  font-size: 24px;
  font-weight: bold;
  color: #2e5181;
  display: inline-block;
  border-bottom: 2px solid var(--lightBlue);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid,
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-position: center left calc(0.375em + 0.1875rem);
  padding-right: 0.75rem;
  padding-left: calc(1.5em + 0.75rem);
}

.invalid-feedback {
  padding-right: 0;
  padding-left: 30px;
}

.page-breadcrumb>div {
  background-color: transparent !important;
  padding: 15px 0 0 0;
}

.jumbotron {
  padding: 5rem 0 1rem;
  background-color: var(--white);
  border-bottom: 1px solid #f5f5f5;
}

.btn-blue2:visited,
.btn-blue2:link,
.btn-blue2:active,
.btn-blue2 {
  color: var(--white);
  background: var(--lightBlue);
  border: 0;
}

.btn-blue2:hover {
  color: var(--white) !important;
  background: var(--darkBlue);
}

.btn-greens:visited,
.btn-greens:link,
.btn-greens:active,
.btn-greens {
  color: var(--white) !important;
  background: var(--green);
  border: 0;
}

.btn-greens:hover {
  color: var(--black) !important;
  background: #7ad14e;
}

.btn-blue:visited,
.btn-blue:link,
.btn-blue:active,
.btn-blue {
  color: var(--white) !important;
  background: var(--blue);
  border: 0;
}

.btn-blue:hover {
  color: var(--white) !important;
  background: var(--blue);
}

.btn-blue:not(:disabled):not(.disabled):active {
  background-color: var(--blue);
}

.btn-outline-blue:visited,
.btn-outline-blue:link,
.btn-outline-blue:active,
.btn-outline-blue {
  color: var(--blue) !important;
  border: 2px solid var(--blue) !important;
}

.btn-outline-blue:hover {
  color: var(--white) !important;
  background: var(--blue);
}

.btn-outline-blue:not(:disabled):not(.disabled):active {
  background-color: var(--blue);
}

.btn-outline-light-blue:visited,
.btn-outline-light-blue:link,
.btn-outline-light-blue:active,
.btn-outline-light-blue {
  color: var(--lightBlue) !important;
  border: 2px solid var(--lightBlue) !important;
}

.btn-outline-light-blue:hover {
  color: var(--white) !important;
  background: var(--lightBlue);
}

.btn-outline-light-blue:not(:disabled):not(.disabled):active {
  background-color: var(--lightBlue);
}

.btn-light-blue:visited,
.btn-light-blue:link,
.btn-light-blue:active,
.btn-light-blue {
  color: var(--white) !important;
  background: var(--lightBlue);
  border: 0;
}

.btn-light-blue:hover {}

.btn-light-blue:not(:disabled):not(.disabled):active {
  background-color: var(--lightBlue);
}

.btn-gray:visited,
.btn-gray:link,
.btn-gray:active,
.btn-gray {
  color: var(--white) !important;
  background: var(--gray);
  border: 0;
}

.btn-gray:hover {
  color: var(--black) !important;
  background: var(--gold);
}

.btn-gray:not(:disabled):not(.disabled):active {
  background-color: var(--gray);
}

.btn-white:visited,
.btn-white:link,
.btn-white:active,
.btn-white {
  color: var(--blue) !important;
  background: var(--white);
  border: 0;
}

.btn-white:hover {
  color: var(--white) !important;
  background: var(--blue);
}

.star-container {
  background-color: var(--darkBlue);
  margin: 1px;
  padding: 2px !important;
}

.width-100 {
  width: 100px;
}

.width-200 {
  width: 200px;
}

.w-fit {
  width: fit-content;
}

.h-35 {
  height: 35px;
}

/*================= footer =============*/

.page-footer {
  color: #acacac;
  background-color: var(--darkBlue);
}

.page-footer.font-small {
  /*font-size: 0.8em;*/
}

.page-footer .border-top-footer {
  font-family: "Roboto", sans-serif, arial;
  background-color: var(--darkBlue);
  /*padding: 15px;*/
}

a.footer-all-link,
a.footer-all-link:link,
a.footer-all-link:active,
a.footer-all-link:visited {
  color: var(--white);
  font-size: 1.2em;
}

a.footer-item-link,
a.footer-item-link:link,
a.footer-item-link:active,
a.footer-item-link:visited {
  color: #aeaeae;
}

a.footer-all-link:hover,
a.footer-item-link:hover {
  color: var(--lightBlue);
  text-decoration: none;
}

.page-footer .socials-list {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  /*display: inline-block;*/
}

.page-footer .socials-list li {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}

.page-footer .socials-list li a {
  margin: 0 7px;
}

.page-footer .socials-list li a img {
  width: 32px;
  height: auto;
}

.page-footer .socials-list li a:hover {
  text-decoration: none;
}

.page-footer .socials-list li a:hover img {
  opacity: 0.7;
}

.footer-menu {
  padding: 0;
  margin: 0;
}

.footer-menu li {
  color: var(--gold);
}

.footer-menu li a:active,
.footer-menu li a:link,
.footer-menu li a:visited,
.footer-menu li a {
  color: #aeaeae;
}

.footer-menu li a:hover {
  color: #38a3f9;
}

.background-silver {
  background-color: #f3f6f9;
}

/*----banner -------*/

.banner {
  width: 100%;
  min-height: 700px;
  background: var(--white);
  overflow-x: hidden;
  background: url("./../../assets/images/banner/damavand-2.jpg") no-repeat center center;
}

.home-banner {
  height: calc(100vh - 80px);
  background-image: linear-gradient(to bottom right, #1E9DE7, #003D69);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  padding-left: 160px;
  padding-right: 160px;
}

.home-banner::before {
  content: "";
  width: 130px;
  height: 370px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/circles.svg);
  position: absolute;

}

.home-banner::after {
  content: "";
  width: 130px;
  height: 370px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/circles.svg);
  position: absolute;

}

.home-banner>.rect {
  position: absolute;
  height: 80px;
  width: 100%;
  background-color: #29ABF2;
  opacity: 0.5;
  bottom: -40px;
}

.home-banner-title {
  font-weight: bold;
  font-size: 48px;
}

.home-banner-description {
  font-weight: normal;
  font-size: 32px;
}

.home-banner>.row>div {
  max-width: 680px;
}

.home-banner-wrapper {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 200px;
}

.banner-container {
  /*padding-top: 250px;*/
}

.banner-poem {
  position: absolute;
  top: 200px;
  left: 100px;
  width: 300px;
  height: 400px;
  z-index: 99;
  color: var(--white);
  font-family: "Vazir FD WOL", sans-serif, arial;
  /*font-family: "Courier New","Vazir FD WOL", sans-serif, arial;*/
  font-size: 1.2rem;
  direction: rtl;
  font-weight: 500;
  text-shadow: 3px 0 3px rgba(0, 0, 0, 0.7);
  line-height: 3rem;
}

.banner-caption {
  width: 700px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 30px auto 50px;
}

.banner-search {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.banner-search .search-input {
  border-radius: 5px;
  text-align: right;
  color: #565656;
  background-color: rgba(255, 255, 255, 0.2);
  width: calc(100% - 130px);
  height: 40px;
}

.banner-search .btn {
  width: 120px;
  height: 40px;
  color: var(--black);
}

.banner-textaria {
  width: 100%;
  height: 150px;
  margin: 20px 0 30px;
  padding: 7px;
  border-radius: 5px;
  text-align: right;
  color: var(--black);
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 1.2rem;
}

.banner-btn-wrapper {
  display: grid;
  grid-template-areas: "start complaint comment";
  grid-template-columns: 30% 190px 190px;
  grid-gap: 10px;
}

.complaint {
  grid-area: complaint;
}

.comment {
  grid-area: comment;
}

.banner-btn-wrapper .btn {
  padding: 8px 0 !important;
  height: 40px;
}

.why-farabazaar,
.home-main-category {
  padding-top: 80px;
  background-color: #F3F3F3;
  color: #303030;
}

.why-farabazaar .d-flex,
.home-main-category .d-flex {
  padding-bottom: 40px;
}

.why-farabazaar .text-center>div>p {
  font-weight: normal;
  font-size: 28px;
  line-height: 1.4;
  color: #585858;
  padding-top: 40px;
  padding-bottom: 64px;
}

.home-main-category .tile {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 10px;
  border: 2px solid var(--gold);
  color: #585858;
  margin-bottom: 20px;
}

.home-main-category .tile>img {
  padding-left: 10px;
}

.complain-comment-call-to-action {
  background-color: #F3F3F3;
  padding-left: 100px;
  padding-right: 100px;
}

.complain-comment-call-to-action:first-child {
  padding-top: 80px;
}

.complain-comment-call-to-action>div {
  padding-bottom: 80px;
}

.complain-comment-call-to-action .title {
  font-weight: bold;
  font-size: 32px;
}

.complain-comment-call-to-action::before {
  content: "";
  width: 70px;
  height: 730px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/gray-circles.svg);
  position: absolute;
}

.complain-comment-call-to-action::after {
  content: "";
  width: 70px;
  height: 730px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/gray-circles.svg);
  position: absolute;
}

.home-banner {
  position: relative;
}

.home-banner-slider {
  margin-top: 75px;
}

.popular-comments .slick-card {
  border: 3px solid #F95D3B;
}

.testimony .slick-card {
  border: 3px solid;
  border-color: var(--gold);
}

.testimony {
  color: #303030;
  padding-top: 80px;
  padding-bottom: 140px;
}

.popular-comments {
  color: var(--darkBlue);
  padding-top: 80px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.testimony>div:first-child,
.popular-comments>div:first-child {
  margin-left: 30px;
  margin-right: 30px;
}

.latest-comments {
  color: var(--lightBlue);
  padding-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.latest-complaints {
  color: var(--darkBlue);
  padding-top: 80px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.testimony .latest-slick-title,
.why-farabazaar .latest-slick-title,
.home-main-category .latest-slick-title,
.popular-comments .latest-slick-title,
.latest-comments .latest-slick-title,
.latest-complaints .latest-slick-title {
  margin-left: auto;
  font-weight: bold;
  font-size: 32px;
  color: inherit;
}

.testimony .latest-slick-view,
.popular-comments .latest-slick-view,
.latest-comments .latest-slick-view,
.latest-complaints .latest-slick-view {
  font-weight: normal;
  font-size: 24px;
  color: inherit;
}

.slick-slider>.slick-arrow::before {
  color: #585858;
}

.home-banner-slider .slick-arrow:before {
  font-size: 26px;
  opacity: 0.2;
  color: var(--black);
}

.home-banner-slider .slick-arrow.slick-prev {
  left: 20px;
  z-index: 99;
}

.home-banner-slider .slick-arrow.slick-next {
  right: 20px;
  z-index: 98;
}

.home-banner-slider .slick-dots {
  bottom: 20px;
}

.home-banner-slider .slick-dots>li {}

.home-banner-slider .slick-dots>li>button {}

.home-banner-slider .slick-dots>li>button:before {
  font-size: 11px;
  color: var(--white);
  opacity: 0.5;
}

.home-banner-slider .slick-dots>li>button:hover {}

.home-banner-slider .slick-dots>li.slick-active>button:before {
  color: var(--black);
  opacity: 0.5;
}

.home-banner-container {}

.home-banner-images {}

.home-banner-overlay {
  position: absolute;
  bottom: 10%;
  left: 0;
}

.banner-poem2-empty,
.banner-poem2 {
  z-index: 99;
  color: var(--white);
  font-family: "Vazir FD WOL", sans-serif, arial;
  /*font-family: "Courier New","Vazir FD WOL", sans-serif, arial;*/
  font-size: 1.2rem;
  direction: rtl;
  font-weight: 500;
  text-shadow: 3px 0px 3px rgba(0, 0, 0, 0.7);
  line-height: 3rem;
  width: 400px;
  /*height: 300px;*/
  /*border: 1px solid green;*/
}

/* search */

.header-search-btn {
  text-decoration: none;
  cursor: pointer;
  padding: 0 !important;
}

.header-search-btn:hover {
  text-decoration: none;
}

.search-modal {}

.search-modal .modal-content {
  /*padding: 0;*/
  border: none;
  background-color: transparent;
}

.search-modal .modal-content .search-page {
  /*direction: rtl;*/
}

.search-page .search-bar,
.search-modal .modal-content .search-bar {
  background-color: var(--white);
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.search-page .search-bar {
  width: 100%;
  padding: 15px;
  border: 1px solid #f5f5f5;
}

.search-close {
  padding: 3px;
  margin: 0 15px 0 0;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.search-close:hover {
  text-decoration: none;
}

.search-close i {
  font-size: 1.5rem;
  line-height: 1.2rem;
}

.search-page .input-group,
.search-modal .modal-content .input-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #f3f6f9;
}

.search-page .search-box-container,
.search-modal .modal-content .search-box-container {
  display: block;
  text-align: right;
  width: calc(100% - 105px);
  height: 50px;
}

.search-page .search-input,
.search-modal .modal-content .search-input {
  background-color: #f3f6f9;
  color: #333;
  width: 100%;
  height: 50px;
  border: none;
  box-shadow: none;
  direction: rtl;
  padding: 0 7px;
}

.search-page .search-input:focus,
.search-modal .modal-content .search-input:focus {
  border: none;
  outline-offset: 0 !important;
  outline: -webkit-focus-ring-color auto 0;
}

.search-btn {
  width: 100px;
  height: 50px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.search-btn:hover {}

.search-box-suggestions {
  background-color: var(--white);
  color: #5e5e5e;
  direction: rtl;
  z-index: 101;
  width: 100%;
  position: absolute;
  right: 0;
  left: auto;
}

.search-box-suggestions-open {
  -webkit-box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

.search-box-suggestions-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.search-box-suggestions-list>li {
  margin: 0;
  list-style: none;
  padding: 7px;
  border-bottom: 1px solid #cccccc;
}

.search-loader {
  margin: 5px;
}

.search-category-select {
  /*width: 100px;*/
  display: flex;
  padding: 0 10px;
  height: 50px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.search-page .dropdown-menu {
  width: 200px;
}

.search-page .dropdown-menu.show {}

.search-page .search-bar button.dropdown-item {
  color: #5e5e5e;
  background-color: var(--white);
  width: 100%;
  height: 40px;
  border: 0 !important;
  text-align: right;
  padding: 5px;
  font-size: 13px;
}

.search-page .search-bar button.dropdown-item:hover {
  color: var(--white);
  background-color: var(--lightBlue);
  margin: 0;
}

.search-category-title {
  font-size: 16px;
  font-weight: bold;
}

.search-item-title-link {
  font-size: 15px;
}

.search-item-title-link:hover {}

/* statistic */

.statistic-wrapper {
  text-align: center;
  margin: 20px 0;
}

.statistic-wrapper .card {
  text-align: center;
}

.statistic-icon {
  width: 120px;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.statistic-card-title {
  font-size: 30px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #565656;
}

.statistic-card-text {
  font-size: 14px;
  padding: 0 0 10px;
  color: #565656;
}

.about-wrapper {
  margin: 10px 0;
}

.about-image {
  width: 100%;
  height: auto;
}

.about-title {
  color: #565656;
  font-size: 24px;
}

.complain-des {
  overflow: hidden;
  text-align: justify;
  color: #565656;
  border-right: 5px solid var(--darkBlue);
  margin-right: 40px;
  padding-right: 10px;
  font-size: 14px;
}

.comment-des {
  overflow: hidden;
  text-align: justify;
  color: #565656;
  border-right: 5px solid var(--lightBlue);
  margin-right: 40px;
  padding-right: 10px;
  font-size: 14px;
}

.about-btn {
  margin-top: 0 !important;
}

.brand-card {
  width: 100%;
  /*height: 70px;*/
  color: #565656;
  font-size: 14px;
  background-color: var(--white);
  margin: 7px 0;
  padding: 0 10px;
  border-radius: 5px;
  overflow: hidden;
  /*-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);*/
  /*-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);*/
  /*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);*/
  -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05),
    0 1px 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05),
    0 1px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.15);
}

.brand-card-text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.brand-card-text>h3 {
  font-size: 1.1em;
  margin: 0 10px;
}

.brand-card>div>div {
  vertical-align: middle;
}

.brand-logo {
  /* height: 70px; */
  width: auto;
  vertical-align: middle;
  margin-top: 10px;
  margin-bottom: 10px;
}

.brand-updown {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.brand-updown>i {
  font-size: 24px;
}

.brand-updown>.first {
  display: contents;
}

.brand-percent {
  font-size: 22px;
  font-weight: bold;
  color: #777;
  line-height: 39px;
  margin-top: 5px;
}

.color-green {
  color: var(--green) !important;
}

.color-red {
  color: var(--red);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.home-brand-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  padding-bottom: 5px;
}

.home-brand-chart {
  direction: ltr;
  width: 100%;
  /* height: 460px; */
  color: #565656;
  font-size: 14px;
  background-color: var(--white);
  margin: 7px 0;
  /*padding: 5px 10px;*/
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  /*-webkit-box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);*/
  /*-moz-box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);*/
  /*box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);*/
  -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05),
    0 1px 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05),
    0 1px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.15);
}

.home-brand-chart .recharts-wrapper {
  padding: 10px 0 10px 0;
  /*width: 100%;*/
  /*display: inline-block;*/
}

.home-brand-chart .recharts-default-legend {
  padding-top: 10px !important;
}

.blog-card,
.slick-card {
  margin: 6px 3px;
  height: 190px;
  border: 1px solid;
  text-align: justify;
  border-color: inherit;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

.complain-card {
  margin: 7px 7px 20px;
  padding: 0 7px;
  color: #565656;
  border: none;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

.blog-card.blog,
.complain-card.complain {
  height: calc(100% - 20px);
  margin: 0 0 20px;
  padding: 0;
  color: #565656;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

.complain-card.complain:hover {
  box-shadow: 0 0 10px 0;
  /* border: 1px solid var(--red); */
  /* background-color: #fd9185; */
}

.complain-card.complain .card-body {
  padding: 0;
}

.pull-left {
  float: left;
}

.blog-header,
.complain-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0.5rem;
}

.complain-card.complain .complain-header .complain-label {
  border: 1px solid;
  border-radius: 5px;
  padding: 0 5px;
}

.blog-card.blog .blog-header,
.complain-card.complain .complain-header {
  color: var(--white);
}

.complain-card.complain .complain-header {
  background-color: var(--blue);
}

.complain-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}

.complain-header i {
  font-size: 20px;
  margin-left: 5px;
  line-height: 15px;
}

.blog-title,
.complain-title {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}

.complain-view {
  font-size: 16px;
  font-weight: bold;
  color: inherit !important;
}

.testimony .complain-text {
  height: unset;
}

.blog-text,
.complain-text {
  font-size: 16px;
  color: #838383;
  font-weight: normal;
  text-align: justify;
  display: block;
  overflow-y: hidden;
  height: 70px;
  margin-bottom: 10px;
}

.complain-card.complain .complain-title {
  padding: 5px 7px;
}

.complain-card.complain .complain-text {
  padding: 5px;
  height: 70px;
  overflow-y: hidden;
}

.blog-footer,
.complain-footer {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0 0;
}

.blog-footer,
.complain-card.complain .complain-footer {
  padding: 7px 7px;
}

.complain-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 7px;
  margin: 0;
}

.blog-user,
.complain-user {
  color: #585858;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.complain-user>img,
.complain-user>svg {
  background-color: #D9D9D9;
  border-radius: 50%;
  margin-left: 10px;
}

.blog-user>img,
.complain-user>img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 0 7px;
}

.complain-brand {
  color: #585858 !important;
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  align-items: center;
}

.complain-brand:hover {
  text-decoration: none;
}

.complain-brand>img {
  width: 60px;
  height: 60px;
  margin: 0 0 0 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

.dropdown-indicator {
  margin: -8px -6px;
  width: 32px;
}

.select-brand {
  display: flex;
  flex-direction: row;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select-brand>img {
  width: 48px;
  height: 48px;
  margin: 0 0 0 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

.complain-brand:hover>img {
  filter: grayscale(100%);
}

.complain-brand-home-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 7px;
}

.complain-brand.complain-brand-home>img {
  width: 40px;
  height: 40px;
  margin: 0 0 0 10px;
}

.blog-comment,
.complain-comment {
  color: #777;
  font-size: 14px;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.blog-footer>i,
.complain-comment>i {
  color: var(--blue);
  font-size: 20px;
  margin: 0 5px;
}

.testimony .slick-dots,
.popular-comments .slick-dots {
  bottom: -65px;
}

.testimony .slick-dots li button,
.popular-comments .slick-dots li button {
  width: 14px !important;
  height: 14px !important;
}

.testimony .slick-dots li button:before {
  content: "";
  background: var(--gold);
  opacity: 1;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.popular-comments .slick-dots li button:before {
  content: "";
  background: #303030;
  opacity: 1;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.testimony .slick-dots li.slick-active button:before {
  content: "";
  background: #303030;
  opacity: 1;
  border-radius: 10px;
  width: 28px;
  height: 14px;
  margin-left: -7px
}

.popular-comments .slick-dots li.slick-active button:before {
  content: "";
  background: var(--darkBlue);
  opacity: 1;
  border-radius: 10px;
  width: 28px;
  height: 14px;
  margin-left: -7px
}

.com-wrapper {}

.com-header {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.com-brand-logo {
  align-self: flex-start;
  background: var(--white);
  margin-left: 7px;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

.com-brand-logo img {
  width: 100px;
  height: 100px;
}

.com-brand-logo:hover {
  text-decoration: none;
}

.com-brand-logo:hover img {
  opacity: 0.8;
}

.com-header-data {
  width: calc(100% - 100px);
}

.com-header-data>.details>* {
  margin: 0 7px 0 0;
}

.user-comment-rating {
  position: absolute;
  left: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user-comment-rating> :first-child {
  margin-bottom: 5px;
}

.dv-star-rating {
  font-size: 20px;
}

.dv-star-rating label {
  margin-bottom: 0;
}

.com-header-data h1 {
  margin: 0px 0 5px;
  border-bottom: 0;
}

.tag {
  background-color: var(--white);
  color: #565656;
  padding: 7px 15px;
  margin: 0 0 7px 7px;
  border: 1px solid #acacac;
  border-radius: 3px;
}

.com-comment-title {
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #ccc;
  text-align: right;
  /*margin: 0 0 15px 0;*/
  padding: 7px 0;
}

.com-comment-title>h4 {
  display: inline-block;
  font-size: 18px;
  background-color: var(--white);
  padding: 0 0 0 10px;
}

.react-reveal.pt-1 {
  padding-top: 0 !important;
}

.faqs-wrapper {}

.fag-header {
  color: #999;
  font-size: 18px;
}

.faq-panel-group {
  background-color: #e9ecef;
  border-radius: 5px;
  padding: 15px 0;
  display: inline-block;
}

.faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question:active,
.faq-question:link,
.faq-question:visited,
.faq-question {
  color: var(--black);
  font-size: 14px;
  width: 100%;
  text-align: right;
  direction: rtl;
  font-weight: 700;
}

.faq-question::before {
  content: "\f111";
  font: normal normal normal 24px/1 "LineAwesome";
  color: #565656;
  /*line-height: 0;*/
  /*font-size: 2.5rem !important;*/
  float: left;
}

.faq-question.show::before {
  content: "\f110";
}

.faq-question:hover {
  color: #5b9ffe;
  text-decoration: none;
}

.faq-answer {}

.faq-answer .card {
  background-color: transparent;
  border: none;
  padding: 5px 10px 20px;
}

.faq-answer .card-body {
  padding: 0;
  text-align: justify;
  color: #5490e6;
}

.pagination-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 25px auto;
}

.pagination-wrapper .page-item {}

.page-link {
  color: #0d47a1;
  border: 1px solid #dee2e6;
  background-color: #dee2e6;
  margin: 0 5px;
  border-radius: 3px !important;
}

.page-link:hover {
  color: var(--white);
  border: 1px solid #b2bfcf;
  background-color: #b2bfcf;
}

.page-link.active {
  color: var(--white);
  background-color: #0d47a1 !important;
  border: 1px solid #0d47a1;
  cursor: default;
  -webkit-box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

/* login / register-----------*/

.login-page {
  background-color: #e6e8ef;
  /*background-image: url("../images/bg-8.jpg");*/
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  /*min-height: 1000px;*/
}

.login-poem {
  position: relative;
  width: 400px;
  height: 250px;
  font-size: 1.1rem;
  line-height: 1.3rem;
  top: 0;
  left: 0;
  margin-top: 40px;
}

.login-card {
  width: 100%;
  padding: 0;
  margin: 40px auto 40px;
  border: 0;
  overflow: hidden;
  border-radius: 7px;
  -webkit-box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

.login-form {
  font-size: 16px;
}

.login-left {
  color: #212121;
  /*background-color: #0173bc;*/
  /*background-image: url("../images/login_bg.jpg");*/
  /*background-repeat: no-repeat;*/
  /*background-size: 100% auto;*/
  /*background-position: top right;*/
  direction: rtl;
  padding: 30px 10px;
  text-align: center;
  background: #f8f8f8;
}

.login-features {
  text-align: justify;
  display: inline-block;
  padding: 10px 40px 10px 15px;
}

.login-features li {
  margin-bottom: 10px;
}

.login-container .nav-justified .nav-item {
  margin: 2px;
}

.btn-login-header:link,
.btn-login-header:visited,
.btn-login-header:active,
.btn-login-header {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid var(--blue) !important;
  border-bottom: 2px solid transparent !important;
  height: 40px;
  padding: 10px 0;
  color: var(--black);
  margin: 0 2px;
}

.btn-login-header:hover {
  background-color: #e1e1e1;
  border: 1px solid var(--blue) !important;
  color: var(--black);
  border-bottom: 2px solid transparent !important;
}

.btn-login-header.disabled:link,
.btn-login-header.disabled:visited,
.btn-login-header.disabled:active,
.btn-login-header.disabled:hover,
.btn-login-header.disabled {
  /*border-radius: 0;*/
  background-color: var(--blue);
  border: 1px solid var(--blue) !important;
  border-bottom: 2px solid var(--blue) !important;
  height: 40px;
  padding: 10px 0;
  color: var(--white) !important;
}

.login-card .form-group {
  margin-left: 3px;
}

.login-card input.form-control,
.login-card .form-control {
  border-radius: 0;
  background-color: #f6f6f6;
  border: 1px solid #cccccc;
  color: var(--black);
  height: 30px;
  font-size: 13px;
}

/*.login-card .form-control:-ms-input-placeholder,*/

/*.login-card .form-control::-ms-input-placeholder,*/

.login-card .form-control::placeholder {
  color: #989898;
  opacity: 1;
}

.modal-dialog {}

.login-modal .modal-content {
  margin: 0 auto;
  background-color: transparent;
  border: none;
}

.user-comment {
  background-color: #e9ecef;
  margin: 15px 0;
  border-radius: 5px;
  padding: 7px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.user-comment>.media-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.user-comment .media-object {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 10px;
}

.user-comment>.media-body {
  font-size: 12px;
  direction: rtl;
  text-align: justify;
  padding-left: 10px;
}

.user-comment-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
}

.user-comment-info>.user-info {
  font-size: 12px;
  color: #999;
}

.user-comment-info>.date {
  color: #787878;
}

.bg-gold .user-comment-info>.user-info,
.bg-gold .user-comment-info>.date {
  color: white;
}

.user-comment .media-heading {
  color: #2c3673;
  font-size: 18px;
}

.user-comment-form .dv-star-rating {
  font-size: 26px;
}

.user-comment-form .dv-star-rating label {
  color: #ccc;
}

.checkbox-labeled>.form-check {}

.checkbox-labeled>.form-check>input {}

.checkbox-labeled>.form-check>label {
  padding-right: 25px;
}

.checkbox-labeled>.form-check>label::before {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
}

.checkbox-labeled .form-check-input[type="checkbox"]:checked+label::before {
  right: 10px;
  top: -4px;
  left: auto;
}

/* ------- blog page ----*/

.blog-cat {
  border: 1px solid #999;
  border-radius: 5px;
  padding: 10px;
}

.blog-cat .media-heading {
  font-size: 18px;
  color: #2c3673;
  margin-bottom: 20px;
}

.blog-cat-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  overflow-y: hidden;
}

.blog-cat-wrapper>button {
  margin-bottom: 5px;
}

.blog-cat-wrapper-collapse {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  height: auto;
}

.blog-card {}

.blog-card .card-body {
  padding: 7px;
}

.blog-card .card-img-top {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 261px;
  background: #eeeeee url("../images/images.png") no-repeat center center;
}

.blog-title,
.blog-title a:active,
.blog-title a:visited,
.blog-title a:link,
.blog-title a {
  color: var(--darkBlue);
  font-size: 18px;
  font-weight: bold;
}

.blog-title a:hover {
  color: #565656;
  text-decoration: none;
}

.blog-text {
  height: 60px;
}

.blog-footer {}

.blog-user {}

.blog-comment {}

.blog-header {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}

.blog-cover {
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}

.news-caption {
  background-color: #f8f8f8;
  color: #565656;
  padding: 15px 0px;
  border-radius: 5px;
}

.news-caption>* {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  text-align: justify;
}

.bazar-header:active,
.bazar-header:visited,
.bazar-header:link,
.bazar-header {
  color: #343a40;
  font-size: 0.9rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
}

.bazar-header:hover {
  color: var(--blue);
  text-decoration: none;
}

.brand-list-item {
  border-radius: 3px;
  border: 1px solid #eceef1;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: center;
  padding: 5px 0;
}

.brand-list-item:hover {
  border: 1px solid #999;
}

.brand-list-item>span {
  color: #343a40 !important;
  font-size: 0.75rem !important;
  white-space: nowrap;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 5px;
}

.brand-list-item>img {
  /*width: 100%;*/
  width: 60px;
  height: auto;
  opacity: 1;
  /*filter: grayscale(100%);*/
}

.brand-list-item:hover>img {
  /*opacity: 0.6;*/
  /*filter: none;*/
  filter: grayscale(100%);
}

.collapse-btn {
  position: absolute;
  bottom: 10px;
  left: 13px;
  text-decoration: none;
}

.brand-block {
  border-radius: 3px;
  border: 1px solid #dee2e6 !important;
  padding: 1rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.height-500 {
  min-height: 500px;
  height: auto;
  overflow-y: auto;
}

.brand-logo-wrapper {
  /*height: 340px;*/
  /*min-height: 500px;*/
  /*height: auto;*/
  /*overflow-y: auto;*/
}

.brand-logo-wrapper>div {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.brand-logo-wrapper h2 {
  font-size: 15px;
  font-weight: bold;
}

.bh-logo-wrapper {
  display: inline-block;
}

.bh-brnd-logo {
  background: var(--white);
  margin: 7px;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

.bh-brnd-logo>img {
  width: 100%;
  height: auto;
}

.bh-brand-title {
  font-size: 18px;
}

.bh-complain {
  height: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.bh-complain>.card-title {
  color: var(--white);
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0;
}

.bh-complain>.card-text {
  color: var(--white);
  font-size: 18px;
  font-weight: lighter;
}

.bh-rate {
  direction: rtl;
  /*height: 200px;*/
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
  height: 100%;
  -webkit-box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

.bh-rate>.card-text {
  /*color: var(--white);*/
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  /*white-space: nowrap;*/
  display: inline-block;
  width: 100%;
}

.bh-rate>.card-text span {
  font-weight: 300;
  font-size: 14px;
}

.bh-rate>.card-text .dv-star-rating {
  font-size: 25px;
  margin: 5px auto;
  text-align: center;
}

.bh-chart {
  direction: ltr;
  width: 100%;
  height: 300px;
  color: #565656;
  font-size: 14px;
  background-color: var(--white);
  margin: 0;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

.bh-chart .recharts-wrapper {
  padding-right: 25px;
  /*width: 100%;*/
  /*display: inline-block;*/
}

.bh-chart .recharts-surface {
  width: 95%;
  margin: auto;
}

.row-eq-height {
  display: flex;
}

.row-eq-height>div {
  flex: 1;
}

.audio-player {
  position: fixed;
  left: 0;
  bottom: 0px;
}

.side-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.side-menu>li {
  display: inline-block;
  width: 100%;
}

.sidebar-menu:focus,
.sidebar-menu:link,
.sidebar-menu:visited,
.sidebar-menu {
  display: inline-block;
  width: 100%;
  transition: color 0.3s ease;
  background: #e9ecef;
  border-radius: 4px;
  padding: 0.7rem 1rem 0.7rem 0.5rem;
  margin: 0.2rem 0;
  color: #6c757d;
  text-decoration: none;
  border: 1px solid transparent;
  border-right: 4px solid transparent;
}

.sidebar-menu.active {
  color: var(--blue);
  background: var(--white);
  border-color: #d3d5d6;
  border-right-color: var(--blue);
}

.sidebar-menu:hover {
  color: #2c3673;
  background: #d3d5d6;
  border-color: transparent;
  border-right-color: var(--blue);
}

.stories-tabs {
  width: 100%;
  border-bottom: none !important;
}

.stories-tabs li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /*width: 100%;*/
}

.stories-tab:active,
.stories-tab:visited,
.stories-tab:link,
.stories-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex: 0 0 calc(100% - 0.25rem);
  width: calc(100% - 0.25rem);
  background-color: #f7f8fb;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  height: 70px;
}

.nav-tabs.stories-tabs .nav-link.active,
.stories-tab.active {
  background-color: transparent !important;
  color: var(--blue) !important;
  border: 1px solid #f7f8fb;
  border-bottom: none;
}

.stories-tab:hover {}

.stories-content {
  border-top: none;
  padding: 30px 0;
}

.stories-content>.tab-pane {}

.content-image {
  width: 60%;
  height: auto;
}

.check-icon {
  font-size: 2rem;
  margin-left: 5px;
  color: var(--green);
}

/* Rating component*/

.tab-btn:link,
.tab-btn:visited,
.tab-btn:active,
.tab-btn {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid transparent !important;
  height: 40px;
  padding: 10px 0;
  color: var(--black);
}

.tab-btn:hover {
  background-color: transparent;
  border: 0;
  color: var(--black);
  border-bottom: 2px solid var(--blue) !important;
}

.tab-btn.disabled:link,
.tab-btn.disabled:visited,
.tab-btn.disabled:active,
.tab-btn.disabled:hover,
.tab-btn.disabled {
  border-radius: 0;
  background-color: #ebebeb;
  border: 0;
  border-bottom: 2px solid var(--blue) !important;
  height: 40px;
  padding: 10px 0;
  color: var(--black) !important;
}

.c-rating {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 160px;
  height: auto;
}

.c-nsp {
  width: 100%;
}

.c-rating-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}

.c-rate-row {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}

.c-rate-row2 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  /*padding: 0 5px;*/
}

.c-rate-touch:active,
.c-rate-touch:link,
.c-rate-touch:visited,
.c-rate-touch {
  text-decoration: none;
  padding: 0px;
  margin: 0;
  display: inline-block;
}

.c-rate-touch:hover {
  text-decoration: none;
}

.c-rate-touch.active {}

.c-rate-touch>.c-rate-image {
  width: 30px;
  height: 30px;
  color: #c7c8ca;
  transition: 1s all;
}

.c-rate-touch:hover>.c-rate-image {
  color: inherit;
  transition: 1s all;
}

.c-rate-touch.active>.c-rate-image {
  color: inherit;
  transition: 1s all;
}

.c-rate-slider {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.c-rate-action:active,
.c-rate-action:link,
.c-rate-action:visited,
.c-rate-action {
  text-decoration: none;
  display: inline-block;
  padding: 0px;
}

.c-rate-action:hover {
  text-decoration: none;
}

.c-rate-action>.c-rate-action-image {
  width: 11px;
  height: 11px;
  text-decoration: none;
}

.c-rate-action:hover>.c-rate-action-image {}

.c-rate-bar {
  width: 187px;
  height: 6px;
}

.kpi-item-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

.kpi-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.kpi-item-label {
  padding-bottom: 5px;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-w100 {
  width: calc(100% - 40px);
}

/*user profile*/

.user-portal-pages2 {
  padding-top: 100px;
  background-color: #ebeef5;
  min-height: 500px;
  height: auto;
}

.user-sidebar-bar {
  background-color: var(--white);
  color: #464646;
  padding: 0;
  border-width: 0;
}

.user-sidebar-bar .panel-body {
  background-color: #03a0fd;
  color: var(--white);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
}

.user-sidebar-bar .panel-body img {}

.user-sidebar-bar .panel-body .user-name {
  font-size: 16px;
  color: var(--white);
}

.user-sidebar-bar .profile-state-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e9e9e9;
  padding: 30px 10px;
  font-size: 12px;
}

.user-sidebar-bar .sidebar-inner {
  margin: 0;
  padding: 0;
}

.user-sidebar-bar .sidebar-inner ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: inline-block;
  width: 100%;
}

.user-sidebar-bar .sidebar-inner li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ebeef5;
}

.user-sidebar-bar .sidebar-inner a {
  /*display: inline-block;*/
  width: 100%;
  height: 50px;
  padding: 8px 15px;
  color: #767676;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.user-sidebar-bar .sidebar-inner a:hover {
  background-color: #03a0fd;
  color: var(--white);
  text-decoration: none;
}

.user-sidebar-bar .sidebar-inner li.active>a {
  background-color: #c8c8c8;
  color: var(--black);
}

.user-sidebar-bar .sidebar-inner a>i {
  color: #9dd4dd;
  font-size: 1.4rem;
  margin-left: 10px;
}

.user-sidebar-bar .sidebar-inner a:hover>i {
  color: var(--white);
  color: rgba(255, 255, 255, 0.7);
}

.no-border {
  border: 0 !important;
}

.profile-container {
  min-height: 500px;
  height: auto;
  padding: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.section-title {
  font-size: 16px;
  color: #999;
}

.section-title i {
  margin-right: 10px;
  font-size: 20px;
}

.section-value {
  font-size: 16px;
  color: #454545;
  font-weight: 500;
  padding: 10px 0;
  display: inline-block;
  line-height: 28px;
}

.user-edit-modal-footer {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.modal-select {}

.search-bar {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.search-input-wrapper {
  width: 90%;
}

.filter-dropdown {}

.filter-icon {
  font-size: 20px;
  line-height: 20px;
}

.notification-item {
  background-color: var(--white);
  border: 1px solid #acacac;
  padding: 15px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.notification-item-new {
  background-color: #ebebeb;
  border: 1px solid #acacac;
  padding: 15px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.notification-item-left {
  margin: 0 15px;
}

.notification-state {
  width: 46px;
  height: auto;
}

.notification-item-body {
  padding-right: 15px;
  border-right: 1px dashed #acacac;
}

.notification-item-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
}

.notification-date {
  font-size: 12px;
  font-weight: 300;
  direction: ltr;
  color: var(--black);
}

.notification-item-lead {
  font-size: 14px;
  font-weight: normal;
  color: #6d6e71;
}

.notification-more {}

.notification-item-text {
  text-align: justify;
  direction: rtl;
}

.csat-wrapper {
  /*margin: 10px auto;*/
  width: 100%;
  height: 100%;
}

.no-jumbo {
  padding-top: 110px;
}

/*sahar*/

.company-steps-btns {
  display: flex;
  justify-content: center;
}

.company-steps-btns button {
  width: 48%;
  border: none;
  font-size: 14px;
  line-height: 36px;
  overflow-y: hidden;
  background-color: var(--white);
}

.company-steps-btns button:focus,
.company-steps-btns-selected {
  font-weight: 600 !important;
  border-bottom: 3px solid var(--lightBlue) !important;
}

.company-steps-btns label {
  margin-top: 20px;
}

.company-steps-btns textarea {
  width: 100% !important;
}

.company-form label {
  margin-top: 24px;
}

.company-form-textaria {
  padding: 36px;
}

.company-form-upload-file label {
  width: 100%;
}

.p-36 {
  padding: 36px;
}

.borderr-4px {
  border-radius: 0 4px 4px 0 !important;
}

.company-sidebar {
  margin: 8px;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.company-page-container {
  margin: 8px;
  padding: 20px;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.company-item-container {
  margin: 8px;
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
}

.company-sidebar-image-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.company-sidebar-image-box img {
  width: 80%;
  border-radius: 6px;
  /* height: 200px; */
}

.company-sidebar-image-box span {
  font-size: 16px;
  margin-top: 20px;
  line-height: 40px;
}

.company-sidebar-progress-bar-box {
  text-align: center;
  direction: ltr !important;
}

.company-sidebar-progress-bar-box span {
  margin: 0 auto;
  font-size: 12px;
  line-height: 24px;
}

.company-sidebar-progress-bar-content {
  width: 70%;
  margin: 20px auto;
  border-radius: 100px;
}

.company-sidebar-menu-box {
  display: flex;
  margin: 0px auto;
  flex-direction: column;
  justify-content: center;
}

.company-sidebar-menu-box button {
  color: var(--white);
  border: none;
  margin-top: 6px;
  font-size: 14px;
  line-height: 30px;
  border-radius: 6px;
  /* text-align: right; */
  background-color: #0073bd;
}

.company-dashboard-box-height {
  height: 120px;
  padding: 20px;
}

.bg-night-blue {
  background-color: #0073bd;
}

.bg-blue-dark {
  background-color: #0d47a1;
}

.bg-gold {
  background-color: var(--gold);
  color: var(--white);
}

.gold {
  color: var(--gold) !important;
}

.cursor-pointer {
  cursor: pointer;
}

.bg-blue {
  background-color: var(--blue);
  color: var(--white);
}

.bg-light-blue {
  background-color: var(--lightBlue);
  color: var(--white);
}

.checked {
  color: orange;
}

.company-dashboard-star-box {
  font-size: 12px;
}

.company-dashboard-star-box label {
  font-weight: 700;
  margin-left: 6px;
}

.p-20 {
  padding: 20px;
}

.company-complain-item {
  padding: 8px;
  margin: 6px 0;
  border-radius: 10px;
  background-color: #eee;
}

.company-item-container p {
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
}

.company-complain-item-container {
  display: flex;
  flex-wrap: wrap;
  line-height: 30px;
  align-items: center;
  justify-content: space-between;
}

.company-complain-item-container label {
  margin-right: 16px !important;
}

.company-complain-item-title {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #bdbdbd;
}

.company-complain-item-container a {
  color: #424242;
  font-size: 14px;
  line-height: 36px;
}

.company-company-profile button {
  color: var(--white);
  border: none;
  padding: 6px 16px;
  border-radius: 4px;
  background-color: #0073bd;
}

.company-company-profile-item label {
  font-size: 16px;
  line-height: 40px;
}

.company-company-profile-item {
  padding: 30px 0;
  border-bottom: 1px solid #bdbdbd;
}

.company-registered-complaints-header {
  display: flex;
  align-items: center;
}

.company-registered-complaints-header label {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
}

.company-registered-complaints-header-search {
  float: left;
  display: flex;
  align-items: center;
}

.company-registered-complaints-header-search input,
.company-registered-complaints-header-search button {
  /* line-height: 24px; */
  border: none;
  height: 30px;
}

.company-registered-complaints-header-search input {
  text-indent: 10px;
  border-radius: 0 100px 100px 0;
}

.company-registered-complaints-header-search input::placeholder {
  color: #9e9e9e;
  font-size: 12px;
}

.company-registered-complaints-header-search button {
  color: var(--white) !important;
  background-color: #0073bd !important;
  border-radius: 100px 0 0 100px !important;
}

.company-registered-complaits-container {
  margin: 0 8px;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 10px 0 10px 10px;
}

.company-registered-complaits-steps {
  margin: 0 8px;
}

.company-registered-complaits-steps button {
  border: none;
  padding: 0 24px;
  font-size: 14px;
  line-height: 40px;
  background-color: #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
}

.company-registered-complaits-steps-selected {
  font-size: 16px;
  border-bottom: 2px solid #0073bd !important;
}

.complait-tab {
  border-radius: 0 10px 0 0;
}

.meg-tab {
  border-radius: 10px 0 0 0;
}

.company-colmplains-details-complain-userinfo {
  padding: 16px;
  color: #0073bd;
  font-size: 16px;
  border-radius: 10px;
  background-color: var(--white);
  justify-content: space-between;
}

.company-colmplains-details-complain-userinfo label {
  margin: 0;
}

.company-colmplains-details-complain-title {
  padding: 16px;
  border-radius: 10px;
  background-color: var(--white);
}

.company-colmplains-details-complain-title h6 {
  font-weight: 600;
}

.company-colmplains-details-complain-title p {
  font-size: 12px;
  text-indent: 12px;
  line-height: 26px;
  text-align: justify;
}

.company-colmplains-details-attechment {
  display: flex;
  flex-wrap: wrap;
}

.company-colmplains-details-attechment label {
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
}

.company-colmplains-details-attechment img {
  margin: 8px;
  width: 100px;
  border-radius: 10px;
}

.company-colmplains-details-com-ticket {
  display: flex;
  align-items: center;
}

.ticket {
  padding: 20px;
  min-height: 100px;
}

.ticket-img-box {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  align-items: center;
}

.ticket img {
  width: 80%;
  border-radius: 10px;
}

.ticket label {
  color: #424242;
  font-size: 12px;
  margin-top: 10px;
  line-height: 20px;
}

.ticket span {
  color: #757575;
  font-size: 10px;
  line-height: 18px;
}

.ticket-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: space-around;
}

.ticket-content-com {
  font-size: 12px;
  background-color: #c8e6c9;
  border-radius: 10px 0 10px 10px;
}

.ticket-content-user {
  font-size: 12px;
  text-indent: 12px;
  background-color: #f5f5f5;
  border-radius: 0 10px 10px 10px;
}

.company-myprofile-info form {
  display: flex;
  padding: 26px 20px;
  flex-direction: column;
}

.company-myprofile-info label {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.company-myprofile-info span {
  font-size: 13px;
  margin-right: 6px;
}

.company-myprofile-info input {
  height: 30px !important;
}

.company-myprofile-info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.company-myprofile-info-header h5 {
  /* color: #015a93; */
  font-weight: 500;
  line-height: 46px;
}

.company-myprofile-info-header button {
  border: none;
  color: #757575;
  padding: 0 12px;
  font-size: 12px;
  line-height: 26px;
  border-radius: 4px;
  background-color: #e0e0e0;
}

.company-myprofile-info-submit-btn {
  width: 80px;
  color: var(--white);
  border: none;
  font-size: 16px;
  border-radius: 4px;
  background-color: #0073bd;
}

.company-myprofile-info-header select {
  border: none;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 100px;
  background-color: var(--white);
}

.company-myprofile-info-header span {
  font-size: 10px;
}

.company-mymessages-text {
  padding: 8px;
  text-indent: 12px;
  background-color: #fafafa;
}

.new-common-qus-btn {
  color: var(--white) !important;
  border-radius: 100px !important;
  background-color: #0073bd !important;
}

.my-complains form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.my-complains button {
  display: flex;
  align-items: center;
  height: 30px !important;
  padding: 6px 12px !important;
  margin: 6px !important;
}

.my-complains input {
  margin: 6px;
  width: 120px;
  font-size: 12px;
  text-indent: 6px;
  line-height: 28px;
  border-radius: 4px;
  border: 1px solid #757575;
}

.my-complains select {
  margin: 6px;
  height: 32px;
  width: 120px;
  padding: 0 8px;
  font-size: 12px;
  border-radius: 4px;
  background-color: var(--white);
  border: 1px solid #757575;
}

.my-complains-table {
  text-align: center;
  overflow-x: scroll;
}

.my-complains-table table {
  width: 86%;
  margin: 0 auto;
}

.my-complains-details-btn {
  border: none;
  background-color: var(--white);
}

.mycomment-page-container {
  margin: 8px;
  padding: 20px;
  border-radius: 6px;
  background-color: var(--white);
}

.mycomment-info-header select,
.mycomment-info-header input {
  background-color: #fafafa !important;
}

.mycomments-deatils-box {
  border-radius: 6px;
  background-color: #fafafa;
}

s .mycomments-deatils-content {
  background-color: var(--white);
}

.company-link-to-login {
  border-radius: 4px;
}

.mycomplains-step-btns button {
  border-radius: 0 !important;
  background-color: var(--white) !important;
}

.mycomplaits-container {
  background-color: var(--white) !important;
  border-radius: 4px !important;
}

.mycomplaints-header-search input {
  background-color: #fafafa !important;
}

.mycomplain-item-container {
  border-radius: 4px !important;
  background-color: #fafafa !important;
}

/*------*/

.bug-report-modal {}

.bug-report-modal .modal-header {
  /*flex-direction: row-reverse;*/
}

/* font-size: 12px;
font-weight: bold;
text-shadow: 1px 1px 1px white;
line-height: 1.1;
text-transform: uppercase;
letter-spacing: .3em;
position: absolute;
left: 20px;
top: -20px;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;

-webkit-transform: rotate( -180deg); */

.bug-report-btn {
  position: fixed;
  right: 0;
  top: 45%;
  padding: 5px;
  margin: 0;
  color: white;
  background: var(--gold);
  border: none;
  transform: rotate(270deg);
  transform-origin: bottom right;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.bug-icon {
  width: 70px;
  height: 210px;
}

.bug-report-btn:hover {
  background-color: var(--gray);
}

.bug-report-card {
  width: 400px;
}

.comment-box {
  height: 120px !important;
}

.help-image {
  width: 100%;
  height: auto;
  margin: 20px 0;
}

@media (max-width: 1440px) {
  .banner {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }

  .home-banner-overlay {
    /*justify-content: center;*/
    /* padding: 5% 5% 0; */
  }

  .banner-container {
    padding-top: 70px;
    width: 550px;
  }

  .banner-caption {
    width: 100%;
  }

  /*.banner-poem2-empty{display: none}*/
  .banner-textaria {
    font-size: 1rem;
    height: 150px;
    margin: 30px 0 15px;
  }

  .banner-poem2 {
    font-size: 1.2rem;
    width: 300px;
  }
}

@media (max-width: 1199px) {
  p {
    margin-bottom: 0.2rem;
  }

  .home-banner-title {
    padding-top: 80px;
  }

  .container {
    max-width: 1199px !important;
  }

  .banner {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }

  .banner-btn-wrapper {
    grid-template-columns: 10% 150px 150px;
  }

  .banner-container {
    padding-top: 70px;
    width: 550px;
  }

  .banner-caption {
    width: 100%;
  }

  .banner-poem2-empty {
    display: none;
  }

  .banner-textaria {
    font-size: 1rem;
    height: 150px;
    margin: 30px 0 15px;
  }

  .banner-poem2 {
    font-size: 1.2rem;
    width: 300px;
  }

  .banner-poem {
    position: relative;
    width: 400px;
    height: 250px;
    font-size: 1.1rem;
    line-height: 1.3rem;
    top: 0;
    left: 0;
  }

  .navbar-nav,
  .m-menu__nav {
    padding: 0 !important;
  }

  .navbar-nav .nav-item+.nav-item,
  .navbar-nav .nav-item {
    margin-right: 0;
    margin-left: 0;
    border-bottom: 0px solid #383b4f;
  }

  .advantage-card .card-text {
    padding: 0 !important;
    margin-bottom: 20px !important;
  }

  .about-image {
    max-width: 85%;
    margin-top: 20px;
  }

  .about-btn {
    margin-top: 0 !important;
  }

  .category-card-image {
    max-width: 70px;
    height: auto;
  }

  .category-card {
    padding: 0;
  }

  .awards-image {
    max-width: 100%;
  }

  .content-image {
    width: 70%;
    height: auto;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 991px !important;
  }

  .banner {
    display: inline-block;
  }

  .banner-container {
    padding-top: 70px;
  }

  .banner-caption {
    width: 100%;
  }

  .banner-textaria {
    height: 120px;
    margin: 10px 0 15px;
  }

  .banner-btn-wrapper {
    grid-template-columns: 10% 130px 130px;
  }

  .banner-poem {
    position: relative;
    width: 100%;
    height: 250px;
    font-size: 1rem;
    line-height: 1.1rem;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .m-aside-header-menu-mobile {
    display: block !important;
    z-index: 1001;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 275px !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: -285px;
    background-color: #f5f5f5 !important;
    /*background-color: rgba(0,0,0,0.85)!important;*/
    padding: 80px 0 0 !important;
  }

  .navbar-collapse.show .m-aside-header-menu-mobile {
    left: 0;
  }

  .pr-1,
  .px-1 {
    padding-right: 0 !important;
  }

  .login-container {
    margin-top: 10px;
    margin-bottom: 100px;
  }

  .merchant-item .view img {
    height: auto !important;
  }

  .new-cat-top {
    height: 210px;
    padding-bottom: 20px;
    display: none;
  }

  .new-cat-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 210px;
    background-repeat: no-repeat;
    background-position: top left;
  }

  .user-header>span,
  .user-header {
    margin-right: 18px;
  }

  .user-profile {
    position: absolute;
    right: auto;
    top: 10px;
    z-index: 1002;
  }

  .container {
    max-width: 100% !important;
  }

  .about-wrapper {
    padding-bottom: 1.5rem !important;
  }

  .about-image {
    max-width: 100%;
    margin-top: 125px;
  }

  .about-title {
    font-size: 34px;
  }

  .about-des {
    font-size: 14px;
  }

  .category-card-title {
    font-size: 19px;
  }

  .category-card-text {
    font-size: 14px;
  }

  .category-card-image {
    max-width: 70px;
    height: auto;
  }

  .category-card {
    padding: 0;
  }

  .awards-image {
    max-width: 100%;
  }

  .content-image {
    width: 80%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .c-rate-touch>.c-rate-image.nps {
    width: 24px;
    height: 24px;
  }

  .home-banner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .latest-comments,
  .latest-complaints,
  .testimony>div:first-child,
  .popular-comments>div:first-child {
    margin-left: unset;
    margin-right: unset;
  }

  .testimony .latest-slick-view,
  .popular-comments .latest-slick-view,
  .latest-comments .latest-slick-view,
  .latest-complaints .latest-slick-view {
    font-size: 18px;
  }

  .home-main-category .d-flex>.latest-slick-title,
  .testimony .latest-slick-title,
  .popular-comments .latest-slick-title,
  .latest-comments .latest-slick-title,
  .latest-complaints .latest-slick-title {
    font-size: 24px !important;
  }

  .home-banner-title {
    font-size: 26px;
    padding-top: unset;
  }

  .home-banner-description {
    font-size: 20px;
  }

  .home-banner::before {
    content: none;
  }

  .home-banner::after {
    content: none;
  }

  .complain-comment-call-to-action {
    padding-left: 15px;
    padding-right: 15px;
  }

  .complain-comment-call-to-action::before {
    content: none;
  }

  .complain-comment-call-to-action::after {
    content: none;
  }

  .container {
    max-width: 100% !important;
  }

  .com-header-data {
    width: 100%;
  }

  .com-header {
    flex-direction: column;
  }

  .bh-chart .recharts-wrapper {
    padding-right: 12px;
  }

  .banner {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }

  .home-banner-overlay {
    /*justify-content: center;*/
    /*padding: 5% 5% 0;*/
  }

  .banner-container {
    padding-top: 30px;
    width: 500px;
  }

  .banner-caption {
    width: 100%;
  }

  .banner-textaria {
    font-size: 1rem;
    height: auto;
    margin: 10px 0 15px;
  }

  .banner-poem2 {
    display: none;
    font-size: 1rem;
    width: 250px;
  }

  .banner-btn-wrapper {
    grid-template-columns: 5% 120px 120px;
  }

  .width-200 {
    width: 160px;
  }

  .banner-poem {
    position: relative;
    width: 100%;
    height: 250px;
    font-size: 1rem;
    line-height: 1.1rem;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }

  h5 {
    font-size: 1.1rem;
  }

  .appContent {
    margin: 0 !important;
  }

  .about-image {
    margin-top: 35px;
  }

  .about-wrapper {
    background-size: 100% auto;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .about-title {
    font-size: 38px;
    text-align: center !important;
  }

  .about-des {
    font-size: 14px;
  }

  .footer-map-wrapper {
    width: 100%;
    height: auto;
    text-align: center;
  }

  .footer-map {
    position: relative;
    margin: auto;
  }

  .footer-middle {
    padding: 20px !important;
  }

  .appstors-btn {
    display: block;
    width: 160px;
    margin-right: 7px;
    float: left;
  }

  .statistic-wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
  }

  .login-modal .modal-content {
    width: 100%;
    margin: 0 auto;
  }

  .content-image {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 425px) {
  .container {
    max-width: 100% !important;
  }

  .search-btn {
    width: 100%;
  }

  .input-group {
    align-items: stretch !important;
    flex-wrap: wrap-reverse !important;
    flex-direction: column !important;
  }

  .banner-textaria {
    display: none;
  }

  .banner-btn-wrapper {
    grid-template-columns: auto 100% 100%;
  }

  .banner-poem {
    position: relative;
    width: 100%;
    height: 250px;
    font-size: 1rem;
    line-height: 1.1rem;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .about-image {
    width: 90%;
  }

  .about-wrapper .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 360px) {
  .brand-updown>.first {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}