@charset "UTF-8";

.wz-form.input-group .form-control,
.wz-form .form-control {
  padding: 0.375rem 0.75rem;
  margin: 0;
}

.wz-form {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.wz-form input.is-invalid + label,
.wz-form select.is-invalid + label,
.wz-form textarea.is-invalid + label {
  margin-right: 15px;
}

.wz-form input.is-invalid,
.wz-form select.is-invalid,
.wz-form textarea.is-invalid {
  border-bottom: 1px solid #e3342f;
  box-shadow: 0 1px 0 0 #e3342f;
  padding-right: 20px !important;
}

.wz-form input:focus:not([readonly]).is-invalid,
.wz-form input:focus:not([readonly]).is-invalid,
.wz-form select:focus:not([readonly]).is-invalid,
.wz-form textarea.md-textarea:focus:not([readonly]).is-invalid {
  border-bottom: 1px solid #e3342f;
  box-shadow: 0 1px 0 0 #e3342f;
  padding-right: 20px !important;
}

.wz-form input:focus:not([readonly]),
.wz-form select:focus:not([readonly]),
.wz-form textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4285f4;
}

.wz-form input:focus:not([readonly]) + label,
.wz-form select:focus:not([readonly]) + label,
.wz-form textarea:focus:not([readonly]) + label {
  color: #4285f4;
}

.wz-form input + label::after,
.wz-form select + label::after,
.wz-form textarea + label::after {
  position: absolute;
  top: 65px;
  display: block;
  content: "";
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

.wz-form input,
.wz-form textarea,
.wz-form select {
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #757575;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  transition: all 0.3s;
}

.wz-form label {
  position: absolute;
  top: -8px;
  right: 0;
  padding-right: 10px;
  font-size: 1rem;
  color: #757575;
  cursor: text;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transform: translateY(9px);
  transform-origin: 0% 100%;
  z-index: 9;
}

.wz-form input:not(:-moz-placeholder-shown) + label, .wz-form textarea:not(:-moz-placeholder-shown) + label, .wz-form select:not(:-moz-placeholder-shown) + label {
  top: -5px;
  padding-right: 5px;
  padding-left: 5px;
  font-weight: 500;
  background: #fff;
  transform: translateY(-13px) scale(0.8);
  display: inline-table;
  margin-right: -10px;
}

.wz-form input:focus + label,
.wz-form label.active,
.wz-form input:not(:placeholder-shown) + label,
.wz-form textarea:focus + label,
.wz-form label.active,
.wz-form textarea:not(:placeholder-shown) + label,
.wz-form select:focus + label,
.wz-form label.active,
.wz-form select:not(:placeholder-shown) + label {
  top: -5px;
  padding-right: 5px;
  padding-left: 5px;
  font-weight: 500;
  background: #fff;
  transform: translateY(-13px) scale(0.8);
  display: inline-table;
  margin-right: -10px;
}

/*!
 * Custom Styles
 */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 12px;
  vertical-align: baseline;
  background: transparent;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 12px;
  background: transparent;
}

h6 {
  font-size: 12px;
}

h5 {
  font-size: 14px;
}

h4,
h3 {
  font-size: 16px;
}

h2 {
  font-size: 20px;
}

h1 {
  font-size: 22px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a,
a:hover {
  vertical-align: baseline;
  background: transparent;
  transition: 0.2s all;
  color: #202020;
  text-decoration: none;
}

a:hover {
  color: #464646;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #626262;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html,
body {
  height: 100vh;
  /* For 100% screen height */
  color: #515151;
  background: #fff0d0;
  position: relative;
  line-height: 25px;
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 900;
  src: url(/fonts/IRANSans_Black.ttf?14fd6362f7d606c63d7453aa3cf185e2) format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url(/fonts/IRANSans_Bold.ttf?15f23156bd536cd66182805ce3e84529) format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/IRANSans_Medium.ttf?7994928e29eaf9dacdb6b31e28838e49) format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/IRANSans_Light.ttf?7df7920f0a7ef0804bf3f1db6604b7f2) format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url(/fonts/IRANSans_UltraLight.ttf?5c20ee52c3a54111c4ca617cc69d2c6b) format("truetype");
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/IRANSans.ttf?e7fd32eb34140495c37c5bbfdf14ea62) format("truetype");
}

@font-face {
  font-family: "EnFonts";
  src: url(/fonts/signika.eot?a5d86a2010f3fbf5c8fdfba2b1a21768);
  src: url(/fonts/signika.eot?a5d86a2010f3fbf5c8fdfba2b1a21768) format("embedded-opentype"), url(/fonts/signika.woff2?a41310040cdb8f2088d5858d20cba7a9) format("woff2"), url(/fonts/signika.woff?b7b710b735497876eb63a1e8d571df2a) format("woff"), url(/fonts/signika.ttf?5014b1977814a7915d9bb60f40026cc1) format("truetype"), url(/fonts/signika.svg?3f2fb6de8d2e58d67b6c3be4435a4d84) format("svg");
  font-weight: 700;
  font-style: normal;
}

.Fa {
  font-family: IRANSans, EnFonts !important;
}

