@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import"https://hireez.com/wp-content/uploads/fontfiles/hireezfont.css?ver=1";
@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family:Manrope;
  min-width:750px;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1 ,h2 {
    font-family: 'Proxima Nova';
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Base *****/
* {
  box-sizing: border-box;
}

body {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(0, 21, 77, 1);
  font-family:Manrope, Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

a {
  color: rgba(20, 75, 156, 1);
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  max-width: 100%;
  box-sizing: border-box;
  transition: border .12s ease-in-out;
}

input:not([type="checkbox"]) {
  outline: none;
}

input:not([type="checkbox"]):focus {
  border: 1px solid rgba(0, 21, 77, 1);
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid rgba(0, 21, 77, 1);
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid rgba(0, 21, 77, 1);
}

.container {
  max-width: 1080px;
  margin: 0 auto 50px;
  padding: 0 0%;
}
.container.insert_academy_relate_wrap {
    max-width: 1280px;
}
.categories {
  max-width:1080px;
  margin:0 auto 50px;
}
@media (min-width: 981px) {
  .container {
    padding: 0;
    width: 90%;
  }
}
.container.topic_page,.container.categoty_container,.container.homepage,.container.community-footer{
  width:100%;
  max-width:none;
}
.container.community-footer{
  display:none;
}
.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.visibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/***** Buttons *****/
.button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
  background-color: transparent;
  border: 1px solid rgba(0, 21, 77, 1);
  border-radius: 4px;
  color: rgba(0, 21, 77, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 750px) {
  .button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
    width: auto;
  }
}

.button:hover, .split-button button:hover, .section-subscribe button:hover, .article-subscribe button:hover, .community-follow button:hover, .requests-table-toolbar .organization-subscribe button:hover, .subscriptions-subscribe button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .button:active, .split-button button:active, .section-subscribe button:active, .article-subscribe button:active, .community-follow button:active, .requests-table-toolbar .organization-subscribe button:active, .subscriptions-subscribe button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .button:focus, .split-button button:focus, .section-subscribe button:focus, .article-subscribe button:focus, .community-follow button:focus, .requests-table-toolbar .organization-subscribe button:focus, .subscriptions-subscribe button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .button.button-primary, .split-button button.button-primary, .section-subscribe button.button-primary, .section-subscribe button[data-selected="true"], .article-subscribe button.button-primary, .article-subscribe button[data-selected="true"], .community-follow button.button-primary, .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected="true"], .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected="true"], .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link {
  background-color: rgba(0, 21, 77, 1);
  color: rgba(255, 192, 33, 1);
  text-decoration: none;
}

.button.button-primary:hover, .split-button button:hover, .section-subscribe button.button-primary:hover, .section-subscribe button:hover[data-selected="true"], .article-subscribe button.button-primary:hover, .article-subscribe button:hover[data-selected="true"], .community-follow button.button-primary:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button:hover[data-selected="true"], .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button:hover[data-selected="true"], .button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .button.button-primary:focus, .split-button button.button-primary:focus, .section-subscribe button.button-primary:focus, .section-subscribe button:focus[data-selected="true"], .article-subscribe button.button-primary:focus, .article-subscribe button:focus[data-selected="true"], .community-follow button.button-primary:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button:focus[data-selected="true"], .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button:focus[data-selected="true"], .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .button.button-primary:active, .split-button button.button-primary:active, .section-subscribe button.button-primary:active, .section-subscribe button:active[data-selected="true"], .article-subscribe button.button-primary:active, .article-subscribe button:active[data-selected="true"], .community-follow button.button-primary:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button:active[data-selected="true"], .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button:active[data-selected="true"], .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active {
  background-color: #000;
  border-color: #000;
}

.button[data-disabled], .split-button button[data-disabled], .section-subscribe button[data-disabled], .article-subscribe button[data-disabled], .community-follow button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .subscriptions-subscribe button[data-disabled], .pagination-next-link[data-disabled], .pagination-prev-link[data-disabled], .pagination-first-link[data-disabled], .pagination-last-link[data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  cursor: pointer;
  background: #FFC021;
border-radius: 30px;
  border: 0;
  color: #00154D;
  font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
  padding:13px 43px;
  width: auto;
  transition: all 0.7s;
}

@media (min-width: 768px) {
  .button-large, input[type="submit"] {
    width: auto;
  }
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
   background: #FFC021;
  color: #00154D;
  transform: scale(1.05);
}

.button-large[disabled], input[type="submit"][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #0031b3;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgba(0, 21, 77, 1);
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

/***** Split button *****/
.split-button {
  display: flex;
}

.split-button button {
  background-color: rgba(0, 21, 77, 1);
  border: 0;
  color: rgba(255, 192, 33, 1);
  height: 32px;
  line-height: 16px;
  outline-color: rgba(0, 21, 77, 1);
}

[dir="rtl"] .split-button button:not(:only-child):first-child {
  border-left: 1px solid rgba(255, 192, 33, 1);
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):first-child {
  border-right: 1px solid rgba(255, 192, 33, 1);
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

.split-button button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}

[dir="rtl"] .split-button button:not(:only-child):last-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: #0031b3;
  font-size: 13px;
  text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"]
.table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid rgba(0, 21, 77, 1);
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid rgba(0, 21, 77, 1);
}

.form-field input[type="checkbox"] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid rgba(0, 21, 77, 1);
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(0, 21, 77, 1);
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field .optional {
  color: #0031b3;
  margin-left: 4px;
}

.form-field p {
  color: #0031b3;
  font-size: 12px;
  margin: 5px 0;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: #0031b3;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: rgba(39, 100, 252, 1);
}

/***** Header *****/
.header{
  background: #00154D;
    width: 100%;
    max-width: none;
}
.header {
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 71px;
  justify-content: space-between;

}
.header.new_header {
   max-width: 1080px;
  margin: 0 auto;
  padding: 0;
    width: 90%;
    background:none;
}


.logo img {
  max-height: 19px;
  vertical-align: middle;
}
#main-content .logo img{
    max-height: 37px;
}
.logo span {
  margin: 0 0 0 32px;
  font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 14px;
color: #FFFFFF;
  position: relative;
  width: 45px;
    display: inline-block;
      text-align: left;
}
	.logo span::before{
				content: "";
				height: 33px;
    width: 1px;
    position: absolute;
    left: -16px;
    top:50%;
    margin-top:-16px;
    background: #fff;
			}
.logo a {
     display: flex;
    align-items: center;
}

.logo a:hover, .logo a:focus, .logo a:active {
  text-decoration: none;
}
.app-nav{
  display: inline-block;
}

.nav-wrapper{
  display: flex;
    align-items: center;
}
  .user-nav,.app-nav {
   display: inline-block;
  }


.nav-wrapper a {
  border: 0;
  font-style: normal;
font-weight: 800;
font-size: 14px;
line-height: 19px;
text-align: right;
color: #FFFFFF;
  display: none;
  padding: 0 30px 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  text-decoration: underline;
}

.nav-wrapper a.sign-in {
  display: inline-block;
}

@media (max-width: 768px) {
  .nav-wrapper .hide-on-mobile {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
}

.nav-wrapper .menu-button {
  background: none;
  border: 0;
  color: rgba(20, 75, 156, 1);
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper .menu-button {
    display: none;
  }
}

.nav-wrapper .menu-button .icon-menu {
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="rtl"] .nav-wrapper .menu-button {
  margin-left: 10px;
  margin-right: 0;
}

.nav-wrapper .menu-button:hover, .nav-wrapper .menu-button:focus, .nav-wrapper .menu-button:active {
  background-color: transparent;
  color: rgba(20, 75, 156, 1);
}

.skip-navigation {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
  font-size: 14px;
  justify-content: center;
  left: -999px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999;
}

[dir="rtl"] .skip-navigation {
  left: initial;
  right: -999px;
}

.skip-navigation:focus, .skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}

