@charset "UTF-8";
label {
  color: #00a991;
  font-size: 13px !important;
}

@media only screen and (max-width: 576px) {
  label {
    font-size: 12px !important;
  }
}

p {
  font-size: 13px;
}

.form-control {
  border-color: #000;
  font-size: 13px;
}

.form-group .form-control {
  border-color: #00a991;
  height: 25.5px;
  font-size: 13px;
  line-height: 100%;
}

.form-group select.form-control {
  font-size: 10px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #00a991;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  margin: auto 0px;
  bottom: 0px;
  border: 1px solid #00a991;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #00a991;
  position: absolute;
  top: 2.5px;
  bottom: 2.5px;
  left: 3px;
  margin: auto 0px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.check, .form-check {
  margin-bottom: 1rem;
  position: relative;
}

.check label, .form-check label {
  font-size: 12px;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 28px;
  line-height: 1.7;
  cursor: pointer;
  color: #00a991;
}

[type="checkbox"]:not(:checked) + label::before,
[type="checkbox"]:checked + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #00a991;
  background: #FFF;
  border-radius: 2.5px;
  -webkit-transition: all .275s;
  transition: all .275s;
}

[type="checkbox"]:not(:checked) + label::after,
[type="checkbox"]:checked + label::after {
  content: '✕';
  position: absolute;
  top: 11px;
  bottom: 0px;
  left: 2px;
  margin: auto 0px;
  font-size: 17px;
  line-height: 100%;
  color: #00A991;
  line-height: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

[type="checkbox"]:not(:checked) + label::after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(45deg);
          transform: scale(0) rotate(45deg);
}

[type="checkbox"]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}

h5 {
  margin-bottom: 15px;
  margin-top: 20px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 170%;
  font-size: 13px;
}

h4.green {
  color: #00a991;
}

label.dark {
  color: #000000 !important;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
  background-color: #fff;
  max-width: 1140px;
  width: 100%;
  border-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-top: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 21px 0px;
}

@media (max-width: 1024px) {
  .nav-tabs {
    max-width: 767px;
  }
}

.nav-tabs a {
  color: #641C77 !important;
  opacity: 0.5;
  font-size: 11px;
}

.nav-tabs a.active, .nav-tabs a:hover {
  color: #641C77;
  opacity: 1;
  font-weight: 700;
  border: 0px !important;
  position: relative;
}

.nav-tabs a.active::after, .nav-tabs a:hover::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #641C77;
  bottom: -21px;
  left: 0px;
  right: 0px;
  border-radius: 5px;
}

.pop {
  width: 42px;
  height: 42px;
  background-color: #641C77;
  z-index: 99999;
  position: fixed;
  top: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}

.pop i {
  color: #fff !important;
}

.popupsave {
  width: 42px;
  height: 42px;
  background-color: #641C77;
  z-index: 99999;
  position: fixed;
  bottom: 15px;
  margin: auto 0px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  outline: none;
  border: 0px;
}

.popupsave i {
  color: #fff !important;
}

.popupsave:focus, .popupsave:hover, .popupsave:active {
  outline: none;
}

@media (max-width: 1024px) {
  .container, .container-md, .container-sm {
    max-width: 576px;
  }
}

.btn.btn-lg {
  font-size: 12px;
}

.modal.show .modal-dialog {
  -webkit-box-shadow: 0 0 0 300vw rgba(0, 0, 0, 0.7) !important;
          box-shadow: 0 0 0 300vw rgba(0, 0, 0, 0.7) !important;
}

.modal-backdrop {
  display: none;
}

.modal-dialog .saving_text, .modal-dialog .store_text {
  text-align: center;
  padding: 15px;
}

.modal-dialog .saving_text img, .modal-dialog .store_text img {
  display: block;
  margin: 0px auto;
}

.modal-dialog .saving_text .title, .modal-dialog .store_text .title {
  font-size: 30px;
  line-height: 34px;
  margin: 20px 0px 20px 0px;
  color: #641C77;
  display: block;
  font-weight: bold;
}

.modal-dialog .saving_text label, .modal-dialog .saving_text p, .modal-dialog .store_text label, .modal-dialog .store_text p {
  font-size: 13px;
  line-height: 16px;
}

.modal-dialog .saving_text p, .modal-dialog .store_text p {
  margin-bottom: 35px;
}

.modal-dialog .saving_text .btns, .modal-dialog .store_text .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto;
}

.modal-dialog .saving_text .btns .btn, .modal-dialog .store_text .btns .btn {
  margin: 5px 10px;
}

.modal-dialog .saving_text {
  padding: 35px 15px;
}

.modal-dialog .saving_text .btns {
  max-width: 280px;
}

.modal-dialog .store_text {
  text-align: left;
}

.modal-dialog .store_text label {
  color: #000000;
}

.select2-container--default .select2-selection--multiple {
  min-height: 27px;
  min-height: inherit !important;
  border: 1px solid #000;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #641C77;
  border: 1px solid #641C77;
  border-radius: 2px;
  cursor: default;
  float: left;
  margin-right: 2px;
  margin-top: 2px;
  padding: 0px 10px;
  color: #ffffff;
  font-size: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff !important;
  font-weight: 300;
  margin-right: 0px;
  font-size: 8px;
  line-height: 100%;
  background-color: #641C77 !important;
  vertical-align: baseline;
  border: 0px !important;
}

.alert {
  border-radius: 0px;
}

.alert p {
  margin: 0px;
  padding: 0px;
}

.alert-success {
  background-color: #00a991;
  border-color: #00a991;
  text-align: center;
  font-size: 13px;
  line-height: 130%;
}

.alert-success p {
  color: #fff !important;
}

.special_local {
  width: 42px;
  height: 42px;
  background-color: #641C77;
  z-index: 99999;
  position: fixed;
  top: 15px;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #ffffff;
}

.special_local i {
  color: #fff !important;
}
/*# sourceMappingURL=form.css.map */