﻿@import url("/cdn/hrjsoft/fonts/Vazir/Vazirmatn-FD-font-face.css");
@import url("/cdn/hrjsoft/fonts/IRANSans/IRANSans.css");
@import url("/cdn/hrjsoft/fonts/iranyekan/iranyekan.css");
@import url("/cdn/google/Material-Icons.css");
@import url("/cdn/google/Material-Symbols-Outlined.css");
@import url("/cdn/google/Material-Symbols-Rounded.css");

:root {
  --persian-blue-strong: #0067a5;
  --persian-blue-pale: #91a3b0;
  --persian-blue-vivid-pale: #bcd4e6;
  --persian-blue-vivid: #1c39bb;
  --persian-blue-grayish-purplish: #4c516d;
  --persian-blue-vivid-purplish: #32127a;
  --persian-brown-strong-reddish: #882d17;
  --persian-green-grayish: #5e716a;
  --persian-green-dark-grayish: #3a4b47;
  --persian-green-brilliant-bluish: #00a693;
  --persian-green-moderate-bluish: #317873;
  --persian-orange-moderate-reddish: #cb6d51;
  --persian-orange-grayish-reddish: #b4745e;
  --persian-orange-vivid-reddish: #e25822;
  --persian-orange-moderate: #d99058;
  --persian-orange-vivid: #f38400;
  --persian-pink-deep-purplish: #f77fbe;
  --persian-pink-moderate-purplish: #d597ae;
  --persian-pink-dark-purplish: #c17e91;
  --persian-purple-vivid-reddish: #870074;
  --persian-red-vivid-purplish: #fe28a2;
  --persian-red-strong-purplish: #b3446c;
  --persian-red-vivid-purplish: #ce4676;
  --persian-red-moderate-purplish: #a8516e;
  --persian-red-vivid: #cc3333;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: "Vazirmatn","IRANSans", sans-serif !important;
}
body {
	/* background-image:URL('img/bg.png');
	background-repeat:repeat; */
	background-color: #fff !important;
	color: #1d1d1d !important;
	background-origin: content-box;
	background-attachment: fixed;
	touch-action: manipulation;
	font-family: "Vazirmatn","IRANSans", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: normal;
	font-feature-settings: "ss01";
	min-height: 100vh;
	text-rendering: optimizeLegibility;
	overflow-x: hidden !important;
	-ms-text-size-adjust: 100%;
	height: auto !important;
	-webkit-font-smoothing: antialiased;
	unicode-bidi: embed;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
input,
textarea,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle !important;
  font-family: "Vazirmatn", sans-serif;
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a {
  text-decoration: none;
}
a :hover {
  text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.footer {
  clear: both;
  font-size: 12px;
  position: relative;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-attachment: fixed;
  background-size: 100% 100%;
  border-top: 3px solid #ececec;
  color: #333;
}

.error {
  color: #f00;
  font-size: small;
  display: block;
}
/* Firefox */
/* input[type="number"] {
  -moz-appearance: textfield;
}*/
/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 10px;
  height: 7px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #525965;
}

::-webkit-scrollbar-thumb:active {
  background: #525965;
}

::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: transparent;
}

::-webkit-scrollbar-track:active {
  background: transparent;
}

::-webkit-scrollbar-corner {
  background: transparent;
}
/*--------------------------------*/
.hrjsoft-iransans{
	
	font-family : "IRANSans" !important;
}

.hrjsoft-iranyeakn{
	font-family : "iranyekan" !important;
}



.hrj-text-primary {
  color: #1c39bb;
}

.hrj-primary {
  background-color: #1c39bb;
  color: #fff;
}
.hrj-primary:hover {
  background-color: #6076d6;
  color: #fff;
  transition: 0.3s;
}
.hrj-table-responsive {
  width: 100%;
  height: 275px;
  max-height: 275px;
  overflow-y: scroll;
}
.hrjsoft-font-IRANSans {
  font-family: "IRANSans" !important;
}

.hrjsoft-font-iranyekan {
  font-family: "iranyekan" !important;
}

.hrjsoft-text-Purple {
  color: #56288c;
}

.hrjsoft-Validator {
  /*font-family: "iranyekan" !important;*/
  font-size: 0.75em;
  /*font-weight: bold;*/
  color: #ff2e5a;
}

