/*
	Theme Name: Arst Photography
	Theme URI: https://arst.co.id
	Description: Custom WP Theme for Arst Photography
	Version: 1.09.2025
	Author: @harmonicnoise
	Author URI: http://www.deusain.com
	Tags: photography
*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
:root {
	--grey: #999;
	--dark: #111;
	--light: #ddd;
	--super-light: #f7f7f7;
	--white: #fff;
}
body {
	font: 400 15px/1.6 'Nunito', -apple-system,BlinkMacSystemFont,segoe ui,helvetica neue,sans-serif;
	background-color: var(--white);
	color: var(--dark);
	width: 100%;
	height: 100%;
	position: relative;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
blockquote {
	background-color: var(--white);
    color: var(--dark);
    padding: 20px 20px 2px 20px;
    margin: 0;
    font-size: 16px;
    display: block;
	font-style: italic;
	border-left: 4px solid #1b2e4f;
}
img {
	max-width:100%;
	height: auto;
}
a {
	color: var(--gold);
	text-decoration:none;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}
a:hover {
	color: var(--dark);
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid var(--dark);
}

strong {
	font-weight: 700;
}
h1 {font-weight: 400; font-size: 50px; font-family: 'Lora'; color: var(--dark); font-style: italic; letter-spacing: 2px;}
h2 {font-weight: 400; font-size: 40px; font-family: 'Lora'; color: var(--dark); font-style: italic; letter-spacing: 2px;}
h3 {font-weight: 400; font-size: 30px; font-family: 'Lora'; color: var(--dark); font-style: italic; letter-spacing: 2px;}
h4 {font-weight: 400; font-size: 24px; color: var(--dark);}
h5 {font-weight: 400; font-size: 20px; color: var(--dark);}
h6 {font-weight: 400; font-size: 16px; color: var(--dark);}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	overflow: hidden;
}

/* header */
.header {
	position: fixed;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	top: 40px;
	left: 0;
	z-index: 999;
	background-color: transparent;
	-webkit-transition: all 0.4s ease;
 	transition: all 0.4s ease;
}
.header .container {
	width: 100%;
	margin: 0 auto;
	max-width: 1080px;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.header .container .logo {
	display: inline-block;
}
.header .container .logo a {
	line-height: 0;
	display: block;
	font-size: 42px;
	font-family: 'Cinzel';
	color: var(--dark);
	letter-spacing: 2px;
}

.header.sticky {
	background-color: rgba(255,255,255, .9);
	top: 0;
 }
.nav {
	position: relative;
}
.nav ul {
	-webkit-font-smoothing:antialiased;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.nav ul li {
	display: inline-block;
	margin: 0;
	position: relative;
	margin-left: 40px;
}
.nav ul li a {
	display: block;
    font-size: 15px;
	font-weight: 400;
	color: var(--dark);
	position: relative;
	padding: 10px 0;
	line-height: 1.3;
	letter-spacing: 2px;
	font-family: 'Poppins';
	text-transform: uppercase;
}
.nav ul li a:hover {
	color: var(--gold);
}
.nav ul li.current_page_item a {
	color: var(--gold);
}
.nav ul li.current_page_item a:hover {
	color: var(--gold);
}
.nav ul li.menu-item.menu-item-type-custom.current-menu-item a {
	color: var(--gold);
}

.copyright {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	color: var(--white);
	font-size: 13px;
	font-weight: 400;
	overflow: hidden;
	background-color: var(--white);
	position: relative;
	text-align: center;
}
.copyright .container {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	color: rgba(0,0,0, .9);
	z-index: 2;
	line-height: 1.4;
	text-align: center;
}
.copyright .container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	margin-bottom: 30px;
}
.copyright .container ul li {
	display: inline-block;
	padding: 0 10px;
}
.copyright .container ul li a img {
	width: 24px;
}
.copyright .container ul li a i {
	font-size: 30px;
}

#main-wrapper {
	width: 100%;
	margin: 0 auto;
}
#main-wrapper .container {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 150px 0 70px 0;
	overflow: hidden;
}
#main-wrapper .container h1 {
	font-size: 24px;
	margin: 0 0 30px 0;
	display: none;
}
#main-wrapper .container.grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main-wrapper .container.grid article {
	width: 49%;
	margin-bottom: 30px;
}
#main-wrapper .container.grid article .post-thumb {
	width: 100%;
	overflow: hidden;
	height: 365px;
}
#main-wrapper .container.grid article .post-thumb a {
	line-height: 0;
	display: block;
}
#main-wrapper .container.grid article .post-thumb a img {
	width: 100%;
	height: 365px;
	object-fit: cover;
	transform: scale(1);
	transition: all .3s linear;
}
#main-wrapper .container.grid article .post-thumb a:hover img {
	transform: scale(1.1);
	transition: all .3s linear;
}
#main-wrapper .container.grid article h2 {
	margin: 15px 0 0 0;
	font-family: "Nunito";
	font-size: 15px;
	font-style: normal;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 0;
}
#main-wrapper .container.grid article h2 a {
	display: block;
	color: var(--dark);
}

