 /* Color schemes from https://visme.co/blog/website-color-schemes/
https://www.websitebuilderexpert.com/designing-websites/how-to-choose-color-for-your-website/
# 1
# 17
# 24 Clean and Modern
# 1 Colorful and Balanced
#E27D60
#85CDCB
#E8A87C
#C38D9E
#41B3A3

#FEFFFF - Off white
#343D46 - Dark Grey
#777	- Light Grey
*/

@media screen { 
@font-face {
  font-family: 'Bevan';
  src: url('/assets/fonts/bevan/Bevan-Regular.eot'); /* IE9 Compat Modes */
  src: url('/assets/fonts/bevan/Bevan-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/fonts/bevan/Bevan-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/assets/fonts/bevan/Bevan-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('/assets/fonts/bevan/Bevan-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/assets/fonts/bevan/Bevan-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}
}

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Montserrat-Regular;
  src: url('/assets/fonts/montserrat/Montserrat-Regular.ttf');
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('/assets/fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face {
  font-family: Montserrat-Black;
  src: url('/assets/fonts/montserrat/Montserrat-Black.ttf');
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url('/assets/fonts/montserrat/Montserrat-SemiBold.ttf');
}

@font-face {
  font-family: Montserrat-Medium;
  src: url('/assets/fonts/montserrat/Montserrat-Medium.ttf');
}

title { display: block; font-family: 'Bevan', cursive; font-size: 40px; color: #fff; align-self: center; text-align: center; }

body { display: grid; grid-template-columns: auto 1fr; background-color: #FEFFFF; grid-template-rows: 50px auto; }

#sidebar {
	min-width: 250px;
	max-width: 250px;
	height: 100vh;
	background: #FEFFFF;
	color: #FEFFFF;
	transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
	transform-origin: bottom left;
	grid-row: 1/-1;
	position: -webkit-sticky;
	position: sticky;
	top:0;
}

#sidebar.active {
	margin-left: -250px;
	transform: rotateY(100deg);
}

#sidebar ul[title]::before {
    content: attr(title);
    /* then add some nice styling as needed, eg: */
    display: block;
    font-weight: bold;
    padding: 4px;
	height: 50px;
	color: #343D46;
	padding: 12px;
	background-color: #FEFFFF;
}

#sidebar .scroll li {
	display: block;
	width: 100%;
	padding: 12px;
	background-color: #FEFFFF;
	color: #777;
}

#sidebar .scroll li:hover {
	background-color: #777;
	color: #FEFFFF;
}

#sidebar a:hover {
	text-decoration:none;
}

#sidebar .socialicons {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}

#sidebar .socialicons li {
	width: 30px;
	height: 30px;
	background-color: aqua;
}

#sidebar .socialicons .facebook li {  }
#sidebar .socialicons .twitter li { }
#sidebar .socialicons .instagram li { }


.panel {
	position: relative;
	padding-top: 50px;
}

.main {
	height: 100vh;
	background-color: #85CDCB;
	margin-top: -50px;
}

header {
	width: auto;
	height: 50px;
/*	background-color: #85CDCB;	Make background transparent */
	display: flex;
	align-items: center;
/*	margin-top: auto;
	margin-bottom: auto;  Removed to support login.php */
	position: sticky;
	top: 0;
	z-index: 2;
}