.enfont {
  font-family: EnFonts, IRANSans !important;
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

.wz-margin-0 {
  margin: 0 auto;
}

.wz-margin-5 {
  margin: 5px auto;
}

.wz-margin-10 {
  margin: 10px auto;
}

.wz-margin-20 {
  margin: 20px auto;
}

.wz-margin-30 {
  margin: 30px auto;
}

.wz-padding-0 {
  padding: 0px;
}

.wz-padding-5 {
  padding: 5px;
}

.wz-padding-10 {
  padding: 10px;
}

.wz-padding-20 {
  padding: 20px;
}

.wz-padding-30 {
  padding: 30px;
}

.wz-b-padding-5 {
  padding-bottom: 5px;
}

.wz-b-padding-10 {
  padding-bottom: 10px;
}

.wz-b-padding-15 {
  padding-bottom: 10px;
}

.wz-t-padding-5 {
  padding-top: 5px;
}

.wz-t-padding-10 {
  padding-top: 10px;
}

.wz-t-padding-15 {
  padding-top: 10px;
}

.wz-t-b-margin-20 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.wz-t-b-margin-50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

@media print {
  .col-print {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-print-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-print-0 {
    flex: 0 0 4.16667%;
    max-width: 0%;
  }

  .col-print-1 {
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }

  .col-print-2 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-print-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-print-4 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-print-5 {
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }

  .col-print-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-print-7 {
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }

  .col-print-8 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-print-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-print-10 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-print-11 {
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }

  .col-print-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-print-13 {
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }

  .col-print-14 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-print-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-print-16 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-print-17 {
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }

  .col-print-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-print-19 {
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }

  .col-print-20 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-print-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-print-22 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-print-23 {
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }

  .col-print-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-print-1 {
    order: 1;
  }

  .order-print-2 {
    order: 2;
  }

  .order-print-3 {
    order: 3;
  }

  .order-print-4 {
    order: 4;
  }

  .order-print-5 {
    order: 5;
  }

  .order-print-6 {
    order: 6;
  }

  .order-print-7 {
    order: 7;
  }

  .order-print-8 {
    order: 8;
  }

  .order-print-9 {
    order: 9;
  }

  .order-print-10 {
    order: 10;
  }

  .order-print-11 {
    order: 11;
  }

  .order-print-12 {
    order: 12;
  }

  .order-print-13 {
    order: 13;
  }

  .order-print-14 {
    order: 14;
  }

  .order-print-15 {
    order: 15;
  }

  .order-print-16 {
    order: 16;
  }

  .order-print-17 {
    order: 17;
  }

  .order-print-18 {
    order: 18;
  }

  .order-print-19 {
    order: 19;
  }

  .order-print-20 {
    order: 20;
  }

  .order-print-21 {
    order: 21;
  }

  .order-print-22 {
    order: 22;
  }

  .order-print-23 {
    order: 23;
  }

  .order-print-24 {
    order: 24;
  }
}

.wz-fa-8 {
  font-size: 8px;
}

.wz-fa-9 {
  font-size: 9px;
}

.wz-fa-10 {
  font-size: 10px;
}

.wz-fa-12 {
  font-size: 12px;
}

.wz-fa-14 {
  font-size: 14px;
}

.wz-fa-16 {
  font-size: 16px;
}

.wz-fa-18 {
  font-size: 18px;
}

.wz-fa-24 {
  font-size: 24px;
}

.wz-border-radius-5 {
  border-radius: 5px;
}

.wz-border-radius-10 {
  border-radius: 10px;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-radius: 0px 4px 4px 0px;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-radius: 4px 0px 0px 4px;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-radius: 4px 0px 0px 4px;
}

.custom-control-label:after,
.custom-control-label:before {
  right: -20px;
  top: 0px;
}

input[type=checkbox] + label,
label + input[type=checkbox],
input[type=radio] + label,
label + input[type=radio] {
  cursor: pointer;
}

#pwstrengthboxr {
  display: block;
  height: 20px;
  width: 100%;
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #ccc;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.PassVeryShort {
  background: #c00400 !important;
  color: #FFFFFF;
  border: 1px solid #c00400 !important;
  width: 20% !important;
}

.PassShort {
  background: #c02e04 !important;
  color: #FFFFFF;
  border: 1px solid #c02e04 !important;
  width: 30% !important;
}

.PassWeak {
  background: #c05000 !important;
  border: 1px solid #c05000 !important;
  color: #FFFFFF !important;
  width: 60% !important;
}

.PassNGood {
  background: #c0ae01 !important;
  color: #FFFFFF !important;
  border: 1px solid #c0ae01 !important;
  width: 70% !important;
}

.PassGood {
  background: #aec000 !important;
  color: #FFFFFF !important;
  border: 1px solid #aec000 !important;
  width: 85% !important;
}

.PassStrong {
  background: limegreen !important;
  color: #FFFFFF !important;
  border: 1px solid limegreen !important;
  width: 100% !important;
}

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

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

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

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

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

.h-10 {
  height: 10% !important;
}

.h-20 {
  height: 20% !important;
}

.h-30 {
  height: 30% !important;
}

.h-40 {
  height: 40% !important;
}

.h-50 {
  height: 50% !important;
}

.h-60 {
  height: 60% !important;
}

.h-70 {
  height: 70% !important;
}

.h-80 {
  height: 80% !important;
}

.h-90 {
  height: 90% !important;
}

.h-100 {
  height: 100% !important;
}

.mh-10 {
  min-height: 10% !important;
}

.mh-20 {
  min-height: 20% !important;
}

.mh-30 {
  min-height: 30% !important;
}

.mh-40 {
  min-height: 40% !important;
}

.mh-50 {
  min-height: 50% !important;
}

.mh-60 {
  min-height: 60% !important;
}

.mh-70 {
  min-height: 70% !important;
}

.mh-80 {
  min-height: 80% !important;
}

.mh-90 {
  min-height: 90% !important;
}

.mh-100 {
  min-height: 100% !important;
}

.b-line {
  border-bottom: 1px solid #555;
}

.t-line {
  border-top: 1px solid #555;
}

.bg-yellow {
  background-color: #ebf5b8 !important;
}

.bg-green {
  background-color: #c8e261 !important;
}

.bg-yellow-gradient {
  background: #f39c12 !important;
  background: -o-linear-gradient(#f7bc60, #f39c12) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7bc60", endColorstr="#f39c12", GradientType=0) !important;
  color: #fff;
}

.bg-green-gradient {
  background: #00a65a !important;
  background: -o-linear-gradient(#00ca6d, #00a65a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ca6d", endColorstr="#00a65a", GradientType=0) !important;
  color: #fff;
}

.bg-aqua-gradient {
  background: #00c0ef !important;
  background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14d1ff", endColorstr="#00c0ef", GradientType=0) !important;
  color: #fff;
}

.bg-blue-gradient {
  background: #0073b7 !important;
  background: -o-linear-gradient(#0089db, #0073b7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0089db", endColorstr="#0073b7", GradientType=0) !important;
  color: #fff;
}

.table thead tr.text-center th,
.table thead tr.text-center td {
  text-align: center;
}

.table thead tr th:first-child {
  border-radius: 0px 15px 0px 0px;
}

.table thead tr th:last-child {
  border-radius: 15px 0px 0px 0px;
}

.table tbody tr:last-child td:first-child {
  border-radius: 0px 0px 8px 0px;
}

.table tbody tr:last-child td:last-child {
  border-radius: 0px 0px 0px 8px;
}

.breadcrumb {
  background-color: transparent !important;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0px;
}

.breadcrumb-item + .breadcrumb-item::before {
  margin-left: 5px;
  float: none !important;
  content: "\F104";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-radius: 0px 5px 5px 0px;
}

.page-item:last-child .page-link {
  border-radius: 5px 0px 0px 5px;
}

.pagination {
  display: inline-flex !important;
}

.text-description {
  line-height: 25px;
}

.form-check-label {
  padding-right: 6px;
  padding-top: 3px;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-radius: 0px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-select:first-child,
.input-group > .form-control:first-child {
  border-radius: 0px 4px 4px 0px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: transparent;
}

.small-text {
  font-size: 75%;
}

.large-text {
  font-size: 120%;
}

.bg-read-list {
  background-color: #c8d7de !important;
}

.breadcrumb {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8) !important;
  margin-bottom: 0px !important;
  border-bottom: 1px solid #ccc;
  border-radius: 0px !important;
  padding: 8px !important;
}

.breadcrumb-item {
  font-size: 13px;
}

.pagination .page-link {
  border-radius: 8px;
  color: #535353;
  font-size: 18px;
  font-size: 1.286rem;
  line-height: 25px;
  margin: 0 3px;
  border: 1px solid transparent;
  background-color: transparent;
}

.pagination .page-item.disabled .page-link {
  color: #535353;
  background-color: transparent;
  border: transparent;
}

.pagination .page-item.disabled .PagaPrevious:before,
.pagination .page-item.disabled .PagaNext:before {
  color: #c3c3c3;
  background-color: transparent;
}

.pagination .PagaPrevious:before {
  content: "\642\628\644\6CC";
  font-weight: 700;
  color: #797979;
}

.pagination .PagaNext:before {
  content: "\628\639\62F\6CC";
  font-weight: 700;
  color: #797979;
}

.pagination .page-item.active .page-link {
  background-color: #00bfd6;
  border: 1px solid #00bfd6;
  color: #fff;
}

.pagination .page-link:hover {
  color: #535353;
}

.list-group {
  font-size: 12px;
}

.PDF-page-break {
  page-break-after: always;
}

.Footer-container {
  border-top: 2px solid #bebfbf;
  margin-top: 20px;
  background: #d7dee0;
  color: #5d5959;
  padding: 10px 10px 20px 10px;
}

.text-copyright,
.text-copyright span {
  font-size: 14px;
}

select.is-invalid + .select2 > .selection > .select2-selection {
  border: 1px solid #e3342f !important;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.hidden-wz {
  display: none;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

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

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

a.wzlink {
  color: #3687da;
}

a.wzlink:hover {
  color: #073d73;
}

@media (max-width: 900px) and (min-height: 701px) {
  li.page-item {
    display: none;
  }

  .page-item:first-child,
  .page-item:nth-child(2),
  .page-item:nth-child(3),
  .page-item:nth-child(4),
  .page-item:nth-last-child(4),
  .page-item:nth-last-child(3),
  .page-item:nth-last-child(2),
  .page-item:last-child,
  .page-item.active,
  .page-item.disabled {
    display: block;
  }
}

@media (max-width: 700px) and (min-height: 501px) {
  li.page-item {
    display: none;
  }

  .page-item:first-child,
  .page-item:nth-child(2),
  .page-item:nth-child(3),
  .page-item:nth-last-child(3),
  .page-item:nth-last-child(2),
  .page-item:last-child,
  .page-item.active,
  .page-item.disabled {
    display: block;
  }
}

@media (max-width: 500px) {
  li.page-item {
    display: none !important;
  }

  .page-item:first-child,
  .page-item:nth-child(2),
  .page-item:nth-last-child(2),
  .page-item:last-child,
  .page-item.active,
  .page-item.disabled {
    display: block !important;
  }
}

.font-20 {
  font-size: 20px !important;
}

.font-20-all,
.font-20-all * {
  font-size: 20px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-18-all,
.font-18-all * {
  font-size: 18px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-16-all,
.font-16-all * {
  font-size: 16px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-14-all,
.font-14-all * {
  font-size: 14px !important;
}

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

.font-12-all,
.font-12-all * {
  font-size: 12px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-11-all,
.font-10-all * {
  font-size: 11px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-10-all,
.font-10-all * {
  font-size: 10px !important;
}

body.Login {
  background: url("/img/lbg.jpg") no-repeat 0px 0px;
  text-align: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

body.Login .LoginContainer {
  border-radius: 4px;
  text-align: justify;
  width: 422px;
  position: fixed;
  top: 50% !important;
  transform: translate(-50%, -50%);
  left: 50%;
}

body.Login .LoginContainer .LoginHeader {
  font-family: IRANSans, EnFonts !important;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 13px;
  font-size: 21px;
  text-align: center;
}

body.Login .LoginContainer .LoginHeader h3 {
  font-size: 21px;
}

body.Login .LoginContainer .LoginBody {
  background-color: rgba(255, 255, 255, 0.33);
  border: 1px solid rgba(0, 0, 0, 0.22);
  border-top: none;
  padding: 15px 35px 35px;
  position: relative;
  line-height: 40px;
}

body.Login .LoginContainer .LoginFooter {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px;
  font-size: 11px;
  text-align: center;
}

body.Login .LoginContainer .LoginFooter a {
  color: #fff;
}

body.Login .LoginTopHeader {
  background-color: rgba(255, 255, 255, 0.88);
  color: #4bc466;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #888;
  box-shadow: 2px 2px 40px #bbb;
}

body.Login .LoginCopyRight {
  background-color: rgba(0, 0, 0, 0.44);
  color: #fff;
  padding: 15px;
  border-top: 1px solid #211f1c;
  box-shadow: -2px -2px 15px #413c32;
}

.bg-report-header,
.bg-report-footer {
  background-color: #c5c5c5 !important;
  color: #444 !important;
}

.bg-report-header th,
.bg-report-footer th {
  border-radius: 0px !important;
}

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

.Table-rp-padding td {
  padding: 4px 10px;
}

.Main-content {
  padding-top: 0px !important;
}

.RemoveItemH {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 2px;
  top: 0px;
  cursor: pointer;
  color: #f10b03;
}

.text-vertical span {
  writing-mode: vertical-rl;
}

.switch-access-w {
  width: 50px !important;
  margin: 0px auto;
  display: block;
}

.Error403 {
  position: absolute;
  top: 50% !important;
  overflow: hidden;
  z-index: 999;
  display: block;
  transform: translate(-50%, -50%);
  left: 50%;
}

.Error403 .title {
  font-size: 42px;
  line-height: 70px;
  color: #ffaf1d;
  font-weight: 700;
}

.Error403 .title i {
  font-size: 60px;
}

.Error403 .desc {
  border-top: 1px dashed #999;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
}

.Error404 {
  position: absolute;
  top: 50% !important;
  overflow: hidden;
  z-index: 999;
  display: block;
  transform: translate(-50%, -50%);
  left: 50%;
}

.Error404 .title {
  font-size: 42px;
  line-height: 70px;
  color: #fc3e3e;
  font-weight: 700;
}

.Error404 .title i {
  font-size: 60px;
}

.Error404 .desc {
  border-top: 1px dashed #999;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
}

.Error404 .desc a {
  color: #fc3e3e;
}

.Error500 {
  position: absolute;
  top: 50% !important;
  overflow: hidden;
  z-index: 999;
  display: block;
  transform: translate(-50%, -50%);
  left: 50%;
}

.Error500 .title {
  font-size: 42px;
  line-height: 70px;
  color: #fd8d8d;
  font-weight: 700;
}

.Error500 .title i {
  font-size: 60px;
}

.Error500 .desc {
  border-top: 1px dashed #999;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
}

.Error500 .desc a {
  color: #fd8d8d;
}

.input-group-text {
  border: 1px solid #ced4da !important;
}

.align-middle-all * {
  vertical-align: middle !important;
}

.text-bold {
  font-weight: bold;
}

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

.table-rp-padding td {
  padding: 6px 10px;
}

.text-vertical span {
  writing-mode: vertical-rl;
}

.input-field {
  position: relative;
  width: 100%;
}

.input-field label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #d3d3d3;
  transition: 0.2s all;
  cursor: text;
}

.input-field input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0.5rem 0;
  border-bottom: 2px solid #d3d3d3;
  box-shadow: none;
  color: #111;
}

.input-field input:invalid {
  outline: 0;
  color: #ff2300;
  border-color: #ff2300;
}

.input-field input:focus,
.input-field input:valid {
  border-color: #00dd22;
}

.input-field input:focus ~ label,
.input-field input:valid ~ label {
  font-size: 14px;
  top: -24px;
  color: #00dd22;
}

.MainTopBar {
  padding: 0px;
  background-color: #577590;
  color: #fff;
}

.MainTopBar a {
  color: #ffffff;
  padding: 6px 10px;
  border-left: 1px solid #739ec4;
}

.MainTopBar a:last-child {
  border-left: 1px solid transparent !important;
}

.MainTopBar .TopSocial {
  padding-top: 4px;
}

.MainTopBar .TopSocial a {
  border-left: none;
  padding: 3px;
}

.MainTopBar .TopSocial a i {
  font-size: 16px;
}

.MainTopBar .TopSocial a:hover {
  color: #f9c74f;
}

.LogoContainer {
  background-color: #f9c74f;
  color: #fff;
}

.FooterContainer {
  background-color: #f9c74f;
  color: #fff;
  margin: 0px;
}

.FooterContainer .FooterIcon {
  position: relative;
  border-right: 1px solid #cab584;
  padding-right: 10px;
  color: #757575;
  min-height: 140px;
}

.FooterContainer .FooterIcon .f-icon {
  width: 50px;
  height: 50px;
  margin-top: 0;
  position: absolute;
  padding: 8px;
  top: 10px;
}

.FooterContainer .FooterIcon .f-icon i {
  font-size: 36px;
}

.FooterContainer .FooterIcon .f-title {
  padding: 10px 0;
  line-height: 22px;
  margin-right: 60px;
  font-size: 16px;
  font-weight: bold;
  min-height: 65px;
}

.FooterContainer .FooterIcon .f-text {
  text-align: justify;
  margin-top: 10px;
  font-weight: 600;
}

.FooterMenu {
  background-color: #577590;
  color: #fff;
  padding: 15px 0px;
}

.FooterMenu a {
  color: #fff;
}

.FooterMenu a:hover {
  color: #f9c74f;
}

.FooterMenu a.active {
  color: #6aff8a;
}

.FooterMenu dl dt {
  line-height: 40px;
  font-size: 14px;
}

.FooterMenu dl dd {
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.FooterMenu dl dd:before {
  content: "\25CF";
  margin-left: 8px;
}

.FooterCopyRight {
  text-align: center;
  padding: 15px;
  background-color: #eee;
  color: #757575;
}

.RegisterUser h3 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
}

.alert h3 {
  font-size: 23px;
  margin: 0px !important;
}

.SharingLink {
  direction: ltr;
  text-align: left;
}

.SharingLink dl dd:before {
  margin-left: 0px !important;
  margin-right: 8px;
}

.SharingLink i {
  font-size: 14px;
  margin-right: 5px;
}

.SharingLinkAA a .fa-facebook-square {
  color: #3e68c0;
}

.SharingLinkAA a .fa-facebook-square:hover {
  color: #4872c0;
}

.SharingLinkAA a .fa-twitter-square {
  color: #23abff;
}

.SharingLinkAA a .fa-twitter-square:hover {
  color: #31b5ff;
}

.SharingLinkAA a .fa-linkedin {
  color: #15ace5;
}

.SharingLinkAA a .fa-linkedin:hover {
  color: #35b1e5;
}

.SharingLinkAA a .fa-instagram {
  color: #ce2e95;
}

.SharingLinkAA a .fa-instagram:hover {
  color: #e24749;
}

.SharingLinkAA a .fa-youtube {
  color: #ce1312;
}

.SharingLinkAA a .fa-youtube:hover {
  color: #e05045;
}

.SharingLinkAA a .fa-telegram {
  color: #2ca5e0;
}

.SharingLinkAA a .fa-telegram:hover {
  color: #51b4e0;
}

.News-Panel .card-header {
  background-color: #82b75a !important;
  color: #eee;
  font-weight: bold;
  font-size: 16px;
}

.News-Panel .card-header a {
  font-size: 12px;
  color: #eee;
  font-weight: normal;
}

.News-Panel .card-header a:hover {
  color: #dc1616 !important;
}

.News-Panel .list-group-item {
  color: #666;
  padding: 0px;
  /* Safari */
  transition: background-color 100ms ease-out;
  /* Safari */
  transition-delay: 100ms;
  transition: padding 100ms ease-out 200ms;
}

.News-Panel .list-group-item a {
  display: block;
  color: #666;
  padding: 5px 10px;
}

.Account-Panel .card-header {
  background-color: #d9534f !important;
  color: #eee;
  font-weight: bold;
  font-size: 20px;
}

.Account-Panel .card-header a {
  font-size: 12px;
  color: #eee;
  font-weight: normal;
}

.Account-Panel .card-header a:hover {
  color: #f9ec58 !important;
}

.Account-Panel ul.row {
  margin: 0px;
  list-style-type: none;
}

.Account-Panel ul.row li {
  display: block;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 0px;
}

.Account-Panel ul.row li a {
  display: block;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Faq-Panel .card-header,
.NewsCategory .card-header {
  background-color: rgba(223, 105, 26, 0.6705882353) !important;
  color: #eee;
  font-weight: bold;
  font-size: 16px;
}

.Faq-Panel .card-header a,
.NewsCategory .card-header a {
  font-size: 12px;
  color: #eee;
  font-weight: normal;
}

.Faq-Panel .card-header a:hover,
.NewsCategory .card-header a:hover {
  color: #dc1616 !important;
}

.Faq-Panel .list-group-item,
.NewsCategory .list-group-item {
  color: #666;
  padding: 0px;
  /* Safari */
  transition: background-color 100ms ease-out;
  /* Safari */
  transition-delay: 100ms;
  transition: padding 100ms ease-out 200ms;
}

.Faq-Panel .list-group-item a,
.NewsCategory .list-group-item a {
  display: block;
  color: #666;
  padding: 5px 10px;
}

.juicy-peach-gradient {
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
}

.young-passion-gradient {
  background-image: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
}

.lady-lips-gradient {
  background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
}

.sunny-morning-gradient {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

.rainy-ashville-gradient {
  background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);
}

.frozen-dreams-gradient {
  background-image: linear-gradient(to top, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%);
}

.warm-flame-gradient {
  background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
}

.night-fade-gradient {
  background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
}

.spring-warmth-gradient {
  background-image: linear-gradient(to top, #fad0c4 0%, #ffd1ff 100%);
}

.winter-neva-gradient {
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}

.dusty-grass-gradient {
  background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
}

.tempting-azure-gradient {
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
}

.heavy-rain-gradient {
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}

.amy-crisp-gradient {
  background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
}

.mean-fruit-gradient {
  background-image: linear-gradient(120deg, #fccb90 0%, #d57eeb 100%);
}

.deep-blue-gradient {
  background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
}

.ripe-malinka-gradient {
  background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}

.cloudy-knoxville-gradient {
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.morpheus-den-gradient {
  background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}

.rare-wind-gradient {
  background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
}

.near-moon-gradient {
  background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%);
}

.btn.btn-flat {
  font-weight: 500;
  color: inherit;
  background-color: transparent;
  box-shadow: none;
}

.btn.btn-flat:not([disabled]):not(.disabled):active {
  box-shadow: none;
}

.btn-floating {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0;
  margin: 10px;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
  width: 47px;
  height: 47px;
}

.btn-floating i {
  font-size: 1.25rem;
  line-height: 47px;
}

.btn-floating i {
  display: inline-block;
  width: inherit;
  color: #fff;
  text-align: center;
}

.btn-floating:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-floating:before {
  border-radius: 0;
}

.btn-floating.btn-sm {
  width: 36.15385px;
  height: 36.15385px;
}

.btn-floating.btn-sm i {
  font-size: 0.96154rem;
  line-height: 36.15385px;
}

.btn-floating.btn-lg {
  width: 61.1px;
  height: 61.1px;
}

.btn-floating.btn-lg i {
  font-size: 1.625rem;
  line-height: 61.1px;
}

.waves-effect {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
  position: absolute;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  opacity: 0;
  transition-property: transform, opacity;
  transition: all 0.5s ease-out;
  transform: scale(0) translate(0, 0);
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  transition: none !important;
}

.waves-button,
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  z-index: 1;
  font-size: 1em;
  line-height: 1em;
  color: inherit;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  padding: 0.85em 1.1em;
  margin: 0;
}

.waves-input-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.2em;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  transition: all 300ms;
}

.waves-float:active {
  box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

a.waves-effect,
a.waves-light {
  display: inline-block;
}

.testimonial-card .card-up {
  height: 120px;
  overflow: hidden;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.testimonial-card .avatar {
  width: 120px;
  margin-top: -60px;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 50%;
}

.testimonial-card .avatar img {
  width: 100%;
}

.testimonial-card .card-body {
  text-align: center;
}

.wz-carousel {
  margin: 10px 0px;
  box-shadow: 0px 7px 13px #8c8c8c;
  border-radius: 20px;
}

.wz-carousel .carousel-item {
  border-radius: 20px;
}

.wz-carousel .carousel-item img {
  border-radius: 20px;
}

.wz-carousel .carousel-indicators li {
  width: 0.625rem;
  height: 0.625rem;
  cursor: pointer;
  border-radius: 50%;
}

.wz-carousel .carousel-control-prev,
.wz-carousel .carousel-control-next {
  width: 7%;
}

.wz-carousel .carousel-control-prev-icon,
.wz-carousel .carousel-control-next-icon {
  width: 15px;
  height: 15px;
  background-color: #a0a0a0;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 2px 2px 5px #000;
}

.purple-gradient-rgba {
  background: linear-gradient(40deg, rgba(255, 110, 196, 0.8), rgba(120, 115, 245, 0.8)) !important;
}

.peach-gradient-rgba {
  background: linear-gradient(40deg, rgba(255, 216, 111, 0.8), rgba(252, 98, 98, 0.8)) !important;
}

.aqua-gradient-rgba {
  background: linear-gradient(40deg, rgba(32, 150, 255, 0.8), rgba(5, 255, 163, 0.8)) !important;
}

.blue-gradient-rgba {
  background: linear-gradient(40deg, rgba(69, 202, 252, 0.8), rgba(48, 63, 159, 0.8)) !important;
}

.MainGameItem {
  border-radius: 15px;
  box-shadow: 1px 1px 10px #888;
  transition: all 0.5s ease-in-out;
  text-shadow: 0px 0px 3px #000;
}

.MainGameItem .card-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.MainGameItem .card-image,
.MainGameItem .mask {
  border-radius: 15px;
}

.MainGameItem .img-countainer {
  padding: 10px 3px;
  display: flex;
  align-items: center;
}

.MainGameItem .img-countainer .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #eee;
  box-shadow: 1px 1px 8px #333;
}

.MainGameItem .Game-content {
  width: 100%;
}

.MainGameItem .Game-content hr {
  background-color: #fff;
  margin: 0px 0px 10px 0px;
}

.MainGameItem .Game-content .lead .col i {
  margin-left: 5px;
}

.MainGameItem .Game-content .lead .first {
  width: 100%;
}

.MainGameItem .Game-content .lead .first div {
  display: flex;
}

.MainGameItem .Game-content .lead .Latest div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.MainGameItem .Game-content .lead .Latest .col-14 {
  padding: 0px 0px 0px 15px;
}

.MainGameItem .Game-content .lead .Latest .col-14 span {
  font-weight: 500;
}

.MainGameItem:hover {
  box-shadow: 3px 3px 10px #333;
  transition: all 0.5s ease-in-out;
}

h5.newsletter {
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
}

.wz-navbar {
  background-color: #ffed4a !important;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #ccc;
  border-top: 1px solid transparent;
  box-shadow: 0px 0px 2px #999;
  padding: 0px;
}

.wz-navbar .navbar-nav a.active {
  background-color: #fca880;
  border-radius: 4px 4px 0px 0px !important;
  color: #ffffff !important;
}

.wz-navbar .navbar-nav:first-child .nav-item {
  border-right: 1px solid #e4d231;
  font-weight: bolder;
  color: #717171;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}

.wz-navbar .navbar-nav:first-child .nav-item:hover {
  background-color: #f1db14;
  transition: all 0.4s ease-in-out;
}

.wz-navbar .navbar-nav:last-child .nav-item {
  border-left: 1px solid #e4d231;
  font-weight: bolder;
  color: #717171;
}

.wz-navbar .profile img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #ccc;
}

.wz-navbar .dropdown-profile {
  left: auto;
  right: 0;
  width: 100%;
}

.tooltip {
  font-family: IRANSans, EnFonts !important;
}

.UserMenu {
  background-color: #fff;
  box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.1);
  border: 1px solid #dedede;
  margin-bottom: 20px;
  border-radius: 10px;
}

.UserMenuHeader {
  padding: 18px 39px 18px 0;
  border-bottom: 1px solid #9e9e9e;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #535353;
  font-size: 14px;
  line-height: 1.692;
}

.UserMenuItem {
  list-style: none;
  font-size: 14px;
  line-height: 1.571;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.UserMenuItem li {
  border-bottom: 1px solid #efefef;
}

.UserMenuItem li a {
  position: relative;
  padding: 12px 40px 12px 0;
  color: #5b5b5b;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}

.UserMenuItem li a i {
  font-size: 16px;
  top: 14px;
  right: 15px;
  position: absolute;
}

.UserMenuItem li a:hover {
  background-color: #f6ffff;
  color: #009ec9;
}

.UserMenuItem li a.active {
  background-color: #ddfdfd;
  color: #009ec9;
}

.UserMenuItem ul {
  list-style-type: none;
}

.UserMenuItem ul li {
  border-right: 4px solid #3dc1ea;
}

.UserMenuItem ul li a {
  padding-right: 50px;
}

.UserMenuItem ul li a i {
  right: 25px;
}

.UserMenuItem ul li:hover {
  border-right-color: #ca5b00;
}

.UserMenuItem ul li:first-child {
  border-top: 1px solid #efefef;
}

.UserMenuItem ul li:last-child {
  border-bottom: 1px solid transparent;
}

.wz-border {
  border: 1px solid #dedede;
}

.swal2-popup.swal2-toast .swal2-title {
  text-align: justify;
  line-height: 20px;
}

.SlideContainer {
  max-width: 1180px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.ServiceContainer .item {
  position: relative;
  margin-bottom: 15px;
}

.ServiceContainer .item .card {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.ServiceContainer .item .card .header {
  height: 80px;
  background-image: linear-gradient(120deg, #f6d365 0, #fda085 100%);
  border-radius: 5px 5px 0px 0px;
}

.ServiceContainer .item .card .img-container {
  width: 100px;
  margin-top: -60px;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 50%;
  height: 100px;
}

.ServiceContainer .item .card .img-container .img {
  width: 100%;
  height: 100%;
}

.ServiceContainer .item .card .title {
  font-size: 15px;
  text-align: center;
  padding: 13px 0px;
  border-bottom: 1px solid #ccc;
}

.ServiceContainer .item .card ul {
  list-style-type: none;
}

.ServiceContainer .item .card ul li a {
  padding: 5px 5px;
  border-bottom: 1px solid #dedede;
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ServiceContainer .item .card ul li a span.badge {
  left: 10px;
  top: 35%;
  position: absolute;
  padding: 5px;
}

.ServiceContainer .item .card ul .more {
  text-align: center;
  background-color: #f7f7f7;
}

.ServiceContainer .item .card ul .more a {
  color: #cc3333;
}

.ServiceContainer .card.card-wider {
  box-shadow: none;
}

.ServiceContainer .card.card-wider .title {
  font-size: 15px;
  text-align: center;
  padding: 13px 0px;
  border-bottom: 1px solid #ccc;
  background-color: #577590;
  box-shadow: 0px 2px 3px #546c82;
  color: #eee;
  margin-top: 2px;
}

.ServiceContainer .card.card-wider .view-img {
  z-index: 2;
  border-radius: 0.25rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  cursor: default;
  margin: -1px -7px;
}

.ServiceContainer .card.card-wider .view-img a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}

.ServiceTitleShow h1 {
  text-align: center;
  padding: 15px;
  margin: 15px 0px;
  background-color: #90be6d;
  border-radius: 5px;
  box-shadow: 3px 3px 2px #ccc;
  border: 1px solid #40860c;
  color: #fff;
  text-shadow: -1px 2px 3px #111;
}

.AccountCategory h3 {
  text-align: center;
  padding: 15px 10px;
  border-bottom: 3px double #ccc;
  border-radius: 5px 5px 0px 0px;
  background-color: #90be6d;
  color: #fff;
  text-shadow: -1px 2px 3px #111;
}

.AccountCategory ul {
  list-style-type: none;
}

.AccountCategory ul a {
  padding: 5px;
  border: 1px solid #dedede;
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}

.AccountCategory ul a:hover,
.AccountCategory ul a.active:hover {
  background-color: #bed8c1;
  color: #bf0000;
  transition: all 0.4s ease-in-out;
}

.AccountCategory ul a.active {
  background-color: #e6f5c8;
}

.AccountCategory ul li {
  background-color: #fff;
}

.AccountCategory ul li ul {
  position: relative;
}

.AccountCategory ul li ul li {
  position: relative;
}

.AccountCategory ul li ul li a {
  padding: 5px 25px 5px 10px;
  background-color: #e0e0e0;
}

.AccountCategory ul li ul li a.active {
  background-color: #def5b0;
}

.AccountCategory ul li ul li:before {
  content: "";
  position: absolute;
  right: 10px;
  border-top: 1px dotted #000;
  top: 20px;
  width: 12px;
  height: 0;
  z-index: 1000;
}

.AccountCategory ul li ul li:after {
  content: "";
  position: absolute;
  border-left: 1px dashed #000;
  height: 100%;
  width: 0px;
  top: 0px;
  right: 10px;
}

.AccountCategory ul li ul li:last-child:after {
  height: 50% !important;
}

.AccountItem {
  margin-bottom: 15px;
}

.AccountItem a.link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.AccountItem h3 {
  text-align: center;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px 5px 0px 0px;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.AccountItem .Account-Container {
  border: 1px solid #ddd;
  border-radius: 0px 0px 5px 5px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.AccountItem .Account-Container .acc-imgage {
  flex: 0 0 100px;
  max-width: 100px;
  height: 100px;
  border-radius: 0px 0px 5px 0px;
  position: relative;
}

.AccountItem .Account-Container .acc-imgage img {
  height: 100%;
  width: 100%;
  border-radius: 0px 0px 5px 0px;
}

.AccountItem .Account-Container .acc-imgage .acc-cat-img {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 0px 15px 0px 0px;
  overflow: hidden;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.AccountItem .Account-Container .acc-imgage .acc-cat-img img {
  width: 100%;
  height: 100%;
}

.AccountItem .Account-Container .acc-info {
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  height: 100px;
  padding: 10px;
}

.AccountItem .Account-Container .acc-info ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  height: 60px;
  overflow: hidden;
}

.AccountItem .Account-Container .acc-info ul li {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1px 0px;
}

.AccountItem .Account-Container .acc-info ul li dt,
.AccountItem .Account-Container .acc-info ul li dd {
  float: right;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.AccountItem .Account-Container .acc-info ul li dt {
  text-align: left;
}

.AccountItem .Account-Container .acc-info ul li dd {
  text-align: center;
}

@media (min-width: 576px) {
  .AccountItem .Account-Container .acc-info ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .AccountItem .Account-Container .acc-info ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 992px) {
  .AccountItem .Account-Container .acc-info ul li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.AccountItem .Account-Container .acc-info .price {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  font-size: 130%;
}

.AccountItem .Account-Container .acc-info .price:hover {
  color: #fff;
  background-color: #2fa360;
  border-color: #2d995b;
}

.AccountItem .Account-Container .acc-info .price-sold {
  color: #fff;
  background-color: #c9c9c9 !important;
  border-color: #333533;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  font-size: 130%;
}

.AccountItem .Account-Container .acc-info div.Acc-row {
  height: 100%;
}

.AccountItem .Account-Container .acc-info div.Acc-row > div {
  height: 100%;
}

.m-banner-box {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin: 15px 0px;
  padding: 0px;
}

.m-banner-box .m-banner-headline {
  justify-content: space-between;
  margin: 0 0 6px 0px;
  position: relative;
}

.m-banner-box .m-banner-headline span {
  padding: 3px 20px;
  min-height: 35px;
  font-size: 17px;
  line-height: 30px;
  white-space: nowrap;
  display: -ms-flexbox;
  display: inline-block;
  position: relative;
  font-weight: 700;
}

.m-banner-box .m-banner-headline span:before {
  content: "";
  position: absolute;
  right: 0;
  left: -40px;
  bottom: 0;
  background-color: #ef5661;
  height: 1px;
  z-index: 1;
}

.m-banner-box .m-banner-headline span::after {
  content: "";
  position: absolute;
  left: -45px;
  width: 15px;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  z-index: 1;
}

.m-banner-box .m-banner-headline::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #dfdfdf;
  height: 1px;
  content: "";
  z-index: 0;
}

.m-s-container {
  height: 100px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-container .swiper-slide-active {
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
  border-radius: 5px;
  border: 1px solid #dedede;
}

.swiper-container .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-container .swiper-slide .m-s-item {
  display: flex;
  height: 100%;
  width: 100%;
  transition-duration: 0.2s;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 10px;
  position: relative;
}

.swiper-container .swiper-slide .m-s-item img.category {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 5px;
  left: 5px;
  border-radius: 50%;
  border: 2px solid #eee;
  box-shadow: 0px 0px 10px #fff;
}

.swiper-container .swiper-slide .m-s-item img.banner {
  max-height: 100%;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}

.swiper-container .swiper-slide .m-s-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.swiper-container .swiper-slide .m-s-item:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.NewsContainer {
  margin: 20px 0px;
}

.NewsContainer .col-md-6 {
  padding: 5px;
}

.NewsContainer .card {
  border: none;
  border-radius: 10px;
  box-shadow: 3px 4px 5px #ccc, -2px -2px 10px #ccc;
}

.NewsContainer .card .card-img-top {
  margin-bottom: -15px;
  border-radius: 10px;
}

.NewsContainer .card .card-body {
  padding: 10px !important;
  background-color: #fff;
  border-radius: 10px 10px 0px 0px;
}

.NewsContainer .card .card-body .card-title {
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.NewsContainer .card .card-body .card-text {
  text-align: justify;
  max-height: 80px;
  min-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.NewsContainer .card .card-footer {
  background-color: transparent;
  padding: 5px 10px;
  position: relative;
}

.NewsContainer .card .card-footer .date {
  float: right;
}

.NewsContainer .card .card-footer .readMore {
  float: left;
}

.NewsContainer .card .card-footer .readMore a {
  position: absolute;
  padding: 5px 30px;
  left: 0;
  top: 0;
  background-color: #cbf157;
  border-radius: 0px 0px 0px 10px;
}

.WebPageShow {
  background-color: #fff;
  padding: 20px 10px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}

.WebPageShow h1 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.NewsShow .NewsShowContainer {
  background-color: #fff;
  padding: 20px 10px 0px 10px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}

.NewsShow .NewsShowContainer h1 {
  margin-top: 30px;
  padding: 5px 15px;
  font-size: 30px;
}

.NewsShow .NewsShowContainer h3 {
  padding: 0px 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  color: #828282;
  margin-bottom: 30px;
}

.NewsShow .NewsShowContainer .NewsBody .tag {
  margin-top: 20px;
}

.NewsShow .NewsShowContainer .NewsBody .tag span {
  font-weight: bold;
  font-size: 110%;
  letter-spacing: 0.5px;
}

.NewsShow .NewsShowContainer .NewsBody .tag a {
  padding: 5px 10px;
  display: inline-block;
  font-weight: 500;
  color: #adabab;
}

.NewsShow .NewsShowContainer .NewsBody .tag a:hover {
  color: #515151;
}

.NewsShow .NewsShowContainer .NewsBody .tag a:before {
  content: " , ";
}

.NewsShow .NewsShowContainer .NewsBody .tag a:first-child:before {
  content: " ";
}

.NewsShow .NewsShowContainer .NewsFooter {
  margin-top: 5px;
  border-top: 1px solid #ccc;
  position: relative;
}

.NewsShow .NewsShowContainer .NewsFooter .NewsCategory span {
  font-weight: bold;
  font-size: 110%;
  letter-spacing: 0.5px;
}

.NewsShow .NewsShowContainer .NewsFooter .NewsCategory a {
  color: #a00309;
  padding: 5px 10px;
  display: inline-block;
  font-weight: 500;
}

.NewsShow .NewsShowContainer .NewsFooter .NewsCategory a:hover {
  color: #da0404;
  text-shadow: 1px 1px 1px #b9b9b9;
}

.NewsShow .NewsShowContainer .NewsFooter .NewsCategory a:before {
  content: " , ";
}

.NewsShow .NewsShowContainer .NewsFooter .NewsCategory a:first-child:before {
  content: "";
}

.NewsShow .NewsShowContainer .NewsFooter .info {
  float: right;
  padding: 5px;
}

.NewsShow .NewsShowContainer .NewsFooter .info i {
  font-size: 15px;
  margin-left: 4px;
}

.NewsShow .NewsShowContainer .NewsFooter .shared {
  float: left;
  padding: 5px;
}

.NewsShow .NewsShowContainer .NewsFooter .shared a {
  border: none;
  font-size: 26px;
  color: #858585;
  margin-right: 10px;
  transition: 0.2s;
}

.NewsShow .NewsShowContainer .NewsFooter .shared a i {
  font-size: 26px;
}

.NewsShow .NewsShowContainer .NewsFooter .shared a:hover {
  color: #656565;
}

.AccountAttr {
  padding: 15px 15px;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.UserBuyer {
  list-style-type: none;
  padding: 10px 5px;
}

.UserBuyer li i {
  font-size: 14px;
}

.UserBuyer li:first-child i {
  color: #ffc54e;
}

.UserBuyer li:last-child i {
  color: #f2fb96;
}

table.UserAccountList .buy {
  text-decoration: line-through;
}

.BuyerTable {
  color: #444;
}

.BuyerTable a {
  color: #444;
}

.BuyerTable a i {
  color: #444;
}

.BuyerTable td,
.BuyerTable th {
  padding: 3px !important;
}

.BuyerTable .seller {
  background-color: #ffc54e !important;
}

.BuyerTable .buyer {
  background-color: #f2fb96 !important;
}

.NewsCatTitle {
  background-color: #f3d07c;
  padding: 10px;
  border-radius: 5px;
  color: #672020;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 10px #ccc;
}

#AccCarousel {
  padding-bottom: 70px;
}

#AccCarousel .carousel-inner {
  border-radius: 15px;
  border: 1px solid #000;
  box-shadow: 4px 2px 13px #555;
}

#AccCarousel .carousel-control-prev,
#AccCarousel .carousel-control-next {
  height: 50px;
  width: 50px;
  background-color: #000;
  margin-top: 30%;
}

#AccCarousel .carousel-control-prev {
  border-radius: 0px 10px 10px 0px;
}

#AccCarousel .carousel-control-next {
  border-radius: 10px 0px 0px 10px;
}

#AccCarousel .carousel-indicators {
  position: static;
  margin-top: 5px;
  right: 0px !important;
  margin-right: 0px;
  margin-left: 0px;
}

#AccCarousel .carousel-indicators li {
  width: 80px;
}

#AccCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.5;
  width: 100%;
  border-radius: 15px;
}

#AccCarousel .carousel-indicators li.active img {
  opacity: 1;
}

#AccCarousel .carousel-indicators li:hover img {
  opacity: 0.75;
}

.acc-info-show .info-container {
  padding: 20px;
  background-color: #fff3d7;
  border-radius: 4px;
}

.acc-info-show ul {
  list-style-type: none;
}

.acc-info-show ul li dl dd {
  text-align: center;
}

.acc-info-show div.price {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #ddd;
}

.acc-info-title {
  margin-bottom: 10px;
  border-bottom: 1px solid #cacaca;
  padding: 15px;
}

.AccShowContainer {
  background-color: #ffffff;
  border-radius: 15px;
  margin: 30px auto;
  border: 1px solid #ccc;
  overflow: hidden;
}

.AccShowContainer h1 {
  padding: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.AccShowContainer .PriceContainer {
  border-top: 1px solid #ccc;
  padding: 30px 0px;
  background-color: #f2f7d5;
}

.AccShowContainer .PriceContainer i {
  font-size: 18px;
  margin-left: 8px;
}

.AccShowContainer .PriceContainer .price-lable {
  color: #b4b4b4;
  font-size: 16px;
}

.AccShowContainer .PriceContainer .AccPriceUser {
  font-size: 2.214rem;
  text-align: center;
}

.AccShowContainer .PriceContainer .AccPrice {
  color: #fb3449;
  text-align: center;
  font-size: 15px;
}

.AccShowContainer .PriceContainer .AccPrice span {
  font-size: 2.214rem;
}

.AccShowContainer .WAcountShow .info-container {
  background-color: transparent;
}

.AccShowContainer .WAcountShow .info-container .Acc-col dl {
  display: grid;
  grid-template-columns: auto auto;
  border: 1px solid #888;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.AccShowContainer .WAcountShow .info-container .Acc-col dl dt,
.AccShowContainer .WAcountShow .info-container .Acc-col dl dd {
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.AccShowContainer .WAcountShow .info-container .Acc-col dl dt {
  text-align: left;
  color: #eeeeee;
  background-color: #555;
}

.AccShowContainer .WAccDesContainer h3 {
  justify-content: space-between;
  margin: 0 0 6px 0px;
  position: relative;
}

.AccShowContainer .WAccDesContainer h3 span {
  padding: 10px;
  font-size: 18px;
  font-size: 1.286rem;
  line-height: 31px;
  white-space: nowrap;
  display: -ms-flexbox;
  display: inline-block;
  position: relative;
  font-weight: 700;
}

.AccShowContainer .WAccDesContainer h3 span:before {
  content: "";
  position: absolute;
  right: 0;
  left: -40px;
  bottom: 0;
  background-color: #ef5661;
  height: 1px;
  z-index: 1;
}

.AccShowContainer .WAccDesContainer h3 span:after {
  content: "";
  position: absolute;
  left: -45px;
  width: 15px;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  z-index: 1;
}

.AccShowContainer .WAccDesContainer h3:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #dfdfdf;
  height: 1px;
  content: "";
  z-index: 0;
}

.ContactShow dl dd {
  text-align: center;
}

.grecaptcha-badge {
  display: none !important;
}

.uread {
  background-color: #ddffcb !important;
}

.TicketContainer {
  margin-top: 50px;
}

.TicketContainer > .row:last-child {
  margin-bottom: 50px;
}

.TicketContainer > .row:first-child .AnswerContainer {
  border-top: 1px solid #ccc;
}

.TicketContainer .AnswerContainer {
  border-bottom: 1px solid #ccc;
  padding: 15px 10px 0px 10px;
}

.TicketContainer .AnswerContainer .AnswerBy {
  padding: 5px 10px;
  margin: 0px -10px;
  background-color: #ccc;
  color: #122ef3;
  box-shadow: 1px 1px 3px #000;
}

.TicketContainer .AnswerContainer .AnswerByU {
  background-color: #ccc;
}

.TicketContainer .AnswerContainer .AnswerByA {
  background-color: #b7f96d;
  color: #464646 !important;
}

.TicketContainer .AnswerContainer .AnswerBody {
  padding: 15px 10px;
}

.TicketContainer .AnswerContainer .AnswerAttached {
  padding: 10px;
  margin: auto -10px;
  border-top: 1px dashed #ccc;
}

.select2-container--default .select2-results__group {
  background-color: #eef9d0;
  text-align: center;
  border-bottom: 1px double #efe37e;
}

.custom-file-input:lang(fa) ~ .custom-file-label::after {
  content: "\627\646\62A\62E\627\628";
}

.AccSharingLink a i {
  font-size: 26px;
  transition: 0.2s all;
}

.AccSharingLink a .fa-facebook-square {
  color: #3e68c0;
}

.AccSharingLink a .fa-twitter-square {
  color: #23abff;
}

.AccSharingLink a .fa-pinterest {
  color: #ea3145;
}

.AccSharingLink a .fa-linkedin {
  color: #15ace5;
}

.AccSharingLink a .fa-film {
  color: #e31d60;
}

.AccSharingLink a .fa-instagram {
  color: #ce2e95;
}

.AccSharingLink a .fa-instagram:hover {
  color: #e24749;
}

.AccSharingLink a .fa-youtube {
  color: #ce1312;
}

.AccSharingLink a .fa-youtube:hover {
  color: #e05045;
}

.AccSharingLink a .fa-tumblr-square {
  color: #3e3e3e;
}

.AccSharingLink a .fa-reddit {
  color: #ff5c1f;
}

.AccSharingLink a .fa-whatsapp-square {
  color: #13d25a;
}

.AccSharingLink a .fa-telegram {
  color: #2ca5e0;
}

.AccSharingLink a .fa-facebook-square:hover {
  color: #4872c0;
}

.AccSharingLink a .fa-twitter-square:hover {
  color: #31b5ff;
}

.AccSharingLink a .fa-pinterest:hover {
  color: #ff5d73;
}

.AccSharingLink a .fa-linkedin:hover {
  color: #35b1e5;
}

.AccSharingLink a .fa-tumblr-square:hover {
  color: #747474;
}

.AccSharingLink a .fa-reddit:hover {
  color: #ff874b;
}

.AccSharingLink a .fa-whatsapp-square:hover {
  color: #6bd27b;
}

.AccSharingLink a .fa-telegram:hover {
  color: #51b4e0;
}

.CartContainer .CartItem {
  border: 1px solid #ccc;
  padding: 10px 2px;
  border-bottom: transparent;
}

.CartContainer .CartItem > div {
  border-left: 1px solid #ccc;
}

.CartContainer .CartItem > div:last-child {
  border-left: transparent;
}

.CartContainer .CartItem dl {
  margin-bottom: 5px;
}

.CartContainer .CartItem dl dt,
.CartContainer .CartItem dl dd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.CartContainer .CartItem img {
  margin: 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px;
  border: 1px solid #ccc;
}

.CartContainer .CartItem .price div div:first-child,
.CartContainer .CartItem .TotalPrice div div:first-child,
.CartContainer .CartItem .CartPrice .price div div:first-child {
  text-align: left;
}

.CartContainer .CartItem .CartPrice .price {
  font-size: 13px;
  font-weight: bold;
  color: #555;
  padding: 5px;
}

.CartContainer .CartItem .TotalPrice {
  border-top: 1px solid #333;
  margin-top: 10px;
  padding: 10px 5px;
}

.CartContainer .CartItem .TotalPrice * {
  font-size: 14px;
  font-weight: bold;
}

.CartContainer .CartItem .remove {
  position: absolute;
  bottom: -11px;
  left: -3px;
  padding: 3px 6px;
  border-radius: 0 5px 0 0;
  color: #807c7c;
}

.CartContainer .CartItem .remove i {
  font-size: 14px;
}

.CartContainer .CartItem .remove:hover {
  color: #444;
}

.CartContainer .CartItem .cart-alert-container {
  padding-top: 6px;
  bottom: 0px;
}

.CartContainer .CartItem .cart-alert-container .cart-alert {
  color: #ef2929;
}

.CartContainer .CartItem:last-child {
  border-bottom: 1px solid #999;
  box-shadow: 0px 4px 5px #ccc;
}

.CartContainer .CartItem:first-child {
  border-radius: 10px 10px 0px 0px !important;
}

.p-a-price .totalPrice {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 15px 5px;
  background-color: #e5f38b;
  margin-bottom: 20px;
  border-radius: 15px;
  border: 1px solid #c7c7c7;
}

.DashStatus {
  margin-top: 20px;
}

.DashStatus .StatusItem {
  text-align: center;
  margin-bottom: 10px;
}

.DashStatus .StatusItem > div {
  border-radius: 10px;
  background: #b8e1fc;
  background: linear-gradient(to bottom, #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b8e1fc", endColorstr="#bdf3fd", GradientType=0);
}

.DashStatus .StatusItem div div:first-child {
  padding: 10px 5px;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #797979;
  border-radius: 10px 10px 0px 0px;
  border-bottom: transparent;
  color: #404040;
}

.DashStatus .StatusItem div div:last-child {
  border: 1px solid #797979;
  border-radius: 0px 0px 10px 10px;
  font-size: 16px;
  padding: 10px;
  color: #b13013;
  font-weight: 800;
}

.ChatMContainer {
  border: 1px solid #ccc;
  padding: 10px 5px;
  background-color: #fbfafa;
  min-height: 100%;
  height: 500px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column-reverse;
}

.ChatMContainer ul {
  list-style-type: none;
}

.ChatMContainer ul li {
  background-color: #fff;
  padding: 5px;
  border-radius: 10px;
  margin: 10px;
  border: 1px solid #ddd;
}

.ChatMContainer ul li p.chat-sender {
  color: #9c9c9c !important;
  font-weight: bold;
}

.ChatMContainer ul li p.chat-senderB {
  color: #59d368 !important;
  font-weight: bold;
}

.ChatMContainer ul li p.chat-senderS {
  color: #2e94c6 !important;
  font-weight: bold;
}

.ChatMContainer ul li p.chat-time {
  font-size: 85%;
  color: #ccc;
  text-align: right;
}

.ChatMContainer::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

.ChatMContainer::-webkit-scrollbar-thumb {
  background: #969696;
  border-radius: 15px;
}

.ChatMContainer::-webkit-scrollbar-thumb:hover {
  background: #b3b1b3;
}

.ChatMContainer::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 15px;
}

.Chat-txt-Input {
  border: 1px solid #bbb;
  border-radius: 0px 0px 5px 5px;
  border-top: 1px solid transparent;
  padding: 18px 5px;
}

.chat-btn-container > div {
  border: 1px solid #bbb;
  padding: 3px;
  border-top: 1px solid transparent;
}

.chat-btn-container .progressUp {
  background-color: #f1f1f1 !important;
  height: 5px !important;
  display: block;
  padding: 0px !important;
}

.chat-btn-container .progressUp .ProgressUpBr {
  height: 5px !important;
  background-color: #0987ea;
  padding: 0px !important;
}

.relative {
  position: relative;
}

.chat-btn {
  position: absolute;
  top: 2px;
  left: 10px;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 13px;
}

.Chat-room-list {
  list-style-type: none;
}

.Chat-room-list li {
  position: relative;
  cursor: pointer;
  padding: 20px 5px 10px 5px;
  border-bottom: 1px dotted #ddd;
  transition: 0.2s all;
  border-radius: 5px;
  line-height: 18px;
}

.Chat-room-list li .chat-title {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Chat-room-list li .chat-message {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Chat-room-list li span.chat-time {
  position: absolute;
  top: 3px;
  left: 6px;
}

.Chat-room-list li span.chat-count {
  position: absolute;
  top: 50%;
  left: 6px;
  color: #fff;
  padding: 0.3em 0.5em 0.4em;
  text-align: center;
  background-color: #0F74A8;
  border-radius: 1.5em;
  display: inline-block;
  min-width: 0.9em;
  min-height: 1em;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  vertical-align: top;
}

.Chat-room-list li.ractive {
  background-color: #f9f9f9;
}

.Chat-room-list li:hover {
  padding-right: 15px;
  transition: 0.2s all;
}

.ChatHeader h2 {
  padding: 15px 10px;
  background-color: #eaeaea;
  border-radius: 10px 10px 0px 0px;
}

.plan-price {
  list-style-type: none;
}

.plan-price .plan {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.plan-price .plan .plan-inner {
  background: #fff;
  margin: 0 auto;
  width: 100%;
  position: relative;
  border-radius: 15px;
  border: 1px solid #b1f34a;
  box-shadow: 5px 10px 8px #effbcf;
}

.plan-price .plan .plan-inner .entry-title {
  background: rgb(210, 255, 82);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(210, 255, 82)), color-stop(100%, rgb(145, 232, 66)));
  background: linear-gradient(to right, rgb(210, 255, 82) 0%, rgb(145, 232, 66) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d2ff52", endColorstr="#91e842", GradientType=1);
  height: 140px;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  border-radius: 15px 15px 0px 0px;
}

.plan-price .plan .plan-inner .entry-title h3 {
  background: #80d42b;
  font-size: 20px;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  border-radius: 15px 15px 0px 0px;
  overflow: hidden;
}

.plan-price .plan .plan-inner .entry-title .price {
  background: rgb(210, 255, 82);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(210, 255, 82)), color-stop(100%, rgb(145, 232, 66)));
  background: linear-gradient(to right, rgb(210, 255, 82) 0%, rgb(145, 232, 66) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d2ff52", endColorstr="#91e842", GradientType=1);
  position: absolute;
  bottom: -35px;
  height: 120px;
  width: 120px;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 50px;
  border: 5px solid #fff;
  line-height: 80px;
  font-size: 28px;
  font-weight: 700;
  text-shadow: 2px 2px 5px #272626;
  border-radius: 50%;
  box-shadow: 2px 2px 3px #ccc;
}

.plan-price .plan .plan-inner .entry-title .price span {
  position: absolute;
  font-size: 15px;
  bottom: -10px;
  left: 36px;
  font-weight: 400;
}

.plan-price .plan .plan-inner .entry-content {
  color: #323232;
}

.plan-price .plan .plan-inner .entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  padding-top: 15px;
}

.plan-price .plan .plan-inner .entry-content ul li {
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0;
}

.plan-price .plan .plan-inner .entry-content ul li:last-child {
  border: none;
}

.plan-price .plan .plan-inner .btn-plan {
  padding: 3em 0;
  text-align: center;
}

.plan-price .plan .plan-inner .btn-plan a {
  background: rgb(255, 175, 75);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(255, 175, 75)), color-stop(100%, rgb(255, 146, 10)));
  background: linear-gradient(to right, rgb(255, 175, 75) 0%, rgb(255, 146, 10) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffaf4b", endColorstr="#ff920a", GradientType=1);
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  text-shadow: 1px 1px 5px #333;
  box-shadow: 1px 1px 2px #676767;
  border: 1px solid #929292;
}

.plan-price .plan .plan-inner .hot {
  position: absolute;
  top: -10px;
  background: #F80;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
  padding: 2px 15px;
  font-size: 13px;
  border-radius: 2px;
  left: 10px;
  font-weight: 700;
}

.plan-price .plan-hot .plan-inner {
  border: 1px solid #ffad46;
}

.plan-price .plan-hot .plan-inner .entry-title {
  background: rgb(255, 175, 75) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(255, 175, 75)), color-stop(100%, rgb(255, 146, 10))) !important;
  background: linear-gradient(to right, rgb(255, 175, 75) 0%, rgb(255, 146, 10) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffaf4b", endColorstr="#ff920a", GradientType=1) !important;
}

.plan-price .plan-hot .plan-inner .entry-title h3 {
  background: #f57405 !important;
}

.plan-price .plan-hot .plan-inner .hot {
  background-color: #80d42b;
}

.plan-price .plan-hot .plan-inner .price {
  background: rgb(255, 175, 75) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(255, 175, 75)), color-stop(100%, rgb(255, 146, 10))) !important;
  background: linear-gradient(to right, rgb(255, 175, 75) 0%, rgb(255, 146, 10) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffaf4b", endColorstr="#ff920a", GradientType=1) !important;
}

.plan-price .plan-hot .plan-inner .btn-plan a {
  background: rgb(100, 176, 19) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(100, 176, 19)), color-stop(100%, rgb(128, 212, 43))) !important;
  background: linear-gradient(to bottom, rgb(100, 176, 19) 0%, rgb(128, 212, 43) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#64b013", endColorstr="#80d42b", GradientType=0) !important;
}

.ehraz {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.ehraz li {
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  position: relative;
  padding-bottom: 3px;
}

.ehraz li.active span:first-child {
  background-color: #6eba2a;
}

.ehraz li::before {
  position: absolute;
  content: "";
  background-color: #e5e5e5;
  width: 100%;
  height: 6px;
  top: 20%;
  left: 50%;
  z-index: 10;
}

.ehraz li.active::before {
  background-color: #6eba2a;
}

.ehraz li:first-child::before {
  background-color: transparent !important;
}

.ehraz li span {
  display: block;
  z-index: 11;
}

.ehraz li span:first-child {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #ff9595;
  margin: 0 auto;
  position: relative;
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  color: #fff;
  font-size: 14px;
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
}

.ehraz li span:first-child i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}

.ehraz-content {
  text-align: justify;
}

.ehraz-content h2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #38c172;
  padding-bottom: 10px;
}

.ehraz-content .phone input {
  font-size: 20px;
  letter-spacing: 4px;
}

.ehraz-content .phone-code input {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 5px;
}

.bank-form input {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 4px;
}

.bank-form .BankName {
  width: 100%;
  color: #0371bf;
  text-align: center;
}

.bank-form .BankCart .input-group-text {
  padding: 0px 5px;
}

.bank-form .BankCart img {
  width: 30px;
  height: 30px;
}

.m-chat-count {
  position: absolute;
  top: 7px;
  left: 4px;
  color: #fff;
  padding: 0.3em 0.5em 0.4em;
  text-align: center;
  background-color: #0F74A8;
  border-radius: 1.5em;
  display: inline-block;
  min-width: 0.9em;
  min-height: 1em;
  font-size: 11px;
  line-height: 1em;
  vertical-align: top;
}

.BankContainer .remove {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 8px;
  color: #ec3f3f;
  cursor: pointer;
}

.account-sold h3 {
  text-decoration: line-through;
}

.account-sold .Account-Container {
  background-color: #fcf880 !important;
  color: #9e0000 !important;
}

.modal-overly {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99;
  width: 100%;
  max-width: 400px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 15px;
  padding: 0px !important;
  border: 1px solid #7b7b7b !important;
  display: block;
  height: 150px;
  box-shadow: 5px 5px 10px #888;
}

.modal button {
  position: absolute;
  bottom: 15px;
  right: 45%;
}

.modal-error,
.modal-success {
  background-color: #ff8787;
  color: #fff;
}

.modal-error h1,
.modal-success h1 {
  border-bottom: 1px solid #7b7b7b;
  padding: 10px;
  text-shadow: -1px 1px 3px #000;
}

.modal-error p,
.modal-success p {
  padding: 10px;
}

.modal-error .btn,
.modal-success .btn {
  background-color: #fff !important;
  color: #555 !important;
  border: 1px solid #777 !important;
  padding: 3px 15px !important;
}

.modal-success {
  background-color: #80ca00 !important;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.slide-enter-active,
.slide-leave-active {
  transition: transform 0.5s;
}

.slide-enter,
.slide-leave-to {
  transform: translateY(-50%) translateX(100vw);
}

.clickable {
  cursor: pointer;
}

#search-cover {
  background-color: #ff7575;
  border-radius: 5px;
  box-shadow: 0 10px 40px #ff7c7c, 0 0 0 12px #ffffff;
  transform: scale(0.6);
}

#search-cover form .search-tb {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid transparent;
}

#search-cover form .search-tb .search-td {
  display: table-cell;
  vertical-align: middle;
}

#search-cover form .search-tb .search-td input,
#search-cover form .search-tb .search-td button {
  color: #fff;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
}

#search-cover form .search-tb .search-td input[type=search] {
  width: 100%;
  font-size: 20px;
  line-height: 1;
  border-radius: 5px;
  padding: 3px 15px;
}

#search-cover form .search-tb .search-td input[type=search]::-moz-placeholder {
  color: rgba(246, 246, 246, 0.89);
}

#search-cover form .search-tb .search-td input[type=search]::placeholder {
  color: rgba(246, 246, 246, 0.89);
}

#search-cover form .search-tb .search-td input[type=search]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(246, 246, 246, 0.89);
}

#search-cover form .search-tb .search-td input[type=search]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(246, 246, 246, 0.89);
}

#search-cover form .search-tb .search-td input[type=search]:focus {
  box-shadow: none;
}