#main-wrapper .container.col {
	position: relative;
}
#main-wrapper .container.col .gallery {
	position: relative;
}
#main-wrapper .container.col .gallery .gallery-item {
	width: 33.33333% !important;
	padding: 2px !important;
	line-height: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}

.gallery {
	position: relative;
	display: block;
}
.gallery br {
	display: none !important;
}
.gallery .gallery-item {
	width: 100% !important;
	padding: 2px !important;
	line-height: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}
.gallery .gallery-item img {
	border: 0 !important;
	width: 100% !important;
}
.gallery .gallery-item:nth-child(2),
.gallery .gallery-item:nth-child(3),
.gallery .gallery-item:nth-child(6),
.gallery .gallery-item:nth-child(7),
.gallery .gallery-item:nth-child(10),
.gallery .gallery-item:nth-child(11),
.gallery .gallery-item:nth-child(14),
.gallery .gallery-item:nth-child(15),
.gallery .gallery-item:nth-child(18),
.gallery .gallery-item:nth-child(19),
.gallery .gallery-item:nth-child(22),
.gallery .gallery-item:nth-child(23),
.gallery .gallery-item:nth-child(26),
.gallery .gallery-item:nth-child(27),
.gallery .gallery-item:nth-child(30),
.gallery .gallery-item:nth-child(31),
.gallery .gallery-item:nth-child(34),
.gallery .gallery-item:nth-child(35),
.gallery .gallery-item:nth-child(38),
.gallery .gallery-item:nth-child(39),
.gallery .gallery-item:nth-child(42),
.gallery .gallery-item:nth-child(43),
.gallery .gallery-item:nth-child(46),
.gallery .gallery-item:nth-child(47),
.gallery .gallery-item:nth-child(50),
.gallery .gallery-item:nth-child(51),
.gallery .gallery-item:nth-child(54),
.gallery .gallery-item:nth-child(55),
.gallery .gallery-item:nth-child(58),
.gallery .gallery-item:nth-child(59),
.gallery .gallery-item:nth-child(62),
.gallery .gallery-item:nth-child(63),
.gallery .gallery-item:nth-child(66),
.gallery .gallery-item:nth-child(67),
.gallery .gallery-item:nth-child(70),
.gallery .gallery-item:nth-child(71),
.gallery .gallery-item:nth-child(74),
.gallery .gallery-item:nth-child(75),
.gallery .gallery-item:nth-child(78),
.gallery .gallery-item:nth-child(79),
.gallery .gallery-item:nth-child(82),
.gallery .gallery-item:nth-child(83),
.gallery .gallery-item:nth-child(86),
.gallery .gallery-item:nth-child(87),
.gallery .gallery-item:nth-child(90),
.gallery .gallery-item:nth-child(91),
.gallery .gallery-item:nth-child(94),
.gallery .gallery-item:nth-child(95),
.gallery .gallery-item:nth-child(98),
.gallery .gallery-item:nth-child(99),
.gallery .gallery-item:nth-child(102),
.gallery .gallery-item:nth-child(103),
.gallery .gallery-item:nth-child(106),
.gallery .gallery-item:nth-child(107),
.gallery .gallery-item:nth-child(110),
.gallery .gallery-item:nth-child(111),
.gallery .gallery-item:nth-child(114),
.gallery .gallery-item:nth-child(115),
.gallery .gallery-item:nth-child(118),
.gallery .gallery-item:nth-child(119),
.gallery .gallery-item:nth-child(122),
.gallery .gallery-item:nth-child(123),
.gallery .gallery-item:nth-child(126),
.gallery .gallery-item:nth-child(127),
.gallery .gallery-item:nth-child(130),
.gallery .gallery-item:nth-child(131),
.gallery .gallery-item:nth-child(134),
.gallery .gallery-item:nth-child(135),
.gallery .gallery-item:nth-child(138),
.gallery .gallery-item:nth-child(139),
.gallery .gallery-item:nth-child(142),
.gallery .gallery-item:nth-child(143),
.gallery .gallery-item:nth-child(146),
.gallery .gallery-item:nth-child(147),
.gallery .gallery-item:nth-child(150),
.gallery .gallery-item:nth-child(151),
.gallery .gallery-item:nth-child(154),
.gallery .gallery-item:nth-child(155),
.gallery .gallery-item:nth-child(158),
.gallery .gallery-item:nth-child(159),
.gallery .gallery-item:nth-child(162),
.gallery .gallery-item:nth-child(163),
.gallery .gallery-item:nth-child(166),
.gallery .gallery-item:nth-child(167),
.gallery .gallery-item:nth-child(170),
.gallery .gallery-item:nth-child(171),
.gallery .gallery-item:nth-child(174),
.gallery .gallery-item:nth-child(175),
.gallery .gallery-item:nth-child(178),
.gallery .gallery-item:nth-child(179),
.gallery .gallery-item:nth-child(182),
.gallery .gallery-item:nth-child(183),
.gallery .gallery-item:nth-child(186),
.gallery .gallery-item:nth-child(187),
.gallery .gallery-item:nth-child(190),
.gallery .gallery-item:nth-child(191),
.gallery .gallery-item:nth-child(194),
.gallery .gallery-item:nth-child(195),
.gallery .gallery-item:nth-child(198),
.gallery .gallery-item:nth-child(199),
.gallery .gallery-item:nth-child(202),
.gallery .gallery-item:nth-child(203),
.gallery .gallery-item:nth-child(206),
.gallery .gallery-item:nth-child(207),
.gallery .gallery-item:nth-child(210),
.gallery .gallery-item:nth-child(211),
.gallery .gallery-item:nth-child(214),
.gallery .gallery-item:nth-child(215) {
	width: 50% !important;
}

