@charset "UTF-8";
.conversations-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.group-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.checkbox-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
}

.checkbox-label {
    margin-right: 10px;
}

.control-container {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}

.control-button {
    padding: 5px 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;

}

.control-button:hover {
    background-color: #ccc;
}

/* The search overlay container */
#search-overlay {
    /* Hide the search overlay by default */
    display: none;

    /* Style the search overlay */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);

    /* Center the search form and results */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* Style the search form */
#search-overlay form {
    /* Style the form elements */
    width: 50%;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
}

#search-overlay form input {
    flex-grow: 1;
    margin-right: 1rem;
}

/* Style the search results container */
#search-results {
    /* Hide the results by default */
    display: none;

    /* Style the results */
    width: 50%;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #ccc;
}

.control-button-label {
    display: inline;
}

.switch-field {
	display: inline;
	margin-right: 6px;
	overflow: hidden;
    /* float: left; */
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #a5dc86;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

/* This is just for CodePen. */

.form {
	max-width: 600px;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: normal;
	line-height: 1.625;
	margin: 8px auto;
	padding: 16px;
}

h2 {
	font-size: 18px;
	margin-bottom: 8px;
}

.box {
    border: 2px solid #000;
    margin: 0 auto 15px;
    text-align: center;
    padding: 20px;
    font-weight: bold;
    border-radius: 10px;
  }
  
  .info {
    background-color: lightblue;
    border-color: #aaa; 
  }
  
  #progress {
    height: 12px;
  }



.toggler-wrapper.style-28 {
	width: 54px;
	height: 30px;
}

.toggler-wrapper.style-28 input[type="checkbox"]:checked+.toggler-slider .toggler-knob:before {
	top: -100%;
}

.toggler-wrapper.style-28 input[type="checkbox"]:checked+.toggler-slider .toggler-knob:after {
	top: 3px;
}

.toggler-wrapper.style-28 .toggler-knob {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.toggler-wrapper.style-28 .toggler-knob:before {
	content: 'No';
	position: absolute;
	width: calc(30px - 6px);
	height: calc(30px - 6px);
	border-radius: 50%;
	left: 3px;
	top: 3px;
	background-color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 75%;
	font-weight: 500;
}

.toggler-wrapper.style-28 .toggler-knob:after {
	content: 'Yes';
	position: absolute;
	width: calc(30px - 6px);
	height: calc(30px - 6px);
	border-radius: 50%;
	right: 3px;
	top: -100%;
	background-color: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 75%;
	font-weight: 500;
}

.toggler-wrapper {
	display: block;
	width: 45px;
	height: 25px;
	cursor: pointer;
	position: relative;
}

.toggler-wrapper input[type="checkbox"] {
	display: none;
}

.toggler-wrapper input[type="checkbox"]:checked+.toggler-slider {
	background-color: #44cc66;
}

.toggler-wrapper .toggler-slider {
	background-color: #ccc;
	position: absolute;
	border-radius: 100px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.toggler-wrapper .toggler-knob {
	position: absolute;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.button-3 {
  appearance: none;
  background-color: #2ea44f;
  border: 1px solid rgba(27, 31, 35, .15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  margin: 2px 10px 2px 0px;
}

.button-3:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.button-3:hover {
  background-color: #2c974b;
}

.button-3:focus {
  box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
  outline: none;
}

.button-3:disabled {
  background-color: #94d3a2;
  border-color: rgba(27, 31, 35, .1);
  color: rgba(255, 255, 255, .8);
  cursor: default;
}

.button-3:active {
  background-color: #298e46;
  box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}

.cleanup-submit-container {
	display: flex;
	align-items: center;
	justify-content: center;
 }
 
 .cleanup-submit-button {
   margin: auto;
 }