[dir="rtl"] .skip-navigation:focus, [dir="rtl"] .skip-navigation:active {
  left: initial;
  right: auto;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > button {
  border: 0;
  color: #fff;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
  font-weight: 800;
font-size: 14px;
line-height: 19px;
      display: flex;
    align-items: center;
}

.user-info > button:hover, .user-info > button:focus {
  color:#fff;
  background-color: transparent;
}

.user-info > button::after {
  color: rgba(20, 75, 156, 1);
  padding-right: 15px;
}

[dir="rtl"] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left:10px;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent {
  color: rgba(0, 21, 77, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: rgba(255, 192, 33, 1);
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
.footer {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding: 30px 0;
}

.footer a {
  color: #0031b3;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}

.footer-language-selector button {
  color: #0031b3;
  display: inline-block;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
 color: #00154D;
  display: inline;
  font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
color: #00154D;
}

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}

.breadcrumbs li a:visited {
  color: rgba(20, 75, 156, 1);
}

/***** Search field *****/
.search {
  position: relative;
}

.search input[type="search"] {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  color: #666;
  height: 64px;
  padding-left: 58px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
}
.sub-nav .search input[type="search"],.post-sidebar .search input[type="search"]{
    border-radius: 25px;
    height: 50px;
  }
[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type="search"]:focus {
  border: 1px solid rgba(0, 21, 77, 1);
  color: #555;
}

.search-full input[type="search"] {
  border: 1px solid #fff;
}

.search-icon,.search-ic {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 23px;
  height: 23px;
  color: #777;
}
.search-ic{
  
}
[dir="rtl"] .search-icon {
  right: 15px;
  left: auto;
}

.search-container {
  position: relative;
}

/***** Hero component *****/
.hero {
background:linear-gradient(0deg, rgba(0, 21, 76, 0.5), rgba(0, 21, 76, 0.5)),  url(/hc/theming_assets/01HZPJ6BE2Q518TEQ19PDHPTGE);
  background-position: center;
  background-size: cover;
  height: 360px;
  padding:  20px;
  text-align: center;
  width: 100%;
}
.part1h1{
  font-style: normal;
font-weight: 800;
font-size: 36px;
line-height: 49px;
color: #FFFFFF;
  margin:35px 0 16px;
}
.part1p,.part1p>a{
  font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
color: #FFFFFF;
  margin-top:16px;
      cursor: pointer;
}
.hero-inner {
  position: relative;
  max-width: 610px;
  margin: 0 auto;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 16px;
color: #8F9397;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top:40px;
  margin-bottom: 15px;
  min-height: 50px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
     justify-content: space-between;
  list-style: none;
  padding: 0;
}
.homepage .blocks-list{
   justify-content: flex-start;
}

.blocks-item {
/*   border: 1px solid rgba(0, 21, 77, 1); */
  border-radius: 13px;
  box-sizing: border-box;
  color: rgba(0, 21, 77, 1);
  display: flex;
  flex: 0 0 25%;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}
.topics_content .blocks-item{
  background: #F7F8FA;
border: 0.5px solid rgba(0, 0, 0, 0.1);
box-sizing: border-box;
      flex: 0 0 23%;
  transition: all 0.7s;
border-radius: 9.6292px;
  max-width:230px;
}

.topics_content .blocks-item:hover{
 box-shadow: 0px 5.77752px 23.1101px rgba(7, 7, 7, 0.15);

    transform: scale(1.03);
}
@media (min-width: 768px) {
  .blocks-item {
    margin: 0 0 0;
  }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #F7F8FA;
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  text-decoration: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: rgba(0, 21, 77, 1);
}

.blocks-item-link {
  color: rgba(0, 21, 77, 1);
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    border-radius: inherit;
  padding:0 0 38px;
}
.topics .blocks-item-link{
  padding:47px 10px 38px;
}
.homepage .blocks-item-link{
  padding:30px 0;
}
.blocks-item-link:hover, .blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-link:focus {
  outline: 0;
/*   box-shadow: 0 0 0 3px rgba(0, 21, 77, 1); */
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
  font-style: normal;
font-weight: 800;
font-size: 20px;
line-height: 30px;
text-align: center;

color: #00224B;
}
.topics_box  .blocks-item-title{
  display: flex;
justify-content: center;
align-items: center;
}
.blocks-item-description {
  margin: 0;
  font-size:14px;
      color: #00224B;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** Homepage *****/
.section {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .section {
    margin-bottom: 30px;
  }
}

.home-section h2 {
  margin-bottom: 10px;
  text-align: center;
}

/***** Promoted articles *****/
.articles{
      background: #F7F8FA;
    padding: 100px 0;
}
.articlesbox{
  max-width:1080px;
  margin:0 auto;
}
.articlesbox>h2{
  margin:0 ;
  font-family: 'Proxima Nova';
font-style: normal;
font-weight: 800;
font-size: 24px;
line-height: 29px;

color: #00224B;
}
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}

.promoted-articles-item {
  flex: 1 0 auto;
  list-style: disc;
  margin-left: 20px;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-start;
    flex: 1 1 auto;
    padding-right: 30px;
    width: 30%;
    /* Three columns on desktop */
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  display: block;
  padding: 30px 0 0;
 font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #00154D;
}

.promoted-articles-item .icon-lock {
  vertical-align: baseline;
}

.promoted-articles-item:last-child a {
  border: 0;
}



/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 180px;
  margin: 100px 0;
  background-image: url(/hc/theming_assets/01HZPJ6C25CAJA6WJ4P4E1SDR8);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
  background-size: cover;
  display: flex;
    align-items: center;
    justify-content: space-evenly;
  border-radius: 13px;
  padding:0 5%;
}
.community-image >h2{
  font-family: 'Proxima Nova';
font-style: normal;
font-weight: 800;
font-size: 36px;
line-height: 44px;
color: #FFFFFF;
      margin-top: 10px;
}
@keyframes bubbles {
  0% {
    background-position: 18% 40%, 20% 31%, 30% 30%, 40% 30%, 50% 30%, 57% 30%, 65% 30%, 80% 32%, 15% 60%, 83% 60%, 18% 70%, 25% 70%, 41% 70%, 50% 70%, 64% 70%, 80% 71%;
  }
  50% {
    background-position: 10% 44%, 0% 20%, 15% 5%, 30% 0%, 42% 0%, 62% -2%, 75% 0%, 95% -2%, 0% 80%, 95% 55%, 7% 100%, 24% 100%, 41% 100%, 55% 95%, 68% 96%, 95% 100%;
  }
  100% {
    background-position: 5% 44%, -5% 20%, 7% 5%, 23% 0%, 37% 0, 58% -2%, 80% 0%, 100% -2%, -5% 80%, 100% 55%, 2% 100%, 23% 100%, 42% 100%, 60% 95%, 70% 96%, 100% 100%;
    background-size: 0% 0%;
  }
}
.community-image .community-link{
  background: #FFC021;
border-radius: 30px;
  padding:14px 30px;
  font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
text-align: center;
text-transform: uppercase;
color: #00154D;
  flex:0 0 auto;
      --btn-bg-color: #ffc021;
    overflow: visible;
    transition: transform ease-in 0.1s, background-color ease-in 0.1s, box-shadow ease-in 0.25s;
    position: relative;
}
.community-image .community-link::before {
    position: absolute;
    content: "";
    left: -2em;
    right: -2em;
    top: -2em;
    bottom: -2em;
    transition: ease-in-out 0.5s;
    background-repeat: no-repeat;
    background-image: radial-gradient(circle, transparent 20%, var(--btn-bg-color) 20%, transparent 30%), radial-gradient(circle, transparent 20%, var(--btn-bg-color) 20%, transparent 30%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, transparent 20%, var(--btn-bg-color) 20%, transparent 30%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, transparent 20%, var(--btn-bg-color) 20%, transparent 30%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, transparent 20%, var(--btn-bg-color) 20%, transparent 30%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, transparent 20%, var(--btn-bg-color) 20%, transparent 30%);
    background-size: 19% 14%, 17% 18%, 16% 14%, 10% 17%, 13% 12%, 19% 16%, 11% 18%, 12% 20%, 13% 10%, 20% 11%, 17% 20%, 11% 11%, 13% 17%, 12% 19%, 12% 19%, 19% 11%;
    background-position: 18% 40%, 20% 31%, 30% 30%, 40% 30%, 50% 30%, 57% 30%, 65% 30%, 80% 32%, 15% 60%, 83% 60%, 18% 70%, 25% 70%, 41% 70%, 50% 70%, 64% 70%, 80% 71%;
    animation: bubbles ease-in-out 0.75s forwards;
}
.community-image .community-link:active {
  transform: scale(0.95);
  background: var(--btn-bg-color-darker);
}
.community-image .community-link:active::before {
  animation: none;
  background-size: 0;
}
.community-image .community-link:hover,.community-image .community-link:active,.community-image .community-link:focus{
  text-decoration:none;
    transition: all 0.7s;
  transform: scale(1.05);box-shadow: 0 0 10px 5px hsl(180deg 100% 41% / 50%);
}
.community,
.activity {
  max-width:1080px;
  margin:0 auto;
}
.activity{
  margin-bottom:120px;
}
.topics_content .activity{
  margin:54px 0 92px;
}
/***** Recent activity *****/

.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}
.topics_content .recent-activity-header{
  text-align:left;
  font-style: normal;
font-weight: 800;
font-size: 28px;
line-height: 44px;
color: #00224B;
  margin-bottom: 36px;
}
.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  overflow: auto;
  padding: 23px 24px 24px 20px;
  background: #F7F8FA;
border-radius: 13px;
  margin-top:20px;
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.recent-activity-item-parent {
  order: 2;
font-weight: 800;
    font-size: 14px;
    line-height: 19px;
color: #00154D;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: rgba(0, 21, 77, 1);
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-parent {
    width: 100%;
    margin: 0;
  }
  .recent-activity-item-link {
    width: 100%;
    margin: 0;
  }
}

.recent-activity-item-link {
order: 1;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
color: #00154D;
  margin-bottom:7px;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
  order: 3;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}
.home-section h2.recent-activity-header {
  font-family: 'Proxima Nova';
font-style: normal;
font-weight: 800;
font-size: 28px;
line-height: 44px;
color: #00224B;
      margin-bottom: 36px;
    text-align: left;
}
.recent-activity-item-time, .recent-activity-item-comment {  
  display: inline-block;
  font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
text-align: right;
color: #00154D;
}

.recent-activity-item-comment {
  padding-left: 18px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-controls {
  padding-top: 36px;
}
.recent-activity-controls a{
  font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #2764FC;
}
.recent-activity-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: #2764FC;
  width: 17.68px;
  height: 16.65px;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}

[dir="rtl"] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
}
.category-content{
  margin-top:5px;
}
@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 80%;
  }
}

.section-tree {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}



.section-tree .section {
  flex: initial;
}



.section-tree-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  
}
.categoty_container .section-tree-title.section-tree-title-hover{
    background: #5556E4;
box-shadow: 0px 4px 4px rgba(4, 8, 41, 0.2);
    color: #FFC021;
    text-decoration: none;
  transform: scale(1.05);
  font-weight: 800;
font-size: 24px;
line-height: 33px;
}
.section-tree-title a {
  color: rgba(0, 21, 77, 1);
}

.section-tree .see-all-articles {
  display: inline-block;
  padding: 15px 0;
  cursor: pointer;
}

.article-list-item {
  font-size: 16px;
  padding: 10px 0;
 
}
.article-list-item>a{
   display: flex;
    align-items: center;
}
.article-list-item>a>img{
  width:20px;
  margin-right:10px;
}
.article-list-item a {
  color: rgba(0, 21, 77, 1);
  cursor: pointer;
}

.icon-star {
  color: rgba(0, 21, 77, 1);
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}

.section-list {
  margin: 40px 0;
}

.section-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}

.section-list-item:first-child {
  border-top: 1px solid #ddd;
}

.section-list-item a {
  align-items: center;
  color: rgba(0, 21, 77, 1);
  display: flex;
  justify-content: space-between;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}

.see-all-sections-trigger[aria-hidden="true"] {
  display: none;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 66%;
    min-width: 640px;
    padding: 0 30px;
  }
}

.insert_academy_relate_wrap .article {
    flex: 1 1 66%;
    max-width: none;
  	min-width:auto;
}

.article-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}

.article-avatar {
  margin-right: 10px;
}

.article-author {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

.article-title .icon-lock {
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  vertical-align: middle;
}

.article-body img {
  height: auto;
  max-width: 100%;
}

.article-body ul, .article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .article-body ul, [dir="rtl"] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol, .article-body li > ul, .article-body li > ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
}

.article-body a:visited {
  color: rgba(39, 100, 252, 1);
}

.article-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #0031b3;
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
  margin: 40px 0;
  word-wrap: break-word;
}

.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: #0031b3;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count-icon {
  vertical-align: middle;
  color: rgba(0, 21, 77, 1);
  width: 18px;
  height: 18px;
}

.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
  }
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}

.article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}

.article-relatives > *:last-child {
  padding: 0;
}

@media (min-width: 768px) {
  .article-relatives > * {
    padding-right: 20px;
  }
}

.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}

.article-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

