<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body * {
	font-family: Helvetica,Arial,sans-serif;
}

/*admin*/
.box-body {
	/*min-height: 450px;*/
}
.content-wrapper {
  min-height: 550px;
}

.main-header .sidebar-toggle:before {
    content: none;
}
/*menu header*/


.breadcrumbs {
	font-size: 14px;
}

.swal2-container * {
	font-size: 12px;
}


.nice-breadcrumb a, .nice-breadcrumb .sep {
	color: #5bc4be;
	text-decoration: none;
}

.pull-right {
	float: right;
}

.pagination .disabled .page-link {
	color: #bfbebd;
}

/*custom checkbox*/

.custom-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 17px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom-checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #e8cece;
}

/* On mouse-over, add a grey background color */
.custom-checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox-container .checkmark:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* loading icon */
@keyframes lds-facebook_1 {
  0% {
    top: 32px;
    height: 136px;
  }
  50% {
    top: 60px;
    height: 80px;
  }
  100% {
    top: 60px;
    height: 80px;
  }
}
@-webkit-keyframes lds-facebook_1 {
  0% {
    top: 32px;
    height: 136px;
  }
  50% {
    top: 60px;
    height: 80px;
  }
  100% {
    top: 60px;
    height: 80px;
  }
}
@keyframes lds-facebook_2 {
  0% {
    top: 39px;
    height: 122px;
  }
  50% {
    top: 60px;
    height: 80px;
  }
  100% {
    top: 60px;
    height: 80px;
  }
}
@-webkit-keyframes lds-facebook_2 {
  0% {
    top: 39px;
    height: 122px;
  }
  50% {
    top: 60px;
    height: 80px;
  }
  100% {
    top: 60px;
    height: 80px;
  }
}
@keyframes lds-facebook_3 {
  0% {
    top: 46px;
    height: 108px;
  }
  50% {
    top: 60px;
    height: 80px;
  }
  100% {
    top: 60px;
    height: 80px;
  }
}
@-webkit-keyframes lds-facebook_3 {
  0% {
    top: 46px;
    height: 108px;
  }
  50% {
    top: 60px;
    height: 80px;
  }
  100% {
    top: 60px;
    height: 80px;
  }
}

.lds-css {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999999999999;
  transform: translate(-50%, -50%);
}

.lds-facebook {
  position: relative;
}
.lds-facebook div {
  position: absolute;
  width: 36px;
}
.lds-facebook div:nth-child(1) {
  left: 32px;
  background: #2ed260;
  -webkit-animation: lds-facebook_1 0.9s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation: lds-facebook_1 0.9s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
}
.lds-facebook div:nth-child(2) {
  left: 82px;
  background: #2fdd63;
  -webkit-animation: lds-facebook_2 0.9s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation: lds-facebook_2 0.9s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  -webkit-animation-delay: -0.09s;
  animation-delay: -0.09s;
}
.lds-facebook div:nth-child(3) {
  left: 132px;
  background: #2fdd63;
  -webkit-animation: lds-facebook_3 0.9s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation: lds-facebook_3 0.9s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook {
  width: 105px !important;
  height: 105px !important;
  -webkit-transform: translate(-52.5px, -52.5px) scale(0.525) translate(52.5px, 52.5px);
  transform: translate(-52.5px, -52.5px) scale(0.525) translate(52.5px, 52.5px);
}


@keyframes progress-bar {
  0% {
    width: 5%;
  }
  10% {
    width: 10%;
  }
  12% {
    width: 12%;
  }
  15% {
  width: 15%;
  }
  18% {
    width: 18%;
  }
  20% {
    width: 20%;
  }
  22% {
    width: 22%;
  }
  27% {
    width: 27%;
  }
  30% {
    width: 30%;
  }
  32% {
    width: 32%;
  }
  35% {
  width: 35%;
  }
  38% {
    width: 38%;
  }
  40% {
    width: 40%;
  }
  42% {
    width: 42%;
  }
  45% {
  width: 45%;
  }
  48% {
    width: 48%;
  }
  50% {
    width: 50%;
  }
  55% {
  width: 55%;
  }
  60% {
    width: 60%;
  }
  62% {
    width: 62%;
  }
  65% {
  width: 65%;
  }
  68% {
    width: 68%;
  }
  70% {
    width: 70%;
  }
  75% {
  width: 75%;
  }
  80% {
    width: 80%;
  }
  100% {
    width: 90%;
  }
}

.progress-bar-animation {
  -webkit-animation: progress-bar 6s;
  -moz-animation: progress-bar 6s;
  -ms-animation: progress-bar 6s;
  animation: progress-bar 6s;
  
}

.oneline {
  white-space: nowrap!important;
    overflow: hidden!important;
    overflow-wrap: normal;
    text-overflow: ellipsis!important;
    word-wrap: normal;
}


/*APP HEADER*/
#navigation a {
  font-size: 15px !important;
}