#main-wrapper .container.error-page {
	text-align: center;
}
#main-wrapper .container.error-page h2 {
	margin: 50px 0 0 0;
	font-size: 70px;
}
#main-wrapper .container.error-page h4 {
	margin: 0;
	font-size: 15px;
}
#main-wrapper .container.error-page h5 {
	margin: 30px 0 0 0;
}
#main-wrapper .container.error-page h5 a {
	background-color: #ddd;
	padding: 7px 40px;
	border-radius: 60px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}
#main-wrapper .container.error-page h5 a:hover {
	background-color: var(--dark);
	color: var(--white);
}

.pagination {
	float: left;
	width: 100%;
	border-top: 1px solid var(--light);
	padding-top: 30px;
	text-align: center;
	margin-top: 50px;
}
.pagination .page-numbers {
	background-color: var(--white);
	color: var(--dark);
	padding: 5px 10px;
	margin: 0 5px;
}
.pagination .page-numbers.current {
	background-color: var(--dark);
	color: var(--white);
}
.pagination .page-numbers:hover {
	background-color: var(--dark);
	color: var(--white);
}

body.contact #main-wrapper {
	margin-top: 150px;
	background-color: var(--super-light);
}
body.contact #main-wrapper .container {
	padding-top: 30px;
}

div.wpcf7 {position: relative; margin-top: -20px;}
div.wpcf7 label {position: relative; font-size: 14px; font-weight: 600; width: 100%; float: left;}
span.wpcf7-list-item {margin: 0; padding: 2px 5px;}
div.wpcf7 .wpcf7-form {position: relative; overflow: hidden;}
div.wpcf7 .wpcf7-form h4 {font-size: 17px; font-weight: 500; margin: 30px 0 0 0;}
div.wpcf7 .wpcf7-form p {margin: 0; width: 100%; display: block;}
div.wpcf7 .wpcf7-form .col {display: flex; flex-wrap: wrap; justify-content: space-between;}
div.wpcf7 .wpcf7-form .col .half {width: 48%;}
div.wpcf7 .wpcf7-form .col.full {display: block; width: 100%;}
div.wpcf7 .wpcf7-form input {
	width: 100%;
	outline: 0;
	border: 0;
	border-bottom: 2px solid var(--light);
	font-size: 15px;
	height: 36px;
	line-height: 36px;
	padding: 0;
	color: var(--dark);
	background-color: transparent;
	display: block;
	font-weight: 500;
}
div.wpcf7 .wpcf7-form input:hover,
div.wpcf7 .wpcf7-form input:focus {
	border-bottom: 2px solid var(--dark);
}
div.wpcf7 .wpcf7-form select,
div.wpcf7 .wpcf7-form textarea {
	width: 100%;
	outline: 0;
	border: 0;
	border-bottom: 2px solid var(--light);
	font-size: 15px;
	padding: 0;
	margin: 0;
	color: var(--dark);
	background-color: transparent;
	display: block;
	height: 60px;
	font-weight: 500;
}
div.wpcf7 .wpcf7-form select {
	height: 36px;
}
div.wpcf7 .wpcf7-form select:focus,
div.wpcf7 .wpcf7-form select:hover,
div.wpcf7 .wpcf7-form textarea:focus,
div.wpcf7 .wpcf7-form textarea:hover {
	border-bottom: 2px solid var(--dark);
}
div.wpcf7 .wpcf7-form input[type="submit"] {
	width: 100%;
	outline: 0;
	border: 0;
	line-height: 40px;
	font-weight: 500;
	margin-top: 30px;
	padding: 0 50px;
	height: 36px;
	color: var(--dark);
	display: block;
	width: auto;
	text-align: center !important;
	font-size: 14px;
	line-height: 1;
	background-color: #ddd;
    border-radius: 60px;
}
div.wpcf7 .wpcf7-form input[type="submit"]:hover {
	background-color: var(--dark);
	outline: 0;
	color: var(--white);
}
span.wpcf7-form-control.wpcf7-checkbox {
	display: inline-block;
    overflow: hidden;
    font-size: 12px;
    background-color: var(--white);
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 10px 10px 0 0;
}
div.wpcf7 .wpcf7-form input[type="checkbox"] {
	width: auto;
	float: left;
	margin: 5px 7px 0 0;
}
.wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0 0 !important;
    padding: 0.2em 1em !important;
    border: 0 !important;
    width: 100% !important;
    float: left !important;
    background-color: var(--dark)0001c !important;
}
div.wpcf7 img.ajax-loader {position: absolute;}
img.ajax-loader {width: auto;}
.wpcf7-spinner {position: absolute; top: 45%; left: 45%;}

