@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,600,700");
form label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 12px;
}
form input {
  border-color: rgba(153, 153, 153, 0.4) !important;
  padding: 16px !important;
  border-radius: 2px !important;
  color: inherit;
  background: transparent;
  display: block;
  width: 100%;
  margin: 0 !important;
  border: 1px solid rgba(153, 153, 153, 0.4) !important;
  outline: none;
  font-size: 15px !important;
  line-height: 20px !important;
  height: 52px !important;
  box-sizing: border-box !important;
  transition: all 0.1s ease, height 0s;
  cursor: text;
}
form select {
  color: rgba(130, 130, 130, 0.6);
  width: 100%;
  font-size: 15px;
  outline: none;
  line-height: 18px;
  height: 52px;
  box-sizing: border-box;
  transition: all 0.1s ease, height 0s;
  -webkit-appearance: none;
  background-color: transparent;
  color: inherit;
  border-color: rgba(153, 153, 153, 0.4) !important;
  padding: 16px !important;
  border-radius: 2px !important;
}
form input:focus,
form select:focus {
  border-color: #f00 !important;
}
form .dropdown-wrapper {
  position: relative;
}
form .dropdown-wrapper:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: rgba(153, 153, 153, 0.4) transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
form .text-danger ul {
  list-style-type: none;
  padding: 0;
}

