
:root {
  --color-primary: #500096;
  --color-secondary: #3d3d3d;
  --color-white: #fff;
}

html, body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #73879C;
  background: #CCCCCC;
  min-height: 100%;
}

* {
  text-decoration: none;
  list-style: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #293f53;
}

input[type=checkbox], input[type=range], label, h1 {
  color: var(--color-secondary);
  accent-color: var(--color-primary);
}

.inLineGallery {
  padding: 11px;
  margin: 50px 0px 0px 0px;
}
.inLineGallery .imageWrap {
  padding: 5px;
  display: inline-block;
  background: white;
  margin: 5px;
  border: 1px solid #969696;
  border-radius: 5px;
  position: relative;
}
.inLineGallery .imageWrap .image {
  width: 100px;
  height: 100px;
}
.inLineGallery .imageWrap .overlay {
  display: none;
}
.inLineGallery .imageWrap:hover {
  cursor: pointer;
}
.inLineGallery .imageWrap:hover .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  align-content: space-around;
  justify-content: space-evenly;
  align-items: center;
}
.inLineGallery .imageWrap:hover .overlay .fa {
  color: #ccc;
  font-size: 1.5em;
}
.inLineGallery .imageWrap:hover .overlay .fa:hover {
  color: #fff;
}

.radiowrapper {
  display: inline-flex;
  width: 140px;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  padding: 20px 15px;
}
.radiowrapper .option {
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 10px;
  border-radius: 8px;
  cursor: pointer;
  padding: 10px 26px;
  border: 2px solid lightgrey;
  transition: all 0.3s ease;
  position: unset;
  opacity: 1;
  pointer-events: auto;
}
.radiowrapper .option span {
  font-size: 10px;
  color: #808080;
  font-size: 10px;
  color: #808080;
}

input[type=radio] {
  display: none;
}

#option-1:checked:checked ~ .option-1 {
  border-color: var(--color-primary);
  background: var(--color-white);
}
#option-1:checked:checked ~ .option-1 .dot {
  background: #fff;
}
#option-1:checked:checked ~ .option-1 span {
  color: var(--color-primary);
}

#option-2:checked:checked ~ .option-2 {
  border-color: var(--color-primary);
  background: var(--color-white);
}
#option-2:checked:checked ~ .option-2 .dot {
  background: #fff;
}
#option-2:checked:checked ~ .option-2 span {
  color: var(--color-primary);
}

input[type=range].comprange {
  width: 15%;
}

.groupBtn button.active {
  background-color: #ccc !important;
}
.groupBtn button {
  margin: 5px 0;
  background: white;
  min-width: -moz-max-content;
  min-width: max-content;
}

.masterWrapp .pageContent .inLineIcons {
  padding: 11px;
  margin: 20px 0px 0px 0px;
}
.masterWrapp .pageContent .inLineIcons .iconWrap {
  padding: 5px;
  display: inline-block;
  background: white;
  margin: 5px;
  border: 1px solid #969696;
  border-radius: 5px;
  position: relative;
  width: 100px;
  height: 100px;
}
.masterWrapp .pageContent .inLineIcons .iconWrap .icon {
  font-size: 4em;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  color: #aaa;
}
.masterWrapp .pageContent .inLineIcons .iconWrap .icon_title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  line-height: 1em;
  padding: 5px 0;
}
.masterWrapp .pageContent .inLineFontAwesome {
  padding: 11px;
  margin: 20px 0px 0px 0px;
}
.masterWrapp .pageContent .inLineFontAwesome .iconWrap {
  padding: 5px;
  display: inline-block;
  background: white;
  margin: 5px;
  border: 1px solid #969696;
  border-radius: 5px;
  position: relative;
  width: 100px;
  height: 100px;
}
.masterWrapp .pageContent .inLineFontAwesome .iconWrap .icon {
  font-size: 4em;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  color: #aaa;
}
.masterWrapp .pageContent .inLineFontAwesome .iconWrap .icon_title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  line-height: 1em;
  padding: 5px 0;
}

.selectIcon {
  width: 600px !important;
}

