/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/*  typography */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap");

@font-face {
	font-family: myFont;
	src: url(../fonts/LINESeedSansTH_Rg.ttf);
}

div{
	font-family: myFont !important;
}

h1, h2, h3, h4, h5, h6, ul, li, a, p, b, font, th, td, pre, span, button{
	font-family: myFont !important;
}

label{
	font-family: myFont !important;
	color: #000000 !important;
}

body {
  font-family: myFont !important;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #f0f2f5;
  overflow-x: hidden;
}

p, .paragraph {
  font-weight: 400;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 50px;
  font-weight: 800;
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 36px;
    font-weight: 600;
  }
}

h2, .h2 {
  font-size: 42px;
  font-weight: 800;
}

@media (max-width: 575px) {
  h2, .h2 {
    font-size: 32px;
    font-weight: 600;
  }
}

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

@media (max-width: 575px) {
  h3, .h3 {
    font-size: 28px;
  }
}

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

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

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

pre {
	position: relative;
	margin-bottom: 0 !important;
	font-size: 100% !important;
	white-space: pre-wrap; 
	word-break: break-word;
}
pre .copy-to-clipboard {
	background: #1363DF;
	color: #fff;
	cursor: pointer;
	padding: 4px 5px;
	line-height: 1;
	font-size: 12px;
	font-weight: 500;
	border-radius: 4px;
	position: absolute;
	right: 10px;
	top: 10px;
}

:not(pre) > code + span.copy-to-clipboard {
	display: none;
}

:not(.highlight) pre {
	/*background: #FBFBFB;*/
}

.content pre {
	display: block;
	padding: 9.5px;
	margin: 10px 0px 10px;
}

.bg-white{
	background: #ffffff;
}

.bg-week{
	background: #f5fcff;
}

.bg-carlendar-su{
	background: #FDEDEC;
}

.bg-carlendar-sat{
	background: #F5EEF8;
}

/* mycss */

.selectgroup.selectgroup-secondary .selectgroup-input:checked+.selectgroup-button {
    border-color: #ffd200;
    color: #ffd200;
    background: #FEF9E7;
}

.selectgroup-input:checked+.selectgroup-button {
    border-color: #1572e8;
    z-index: 1;
    color: #1572e8;
    background: rgba(21,114,232,.15);
}

.selectgroup-item:not(:last-child) .selectgroup-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.selectgroup-pills .selectgroup-button {
    border-radius: 50px!important;
}

.selectgroup-button-icon {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1rem;
}

.selectgroup-button {
    display: block;
    border: 1px solid rgba(0,40,100,.12);
    text-align: center;
    padding: 2px 10px;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    color: #9aa0ac;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    line-height: 1.5rem;
    min-width: 2.375rem;
	background: #fff;
}

.selectgroup-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.my-min-height{
	min-height: 720px !important;
}

.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item{
	/*width:100%;*/
}

.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}


.separator-dashed{
    border-top: 1px dashed #ebecec;
    margin: 15px 0;
}

.separator-dashed-my{
    border-top: 1px dashed #D7DBDD;
    margin: 15px 0;
}

.text-1-lines{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1; /* number of lines to show */
	-webkit-box-orient: vertical;
}

.text-2-lines{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
}

.text-3-lines{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
	-webkit-box-orient: vertical;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: red;
	color: white;
	cursor: pointer;
	padding: 9px 15px;
	border-radius: 50%;
}

#myBtn:hover {
	background-color: #555;
}

.my-bg-cm{
	background: #F2F3F4;
	padding: 10px;
	border-radius: 10px;
	min-height: 105px;
}

.my-star-checked{
	color: #FFF000;
}

.img-cover-ruennam{
	width: 100%;
	height: 200px;
	border-radius: 10px;
}

.my-center-cropped{
  width: 100%;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
}

.owl-nav{
	text-align: center !important;
	font-size: xxx-large !important;
	display: none !important;
}