.background-primary {
  background-color: #f60047;
  background-image: linear-gradient(225deg, #f60047 0%, #b40034 50%, #f60047 100%);
}

button:focus {
  outline: 0 !important;
}

.bt-small {
  padding: 3px 15px !important;
  height: 23px !important;
  line-height: 27px !important;
  font-size: 13px !important;
  margin: 0 !important;
}

.btn-lg {
  font-size: 20px !important;
  height: 38px !important;
  line-height: 40px !important;
}

.btn-sm {
  font-size: 16px !important;
  height: 30px !important;
  line-height: 32px !important;
}

.btn-xs {
  font-size: 14px !important;
  height: 28px !important;
  line-height: 30px !important;
}

.btn-xxs {
  font-size: 18px !important;
  height: 22px !important;
  line-height: 27px !important;
  padding: 0 10px !important;
  font-weight: 100 !important;
}

.btn {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.35px !important;
  height: 35px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  text-decoration: none !important;
  border-radius: 4px !important;
  outline: none;
  transform: scale3d(1, 1, 1);
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none !important;
  padding: 0 22px !important;
  margin-bottom: 4px;
  border: none !important;
  border-collapse: separate;
  cursor: pointer;
  text-transform: none !important;
  transition: all 0.06s ease-in-out !important;
  -o-transition: all 0.06s ease-in-out !important;
  -moz-transition: all 0.06s ease-in-out !important;
  -webkit-transition: all 0.06s ease-in-out !important;
}

.btn-primary {
  color: #fff !important;
  background-color: #f00032 !important;
  box-shadow: 0 4px 0 0 #f00032, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 4px 0 0 #f00032, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 4px 0 0 #f00032, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 4px 0 0 #f00032, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
}
.btn-primary:hover {
  background-color: #f00032 !important;
  --button-box-side-color: $red2;
  color: #fff !important;
  box-shadow: 0 4px 0 0 #a40022, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 4px 0 0 #a40022, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 4px 0 0 #a40022, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 4px 0 0 #a40022, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
}
.btn-primary:active {
  transform: translate3d(0, 4px, 0) !important;
  background-color: #a40022 !important;
  --button-box-side-color: darken($red2, 15%);
  color: #fff !important;
  box-shadow: 0 0 0 0 #a40022, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 0 0 0 #a40022, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 0 0 0 #a40022, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 0 0 0 #a40022, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
}
.btn-primary.disabled {
  background-color: #e1e1e1;
  --button-box-side-color: #e1e1e1;
  color: #fff !important;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
}

.btn-default {
  color: #676a6c !important;
  background-color: #d1dade !important;
  box-shadow: 0 4px 0 0 #d1dade, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 4px 0 0 #d1dade, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 4px 0 0 #d1dade, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 4px 0 0 #d1dade, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
}
.btn-default:hover {
  background-color: #d1dade !important;
  --button-box-side-color: $light-gray;
  color: #676a6c !important;
  box-shadow: 0 4px 0 0 #a4b6be, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 4px 0 0 #a4b6be, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 4px 0 0 #a4b6be, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 4px 0 0 #a4b6be, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
}
.btn-default:active {
  transform: translate3d(0, 4px, 0) !important;
  background-color: #a4b6be !important;
  --button-box-side-color: darken($light-gray, 15%);
  color: #676a6c !important;
  box-shadow: 0 0 0 0 #a4b6be, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 0 0 0 #a4b6be, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 0 0 0 #a4b6be, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 0 0 0 #a4b6be, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
}
.btn-default.disabled {
  background-color: #e1e1e1;
  --button-box-side-color: #e1e1e1;
  color: #676a6c !important;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
}

.btn-success {
  color: #fff !important;
  background-color: #1cc88a !important;
  box-shadow: 0 4px 0 0 #1cc88a, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 4px 0 0 #1cc88a, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 4px 0 0 #1cc88a, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 4px 0 0 #1cc88a, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
}
.btn-success:hover {
  background-color: #1cc88a !important;
  --button-box-side-color: $blue;
  color: #fff !important;
  box-shadow: 0 4px 0 0 #19b27b, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 4px 0 0 #19b27b, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 4px 0 0 #19b27b, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 4px 0 0 #19b27b, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
}
.btn-success:active {
  transform: translate3d(0, 4px, 0) !important;
  background-color: #19b27b !important;
  --button-box-side-color: darken($blue, 5%);
  color: #fff !important;
  box-shadow: 0 0 0 0 #19b27b, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 0 0 0 #19b27b, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 0 0 0 #19b27b, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 0 0 0 #19b27b, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
}
.btn-success.disabled {
  background-color: #e1e1e1;
  --button-box-side-color: #e1e1e1;
  color: #fff !important;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
}

.btn-info {
  color: #fff !important;
  background-color: #8950fc !important;
  box-shadow: 0 4px 0 0 #8950fc, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 4px 0 0 #8950fc, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 4px 0 0 #8950fc, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 4px 0 0 #8950fc, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
}
.btn-info:hover {
  background-color: #8950fc !important;
  --button-box-side-color: $lazur;
  color: #fff !important;
  box-shadow: 0 4px 0 0 #712dfb, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 4px 0 0 #712dfb, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 4px 0 0 #712dfb, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 4px 0 0 #712dfb, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
}
.btn-info:active {
  transform: translate3d(0, 4px, 0) !important;
  background-color: #712dfb !important;
  --button-box-side-color: darken($lazur, 7%);
  color: #fff !important;
  box-shadow: 0 0 0 0 #712dfb, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 0 0 0 #712dfb, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 0 0 0 #712dfb, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 0 0 0 #712dfb, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
}
.btn-info.disabled {
  background-color: #e1e1e1;
  --button-box-side-color: #e1e1e1;
  color: #fff !important;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
}

.btn-warning {
  color: #fff !important;
  background-color: #f4b30d !important;
  box-shadow: 0 4px 0 0 #f4b30d, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 4px 0 0 #f4b30d, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 4px 0 0 #f4b30d, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 4px 0 0 #f4b30d, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
}
.btn-warning:hover {
  background-color: #f4b30d !important;
  --button-box-side-color: $yellow;
  color: #fff !important;
  box-shadow: 0 4px 0 0 #d49b0a, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 4px 0 0 #d49b0a, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 4px 0 0 #d49b0a, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 4px 0 0 #d49b0a, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
}
.btn-warning:active {
  transform: translate3d(0, 4px, 0) !important;
  background-color: #d49b0a !important;
  --button-box-side-color: darken($yellow, 7%);
  color: #fff !important;
  box-shadow: 0 0 0 0 #d49b0a, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 0 0 0 #d49b0a, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 0 0 0 #d49b0a, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 0 0 0 #d49b0a, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
}
.btn-warning.disabled {
  background-color: #e1e1e1;
  --button-box-side-color: #e1e1e1;
  color: #fff !important;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
}

.btn-danger {
  color: #fff !important;
  background-color: #f64e60 !important;
  box-shadow: 0 4px 0 0 #f64e60, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 4px 0 0 #f64e60, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 4px 0 0 #f64e60, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 4px 0 0 #f64e60, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
}
.btn-danger:hover {
  background-color: #f64e60 !important;
  --button-box-side-color: $red;
  color: #fff !important;
  box-shadow: 0 4px 0 0 #a30819, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 4px 0 0 #a30819, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 4px 0 0 #a30819, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 4px 0 0 #a30819, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
}
.btn-danger:active {
  transform: translate3d(0, 4px, 0) !important;
  background-color: #a30819 !important;
  --button-box-side-color: darken($red, 30%);
  color: #fff !important;
  box-shadow: 0 0 0 0 #a30819, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 0 0 0 #a30819, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 0 0 0 #a30819, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 0 0 0 #a30819, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
}
.btn-danger.disabled {
  background-color: #e1e1e1;
  --button-box-side-color: #e1e1e1;
  color: #fff !important;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
}

.btn-link {
  color: #676a6c !important;
  background-color: #ffffff !important;
  box-shadow: 0 4px 0 0 #ffffff, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 4px 0 0 #ffffff, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 4px 0 0 #ffffff, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 4px 0 0 #ffffff, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
}
.btn-link:hover {
  background-color: #ffffff !important;
  --button-box-side-color: $white;
  color: #676a6c !important;
  box-shadow: 0 4px 0 0 #ededed, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 4px 0 0 #ededed, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 4px 0 0 #ededed, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 4px 0 0 #ededed, 0 calc(4px * 2) calc(4px / 2) 0 rgba(0, 0, 0, 0.08) !important;
}
.btn-link:active {
  transform: translate3d(0, 4px, 0) !important;
  background-color: #ededed !important;
  --button-box-side-color: darken($white, 7%);
  color: #676a6c !important;
  box-shadow: 0 0 0 0 #ededed, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 0 0 0 #ededed, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 0 0 0 #ededed, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 0 0 0 #ededed, 0 0 0 0 rgba(0, 0, 0, 0.08) !important;
}
.btn-link.disabled {
  background-color: #e1e1e1;
  --button-box-side-color: #e1e1e1;
  color: #676a6c !important;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.18), 0 8px 2px 0 rgba(0, 0, 0, 0.08) !important;
}

.btn-close {
  float: right;
}

.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
  box-shadow: none;
}

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all 0.5s;
}