.article-return-to-top {
  border-top: 1px solid #ddd;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: rgba(0, 21, 77, 1);
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top-icon {
  transform: rotate(0.5turn);
}

.sidenav-title {
  font-size: 15px;
  position: relative;
  font-weight: 600;
}

.sidenav-item {
  border-radius: 4px;
  color: rgba(0, 21, 77, 1);
  display: block;
  margin-bottom: 10px;
  padding: 10px;
}

.sidenav-item.current-article, .sidenav-item:hover {
  background-color: rgba(0, 21, 77, 1);
  color: rgba(255, 192, 33, 1);
  text-decoration: none;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item .attachment-icon {
  color: rgba(0, 21, 77, 1);
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item .attachment-icon {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #0031b3;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share li {
  height: 25px;
  width: 25px;
}

.share a {
  color: #0031b3;
}

.share a:hover {
  text-decoration: none;
  color: rgba(0, 21, 77, 1);
}

.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading, .recent-articles-title,
.related-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #0031b3;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: rgba(0, 21, 77, 1);
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter .dropdown-toggle {
  color: #0031b3;
  font-size: 13px;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid rgba(0, 21, 77, 1);
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: rgba(0, 21, 77, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  line-height: 1.6;
  overflow-x: auto;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul, [dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol, .comment-body li > ul, .comment-body li > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: rgba(39, 100, 252, 1);
}

.comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #0031b3;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #0031b3;
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: rgba(0, 21, 77, 1);
}

.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #0031b3;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: rgba(0, 21, 77, 1);
}

.vote-voted:hover {
  color: #000;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01HZPJ6BNEJBHMBTJMKRGGG3RX);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
      display: flex;
    justify-content: space-between;
    background: #00154D;
    border-radius: 13px;
    padding: 15px 60px;
  align-items: center;
  margin-bottom:108px;
}
.community-footer_left{
  width:70%;
    text-align: left;
}
.community-footer_right{
  width:30%;
    max-width:192px;
  position: relative;
}

.community-footer_right>img{
  width:100%;
}
.community-footer-title {
  font-style: normal;
font-weight: 800;
font-size: 36px;
line-height: 44px;
color: #FFFFFF;
  margin-bottom: 20px;
}

.community-featured-posts .title {
  font-size: 18px;
  font-weight: 600;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header .title {
  margin-bottom: 0;
  font-style: normal;
font-weight: 800;
font-size: 18px;
line-height: 25px;
}
.community-header .title .community-topics{
color: #2764FC;
  margin-right:20px;
  text-decoration: underline;
}
.community-header .title .community-posts{
color: #2764FC;
  margin-left:20px;
  text-decoration: underline;
}
.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}
.topic_content{
  max-width:1080px;
  width:90%;
  margin:0 auto;
}
/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 35px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: auto;
}
.topic_content .community-follow{
      display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (min-width: 750px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow button {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
  min-width: 107px;
    text-align: left;

}

@media (min-width: 750px) {
  .community-follow button {
    width: auto;
  }
}

.community-follow button:hover {
  background-color: rgba(0, 21, 77, 1);
}

.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: rgba(0, 21, 77, 1);
  color: rgba(255, 192, 33, 1);
}

.community-follow button[data-selected="true"] {
  background-color:#fff;
  color: #000;
}

.community-follow button[data-selected="true"]::after {
  border-left: 1px solid rgba(0, 21, 77, 1);
  color: #000;
}

.community-follow button::after {
  border-left: 1px solid rgba(0, 21, 77, 1);
  content: attr(data-follower-count);
  color: rgba(0, 21, 77, 1);
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 750px) {
  .community-follow button::after {
    position: static;
  }
}

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid rgba(0, 21, 77, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
  margin-bottom:120px;
}
.striped-list>section{
  margin-top:22px;
}
.striped-list-item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 17px 0 20px 11px;
}
.topic_content .striped-list-item{
  background: #F7F8FA;
border-radius: 13px;
}
@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
  width:100%;
}

.striped-list-title {
  color: rgba(20, 75, 156, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
  color:#2764FC;
}

.striped-list-title:visited {
  color: rgba(39, 100, 252, 1);
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color:#00154D;
  font-size: 14px;
line-height: 19px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(0, 21, 77, 1);
    display: block;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}
.status-label.striped-list-status1{
  background-color: #ffc021;
  color: #fff;
}
.striped-list-status2{
  background-color:#5bca94;
}
.striped-list-status3{
  background-color:#5556e4;
}
.striped-list-status4{
  background-color: #fe923a;
}
.striped-list-status5{
  background-color: #2764fc;
}
.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: rgba(0, 21, 77, 1);
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: #0031b3;
}

.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}

.status-label-open {
  background-color: #c72a1c;
}

.status-label-solved {
  background-color: #68737d;
}

.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}

.status-label-hold {
  background-color: #000;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 65%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
    position: relative;
    align-items: flex-start;
}

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 750px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 750px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 750px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul, .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul, [dir="rtl"] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol, .post-body li > ul, .post-body li > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: rgba(39, 100, 252, 1);
}

.post-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #0031b3;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #0031b3;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: rgba(0, 21, 77, 1);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
/*   position: sticky;
    top: 70px; */
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 35%;
    padding: 0 0 0 20px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar-title {
  font-size: 18px;
  font-weight: 600;
  margin:50px 0 20px;
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge-title {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 8px;
  vertical-align: top;
  white-space: nowrap;
  display: inline-flex;
  line-height: 18px;
  vertical-align: middle;
}

.profile-info .community-badge-title {
  padding: 2px 8px;
  line-height: 20px;
}

.community-badge-container-achievements {
  display: flex;
}

.community-badge-container-achievements > .community-badge-titles {
  margin-left: calc(28px - 0.5em);
}

[dir="rtl"] .community-badge-container-achievements > .community-badge-titles {
  margin-right: calc(28px - 0.5em);
}

.community-name-and-title-badges {
  display: flex;
  flex-wrap: wrap;
}

.community-badge {
  margin: 2px;
}

.community-badge-achievements {
  display: block;
  height: 16px;
  white-space: nowrap;
  width: 16px;
}

.profile-info .community-badge-achievements {
  height: 40px;
  width: 40px;
}

.community-title-badges {
  flex-basis: 100%;
  margin-top: 15px;
}

.community-badge-achievements-rest {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
}

.community-badge-achievements img {
  width: 100%;
  height: 100%;
}

.community-badge-titles img {
  width: 20px;
  height: 20px;
}

.profile-info .community-badge-achievements-rest {
  line-height: 40px;
  font-size: 20px;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: calc(45px / 2);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}

.collapsible-nav-toggle-icon {
  display: none;
}

.collapsible-nav-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-nav-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid rgba(0, 21, 77, 1);
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: rgba(0, 21, 77, 1);
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: rgba(0, 21, 77, 1);
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a:not([aria-current="page"]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li:not([aria-selected="true"]),
.collapsible-nav-list li:not(.current) {
  display: none;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected="true"]),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid rgba(0, 21, 77, 1);
    order: 1;
  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: rgba(0, 21, 77, 1);
}

.collapsible-nav[aria-expanded="true"] li:not([aria-selected="true"]),
.collapsible-nav[aria-expanded="true"] li:not(.current) {
  display: block;
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-toggle {
  position: absolute;
  top: calc(45px / 2);
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}

.collapsible-sidebar-toggle-icon {
  display: none;
}

.collapsible-sidebar-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid rgba(0, 21, 77, 1);
}

.collapsible-sidebar-body {
  display: none;
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body {
  display: block;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  margin-bottom: 30px;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-subscribe button {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #0031b3;
  font-size: 13px;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #0031b3;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #0031b3;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid rgba(0, 21, 77, 1);
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgba(0, 21, 77, 1);
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h2 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #0031b3;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}

.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}

.pagination-first-text, .pagination-last-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.pagination-next-link {
  padding-right: 10px;
}

.pagination-next-text {
  margin-right: 10px;
}

[dir="rtl"] .pagination-next-link {
  padding-left: 10px;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 10px;
}

.pagination-prev-link {
  padding-left: 10px;
}

.pagination-prev-text {
  margin-left: 10px;
}

[dir="rtl"] .pagination-prev-link {
  padding-right: 10px;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 10px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group-opposite {
  float: right;
}

[dir="rtl"] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 20px;
color: #00154D;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 80px;
  height: 80px;
}

.profile-avatar .icon-agent {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
  line-height: 25px;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.user-profile-actions {
  width: 100%;
  margin-bottom: 15px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #0031b3;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgba(0, 21, 77, 1);
  border-radius: 4px;
  color: rgba(0, 21, 77, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f2f2f2;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #0031b3;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-badges-items {
  margin-top: 25px;
}

.profile-badges-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}

.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}

.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}

.profile-badges-item-image img {
  max-height: 40px;
}

[dir="rtl"] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}

.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 15px;
  margin-bottom: 10px;
}

.profile-badges-item-title {
  font-weight: 600;
}

.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: #0031b3;
  font-size: 13px;
  margin: 0;
}

.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}

[dir="rtl"] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-icon {
  right: 0;
}

.profile-contribution-icon svg {
  vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.private-activity-icon {
  margin-right: 10px;
}

[dir="rtl"] .private-activity-icon {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 1);
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}

[dir="rtl"] .profile-activity-icon {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir="rtl"] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search-results .search-result-breadcrumbs>li{
  font-size: 15px;
}
.search-results .search-result-title{
   font-size: 18px;
}
@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 75%;
  }
}

.search-results-sidebar {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}

.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  color: inherit;
  text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}

@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
    display: block;
  }
}

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n + 6) {
  display: none;
}

.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: rgba(20, 75, 156, 1);
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}

.search-results-list > li h2 {
  margin-bottom: 0;
}

.search-results .meta-group {
  display: block;
  align-items: center;
  clear: both;
  color: #666;
}

@media (min-width: 1024px) {
  .search-results .meta-group {
    display: flex;
  }
}

.search-results .meta-group > li {
  display: block;
}

