html {
	scroll-behavior:smooth;
}
body {
	padding: 0;
	font-family: "Nunito Sans",Arial,sans-serif !important;
    background: #fff;
    font-size: 16px !important;
    line-height: 1.8 !important;
    font-weight: 400;
}
::-webkit-scrollbar, ::-webkit-scrollbar:horizontal {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track, ::-webkit-scrollbar-track:horizontal {
   box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
   background-color: #7DBACF7A;
}
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:horizontal  {
    background-color: #1F3950;
    border-radius: 4px;
}
h1, h2, h3 {
	line-height:1.3;
	position:relative;
}
h2 {
	margin-top: 0;
    margin-bottom: 15px;
}
.main-content h1 {
	padding-left:50px;
}
.main-content h1:after {
	content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
}
p {
	margin-top: 0;
    margin-bottom: 5px;
}
section {
	padding:55px 0;
	margin-top: 50px;
}

.index {
    position: relative;
    z-index: 1;
}
.bold, .font-bold {
    font-weight: bold;
}

/* HEADER START */
header {
	padding: 10px 0;
    position: fixed;
	top:0;
    width: 100%;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.8) , rgba(255,255,255,0));
	z-index: 99990;
}
header .container {
	width:100%;
}
.scrolled {
	background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0.9), rgba(255,255,255,0));
	padding:0;
}
.scrolled img {
	height:35px !important;
    margin-top: 5px;
}
.scrolled .nav {
	margin: 10px 0 0;
}
.scrolled .nav-item a {
	font-size:14px;
}
header .navbar-brand {
	display:block;
	float:left;
}
header .navbar-brand img {
	height:60px;
	transition:all 0.3s ease-in-out 0s;
}
header .nav {
	display: flex;
    list-style: none;
    float: right;
	margin:25px 0 0;
	transition:all 0.3s ease-in-out 0s;
}
header .nav-item {
	margin-left:20px;
}
header .nav-item a {
	font-size:16px;
	font-weight:400;
	color:#000;
	transition:all 0.3s ease-in-out 0s;
}
header .nav-item a:hover, .nav-item a:focus, .mobile-nav a:hover, .mobile-nav a:focus {
	text-decoration:none;
	color:#000;
}
header .nav-item span, .mobile-nav span {
	position:relative;
}
header .nav-item span:before, .mobile-nav span:before,  .mobile-nav #nav span:before {
	content:'';
	position:absolute;
	width:0;
	height:2px;
	bottom:-7px;
	left:50%;
	background:#1F3950;
	transition:all 0.3s ease-in-out 0s;
}
header .nav-item:hover span:before, .mobile-nav .nav-item:hover span:before, .mobile-nav #nav .nav-item:hover span:before {
	width:100%;
	left:0;
}
header .nav-item select, .mobile-nav .nav-item select {
	border: none;
    margin-bottom: 0 !important;
    height: auto;
	cursor:pointer;
	min-width:auto;
	background:none;
}
/* HEADER END */

/* FOOTER START */
footer {
	background: #000;
    padding: 50px 0;
	color: #c0c0c0;
}
footer h3 {
	margin-top:0;
}
footer .donate {
	margin-top: 30px;
    text-align: center;
}
footer .copyright {
	text-align: center;
	margin-top:30px;
}
footer ul {
	list-style:inside;
	padding-left: 0;
	margin-top: 0;
}
footer li {
	padding-bottom: 10px;
}
footer .login {
	padding-left:0;
	font-size:14px;
}
footer a, footer .login {
	color:#c0c0c0;
	position:relative;
}
footer a:before, footer .login:before {
	content:'';
	width:0;
	height:1px;
	left:50%;
	position:absolute;
	bottom:-5px;
	background: #c0c0c0;
	transition:all 0.3s ease-in-out 0s;
}
footer a:hover:before, footer .login:hover:before {
	width:100%;
	left:0;
}
footer a:hover, footer a:focus, footer .login:hover {
	color:#c0c0c0;
	text-decoration:none;
}
footer .links img {
	width:20px;
	filter: invert();
	margin-right:20px;
}
footer .links a {
	display:block;
	padding-bottom:10px;
}
footer .links a:before {
	bottom:5px;
}
footer input {
	background:none;
	line-height:2.5;
	width:100%;
}
footer textarea {
	background:none;
	line-height:1.5;
	width:100%;
	resize:none;
	outline:none;
	border:none;
	border-bottom:1px solid;
}
footer textarea:focus-visible, footer textarea:focus, footer textarea:active {
	border-bottom: 1px solid;
}
footer .btn {
	margin: 30px auto;
    display: block;
    min-width: 150px;
    line-height: 1;
	text-align:center;
}
footer .btn:before {
	content:none;
}
/* FOOTER END */