.hrjsoft-bg-kanoon {
  background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
  background-repeat: repeat-x;
  /*-webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%),0 1px 5px rgb(0 0 0 / 8%);*/
}
.hrjsoft-border-arevan {
  border: 1px solid #00a0a0;
}
.hrjsoft-bg-white {
  background: #fff;
}
.hrjsoft-bg-mostlywhite {
  background-color: #f7f7f7;
  color: #161f6d;
}

.hrjsoft-bg-Moderatelimegreen {
  background-color: #4ecb4a;
  color: #ffffff;
}

.hrjsoft-text-Gray64 {
  color: #a3a3a3;
}
.hrjsoft-avatar {
  vertical-align: middle;
  max-height: 128px;
  max-width: 128px;
  width: 48px;
  height: 48px;
}

.hrjsoft-vertical-middle {
  vertical-align: middle !important;
}
.hrjsoft-btn-secondary-shadow {
  box-shadow: 0px 4px 16px 0px rgb(110 132 163 / 34%);
}
.hidden {
  display: none;
}

.hrjsoft-btn-success {
  color: #fff;
  background-color: #00a170;
  border-color: #00a170;
}

.hrjsoft-btn-success:hover {
  color: #000000;
  background-color: #a0daa9;
  border-color: #a0daa9;
}

.hrjsoft-btn-danger {
  color: #fff;
  background-color: #d2386c;
  border-color: #d2386c;
}
.hrjsoft-btn-danger:hover {
  color: #fff;
  background-color: #d2386c;
  border-color: #d2386c;
}

.hrjsoft-btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  border: none;
}