@media (min-width: 1024px) {
  .search-results .meta-group > li {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .search-results .meta-group li:first-child {
    flex: 1;
  }
}

.search-results .meta-group .meta-data {
  color: inherit;
}

[dir="ltr"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-right: 20px;
}

[dir="rtl"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
  content: none;
}

.search-results-description {
  margin-top: 10px;
  word-break: break-word;
}

.search-result-title {
  font-size: 16px;
  display: inline-block;
}

[dir="ltr"] .search-result-icons {
  float: right;
}

[dir="rtl"] .search-result-icons {
  float: left;
}

.search-result-votes, .search-result-meta-count {
  color: #0031b3;
  display: inline-block;
  font-size: 13px;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes-icon, .search-result-meta-count-icon {
  color: rgba(0, 21, 77, 1);
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs {
    display: table-row;
  }
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs li {
    display: table-cell;
  }
}

.search-result-breadcrumbs li, .search-result-breadcrumbs li a, .search-result-breadcrumbs li a:visited {
  color: inherit;
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

/* Add a yellow background for Chinese */
html[lang|="zh"] .search-results-description em {
  font-style: normal;
  background: yellow;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height .2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: .6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle > * {
  display: inline-block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

[dir="rtl"] .dropdown-menu {
  text-align: right;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #d8d8d8;
  color: #969696;
  display: block;
  font-weight: normal;
  font-size: 11px;
  padding: 5px 0;
  margin: 5px 20px 10px 20px;
}

.dropdown-menu [role="menuitem"] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role="menuitem"]:hover, .dropdown-menu [role="menuitem"]:focus {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role="menuitem"][hidden], .dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir="rtl"] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

[dir="rtl"] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}
.postlist{
  text-align: left;
      list-style: disc;
  color:#2764FC ;
  margin-left:10px;
  display:block;
}
.item-icon{
  max-width:80px;
    margin: 0 auto 24px;
  transition: all 1s;
}

/* footer */
#footer-bg {
            --FooterBg: #fff;
            --FooterColor1: #131313;
            --FooterColor2: #4B5563;
            --FooterColor3: #6B7280;
            --FooterColor4: #fff;
            --FooterColor5: #070707;
            box-sizing: border-box;
            background-color: var(--FooterBg);
            overflow: hidden;
            position: relative;
            z-index: 10
        }

        #footer-bg * {
            box-sizing: border-box;
            text-align: left;
            font-family: Inter !important;
            margin: 0
        }

        #footer-bg .svg-hire-text {
            fill: var(--FooterColor1)
        }

        #footer-bg p {
            margin: 0
        }

        #footer-bg .footer-cont {
            width: 90%;
            max-width: 1360px;
            margin: 0 auto;
            padding-top: 64px
        }

        #footer-bg #footer-nav {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 60px
        }

        #footer-bg #footer-d {
            width:100%;
            display: flex;
            justify-content: space-between;
            margin-bottom: 80px;
        }

        #footer-bg #footer-d #foot-foot {
            display: flex;
            width: 126px;
            padding: 0
        }

        #footer-bg #footer-d #foot-foot .footer-hireez-logo {
            width: 100%;
            height: auto
        }

        #footer-bg #footer-d .footer-form-box {
            width: 53%;
            max-width: 720px;
        }

        #footer-bg #footer-d .footer-form-box .footer-form-text {
            display: block;
            font-family: Inter;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            color: var(--FooterColor2);
            margin-bottom: 20px
        }

        @media (max-width:750px) {
            #footer-bg #footer-d .footer-form-box .footer-form-text {
                max-width: none
            }
        }

        #footer-bg #footer-d .footer-form-box .input-btn-box {
            position: relative;
            height: auto;
        }

        @media (min-width:1500px) {
            #footer-bg #footer-d .footer-form-box .input-btn-box {
                width: 720px
            }
        }

        #footer-bg #footer-d .footer-form-box .input-btn-box .input-box {
            max-width: 592px;
            width: calc(100% - 130px);
            height: 100%;
            position: relative;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            border-radius: 6px
        }

        #footer-bg #footer-d .footer-form-box .input-btn-box #FooterSubscribeEmail {
            border-radius: 6px;
            height: 100%;
            width: 100%;
            box-sizing: border-box;
            background: #F8F8F8;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #6b7280;
            padding: 10px 30px 10px 16px;
            border: 0;
            border: 2px solid var(--Gray-200, #e5e7eb)
        }

        #footer-bg #footer-d .footer-form-box .input-btn-box .question-icon {
            position: absolute;
            top: 16px;
            height: 17px;
            width: 17px;
            right: 13px;
            z-index: 9
        }

        #footer-bg #footer-d .footer-form-box .input-btn-box .btn-box {
            width: auto;
            height: 100%;
            margin-left: 8px;
            position: relative
        }

        #footer-bg #footer-d .footer-form-box .input-btn-box .subscribe-btn {
            position: relative;
            font-family: Inter !important;
            width: 100%;
            height: 100%;
            border-radius: 5px;
            border: 1px solid var(--FooterColor5);
            background: #fff;
            border-radius: 6px;
            color: var(--FooterColor5);
            font-style: normal;
            letter-spacing: .027px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            padding: 0 16px;
            cursor: pointer;
        }
        #footer-bg #footer-d .footer-form-box .input-btn-box .subscribe-btn:hover{
        box-shadow: var(--catShadowColor);            
        }

        #footer-bg #footer-d .footer-form-box .truep {
            color: var(--FooterColor1);
            font-size: 16px;
            align-items: center
        }

        #footer-bg #footer-d .icon-box {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 211px;
            margin-top: 30px;
        }

        #footer-bg #footer-d .icon-box .footer-link {
            height: 20.57px;
            width: 20.57px;
            padding: 0
        }
        #footer-bg #footer-d .icon-box .footer-link:hover{
            box-shadow: var(--catShadowColor);
        }
        #footer-bg #footer-d .icon-box .footer-link img {
            width: 100%;
            height: 100%;
            object-fit: contain
        }

        #footer-bg #footer-nav .footer-nav-col {
            display: flex;
            flex-direction: column;
            row-gap: 12px
        }

        #footer-bg #footer-nav .footer-nav-col .footer-nav-link {
            display: flex
        }

        @media (min-width:1081px) {
            #footer-bg #footer-nav .footer-nav-col.platform .footer-nav-link {
                max-width: 268px
            }
            #footer-bg #footer-nav .footer-nav-col .footer-nav-link {
                max-width: 180px
            }
        }

        #footer-bg #footer-nav .footer-nav-col .footer-link,
        #footer-bg #footer-nav .footer-nav-col .footer-nav-col-title {
            padding: 6.67px 8.33px;
            font-size: 16px;
            line-height: 24px;
        }

        #footer-bg #footer-nav .footer-nav-col .footer-nav-col-title {
            color: var(--FooterColor1);
            font-weight: 600
        }

        #footer-bg #footer-nav .footer-nav-col .footer-link {
            color: var(--FooterColor2);
            text-decoration: 0
        }
        #footer-bg #footer-nav .footer-nav-col .footer-link:hover{
            color: var(--linkHoverColor);
        }
    
        #footer-bg #white-foot-bar {
            border-top: 1px solid #DADADA;
            padding: 24px 0 42px;
            display: flex;
            align-items: center;
            justify-content: space-between
        }

        #footer-bg #white-foot-bar .foot-left {
            color: var(--FooterColor2);
            font-style: normal;
            font-weight: 400;
            font-size: 12px;
            line-height: 20px
        }

        #footer-bg #white-foot-bar .foot-right {
            display: flex;
            column-gap: 30px;
            flex-wrap: wrap;
            justify-content: center
        }

        #footer-bg #white-foot-bar .foot-right .footer-link {
            font-weight: 500;
            font-size: 12px;
            line-height: 20px;
            color: var(--FooterColor1);
            text-decoration: 0;
            display: flex;
            border-bottom: 1px solid #9CA3AF;
            white-space: nowrap
        }
        #footer-bg #white-foot-bar .foot-right .footer-link:hover{
            color: var(--linkHoverColor);
            border-bottom: 1px solid var(--linkHoverColor);
        }
				 #hsForm_92bc18b0-8f8a-432b-b69e-b678b82c85f7 .hs-email{
            display: inline-block;
            max-width: 592px;
            width: calc(100% - 130px);
            height: auto;
            position: relative;
            box-sizing: border-box;
        }
        #hsForm_92bc18b0-8f8a-432b-b69e-b678b82c85f7 .hs-email .hs-input{
            width: 100%;
            padding: 10px 30px 10px 16px;
            box-sizing: border-box;
            background: #F8F8F8;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #6b7280;
            border: 2px solid var(--Gray-200, #e5e7eb);
            border-radius: 6px;
        }
        #hsForm_92bc18b0-8f8a-432b-b69e-b678b82c85f7 .hs-email>label{
            display: none;
        }
        #hsForm_92bc18b0-8f8a-432b-b69e-b678b82c85f7 .hs-submit{
            display: inline-block;
            vertical-align: top;
            margin-left: 8px;
        }
        #hsForm_92bc18b0-8f8a-432b-b69e-b678b82c85f7 .hs-submit input{
            position: relative;
            font-family: var(--font5) !important;
            width: 100%;
            height: 48px;
            border-radius: 5px;
            border: 1px solid var(--FooterColor5);
            background: #fff;
            border-radius: 6px;
            color: var(--FooterColor5);
            font-style: normal;
            letter-spacing: .027px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            padding: 0 16px;
            cursor: pointer;
        }
        #hsForm_92bc18b0-8f8a-432b-b69e-b678b82c85f7 .hs-submit input:hover{
            box-shadow: var(--catShadowColor);
        }
        #hsForm_92bc18b0-8f8a-432b-b69e-b678b82c85f7{
            position: relative;
        }
        #hsForm_92bc18b0-8f8a-432b-b69e-b678b82c85f7 .hs_recaptcha {
            display: none;
            margin-top: 4px;
        }
        #hsForm_92bc18b0-8f8a-432b-b69e-b678b82c85f7 .hs_submit {
            position: absolute;
            right: 4px;
            top: 0;
        }
        .hs-error-msgs li{
            list-style: none;
        }
        .hs-error-msg{
            color: #e85741 !important;
            font-size: 16px !important;
        }
        .hs_error_rollup{
            display: none;
        }
        .hs-form-required {
            color: #e10000;
            margin-left: 4px;
        }
        @media (max-width:1360px) {
            #footer-bg #white-foot-bar{
                flex-wrap: wrap;
            }
            #footer-bg #white-foot-bar .foot-right {
                width: 100%;
                margin-top: 10px;
                justify-content: start;
            }
        }

         @media (max-width:1080px) {
            #footer-bg #footer-d #foot-foot{
                width: 220px;
                margin-bottom: 60px;
            }
            #footer-bg #footer-nav {
                flex-direction: column;
                gap: 0;
                margin-bottom: 0
            }

            #footer-bg #footer-d {
                width: 100%;
                margin-bottom: 60px;
                flex-wrap: wrap;
            }
            #footer-bg #footer-d .footer-form-box{
                margin-top: 60px;
                width: 100%;
                max-width: none;
            }
            #footer-bg #footer-d .footer-form-box .footer-form-text {
                font-size: 28px;
                line-height: 1.7;
                max-width: none;
                margin-bottom: 48px
            }

            #footer-bg #footer-d .footer-form-box .input-btn-box .input-box {
                max-width: 650px
            }

            #footer-bg #footer-d .footer-form-box .input-btn-box .input-box #FooterSubscribeEmail {
                font-size: 28px
            }
            #hsForm_92bc18b0-8f8a-432b-b69e-b678b82c85f7 .hs-email{
                max-width: 622px;
                width: calc(100% - 200px);
            }
            #hsForm_92bc18b0-8f8a-432b-b69e-b678b82c85f7 .hs-email .hs-input{
                height: 80px;
                font-size: 28px;
            }
            #hsForm_92bc18b0-8f8a-432b-b69e-b678b82c85f7 .hs-submit{
                margin-left: 16px;
            }
            #hsForm_92bc18b0-8f8a-432b-b69e-b678b82c85f7 .hs-submit input {
                width: 180px;
                height: 80px;
                font-size: 28px;
            }
            #hsForm_92bc18b0-8f8a-432b-b69e-b678b82c85f7 .hs-error-msg{
                font-size: 26px !important;
            }
            #footer-bg #footer-d .footer-form-box .input-btn-box .truep {
                font-size: 24px
            }

            #footer-bg #footer-d .footer-form-box .input-btn-box .question-icon{
                width: 40px;
                height: 40px;
                top:21px;
            }
            #footer-bg #footer-d .icon-box {
                width: 580px
            }

            #footer-bg #footer-d .icon-box .footer-link {
                width: 56px;
                height: 56px
            }

            #footer-bg #footer-nav .footer-nav-col {
                width: 100%;
                padding: 46px 0;
                border-bottom: 2px solid #dadada;
                row-gap:24px;
            }

            #footer-bg #footer-nav .footer-nav-col:last-child {
                border-bottom: 0
            }

            #footer-bg #footer-nav .footer-nav-col:not(.show) .footer-nav-link {
                display: none
            }

            #footer-bg #footer-nav .footer-nav-col .footer-nav-col-title {
                font-size: 32px;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
                position: relative;
            
            }
            #footer-bg #footer-nav .footer-nav-col .footer-nav-col-title::after {
                content: '';
                position: absolute;
                background: url(https://hireez.com/wp-content/uploads/header/Arrow-24-Stroke.png) no-repeat;
                width: 27px;
                height: 15px;
                background-size: 100% 100%;
                right: 30px;
                top: calc(50% - 7.5px);
                transition: all .3s ease;
            }
            #footer-bg #footer-nav .footer-nav-col.show .footer-nav-col-title::after {
                transform: rotate(180deg);
            }

            #footer-bg #footer-nav .footer-nav-col .footer-nav-link .footer-link {
                font-size: 28px;
                line-height: 2
            }

            #footer-bg #white-foot-bar {
                flex-direction: column;
                padding: 40px 0 80px;
                gap: 40px
            }

            #footer-bg #white-foot-bar .foot-left {
                font-size: 24px;
                line-height: 1.6;
                text-align: left;
                width: 100%
            }

            #footer-bg #white-foot-bar .foot-right {
                gap: 28px 40px;
                justify-content: flex-start
            }

            #footer-bg #white-foot-bar .foot-right .footer-link {
                font-size: 24px;
                line-height: 1.5
            }
        }