/* SIDE NAVIGATION START*/
.settings-nav {
	padding-top: 30px;
    padding-bottom: 30px;
    min-width: 200px;
	width: fit-content;
	background: #7DBACF;
    background: -moz-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,#7DBACF),color-stop(100%,#1F3950));
    background: -webkit-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -o-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -ms-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -webkit-linear-gradient(315deg,#7DBACF 0%,#1F3950 100%);
    background: -o-linear-gradient(315deg,#7DBACF 0%,#1F3950 100%);
    background: linear-gradient(135deg,#7DBACF 0%,#1F3950 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7DBACF', endColorstr='#1F3950', GradientType=1 );
	transition:all 0.2s ease-in-out 0s;
}
.ul-nav {
	list-style:none;
	margin:0;
	padding-left:0;
	font-weight:bold;
}
.ul-nav li {
	position:relative;
}
.ul-nav li:after {
	content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
}
.ul-nav li a:before {
	content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
	background:#fff;
	left: 13px;
	width: 44px;
    height: 44px;
	border-radius:15px;
	transition:all 0.1s ease-in-out 0s;
}
.ul-nav li a:after {
	content: '';
    position: absolute;
	right:0;
	top:0;
	width:0;
	height:100%;
	background:#fff;
	transition:all 0.3s ease-in-out 0s;
}
.ul-nav li a:hover:after,
.ul-nav .active a:after {
	width: 100%;
}
.ul-nav li a, .ul-nav li a:hover, .ul-nav li a:focus {
	color:#fff;
	text-decoration:none;
	display:block;
	width:100%;
	padding: 15px 15px 15px 70px;
	transition:all 0.2s ease-in-out 0s;
}
.ul-nav li a:hover span,
.ul-nav .active a span {
	position: relative;
	color: #1F3950;
    background: #7DBACF;
    background: -moz-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,#7DBACF),color-stop(100%,#1F3950));
    background: -webkit-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -o-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -ms-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -webkit-linear-gradient(315deg,#7DBACF 0%,#1F3950 100%);
    background: -o-linear-gradient(315deg,#7DBACF 0%,#1F3950 100%);
    background: linear-gradient(135deg,#7DBACF 0%,#1F3950 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7DBACF', endColorstr='#1F3950', GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	transition:all 0.2s ease-in-out 0s;
	z-index:1;
}
.mobile-settings-btn {
	position:relative;
	width: 25px;
    height: 25px;
	cursor:pointer;
	display:none;
}
.left-0 {
	left:0 !important;
}
.mobile-settings-btn:before, .mobile-settings-btn:after {
	background: #7DBACF;
    background: -moz-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,#7DBACF),color-stop(100%,#1F3950));
    background: -webkit-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -o-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -ms-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -webkit-linear-gradient(315deg,#7DBACF 0%,#1F3950 100%);
    background: -o-linear-gradient(315deg,#7DBACF 0%,#1F3950 100%);
    background: linear-gradient(135deg,#7DBACF 0%,#1F3950 100%);
    width: 25px;
    height: 2px;
    position: absolute;
    transition: all 0.2s ease-in-out 0s;
}
.mobile-settings-btn:before {
	content: '';
    top: 7px;
    left: 0;
}
.mobile-settings-btn:after {
    content: '';
    top: 14px;
    left: 0;
}
.settings-nav .close {
	display:none;
}
.settings-nav .close:before, .settings-nav .close:after {
	background:#fff;
}
.pagenav {
	display: block;
	width:100%;
    margin: -10px 0 10px;
}
.pagenav a, .pagenav .nav-btn {
	display: inline-block;
    position: relative;
    margin-right: 15px;
	margin-bottom: 10px;
    padding: 0 15px;
    background: #69afeb;
    color: #fff;
    border-radius: 5px;
	transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
}
.pagenav a:hover, .pagenav a:focus, .pagenav a:active,
.pagenav .nav-btn:hover {
	text-decoration:none;
	color:#fff;
	background:#1F3950;
}
.pagenav .active {
	background:#1F3950;
}
.tab-details .pagenav .active {
    display: inline-block;
}
/* SIDE NAVIGATION END */

/* FORMS START */
.popupwindow {
	display:none;
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
	left:0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999999;
	overflow: auto;
}
.popupwindow h3 {
	margin-bottom: 10px;
}
.popupwindow h4 {
	margin: 0 0 10px;
}
.popupwindow form, .popupwindow .paymentwindow {
	padding: 20px 50px;
    background: #fff;
    top: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	width: 50%;
	 box-shadow: 0px 0px 20px 5px #888888;
	-webkit-box-shadow: 0px 0px 20px 5px #888888;
	-moz-box-shadow: 0px 0px 20px 5px #888888;
}
.popupwindow .paymentwindow [make="payment"] {
    padding: initial;
    background: none;
    position: initial;
    transform: none;
    width: fit-content;
    box-shadow: none;
    margin: 10px auto;
}
.popupwindow .paymentwindow [make="payment"] button {
    margin-top: 0;
    font-weight: bold;
}
.popupwindow .button {
	border: none;
    margin: 0px auto;
    padding: 10px 45px;
    display: block;
    cursor: pointer;
    text-align: center;
}
.close {
	position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    width: 15px;
    height: 15px;
	z-index:9
}
.close:before {
	content: '';
	position:absolute;
	top: 50%;
    display: block;
    width: 15px;
    height: 1px;
    background: #1F3950;
    transform: rotate(135deg);
	transition:all 0.2s ease-in-out 0s;
}
.close:after {
	content: '';
	position:absolute;
	top: 50%;
    display: block;
    width: 15px;
    height: 1px;
    background: #1F3950;
    transform: rotate(45deg);
	transition:all 0.2s ease-in-out 0s;
}
.close:hover:after {
	transform: rotate(135deg);
}
.close:hover:before {
	transform: rotate(45deg);
}
.fields {
	display:none;
	position:absolute;
	top:0;
	left:0;
}
.btn {
	padding:10px 35px;
	background: #7DBACF;
    background: -moz-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,#7DBACF),color-stop(100%,#1F3950));
    background: -webkit-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -o-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -ms-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -webkit-linear-gradient(315deg,#7DBACF 0%,#1F3950 100%);
    background: -o-linear-gradient(315deg,#7DBACF 0%,#1F3950 100%);
    background: linear-gradient(135deg,#7DBACF 0%,#1F3950 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7DBACF', endColorstr='#1F3950', GradientType=1 );
    color:#fff;
	font-size:18px;
	border-radius:25px;
	margin-top: 30px;
    display: inline-block;
	opacity:0.85;
	transition:all 0.2s ease-in-out 0s;
	border:none;
	min-width:160px;
	/*max-width: 250px;*/
	width: fit-content;
	cursor:pointer;
}
.btn:hover, .btn:focus {
	text-decoration:none;
	color:#fff;
	opacity:1;
}
.remove, .remove_warning {
	display:none;
	background: #f66969;
    background: -moz-linear-gradient(-45deg,#f66969 0%,#de3131 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,#f66969),color-stop(100%,#de3131));
    background: -webkit-linear-gradient(-45deg,#f66969 0%,#de3131 100%);
    background: -o-linear-gradient(-45deg,#f66969 0%,#de3131 100%);
    background: -ms-linear-gradient(-45deg,#f66969 0%,#de3131 100%);
    background: -webkit-linear-gradient(315deg,#f66969 0%,#de3131 100%);
    background: -o-linear-gradient(315deg,#f66969 0%,#de3131 100%);
    background: linear-gradient(135deg,#f66969 0%,#de3131 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f66969', endColorstr='#de3131', GradientType=1 );
	margin-top:20px !important;
}
.remove_warning {
	display:block;
}
.errors {
	color: red;
    margin: 0;
    line-height: 1.5;
    font-weight:bold;
}
.error {
	font-weight:normal;
}
.input-errors, .required {
	color: red;
}
.auth-forms {
	width: fit-content;
    min-width: 250px;
    margin: 0 auto;
}
.auth button {
	border: none;
    margin: 25px auto;
    padding: 10px 45px;
    display: block;
}
input, input:focus-visible, input:focus, input:active, select, textarea {
	margin-bottom: 25px !important;
    border: none;
    border-bottom: 1px solid;
    width: 100%;
	outline:none;
	background: none;
	height:32px;
}
input[type="checkbox"],
input[type="radio"],
input[type="radio"]:focus-visible,
input[type="radio"]:focus,
input[type="radio"]:active {
	min-width:auto;
	width: 13px;
    margin-right: 20px;
	/*height:auto;*/
}
input[type="radio"],
input[type="radio"]:focus-visible,
input[type="radio"]:focus,
input[type="radio"]:active {
	margin-bottom: 0 !important;
    height: auto;
}
input[type="file"] {
	cursor:pointer;
}
.popupwindow [for="image"] {
	position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    opacity: 0;
	cursor:pointer;
}
.popupwindow [for="image"] input {
	height:100%;
}
textarea {
	resize:none;
	height:auto;
	border: 1px solid;
	min-width:100%;
}
textarea:focus-visible, textarea:focus, textarea:active {
	border-bottom: 1px solid;
}
::-webkit-file-upload-button {
  visibility:hidden;
  width:0;
  position:absolute;
}
#remember_me {
	height:auto;
}
.remind {
	text-decoration:none;
	color: rgba(0,0,0,.3);
    color: #1F3950;
    background: #7DBACF;
    background: -moz-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,#7DBACF),color-stop(100%,#1F3950));
    background: -webkit-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -o-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -ms-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -webkit-linear-gradient(315deg,#7DBACF 0%,#1F3950 100%);
    background: -o-linear-gradient(315deg,#7DBACF 0%,#1F3950 100%);
    background: linear-gradient(135deg,#7DBACF 0%,#1F3950 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7DBACF', endColorstr='#1F3950', GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.register_section .policy {
    display: flex;
}
.register_section .policy span {
    position: relative;
    top: 5px;
}
.form {
	position: relative;
    transform: none;
    left: auto;
    top: auto;
    padding-left: 0;
}
.verify {
	width: auto;
    margin-top: 0;
}
.img {
	cursor: pointer;
    position: relative;
    height: 80px;
    width: 100%;
	padding: 5px 0;
    margin-left: 15px;
	transition:all 0.2s ease-in-out 0s;
}
label p span, .img-r {
	display:none;
}
table .img {
	margin: 0 auto;
	background-size: cover !important;
    background-position: center !important;
    max-width: 100px;
}
.gallery .img:before {
	content:url('../images/icons/img_upload.svg');
	display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	transition:all 0.2s ease-in-out 0s;
}
.gallery .img:hover:before {
	height: 45px;
    width: 45px;
}
#image-preview {
	text-align:center;
}
.gallery-img {
	height: 150px;
    background-size: cover !important;
    background-position: center !important;
    cursor: pointer;
	margin-top: 15px;
	margin-bottom:15px;
}
.gallery-img:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	opacity:0;
	transition:all 0.2s ease-in-out 0s;
}
.gallery-img:hover:before {
	opacity:0.8;
}
.gallery-img .del {
	background:url('../images/icons/trash.svg');
	width:30px;
	height:30px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	opacity:0;
	transition:all 0.2s ease-in-out 0s;
}
.gallery-img:hover .del {
	opacity:1;
}
.gallery-img .del:hover {
	filter: invert(17%) sepia(85%) saturate(7283%) hue-rotate(360deg) brightness(97%) contrast(116%);
}
.spinner {
	position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.95);
    color: #000;
    z-index: 999999;
    text-align: center;
}
.spinner:before {
	content:url('../images/icons/spinner.svg');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.spinner span {
	display: block;
    position: absolute;
    top: calc(50% + 30px);
    left: 50%;
    transform: translate(-50%,-50% );
}
/* FORMS END */
.top-0-5- {
	top:0 !important;
}
.margin-top-0 {
	margin-top:0;
}
.margin-top-15 {
	margin-top:15px;
}
.margin-top-75 {
	margin-top:75px;
}
.margin-bottom-0 {
	margin-bottom:0 !important;
}
.margin-bottom-15 {
	margin-bottom:15px;
}
.margin-bottom-60 {
	margin-bottom:60px;
}
.margin-0-50 {
	margin:0 50px;
}
.margin-0-auto {
	margin: 0 auto;
    display: block;
}
.margin-rl-15- {
	margin-left: -15px;
	margin-right: -15px;
}
.width-100 {
	width:100% !important;
}
.padding-rl-0 {
	padding-left:0 !important;
	padding-right:0 !important;
}
.padding-r-0 {
	padding-right:0 !important;
}
.padding-l-0 {
	padding-left:0 !important;
}
.padding-b-0 {
	padding-bottom:0;
}
.padding-2 {
	padding:2px !important;
}
.padding-15 {
	padding-left:15px;
	padding-right:15px;
}
.padding-30 {
	padding-left:30px !important;
	padding-right:30px !important;
}
.padding-top-15 {
    padding-top:15px;
}
.main-content {
	width:100%;
	position: relative;
}
.content {
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    margin-top: 0;
}
.align-center {
	text-align:center;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right !important;
}
.font-12 {
	font-size:12px;
}
.border-bottom {
    border-bottom: 2px solid rgba(128,128,128,0.6);
    padding-top: 10px;
    padding-bottom: 10px;
}
#description {
	padding-bottom:15px;
}
#description h2 {
	margin-top: 0;
    margin-bottom: 15px;
}
#description h3 {
	margin-bottom: 10px;
    margin-top: 0;
}
#description p {
	font-size: 14px;
    line-height: 1.3;
}
/* Filters */
#filters {
	position:relative;
	margin-bottom:10px;
}
#new_user {
	display: inline-flex;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
	padding-left: 50px;
    border-radius: 15px;
    height: 30px;
    padding-right: 20px;
	transition: all 0.3s ease-in-out 0s;
	cursor:pointer;
	position:relative;
}
#new_user span {
	z-index:1;
}
#new_user:before {
	content:'';
	position:absolute;
	left:0;
	background: #7DBACF;
    background: -moz-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,#7DBACF),color-stop(100%,#1F3950));
    background: -webkit-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -o-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -ms-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -webkit-linear-gradient(315deg,#7DBACF 0%,#1F3950 100%);
    background: -o-linear-gradient(315deg,#7DBACF 0%,#1F3950 100%);
    background: linear-gradient(135deg,#7DBACF 0%,#1F3950 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7DBACF', endColorstr='#1F3950', GradientType=1 );
	width:30px;
	height:30px;
	border-radius: 15px;
	transition: all 0.3s ease-in-out 0s;
}
#new_user:after {
	content:'+';
	position:absolute;
	left:0;
	color:#fff;
	left: 4px;
    top: -1px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}
#new_user:hover {
    color: #fff;
}
#new_user:hover:before {
	width:100%;
}
#filters .search {
	position: absolute;
    float: right;
    right: 0px;
    top: 0;
    width: 120px;
	min-width:120px;
	transition:all 0.3s ease-in-out 0s;
	z-index:9;
}
#filters .search:focus-visible, .search:focus, .search:active {
	min-width:200px;
}
.search:focus-visible, .search:focus, .search:active {
	background:#fff;
}
.add {
	width: 24px;
    height: 24px;
    position: absolute;
    left: 15px;
    top: 19px;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #1F3950;
	transition:all 0.3s ease-in-out 0s;
}
.add:before {
	content: '';
    width: 16px;
    height: 2px;
    background: #1F3950;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	transition:all 0.3s ease-in-out 0s;
}

.add:after {
	content: '';
    width: 2px;
    height: 16px;
    background: #1F3950;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	transition:all 0.3s ease-in-out 0s;
}
.add:hover {
	background: #1F3950;
	border-color:transparent;
	width:28px;
	height:28px;
	top:17px;
	right:13px;
}
.add:hover:before, .add:hover:after {
	background: #fff;
}
.search {
    width: 120px;
    min-width: 120px;
    position: absolute;
    top: 15px;
    right: 15px;
    transition: all 0.3s ease-in-out 0s;
	z-index: 1;
}
.simple {
	margin-top: 15px;
}
.search:focus-visible, .search:focus, .search:active {
	width:200px;
}
#reset {
	position: absolute;
    right: 20px;
    cursor: pointer;
    z-index: 999;
    top: 50%;
    display: none;
}
#reset:before {
	content:'x';
	transition: all 0.1s ease-in-out 0s;
}
#reset:hover:before {
	color:red;
}
.margin-left-40 {
    margin-left: 40px;
}
/* Tables */
table {
	width:100%;
	background:#fffff5;
	margin-bottom: 30px;
}
tr {
	border-bottom:1px solid #999;
}
th, td {
	padding:0 5px !important;
	position:relative;
	font-size:14px;
}
tr:first-child {
	border-bottom:none;
	background: #1F3950;
    color: #fff;
	background: #7DBACF;
    background: -moz-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,#7DBACF),color-stop(100%,#1F3950));
    background: -webkit-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -o-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -ms-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -webkit-linear-gradient(315deg,#7DBACF 0%,#1F3950 100%);
    background: -o-linear-gradient(315deg,#7DBACF 0%,#1F3950 100%);
    background: linear-gradient(135deg,#7DBACF 0%,#1F3950 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7DBACF', endColorstr='#1F3950', GradientType=1 );
}
td:first-child, td:last-child {
	text-align:center;
}
[info=id] {
	width:7%;
}
.editable, .linkto {
    cursor: pointer;
}
.editable:hover, .linkto:hover, .td-bg {
	background:#ffb;
}
.edit {
	display:none;
}
.td-all {
    background: #215e94;
    color:#fff;
    font-weight: bold;
}
.td-year {
    background: #318cde;
    color:#fff;
    font-weight: bold;
}
.td-quarter {
    background:#60bcc5;
    font-weight: bold;
}
.td-month {
    background:#d2eef0;
}
.td-bg-total {
    background: #f9d5b3;
}
.td-bold {
    font-weight: bold;
}
.td-left {
    text-align: left !important;
}
.td-right {
    text-align: right !important;
}
.table-borders {
    border: 1px solid;
}
/* RESPONSIVE */
.fullscreen-nav {
	display: initial;
}
.menu, .mobile-btn:before, .mobile-btn:after, .mobile-close:after, .mobile-close:before {
    background: #7DBACF;
    background: -moz-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,#7DBACF),color-stop(100%,#1F3950));
    background: -webkit-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -o-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -ms-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -webkit-linear-gradient(315deg,#7DBACF 0%,#1F3950 100%);
    background: -o-linear-gradient(315deg,#7DBACF 0%,#1F3950 100%);
    background: linear-gradient(135deg,#7DBACF 0%,#1F3950 100%);
    width: 25px;
    height: 2px;
    position: absolute;
    transition:all 0.2s ease-in-out 0s;
}
.mobile-btn {
	display:none;
	top: 28px;
	right: 15px;
	z-index: 99991;
	position: fixed;
	width: 25px;
	height:16px;
	cursor:pointer;
}
.mob-scrolled {
	top: 18px;
	transition:all 0.2s ease-in-out 0s;
}
.mobile-btn:before {
	content:'';
	top:7px;
	right: 0;
}
.mobile-btn:after {
	content:'';
	top:14px;
	right: 0;
}
.mobile-btn:hover .menu {
	background:transparent;
}
.mobile-btn:hover:before {
	transform:rotate(135deg);
}
.mobile-btn:hover:after {
	top:7px;
	transform:rotate(45deg);
}
.mobile-close {
	position: fixed;
    right: 15px;
    top: 15px;
	width: 25px;
	height:25px;
}
.mobile-close:before {
	content:'';
	transform: rotate(45deg);
	top:10px;
}
.mobile-close:after {
	content:'';
	transform: rotate(135deg);
	top:10px;
}
.mobile-nav {
	display:none;
	position: fixed;
    background: rgb(255 255 255 / 98%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	z-index:999992;
	overflow: auto;
}
.mobile-nav .nav {
	display: block;
    text-align: center;
    float: none;
    line-height: 50px;
    padding: 0;
    margin: 50px 0;
    max-width: 100%;
}
.mobile-nav .nav select {
	min-width:auto;
	width:auto;
}

/* ADD NEW BTN */
.add-new {
	display: inline-flex;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
	padding-left: 50px;
    border-radius: 15px;
    height: 30px;
    padding-right: 20px;
    margin-bottom: 10px;
	transition: all 0.3s ease-in-out 0s;
	cursor:pointer;
	position:relative;
}
.add-new span {
	z-index:1;
}
.add-new:before {
	content:'';
	position:absolute;
	left:0;
	background: #7DBACF;
    background: -moz-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,#7DBACF),color-stop(100%,#1F3950));
    background: -webkit-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -o-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -ms-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -webkit-linear-gradient(315deg,#7DBACF 0%,#1F3950 100%);
    background: -o-linear-gradient(315deg,#7DBACF 0%,#1F3950 100%);
    background: linear-gradient(135deg,#7DBACF 0%,#1F3950 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7DBACF', endColorstr='#1F3950', GradientType=1 );
	width:30px;
	height:30px;
	border-radius: 15px;
	transition: all 0.3s ease-in-out 0s;
}
.add-new:after {
	content:'+';
	position:absolute;
	left:0;
	color:#fff;
	left: 4px;
    top: -1px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}
.add-new:hover {
    color: #fff;
}
.add-new:hover:before {
	width:100%;
}
.edit-new:after {
	content:'...';
	top:-25%;
	font-size:30px;
}
.leftcol {
	margin-left: -15px;
    margin-right: -15px;
    margin-top: -10px;
    margin-bottom: 15px;
}
.leftcol input {
	top: 0;
}
.onlyfilter {
	position: absolute;
    right: 0;
    top: 65px;
}

/* BOARD */
.board-btn {
	display: block;
    width: 100%;
    height: 60px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 5px;
	margin-bottom:15px;
    border-radius: 5px;
    box-shadow: 0 0 5px #999;
    font-size: 14px;
    line-height: 50px;
	opacity:0.7;
	transition:all 0.2s ease-in-out 0s;
    background: #69ebf6;
    background: -moz-linear-gradient(-45deg, #69ebf6 0%, #318cde 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #69ebf6), color-stop(100%, #318cde));
    background: -webkit-linear-gradient(-45deg, #69ebf6 0%, #318cde 100%);
    background: -o-linear-gradient(-45deg, #69ebf6 0%, #318cde 100%);
    background: -ms-linear-gradient(-45deg, #69ebf6 0%, #318cde 100%);
    background: -webkit-linear-gradient(315deg, #69ebf6 0%, #318cde 100%);
    background: -o-linear-gradient(315deg, #69ebf6 0%, #318cde 100%);
    background: linear-gradient(135deg, #69ebf6 0%, #318cde 100%);
}
.board-btn:hover, .board-btn:active, .board-btn:visited, .board-btn:focus, .board-btn:focus-visible  {
	text-decoration:none;
	color:#fff;
	opacity:1;
}

/* TABS */
.tabs ul {
	display: flex;
    list-style: none;
    padding-left: 0;
}
.tabs li {
	padding: 5px 20px;
    font-size: 16px;
    font-weight: bold;
    background: #eeeeee;
    border-radius: 10px 10px 0 0;
    border: 1px solid #fff;
	cursor:pointer;
	position:relative;
}
.tabs li:before {
	content:'';
	width:0;
	height:2px;
	position:absolute;
	bottom:0;
	left:0;
	background:#7DBACF;
	transition: all 0.3s ease-in-out 0s;
}
.tabs li:hover:before {
	width:100%;
}
.tabs .active {
	background: #7DBACF;
    color: #fff;
}
.tab {
	margin-bottom: 30px;
	display:none;
}
.tab-details {
    overflow: hidden;
    display: grid;
}
.tab-details .active {
	display:block;
}
.tab-details ul {
	padding-left: 0;
	margin:0;
    list-style: none;
}
.tab-details li {
	padding:5px 10px;
	width: 100%;
    display: block;
}
.tab-details li span {
	display:inline-block;
	width:20%;
	min-width:200px;
}
.tab-details li:nth-child(2n) {
	background:#eee;
}
.show-xs {
	display:none;
}
.show-sm {
	display:none;
}
.show-md {
	display:none;
}
.show-lg {
	display:none;
}

/* TRASH BTN START */
#trash {
	display: block;
    position: absolute;
	width: 30px;
	cursor:pointer;
}
#trash:before {
	content:url('../images/icons/trash.svg');
	transition:all 0.3s ease-in-out 0s;
}
#trash:hover:before {
	filter: invert(15%) sepia(95%) saturate(6552%) hue-rotate(0deg) brightness(98%) contrast(116%);
}
#remove-details .btn {
	width: 80%;
    margin: 10px auto;
    display: block;
	text-align: center;
	font-weight: bold;
}
#remove-details .rem {
	background: #f66969;
    background: -moz-linear-gradient(-45deg,#f66969 0%,#de3131 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,#f66969),color-stop(100%,#de3131));
    background: -webkit-linear-gradient(-45deg,#f66969 0%,#de3131 100%);
    background: -o-linear-gradient(-45deg,#f66969 0%,#de3131 100%);
    background: -ms-linear-gradient(-45deg,#f66969 0%,#de3131 100%);
    background: -webkit-linear-gradient(315deg,#f66969 0%,#de3131 100%);
    background: -o-linear-gradient(315deg,#f66969 0%,#de3131 100%);
    background: linear-gradient(135deg,#f66969 0%,#de3131 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f66969', endColorstr='#de3131', GradientType=1 );
}
/* TRASH BTN END */

/* SERVICES NAV START */
#services {
    position: fixed;
    background: #69ebf6;
    background: -moz-linear-gradient(-45deg, #69ebf6 0%, #318cde 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #69ebf6), color-stop(100%, #318cde));
    background: -webkit-linear-gradient(-45deg, #69ebf6 0%, #318cde 100%);
    background: -o-linear-gradient(-45deg, #69ebf6 0%, #318cde 100%);
    background: -ms-linear-gradient(-45deg, #69ebf6 0%, #318cde 100%);
    background: -webkit-linear-gradient(315deg, #69ebf6 0%, #318cde 100%);
    background: -o-linear-gradient(315deg, #69ebf6 0%, #318cde 100%);
    background: linear-gradient(135deg, #69ebf6 0%, #318cde 100%);
    width: 200px;
    height: 100%;
    top: 0;
    right: -200px;
    z-index: 99999;
    transition:all 0.3s ease-in-out 0s;
    box-shadow: -2px 1px 15px #999;
}
.services-opened {
    right: 0 !important;
}
#services .services-btn {
    background: #69ebf6;
    background: -moz-linear-gradient(295deg, #69ebf6 0%, #318cde 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #69ebf6), color-stop(100%, #318cde));
    background: -webkit-linear-gradient(295deg, #69ebf6 0%, #318cde 100%);
    background: -o-linear-gradient(295deg, #69ebf6 0%, #318cde 100%);
    background: -ms-linear-gradient(295deg, #69ebf6 0%, #318cde 100%);
    background: -webkit-linear-gradient(295deg, #69ebf6 0%, #318cde 100%);
    background: -o-linear-gradient(295deg, #69ebf6 0%, #318cde 100%);
    background: linear-gradient(295deg, #69ebf6 0%, #318cde 100%);
    width: 35px;
    height: 35px;
    left: -35px;
    top: 130px;
    position: relative;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
}
#services .services-btn:before {
    content:'';
    background: url(../images/icons/services.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:20px;
    height: 20px;
    filter: invert(1);
    transition:all 0.3s ease-in-out 0s;
}
#services .services-btn:hover:before {
    width:25px;
    height: 25px;
}
#services .services-container {
    position:absolute;
    padding: 15px;
    width: 100%;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    overflow-y: auto;
}
#services a {
    display: block;
    color: #fff;
    background: none !important;
    -webkit-text-fill-color: #fff;
    margin-bottom: 15px;
    margin-left: 30px;
    position: relative;
    width: max-content;
    font-weight: normal;
    font-size: 14px;
    transition:all 0.3s ease-in-out 0s;
}
#services a:hover, #services a:active, #services a:focus {
    text-decoration: none;
}
#services a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left:0;
    width: 0;
    height: 1px;
    background:#fff;
    transition:all 0.3s ease-in-out 0s;
}
#services a:hover:after {
    width: 100%;
}
#services a:before {
    content: '';
    filter: invert(1);
    position: absolute;
    left: -30px;
    bottom: 3px;
    height: 20px;
    width: 20px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
#services .import:before {
    background: url(../images/icons/import.svg);
}
#services .export:before {
    background: url(../images/icons/export.svg);
}
#services .mail:before {
    background: url(../images/icons/chat.svg);
}
#services .border {
    display: block;
    position: relative;
    background-color: #fff;
    height: 1px;
    margin-bottom: 15px;
}
/* SERVICES NAV END */

/* DOCUMENTATION NAV START */
.help-content {
    margin-bottom: 15px;
}
.help-content a, .help-content a:visited, .help-content a:active {
    display: table;
    position: relative;
    color: #333;
    line-height: 2;
}
.help-content a:hover {
    text-decoration: none;
}
.help-content a:before {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #7DBACF;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in-out 0s;
}
.help-content a:hover:before {
    width: 100%;
}
#content-btn {
    background: #69ebf6;
    background: -moz-linear-gradient(295deg, #69ebf6 0%, #318cde 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #69ebf6), color-stop(100%, #318cde));
    background: -webkit-linear-gradient(295deg, #69ebf6 0%, #318cde 100%);
    background: -o-linear-gradient(295deg, #69ebf6 0%, #318cde 100%);
    background: -ms-linear-gradient(295deg, #69ebf6 0%, #318cde 100%);
    background: -webkit-linear-gradient(295deg, #69ebf6 0%, #318cde 100%);
    background: -o-linear-gradient(295deg, #69ebf6 0%, #318cde 100%);
    background: linear-gradient(295deg, #69ebf6 0%, #318cde 100%);
    width: 35px;
    height: 35px;
    right: 0px;
    top: 160px;
    position: fixed;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    z-index: 99998;
    display: none;
}
#content-btn:before {
    content: '';
    background: url(../images/icons/documentation.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    transition: all 0.3s ease-in-out 0s;
}
#content-btn:hover:before {
    width: 28px;
    height: 28px;
}
.content-opened {
    right: 0 !important;
}
.content-btn-opened {
    right: 300px !important;
}
/* DOCUMENTATION NAV END */

/* HOW TO START START*/
#howtostart {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 999999;
}
#howtostart .step {
    background: transparent;
    position:relative;
    height: 100%;
    width: 100%;
}
#howtostart .step:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background: #69ebf6;
    width: 100%;
    height: 100%;
    box-shadow: -2px 1px 15px #999;
    background: -moz-linear-gradient(245deg, #69ebf6 0%, #318cde 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #69ebf6), color-stop(100%, #318cde));
    background: -webkit-linear-gradient(245deg, #69ebf6 0%, #318cde 100%);
    background: -o-linear-gradient(245deg, #69ebf6 0%, #318cde 100%);
    background: -ms-linear-gradient(245deg, #69ebf6 0%, #318cde 100%);
    background: -webkit-linear-gradient(245deg, #69ebf6 0%, #318cde 100%);
    background: -o-linear-gradient(245deg, #69ebf6 0%, #318cde 100%);
    background: linear-gradient(245deg, #69ebf6 0%, #318cde 100%);
    right: 0;
    border-radius: 0 40% 0 0;
}
#howtostart h2 {
    padding: 80px;
    color: #fff;
    font-size: 25px;
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
}
#howtostart .txt-block {
    position: relative;
    display: block;
    z-index: 1;
    color: #fff;
    width: 40%;
    top: 45%;
    transform: translateY(-50%);
    left: 15%;
}
#howtostart .step-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}
#howtostart .step-title:before {
    left: -35px;
    top: 5px;
    height: 30px;
    width: 30px;
    filter: invert(1);
}
#howtostart .step-title:after {
    content:'';
    width:100px;
    height: 1.5px;
    position: absolute;
    bottom: -10px;
    left: -30px;
    background: #fff;
}
#howtostart .step-title span {
    text-transform: uppercase;
}
#howtostart .step-txt {
    font-size: 18px;
    line-height: 1.7;
}
#howtostart .hts-logo {
    position: absolute;
    bottom: 15px;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
}
#howtostart .nav-block {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: fit-content;
    bottom: 100px;
    color: #fff;
    font-weight: bold;
}
#howtostart .nav-block .go {
    font-weight: lighter;
    text-transform: uppercase;
    display: inline-flex;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}
#howtostart .nav-block .go:hover {
    font-weight: bold;
    font-size: 18px;
}
#howtostart .nav-block .go::before {
    content: '';
    width:0;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: #7DBACF;
    background: -moz-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,#7DBACF),color-stop(100%,#1F3950));
    background: -webkit-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -o-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -ms-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -webkit-linear-gradient(315deg,#7DBACF 0%,#1F3950 100%);
    background: -o-linear-gradient(315deg,#7DBACF 0%,#1F3950 100%);
    background: linear-gradient(135deg,#7DBACF 0%,#1F3950 100%);
    transition: all 0.3s ease-in-out 0s;
}
#howtostart .nav-block .go:hover:before {
    width: 50%;
}
#howtostart .nav-block .go::after {
    content: url('../images/icons/arrow_forward.svg');
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    margin-left: 10px;
}
#howtostart .nav-dots {
    display: inline-flex;
    height: 15px;
    position: relative;
    vertical-align: middle;
}
#howtostart .nav-dot {
    display: block;
    width:10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 7px;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#howtostart .nav-dot:hover, #howtostart .active-dot {
    width:15px;
    height: 15px;
    background: #7DBACF;
    background: -moz-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,#7DBACF),color-stop(100%,#1F3950));
    background: -webkit-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -o-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -ms-linear-gradient(-45deg,#7DBACF 0%,#1F3950 100%);
    background: -webkit-linear-gradient(315deg,#7DBACF 0%,#1F3950 100%);
    background: -o-linear-gradient(315deg,#7DBACF 0%,#1F3950 100%);
    background: linear-gradient(135deg,#7DBACF 0%,#1F3950 100%);
}
#howtostart .pointer {
    display: block;
    background-image: url(../images/icons/arrow_curved.png);
}
#howtostart .start {
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
/* HOW TO START END*/

@media(max-width:500px) {
	th, td {
		font-size:12px;
	}
	.hide-xs {
		display:none;
	}
	.show-xs {
		display:block;
	}
	.tabs li {
		padding: 2px 7px !important;
		font-size: 12px !important;
		font-weight: normal;
		line-height: 30px;
		height: 35px;
	}
	.margin-top-25-mob {
		margin-top:25px;
	}
}
@media(max-width:767px) {
	h1 {
		font-size:24px !important;
	}
	h2 {
		font-size:22px !important;
	}
	h3 {
		font-size:20px !important;
	}
    th, td {
        line-height: normal;
    }
	.btn {
		margin-top:30px;
		padding: 10px 25px;
	}
	footer .padding-r-0 {
		padding-left: 0;
	}
	.copyright img {
		width: 90%;
		max-width: 350px;
	}
	table {
		font-size: 10px;
	}
	.search {
		width:0;
		min-width:0;
		padding:0;
	}
	#filter {
		display: block;
		width: 30px;
		position: absolute;
		right: 15px;
		top: 7px;
		cursor: pointer;
	}
	#filter:before {
		content:url('../images/icons/filter.svg');
		/*filter: invert(100%) sepia(35%) saturate(2286%) hue-rotate(45deg) brightness(96%) contrast(91%);*/
	}
	.popupwindow form, .popupwindow .paymentwindow {
		width: 94% !important;
		padding: 20px;
	}
	.pagenav {
		margin-top:10px;
	}
	.top-0-5- {
		top: -5px !important;
	}
	.tabs ul {
		margin-bottom:5px;
		width: max-content;
	}
	.tabs li {
		padding: 5px 10px;
		font-size: 13px;
        overflow: hidden;
	}
	.hide-sm {
		display:none;
	}
	.show-sm {
		display:block;
	}
	#trash {
		width:25px;
	}
    #howtostart .txt-block {
        width: 100% !important;
        left: 0 !important;
        padding: 0 30px;
        top: 60% !important;
    }
    #howtostart .step-txt {
        line-height: 1.2;
        font-size: 16px;
    }
    #howtostart .start {
        bottom:80px;
        width:max-content;
    }
}
@media(max-width:991px) {
	h2 {
		font-size:28px;
	}
	.fullscreen-nav {
		display:none;
	}
	.mobile-btn {
		display:block;
	}
	.ul-nav li a:after {
		width:100%;
		border-radius: 30px;
		background: transparent;
	}

	.ul-nav li a:hover:after, .ul-nav .active a:after {
		border-radius: 30px;
		right:auto;
		left:0;
		background:#fff;
	}
	header .navbar-brand img {
		height: 45px !important;
	}
	.mobile-nav .nav-item, .mobile-nav a {
		font-size: 13px;
		color:#000;
	}
	section {
		padding:30px 0;
	}
	.add, .add:hover {
		top: 2px;
	}
	table {
		font-size: 12px;
	}
	.search {
		top: 10px;
	}
	.searchcol #filter {
		top:0;
	}
	.simple {
		margin-top:0;
	}
	.popupwindow form, .popupwindow .paymentwindow {
		top: 50px;
		transform: translate(-50%,0);
	}
	.main-content {
		width:100%;
	}
	.onlyfilter {
		top:55px;
	}
	.onlyfilter .search {
		top:0;
	}
	.hide-md {
		display:none;
	}
	.show-md {
		display:block;
	}
	.tabs {
		overflow:auto;
	}
    #services .services-btn {
        top:100px;
    }
    #content {
        position: fixed;
        background: #69ebf6;
        background: -moz-linear-gradient(-45deg, #69ebf6 0%, #318cde 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, #69ebf6), color-stop(100%, #318cde));
        background: -webkit-linear-gradient(-45deg, #69ebf6 0%, #318cde 100%);
        background: -o-linear-gradient(-45deg, #69ebf6 0%, #318cde 100%);
        background: -ms-linear-gradient(-45deg, #69ebf6 0%, #318cde 100%);
        background: -webkit-linear-gradient(315deg, #69ebf6 0%, #318cde 100%);
        background: -o-linear-gradient(315deg, #69ebf6 0%, #318cde 100%);
        background: linear-gradient(135deg, #69ebf6 0%, #318cde 100%);
        width: 300px;
        height: 100%;
        padding: 30px 15px;
        overflow-y: auto;
        top: 0;
        right: -300px;
        z-index: 99997;
        transition: all 0.3s ease-in-out 0s;
        box-shadow: -2px 1px 15px #999;
        color: #fff;
    }
    #content a, #content a:visited, #content a:active {
        color: #fff;
        line-height: 2;
    }
    #content a:before {
        background: #fff;
    }
    #content-btn {
        display: block;
    }
    #howtostart h2 {
        padding: 50px;
    }
    #howtostart .txt-block {
        width: 50%;
        left:30px;
    }
}
@media(max-width:1199px) {
	h3 {
		font-size:24px;
		margin: 16px 0 15px 0;
	}
	form h3 {
		text-align: center;
	}
	header .navbar-brand img {
		height: 55px;
	}
	header .nav {
		line-height: 40px;
		margin-top: 20px;
	}
	header .nav-item a {
		font-size: 13px;
		color:#000;
	}
	.scrolled .nav {
		margin-top:0;
	}
	.scrolled .navbar-brand img {
		height: 30px !important;
		bottom: 0px;
		position: relative;
	}
	footer {
		font-size:13px;
		padding-bottom:20px;
	}
	footer h3 {
		margin-left:0;
	}
	footer input, footer textarea {
		min-width:100%;
	}
	input, input:focus-visible, input:focus, input:active, select, textarea {
		min-width:100%;
	}
	input[type="checkbox"]:active, input[type="checkbox"]:focus  {
		min-width: auto;
	}
	.hide-lg {
		display:none;
	}
	.show-lg {
		display:block;
	}
}
@media (max-height:600px) {
    #services .services-container {
        height: 100%;
    }
}
@media (max-height:540px) {
    #howtostart h2 {
        padding: 15px 30px;
        font-size: 20px !important;
    }
    #howtostart .hts-logo {
        width: 150px;
    }
    #howtostart .txt-block {
        width: 50% !important;
        top: 55% !important;
    }
    #howtostart .step-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #howtostart .step-title:before {
        left: -30px;
        height: 20px;
        width: 20px;
    }
    #howtostart .step-title:after {
        bottom: 0px;
    }
    #howtostart .step-txt {
        font-size: 14px;
    }
    #howtostart .start {
        left: auto;
        right: 30px;
        transform: none;
        bottom: 40px;
        padding: 5px 15px;
        font-size: 14px;
    }
}
@media(max-height:400px) {
	.btn {
		margin-top: 0px;
	}
}