.btn {
  padding: 5px 10px;
  margin: 5px;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

/* Color Options */
.btn-default {
  color: var(--color-secondary);
  background-color: #fff;
  border: 1px solid #ccc;
}

.btn-primary {
  background-color: var(--color-primary);
}

.btn-secondary {
  background-color: #6c757d;
}

.btn-success {
  background-color: #28a745;
}

.btn-danger {
  background-color: #dc3545;
}

.btn-warning {
  background-color: #ffc107;
}

.btn-dark {
  background-color: #343a40;
}

.btn-light {
  background-color: #f8f9fa;
  color: #000000;
}

.btn-accent-color {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.btn-outline-primary {
  color: #007bff;
  background-color: #fff;
  border: 1px solid #007bff;
}

.btn-outline-primary:hover {
  background-color: #007bff;
  color: #fff;
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: #fff;
  border: 1px solid #6c757d;
}

.btn-outline-secondary:hover {
  background-color: #6c757d;
  color: #ffffff;
}

.btn-outline-success {
  color: #28a745;
  background-color: #fff;
  border: 1px solid #28a745;
}

.btn-outline-success:hover {
  background-color: #28a745;
  color: #ffffff;
}

.btn-outline-danger {
  color: #dc3545;
  background-color: #fff;
  border: 1px solid #dc3545;
}

.btn-outline-danger:hover {
  background-color: #dc3545;
  color: #ffffff;
}

.btn-outline-warning {
  color: #ffc107;
  background-color: #fff;
  border: 1px solid #ffc107;
}

.btn-outline-warning:hover {
  background-color: #ffc107;
  color: #ffffff;
}

.btn-outline-dark {
  color: #343a40;
  background-color: #fff;
  border: 1px solid #343a40;
}

.btn-outline-dark:hover {
  background-color: #343a40;
  color: #ffffff;
}

.btn-outline-light {
  color: #343a40;
  background-color: #fff;
  border: 1px solid #f8f9fa;
}

.btn-outline-light:hover {
  background-color: #f8f9fa;
  color: #343a40;
}

/* Size Options */
.btn.large {
  padding: 15px 50px;
  font-size: 20px;
}

.btn.medium {
  padding: 12px 14px;
  font-size: 14px;
}

.btn.small {
  padding: 8px 16px;
  font-size: 14px;
}

.fileInput {
  padding: 0px;
  position: relative;
}
.fileInput .fileObj {
  background: darkgrey;
  position: absolute;
  width: 95%;
  height: 50px;
  margin: 30px 40px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: white;
  font-weight: bold;
}
.fileInput .fileObj:hover {
  background: #333;
}
.fileInput input[type=file] {
  opacity: 0;
  border: 1px solid red;
}

.mediaLib {
  margin-top: 10px;
}
.mediaLib .eachMlib {
  display: inline-block;
  margin: 5px;
  border: 1px solid #CCC;
  padding: 5px;
}
.mediaLib .eachMlib .imgWrap {
  width: 192px;
  height: 108px;
  cursor: pointer;
}
.mediaLib .eachMlib .fileName {
  width: 192px;
  height: 20px;
  overflow: hidden;
}
.mediaLib .eachMlib .btnIcon {
  float: right;
  margin: 3px 5px;
  cursor: pointer;
}
.mediaLib .eachMlib .pbWrap {
  height: 3px;
  width: 100%;
  background: #C0C0C0;
  margin-top: 5px;
}
.mediaLib .eachMlib .pbWrap .progressBar {
  height: 3px;
  width: 0%;
  background: #005BB7;
}

.galleryView .imageFrame, .galleryView .videoFrame {
  display: inline-block;
  padding: 7px;
  margin: 10px;
  background: #FFF;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}
.galleryView .imageFrame .img, .galleryView .videoFrame .img {
  width: 192px;
  height: 108px;
  overflow: hidden;
  position: relative;
}
.galleryView .imageFrame .img .textInImg, .galleryView .videoFrame .img .textInImg {
  width: 192px;
  margin: 0px 3px;
  font-size: 12px;
  color: white;
  text-shadow: 0px 0px 3px #000;
  position: absolute;
}
.galleryView .imageFrame .img .size, .galleryView .videoFrame .img .size {
  bottom: 0px;
}
.galleryView .imageFrame .btns, .galleryView .videoFrame .btns {
  line-height: 32px;
  text-align: center;
}
.galleryView .imageFrame .btns .btn, .galleryView .videoFrame .btns .btn {
  cursor: pointer;
  display: inline-block;
  margin: 7px 2px;
  border: 1px solid #ccc;
  padding: 0 8px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #ccc;
  background: #ccc;
  color: #000;
  line-height: 27px;
}
.galleryView .imageFrame .btns .btn:hover, .galleryView .videoFrame .btns .btn:hover {
  background: #333;
  color: #FFF;
}

.cropperWrap {
  max-width: 600px !important;
  max-height: 600px !important;
  margin: 0 auto;
  padding: 1em;
}
.cropperWrap .cropper-line, .cropperWrap .cropper-point {
  background-color: var(--color-primary);
}
.cropperWrap .cropper-view-box {
  outline: 1px solid var(--color-primary);
  outline-color: var(--color-primary);
}

#imageTypeDiv {
  margin: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#imageTypeDiv .form-group #jpgSlider {
  margin-left: 0 !important;
  padding: 1em 0;
}
#imageTypeDiv .form-group #jpgSlider input[type=range].comprange {
  width: 100%;
}
#imageTypeDiv .form-group .btn {
  margin: 0;
}
#imageTypeDiv .form-group .btn-default {
  padding: 8px 20px;
}
#imageTypeDiv .form-group .btn-primary {
  padding: 8px 14px;
}
#imageTypeDiv .form-group.crop-btns {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin-top: 2em;
}