/* footer end */

.topics_content{
  max-width:1080px;
  width:90%;
  margin:42px auto 0;
}
/*community_post_list_page*/

.cmm-postlist{
  width:90%;
  max-width:1080px;
}
.cmm-postlist .topic-header{
  margin-bottom:23px;
}
.cmm-postlist .topic-header .dropdown{
  font-size: 14px;
  line-height: 19px;
  color: #00154D;
  margin-right: 10px;
}
.cmm-postlist .button-large{
  padding: 13px 48px;
  text-transform: uppercase;
}
.cmm-postlist .recent-activity-header{
  text-align:left;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 44px;
  color: #00224B;
  margin-bottom: 36px;
}
.cmm-postlist .recent-activity-controls{
  padding-top:20px;
}
.cmm-postlist .activity{
  margin-bottom: 105px;
  padding-top: 75px;
}
.cmm-postlist .user-avatar,.topic_content .user-avatar{
  height: 40px;
  width: 40px;
  margin-right:16px;
}
.cmm-postlist .striped-list-title,.topic_content .striped-list-title{
  font-size: 18px;
  line-height: 27px;
  color: #2764FC;
}
.cmm-postlist .meta-data,.topic_content .meta-data{
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}
.cmm-postlist .striped-list-item{
  background: #F7F8FA;
	border-radius: 13px;
  border:none;
  margin-bottom:16px;
  padding: 20px 0 20px 10px;
}
.cmm-postlist .striped-list-count{
    font-size: 14px;
  	line-height: 19px;
  	color: #00154D;
}
@media (min-width: 768px){
	.cmm-postlist .striped-list-number {
    display: inline-block;
  	color: #00154D;
	}
}
/*community_post_list_page*/
.categoty_header{
  background:url(/hc/theming_assets/01HZPJ5HPY158YG1N4TW6N84TM);
    padding:0 0 120px;
  background-size: cover;
}
.topic_page .categoty_header{
  background:url(/hc/theming_assets/01HZPJ5H3D12P1S3XBCSN3D2EG);
      background-size: cover;
}
.categoty_header>.header>.logo>a>span{
  display:none;
}
.categoty_header_box{
  width:90%;
  max-width:1080px;
  margin:60px auto 0;
}
.categoty_header_box .search input[type="search"]{
  max-width:496px;
  height:45px;
}

.categoty_header h1{
  font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 14px;
color: #FFFFFF;
  margin-bottom:40px;
}
.categoty_header h1>a{
  color: #FFFFFF;
}
.categoty_header h1>a:hover{
  text-decoration: none;
}
.categoty_container .sub-nav,.categoty_container .category-container {
  width:90%;
  max-width:1080px;
  margin:0 auto;
  display:block;
}
.content_left{
  width:35%;
      max-width: 340px;
}
.content_left_img{
  text-align: left;
}
.content_left_img >img{
  width:100%;
  max-width:239px;
}
.content_left_plans{
  margin-top:150px;
  background: #fff;
border: 1px solid #EEF4FF;
box-sizing: border-box;
box-shadow: 6px 6px 30px 0px rgb(0 0 0 / 13%);
border-radius: 13px;
  padding:23px 5px 23px 30px;
}
.post-sidebar .content_left_plans{
  margin-top: 50px;
}
.left_title{
  font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 38px;
color: #5556E4;
  margin:0;
}
.plans_text{
  background:url(/hc/theming_assets/01HZPJ5JA4EDTWV8J31315F8J6);
  background-size:100% 100%;
}
.plans_text>p,.community-footer_left>p{
  width:60%;
  font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
color: #00154D;
  margin-top: 0;
    padding-top: 11px;
}
.community-footer_left>p{
width:100%
}
.view_plans{
  margin-top:40px;
  padding-left:30px;
}
.plans_text>a,.community-footer_left>a{
  font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 19px;
letter-spacing: 0.05em;
}
.view_plans>a{
  font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 25px;
color: #FFC021;
 text-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
}
.category-footer-box a,.view_plans>a{
color: #FFC021;
}
.content_right{
  width:63%;
  position: relative;
      overflow-x: hidden;
}
.categoty_container{
  padding:42px 0 120px;
}
.content_right_box{
      display: flex;
  transition: all .5s;
}
.categoty_container .content_list{
  display:none;
      background: #fff;
}
.categoty_container .page-header h1{
  font-style: normal;
font-weight: 700;
font-size: 36px;
line-height: 49px;
text-align: left;
color: #00154D;
  margin-bottom: 10px;
}
.category_title>h3{
     margin-bottom: 20px;
      margin-top: 35px;
    color: #5556E4;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    border-bottom: 5px solid #FFC021;
    display: inline-block;
    padding: 0 30px 5px 0;
}
.category_title .page-header-description{
  font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 16px;
color: #8F9397;
    margin-bottom: 39px;
}
.category_title>h5{
  color: #00154D;
  font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 27px;
      margin-bottom: 5px;
}
.categoty_container .section-tree-title{
  font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 27px;
display: flex;
align-items: center;
color: #00154D;
  padding:13px 0 14px 20px;
      cursor: pointer;
  margin-bottom:28px;
  background: #F7F8FA;
box-shadow: 0.5px 2px 2px rgba(0, 0, 0, 0.12);
border-radius: 13px;
  transition: all 0.4s;
}
.categoty_container .section-tree-title:hover{
 background: #5556E4;
box-shadow: 0px 4px 4px rgba(4, 8, 41, 0.2);
    color: #FFC021;
    text-decoration: none;
  transform: scale(1.05);
  font-weight: 800;
font-size: 24px;
line-height: 33px;
}
 .categoty_container .section-tree-title:nth-child(1){
      margin-top: 14px;
    }
.category-footer{
  width:100%;
  text-align: center;
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 13px;
    padding: 15px 60px;
    align-items: center;
  border: 1px solid #EEF4FF;
box-sizing: border-box;
box-shadow: 6px 6px 30px 0px rgba(0, 0, 0, 0.13);
border-radius: 13px;
}
.category-footer-title{
  font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 38px;
color: #5556E4;
  margin-bottom: 0;
}
.category-footer-box{
      display: flex;
    justify-content: space-between;
  margin-top:100px;
}
.category-footer-box .content_left_plans{
  width:35%;
  max-width:380px;
  margin-top:0;
}
.category-footer-box .category-footer{
  width: 60%;
  align-items: flex-start;
      padding: 23px 60px;
}

#totop {
    width: 91px;
    height: 83px;
    background:rgba(255, 192, 33, 0.6);;
    border-radius: 13px;
    position: fixed;
    right: 2px;
    bottom: 20%;
    text-align: center;
    padding: 12px 0px 0;
    cursor: pointer;
    z-index: 1111111111;
    display: none;
}
#totop>img {
    width: 46px;
}
#totop>p{
  font-style: normal;
font-weight: 800;
font-size: 10px;
line-height: 14px;
color: #FFFFFF;
      margin-top: 0px;
}
.user-nav>a,.app-nav>a {
  display: inline-block;
  white-space: nowrap;
}
.post_tj_box{
  margin-top: 50px;
      background: #fff;
    border: 1px solid #EEF4FF;
    box-sizing: border-box;
    box-shadow: 6px 6px 30px 0px rgb(0 0 0 / 13%);
    border-radius: 13px;
    padding: 23px 30px 23px 45px;
}
.post_tj_box>a{
  color:#00154D;
  font-weight: 400;
    font-size: 16px;
    line-height: 24px;
     margin-top: 15px;
    display: block;
}
.post_tj_box .post_box_title{
   font-family: Proxima Nova;
  font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 33px;
    color: #00154D;
    margin: 0;
  text-align: center;
}
.post_tj_box .post_box_content{
  margin-top:10px;
}
.post_tj_box .post_box_p{
  font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2764FC;
  position: relative;
  margin:5px 0 0;
}
.post_tj_box .post_box_p>a{
  color: #2764FC;
  display: flex;
    align-items: flex-start;
}
.post_tj_box .post_box_p>a>img{
 margin-right:10px;
  margin-left: -24px;
  margin-top: 5px;
}
.topics_box:nth-child(1) .blocks-item-title::before{
  content: '';
  width: 14px;
 height: 14px;
margin-right: 5px;
background: url(/hc/theming_assets/01HZPJ5K3GAN0165Q453HA6M1H);
}
.topics_box:nth-child(2) .blocks-item-title::before{
  content: '';
  width: 14px;
 height: 14px;
margin-right: 5px;
background: url(/hc/theming_assets/01HZPJ5KGVGQJFGS6TE39JTCGN);
}
.topics_box:nth-child(3) .blocks-item-title::before{
  content: '';
  width: 14px;
 height: 14px;
margin-right: 5px;
background: url(/hc/theming_assets/01HZPJ5KGVGQJFGS6TE39JTCGN);
}
.meta-data-sp .meta-data-comment-img>img{
  vertical-align: middle;
      margin-left: 2px;

}
.meta-data-sp .meta-data-comment-img>span{
display:none;
}
.meta-data-sp .meta-data-comment-img:hover>img{
display:none;
}
.meta-data-sp .meta-data-comment-img:hover>span{
      display: inline;
}
@media(max-width:981px){
  .blocks-item{
    flex: 0 0 33.33%;
  }
  .articles{
        padding: 50px 0;
  }
  .topics_content .blocks-item{
  flex: 0 0 45%;
    margin: 0 0 30px;
    max-width: none;
  }
  .category-footer-box{
        flex-wrap: wrap;
  }
  .category-footer-box .content_left_plans{
    width:100%;
    max-width:none;
      margin-bottom:50px;
  }
  .category-footer-box .category-footer{
        padding: 23px;
    width: 100%;
  }
.category-footer-box  .community-footer_right{
        display: none;
  }
 .category-footer-box .community-footer_left{
    width:100%;
  }
  .plans_text{
        background: none;
  }
  .plans_text>p{
    width:100%;
  }
  .container{
        padding: 0 5%;
  }
  .container.homepage {
   padding: 0 ;
  }
  .homepage .categories,.homepage .articles,.homepage .community,.homepage .activity{
    padding:0 5%;
  }
  .homepage .articles{
    padding:50px 5%;
  }
  .community-footer{
        padding: 15px 60px;
  }
  .container.topic_page, .container.categoty_container, .container.homepage, .container.community-footer{
    margin-top:50px;
  }
  .post-sidebar .content_left_plans{
    text-align: left;
  }
}