header .tfroglogo { color: #343D46; }
header .login { margin-right: 20px; margin-left: auto; }

.navbar-btn {
	margin-left: 20px;
	margin-right: auto;
	min-width: 40px;
	width:auto;
	height: 40px;
	cursor: pointer;
	background-color:#777;
	color: #FEFFFF;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background .55s ease;
	-moz-transition: background .55s ease;
	-ms-transition: background .55s ease;
	-o-transition: background .55s ease;
	transition: background .55s ease;
}

.navbar-btn:hover, .navbar-btn:active {
	background-color: #FEFFFF;	
}

.login { padding: 0 13px; }

.login:hover, .login:focus, .login:active {
	outline:none;
	background-color: #FEFFFF;
	color:#343D46;
}

.navbar-btn:hover span, .navbar-btn:focus span, .navbar-btn:active span,
#sidebarCollapse:hover span, #sidebarCollapse:focus span, #sidebarCollapse:active span
  {
	outline:none;
	background: #343D46;
}

.navbar .icon {
	position: absolute;
	top: 0%;
	margin-left: 4px;
	margin-top: 12px;
	z-index: 1;
	color: #FEFFFF;
	-webkit-transition: background .55s ease;
	-moz-transition: background .55s ease;
	-ms-transition: background .55s ease;
	-o-transition: background .55s ease;
	transition: background .55s ease;
	display: contents;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.icon {	color: #777; }

.navbar-btn span {
	width: 80%;
	height: 2px;
	margin: 0 auto;
	display: block;
	background: #FEFFFF;
	transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
	transition-delay: 0.2s;
	-webkit-transition: background .55s ease;
	-moz-transition: background .55s ease;
	-ms-transition: background .55s ease;
	-o-transition: background .55s ease;
	transition: background .55s ease
}

.navbar-btn span:first-of-type {
	transform: rotate(45deg) translate(2px, 2px);
}
.navbar-btn span:nth-of-type(2) {
	opacity: 0;
}
.navbar-btn span:last-of-type {
	transform: rotate(-45deg) translate(1px, -1px);
}

.navbar-btn.active span {
	transform: none;
	opacity: 1;
	margin: 5px auto;
}


.main .contents {
	display: grid;
	grid-template-columns: 50px repeat(3, 1fr) 50px;
	grid-gap: 10px;
}

.main .contents .keyDetails { grid-column: 2/4; }
.main .contents .signup { grid-column: 4/5; }

.cta {
	-moz-box-shadow: 0px 10px 14px -7px #777;
	-webkit-box-shadow: 0px 10px 14px -7px #777;
	box-shadow: 0px 10px 14px -7px #777;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #E27D60), color-stop(1, #E8A87C));
	background:-moz-linear-gradient(top, #E27D60 5%, #E8A87C 100%);
	background:-webkit-linear-gradient(top, #E27D60 5%, #E8A87C 100%);
	background:-o-linear-gradient(top, #E27D60 5%, #E8A87C 100%);
	background:-ms-linear-gradient(top, #E27D60 5%, #E8A87C 100%);
	background:linear-gradient(to bottom, #E27D60 5%, #E8A87C 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E27D60', endColorstr='#E8A87C',GradientType=0);
	background-color:#E27D60;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #343D46;
	display:inline-block;
	cursor:pointer;
	color:#FEFFFF;
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #777;
}
.cta:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FEFFFF), color-stop(1, #FEFFFF));
	background:-moz-linear-gradient(top, #FEFFFF 5%, #FEFFFF 100%);
	background:-webkit-linear-gradient(top, #FEFFFF 5%, #FEFFFF 100%);
	background:-o-linear-gradient(top, #FEFFFF 5%, #FEFFFF 100%);
	background:-ms-linear-gradient(top, #FEFFFF 5%, #FEFFFF 100%);
	background:linear-gradient(to bottom, #FEFFFF 5%, #FEFFFF 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFFFF', endColorstr='#FEFFFF',GradientType=0);
	background-color:#FEFFFF;
	color: #E27D60;
}
.cta:active {
	position:relative;
	top:1px;
}

.about {
	height: 600px;
	background-color:#41B3A3;
}

.pricing {
	height: 600px;
	background-color:#E8A87C;
}

.register {
	height: 600px;
	background-color:#E27D60;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: 100px;
	grid-gap: 10px;
}

.register h1 {
	grid-column: 2/11;
}

.register form {
	grid-column: 3/11;
	vertical-align: top;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-auto-rows: 50px;
	grid-gap: 10px;
}

form>div {
	position: relative;
}

#myModal form {
	margin-left: 20px;
	margin-right: 20px;
}

form input[type=text]:focus, form input[type=password]:focus {
    background: #fff;
	color: #2b303b;
}

.register form input[type=submit] {
	grid-column: 9/12;
}

.register .email {
	grid-column: 2/12;
}

.email input {
	width: 100%;
}

.register .pass {
	grid-column: 2/8;
}

.pass input {
	width: 100%;
}

.contactus {
	height: 600px;
	background-color:#C38D9E;
}



.register .scroll {
	grid-column: 6/7
}

.scrollbtn {
	display: block;
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.scrollbtn:after{ 
   content: '\f339';
   font-family: "Font Awesome 5 Pro";
   font-weight: normal;
   font-style: normal;
   margin:0px 0px 0px 10px;
   text-decoration:none;

} 

.popupWindow {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.popupWindow:target {
  opacity:1;
  pointer-events: auto;
}

.popupWindow > div {
  width: 400px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #AD8FB4);
  background: -webkit-linear-gradient(#fff, #AD8FB4);
  background: -o-linear-gradient(#fff, #AD8FB4);
}


input {
  outline: none;
  border: none;
}

.container-contact100 {
  width: 100%;
  min-height: 50vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-color: #fff;
  border-radius: 30px;
}

.wrap-contact100 {
  width: 730px;
  overflow: hidden;
  padding: 62px 55px 0 55px;
}

.wrap-contact50 {
  margin-bottom: auto;
  width: auto;
  height: 100%;
  overflow: hidden;
  padding: 62px 55px 0 0;
}

/*------------------------------------------------------------------
[  ]*/

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*------------------------------------------------------------------
[  ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  padding: 10px 30px 9px 22px;
  margin-bottom: 20px;
}

.rs1-wrap-input100 {
  width: calc((100% - 30px) / 2);
}

.label-input100 {
  font-family: Montserrat-SemiBold;
  font-size: 10px;
  color: #393939;
  line-height: 1.5;
  text-transform: uppercase;
}

.label-input150 {
  font-family: Montserrat-SemiBold;
  font-size: 15px;
  color: #393939;
  line-height: 2.;
  text-transform: uppercase;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-right: 15px;
}

/*---------------------------------------------*/
input.input100:not([type=checkbox]) {
  height: 40px;
}


.container .checkboxes + p {
  text-align: center;
}
input.input100[type=checkbox] {
  display: none;
}
input.input100[type=checkbox]:checked + label .box {
  -webkit-animation: animOnTransform 1s 1 forwards;
          animation: animOnTransform 1s 1 forwards;
/*  background: rgba(0, 0, 0, 0.5); */
}
input.input100[type=checkbox]:checked + label .box i {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
  opacity: 1;
}
.wrap-input100 label {
  min-width: 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  min-height: 60px;
  cursor: pointer;
}
.wrap-input100 label .box {
/*  background: rgba(0, 0, 0, 0.3); */
  border: 1px solid #343d46;
  border-radius: 5px;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}
.wrap-input100 label .box:hover {
/*  background: rgba(0, 0, 0, 0.5); */
}
.wrap-input100 label .box i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  display: inline-block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  -webkit-transform: translate(-50%, -50%) scale(4);
          transform: translate(-50%, -50%) scale(4);
}

@-webkit-keyframes animOn {
  40% { height: 20px; width: 100px; }
  50% { height: 60px; width: 30px;  }
  60% { height: 40px; width: 70px;  }
  70% { height: 55px; width: 45px;  }
  100% { height: 50px; width: 50px; }
}

@keyframes animOn {
  40% { height: 20px; width: 100px; }
  50% { height: 60px; width: 30px;  }
  60% { height: 40px; width: 70px;  }
  70% { height: 55px; width: 45px;  }
  100% { height: 50px; width: 50px; }
}
@-webkit-keyframes animOnTransform {
  40% { -webkit-transform: scale(1.5, 0.5); transform: scale(1.5, 0.5); }
  50% { -webkit-transform: scale(0.5, 1.5); transform: scale(0.5, 1.5); }
  60% { -webkit-transform: scale(1.3, 0.6); transform: scale(1.3, 0.6); }
  70% { -webkit-transform: scale(0.8, 1.2); transform: scale(0.8, 1.2); }
  100% { -webkit-transform: scale(1, 1);    transform: scale(1, 1);  }
}
@keyframes animOnTransform {
  40% { -webkit-transform: scale(1.5, 0.5); transform: scale(1.5, 0.5); }
  50% { -webkit-transform: scale(0.5, 1.5); transform: scale(0.5, 1.5); }
  60% { -webkit-transform: scale(1.3, 0.6); transform: scale(1.3, 0.6); }
  70% { -webkit-transform: scale(0.8, 1.2); transform: scale(0.8, 1.2); }
  100% { -webkit-transform: scale(1, 1);    transform: scale(1, 1); }
}


textarea.input100 {
  min-height: 120px;
  padding-top: 9px;
  padding-bottom: 13px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

.contact100-form-btn input[type=submit] {
  background-color: #333333;
  color: #fff;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  width: 100%;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background-color: #333333;
  border-radius: 25px;

  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover, .contact100-form-btn:hover input[type=submit] {
  background-color: #00ad5f;
}

.contact100-form-btn.delete:hover, .contact100-form-btn.delete:hover input[type=submit] {
  background-color: #DC143C;
}

.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 768px) {
  .rs1-wrap-input100 {
    width: 100%;
  }

}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 62px 15px 90px 15px;
  }

  .wrap-input100 {
    padding: 10px 10px 9px 10px;
  }
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  min-height: 40px;
  background-color: #f7f7f7;
  top: 35px;
  left: 0px;
  padding: 0 45px 0 22px;
  pointer-events: none;

  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #fa4251;
  line-height: 1.2;
}

.btn-hide-validate {
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #fa4251;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 35px;
  right: 12px;
}

.rs1-alert-validate.alert-validate::before {
  background-color: #fff;
}

.true-validate::after {
  content: "\f26b";
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #00ad5f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 35px;
  right: 10px;
}

/*---------------------------------------------*/
@media (max-width: 576px) {
  .alert-validate::before {
    padding: 0 10px 0 10px;
  }

  .true-validate::after,
  .btn-hide-validate {
    right: 0px;
    width: 30px;
  }
}

/*==================================================================
[ Restyle Select2 ]*/

.select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}

.select2-container .select2-selection--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  height: 40px;
  outline: none;
  position: relative;
}

/*------------------------------------------------------------------
[ in select ]*/
.select2-container .select2-selection--single .select2-selection__rendered {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-left: 0px ;
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.select2-selection__arrow b {
  display: none;
}

.select2-selection__arrow::before {
  content: '\f312';
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #555555;
}


/*------------------------------------------------------------------
[ Dropdown option ]*/
.select2-container--open .select2-dropdown {
  z-index: 1251;
  width: calc(100% + 2px);
  border: 0px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  left: -24px;

  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
  .select2-container--open .select2-dropdown {
    left: -12px;
  }
}

.select2-dropdown--above {top: -38px;}
.select2-dropdown--below {top: 10px;}

.select2-container .select2-results__option[aria-selected] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
}

@media (max-width: 576px) {
  .select2-container .select2-results__option[aria-selected] {
    padding-left: 12px;
  }
}

.select2-container .select2-results__option[aria-selected="true"] {
  background: #00ad5f;
  color: white;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
  background: #00ad5f;
  color: white;
}

.select2-results__options {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #555555;
  line-height: 1.2;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: none;
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
}

.wrap-input100 .dropDownSelect2 .select2-container--open {
  width: 100% !important;
}

.wrap-input100 .dropDownSelect2 .select2-dropdown {
  width: calc(100% + 2px) !important;
}

/*==================================================================
[ Restyle Radio ]*/
.wrap-contact100-form-radio {
  width: 100%;
  padding: 15px 25px 0 25px;
}

.contact100-form-radio {
  padding-bottom: 5px;
}

.input-radio100 {
  display: none;
}

.label-radio100 {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
}

.label-radio100::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.label-radio100::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 6px solid transparent;
  background: #00ad5f;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;

}

.input-radio100:checked + .label-radio100::after {
  display: block;
}

.fontload {
  font-family: Montserrat-Medium;
}


/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}


/*---------------------------------------------*/

*//////////////////////////////////////////////////////////////////
[ Utility ]*/

.bg0 {background-color: #fff;}
.bg1 {background-color: #f7f7f7;}


/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;
  min-height: 50vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-color: #fff;
  border-radius: 13px;
}

.wrap-contact100 {
  width: 730px;
  overflow: hidden;
  padding: 62px 55px 0 55px;
}

.wrap-contact50 {
  margin-bottom: auto;
  width: auto;
  height: 100%;
  overflow: hidden;
  padding: 62px 55px 0 0;
}

/*------------------------------------------------------------------
[  ]*/

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*------------------------------------------------------------------
[  ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  padding: 10px 30px 9px 22px;
  margin-bottom: 20px;
}

.rs1-wrap-input100 {
  width: calc((100% - 30px) / 2);
}

.rs2-wrap-input100 {
  width: calc( 2 * (100% - 30px) / 3);
}

.rs3-wrap-input100 {
  width: calc((100% - 30px) / 3);
}


.label-input100 {
  font-family: Montserrat-SemiBold;
  font-size: 10px;
  color: #393939;
  line-height: 1.5;
  text-transform: uppercase;
}

.label-input150 {
  font-family: Montserrat-SemiBold;
  font-size: 15px;
  color: #393939;
  line-height: 2.;
  text-transform: uppercase;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-right: 15px;
}

/*---------------------------------------------*/
input.input100:not([type=checkbox]) {
  height: 40px;
}


.container .checkboxes + p {
  text-align: center;
}
input.input100[type=checkbox] {
  display: none;
}
input.input100[type=checkbox]:checked + label .box {
  -webkit-animation: animOnTransform 1s 1 forwards;
          animation: animOnTransform 1s 1 forwards;
/*  background: rgba(0, 0, 0, 0.5); */
}
input.input100[type=checkbox]:checked + label .box i {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
  opacity: 1;
}
.wrap-input100 label {
  min-width: 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  min-height: 60px;
  cursor: pointer;
}
.wrap-input100 label .box {
/*  background: rgba(0, 0, 0, 0.3); */
  border: 1px solid #343d46;
  border-radius: 5px;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}
.wrap-input100 label .box:hover {
/*  background: rgba(0, 0, 0, 0.5); */
}
.wrap-input100 label .box i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  display: inline-block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  -webkit-transform: translate(-50%, -50%) scale(4);
          transform: translate(-50%, -50%) scale(4);
}

@-webkit-keyframes animOn {
  40% { height: 20px; width: 100px; }
  50% { height: 60px; width: 30px;  }
  60% { height: 40px; width: 70px;  }
  70% { height: 55px; width: 45px;  }
  100% { height: 50px; width: 50px; }
}

@keyframes animOn {
  40% { height: 20px; width: 100px; }
  50% { height: 60px; width: 30px;  }
  60% { height: 40px; width: 70px;  }
  70% { height: 55px; width: 45px;  }
  100% { height: 50px; width: 50px; }
}
@-webkit-keyframes animOnTransform {
  40% { -webkit-transform: scale(1.5, 0.5); transform: scale(1.5, 0.5); }
  50% { -webkit-transform: scale(0.5, 1.5); transform: scale(0.5, 1.5); }
  60% { -webkit-transform: scale(1.3, 0.6); transform: scale(1.3, 0.6); }
  70% { -webkit-transform: scale(0.8, 1.2); transform: scale(0.8, 1.2); }
  100% { -webkit-transform: scale(1, 1);    transform: scale(1, 1);  }
}
@keyframes animOnTransform {
  40% { -webkit-transform: scale(1.5, 0.5); transform: scale(1.5, 0.5); }
  50% { -webkit-transform: scale(0.5, 1.5); transform: scale(0.5, 1.5); }
  60% { -webkit-transform: scale(1.3, 0.6); transform: scale(1.3, 0.6); }
  70% { -webkit-transform: scale(0.8, 1.2); transform: scale(0.8, 1.2); }
  100% { -webkit-transform: scale(1, 1);    transform: scale(1, 1); }
}


textarea.input100 {
  min-height: 120px;
  padding-top: 9px;
  padding-bottom: 13px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

.contact100-form-btn input[type=submit] {
  background-color: #333333;
  color: #fff;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  width: 100%;
}


.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background-color: #333333;
  border-radius: 25px;

  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn.delete { font-size: 12px; height: 35px; }

.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover, .contact100-form-btn:hover input[type=submit] {
  background-color: #00ad5f;
}

.contact100-form-btn.delete:hover, .contact100-form-btn.delete:hover input[type=submit] {
  background-color: #DC143C;
}

.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 768px) {
  .rs1-wrap-input100 {
    width: 100%;
  }

}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 62px 15px 90px 15px;
  }

  .wrap-input100 {
    padding: 10px 10px 9px 10px;
  }
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  min-height: 40px;
  background-color: #f7f7f7;
  top: 35px;
  left: 0px;
  padding: 0 45px 0 22px;
  pointer-events: none;

  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #fa4251;
  line-height: 1.2;
}

.btn-hide-validate {
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #fa4251;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 35px;
  right: 12px;
}

.rs1-alert-validate.alert-validate::before {
  background-color: #fff;
}

.true-validate::after {
  content: "\f26b";
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #00ad5f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 35px;
  right: 10px;
}

/*---------------------------------------------*/
@media (max-width: 576px) {
  .alert-validate::before {
    padding: 0 10px 0 10px;
  }

  .true-validate::after,
  .btn-hide-validate {
    right: 0px;
    width: 30px;
  }
}

/*==================================================================
[ Restyle Select2 ]*/

.select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}

.select2-container .select2-selection--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  height: 40px;
  outline: none;
  position: relative;
}

/*------------------------------------------------------------------
[ in select ]*/
.select2-container .select2-selection--single .select2-selection__rendered {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-left: 0px ;
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.select2-selection__arrow b {
  display: none;
}

.select2-selection__arrow::before {
  content: '\f312';
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #555555;
}


/*------------------------------------------------------------------
[ Dropdown option ]*/
.select2-container--open .select2-dropdown {
  z-index: 1251;
  width: calc(100% + 2px);
  border: 0px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  left: -24px;

  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
  .select2-container--open .select2-dropdown {
    left: -12px;
  }
}

.select2-dropdown--above {top: -38px;}
.select2-dropdown--below {top: 10px;}

.select2-container .select2-results__option[aria-selected] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
}

@media (max-width: 576px) {
  .select2-container .select2-results__option[aria-selected] {
    padding-left: 12px;
  }
}

.select2-container .select2-results__option[aria-selected="true"] {
  background: #00ad5f;
  color: white;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
  background: #00ad5f;
  color: white;
}

.select2-results__options {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #555555;
  line-height: 1.2;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: none;
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
}

.wrap-input100 .dropDownSelect2 .select2-container--open {
  width: 100% !important;
}

.wrap-input100 .dropDownSelect2 .select2-dropdown {
  width: calc(100% + 2px) !important;
}

/*==================================================================
[ Restyle Radio ]*/
.wrap-contact100-form-radio {
  width: 100%;
  padding: 15px 25px 0 25px;
}

.contact100-form-radio {
  padding-bottom: 5px;
}

.input-radio100 {
  display: none;
}

.label-radio100 {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
}

.label-radio100::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.label-radio100::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 6px solid transparent;
  background: #00ad5f;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;

}

.input-radio100:checked + .label-radio100::after {
  display: block;
}

/*==================================================================
[ rs NoUI ]*/
.wrap-contact100-form-range {
  width: 100%;
  padding: 20px 25px 57px 25px;
}

.contact100-form-range-value {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 30px;
}

.contact100-form-range-value input {
  display: none;
}

#filter-bar {
  height: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 9px;
  background-color: #f7f7f7;
}
#filter-bar .noUi-connect {
  border: 1px solid #e6e6e6;
  border-radius: 9px;
  background-color: #00ad5f;
  box-shadow: none;
}
#filter-bar .noUi-handle {
  width: 40px;
  height: 36px;
  border: 1px solid #cccccc;
  border-radius: 9px;
  background: #f5f5f5;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  top: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

#filter-bar .noUi-handle.noUi-handle-lower {
  left: -1px;
}

#filter-bar .noUi-handle.noUi-handle-upper {
  left: -39px;
}