.btn-rounded {
  border-radius: 50px;
}

.btn-large-dim {
  width: 90px;
  height: 90px;
  font-size: 42px;
}

button.dim {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 20px !important;
}

button.dim:active {
  top: 3px;
}

button.btn-primary.dim {
  box-shadow: inset 0 0 0 #345fda, 0 5px 0 0 #345fda, 0 10px 5px #999 !important;
}

button.btn-primary.dim:active {
  box-shadow: inset 0 0 0 #345fda, 0 2px 0 0 #345fda, 0 5px 3px #999 !important;
}

button.btn-default.dim {
  box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999 !important;
}

button.btn-default.dim:active {
  box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999 !important;
}

button.btn-warning.dim {
  box-shadow: inset 0 0 0 #d99e0a, 0 5px 0 0 #d99e0a, 0 10px 5px #999 !important;
}

button.btn-warning.dim:active {
  box-shadow: inset 0 0 0 #d99e0a, 0 2px 0 0 #d99e0a, 0 5px 3px #999 !important;
}

button.btn-info.dim {
  box-shadow: inset 0 0 0 #7532fb, 0 5px 0 0 #7532fb, 0 10px 5px #999 !important;
}

button.btn-info.dim:active {
  box-shadow: inset 0 0 0 #7532fb, 0 2px 0 0 #7532fb, 0 5px 3px #999 !important;
}

