@import url(all.min.css);
@import url(animate.min.css);
@import url(dnnusing.css);
@import url(dnncontainer.css);

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: .3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

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

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

.waves-effect img {
  position: relative;
  z-index: -1;
}

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

.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

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

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

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1;
}

.contra-nav {
  position: relative;
}

.contra-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
  height: 78px;
  padding: 2px;
}

.nav-brand img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 74px;
  padding: 2px;
}

.nav-brand a {
  display: block;
  font-size: 22px;
  font-weight: normal;
  line-height: 78px;
  text-decoration: none;
}

#main-menu {
  clear: both;
  z-index: 1004;
}

#main-menu:before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
}

.main-menu-btn {
  float: right;
  margin: 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#main-menu-state:not(:checked)~#main-menu {
  display: none;
}

#main-menu-state:checked~#main-menu {
  display: block;
}

/*************************************************************/
/*** start menu styling **************************************/
/*************************************************************/
.sm-contra {
  background: transparent;
}

.sm-contra a,
.sm-contra a:hover,
.sm-contra a:focus,
.sm-contra a:active {
  padding: 13px 20px;
  padding-right: 58px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

.sm-contra a span.sub-arrow {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  left: auto;
  width: 34px;
  height: 34px;
  overflow: hidden;
  text-align: center;
  text-shadow: none;
  padding-top: 12px;
}

.sm-contra a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
  height: 34px;
}

.sm-contra>li:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sm-contra>li:first-child {
  border-top: none;
}

.sm-contra ul a,
.sm-contra ul a:hover,
.sm-contra ul a:focus,
.sm-contra ul a:active {
  font-size: 16px;
  border-left: 8px solid transparent;
}

.sm-contra ul ul a,
.sm-contra ul ul a:hover,
.sm-contra ul ul a:focus,
.sm-contra ul ul a:active {
  border-left: 16px solid transparent;
}

.sm-contra ul ul ul a,
.sm-contra ul ul ul a:hover,
.sm-contra ul ul ul a:focus,
.sm-contra ul ul ul a:active {
  border-left: 24px solid transparent;
}

.sm-contra ul ul ul ul a,
.sm-contra ul ul ul ul a:hover,
.sm-contra ul ul ul ul a:focus,
.sm-contra ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.sm-contra ul ul ul ul ul a,
.sm-contra ul ul ul ul ul a:hover,
.sm-contra ul ul ul ul ul a:focus,
.sm-contra ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 1025px) {

  .sm-contra a,
  .sm-contra a:hover,
  .sm-contra a:focus,
  .sm-contra a:active,
  .sm-contra a.highlighted {
    line-height: 78px;
    padding: 0 10px;
    font-size: 1rem;
  }

  .sm-contra li li a,
  .sm-contra li li a:hover,
  .sm-contra li li a:focus,
  .sm-contra li li a:active,
  .sm-contra li li a.highlighted {
    line-height: 34px;
  }

  .sm-contra a.has-submenu {
    padding-right: 24px;
  }

  .sm-contra a span.sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 12px;
    font-size: 20px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    background: transparent;
  }

  .sm-contra a.highlighted span.sub-arrow:before {
    display: none;
  }

  .sm-contra li {
    border-top: 0;
  }

  .sm-contra>li>ul:after {
    top: -16px;
    left: 31px;
    border-width: 8px;
  }

  .sm-contra ul {
    border-top: none !important;
    padding: 0;
  }

  .sm-contra ul a,
  .sm-contra ul a:hover,
  .sm-contra ul a:focus,
  .sm-contra ul a:active,
  .sm-contra ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
  }

  .sm-contra ul a.has-submenu {
    padding-right: 20px;
  }

  .sm-contra ul a span.sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 4px;
    border-style: dashed dashed dashed solid;
  }

  .sm-contra span.scroll-up,
  .sm-contra span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    height: 20px;
  }

  .sm-contra span.scroll-up-arrow,
  .sm-contra span.scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
  }

  .sm-contra span.scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
  }

  .sm-contra.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px;
  }

  .sm-contra.sm-rtl a span.sub-arrow {
    right: auto;
    left: 12px;
  }

  .sm-contra.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }

  .sm-contra.sm-rtl.sm-vertical a span.sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
  }

  .sm-contra.sm-rtl>li>ul:before {
    left: auto;
    right: 30px;
  }

  .sm-contra.sm-rtl>li>ul:after {
    left: auto;
    right: 31px;
  }

  .sm-contra.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }

  .sm-contra.sm-rtl ul a span.sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
  }

  .sm-contra.sm-vertical {
    padding: 10px 0;
  }

  .sm-contra.sm-vertical a {
    padding: 10px 20px;
  }

  .sm-contra.sm-vertical a span.sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
  }

  .sm-contra.sm-vertical>li>ul:before,
  .sm-contra.sm-vertical>li>ul:after {
    display: none;
  }

  .sm-contra.sm-vertical ul a {
    padding: 10px 20px;
  }
}