#filter-bar .noUi-handle:before {
  content: "";
  display: block;
  position: unset;
  height: 12px;
  width: 9px;
  background-color: transparent;
  border-left: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
}
#filter-bar .noUi-handle:after {
  display: none;
}

@media (max-width: 576px) {
  .wrap-contact100-form-range {
    padding: 20px 0px 57px 0px;
  }

  .wrap-contact100-form-radio {
    padding: 15px 0px 0 0px;
  }
}

ul.cal {
  display: flex;
  list-style:none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  width: 436px;
}

.month { float: left; height:auto; width: 60px; }
.verticaltext {
  transform: rotate(-90deg);
  transform-origin: center center;
  -ms-transform: rotate(-90deg);
  -ms-transform-origin:right, top;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin:right, top;
  font-family: Montserrat-Black;
  font-size: 39px;
  color: #000;
  display: inline-flex;
  margin-top: 100%;
}

ul.cal ul li {
  display:inline-block;
  width: 40px;
    margin: 5px 5px;
    position: relative;
}

ul.cal ul:nth-child(n+2) li {
    height: 40px;
    background: #e6e6e6;
  border-radius: 3px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5); }

ul.cal ul li label {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 2px;
  text-align:center;
  vertical-align:middle;

  transition: all .2s ease;
  cursor: pointer;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;

  background:#fff;
/*  box-shadow:inset 0px 1px 2px rgba(0,0,0,0.5); */ }