.hrjsoft-btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.hrjsoft-btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
.hrjsoft-copyright {
  text-decoration: none;
  direction: ltr;
  font-size: 11px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.hrjsoft-bg-dark {
  background-color: #363945;
  color: #ffff;
}
.hrjsoft-bg-primary {
  background-color: #0072b5;
  color: #ffff;
}
.hrj-bg-svg-1 {
  background: url(../css/img/bg1.svg) 0 0 no-repeat;
  background-color: #fff;
  background-size: cover;
}
.hrj-bg-svg-2 {
  background: url(../css/img/bg2.svg) 0 0 no-repeat;
  background-color: #fff;
  background-size: cover;
}
.hrj-bg-svg-3 {
  background: url(../css/img/bg3.svg) 0 0 no-repeat;
  background-color: #fff;
  background-size: cover;
}
.hrj-bg-svg-4 {
  background: url(../css/img/bg4.svg) 0 0 no-repeat;
  background-color: #fff;
  background-size: cover;
}
.hrjsoft-bg-Darkcyan {
  background-color: #00948b;
  color: #fff;
}
.hrjsoft-fnt-18 {
  font-size: 18px;
}

.fnt-18 {
  font-size: 18px;
}
.fnt-16 {
  font-size: 16px;
}
.fnt-14 {
  font-size: 14px;
}
.fnt-12 {
  font-size: 12px;
}
.fnt-10 {
  font-size: 10px;
}
.hrjsoft-fnt-16 {
  font-size: 16px;
}

.hrjsoft-clr-0652dd {
  color: #0652dd;
}

/*-------------uk---------------*/
.uk-heading-line > ::after,
.uk-heading-line > ::before {
  border-bottom: calc(0.2px + 0.08em) solid #ff9800;
}

.uk-disabled {
  cursor: not-allowed;
}
/*----------------------------------*/
[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  opacity: 0.6;
}
/*----------------------------------*/
.preloader {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  background-color: #ffffff;
}


/*-------------shimmer---------------*/
.hrjsoft-shimmer {
  -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 70%) right/300% 100%;
  mask: linear-gradient(-60deg, #000 30%, #0005, #000 70%) right/300% 100%;
  background-repeat: no-repeat;
  animation: shimmer 2.5s infinite;
  -webkit-background-clip: text;
  background-clip: text;
  background-position: 0 0;
  background-color: #222;
}
@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
@keyframes shimmer {
  100% {
    -webkit-mask-position: left;
  }
}
/*-------------ripple---------------*/
.hrjsoft-ripple {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.hrjsoft-ripple:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.5s, opacity 1s;
}

.hrjsoft-ripple:active:after {
  transform: scale(0, 0);
  opacity: 0.3;
  transition: 0s;
}
/*-----------------------------------*/
/*-------------box border animtion---------------*/
.hrjsoft-boxba {
  --border-size: 3px;
  --border-angle: 0turn;
  background-image: conic-gradient(
      from var(--border-angle),
      #fff,
      #fff 50%,
      #fff
    ),
    conic-gradient(
      from var(--border-angle),
      transparent 20%,
      var(--color),
      var(--color)
    );
  background-size: calc(100% - (var(--border-size) * 2))
      calc(100% - (var(--border-size) * 2)),
    cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: boxba-spin 3s linear infinite;
  animation: boxba-spin 3s linear infinite;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: boxba-spin;
}
@-webkit-keyframes boxba-spin {
  to {
    --border-angle: 1turn;
  }
}

@keyframes boxba-spin {
  to {
    --border-angle: 1turn;
  }
}

@keyframes boxba-spin {
  100% {
    --border-angle: 1turn;
  }
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}
/*-----------------------------------*/
/*----------dataTable-----------------*/
.dataTables_wrapper {
  font-size: 14px;
  direction: rtl;
  clear: both;
  text-align: center;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: center;
}
/*-----------------------------------*/
/* Sidebar Bg Dark */
.sub-menu {
  padding-right: 5px;
}

.sidebar-dark .left-sidebar {
  /*background-color: #343148;*/
  color: #fff;
  background-repeat: repeat;
}

.sidebar-dark .sidebar .sub-menu {
  background: none;
}
.sidebar-dark .sidebar .sub-menu > li > a {
  color: #ffffff;
}
.sidebar-dark .sidebar .sub-menu > li > a .nav-text {
  white-space: pre-line;
}
.sidebar-dark .sidebar .sub-menu .has-sub .nav-text {
  white-space: nowrap;
}

.sidebar-dark .sidebar .sub-menu > li.active > a,
.sidebar-dark .sidebar .sub-menu > li.active > a:focus,
.sidebar-dark .sidebar .sub-menu > li.active > a:hover,
.sidebar-dark .sidebar .sub-menu > li > a:focus,
.sidebar-dark .sidebar .sub-menu > li > a:hover {
  color: #ffffff;
}

.sidebar-dark .sidebar .nav > li.active > a {
  color: #ffffff;
}

.sidebar-dark .separator {
  border-color: rgba(229, 233, 242, 0.2);
}

.sidebar-dark .sidebar-footer {
  background-color: #212a39;
}

/* Sidebar Light */
.sidebar-light .left-sidebar {
  background-color: #ffffff;
}

.sidebar-light .sidebar {
  border-left: 1px solid #e5e9f2;
}
.sidebar-light .sidebar .sub-menu {
  background-color: #ffffff;
}
.sidebar-light .sidebar .sub-menu > li > a {
  color: #8a909d;
}
.sidebar-light .sidebar .sub-menu > li.active > a,
.sidebar-light .sidebar .sub-menu > li.active > a:focus,
.sidebar-light .sidebar .sub-menu > li.active > a:hover,
.sidebar-light .sidebar .sub-menu > li > a:focus,
.sidebar-light .sidebar .sub-menu > li > a:hover {
  color: #4c515b;
}
.sidebar-light .sidebar .nav > li.active > a {
  color: #4c515b;
}
.sidebar-light .sidebar .separator {
  border-color: #e5e9f2;
}

.sidebar-light .sidebar-footer {
  background-color: #ffffff;
}

.sidebar-light .sidebar .sub-menu > li .sub-menu > li > a:after {
  border: 1px solid #8a909d;
}

/* ============================================================
BREADCRUMS SECTION
============================================================ */
.c_breadcrumbs {
  margin-top: 6.6px;
}
.c_breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
}

.c_breadcrumbs ul li:first-child {
  margin-right: 0 !important;
}
.c_breadcrumbs ul li:first-child a:before {
  content: normal;
}
.c_breadcrumbs ul li:last-child {
  background: none;
}
.c_breadcrumbs ul li:last-child a {
  color: #1d1d1d;
}
.c_breadcrumbs ul li:last-child:after,
.c_breadcrumbs ul li:last-child:before {
  content: normal;
}

.c_breadcrumbs ul a:hover {
  color: gray;
}
.c_breadcrumbs ul a:hover:before {
  border-color: #ddd transparent #ddd #ddd;
}
.c_breadcrumbs ul a:hover:after {
  border-right-color: #ddd;
}