/* bot-btn */
.bot-enter-post {
    margin-top: 80px;
  	margin-bottom:80px;
}

.bot-enter-title {
    width: 63%;
    margin: 0 auto;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #00224B;
}

.bot-enter-intro {
    max-width: 445px;
    margin: 14px auto 0;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #00154D;
}
.bot-enter-post .img-ques {
    display: block;
    width: 264px;
    margin: 48px auto 0;
}
 .bot-enter-post .btn-new-post {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
    width: 173px;
    height: 53px;
    line-height: 53px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #00154D;
    background: #FFC021;
    border-radius: 30px;
    transition: transform 0.6s;
}
 .bot-enter-post .btn-new-post:hover{
    text-decoration: none;
    transform: scale3d(1.05, 1.05, 1.05);
 }
.bot-enter-post .icon-add {
    position: relative;
    width: 14px;
    height: 2px;
    margin-right: 12px;
    border-radius: 10px;
    background: #00154D;
}
 .bot-enter-post .icon-add::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 14px;
    border-radius: 10px;
    background: #00154D;
}
/* onboarding_part_home */
 .onboarding_part{
            background: #00154C;
        }
        .part-content {
/*     max-width: 1260px; */
    width: 90%;
    margin:0 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
 .part-content .part-right {
    padding: 85px 0 110px;
    position: relative;
    z-index: 2;
}
.part-content .part-right .part-title {
    font-style: normal;
    font-weight: 800;
    font-size: 55px;
    line-height: 67px;
    text-align: left;
    color: #fff;
    max-width: 670px;
    margin: 0 auto;
    min-height: 72px;
}
.part-content .part-right .part-title span {
    color: #ffc021;
}
.part-content .part-right .contact_cales_btn {
    box-sizing: border-box;
    display: block;
    margin: 30px 0 0;
    background-color: #ffc021;
    border-radius: 30px;
    width: 211px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    color:#00154D;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.part-content .part-left{
      text-align: right;
}
.part-content .part-left>img{
    margin-top: -90px;
  max-width: 100%;
}
 .onboarding_top   {
   display: none;
            border-radius: 10px 0 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
    right: 0;
    width: 180px;
    height: 180px;
    top: calc(50% - 90px);
    position: fixed;
   z-index: 115;
        }
     .onboarding_top a{
            display: block;
    text-decoration: none !important;
        }
        .onboarding_top .box-close {
            width: 32px;
    height: 32px;
    color: #fff;
    text-align: center;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 100;
    background: rgba(38,40,40,.6);
    border-radius: 50%;
    position: relative;
    margin: 0 0 14px 10px;
    border: 0;
    cursor: pointer
}
.onboarding_top .onboarding_text-img {
    width: 100%;
    border-radius: 10px 0 0 10px;
    padding: 6px 0 20px 10px;
    background: #00154D;
box-shadow: 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    cursor: pointer;
    text-align: center;
}
.onboarding_text-img>img{
    max-width: 127px;
}
.onboarding_text-img a>p{
    font-style: normal;
    font-weight: 400;
font-size: 16px;
line-height: 19px;
text-align: center;

color: #FFFFFF;
margin: 0;
}
.close_onboarding{
    display: none;
     width: 100%;
    height: 100%;
    padding: 25px 10px;
    box-sizing: border-box;
}
.onboarding_top .close_text{
    
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
     transform: rotate(-90deg) translate(-42px,0); 
}
.onboarding_top_close{
    width: 44px;
    height: 159px;
    background: url(/hc/theming_assets/01HZPJ6577WT1FFD7SYE5TGYH5);
        background-size: 100% 100%;
}
.onboarding_top_close .close_onboarding{
    display: block;
}
.onboarding_top_close .box-close ,.onboarding_top_close .onboarding_text-img{
    display: none;
}
.onboarding_text-img a>img{
  max-width:127px;
  transition: ease-in-out 0.5s;
    animation: imgshow 1s ease infinite alternate;
}
@keyframes imgshow {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.2);
    }
}
/* onboarding_part_home */


/*rewards center*/
@keyframes maskShow1 {
    0% {
        opacity: 1;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.account-setting-mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.5);
    z-index: 992;
    overflow: hidden;
}

.account-setting-mask.show {
    display: flex;
}

.account-setting-mask.show .setting-cont {
    animation: maskShow1 0.5s forwards linear 0.1s;
}

.account-setting-mask .setting-cont {
    width: 560px;
    height: 100vh;
    /* padding: 30px 48px; */
    background: #ffffff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    opacity: 0;
}

.account-setting-mask .mask-cont {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0 48px 64px;
}

.account-setting-mask .mask-cont::-webkit-scrollbar {
    width: 7px;
    height: 6px
}

.account-setting-mask .mask-cont::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: #dddddd;
}

.account-setting-mask .mask-cont::-webkit-scrollbar-track {
    border-radius: 8px;
    background: #FFF
}

.account-setting-mask .top-tit-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    padding: 30px 48px 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: end;
  	z-index:20;
}
.account-setting-mask .order-detail-cont .top-tit-wrap{
  justify-content: space-between;
}
.account-setting-mask .point-detail-cont .top-tit-wrap{
  justify-content: space-between;
}

.account-setting-mask .top-tit {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
    color: #00154D;
}

.account-setting-mask .icon-wrap {
    display: flex;
    align-items: center;
}
.account-setting-mask .chat-us {
    position: relative;
  cursor: pointer;
  display: flex;
    align-items: center;
}
.account-setting-mask .chat-us:hover .box-tooltip{
    visibility: visible;
    transform: none;
    opacity: 1;
}
.account-setting-mask .box-tooltip{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: 8px;
    transform: translateY(-10px);
    transition: all .3s ease-in-out;
}
.account-setting-mask .tooltip-text {
    position: relative;
    top: 40px;
    left: -50%;
    width: auto;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    background:rgba(0,0,0,0.6);
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    z-index: 1;
}
.account-setting-mask .tooltip-text::after{
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    height: 0;
    width: 0;
    margin-left: -6px;
    border: solid transparent;
    border-bottom-color: rgba(0,0,0,0.6);
    border-width: 5px 6px;
}
.account-setting-mask .contact-us {
    width: 20px;
    cursor: pointer;
}

.account-setting-mask .icon-close {
    width: 15px;
    margin-left: 25px;
    cursor: pointer;
}

.account-setting-mask .account-mess {
    margin-top: 78px;
}

.account-setting-mask .avatar-wrap {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    background: #eee;
}

.account-setting-mask .avatar-wrap .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.account-setting-mask .name {
    margin-top: 24px;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    color: #00154D;
    text-align: center;
}

.account-setting-mask .other-mess {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.account-setting-mask .point-mess {
    position: relative;
    padding-left: 28px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    color: #00154D;
}

.account-setting-mask .point-mess::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 16px;
    background: url("https://theme.zdassets.com/theme_assets/11074880/d70cb8f5e84f307cf7042ecbedabc8d81a32a7ec.png")no-repeat;
    background-size: 100% 100%;
}

.account-setting-mask .point-detail {
    margin-left: 30px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #2764FC;
    cursor: pointer;
}

.account-setting-mask .order-his-box {
    margin-top: 40px;
}

.account-setting-mask .order-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: #F7F8FA;
    border-radius: 8px;
    cursor: pointer;
}

.account-setting-mask .order-wrap .left-txt {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: #00154D;
}

.account-setting-mask .order-list {
    margin-top: 30px;
    background: #ffffff;
}

.account-setting-mask .order-item {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.account-setting-mask .order-item .left-part {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 85%;
}

.account-setting-mask .order-item .img-wrap {
    width: 64px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #C6C6C8;
    border-radius: 8px;
    overflow: hidden;
}

.account-setting-mask .order-item .img {
    width: 100%;
    height: 100%;
   object-fit: contain;
}

.account-setting-mask .order-item .txt-wrap {
    margin-left: 13px;
    width: 68%;
}
.account-setting-mask .order-item .left-part:hover{
  text-decoration: none;
}
.account-setting-mask .order-item .left-part:hover .txt1{
  text-decoration: underline;
}
.account-setting-mask .order-item .txt1 {
    width: 100%;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #00154D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-setting-mask .order-item .txt2 {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #81889B;
}

.account-setting-mask .order-item .icon-more {
    position: relative;
    width: 15px;
    height: 3px;
}

.account-setting-mask .order-item .icon-more>span {
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #00154D;
}

.account-setting-mask .order-item .icon-more>span::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #00154D;
}

.account-setting-mask .order-item .icon-more>span::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #00154D;
}

/* order-detail-cont  */

.account-setting-mask .order-detail-cont {
    display: none;
}

.account-setting-mask .top-back {
    position: relative;
    padding-left: 34px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
}

.account-setting-mask .top-back::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("https://theme.zdassets.com/theme_assets/11074880/068ba1b3e0cc541cc668ebe7e84567a63e7d07a9.png")no-repeat;
    background-size: 100% 100%;
}

.account-setting-mask .order-id {
    margin-top: 24px;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    color: #00154D;
    text-align: center;
}

.account-setting-mask .order-detail-cont .other-mess {
    margin-top: 10px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    color: #00154D;
}

.account-setting-mask .status {
    position: relative;
    padding-left: 26px;
    font-weight: 400;
}
.account-setting-mask .progress::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-48%);
    width: 16px;
    height: 16px;
    background: url("https://theme.zdassets.com/theme_assets/11074880/5b2eef9ed45659c81c0ffb6dc72ec74dd5dc2ed1.png")no-repeat;
    background-size: 100% 100%;
}
.account-setting-mask .completed::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("https://theme.zdassets.com/theme_assets/11074880/f685adf7ade365cfe7bd759e83b512c0de019a83.png")no-repeat;
    background-size: 100% 100%;
}