button.btn-success.dim {
  box-shadow: inset 0 0 0 #18ad77, 0 5px 0 0 #18ad77, 0 10px 5px #999 !important;
}

button.btn-success.dim:active {
  box-shadow: inset 0 0 0 #18ad77, 0 2px 0 0 #18ad77, 0 5px 3px #999 !important;
}

button.btn-danger.dim {
  box-shadow: inset 0 0 0 #f53146, 0 5px 0 0 #f53146, 0 10px 5px #999 !important;
}

button.btn-danger.dim:active {
  box-shadow: inset 0 0 0 #f53146, 0 2px 0 0 #f53146, 0 5px 3px #999 !important;
}

button.dim:before {
  font-size: 50px;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
  display: block;
  padding-top: 10px;
}

button.dim:active:before {
  top: 7px;
  font-size: 50px;
}

.btn:focus {
  outline: none !important;
}

.dataTables_wrapper .btn {
  height: 22px;
  line-height: 27px;
  padding: 0 10px;
}

html {
  /* force Webkit to allow 1px font-size */
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
}

body {
  overflow-x: hidden;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #000;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input:focus,
select:focus {
  border-color: #f00 !important;
}

h1 {
  font-weight: 600;
  font-size: 5rem;
}

h2 {
  font-weight: 600;
  font-size: 3rem;
}

.bg-muted {
  background-color: #f8f9fc !important;
}

.bg-primary {
  background-color: #4e73df !important;
  color: #ffffff;
}

.bg-success {
  background-color: #1cc88a !important;
  color: #ffffff;
}

.bg-info {
  background-color: #8950fc !important;
  color: #ffffff;
}

.bg-warning {
  background-color: #f4b30d !important;
  color: #ffffff;
}

.bg-danger {
  background-color: #f64e60 !important;
  color: #ffffff;
}

.b-r-xs {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.b-r-sm {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.b-r-md {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.b-r-lg {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.b-r-xl {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}

.p-xxs {
  padding: 5px;
}

.p-xs {
  padding: 10px;
}

.p-sm {
  padding: 15px;
}

.p-m {
  padding: 20px;
}

.p-md {
  padding: 25px;
}

.p-lg {
  padding: 30px;
}

.p-xl {
  padding: 40px;
}

.table td,
.table th {
  vertical-align: middle;
  font-size: 18px;
}

.table > :not(caption) > * > * {
  padding: 1.5rem 0.5rem;
}

.circle {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  float: left;
}

.sk-spinner-three-bounce div {
  background-color: #ced4da !important;
}

#toast-container .toast {
  border-radius: 3px;
}
#toast-container .toast .toast-message {
  font-size: 1.3rem;
}

/* Toastr custom style */
body .loginscreen.middle-box {
  width: 300px;
}
body main .content-title {
  margin: 30px auto 0 auto;
}
body main .content-form {
  margin: 0 auto 30px auto;
}
body .middle-box {
  max-width: 400px;
  z-index: 100;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
body.login h3 {
  color: #fff;
}
body.login p {
  color: #fff;
}
body.login form .text-danger {
  color: #fff !important;
}

@media (max-width: 576px) {
  body main .content-title {
    margin: 50px auto 0 auto !important;
  }
  body main .content-form {
    margin: 0 auto 50px auto;
  }
  body main .col-1,
body main .col-2,
body main .col-3,
body main .col-4,
body main .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  body main .content-title {
    margin: 50px auto 0 auto !important;
  }
  body main .content-form {
    margin: 0 auto 50px auto;
  }
  body main .col-1,
body main .col-2,
body main .col-3,
body main .col-4,
body main .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  body main .content-title {
    margin: 50px auto 0 auto !important;
  }
  body main .content-form {
    margin: 0 auto 50px auto;
  }
  body main .col-1,
body main .col-2,
body main .col-3,
body main .col-4,
body main .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.modal-content {
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: relative;
}

.modal-dialog {
  z-index: 2200;
}

.modal-body {
  padding: 20px 30px 30px 30px;
}

.inmodal .modal-body {
  background: #f8fafb;
}

.inmodal .modal-header {
  padding: 30px 15px 15px 15px;
  text-align: center;
  display: block;
}

.modal-header .close {
  margin: -2rem -1rem -1rem auto;
}

.animated.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.inmodal .modal-title {
  font-size: 26px;
}

.inmodal .modal-icon {
  font-size: 84px;
  color: #e2e3e3;
}

.modal-footer {
  margin-top: 0;
}

.modal-header .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  margin: -2rem -1rem -1rem auto;
  padding: 1rem;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-header:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-rotating-plane"></div>
 *
 */
.sk-spinner-rotating-plane.sk-spinner {
  width: 30px;
  height: 30px;
  background-color: #4e73df;
  margin: 0 auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-double-bounce">
 *      <div class="sk-double-bounce1"></div>
 *      <div class="sk-double-bounce2"></div>
 *    </div>
 *
 */
.sk-spinner-double-bounce.sk-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}

.sk-spinner-double-bounce .sk-double-bounce1, .sk-spinner-double-bounce .sk-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #4e73df;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-spinner-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wave">
 *      <div class="sk-rect1"></div>
 *      <div class="sk-rect2"></div>
 *      <div class="sk-rect3"></div>
 *      <div class="sk-rect4"></div>
 *      <div class="sk-rect5"></div>
 *    </div>
 *
 */
.sk-spinner-wave.sk-spinner {
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.sk-spinner-wave div {
  background-color: #4e73df;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wandering-cubes">
 *      <div class="sk-cube1"></div>
 *      <div class="sk-cube2"></div>
 *    </div>
 *
 */
.sk-spinner-wandering-cubes.sk-spinner {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  position: relative;
}

.sk-spinner-wandering-cubes .sk-cube1, .sk-spinner-wandering-cubes .sk-cube2 {
  background-color: #4e73df;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
  animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
}

.sk-spinner-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse.sk-spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #4e73df;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-chasing-dots">
 *      <div class="sk-dot1"></div>
 *      <div class="sk-dot2"></div>
 *    </div>
 *
 */
.sk-spinner-chasing-dots.sk-spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-spinner-chasing-dots .sk-dot1, .sk-spinner-chasing-dots .sk-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #4e73df;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-spinner-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #4e73df;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative;
}

.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-spinner-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #4e73df;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-cube-grid">
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *    </div>
 *
 */
.sk-spinner-cube-grid {
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}

.sk-spinner-cube-grid.sk-spinner {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.sk-spinner-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #4e73df;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-spinner-cube-grid .sk-cube:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-spinner-cube-grid .sk-cube:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-spinner-cube-grid .sk-cube:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-spinner-cube-grid .sk-cube:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-spinner-cube-grid .sk-cube:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-spinner-cube-grid .sk-cube:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-spinner-cube-grid .sk-cube:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-spinner-cube-grid .sk-cube:nth-child(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-spinner-cube-grid .sk-cube:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wordpress">
 *      <span class="sk-inner-circle"></span>
 *    </div>
 *
 */
.sk-spinner-wordpress.sk-spinner {
  background-color: #4e73df;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
  -webkit-animation: sk-innerCircle 1s linear infinite;
  animation: sk-innerCircle 1s linear infinite;
}

.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px;
}

@-webkit-keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-fading-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-fading-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative;
}

.sk-spinner-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-spinner-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 18%;
  height: 18%;
  background-color: #4e73df;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sk-spinner-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-spinner-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-spinner-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-spinner-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-spinner-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-spinner-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-spinner-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-spinner-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-spinner-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-spinner-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-spinner-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-spinner-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-spinner-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-spinner-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-spinner-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-spinner-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-spinner-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-spinner-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-spinner-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-spinner-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-spinner-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-spinner-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.ibox-content > .sk-spinner {
  display: none;
}

.ibox-content.sk-loading {
  position: relative;
}

.ibox-content.sk-loading:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ibox-content.sk-loading > .sk-spinner {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2000;
}

/* PACE PLUGIN
-------------------------------------------------- */
/* PEACE */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #f60047;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/*# sourceMappingURL=style.css.map */