.form-group.crop-btns {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: 1em auto;
  text-align: center;
}
.form-group.crop-btns #btnCron {
  padding: 0.8em;
  font-weight: bold;
}
.form-group.crop-btns .btn-default {
  padding: 0.8em;
  font-weight: bold;
  color: #797979;
  background-color: inherit;
  border: none;
}

.x_content {
  width: 50%;
  clear: both;
  margin-top: 5px;
  margin-bottom: 15px;
  position: relative;
  transform: translate(50%, 0);
}
.x_content .thumbnail {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  box-shadow: 2px 2px 2px 2px #ccc;
  color: var(--color-white);
  text-decoration: none;
  display: inline-block;
  margin: 0px 20px 0px 0px;
  vertical-align: top;
  position: relative;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.x_content .thumbnail .actionIcon {
  font-size: 16px;
  position: absolute;
  right: 0;
  background: var(--color-primary);
  border-radius: 50%;
  padding: 0.4em;
}
.x_content .thumbnail .actionIcon .avatar {
  width: 2em;
  height: 2em;
  opacity: 0;
  position: absolute;
  z-index: 9999;
  cursor: pointer;
}

.masterWrapp {
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.14);
  color: #000000;
  padding: 2em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.masterWrapp .container {
  display: flex;
  justify-content: center;
}
.masterWrapp .container .haLogo {
  display: flex;
  justify-content: center;
  margin-bottom: 4em;
}
.masterWrapp .container .logo {
  max-width: 12em;
}
.masterWrapp .container .chkform {
  margin: 0 auto;
  border-radius: 0.5em;
  max-width: 26em;
}
.masterWrapp .container .chkform label {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 0.3em;
}
.masterWrapp .container .chkform .form-group {
  display: flex;
  flex-direction: column;
  margin: 1.5em 0;
}
.masterWrapp .container .chkform .form-group .form-control {
  height: 2em;
  padding: 0.2em 0.4em;
  border: none;
  background-color: #f0f0f0;
  border-radius: 0.3em;
  font-size: 1.2em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  outline: none;
  font-family: inherit;
}
.masterWrapp .container .chkform .form-group .form-control.select {
  background-color: #f0f0f0;
  height: 2.5em;
}
.masterWrapp .container .chkform .form-group .form-control:focus {
  border-color: rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.masterWrapp .container .chkform .form-group textarea {
  height: auto !important;
}
.masterWrapp .container .chkform .btn {
  width: 50%;
  padding: 0.8em;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0.3em;
  margin: 0;
}
.masterWrapp .container .chkform .form-group-button {
  display: flex;
  margin: 2em 0;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 1em;
}
.masterWrapp .container .chkform .form-group-button #cancel-button {
  background-color: #D3D3D3;
  color: #333;
  width: 48%;
}
.masterWrapp .container .chkform .form-group-button #save-button {
  background-color: var(--color-primary);
  color: #fff;
  width: 54%;
}
.masterWrapp .container .chkform .form-group-delete {
  display: flex;
  justify-content: center;
  text-align: center;
}
.masterWrapp .container .chkform .form-group-delete #delete-button {
  border: none;
  text-decoration: underline;
}
.masterWrapp .container .chkform .form-group-delete #delete-button:hover {
  background-color: #fff;
  color: #dc3545;
}

