@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');


*{
  margin: 0px;
  padding: 0px;
  outline: 0px;
}
 a{
   display: inline-block;
   text-decoration: none;
}

img{
  border: 0px;
}

body{
  box-sizing: border-box;
}


.well {
  padding: 0px 20px;
}
.margin0 {
  margin: 0px;
}
header {
  margin-bottom: 30px;
}
footer {
  padding: 20px 0px;
  margin-top: 50px;
}

.loginHelp {
  margin-top: 15px;
}
.profile form label {
  font-weight: bold;
}

.card-header {
  font-size: 30px;
}


* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
}

#notfound {
	position: relative;
	height: 100vh;
}

#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.notfound {
	max-width: 520px;
	width: 100%;
	line-height: 1.4;
	text-align: center;
}

.notfound .notfound-error {
	position: relative;
	height: 200px;
	margin: 0px auto 20px;
	z-index: -1;
}

.notfound .notfound-error h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 200px;
	font-weight: 300;
	margin: 0px;
	color: #211b19;
	position: absolute;
	left: 50%;
	top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
	.notfound .notfound-error h1 {
		font-size: 148px;
	}
}

@media only screen and (max-width: 480px) {
	.notfound .notfound-error {
	height: 148px;
	margin: 0px auto 10px;
}
.notfound .notfound-error h1 {
	font-size: 120px;
	font-weight: 200px;
}
.notfound .notfound-error h2 {
	font-size: 30px;
}
.notfound a {
	padding: 7px 15px;
	font-size: 24px;
}
.h2 {
	font-size: 148px;
}
}

.nav-item, .font-m, .form-group,tr, .alert, .btn, footer{
	font-family: 'Montserrat', sans-serif;
}

.showPass {
	top: 42px;
    position: absolute;
    right: 23px;
}
.form-inline {
	display:block !important;
}
/* toggle button checkout */
div.ui-toggle {
    margin: 0;
    padding: 0;
}
div.ui-toggle input[type='checkbox'] {
    display: none;
}
div.ui-toggle input[type='checkbox']:checked + label {
    border-color: #009eea;
    background: #009eea;
    box-shadow: inset 0 0 0 10px #009eea;
}
div.ui-toggle input[type='checkbox']:checked + label > div {
    margin-left: 20px;
}
div.ui-toggle label {
    transition: all 200ms ease;
    display: inline-block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #8c8c8c;
    box-shadow: inset 0 0 0 0 #009eea;
    border: 2px solid #8c8c8c;
    border-radius: 22px;
    width: 40px;
    height: 18px;
    margin: 3px 7px 0px 5px;
}
div.ui-toggle label div {
    transition: all 200ms ease;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 10px;
}
div.ui-toggle label:hover, div.ui-toggle label > div:hover {
    cursor: pointer;
}
div.ui-toggle.mb-10 {
    margin-bottom: 10px;
}
.dataTables_paginate.paging_simple,.dataTables_filter{
  float:right;
}
.dataTables_length{float:left;}
datalist {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  writing-mode: vertical-lr;
  width: 200px;
}

option {
  padding: 0;
}

input[type="range"] {
  width: 200px;
  margin: 0;
}


.minmax td, .minmax th {
  padding: 0.2rem;
  /* vertical-align: top; */
  /* border-top: 1px solid #dee2e6; */
}

/* table of values */
.table-heading{
  font-size: 18px;
  font-weight: bold;
  font-family: Montserrat;
}

.table-rows-searchresult{

}
.row{
  margin-left: 0;
  margin-right: 0;
}
.clyck-hr{
  
}

rte-abc{
  padding: 5px 8px 3px;
  color: #808080;
  text-transform: lowercase;
}
.align-center{
  text-align: center;
}