.mtopFirst {
    margin-top: 1%;
    margin-bottom: 30%;
	margin-left:30%;
	width:50%;
}
.mtopSecond{
	margin-top: 20%;
    margin-bottom: 30%;
	margin-left:30%;
	width:50%;
}
.mtop {
    margin-top: 15%;
    margin-bottom: 30%;
	margin-left:30%;
	width:50%;
}

.starCLs {
    margin: 0px;
    max-width: 100%;
    width: inherit;
    font-weight: unset;
    font-size: 24px;
    line-height: 32px;
    color: rgb(38, 38, 39);
}


.jqVhzK {
    width: 100%;
    position: relative;
}
.techInput {
    display: block;
    width: 100%;
    font-family: inherit;
    color: rgb(81, 73, 57);
    padding: 0px 0px 8px;
    border: none;
    outline: none;
    border-radius: 0px;
    appearance: none;
    background-image: none;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    transform: translateZ(0px);
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    line-height: unset;
    animation: 1ms ease 0s 1 normal none running native-autofill-in;
    transition: background-color 1e+08s ease 0s, box-shadow 0.1s ease-out 0s;
    box-shadow: #607d8b4f 0px 1px;
    background-color: transparent !important;
	font-size:17px !important;
}

::placeholder {
  color: rgb(158 158 158 / 56%);
  font: 18px/1.3 'museo300';
}

select {
   color: rgb(158 158 158 / 56%) !important;
  font: 18px/1.3 'museo300' !important;
}
option:not(:first-of-type) {
  color: black !important;
}




.radioSec {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: end;
    border-radius: var(--sampler-theme-border-radius);
    background-color: rgba(81, 73, 57, 0.1);
    box-shadow: rgb(81 73 57 / 60%) 0px 0px 0px 1px inset;
    color: rgb(81, 73, 57);
    height: inherit;
    min-height: 40px;
    outline: 0px;
    transition-duration: 0.1s;
    transition-property: background-color, color, border-color, opacity, box-shadow;
    transition-timing-function: ease-out;
	min-width:50%;
	max-width:max-content;
    /*width: max-content;*/
    /*word-break: break-word;*/
    cursor: pointer;
    opacity: 1;
	padding-left:5px;
	padding-right:5px;
}

input[type=text]:focus {
   box-shadow: #2196f3 0px 2px !important;
}
input[type=textarea]:focus {
   box-shadow: #2196f3 0px 2px !important;
}

input[type=tel]:focus {
   box-shadow: #2196f3 0px 2px !important;
}

select:focus {
   box-shadow: #2196f3 0px 2px !important;
}


:root {
  --form-control-color: rebeccapurple;
}

.form-control {
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
  padding-top:9px;
}

.form-control + .form-control {
  margin-top: 1em;
}

.form-control:focus-within {
  color: var(--form-control-color);
}

input[type="radio"] {
 
  -webkit-appearance: none;
 
  appearance: none;
 
  background-color: var(--form-background);
 
  margin: 0;

  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);

  display: grid;
  place-content: center;
}

input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

input[type="radio"]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}



.main-wrapper {
    padding: 10px;
}
*{
  box-sizing: border-box;
}
.cutsom-checkbox-row input[type="checkbox"] {
	margin: 0;
	opacity: 0;
}
.cutsom-checkbox-row {
	position: relative;
}
.cutsom-checkbox-row input[type="checkbox"] + label {
	padding-left: 17px;
  display: inline-block;
  margin-bottom: .5rem;
  font-weight:700;
}
.cutsom-checkbox-row input[type="checkbox"] + label::before {
	border-color: #dddddd;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	content: "";
	cursor: pointer;
	display: inline-block;
	height: 25px;
	left: 0;
	position: absolute;
	transition: 0.3s linear all;
	width: 25px;
}
.cutsom-checkbox-row input[type="checkbox"] + label::before {
	border-color: #3bb6b6;
	background-color: #3bb6b6;
	border-radius: 0;
	transform: scale(1);
}
.cutsom-checkbox-row input[type="checkbox"]:checked + label::before {
	border-color: #3bb6b6;
	border-style: dotted;
	transition: 0.3s linear all;
}
.cutsom-checkbox-row input[type="checkbox"]:checked + label::before {
	background-color: #fbebeb;
	border-style: solid;
	transform: scale(1.2);
	border-color: #fbebeb;
}
.cutsom-checkbox-row input[type="checkbox"]:checked + label::after {
	transform: scale(1);
	opacity: 1;
}
.cutsom-checkbox-row  input[type="checkbox"]:checked + label::after {
	color: #000;
	content: "\2713";
	left: 5px;
	position: absolute;
}



.font-clsses{font: 26px/1.2 'museo500';}
.span-sl-classes{margin-left:-35px;font: 18px/1.2 'museo500';}
.span-sl-classes i{font-size: 13px !important;}
.noteClass{font: 12px/1.2 'museo500';}

.mt-10-mb-20{margin-top:10px;}
.mt-20-mb-20{margin-top:10px;margin-bottom:10px;}
.mt-20{margin-top:10px;}

.mtoplink {
    margin-top: 3%;
    margin-bottom: 30%;
	margin-left:25%;
	width:55%;
}

.mtoperror {
    margin-top: 10%;
    margin-bottom: 30%;
	margin-left:25%;
	width:55%;
}

.font-clsses-error{font: 35px/1.2 'museo500';}

.starCLsErr {
    margin: 0px;
    max-width: 100%;
    width: inherit;
    font-weight: unset;
    font-size: 24px;
    line-height: 32px;
    color: #f44336;
}