#toggle-nav {
  top: 23px !important;
}

#header-wrapper {
  position: absolute;
  top: 35px;
  width: 100%;
  height: 200px;
  z-index: -100;
}

#header { 
  background-color: #35a49e;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  background-attachment: scroll;
  
  min-height: 100px;
  /*position: fixed;*/
}

#header #top {
  min-height: 100px;
}

#header #top #logo {
  /* padding-top: 20px; */
}
#header #top #navigation .nav &gt; li a {
  line-height: 100px;
}
/*#header { background-image: url(/assets/wp-content/uploads/sites/2/2017/11/flatbase-background.jpg); min-height: 520px;}*/

.scroll-header {
  min-height: 40px !important;
  top: 0 !important;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 200;
}

.scroll-header #navigation a {  
  line-height: 20px !important;
}

.scroll-header #logo {  
  padding-top: 10px !important;
}

.scroll-header #top { 
  min-height: 30px !important;
}

.no-scroll-header {
  position: static !important;
}

.no-scroll-content-wrapper {
  margin-top: 0px !important;
}

#top-bar {
  height: 35px;
  font-size: 12px;
}

#top-bar .links {
  list-style-type: none;
  display: inline-block;
}

#top-bar .links li {
  display: inline-block;
  color: white;
  margin-right: 20px;
}

#top-bar .links li a{
  text-decoration: none;
  color: white;
  line-height: 35px;
}

#top-bar .social-links {
  list-style-type: none;
  display: inline-block;
  margin-right: 50px;
}

#top-bar .social-links li {
  display: inline-block;
  color: white;
  margin-left: 25px;
}

#top-bar .social-links li a{
  text-decoration: none;
  color: white;
  line-height: 35px;
}
  
/*HOME*/
#list-kbase {
  margin-top: 20px;
}
#list-kbase .item .content {
  text-align: justify;
  padding-top: 0;
  width: 100%;
}
#list-kbase #btn-view-all{
  margin: 0 auto;
  height: 55px;
  line-height: 55px;
  display: block;
  vertical-align: middle;
  text-align: center;
  border: 2px solid;
  border-radius: 4px;
  background-color: white;
  width: 17%;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none; 
}

#list-kbase #btn-view-all:hover {
  background-color: #f3f7f6 !important;
} 

.item .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.item .material-icons {
  font-size:55px;
  color: #0e5631;
}

.kbase-item-right {
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 10px
}
.kbase-item-left {
  padding: 0;
  padding-top: 5px;
}

#list-kbase .item .card{  
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
  padding: 5px 5px 5px 10px;
  transition: transform .3s;
}

#list-kbase .item .card:hover{
  -webkit-box-shadow: 0 7px 10px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 7px 10px 0 rgba(0,0,0,0.1);
  box-shadow: 0 7px 10px 0 rgba(0,0,0,0.1);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}

/*FAQS*/
#faq-entry .entry-content img {
  max-width: 100% !important;
  height: auto !important;
}

@media only screen and (max-width: 320px) {

  /*header*/
  #top-bar {
    height: 70px !important;
    width: 100% !important;
    padding: 0 5px !important; 
  }  
  #header {
    top: 70px;
  }
  
  #top-bar .links {
    margin: 0 !important;
    display: block;
  }
  #top-bar .links li {
    margin-right: 5px !important;
  }
  #top-bar .social-links {
    margin-right: 0;
    float: none !important;
    display: block;
  }
  #top-bar .social-links li {
    margin-left: 0 !important;
    margin-right: 5px !important;  
  }
  #logo img{
    display: block !important;
  }

  /*home*/
}
  
