<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--start right side bar sigle post --*/


#right {
  position: relative;
  width: 350px;
  float: right;
}

#sidebar {
  width: 230px;
}

.side-panel ul {
  margin: 0;
}

.side-panel ul li {
  list-style: none;
  line-height: 2.2em;
}

.side-panel h3 {
  font-size: 1em;
  border-bottom: 1px solid var(--text-color-main);
  font-family: var(--default-font-demi);
  padding-bottom: 3px;
  color: var(--text-color-main);
}
.widgettitle {
  font-size: 1em;
  border-bottom: 1px solid black;
  font-family: var(--default-font-demi);
  padding-bottom: 3px;
  margin-bottom: 1.5rem;
}

.side-panel-webinar h3 {
  font-size: 1em;
  border-bottom: 1px solid black;
  font-family: var(--default-font-demi);
}

.wrapper-forum h4 {
  font-size: 0.8em;
  font-family: var(--default-font);
}

.wrapper-forum p {
  font-size: 0.69em;
  font-family: var(--default-font);
  color: #404040;
  margin-bottom: 0em;
}

.wrapper-forum a {
  color: #404040;
  font-family: var(--default-font);
  font-weight: 600;
  font-size: 0.8em;
}

.side-panel-senseis h3 {
  font-size: 1em;
  border-bottom: 1px solid black;
  font-family: var(--default-font);
}

.width-full {
  width: 100%;
}

.btn-border {
  border: 1px solid black;
}

aside li.widget [class^='btn site'] {
  margin-bottom: 1rem;
}

.img-right {
  width: 50%;
  margin: 0 auto;
}

.category-side-panel a {
  font-family: var(--default-font);

  color: #4697b8;
  font-size: 0.6em;
  font-weight: 600;
}

.category-side-panel a span {
  margin-right: 0.5em;
}

.sub-head-forum {
  font-family: var(--default-font);
  color: #676767;
  font-size: 0.9rem;
}

aside &gt; * {
  list-style: none;
}

.side-panel-webinar p {
  color: #595959;
  margin-top: 5px;
}

.wrapper-side-ebook.text-center {
  font-family: var(--default-font-demi);
}

.wrapper-side-ebook h6 {
  color: #545454;
  margin: 5px 0;
}

.wrapper-side-ebook p {
  font-size: 0.8rem;
}
.cp_style_642 #cp_heading-3-642 .cp-target {
  height: auto !important;
}

/*--strat search--*/
.searchform div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.searchform input {
  border: 1px solid gainsboro;
  border-radius: 3px;
  background: transparent;
  padding: 0 15px;
  outline: 0;
  height: 40px;
  width: 66%;
}

.searchform #searchsubmit {
  background: var(--secondary-color);
  font-family: var(--default-font);
  color: white;
  border: none;
  border-radius: 3px;
  width: 32%;
  font-size: 0.9rem;
  padding: 0;
}
.searchform #searchsubmit:hover {
  background: var(--color-cloud);
  font-family: var(--default-font);
  color: white;
  border: none;
  border-radius: 3px;
  width: 32%;
}

.screen-reader-text {
  display: none;
}

/*--end search--*/

/*--sidebar you are in start--*/

#faq {
  margin-bottom: 30px;
}

#faq .card {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1px;
}
#faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 0px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#faq .card:last-child {
  border-bottom: none !important;
}

#faq .card .card-body {
  background: #f7f7f7;
  padding: 0;
}

#faq ul li {
  line-height: 2.6rem;
  border-top: 1px solid #e2e2e2;
  padding: 0 15px;
}

#faq ul li.active a {
  font-family: var(--default-font-bold);
  text-decoration: underline;
}

#faq ul li a {
  font-size: 0.7rem;
  font-family: var(--default-font);
  color: var(--text-color-main);
  letter-spacing: -0.5px;
}
#faq a img {
  margin-bottom: 0;
}

#faq .card-header a {
  color: #222;
  padding: 10px;
  width: 100%;
  border-radius: 0;
}

.card-header .btn-header-link:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  font-weight: 900;
  float: right;
}

.card-header .btn-header-link.collapsed {
  color: #fff;
}

.card-header a.collapsed:after {
  content: '\f0da';
}

#faq .card .collapsing {
  background: #ffe472;
  line-height: 30px;
}

#faq .card .collapse {
  border: 0;
}

#faq .card .collapse.show {
  background: #ffe472;
  line-height: 30px;
  color: #222;
}

.nav-sub-site-side {
  font-size: 1rem;
  color: white !important;
  letter-spacing: 1px;
}

/*--sidebar you are in end--*/
.sidebar-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Position the items */
}

.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0 15px;
}
/*--end right side bar sigle post --*/

@media (max-width:768px){
.side-panel div#sidebar {
    position: relative!important;
    top: 0!important;
    height: auto!important;
    bottom: unset!important;
    width: auto;
}

.side-panel li#left {
    position: relative!important;
}
}</pre></body></html>