#search-cover form .search-tb #s-cover {
  width: 1px;
  padding-right: 10px;
}

#search-cover form .search-tb #s-cover button {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 8px;
}

#search-cover form .search-tb #s-cover button i {
  font-size: 30px;
}

#search-cover form .search-tb:focus-within {
  border: 1px solid #333;
}

.search-res {
  background-color: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0px 1px 40px #e0d0af;
}

.search-res .col-md-24 {
  padding: 0px;
}

.search-res .col-md-24 h2 {
  padding: 10px;
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 10px;
}

.search-res .col-md-24 ul {
  list-style-type: none;
  padding: 10px;
  margin: 0px;
}

.search-res .col-md-24 ul li {
  border: 1px solid #eee;
  padding: 0px;
}

.search-res .col-md-24 ul li a {
  display: block;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-res .col-md-24 ul li:first-child {
  border-radius: 0px 10px 0px 0px;
}

.search-res .col-md-24 ul li:last-child {
  border-radius: 0px 0px 0px 10px;
}

/* Sweep To Left */

a.s-t-left {
  display: block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

a.s-t-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eee;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

a.s-t-left:hover,
a.s-t-left:focus,
a.s-t-left:active {
  color: #515151;
}

a.s-t-left:hover:before,
a.s-t-left:focus:before,
a.s-t-left:active:before {
  transform: scaleX(1);
}

/* Underline From Center */

a.u-f-center {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

a.u-f-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #7ac7f5;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

a.u-f-center:hover:before,
a.u-f-center:focus:before,
a.u-f-center:active:before {
  left: 0;
  right: 0;
}

/* Rectangle Out */

.h-r-o {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.h-r-o:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eee;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.h-r-o:hover:before,
.h-r-o:focus:before,
.h-r-o:active:before {
  transform: scale(1);
}

/* Backward */

.h-b {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}

.h-b:hover,
.h-b:focus,
.h-b:active {
  transform: translateX(-8px);
}

.table * {
  white-space: nowrap;
}

.NewsShowContainer img {
  max-width: 100% !important;
}

.StreamContainer {
  margin: 50px auto;
}

.StreamContainer .StItem .StFrame {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  box-shadow: 2px 2px 10px #555;
  border-radius: 8px;
  overflow: hidden;
}

.StreamContainer .StItem .StFrame img {
  min-width: 100%;
  max-width: 100%;
}

.StreamContainer .StItem .StFrame h2 {
  padding: 10px 5px;
  border-bottom: 1px dashed #aaa;
}

.StreamContainer .StItem .StFrame .StText {
  padding: 5px;
  text-align: justify;
  max-height: 80px;
  min-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.StreamContainer .StItem .StFrame .time {
  border-top: 1px solid #aaa;
}

.StreamContainer .StItem .StFrame .time .row {
  margin: 0px;
}

.TeamInfoContainer {
  border: 1px solid #999;
  border-radius: 10px;
  margin: 15px auto;
  padding: 10px 0px;
}

.team-logo {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
}

.team-logo-info {
  width: 150px !important;
  border-radius: 50% !important;
  height: 150px !important;
  margin: 15px auto;
  border: 8px solid #ddd;
}

.team-info-tag {
  padding: 5px;
  display: inline-block;
  border: 2px solid #999;
  border-radius: 10px;
  direction: ltr;
}

.RankImg {
  width: 15px !important;
}

.ShowTeamAvatar img {
  border-radius: 50% !important;
  border: 2px solid #ccc;
  box-shadow: 3px 10px 19px #aaa;
  min-width: 100% !important;
}

.TMemberRank {
  width: 14px !important;
}