.header #megamenu {
  position: relative;
  text-transform: uppercase;
  z-index: 9999;
  cursor: pointer;
  right: 28px;
  display: none;
}

#nav-toggle { cursor: pointer; padding: 0; }
#nav-toggle span {
  cursor: pointer;
  height: 2px;
  width: 28px;
  background:var(--dark);
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  cursor: pointer;
  height: 2px;
  width: 28px;
  background:var(--dark);
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:after {
  cursor: pointer;
  height: 2px;
  width: 28px;
  background:var(--dark);
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -7px; 
}
#nav-toggle span:after {
  bottom: -7px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  background: var(--grey);
}
.menu-dropdown {
	position: fixed;
	width: 100%;
	background-color: var(--white);
	z-index: 9;
	padding-left: 20px;
	padding-right: 20px;
	top: 70px;
}
.menu-dropdown ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}
.menu-dropdown ul li {
	position: relative;
	text-align: center;
}
.menu-dropdown ul li a {
	color: var(--dark);
	padding: 10px 0;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}
.menu-dropdown ul li a i {
	color: rgba(0,0,0, .7);
	display: none;
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
}
.whatsapp a {
    color: var(--white);
	width: 60px;
	height: 60px;
    padding: 0;
	text-align: center;
	line-height: 60px;
    background: var(--gold);
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
    display: block;
}
.whatsapp a img {
    vertical-align: middle;
    width: 32px;
    position: relative;
    padding: 0;
    top: 0;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1080px) {
	.topbar .inner,
	.header,
	.navbar .nav,
	#main-wrapper .container,
	.copyright .container {padding-left: 20px !important; padding-right: 20px !important;}
	.nav ul li a {font-size: 16px;}
}
@media only screen and (max-width:1024px) {
	html {padding-top: 0 !important;}
	.header {display: block; z-index: 999; background-color: var(--white); top: 0;}
	.header .container {position: relative; padding: 0; height: 70px;}
	.header .container .logo a {font-size: 30px;}
	.nav {display: none;}
	
	.header #megamenu {display: block !important; z-index: 99; position: relative;}
  	
	.menu-dropdown {display: block; top: 70px;}
	
	#main-wrapper .container.grid article .post-thumb {height: 300px;}
	#main-wrapper .container.grid article .post-thumb a img {height: 300px;}

	#main-wrapper .container {padding: 100px 20px 50px 20px;}
	#main-wrapper .container h1 {margin-bottom: 20px;}

	body.contact #main-wrapper {margin-top: 50px;}
}
@media only screen and (max-width:768px) {
	html {padding-top: 0 !important;}
	body {font-size: 14px;}

	h1 {font-size: 36px;}
	h2 {font-size: 30px;}
	h3 {font-size: 24px;}
	h4 {font-size: 18px;}
	h5 {font-size: 14px;}
	h6 {font-size: 12px;}
	
	#main-wrapper .container.grid article {width: 100%; margin-bottom: 20px;}
	#main-wrapper .container.grid article .post-thumb {height: 220px;}
	#main-wrapper .container.grid article .post-thumb a img {height: 220px;}
	#main-wrapper .container.grid article h2 {font-size: 16px; margin-top: 10px;}
	.pagination {margin-top: 25px;}

	.gallery br {display: none !important;}
	#main-wrapper .container.col .gallery .gallery-item {width: 33.33333% !important;}
	#main-wrapper .container.col .gallery br {display: none !important;}

	div.wpcf7 .wpcf7-form .col {width: 100%; display: block;}
	div.wpcf7 .wpcf7-form .col .half {width: 100%;}
	div.wpcf7 .wpcf7-form input[type="submit"] {margin: 0 auto; margin-top: 30px;}

	.copyright {line-height: 1.3; color: rgba(0,0,0,.7); padding-left: 15px; padding-right: 15px;}
	.copyright .container {font-size: 12px;}
}
@media only screen and (max-width:640px) {
}
@media only screen and (max-width:480px) {
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#00a1e9;
	color:var(--white);
	text-shadow:none;
}
::-webkit-selection {
	background:#00a1e9;
	color:var(--white);
	text-shadow:none;
}
::-moz-selection {
	background:#00a1e9;
	color:var(--white);
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:var(--white);
	border: 0;
	max-width:100%;
	padding:0;
	font-size: 13px;
	font-style: italic;
}
.wp-block-image figcaption {
	position: relative;
	top: -10px;
	line-height: 1.3;
}
.wp-caption.alignnone {
	margin:0 0 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:100%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
p.wp-caption-text {
	font-size: 13px !important;
	line-height: 1.2 !important;
	font-style: italic;
	position: relative;
	padding: 10px 20px !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:var(--dark) !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid var(--grey);
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: var(--light);
}
::-webkit-scrollbar-thumb {
  background-color: var(--grey);
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--dark);
}