.owl-dots{
	display: none !important;
}

.swal-footer {
    text-align: center !important;
}

.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position:relative;
}
.dropdown-submenu>.dropdown-menu {
	top:0;
	/*left:-100%;*/
	left:-10rem; /* 10rem is the min-width of dropdown-menu */
	margin-top:-6px;
}

.text-white{
	color: #ffffff !important;
}

.text-black{
	color: #000000 !important;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
text-decoration: underline;
transform: rotate(-90deg);
}

.my-box-gray{
	padding: 5px 10px !important;
	color: #000000 !important;
	background-color: #f2f6fc !important;
    border-color: #f2f6fc !important;
	border-radius: 10px !important;
}

.my-status-success{
	padding: 1px 8px !important;
	color: #155724 !important;
	background-color: #d4edda !important;
    border-color: #c3e6cb !important;
	border-radius: 5px !important;
}

.my-status-danger{
	padding: 1px 8px !important;
	color: #721c24 !important;
	background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
	border-radius: 5px !important;
}

.my-status-info{
	padding: 1px 8px !important;
	color: #0c5460 !important;
    background-color: #d1ecf1 !important;
    border-color: #bee5eb !important;
	border-radius: 5px !important;
}

.my-status-primary{
	padding: 1px 8px !important;
	color: #004085 !important;
    background-color: #cce5ff !important;
    border-color: #b8daff !important;
	border-radius: 5px !important;
}

.my-status-warning{
	padding: 1px 8px !important;
	color: #856404 !important;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
	border-radius: 5px !important;
}

.my-status-defult{
	padding: 1px 8px !important;
	color: #383d41 !important;
    background-color: #e2e3e5 !important;
    border-color: #d6d8db !important;
	border-radius: 5px !important;
}

.my-img-circle-staff{
	width: 100px !important;
	height: 100px !important;
	object-fit: cover !important;
	border-radius: 50% !important;
}

.my-img-circle{
	width: 170px !important;
	height: 170px !important;
	object-fit: cover !important;
	border-radius: 50% !important;
	border: 5px solid #ffffff !important;
	box-shadow: 2px 6px 15px 0 rgb(17 78 96 / 25%) !important;
}

.my-img-square{
	width: 170px !important;
	height: 170px !important;
	object-fit: cover !important;
	border-radius: 10px !important;
	border: 5px solid #ffffff !important;
	box-shadow: 2px 6px 15px 0 rgb(17 78 96 / 25%) !important;
}

.my-img-square2{
	/*width: 170px !important;*/
	height: 200px !important;
	object-fit: cover !important;
}

.my-img-square3{
	/*width: 170px !important;*/
	height: 150px !important;
	object-fit: cover !important;
}

.text-1-lines{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1; /* number of lines to show */
	-webkit-box-orient: vertical;
}

.text-2-lines{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
}

.separator-dashed {
    /*border-top: 1px dashed #ebecec;*/
    border-top: 1px dashed rgba(0,0,0,.1);
    margin: 10px 0;
}

.my-mb-none{
	margin-bottom: 0px;
}

.my-pb-none{
	padding-bottom: 0px;
}

.my-pd-5{
	padding: 5px !important;
}

.my-pd-10{
	padding: 10px !important;
}

.my-pd-15{
	padding: 15px !important;
}

.my-pd-20{
	padding: 20px !important;
}

.my-mt-5{
	margin-top: 5px !important;
}

.my-mt-10{
	margin-top: 10px !important;
}

.my-mt-15{
	margin-top: 15px !important;
}

.my-mt-20{
	margin-top: 20px !important;
}

.my-mt-25{
	margin-top: 25px !important;
}

.my-mt-30{
	margin-top: 30px !important;
}

.my-mb-5{
	margin-bottom: 5px !important;
}

.my-mb-10{
	margin-bottom: 10px !important;
}

.my-mb-15{
	margin-bottom: 15px !important;
}