@media only screen and (min-width: 320px) {
  /*HEADER*/
  #top-bar {
    height: 70px;
    width: 100% !important;
    padding: 0 8px; 
  }  
  #header {
    top: 70px;
  }
  
  #top-bar .links {
    margin: 0 auto !important;
    display: block;
  }
  #top-bar .links li {
    margin-right: 10px !important;
  }
  #top-bar .social-links {
    margin: 0 auto !important;
    float: none !important;
    display: block;
  }
  #top-bar .social-links li {
    margin-left: 0 !important;
    margin-right: 10px !important;  
  }
  #logo img{
    display: block !important;
  }

  /*HOME*/
  #quick-link {
    padding-top: 20px;
    padding-bottom: 0;
    background: none;
    margin-top: 50px;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
  }

  #quick-link .item a{
    text-decoration: none;
  }

  #quick-link .infobox-title {
    padding-top: 0px;
    
  }
  #quick-link .thumb img{
    width: 80%;
    height: auto;
  }

  #quick-link .item {
	 border: 1px solid rgba(0,0,0,.125);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
    transition: transform .3s;

    height: 100%;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  
  #list-kbase .item {
    height: 150px;
    margin-top: 10px;
    overflow: hidden;
    padding: 0;
    /*padding-left: 15px;*/
  }

  #list-kbase .item .card{  
    width: 90%;
    margin: 0 auto;
    height: 100%
  }
  
  #list-kbase .kbase-item-left {
    width: 20%;
  }
  #list-kbase .kbase-item-right {
    width: 80%;
  }
  
  #content .post-content img {
    max-width: 95% !important;
    height: auto !important;
  }

  /*Knowledge Base*/
  #category-title img{
    display: none !important;
  }
  #category-title div {
    margin-left: 0 !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  /*HEADER*/
  #top-bar {
    padding: 0 20px; 
  }  

  #top-bar .links {
  }
  #top-bar .links li {
    margin-right: 15px;
  }
  #top-bar .social-links {   
  }
  #top-bar .social-links li {
    margin-right: 20px;  
  }

  /*HOME*/
  #quick-link{
    width: 90%;
    margin-top: 40px;
  }


  #quick-link .item {
    width: 31%;
    height: 250px;
    padding: 10px;
    margin-bottom: 0px;
    margin-left: 10px;

  }
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  /*HEADER*/
  #top-bar {
    height: 35px;
    padding: 0 20px ; 
  }  
  #header {
    top: 35px;
  }
  #top-bar .links {
    margin: 0 auto ;
    display: inline-block;
  }
  #top-bar .links li {
    margin-right: 10px ;
  }
  #top-bar .social-links {
    margin: 0 auto !important;
    float: right !important;
    display: inline-block;
  }
  #top-bar .social-links li {
    margin-left: 0;
    margin-right: 10px;  
  }

  /*HOME*/
  #quick-link {

  }

  #quick-link .item{

    height: 250px;
    width: 31%;
    margin-left: 10px;

  }

  #list-kbase .kbase-item-left {
    width: unset;
    padding-top: 8px;
  }
  #list-kbase .kbase-item-right {
    width: unset;
  }
  
  /*Knowledge Base*/
  #category-title img{
    display: inline-block !important;
  }
  #category-title div {
    margin-left: 20px !important;
  }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  /*HEADER*/
  #top-bar {
    height: 35px;
    padding: 0 20px ; 
  }  
  #header {
    top: 35px;
  }
  #top-bar .links {
    margin: 0 auto ;
    display: inline-block;
  }
  #top-bar .links li {
    margin-right: 10px ;
  }
  #top-bar .social-links {
    margin: 0 auto !important;
    float: right !important;
    display: inline-block;
  }
  #top-bar .social-links li {
    margin-left: 0;
    margin-right: 10px;  
  }
  #navigation {
    display: block !important;
  }
  
  /*HOME*/
  #quick-link {

  }

  #quick-link .item{

    height: 300px;
    width: 31%;
    margin-left: 20px;

  }
  
  #content .post-content img {
    /* max-width: unset !important; */
    max-width: 100% !important;
    /*height: initial !important;*/
  }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #content-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}</pre></body></html>