body {
  background-color: rgb(244, 245, 246);
  margin-top: 24px;
  margin-bottom: 24px;
}

h6 {
  display: inline-block;
}

p {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 450;
}

.center{
	position: relative;
	text-align: center;
}

#success-alert{
  position: relative;
  float: right;
	display: none;
  margin-right: 10px;
  /* top: -50px; */
}

.up{
	margin-left: 10px;
	position: relative;
	top: -5px;
}

.error{
	display: none;
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid transparent;
  border-radius: 0.25rem;
	padding: 0.75rem 1.25rem;
  margin: 0.75rem 0 1.25rem 0;
}

.header{
  width: 100%; 
  border: none; 
  border-bottom: 1px solid #d9dadb; 
  background-color: white; 
  position: relative; 
  top: -25px; 
  padding: 15px 0 5px 10px;
}

.logo{
  display: inline-block; 
  position: relative; 
  top: -5px; 
  margin-left: 20px;
  height: 20px;
  width: 20px;
}

.inline-header{
  display: inline-block;
}

#on-off {
  position: relative;
}

.accessability {
  border-radius: 8px;
  width: 100%;
  border: 1px solid #d9dadb;
  background-color: #fff;
  margin-bottom: 20px;
}

label {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  margin-left: 10px;
  top: -5px;
}

.divider {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #d9dadb;
  width: 100%;
}

.divider:last-child {
  border: 0;
}

input[type=checkbox].accessability {
  margin: 1rem 0 1rem 1.25rem;
  border: 1px solid #d9dadb;
  width: 20px;
  height: 20px;
  /* margin-left: 1.25rem; */
}

input[type=checkbox]:checked{
	accent-color: #4F9101;
}

input[type=checkbox]:checked:hover{
	accent-color: #498a00;
}

#options {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #d9dadb;
}

#location,
#participants {
  float: right;
  left: 0;
}

input[type=text] {
  margin: 0 0 10px 10px;
}

.form-select{
  margin-left: 10px;
}

.form-select:focus {
  border-color: #ced4da;
  box-shadow: none;
  outline: none;
}

.card {
  border: none;
}

.card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #fff;
  border-radius: 0.5rem;
  padding-bottom: 24px;
  box-shadow: rgb(230 232 234) 0px 0px 0px 1px inset, rgb(230 232 234) 0px 0px 0px 0px;
  border-width: 0px;
  border-style: solid;
  border-color: currentcolor;
}

.card-subtitle {
  max-width: 60%;
}

.card-title {
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
  font-size: 1.3125rem;
}

.card-subtitle {
  font-weight: 400;
  white-space: pre-wrap;
  font-size: 0.9375rem;
}

.btn-custom {
  background-color: #4F9101;
  color: #fff;
  padding: 10px 20px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.btn-custom:hover {
  color: white;
  background-color: #498a00;
}

.location-input,
.participants-input {
  margin-top: 24px;
  margin-bottom: 8px;
}

.form-check-input:focus {
  border: none;
  box-shadow: none;
}

.location-input .form-check-input:checked,
.participants-input .form-check-input:checked {
  background-color: #4F9101;
  border-color: #4F9101;
}

.form-switch {
  padding: 0;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.template-fields-title {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #212529!important;
}

.toggle-control {
	display: inline-block;
	position: relative;
  float: right;
	padding-left: 100px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}

.toggle-control input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.toggle-control input:checked ~ .control {
	background-color: #4f9200;
}

.toggle-control input:checked ~ .control:after {
	left: 18px;
}

.toggle-control .control {
	position: absolute;
	top: 0;
	left: 0;
	height: 21px;
	width: 35px;
	border-radius: 25px;
	background-color: darkgray;
	transition: background-color 0.15s ease-in;
}

.toggle-control .control:after {
	content: "";
	position: absolute;
	left: 2px;
	top: 15%;
	height: 15px;
	width: 15px;
	border-radius: 25px;
	background: white;
	transition: left 0.15s ease-in;
}

.help{
  position: relative;
  float: right;
  top: -10px;
  padding: 10px 10px 5px 10px;
  margin-right: 10px;
  color: #212529;
}

.text{
  position: relative;
  top: -5px;
  font-weight: 600;
}

.help:hover{
  background-color: #ecf4e5;
  border-radius: 8px;
}

.help:hover span{
  filter: invert(35%) sepia(93%) saturate(1190%) hue-rotate(59deg) brightness(99%) contrast(101%);
}

.help:hover svg image{
  filter: invert(35%) sepia(93%) saturate(1190%) hue-rotate(59deg) brightness(99%) contrast(101%);
}

.filter {
	filter: invert(35%) sepia(93%) saturate(1190%) hue-rotate(59deg) brightness(99%) contrast(101%);
}

.btn-close{
  font-weight: 600;
  background-color: inherit;
  border-radius: 20px;
  border: none;
  outline: none;
  box-shadow: none;
}

.btn-close:hover{
  color: #65686b;
}

.btn-close:focus{
  border: none;
  outline: none;
  box-shadow: none;
}



svg.icon{
	height: 50px;
	width: 50px;
}

.icon{
	height: 50px;
	width: 50px;
	margin-right: 10px;
}

.description{
	margin: auto;
	display: inline-block;
  width: 90%;
}

.icon-container{
	display: inline-block;
	position: relative;
}

.point{
	margin: 10px auto 0 15px;
	border-bottom: 1px solid #d9dadb;
}

.point:last-child{
	border-bottom: none;
}

.point:nth-child(1) .icon-container{
  top: -50px;
}

.point:nth-child(2) .icon-container{
  top: -50px;
}

.point:nth-child(3) .icon-container{
  top: 10px;
}

.point h5{
  position: relative;
  top: -10px;
}

.description-text{
	font-weight: 400;
	font-size: 16px;
	display: block;
	color: #3c4e50;
}

.description-header{
	font-weight: 700;
	color: #6c9844;
	font-size: 12px;
	line-height: 50%;
}

ol{
	margin-left: 10px;
	padding-left: 10px;
}

.btn-contact-developer{
	background-color: #4f9101;
    border: 1px solid #4f9101;
    color: #fff;
	border-radius: 20px;
	line-height: 37px;
	vertical-align: middle;
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 20px 0 24px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, "Segoe UI",Roboto,Ubuntu,"Helvetica Neue",Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	box-sizing: border-box;
    margin: 0;
    outline: 0;
    height: 39px;
    box-shadow: none;
    text-shadow: none;
    cursor: pointer;
}

.btn-contact-developer::before{
	content: '';
	background-image: url('../images/world_icon.svg');
	background-size: 25px 25px;
	height: 25px;
	width: 25px;
	display: inline-block;
	position: relative;
	left: -10px;
	filter: invert(100%) sepia(5%) saturate(7500%) hue-rotate(286deg) brightness(117%) contrast(102%);
}

.btn-contact-developer:hover{
	background: #59a009;
	border-color: #59a009;
	color: #fff;
}

.btn-contact-developer:active{
    background: #447e02;
    border-color: #447e02;
    color: #fff;
}

.btn-contact-developer:focus{
    outline: none !important;
}