html,
body,
div,
p,
ul,
li,
ol,
table,
tr,
td,
form,
dl,
dt,
dd,
strong,
em,
b,
i,
a,
img,
input,
textarea,
select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

ul,
ol {
  list-style: none;
}

img,
input,
textarea,
button {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

* {
  font-family: Lato, sans-serif !important;
}

html,
body {
  height: 100%;
}

.pre {
  white-space: pre-line;
  word-wrap: break-word;
}

.upper {
  text-transform: uppercase;
}

.kearning {
  letter-spacing: 1.5px;
}

.el-loading-mask.is-fullscreen {
  z-index: 10000 !important;
}

.vdpPeriodControl > button {
  padding: 1em 0.1em !important;
}

.admin-panel-wrapper {
  margin: 50px;
}

.admin-panel-wrapper .table-wrapper {
  margin-top: 20px;
}

.admin-panel-wrapper .for-table-page {
  margin-top: 20px;
}

.admin-panel-wrapper .input-with-select .el-select .el-input {
  width: 130px;
}

.admin-panel-wrapper .input-with-select .el-input-group__prepend {
  background-color: #fff;
}

.admin-panel-wrapper .for-page-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.admin-panel-wrapper .el-table .bg-summary-row {
  background-color: #eee;
}

.clickable-rows tbody tr td {
  cursor: pointer;
}

.btn {
  font-size: 12px;
  font-weight: bold;
  color: #444;
  display: inline-block;
  background: #f8d340;
  border-radius: 99em;
  min-width: 100px;
  padding: 9px;
  text-align: center;
  outline: none;
  cursor: pointer;
  border: 0 none;
  font-family: Lato, sans-serif;
}

.btn:hover {
  background: #d3b022;
  color: #fff;
}

.btn.btn-disabled,
.btn[disabled] {
  background: #e4e4e4;
  cursor: not-allowed;
  color: #fff;
}

.btn.btn-round {
  background: transparent;
  color: #324a5e;
  border: 2px solid #324a5e;
}

.btn.btn-round:hover {
  border-color: #324a5e;
  color: #324a5e;
}

.btn.green {
  background-color: #00c4b3;
  border: 2px solid #00c4b3;
  color: #FFF;
}

.btn.greenborder {
  background-color: #FFF;
  border: 2px solid #00c4b3;
  color: #00c4b3;
}

.txt {
  border: 1px solid #e4e4e4;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 16px;
  outline: none;
  font-family: Lato, sans-serif;
  min-width: 230px;
  background: #fff;
}

.txt::-webkit-input-placeholder {
  color: #cdcdcd;
  font-size: 16px;
  font-weight: normal;
}

.txt::-moz-placeholder {
  color: #cdcdcd;
  font-size: 16px;
  font-weight: normal;
}

.txt:-ms-input-placeholder {
  color: #cdcdcd;
  font-size: 16px;
  font-weight: normal;
}

.txt::-ms-input-placeholder {
  color: #cdcdcd;
  font-size: 16px;
  font-weight: normal;
}

.txt::placeholder {
  color: #cdcdcd;
  font-size: 16px;
  font-weight: normal;
}

.txt:focus {
  border-color: #00c4b3;
}

select.txt {
  height: 48px;
}

.select {
  background: #fff;
}

.select .vs__clear {
  display: none;
}

.select .vs__dropdown-toggle {
  border: 1px solid #e4e4e4;
  padding: 3px 0 7px 5px;
}

.select .vs__search {
  padding: 0 0 0 7px;
}

.select .vs__search::-webkit-input-placeholder {
  color: #cdcdcd;
  font-size: 16px;
}

.select .vs__search::-moz-placeholder {
  color: #cdcdcd;
  font-size: 16px;
}

.select .vs__search:-ms-input-placeholder {
  color: #cdcdcd;
  font-size: 16px;
}

.select .vs__search::-ms-input-placeholder {
  color: #cdcdcd;
  font-size: 16px;
}

.select .vs__search::placeholder {
  color: #cdcdcd;
  font-size: 16px;
}

.select .vs__dropdown-menu {
  padding: 0;
  border-color: #e4e4e4;
  border-top: 1px solid #00c4b3;
}

.select .vs__dropdown-menu li {
  font-size: 16px;
  border-bottom: 1px solid #e4e4e4;
  padding: 5px 15px;
}

.select .vs__dropdown-menu li.vs__dropdown-option--highlight {
  background: #e4e4e4;
  color: #000;
}

.select .vs__dropdown-menu li.vs__dropdown-option--selected {
  background: #fff;
  color: #000;
  font-weight: bold;
}

.error .select.error .vs__dropdown-toggle {
  border-bottom: 1px solid #f00;
}

.error .txt.error {
  border-bottom: 1px solid #f00;
}

.main-title {
  text-align: center;
}

.main-title .title-wrap {
  position: relative;
  display: inline-block;
}

.main-title .title-wrap:before {
  content: "";
  display: block;
  width: 110%;
  height: 60%;
  position: absolute;
  left: -5%;
  top: 20px;
  background: #e9f8f7;
}

.main-title .title-wrap h2,
.main-title .title-wrap h1,
.main-title .title-wrap h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  color: #4a4a4a;
  position: relative;
}

.second-title {
  font-size: 18px;
  color: #949494;
  font-weight: 600;
  line-height: 1;
  margin: 16px 0 0 0;
  text-align: center;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.boxful-box {
  border: 1px solid #e7e6e2;
  background: #fafafa;
}

.boxful-box .header {
  background: #324a5e;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  padding: 13px 24px;
}

.boxful-box .container {
  padding: 24px 24px 32px;
}

@media screen and (max-width: 1023px) {
  .txt {
    font-size: 14px;
  }

  .txt::-webkit-input-placeholder {
    font-size: 14px;
  }

  .txt::-moz-placeholder {
    font-size: 14px;
  }

  .txt:-ms-input-placeholder {
    font-size: 14px;
  }

  .txt::-ms-input-placeholder {
    font-size: 14px;
  }

  .txt::placeholder {
    font-size: 14px;
  }

  .select {
    font-size: 14px;
  }

  .select .vs__search::-webkit-input-placeholder {
    font-size: 14px;
  }

  .select .vs__search::-moz-placeholder {
    font-size: 14px;
  }

  .select .vs__search:-ms-input-placeholder {
    font-size: 14px;
  }

  .select .vs__search::-ms-input-placeholder {
    font-size: 14px;
  }

  .select .vs__search::placeholder {
    font-size: 14px;
  }

  .select .vs__dropdown-menu li {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .main-title .title-wrap:before {
    top: 12px;
  }

  .main-title .title-wrap h2,
  .main-title .title-wrap h1,
  .main-title .title-wrap h3 {
    font-size: 22px;
  }

  .second-title {
    font-size: 15px;
  }

  .boxful-box .header {
    font-size: 16px;
    font-weight: bold;
    padding: 9px 24px;
  }

  .boxful-box .container {
    padding: 14px 16px;
  }

  .el-dialog {
    width: 100% !important;
  }
}

.el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background-color: #00c4b3 !important;
  border-color: #00c4b3 !important;
  box-shadow: -1px 0 0 0 #409EFF !important;
}

@media screen and (max-width: 767px) {
  .el-radio-button--mini .el-radio-button__inner {
    font-size: 11px !important;
  }
}