@media only screen and (max-width: 767px) {
  .c_breadcrumbs li::after {
    /* this is the separator between items */
    display: inline-block;
    content: "\00bb";
    font-size: 14px;
    color: #959fa5;
    margin-top: 3px;
    margin-left: 9px;
    margin-right: 10px;
  }

  .c_breadcrumbs ul a {
    padding: 0.3em 0.1em;
    float: right;
    text-decoration: none;
    position: relative;
  }

  .c_breadcrumbs ul li {
    float: right;
    /*margin: 0 .1em 0 1em;*/
  }

  .c_breadcrumbs ul .active:hover a {
    color: #ddd;
  }
}

@media only screen and (min-width: 768px) {
  .c_breadcrumbs ul li {
    float: right;
    margin: 0 1em 0 0.2em;
  }

  .c_breadcrumbs ul a {
    background: #f0f0f0;
    padding: 0.3em 1em;
    float: left;
    text-decoration: none;
    position: relative;
    color: gray;
  }
  .c_breadcrumbs ul a:hover {
    background: #ddd;
    color: gray;
  }
  .c_breadcrumbs ul a:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-width: 1.5em 1em 1.5em 0;
    border-style: solid;
    border-color: #f0f0f0 transparent #f0f0f0 #f0f0f0;
    right: -1em;
    margin-right: 1px;
  }
  .c_breadcrumbs ul a:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-right: 1em solid #f0f0f0;
    left: -1em;
    margin-left: 1px;
    color: gray;
  }
  .c_breadcrumbs ul .active:hover a {
    color: #ffffff;
  }
}
.c_breadcrumbs ul .active,
.c_breadcrumbs ul .active:hover {
  background: none;
  font-weight: bold;
}
.c_breadcrumbs ul .active a,
.c_breadcrumbs ul .active:hover a {
  color: gray;
}

.c_breadcrumbs ul .active:after,
.c_breadcrumbs ul .active:before {
  content: normal;
}
.c_breadcrumbs.small li {
  margin: 0 0.2em 0 0.8em;
}
.c_breadcrumbs.small a {
  padding: 0.2em 1em;
  font-size: 11.9px;
}
.c_breadcrumbs.mini li {
  margin: 0 0.2em 0 0.6em;
}
.c_breadcrumbs.mini a {
  padding: 0.1em 1em;
  font-size: 10.5px;
}
/* ============================================================
BREADCRUMS SECTION
============================================================ */
/* ============================================================
hrj button start
============================================================ */
.hrj-btn-facebook,
.hrj-btn-twitter,
.hrj-btn-google-plus,
.hrj-btn-linkedin,
.hrj-btn-pinterest,
.hrj-btn-tumblr,
.hrj-btn-vimeo,
.btn-skype,
.hrj-btn-dropbox {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 0.312rem 0.625rem;
  font-size: 0.98rem;
  border: 1px solid transparent;
  line-height: 1.5;
  width: 36px;
  height: 36px;
}