ul.cal ul li input[type=checkbox] { display:none; }
ul.cal ul li input[type=checkbox]:checked + label {
    background: #00ad5f;
  display:block;
  color: #fff;
  border-radius: 3px; }

ul.cal ul:first-child li {
  height:20px;
  line-height:20px;
  text-align:center; }



/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: auto;
  min-height: 100vh;
  background-color: #fff;
  border-radius: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
/*  align-items: center;     Removed to align table content of booking to top */
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}

.wrap-table100 {
/*  width: 1170px; */
  width: auto;
}

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table * {
  position: relative;
}
table td, table th {
  padding-left: 8px;
}
table thead tr {
  height: 60px;
  background: #343d46;
}
caption {
  caption-side: top;
  font-family: Montserrat-SemiBold;
}
table tbody tr {
  height: 50px;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: left;
  vertical-align: middle;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}

.table100-head th{
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
  vertical-align: middle;
}

.table100-head th:first-child{
  border-top-left-radius: 13px;
}

.table100-head th:last-child{
  border-top-right-radius: 13px;
}

tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

tbody tr {
  font-family: Montserrat-Regular;
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
}

.column1 {
  width: 260px;
  padding-left: 20px;
}

.column2 {
  width: 260px;
}

.column3 {
  width: 245px;
}