.my-mb-20{
	margin-bottom: 20px !important;
}

.my-mb-25{
	margin-bottom: 25px !important;
}

.my-mb-30{
	margin-bottom: 30px !important;
}

.my-pt-5{
	padding-top: 5px !important;
}

.my-pt-10{
	padding-top: 10px !important;
}

.my-pt-15{
	padding-top: 15px !important;
}

.my-pt-20{
	padding-top: 20px !important;
}

.my-pt-25{
	padding-top: 25px !important;
}

.my-pt-30{
	padding-top: 30px !important;
}

.my-pb-5{
	padding-bottom: 5px !important;
}

.my-pb-10{
	padding-bottom: 10px !important;
}

.my-pb-15{
	padding-bottom: 15px !important;
}

.my-pb-20{
	padding-bottom: 20px !important;
}

.my-pb-25{
	padding-bottom: 25px !important;
}

.my-pb-30{
	padding-bottom: 30px !important;
}

.my-ht-5{
	width: 100%;
	height: 5px;
}

.my-ht-10{
	width: 100%;
	height: 10px;
}

.my-ht-15{
	width: 100%;
	height: 15px;
}

.my-ht-20{
	width: 100%;
	height: 20px;
}

.my-ht-25{
	width: 100%;
	height: 25px;
}

.my-font-10{
	font-size: 10px;
}

.my-font-12{
	font-size: 12px;
}

.my-font-14{
	font-size: 14px;
}

.my-font-16{
	font-size: 16px;
}

.my-font-18{
	font-size: 18px;
}

.my-font-20{
	font-size: 20px;
}

.my-font-22{
	font-size: 22px;
}

.my-font-24{
	font-size: 24px;
}

.my-font-26{
	font-size: 26px;
}

.my-font-28{
	font-size: 28px;
}

.my-font-30{
	font-size: 30px;
}

/* font animation */

.marquee {
	height: 50px;	
	overflow: hidden;
	position: relative;
	background: #f5d0a9;
	color: #000;
	font-weight:bold;
	font-size:16px;
	border: 1px solid #ccc;
}
.marquee p {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	line-height: 50px;
	text-align: center;
	/* Starting position */
	-moz-transform:translateX(100%);
	-webkit-transform:translateX(100%);	
	transform:translateX(100%);
	/* Apply animation to this element */	
	-moz-animation: scroll-left 5s linear infinite;
	-webkit-animation: scroll-left 5s linear infinite;
	animation: scroll-left 5s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
	0%   { -moz-transform: translateX(100%); }
	100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
	0%   { -webkit-transform: translateX(100%); }
	100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
	0%{ 
		-moz-transform: translateX(100%); /* Browser bug fix */
		-webkit-transform: translateX(100%); /* Browser bug fix */
		transform: translateX(100%);
	}
	100% { 
		-moz-transform: translateX(-100%); /* Browser bug fix */
		-webkit-transform: translateX(-100%); /* Browser bug fix */
		transform: translateX(-100%);
	}
}