.hrj-btn-facebook.text,
.hrj-btn-twitter.text,
.hrj-btn-google-plus.text,
.hrj-btn-linkedin.text,
.hrj-btn-pinterest.text,
.hrj-btn-tumblr.text,
.hrj-btn-vimeo.text,
.hrj-btn-skype.text,
.hrj-btn-dropbox.text {
  width: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.hrj-btn-facebook.text i,
.hrj-btn-twitter.text i,
.hrj-btn-google-plus.text i,
.hrj-btn-linkedin.text i,
.hrj-btn-pinterest.text i,
.hrj-btn-tumblr.text i,
.hrj-btn-vimeo.text i,
.hrj-btn-skype.text i,
.hrj-btn-dropbox.text i {
  margin-left: 0.5rem;
}

.hrj-btn-facebook.btn-lg,
.btn-group-lg > .hrj-btn-facebook.btn,
.hrj-btn-twitter.btn-lg,
.btn-group-lg > .hrj-btn-twitter.btn,
.hrj-btn-google-plus.btn-lg,
.btn-group-lg > .hrj-btn-google-plus.btn,
.hrj-btn-linkedin.btn-lg,
.btn-group-lg > .hrj-btn-linkedin.btn,
.hrj-btn-pinterest.btn-lg,
.btn-group-lg > .hrj-btn-pinterest.btn,
.hrj-btn-tumblr.btn-lg,
.btn-group-lg > .hrj-btn-tumblr.btn,
.hrj-btn-vimeo.btn-lg,
.btn-group-lg > .hrj-btn-vimeo.btn,
.hrj-btn-skype.btn-lg,
.btn-group-lg > .hrj-btn-skype.btn,
.hrj-btn-dropbox.btn-lg,
.btn-group-lg > .hrj-btn-dropbox.btn {
  height: 50px;
  padding-right: 1.88rem;
  padding-left: 1.88rem;
}

.hrj-btn-facebook {
  background: #3b5998;
}

.hrj-btn-facebook.btn-outline {
  color: #3b5998;
  border-color: rgba(59, 89, 152, 0.6);
  background: transparent;
}

.hrj-btn-facebook:hover {
  background: #344e86;
}

.hrj-btn-facebook:hover.btn-outline {
  color: #fff;
  border-color: #3b5998;
}

.hrj-btn-facebook:hover::before {
  background: #2d4373;
}

.hrj-btn-twitter {
  background: #00aced;
}

.hrj-btn-twitter.btn-outline {
  color: #00aced;
  border-color: rgba(0, 172, 237, 0.6);
  background: transparent;
}

.hrj-btn-twitter:hover {
  background: #0099d4;
}

.hrj-btn-twitter:hover.btn-outline {
  color: #fff;
  border-color: #00aced;
}

.hrj-btn-skype {
  background: #00aff0;
}

.hrj-btn-skype.btn-outline {
  color: #00aff0;
  border-color: rgba(0, 175, 240, 0.6);
  background: transparent;
}

.btn-skype:hover {
  background: #00aff0;
}

.hrj-btn-skype:hover.btn-outline {
  color: #fff;
  border-color: #00aff0;
}

.hrj-btn-skype:hover::before {
  background: #0087ba;
}

.hrj-btn-linkedin {
  background: #4875b4;
}

.hrj-btn-linkedin.btn-outline {
  color: #4875b4;
  border-color: rgba(72, 117, 180, 0.6);
  background: transparent;
}

.hrj-btn-linkedin:hover {
  background: #4169a2;
}

.hrj-btn-linkedin:hover.btn-outline {
  color: #fff;
  border-color: #4875b4;
}

.hrj-btn-linkedin:hover::before {
  background: #395d90;
}

.hrj-btn-pinterest {
  background: #cb2027;
}

.hrj-btn-pinterest.btn-outline {
  color: #cb2027;
  border-color: rgba(203, 32, 39, 0.6);
  background: transparent;
}

.hrjsoft-co {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size:0.7em;
}

.hrj-btn-pinterest:hover {
  background: #b51d23;
}

.hrj-btn-pinterest:hover.btn-outline {
  color: #fff;
  border-color: #cb2027;
}

.hrj-btn-pinterest:hover::before {
  background: #9f191f;
}

.hrj-btn-tumblr {
  background: #32506d;
}

.hrj-btn-tumblr.btn-outline {
  color: #32506d;
  border-color: rgba(50, 80, 109, 0.6);
  background: transparent;
}

.hrj-btn-tumblr:hover {
  background: #2a435c;
}

.hrj-btn-tumblr:hover.btn-outline {
  color: #fff;
  border-color: #32506d;
}

.hrj-btn-tumblr:hover::before {
  background: #22364a;
}

.hrj-btn-google-plus {
  background: #d34836;
}

.hrj-btn-google-plus.btn-outline {
  color: #d34836;
  border-color: rgba(211, 72, 54, 0.6);
  background: transparent;
}

.hrj-btn-google-plus:hover {
  background: #c43d2b;
}

.hrj-btn-google-plus:hover.btn-outline {
  color: #fff;
  border-color: #d34836;
}

.hrj-btn-google-plus:hover::before {
  background: #b03626;
}

.hrj-btn-dropbox {
  background: #007ee5;
}

.hrj-btn-dropbox.btn-outline {
  color: #007ee5;
  border-color: rgba(0, 126, 229, 0.6);
  background: transparent;
}

.hrj-btn-dropbox:hover {
  background: #0070cc;
}

.hrj-btn-dropbox:hover.btn-outline {
  color: #fff;
  border-color: #007ee5;
}

.hrj-btn-dropbox:hover::before {
  background: #0062b2;
}

.hrj-btn-vimeo {
  background: #aad450;
}

.btn-vimeo.btn-outline {
  color: #aad450;
  border-color: rgba(170, 212, 80, 0.6);
  background: transparent;
}

.hrj-btn-vimeo:hover {
  background: #a0cf3c;
}

.hrj-btn-vimeo:hover.btn-outline {
  color: #fff;
  border-color: #aad450;
}

.hrj-btn-vimeo:hover::before {
  background: #93c130;
}

.hrj-social-button .btn {
  border-color: #e5e9f2;
  line-height: 28px;
  color: #8a909d;
}

.hrj-social-button .btn:hover {
  border-color: #4c84ff;
  color: #fff;
  background: #4c84ff;
}

/* ============================================================
hrj button end
============================================================ */

/* ============================================================
tvFixedIcons
============================================================ */

.tvFixedIcons {
    position:fixed;
    left: 23px;
    top: 40%;
    z-index: 997;
    background-color: #D2386C;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    width: 40px;
    padding: 12px 0 22px
}

.tvFixedIconsBox {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 14px;
    padding-top: 9px
}

.tvSocialLink {
    display: inline-flex;
    width: 25px;
    height: 25px;
    transition: background-color .2s ease;
    position: relative
}

.tvFixedIconsHeight {
    padding: 12px 0 2px!important
}

.tvFixedIcons .fixFootball {
    background: url('img/fix_cup.svg') no-repeat center center
}

.tvFixedIcons .fixGold {
    background: url('img/fix_coin.svg') no-repeat center center
}

.tvFixedIcons .fixCar {
    background: url('img/fix_car.svg') no-repeat center center
}

.tvFixedIcons .fixCurrency {
    background: url('img/fix_bitcoin.svg') no-repeat center center
}

.tvFixedIcons .fixTelegram {
    background: url('img/fix_telegram.svg') no-repeat center center
}

.tvFixedIcons .fixInstagram {
    background: url('img/fix_instagram.svg') no-repeat center center
}

.tvFixedIcons .fixX {
    background: url('img/fix_x.svg') no-repeat center center
}

.tvFixedIcons .fixEitaa {
    background: url('img/fix_eitaa.svg') no-repeat center center
}

.tvFixedIcons .fixRubika {
    background: url('img/fix_rubika.svg') no-repeat center center
}

.tvFixedIcons .fixWhatsapp {
    background: url('img/fix_whatsapp.svg') no-repeat center center
}

.tvFixedIcons .fixBale {
    background: url('img/fix_bale.svg') no-repeat center center
}

.tvFixedIcons .fixLike {
    background: url('img/fix_like.svg') no-repeat center center
}

.tvCloseIcons {
    width: 25px;
    height: 16px;
    background: url('img/top_arrow.svg') no-repeat center center;
    cursor: pointer;
    transition: all .4s;
    margin: 0 auto 10px
}

.tvCloseIconsRotate {
    transform: rotate(180deg)
}

.fixPipe {
    height: 1px;
    width: 100%;
    background-color: #fff
}

.fixIconTitle {
    background-color: #D2386C;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 6px 14px;
    font-size: 12px;
	font-family: inherit;
    color: #fff;
    font-weight: 500;
    position: absolute;
    z-index: 995;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    transition: width .25s ease-in,opacity .25s ease-in;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    white-space: nowrap
}

.tvSocialLink:hover .fixIconTitle {
    width: max-content!important;
    visibility: visible!important;
    opacity: 1!important
}

.fixIconTitle.activeTitle {
    width: max-content;
    visibility: visible;
    opacity: 1
}

/* ============================================================
tvFixedIcons END
============================================================ */

.table-btn {
    width: auto;
    text-align: center;
    padding: 3px 7px;
    margin: 1px 2px;
    font-weight:bold;
    font-size: 11px;
    border-radius: 7px;
	border-style: solid;
	border-width: 1px;
	color: #505050;
    background-color: hsla(0, 0%, 92.5%, .4392156862745098);
    border-color: #8d8b8b;
	text-decoration:none;
}

@media (max-width: 767.98px) {
    .table-btn {
        padding: 3px 15px !important;
        margin: 2px 6px !important;
        font-size: 11px !important;
    }
}

@media only screen and (min-width: 767.99px) {
  .hrjsoft-avatar {
    height: 120px;
    width: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .hrjsoft-avatar {
    height: 64px;
    width: 64px;
  }
}

.bg-whitesmoke {
	background-color:#efefef  !important;
	Color:#333333 !important;
	
}