.profileWrapper {
  min-height: 100vh;
  padding: 1em;
  max-width: 400px;
  margin: 0 auto;
  background: #fff;
  color: var(--color-secondary);
}

.nav-link .material-icons-outlined {
  color: var(--color-primary);
  margin-left: -0.2em;
}

.profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 60vh;
  justify-content: flex-start;
}
.profile .avatar {
  border-radius: 50%;
  max-width: 8em;
  margin-bottom: 1em;
  border: 1px solid var(--color-primary);
  box-shadow: 2px 2px 2px 2px #ccc;
}
.profile .profile-link {
  background-color: var(--color-white);
  color: var(--color-primary);
  margin-top: 1.5em;
  padding: 0.8em 1em;
  border-radius: 0.3em;
  text-decoration: none;
  min-width: 12em;
  text-align: center;
  border: 1px solid var(--color-primary);
  box-shadow: 1px 1px 8px -5px var(--color-primary);
}
.profile .profile-link:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.profile .profile-link.btn-danger {
  color: #dc3545;
  box-shadow: 1px 1px 8px -5px #dc3545;
  border: 1px solid #dc3545;
}
.profile .profile-link.btn-danger:hover {
  color: var(--color-white);
  background-color: #dc3545;
}
.profile .fullname {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.profile .username {
  margin-bottom: 2em;
}

.bg-danger {
  background-color: #f2dede;
  text-align: center;
  border-radius: 0.2em;
  margin-top: 1em;
}

.field-error {
  margin-top: 0.5em;
  color: red;
}

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

input:focus::placeholder {
  color: transparent;
}

.required-symbol {
  color: red;
}

.label {
  vertical-align: middle;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: 0px;
  color: inherit;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.heading {
  font-size: 2em;
  text-align: center;
  font-weight: 500;
  margin-bottom: 1.5em;
  color: var(--color-primary);
}

.masterWrapp-cms .btn-primary {
  background-color: #286090;
}
.masterWrapp-cms .topBar {
  background: #EDEDED;
  border-bottom: 1px solid #D9DEE4;
  overflow: auto;
  padding: 10px 0px;
  width: 100%;
  position: fixed;
  z-index: 10000000;
}
.masterWrapp-cms .topBar .toggleBTN.stayLeft {
  padding: 12px 0;
}
.masterWrapp-cms .topBar .stayLeft {
  float: left;
  margin: 0px 0px 0px 10px;
}
.masterWrapp-cms .topBar .haLogo img {
  width: 150px;
}
.masterWrapp-cms.toggled .sideMenu {
  display: none;
}
.masterWrapp-cms.toggled .pageContent {
  margin: 0;
}
.masterWrapp-cms .sideMenu {
  color: white;
  width: 230px;
  float: left;
  padding: 70px 0px 0px 0px;
  min-height: 120vh !important;
}
.masterWrapp-cms .sideMenu .userProfile {
  padding: 30px 10px 10px 10px;
}
.masterWrapp-cms .sideMenu .userProfile .avatar {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  margin: 0 auto;
  background: url(/haadmin/images/cmsavatar-empty.png) no-repeat #FFF;
  background-position: center center;
  background-size: contain;
}
.masterWrapp-cms .sideMenu .userProfile .fullname {
  text-align: center;
  font-weight: bold;
  color: #f5eee6;
}
.masterWrapp-cms .sideMenu .userProfile .uname {
  text-align: center;
}
.masterWrapp-cms .sideMenu .userProfile .btns {
  text-align: center;
  margin: 10px 0px;
}
.masterWrapp-cms .sideMenu ul.mainMenu li .btnWrapper {
  color: #e7e7e7;
  font-weight: 500;
  padding: 15px;
  margin: 5px 0;
}
.masterWrapp-cms .sideMenu ul.mainMenu li .btnWrapper .keepright {
  float: right;
}
.masterWrapp-cms .sideMenu ul.mainMenu li.active {
  border-right: 5px solid #1abb9c;
  background: #0e1f28;
}
.masterWrapp-cms .sideMenu ul.mainMenu li.active .btnWrapper {
  text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
  background: linear-gradient(#2a3f54, #2a3f54), #2a3f54;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
}
.masterWrapp-cms .sideMenu ul.mainMenu li.active ul.subMenu {
  display: block;
  overflow: hidden;
}
.masterWrapp-cms .sideMenu ul.mainMenu li ul.subMenu {
  display: none;
}
.masterWrapp-cms .sideMenu ul.mainMenu li ul.subMenu li {
  padding: 6px 30px;
  position: relative;
}
.masterWrapp-cms .sideMenu ul.mainMenu li ul.subMenu li a {
  text-decoration: none;
  color: white;
}
.masterWrapp-cms .sideMenu ul.mainMenu li ul.subMenu li.active {
  background: #344853;
}
.masterWrapp-cms .sideMenu ul.mainMenu li ul.subMenu li:before {
  background: #425668;
  bottom: auto;
  content: "";
  height: 8px;
  left: 13px;
  margin-top: 8px;
  position: absolute;
  right: auto;
  width: 8px;
  z-index: 1;
  border-radius: 50%;
}
.masterWrapp-cms .sideMenu ul.mainMenu li ul.subMenu li:after {
  border-left: 2px solid #425668;
  bottom: 0;
  content: "";
  left: 16px;
  position: absolute;
  top: 0;
}
.masterWrapp-cms .sideMenu ul.mainMenu .btnWrapper .menuText {
  margin: 0 10px;
}
.masterWrapp-cms .pageContent {
  margin: 0px 0px 0px 230px;
  min-height: 100%;
  min-height: 120vh;
  padding: 70px 20px;
  overflow: auto;
}
.masterWrapp-cms .pageContent .chkform {
  background: #FFF;
  padding: 40px 30px;
  border-radius: 5px;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.masterWrapp-cms .pageContent .chgpass .ullist .fieldname {
  display: inline-block;
}
.masterWrapp-cms .pageContent .chgpass .ullist .fieldvalue {
  display: inline-block;
  margin: 0 10px;
}

.x_panel {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 17px;
  display: inline-block;
  background: #fff;
  border: 1px solid #E6E9ED;
  border-radius: 5px;
  column-break-inside: avoid;
  opacity: 1;
  transition: all 0.2s ease;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.x_panel .x_title {
  border-bottom: 2px solid #E6E9ED;
  padding: 1px 5px 6px;
  margin-bottom: 10px;
  overflow: auto;
}
.x_panel .x_title h2 {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
}
.x_panel .x_content {
  padding: 0 5px 6px;
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  margin-top: 5px;
  margin-bottom: 0;
  transform: translate(0, 0);
}
.x_panel .x_content table.jambo_table thead {
  background: #003166;
  color: #ecf0f1;
}
.x_panel .x_content .dashCounter {
  font-size: 50px;
  text-align: center;
}

.infosrhtxt {
  width: 60%;
  display: inline;
}

.breathingSpace {
  margin: 2em 0;
}

@media screen and (min-width: 320px) {
  .chkform {
    min-width: 20em;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 340px) {
  .chkform {
    min-width: 24em;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 500px) {
  .chkform {
    min-width: 26em;
  }
}/*# sourceMappingURL=style.css.map */