.column4 {
  width: 110px;
  text-align: right;
}

.column5 {
  width: 170px;
  text-align: center;
}

.column6 {
  width: 100px;
  text-align: center;
  padding-right: 62px;
}

.column7 {
  width: 100px;
  text-align: center;
  padding-right: 62px;
}

.column8 {
  width: 100px;
  text-align: center;
  padding-right: 20px;
}

.floatleft { justify-content: left; }
.floatright { justify-content: right; }

@media screen and (max-width: 992px) {
  table {
    display: block;
  }
  table > *, table tr, table td, table th {
    display: block;
  }
  table thead {
    display: none;
  }
  table tbody tr {
    height: auto;
    padding: 37px 0;
  }
  table tbody tr td {
    padding-left: 40% !important;
    margin-bottom: 24px;
  }
  table tbody tr td:last-child {
    margin-bottom: 0;
  }
  table tbody tr td:before {
    font-family: OpenSans-Regular;
    font-size: 14px;
    color: #999999;
    line-height: 1.2;
    font-weight: unset;
    position: absolute;
    width: 40%;
    left: 30px;
    top: 0;
  }
  table tbody tr td:nth-child(1):before {
    content: "Service";
  }
  table tbody tr td:nth-child(2):before {
    content: "Petcarer";
  }
  table tbody tr td:nth-child(3):before {
    content: "Dates";
  }
  table tbody tr td:nth-child(4):before {
    content: "Total";
  }
  table tbody tr td:nth-child(5):before {
    content: "Invoice";
  }
  table tbody tr td:nth-child(6):before {
    content: "Paid";
  }
  table tbody tr td:nth-child(7):before {
    content: "Switch";
  }
  table tbody tr td:nth-child(8):before {
    content: "Delete";
  }

  .column4,
  .column5,
  .column6,
  .column7,
  .column8 {
    text-align: left;
  }

  .column4,
  .column5,
  .column6,
  .column7,
  .column8,
  .column1,
  .column2,
  .column3 {
    width: 100%;
  }

  tbody tr {
    font-size: 14px;
  }
}
.fa-edit:hover {
    color: #343d46;
}
@media (max-width: 576px) {
  .container-table100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.camera { position:absolute; bottom: 5%; right:10%; z-index: 1; display: none; }
.camera span { padding: .75rem; border-radius: 50%; }

.locked { opacity: 0.3; }

.email, .pass { position: relative; height: fit-content; }
.email>.icon, .pass>.icon { position: absolute; top: 18px; left: 9px; }
.email>input, .pass>input { padding-left: 35px; }