.account-setting-mask .order-detail-cont .date {
    margin-left: 35px;
}

.account-setting-mask .order-sum-box {
    margin-top: 40px;
}

.account-setting-mask .order-sum {
    margin-top: 30px;
    padding-right: 20px;
}
.account-setting-mask .order-sum .left-part{
    position: relative;
}
.account-setting-mask .order-sum .goods-fail-tip{
    display: none;
    position: absolute;
    left: 50%;
    transform: translateY(-50%);
    bottom: 0;
    color: #fff;
  border-radius: 6px;
    font-size: 16px;
    padding: 14px;
    background: rgba(0, 0, 0, 0.5);
}
.account-setting-mask .order-price {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    color: #00154D;
}

.account-setting-mask .info-list {
    padding-left: 20px;
    margin-top: 30px;
}

.account-setting-mask .info-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
}

.account-setting-mask .info-item .icon-wrap {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-right: 20px;
}

.account-setting-mask .point-detail-cont {
    display: none;
}

.account-setting-mask .tab-box {
    margin-top: 48px;
}
.account-setting-mask .tab-item {
   
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #00154D;    
   font-weight: 800;
    cursor: pointer;
}
.account-setting-mask .tab-item::before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -23px;
    width: 47px;
    height: 2px;
    background: #FFC021;
    border-radius: 2px;
    transform: scale3d(0,1,1);
    transition: transform 0.3s;
}
.account-setting-mask .tab-item.onn{
    color: #00154D;    
    font-weight: 800;
}
.account-setting-mask .tab-item.onn::before{
    transform: none;
}

.account-setting-mask .point-list {
    display: none;
    margin-top: 40px;
}

.account-setting-mask .point-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Manrope';
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
  	cursor: default;
}

.account-setting-mask .point-item {
    margin-bottom: 24px;
}
.account-setting-mask .point-item .note-tip{
    display: none;
    position: absolute;
    top: 38px;
    left: 60px;
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 12px;
    color: #F5F5F5;
    font-size: 14px;
    border-radius: 4px;
    background: #4A4A4A;
}
.account-setting-mask .point-item .note-tip::after {
    content: '';
    border-bottom: 4px solid #4A4A4A;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 0px solid transparent;
    position: absolute;
    left: 16px;
    top: -4px;
    
}
.account-setting-mask .flex-t{
   display: flex;
  align-items: center;
  justify-content:flex-start;
}
.account-setting-mask .point-icon {
  	position:relative;
    margin-right: 20px;
  	flex:none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2764FC;
}
.account-setting-mask .point-icon::before{
  	content:"";
  	position:absolute;
  	top:50%;
  	left:50%;
  	transform:translate(-50%,-50%);
}
.account-setting-mask .point-icon.post{
  	flex: none;
    background: #2764FC;
}
.account-setting-mask .point-icon.post::before{
  width:20px;
  height:20px;
  background:url("https://theme.zdassets.com/theme_assets/11074880/bc26cd5298d491e5ec9a154ebe504a0a5acd5ad3.png")no-repeat;
  background-size:100% 100%;
}
.account-setting-mask .point-icon.comments{
    background: #5BCA94;
}
.account-setting-mask .point-icon.comments::before{
  width:20px;
  height:19px;
  background:url("https://theme.zdassets.com/theme_assets/11074880/edbacc3778a4706282b12724287c6e4fc3300030.png")no-repeat;
  background-size:100% 100%;
}
.account-setting-mask .point-icon.reward{
    background: #FE923A;
}
.account-setting-mask .point-icon.reward::before{
  width:19px;
  height:19px;
  background:url("https://theme.zdassets.com/theme_assets/11074880/dfacfc6d6d2860e1effe67463482eef70aa5ac41.png")no-repeat;
  background-size:100% 100%;
}
.account-setting-mask .point-icon.consumption{
    background: #E25B5B;
}
.account-setting-mask .point-icon.consumption::before{
  width:20px;
  height:15px;
  background:url("https://theme.zdassets.com/theme_assets/11074880/5732b5112d77b0d3dca96fd1ee26bd90ffdab4b8.png")no-repeat;
  background-size:100% 100%;
}
.account-setting-mask .point-name {
  	max-width: 150px;
    font-weight: 600;
    color: #00154D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-setting-mask .point-date {
   width: 110px;
    font-weight: 600;
    color: #81889B;
}