.marquee-outer {
	height: 100px;	
	overflow: hidden;
	position: relative;
	color: #FFFFFF;
	BACKGROUND:#d0f5a9;
}
.marquee-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	line-height: 50px;
	text-align: center;
	/* Starting position */
	-moz-transform:translateX(100%);
	-webkit-transform:translateX(100%);	
	transform:translateX(100%);
	/* Apply animation to this element */	
	-moz-animation: scroll-left 5s linear infinite;
	-webkit-animation: scroll-left 5s linear infinite;
	animation: scroll-left 5s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
	0%{ -moz-transform: translateX(100%); }
	100%{ -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
	0%{ -webkit-transform: translateX(100%); }
	100%{ -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
	0%{ 
		-moz-transform: translateX(100%); /* Browser bug fix */
		-webkit-transform: translateX(100%); /* Browser bug fix */
		transform: translateX(100%); 		
	}
	100%{ 
		-moz-transform: translateX(-100%); /* Browser bug fix */
		-webkit-transform: translateX(-100%); /* Browser bug fix */
		transform: translateX(-100%); 
	}
}
.html-marquee {
	overflow: hidden;
	position: relative;
	
}

/* font animation */

/* mycss */

/* Button style */
.btn {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
  font-weight: 600;
}

.btn:hover, .btn:active, .btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn-sm {
  font-size: 14px;
  padding: 10px 25px;
}

.btn-primary {
  background: #1363DF;
  color: #fff;
  border-color: #1363DF;
}
.btn-primary:active, .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary.active {
  background: #0069d9 !important;
  border-color: #0069d9 !important;
}

.btn-primary-border{
    color: #1572e8 !important;
    border: 1px solid #1572e8 !important;
	background: none !important;
}

.btn-primary-border:hover {
    background: none !important;
}

.btn-outline-primary {
  background: transparent;
  color: #1363DF;
  border-color: #1363DF;
}

.btn-outline-primary:active, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary.active {
  background: #0069d9 !important;
  border-color: #0069d9 !important;
  color: #fff;
}

::-moz-selection {
  background: #ff3369;
  color: #fff;
}

::selection {
  background: #ff3369;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

a {
  color: inherit;
}

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

a,
button,
select {
  cursor: pointer;
  transition: 0.2s ease;
}
a:focus,
button:focus,
select:focus {
  outline: 0;
}

a:hover {
  color: #1363DF;
}

.slick-slide {
  outline: 0;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-sm {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-title {
  margin-bottom: 40px;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.border-default {
  border-color: #E2E2E2 !important;
}

/* overlay */
.overlay {
  position: relative;
}
.overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

.outline-0 {
  outline: 0 !important;
}

.rounded, .card-icon, .card {
  border-radius: 12px !important;
}

.shadow, .card, .search-wrapper .form-control, .navigation.nav-bg {
  box-shadow: none !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #1363DF !important;
}

.text-primary {
  color: #1363DF !important;
}

.text-light {
  color: #999 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.zindex-1 {
  z-index: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.font-weight-medium {
  font-weight: 500;
}

.navigation {
  transition: 0.2s ease;
}
.navigation.nav-bg {
  background: #fff;
}
@media (max-width: 991px) {
  .navigation .form-inline {
    width: 100%;
  }
  .navigation .form-inline input {
    width: 100%;
  }
}

.nav-item {
  margin: 0;
}
.nav-item .nav-link {
  text-transform: capitalize;
}

.navbar-light .navbar-nav .nav-link {
  color: #222;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #1363DF;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 20px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px;
    display: block;
  }
}

.search-wrapper {
  position: relative;
}
.search-wrapper .form-control {
  height: 46px;
  border: 0;
  outline: 0;
}
.search-wrapper .form-control::-moz-placeholder {
  color: #999;
  font-size: 15px;
}
.search-wrapper .form-control::placeholder {
  color: #999;
  font-size: 15px;
}
.search-wrapper .form-control-lg {
  height: 70px;
}
.search-wrapper .form-control.active.focus-visible {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.search-wrapper button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.search-wrapper button i {
  color: #1363DF;
}

.card {
  transition: 0.2s ease;
  border: 0;
}
.card-lg .card-body {
  padding: 35px;
}
.card-icon {
  background: #1363DF;
  color: #fff;
  height: 55px;
  width: 60px;
  line-height: 55px;
  text-align: center;
  font-size: 27px;
  display: block;
  margin-top: 40px;
}
.card-text {
  margin-bottom: 0;
}
.card-title {
  font-weight: 700;
}
.card-body {
  /*padding: 15px;*/
}
.card:hover {
  /*box-shadow: 0px 15px 60px rgba(62, 62, 62, 0.2) !important;*/
  box-shadow: none !important;
}

.social-icons {
  margin-bottom: 0;
}
.social-icons a {
  display: block;
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background: #1363DF;
  border-radius: 6px;
}

.footer-menu {
  margin-bottom: 0;
}
.footer-menu a {
  display: block;
  padding: 10px;
  color: #333;
  transition: 0.2s ease;
}
.footer-menu a:hover {
  color: #1363DF;
}

/* sidenav */
.sidenav {
  border-right: 1px solid #E2E2E2;
  padding-right: 20px;
}
.sidenav ul {
  padding-left: 10px;
}
.sidenav > li a {
  padding: 20px 0;
  color: #222;
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.sidenav > li:not(:last-child) {
  border-bottom: 1px solid #E2E2E2;
}
.sidenav .sidelist ul {
  display: none;
}
.sidenav .parent > a {
  color: #1363DF !important;
  position: relative;
  margin-left: 10px;
}
.sidenav .parent > a::before {
  position: absolute;
  content: "";
  left: -10px;
  top: 25%;
  height: 50%;
  width: 1px;
  background: #1363DF;
}
.sidenav .parent ul {
  display: block;
  margin-bottom: 10px;
}
.sidenav .parent ul a {
  padding: 5px 0;
  font-size: 14px;
  font-weight: 400;
  color: #222;
}
.sidenav .parent ul li.active > a {
  margin-left: 10px;
}
.sidenav .parent ul li.active > a::before {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  display: block;
  top: 13px;
}

/* /sidenav */
.page-list {
  list-style-type: none;
}
.page-list a {
  display: none;
}
.page-list ul {
  padding: 0;
}
.page-list ul a {
  display: inline-block;
  padding: 7px 0;
  font-size: 20px;
  color: #222;
}

.pagination {
  margin-top: 50px;
  justify-content: space-between;
}
.pagination a {
  color: #1363DF;
  font-size: 18px;
  font-weight: 500;
}
.pagination i {
  line-height: 1.6;
}

.code-tabs {
  border: 1px solid #E2E2E2;
  overflow: hidden;
  margin-bottom: 20px;
}
.code-tabs .nav-tabs {
  margin-bottom: 0;
}
.code-tabs .nav-tabs .nav-item {
  padding-left: 0;
  border-right: 1px solid #E2E2E2;
}
.code-tabs .nav-tabs .nav-item .nav-link {
  text-decoration: none;
  font-weight: 500;
  border: 0;
}
.code-tabs .nav-tabs .nav-item::before {
  display: none;
}
.code-tabs .nav-tabs .nav-item.active {
  background: #1363DF;
}
.code-tabs .nav-tabs .nav-item.active .nav-link {
  color: #fff;
}
.code-tabs .tab-content {
  padding: 20px 15px;
}

.autocomplete-suggestions {
  border: 0;
  border-radius: 0 0 6px 6px;
  box-shadow: 0px 50px 60px rgba(62, 62, 62, 0.102) !important;
  background: #fff;
}
.autocomplete-suggestions .autocomplete-suggestion {
  transition: 0.2s ease;
  padding: 10px;
  font-weight: 500;
}
.autocomplete-suggestions .autocomplete-suggestion.selected {
  background: #1363DF;
}

.search-item a {
  color: #222;
  display: block;
}
.search-item a:hover {
  color: #1363DF;
}
.search-item:not(:last-child) {
  border-bottom: 1px solid #E2E2E2;
}

.form-group label {
  font-size: 15px;
  font-weight: 500;
}
.form-group .form-control {
  height: 40px;
  background: transparent;
  border: 0;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  /*padding: 10px 0;*/
}
.form-group .form-control::-moz-placeholder {
  font-size: 13px;
  color: #999;
}
.form-group .form-control::placeholder {
  font-size: 13px;
  color: #999;
}
.form-group .form-control:focus {
  outline: 0;
  border-color: #1363DF;
  box-shadow: none;
}
.form-group .custom-select {
  font-size: 13px;
  color: #999;
}
.form-group textarea.form-control {
  height: 120px;
}

.badge {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 15px;
  padding: 5px 10px;
}
.badge.added {
  background: #3778FF;
  color: #fff;
}
.badge.fixed {
  background: #F54773;
  color: #fff;
}
.badge.changed {
  background: #3AAA55;
  color: #fff;
}
.badge.depricated {
  background: #343434;
  color: #fff;
}
.badge.removed {
  background: #3bbfe4;
  color: #fff;
}
.badge.security {
  background: #F53535;
  color: #fff;
}
.badge.unreleased {
  background: #A037FF;
  color: #fff;
}

.collapse-wrapper {
  padding: 5px 15px;
}
.collapse-wrapper .collapse-head {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: 500;
}
.content strong {
  font-weight: 600;
}
.content a {
  text-decoration: underline;
  color: #1363DF;
}
.content ol,
.content ul {
  padding-left: 20px;
}
.content ol li,
.content ul li {
  margin-bottom: 10px;
}
.content ul {
  padding-left: 0;
  margin-bottom: 20px;
}
.content ul li {
  padding-left: 20px;
  position: relative;
}
.content ul li::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #1363DF;
  left: 3px;
  top: 8px;
}
.content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #EEEEEE;
}
.content table td,
.content table th {
  padding: 0.75rem;
  vertical-align: top;
  margin-bottom: 0;
}
.content tr:not(:last-child) {
  border-bottom: 1px solid #EEEEEE;
}
.content th {
  font-weight: 500;
}
.content thead {
  background: #FBFBFB;
  margin-bottom: 0;
}
.content thead tr {
  border-bottom: 1px solid #EEEEEE;
}
.content tbody {
  background: #fff;
  margin-bottom: 0;
}
.content .notices {
  margin: 2rem 0;
  position: relative;
  overflow: hidden;
}
.content .notices p {
  padding: 10px;
  margin-bottom: 0;
}
.content .notices p::before {
  position: absolute;
  top: 2px;
  color: #fff;
  font-family: "themify";
  font-weight: 900;
  content: "\e717";
  left: 10px;
}
.content .notices.note p {
  border-top: 30px solid #6ab0de;
  background: #e7f2fa;
}
.content .notices.note p::after {
  content: "Note";
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem;
}
.content .notices.tip p {
  border-top: 30px solid #78C578;
  background: #E6F9E6;
}
.content .notices.tip p::after {
  content: "Tip";
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem;
}
.content .notices.info p {
  border-top: 30px solid #F0B37E;
  background: #FFF2DB;
}
.content .notices.info p::after {
  content: "Info";
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem;
}
.content .notices.warning p {
  border-top: 30px solid #E06F6C;
  background: #FAE2E2;
}
.content .notices.warning p::after {
  content: "Warning";
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem;
}
.content blockquote {
  font-size: 20px !important;
  color: #222;
  padding: 20px 40px;
  border-left: 2px solid #1363DF;
  margin: 40px 0;
  font-weight: bold;
  background: #FBFBFB;
}
.content blockquote p {
  margin-bottom: 0 !important;
}

.content code {
  margin-bottom: 0 !important;
  font-size: 100%;
}

.hint-1{
	display: block !important;
}

.hint-2{
	display: none !important;
}

.hint-3{
	display: block !important;
}

.hint-gallery-1{
	display: block !important;
}

.hint-gallery-2{
	display: none !important;
}

@media screen and (max-width: 991px){
	
	.hint-1{
		display: none !important;
	}
	
	.hint-2{
		display: block !important;
	}

}

@media screen and (max-width: 767px){
	
	.hint-3{
		display: none !important;
	}
	
	.hint-gallery-1{
		display: none !important;
	}
	
	.hint-gallery-2{
		display: block !important;
	}
	
}
/*# sourceMappingURL=style.css.map */