@media (min-width: 1025px) {
  #main-menu {
    float: right;
    clear: none;
  }

  #main-menu:before {
    display: none;
  }

  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }

  #main-menu-state:not(:checked)~#main-menu {
    display: block;
  }

  .sm-contra ul {
    position: absolute;
    width: 12em;
  }

  .sm-contra li {
    float: left;
  }

  .sm-contra.sm-rtl li {
    float: right;
  }

  .sm-contra ul li,
  .sm-contra.sm-rtl ul li,
  .sm-contra.sm-vertical li {
    float: none;
  }

  .sm-contra a {
    white-space: nowrap;
  }

  .sm-contra ul a,
  .sm-contra.sm-vertical a {
    white-space: normal;
  }

  .sm-contra .sm-nowrap>li>a,
  .sm-contra .sm-nowrap>li> :not(ul) a {
    white-space: nowrap;
  }

  .sm-contra a span.sub-arrow {
    padding-top: 0;
    border-color: var(--body) transparent transparent transparent;
  }
}

@media (max-width: 768px) {
  .sm-contra>li:hover {
    border-bottom: none !important;
    background: #f2f2f2;
  }
}

header {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

footer {
  padding-top: 60px;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  line-height: 22px;
  margin: 0;
}

footer .copyright-section {
  padding: 15px 0;
  font-size: 12px;
  letter-spacing: 0.5px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

footer p {
  font-size: 13px;
  line-height: 22px;
  margin: 0;
}

footer a:link,
footer a:active,
footer a:focus,
footer a:visited {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

footer a:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background-color: #444;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
.search {
  text-align: center;
}

.search .searchInputContainer {
  width: 100%;
  /*border:solid 1px $top-bar-color;*/
}

.search .SearchButton {
  display: none;
}

.search input {
  width: 100%;
  height: 45px;
}

.search ul.searchSkinObjectPreview {
  /*border: 1px solid $top-bar-color;*/
  border-top: none;
  width: 100%;
}

.search ul.searchSkinObjectPreview>li {
  /*border-top: 1px solid $top-bar-color; */
  width: 100%;
}

.search ul.searchSkinObjectPreview>li.searchSkinObjectPreview_group {
  /* background-color: $top-bar-bg-color;
            color: $top-bar-color;*/
  width: 100%;
  text-align: left;
  font-weight: normal;
  border-bottom: none;
}

/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/
body {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
}

strong,
b {
  font-weight: 700;
}

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

ul,
ol {
  margin-bottom: 18px;
  margin-left: 18px;
}

ul {
  list-style-type: none;
}

a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}

p {
  font-weight: 400;
}

i {
  font-size: 15px;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

h1,
.h1 {
  font-size: 30px;
}

h2,
.h2 {
  font-size: 27px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 21px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 15px;
}

/* p {
  font-size: 15px;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  margin: 0;
} */

/*------------------------------------------------*/
/* Social buttons */
/*------------------------------------------------*/
/************************************************************************/
.contraC .contentpane ul.social-list {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.contraC .contentpane .social-list {
  margin-bottom: 0;
}

.contraC .contentpane .social-list li {
  padding: 0;
}

.contraC .contentpane .social-list li a {
  margin: 0 3px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.contraC .contentpane .social-list li a.btn-xsmall i {
  font-size: 1em;
}

.contraC .contentpane .social-list li a.btn-small i {
  font-size: 1.5em;
}

.contraC .contentpane .social-list-item:not(:last-child) {
  margin-right: 0;
}

.contraC .contentpane ul.social-list li a {
  text-decoration: none;
}

/*************************************************************/
/*** Header styling **************************************/
/*************************************************************/
header {
  position: relative;
  top: auto;
  width: 100%;
  z-index: auto !important;
}

header.header.admin-panes {
  margin-bottom: 30px;
}

.header.header-bg .nav-brand {
  background-size: 100% auto;
}

/*------------------------------------------*/
/*       01 - Logo Styles
/*------------------------------------------*/
.nav-brand {
  float: none;
  padding: 0;
  position: relative;
  height: auto;
}

.nav-brand img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  padding: 5px 0;
  z-index: 2;
  position: relative;
}

/*------------------------------------------*/
/*       02 - Nav Menu Styles
/*------------------------------------------*/
.contra-nav.contra-nav-skin>.container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media (min-width: 1025px) {
  .contra-nav {
    position: static;
  }

  #main-menu {
    float: left;
  }

  .sm-contra a,
  .sm-contra a:hover,
  .sm-contra a:focus,
  .sm-contra a:active,
  .sm-contra a.highlighted {
    line-height: 50px;
    font-size: 16px;
    font-family: var(--font-family-inter);
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 30px;
  }

  .sm-contra a.has-submenu {
    padding-right: 30px;
  }

  .search {
    float: right;
  }

  .sm {
    position: static;
  }

  .sm .submenu-ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    z-index: 1001;
    border-width: 0 0 0px 0;
    border-style: solid;
  }

  .sm>li {
    position: static;
  }

  .sm>li li {
    position: relative;
  }

  .sm>li>ul>li {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm.sm-contra ul ul {
    /* display: flex;
		flex-flow: row nowrap;
		width: 100%;
		position: relative; */
    left: 100% !important;
  }

  /* .sm.sm-contra ul ul li a {
		white-space: nowrap;
		font-size: 14px;
		font-family: 'Roboto';
		padding: 5px 10px;
	} */
}

@media(max-width: 1024px) {
  .main-menu-btn {
    float: left;
  }

  #main-menu {
    flex-basis: 100%;
    max-width: 100%;
  }

  .sm-contra a,
  .sm-contra a:hover,
  .sm-contra a:focus,
  .sm-contra a:active,
  .sm-contra a.current {
    font-size: 16px;
  }

  .sm-contra a:hover,
  .sm-contra a.current {
    font-family: var(--font-family-inter);
    font-weight: 600;
  }
}

/*------------------------------------------*/
/*       01 - Sidebar Canvas Styles
/*------------------------------------------*/
@media (min-width: 1025px) {

  .btn-sidebar,
  .btn-sidebar-close {
    display: none;
  }
}

@media (max-width: 1024px) {
  .close-sidebar .btn-sidebar {
    position: static;
    display: inline-block;
    /* width: 100%;
    text-align: right; */
  }

  .btn-sidebar-fixed.btn-sidebar {
    position: fixed;
    right: 0;
    top: 160px;
    height: 100px;
    z-index: 10;
    background: var(--primary);
    padding: 8px 3px;
    border-radius: 0.25rem 0 0 0.25rem;
    box-shadow: -2px 0px 4px 0.1rem rgba(30, 45, 190, 0.15);
    display: flex;
    align-items: center;
  }

  .btn-sidebar-fixed i::before {
    content: none;
  }

  .btn-sidebar-fixed i {
    display: inline-block;
    width: 0px;
    height: 20px;
    border-right: 2px solid var(--white);
  }
}

@media(max-width: 767px) {
  /* .btn-sidebar {
    position: absolute;
    top: -25px;
    right: 15px;
    font-size: 30px;
    z-index: 30;
  }

  .content-layout .btn-sidebar {
    position: static;
    display: inline-block;
    width: 100%;
    text-align: right;
  } */

  .btn-sidebar-fixed.btn-sidebar {
    top: 140px;
  }

  #sidebar.show .btn-sidebar-close {
    position: fixed;
    top: 0;
    left: 0;
    font-size: 25px;
    z-index: 31;
    padding: 5px;
    border-radius: 50%;
  }

  .sidebar-section {
    position: relative;
  }

  #sidebar:not(.having_box) {
    width: 100%;
    top: 0;
    height: 100vh;
    position: fixed;
    right: -100%;
    transition: all 0.5s;
    display: block;
    z-index: 30;
    padding-top: 30px;
    overflow: hidden auto;
    max-width: 100%;
  }

  #sidebar.show {
    right: 0;
  }
}

/* @media(min-width: 768px) {
  .btn-sidebar {
    display: none;
  }
} */

/*------------------------------------------*/
/*       Ranger color Styles
/*------------------------------------------*/
.tooltip_constrast {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-top: 15px;
}

.tooltip_constrast .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0px 0;
  position: absolute;
  z-index: 1000;
  top: 100%;
  right: 0;
  margin-left: -60px;
  margin-top: 0;
}

.tooltip_constrast .tooltiptext::after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 0px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip_constrast:hover .tooltiptext {
  visibility: visible;
}