.account-setting-mask .point-value {
  	width: 88px;
    text-align: right;
    font-weight: 800;
    color: #5BCA94;
}
.account-setting-mask .point-value.del{
    color: #E25B5B;
}
.account-setting-mask .icon-arrow{
    margin-left: 8px;
    width: 15px;
    height: 19px;
    background: url("https://theme.zdassets.com/theme_assets/11074880/4e26c8b76a7f5e7606330dc16246ecb7595fb632.png")no-repeat;
    background-size: 100% 100%;
}
.account-setting-mask .icon-arrow.add{
    background: url("https://theme.zdassets.com/theme_assets/11074880/9e2e8ee15eca63c46d5ba3edff1e9546192e4ff9.png")no-repeat;
    background-size: 100% 100%;
}
/*rewards center*/
  /* top-header */
 .credit-mall #rewardHeader{
      position: sticky;
      left: 0;
      top: 0;
      width: 100%;
      height: 72px;
      background: #00154C;
      z-index: 20;
  }
 .credit-mall .top-header{
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    height: 72px;
    background: #00154C;
    z-index: 20;
}
.credit-mall .top-cont{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.credit-mall .top-header .left-part{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.credit-mall .top-header .logo{
    width: 71px;
}

.credit-mall .top-header .rewards-center{
    position: relative;
    padding-left: 16px;
    margin-left: 20px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.credit-mall .top-header .rewards-center::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 33px;
    background: #ffffff;
}
.credit-mall .top-header .right-box{
  height: 100%;
    display: flex;
    align-items: center;
}
.credit-mall .top-header .right-box .back-commun{
    position: relative;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    cursor: pointer;
    margin-right:30px;
    padding-left: 22px;
}
.credit-mall .top-header .right-box .back-commun::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("https://theme.zdassets.com/theme_assets/11074880/95ee4da19ae08055c43a79788ae806bff58cb0ab.png")center center no-repeat;
    background-size: 100% 100%;
}
.credit-mall .top-header .right-box .back-commun:hover{
    text-decoration: underline!important;
}
.credit-mall .top-header .right-part{
    height: 100%;
    display: none;
    align-items: center;
    justify-content: flex-start;
}
.credit-mall .top-header .right-part.show{
    display: flex;
}
.credit-mall .top-header .credit-wrap::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(https://theme.zdassets.com/theme_assets/11074880/ba96bd4dd68f312a75bfb7dd929d12b01d009079.png)center center no-repeat;
    width: 18px;
    height: 16px;
    background-size: 100% 100%;
}
.credit-mall .top-header .credit-wrap{
    position: relative;
    padding-left: 24px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    color: #FFFFFF;
}
.credit-mall .person-wrap{
    position: relative;
    height: 100%;
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.credit-mall .person-wrap .avatar-wrap{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
}
.credit-mall .person-wrap .avatar{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.credit-mall .top-header .name-wrap{
    height: 100%;
    position: relative;
    margin-left: 6px;
    display: flex;
    align-items: center;
}
.credit-mall .person-wrap .name{
    position: relative;
    padding-right: 18px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    color: #FFFFFF;
    cursor: pointer;
}
.credit-mall .person-wrap .name::before{
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0;
    content: "";
    width: 12px;
    height: 6px;
    background: url(https://theme.zdassets.com/theme_assets/11074880/7122c5946133785c5f9b38453c118a1cfe5dc40e.png)center center no-repeat;
    background-size: 100% 100%;
}
.credit-mall .person-wrap:hover .drop-wrap{
    display:block;
}
.credit-mall .top-header .drop-wrap{
    display: none;
    position: absolute;
    top: 72px;
    right: 0;
    width: 199px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 6px 80px rgba(0, 0, 0, 0.07), 0px 2.50666px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 1.34018px 17.869px rgba(0, 0, 0, 0.0417275), 0px 0.751293px 10.0172px rgba(0, 0, 0, 0.035), 0px 0.399006px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 0.166035px 2.21381px rgba(0, 0, 0, 0.0196802);
    border-radius: 8px;
}
.credit-mall .top-header .backstage-item,.credit-mall .top-header .logout-item{
    border-top: 1px solid #C6C6C8;
}
.credit-mall .top-header .backstage-item>a,.credit-mall .top-header .logout-item>a{
    font-size: 14px;
    width: 100%;
    color: #000000;
    height: 100%;
    display: flex;
    align-items: center;
  	text-decoration: none!important;
}
.credit-mall .top-header .backstage-item .icon{
    width: 16px;
    margin-right: 10px;
}
.credit-mall .top-header .logout-item .icon{
    width: 16px;
    margin-right: 10px;
}
.credit-mall .top-header .drop-item{
    width: 100%;
    height: 50px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    padding-left: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}
.credit-mall .top-header .icon{
    width: 12px;
    margin-right: 12px;
}
.credit-mall .top-header .icon{
    width: 12px;
    margin-right: 12px;
}
.credit-mall .top-header .sign-in{
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    cursor: pointer;
   text-decoration: none!important;
}
.credit-mall .top-header .sign-in:hover{
    text-decoration: underline!important;
}
/*rewards header*/

.log_box{
  display: flex;
    align-items: center;
}
.log_box #Community_Rewards{
      margin:0 0 10px 20px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}



/* calendar */


        .calendar_popu {
            /* position: fixed;
            top: 0;
            left: 0; */
            width: 100%;
            height: 100%;
            /* background: rgba(0, 0, 0, 0.5); */
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .calendar_box {
            background: #FFFFFF;
            border-radius: 13px;
            /* width: 70%; */
            background: #fff;
            padding: 40px 0;
            position: relative;
        }

        .con_text>h3 {
            font-family: 'Proxima Nova';
            font-style: normal;
            font-weight: 800;
            font-size: 24px;
            line-height: 29px;
            text-align: center;

            color: #000000;
            margin-bottom: 20px;
        }

        .con_text>p {
            font-family: 'Manrope';
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 25px;

            color: #000000;
        }

        .con_text>p>.sp1 {
            background: #5bca94;
            color: #fff;
            border-radius: 12px;
            padding: 0 7px;
        }

        .con_text>p>.sp2 {
            background: #fe923a;
            color: #fff;
            border-radius: 12px;
            padding: 0 7px;
        }

        .table-title {

            width: 100%;
            border: solid 1px rgba(0, 21, 77, 0.1);
            font-family: 'Proxima Nova';
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 17px;
            text-align: center;

            color: #00154D;
            border-radius: 10px 10px 0 0;
        }

        .table-title td {
            text-align: center;
            padding: 14px 0 14px;
        }

        .table-days {

            width: 100%;
            font-family: 'Proxima Nova';
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 17px;
            text-align: right;

            color: #00154D;
            /* border: solid 1px rgba(0, 21, 77, 0.1); */
            border-radius: 0 0 10px 10px;
        }

        .table-days td {
            border: solid 0.5px rgba(0, 21, 77, 0.1);
            min-height: 75px;
            vertical-align: top;
            width: 14px;
        }

        .td-gray {
            color: #ccc;
            background-color: #f7f7f7;
        }

        .div-task-item {
            cursor: pointer;
            margin: 0 4px 3px;
            padding: 4px 4px 3px;
            font-family: 'Manrope';
            font-style: normal;
            text-align: left;
            border-radius: 4px;
            position: relative;
        }

        .div-task-item .calendardec,
        .list_item .calendardec {
            position: absolute;
            background: #fff;
            width: 306px;
            padding: 30px 0px 0;
            left: 20px;
            top: 28px;      
            z-index: 999;
            border: 1px solid rgba(0, 0, 0, 0.1);
            box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725);
            border-radius: 13px;
            display: none;
            cursor: default;
        }
        .list_item .calendardec{
            top: 60px;
        }
        .div-task-item.botmdiv .calendardec {
            bottom: 39px;
            top: auto;
        }
        #table-days tr:nth-child(1n+3) 
        td .div-task-item .calendardec{
            bottom: 39px;
    top: auto;
        }   
        #table-days tr td:nth-child(1n+4)  .div-task-item .calendardec{
           left: auto;
            right: 0px;
        }
        .div-task-item .calendardec>* ,.list_item .calendardec>*{
            padding: 0 30px;

        }

        .div-task-item .calendardec>h3,
        .list_item .calendardec>h3 {
            font-style: normal;
            font-weight: 800;
            font-size: 20px;
            line-height: 27px;

            color: #00154D;
        }

        .div-task-item .calendardec .log,
        .list_item .calendardec .log {
            background: #5BCA94;
            border-radius: 10px;
            width: 143px;
            font-style: normal;
            font-weight: 800;
            font-size: 12px;
            line-height: 16px;
            padding: 2px 0;

            color: #FFFFFF;
            text-align: center;
            margin: 10px 0 20px 30px;
        }

        .div-task-item .calendardec .log.s2,
        .list_item .calendardec .log.s2 {
            background: #fe923a;
        }

        .div-task-item .calendardec .desc,
        .list_item .calendardec .desc {
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 19px;

            color: #00154D;
              display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
        }

        .div-task-item .calendardec .days,
        .list_item .calendardec .days {
            font-style: normal;
            font-weight: 800;
            font-size: 12px;
            line-height: 16px;

            color: #00154D;
            margin-top: 30px;
            display: flex;
            align-items: center;
        }

        .div-task-item .calendardec .days>span,
        .list_item .calendardec .days>span {
            width: 32px;
            height: 32px;
            background: rgba(91, 202, 148, 0.2);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 10px;
        }

        .div-task-item .calendardec .time,
        .list_item .calendardec .time {
            font-style: normal;
            font-weight: 800;
            font-size: 12px;
            line-height: 16px;

            color: #00154D;
            margin-top: 16px;
            display: flex;
            align-items: center;
        }
.article_box .text>span{
  color:#2764FC;
      cursor: pointer;
}
        .div-task-item .calendardec .time>span,
        .list_item .calendardec .time>span {
            width: 32px;
            height: 32px;
            background: rgba(91, 202, 148, 0.2);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 10px;
        }

        .div-task-item .calendardec .link,
        .list_item .calendardec .link {
            font-family: 'Proxima Nova';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 14px;
            color: #00154D;
            display: block;
            border-top: 1px solid #DFDFDF;
            text-align: center;
            padding: 15px 0;
            margin-top: 30px;
            cursor: pointer;
            text-decoration: none;
        }

        .div-task-item:hover>.calendardec,
        .list_item:hover>.calendardec {
            display: block;
        }

        .div-no-task-item {
            margin-top: 2px;
            padding: 2px;
            height: 14px;
        }

        .td-selected {
            background-color: #e0f2f8 !important;
        }

        .div-day-title {
            text-align: right;
            padding: 9px 12px 7px;
        }




        .highlight-task {
            background-color: #ff3366 !important;
            color: #fff !important;
        }

        .div-task-item>.title {
						margin-top:0;
            font-weight: 800;
            font-size: 12px;
            line-height: 16px;
            margin-bottom: 2px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .div-task-item>.time {
					margin:0;
            font-weight: 400;
            font-size: 10px;
            line-height: 14px;
              text-overflow: clip;
    overflow: hidden;
        }

        .div-task-item.div-task-item-orange {
            background: rgba(254, 146, 58, 0.2);
            color: #FE923A;
        }
				.td-today .div-task-item.div-task-item-green{
            background: #5BCA94;
            color: #fff;
        }
        .td-today .div-task-item.div-task-item-orange {
            background: #FE923A;
            color: #fff;
        }
        .div-task-item.div-task-item-green {
            background: rgba(91, 202, 148, 0.2);
            color: #5BCA94;
        }
	
        .div-task-item.div-task-item-old {
            background: url(/hc/theming_assets/01HZPJ6A5NG9VNY7KQAGHPY4BK) rgba(0, 21, 77, 0.06);
            color: #00154D;
        }



        table tr {
            display: flex;
            width: 100%;
        }

        #table-days tr:last-child td:first-child {
            border-radius: 0 0 0 10px;
        }

        #table-days tr:last-child td:last-child {
            border-radius: 0 0 10px 0;
        }

        table tr td {
            flex-grow: 1
        }

        .form_title {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 40px 0 11px;
        }

        .form_title #today {
            font-family: 'Proxima Nova';
            font-style: normal;
            font-weight: 800;
            font-size: 24px;
            line-height: 29px;

            color: #000000;

        }

        .form_title .form_btn>input {
            background: none;
            border: none;
            color: #00154D;
            font-size: 22px;
            padding: 0 5px;
            cursor: pointer;
            line-height: 15px;
        }

        .calendar_box .close {
            width: 32px;
            height: 32px;
            background: #6F777B;
            color: #fff;
            font-weight: 900;
            font-size: 22px;
            position: absolute;
            top: -13px;
            right: -13px;
            border-radius: 50%;
            text-align: center;
            line-height: 30px;
            cursor: pointer;
        }

        .left_calendar>h3 {
            font-family: 'Proxima Nova';
            font-style: normal;
            font-weight: 800;
            font-size: 24px;
            line-height: 29px;

            color: #00154D;
        }

        #left_calendar_box {
            margin-top: 20px;
            max-width: 330px;
        }

        #left_calendar_box .list_item {
            display: flex;
            justify-content: space-between;
            position: relative;
        }

        #left_calendar_box .list_item>span {
            width: 10px;
            display: block;
            background: #5BCA94;
        }

        #left_calendar_box .list_item.s2>span {
            background: #FE923A;
        }

        #left_calendar_box .list_item .content {
            width: 110px;
        }

        #left_calendar_box .list_item .content,
        #left_calendar_box .list_item .time {
            margin: 10px 0;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

        #left_calendar_box .list_item .time>h4 {
            font-style: normal;
            font-weight: 800;
            font-size: 24px;
            line-height: 33px;
            text-align: center;
            color: rgba(0, 21, 77, 0.5);
            width: 100%;
        }

        #left_calendar_box .list_item .content {
            border-left: 1px solid #C6C6C8;
            padding: 0 20px;

        }

        #left_calendar_box .list_item .content>h5 {
            font-style: normal;
            font-weight: 800;
            font-size: 16px;
            line-height: 22px;
            color: rgba(0, 21, 77, 0.5);
            width: 100%;
        }

        #left_calendar_box .list_item .content>span {
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 16px;
            color: rgba(0, 21, 77, 0.5);
            width: 100%;
        }

        #left_calendar_box .list_item .time>.sp2 {
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 16px;
            text-align: center;
            color: rgba(0, 21, 77, 0.5);
            width: 100%;
        }

        #left_calendar_box .list_item:first-child .time>h4,
        #left_calendar_box .list_item:first-child .time>span,
        #left_calendar_box .list_item:first-child .content>h5,
        #left_calendar_box .list_item:first-child .content>span {
            color: #00154D;
        }

        .left_calendar button {
            border: none;
            background: none;
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 19px;

            color: #00154D;
            margin-top: 20px;
        }
        .calendar_tip_box .tip{
            background: rgba(39, 100, 252, 0.1);
border-radius: 8px;
padding: 20px 20px 20px 50px;
position: relative;
max-width: 330px;
margin-top: 20px;
        }
        .calendar_tip_box .tip .close{
            position: absolute;
            top: 10px;
            right: 10px;
            color: #6F777B;
            font-size: 26px;
        }
        .calendar_tip_box .tip .name{
            position: relative;
            font-family: 'Manrope';
            font-style: normal;
            font-weight: 800;
            font-size: 16px;
            line-height: 22px;
            color: #00154D;
        }
        .calendar_tip_box .tip .name>span{
            background: #2764FC;
border-radius: 4px;
padding: 1px 6px;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #FFFFFF;
margin-left: 7px;
        }
        .calendar_tip_box .tip .name::before{
            content: "\2713";
            position: absolute;
            left: -27px;
        }
        .calendar_tip_box .tip .text{
            font-family: 'Manrope';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #00154D;
margin-top: 10px;
        }
        .calendar_tip_box .tip .text>a{
            color: #2764FC;
            font-weight: bold;
        }
.article-list .text a,.article-list .text span{
  color:#2764FC;
      cursor: pointer;

}
     .flexbox{
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            padding: 0 4px;
            box-sizing: border-box;
        }
        .flexbox .div-day-title{
            width: 100%;
           
        }
        .flexbox .div-task-item{
            margin: 0;
            box-sizing: border-box;
            position: relative;
        }
        .flexbox>div:nth-child(2){
            width: 45%;
            border-radius: 4px 0 0 4px;
            margin-right: -5%;
           padding-right: 6%;
           z-index: 1;
        }
        .flexbox>div:nth-child(3){
            width: 60%;
            z-index: 2;
          
        }
.flexbox>div:nth-child(3).div-task-item-old{
  background: url(/hc/theming_assets/01HZPJ6AHYVGP1F3ZHS4FZJF3B) #F0F1F5;
          border: 1px solid #9099b2;
          padding: 3px 4px 2px;
}
#embedded-messaging{display: none!important;} 
.chatbot-hi-wrap{display: none!important;}

/* right academy relate box */
.academy_relate{
		cursor: pointer;
    flex: 0 0 23%;
    border: 1px solid #E2E2E2;
    border-radius: 12px;
    padding: 24px;
    height: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 50px;
    position: sticky;
    top: 30px;
}
.academy_relate .icon{
    width: 32px;
}
.academy_relate .title{
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #00154D;
    margin: 20px 0 10px;
    display: flex;
    align-items: center;
}
.academy_relate .title .icon{
    width: 31px;
    height: auto;
    margin: -1px 3px 0 -4px;
}
.academy_relate:hover .detail{
    color: #356EFF;
}