@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:wght@0,600;0,800;1,300&display=swap');
* {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
}
body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #0c0c23;
  background: linear-gradient(rgba(18, 18, 35, 0.65),
              rgba(18, 18, 35, 0.85)),
              url('../images/wimlit-lifestyle-background.png') no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 649px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
fieldset {
  border: 1px solid #bdbdd5;
  padding: 0 40px;
  border-radius: 30px;
  margin-bottom: 50px;
}
fieldset:last-child {
  margin-bottom: 0px;
}
::selection {
  color: #fff;
  background: #008bfe;
}
::placeholder {
  font-size: 14px;
  font-style: italic;
}
:-ms-input-placeholder {
  font-size: 14px;
  font-style: italic;
}
::-ms-input-placeholder {
  font-size: 14px;
  font-style: italic;
}
input[name=birthdate]::placeholder {
  font-size: 18px;
  letter-spacing: 1px;
  font-style: normal;
}
input[name=birthdate]:-ms-input-placeholder {
  font-size: 18px;
  letter-spacing: 1px;
  font-style: normal;
}
input[name=birthdate]::-ms-input-placeholder {
  font-size: 18px;
  letter-spacing: 1px;
  font-style: normal;
}
.text-center {
  text-align: center !important;
}
.text-upper {
  text-transform: uppercase !important;
}
.bottom-20 {
  margin-bottom: 20px !important;
}
.container {
  width: 650px;
  background: transparent;
  text-align: center;
  padding: 20px;
}
@media (max-width: 649px) {
  .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.container header {
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.container header .logo img {
  max-height: 150px;
  text-shadow: 3px 4px 5px rgb(0 0 0 / 30%);
}
.container .main-title h1 {
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 38px;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #008bfe, #7cff87);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 3px 4px 5px rgb(0 0 0 / 30%);
}
.container .sub-title {
  margin-top: 30px;
  margin-bottom: 40px;
}
.container .sub-title h3 {
  font-weight: 800;
  font-size: 24px;
  background-image: linear-gradient(to right, #e61d62, #ffb352);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 1px 2px 4px rgb(0 0 0 / 40%);
}
.container .form-outer {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}
.container .form-outer form {
  display: flex;
  width: 400%;
}
.container .form-outer form .description {
  display: block;
}
.container .form-outer form .description p {
  text-align: left;
  margin-bottom: 25px;
  font-size: 18px;
  text-shadow: 1px 2px 4px rgb(0 0 0 / 40%);
  letter-spacing: 1px;
}
.container .form-outer form .description .acknowledge p {
  margin-bottom: 0px;
  margin-left: 30px;
}
@media (max-width: 649px) {
  .container .form-outer form .description p {
    text-align: left;
  }
}
.container .form-outer form .description h2 {
  text-align: left;
  margin-bottom: 25px;
  font-weight: 600;
  text-shadow: 1px 2px 4px rgb(0 0 0 / 40%);
  letter-spacing: 1px;
}
.container .form-outer form .description p strong {
  text-transform: uppercase;
  background-image: linear-gradient(to right, #008bfe, #7cff87);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800;
}
.container .form-outer form .description ul:not(.list) {
  margin-bottom: 25px;
  padding-left: 25px;
  list-style: none;
}
.container .form-outer form .description ol {
  margin-bottom: 25px;
  list-style-type: decimal;
  padding-left: 25px;
}
.container .form-outer form .description ul:not(.list) li {
  text-align: left;
  padding-left: 10px;
  list-style: none;
  letter-spacing: 1px;
  font-size: 18px;
  margin-bottom: 25px;
  text-shadow: 1px 2px 4px rgb(0 0 0 / 40%);
}
@media (max-width: 649px) {
  .container .form-outer form .description ul:not(.list) li {
    text-align: left;
  }
}
.container .form-outer form .description ul:not(.list) li:before {
  font-family: 'FontAwesome';
  content: '\f046';
  margin-left: -28px;
}
.container .form-outer form .description ul:not(.list) li strong {
  text-transform: uppercase;
  background-image: linear-gradient(to right, #008bfe, #7cff87);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800;
}
.container .form-outer form .description ol li {
  text-align: left;
  padding-left: 10px;
  letter-spacing: 1px;
  font-size: 18px;
  text-shadow: 1px 2px 4px rgb(0 0 0 / 40%);
}
@media (max-width: 649px) {
  .container .form-outer form .description ol li {
    text-align: left;
  }
}
.container .form-outer form .description ol.text {
  margin-bottom: 50px;
}
.container .form-outer form .description ol.text li {
  margin-bottom: 25px;
}
.container .form-outer form .description .acknowledge {
  display: flex;
  margin-bottom: 25px;
  position: relative;
}
.container .form-outer form .description .acknowledge input[type=checkbox] {
  position: absolute;
  top: 5px;
}
.form-outer form .page {
  width: 25%;
  transition: margin-left 0.3s ease-in-out;
}
.form-outer form .page .title {
  text-align: left;
  font-size: 25px;
  font-weight: 400;
}
.form-outer form .page .field {
  width: 100%;
  height: 45px;
  margin-top: 80px;
  display: flex;
  position: relative;
}
.form-outer form .page .field.display {
  display: block;
  height: auto;
}
.form-outer form .page .field.display input.ht-45 {
  height: 45px;
}
.form-outer form .page .field.form-control {
  margin-top: 60px;
  margin-bottom: 40px;
}
.form-outer form .page .field.form-control.display .left,
.form-outer form .page .field.form-control.display .right {
  width: 50%;
  /* margin-bottom: 20px; */
  margin-top: 10px;
}
.form-outer form .page .field.form-control.display .left {
  float: left;
}
.form-outer form .page .field.form-control.display .right {
  float: right;
}
.form-outer form .page .field.form-control.display .col-3 {
  width: 33.33333333%;
  float: left;
  margin-bottom: 60px;
  margin-top: 10px;
}
.form-outer form .page .field.form-control.display .col-3 .col-text {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.form-outer form .page .field.form-control.display .col-3 .checkbox {
  display: flex;
}
.form-outer form .page .field.form-control.display .col-2 {
  float: left;
  width: 50%;
}
@media (max-width: 649px) {
  .form-outer form .page .field.form-control.display .left {
    margin-bottom: 0px;
  }
  .form-outer form .page .field.form-control.display .right {
    margin-top: 0px;
  }
  .form-outer form .page .field.form-control.display .left,
  .form-outer form .page .field.form-control.display .right {
    width: 100%;
    float: left;
  }
}
@media (max-width: 767px) {
  .form-outer form .page .field.form-control.display .col-3 {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .form-outer form .page .field.form-control.display .col-2.col-left {
    width: 30%;
  }
  .form-outer form .page .field.form-control.display .col-2.col-right {
    width: 70%;
  }
  .form-outer form .page .field.form-control.display .col-3:first-child {
    margin-top: 10px;
  }
  .form-outer form .page .field.form-control.display .col-3:last-child {
    margin-bottom: 60px;
  }
}
.form-outer form .page .field.form-control .units {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #adadbd;
}
.form-outer form .page .field.form-control .checkbox {
  display: block;
  text-align: left;
  margin-bottom: 5px;
  margin-left: 10px;
}
.form-outer form .page .field.form-control .chkbox {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  margin-right: 10px;
}
.form-outer form .page .field.form-control .checkbox label {
  font-size: 17px;
  letter-spacing: 1px;
}
@media (max-width: 649px) {
  .form-outer form .page .field {
    width: 100%;
  }
  .form-outer form .page .field.multiples {
    height: auto;
  }
}
form .page .field .label {
  position: absolute;
  color: #bdbdd5;
  font-size: 16px;
  top: -30px;
  font-weight: 400;
}
form .page .field input:not(.chkbox) {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #ffb352;
  border-image: linear-gradient(to right, #008bfe, #7cff87) 50;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
form .page .field input:not(.chkbox):focus {
  border: none;
  border-bottom: 2px solid #e61d62;
  border-image: linear-gradient(to right, #e61d62, #ffb352) 50;
}
/* form .page .field select {
  width: 100%;
  padding-left: 10px;
  font-size: 17px;
  font-weight: 400;
} */
form .page .field button {
  width: 100%;
  height: calc(100% + 5px);
  border: none;
  /* margin-top: -20px; */
  background: -webkit-linear-gradient(to right, #008bfe, #7cff87);
  background: -o-linear-gradient(to right, #008bfe, #7cff87);
  background: -moz-linear-gradient(to right, #008bfe, #7cff87);
  background: linear-gradient(to right, #008bfe, #7cff87);
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.5s ease;
  -webkit-box-shadow: 0 0px 10px 0px rgb(18 18 35 / 30%);
  box-shadow: 0 0px 10px 0px rgb(18 18 35 / 30%);
}
form .page .field button:hover {
  background: -webkit-linear-gradient(to right, #e61d62, #ffb352);
  background: -o-linear-gradient(to right, #e61d62, #ffb352);
  background: -moz-linear-gradient(to right, #e61d62, #ffb352);
  background: linear-gradient(to right, #e61d62, #ffb352);
}
form .page .btns button {
  margin-top: -20px!important;
}
form .page .btns button.prev {
  margin-right: 3px;
  font-size: 17px;
}
form .page .btns button.next {
  margin-left: 3px;
}
.container .progress-bar {
  display: flex;
  margin: 0;
  user-select: none;
}
.container .progress-bar .step {
  text-align: center;
  width: 100%;
  position: relative;
}
.container .progress-bar .step p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 8px;
  letter-spacing: 1px;
  white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.progress-bar .step .bullet {
  height: 25px;
  width: 25px;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  transition: 0.2s;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
}
.progress-bar .step .bullet.active {
  border-color: #008bfe;
  background: -webkit-linear-gradient(to right, #008bfe, #7cff87);
  background: -o-linear-gradient(to right, #008bfe, #7cff87);
  background: -moz-linear-gradient(to right, #008bfe, #7cff87);
  background: linear-gradient(to right, #008bfe, #7cff87);
}
.progress-bar .step .bullet span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.progress-bar .step .bullet.active span {
  display: none;
}
.progress-bar .step .bullet:before,
.progress-bar .step .bullet:after {
  position: absolute;
  content: '';
  bottom: 11px;
  right: -135px;
  height: 3px;
  width: 135px;
  background: #fff;
}
@media (max-width: 649px) {
  .container .progress-bar {
    display: none;
  }
}
.progress-bar .step .bullet.active:after {
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 0.3s linear forwards;
}
@keyframes animate {
  100%{
    transform: scaleX(1);
  }
}
.progress-bar .step:last-child .bullet:before,
.progress-bar .step:last-child .bullet:after {
  display: none;
}
.progress-bar .step p.active {
  font-weight: 800;
  background-image: linear-gradient(to right, #008bfe, #7cff87);
	color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  transition: 0.2s linear;
}
.progress-bar .step .check {
  position: absolute;
  left: 49.5%;
  top: 68%;
  font-size: 15px;
  transform: translate(-50%, -50%);
  display: none;
}
.progress-bar .step .check.active {
  display: block;
  color: #fff;
}
.container .footer {
  margin-top: 30px;
  padding: 0 20px;
}
.container .footer .copyright {
  font-weight: 400;
  width: 100%;
  display: block;
  color: #adadbd;
}
.container .footer .copyright span {
  display: inline-block;
  font-weight: 400;
  color: #adadbd;
}
.container .footer .privacy-policy {
  width: 100%;
  display: block;
  text-align: center;
}
.container .footer .privacy-policy ul {
  width: 100%;
  text-align: center;
  list-style: none;
  margin-top: 10px
}
.container .footer .privacy-policy ul li {
  display: inline-block;
  list-style: none;
  text-align: center;
  margin-right: 10px;
}
@media (max-width: 649px) {
  .container .footer .copyright span {
    display: block;
  }
  .container .footer .privacy-policy ul li {
    margin-right: 5px;
  }
}
.container .footer .privacy-policy ul li:last-child {
  margin-right: 0px;
}
.container .footer .privacy-policy ul li a {
  color: #adadbd;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.container .acknowledge p a {
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  position: relative;
  z-index: 1;
}
.container .footer .privacy-policy ul li a:hover {
  color: #adadbd;
	cursor: pointer;
}
.container .acknowledge p a:hover {
  border-bottom: none;
	cursor: pointer;
}
.container .footer .privacy-policy ul li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #adadbd;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.container .acknowledge p a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.container .footer .privacy-policy ul li a:hover:after {
	width: 100%;
  left: 0;
}
.container .acknowledge p a:hover:after {
	width: 100%;
  left: 0;
}
.mobile-row {
  display: flex;
  width: 100%;
}
.col-code,
.col-number {
  display: flex;
}
.col-code {
  width: 100%;
}
.col-number {
  margin-left: 20px;
  width: 100%;
}
@media (max-width: 649px) {
  .form-outer form .page .field.form-control.mobile-field {
    height: 90px;
  }
  .mobile-row {
    display: block;
  }
  .col-code,
  .col-number {
    display: block;
  }
  .col-number {
    margin-left: 0px;
    margin-bottom: 40px;
  }
  .col-number input {
    height: 45px;
  }
}
/*********************************************************
* Nice Select
*********************************************************/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background: transparent;
  border: none;
  width: 100%;
  border-bottom: 2px solid #ffb352;
  border-image: linear-gradient(to right, #008bfe, #7cff87) 50;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  line-height: 42px;
  float: left;
  font-family: inherit;
  outline: none;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border: none;
  border-bottom: 2px solid #e61d62;
  border-image: linear-gradient(to right, #e61d62, #ffb352) 50;
}
.nice-select:after {
  border-bottom: 2px solid #90a1b5;
  border-right: 2px solid #90a1b5;
  content: '';
  display: block;
  height: 8px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
/* .nice-select .list::-webkit-scrollbar {
  width: 0;
} */
.nice-select .list {
  background-color: #fff;
  border-radius: 0px;
  width: 100%;
  box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
  box-sizing: border-box;
  margin-top: 42px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  max-height: 200px;
  overflow-y: auto;
}
.nice-select:not(.country) .list li:first-child {
  display: none !important;
}
.nice-select .list li {
  color: #424242;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f7f9;
}
.nice-select .option.selected {
  font-weight: 600;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #90a1b5;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.nice-select.has-multiple {
  white-space: inherit;
  height: auto;
}
.nice-select.has-multiple span.current {
  background: -webkit-linear-gradient(to right, #008bfe, #7cff87);
  background: -o-linear-gradient(to right, #008bfe, #7cff87);
  background: -moz-linear-gradient(to right, #008bfe, #7cff87);
  background: linear-gradient(to right, #008bfe, #7cff87);
  display: inline-block;
  font-size: 18px;
  padding: 0 20px 0 10px;
  margin-right: 5px;
  position:relative;
  margin-bottom: 5px;
}
.nice-select.has-multiple .multiple-options {
  display: block;
  padding: 0
}
.nice-select .nice-select-search-box {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding-left: 18px;
  padding-right: 29px;
  z-index: 8;
  background: #FFF;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 0 0 1px rgba(68, 88, 112, .11);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(.75) translateY(-21px);
  -ms-transform: scale(.75) translateY(-21px);
  transform: scale(.75) translateY(-21px);
  -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
  transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out
}
.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 100%!important;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0!important;
  background-image: none !important;
  border-bottom: none !important;
}
.nice-select.open .nice-select-search-box {
  opacity: 1;
  z-index: 10;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0)
}
.remove {
  position: absolute;
  top: -10px;
  right: 5px;
  font-size: 12px;
  font-weight: 800;
}
.remove:hover {
  color: #ca211b
}
/************************************************************************
Custom sweet-alert 2
************************************************************************/
.swal2-modal {
	border-radius: 0 !important;
	min-height: 200px !important;
}
.swal2-modal.sweet-alert2-custom {
	padding: 0 !important;
}
.swal2-modal .swal2-styled {
	font-weight: normal;
	font-size: 16px;
	border-radius: 0;
	-webkit-border-radius: 0;
	margin: 15px 5px 0;
}
.swal2-modal fieldset {
	display: none !important;
}
.swal2-icon.swal2-info {
	margin: 15px auto;
}
.swal2-modal .swal2-title {
	font-weight: 800;
	color: #fff;
	font-size: 24px;
	margin: 5px 0;
	line-height: 25px;
}
.swal2-modal.sweet-alert2-custom .swal2-title {
	margin: 0;
	padding: 15px;
	text-align: left;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.21);
  background: -webkit-linear-gradient(to right, #e61d62, #ffb352);
  background: -o-linear-gradient(to right, #e61d62, #ffb352);
  background: -moz-linear-gradient(to right, #e61d62, #ffb352);
  background: linear-gradient(to right, #e61d62, #ffb352);
  font-size: 24px;
	text-transform: uppercase;
  letter-spacing: 1px;
}
.swal2-modal .swal2-content {
	font-weight: 400;
  letter-spacing: 1px;
	font-size: 18px;
}
.swal2-modal.sweet-alert2-custom .swal2-content {
	padding: 30px 30px 0 30px;
}
.swal2-modal.sweet-alert2-custom .swal2-validationerror {
	padding: 10px 10px 0 10px;
	font-weight: normal;
	background-color: #fff;
}
.swal2-modal.sweet-alert2-custom .swal2-buttonswrapper {
	background-color: rgba(136, 136, 136, .30);
	text-align: right;
  padding: 15px;
	margin-top: 30px;
  border-top: 0;
	border-bottom: 0;
  width: auto;
}
.swal2-modal.sweet-alert2-custom .swal2-styled {
	margin-top: 0;
}
.swal2-active {
	overflow: hidden;
}
/************************************************************************
Bootstrap Datepicker
************************************************************************/
.datepicker {
	font-size: 16px;
  background: #fff;
  position: absolute;
  border-radius: 0;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 7px;
  color: #424242;
}
.datetime_picker {
	overflow: hidden;
	padding: 15px 25px;
	border: 1px solid rgba(34, 36, 38, 0.15);
}
#datetimepicker .bootstrap-datetimepicker-widget table td {
	border-radius: 0;
}
#datetimepicker .datepicker table tr td.today {
	background-color: transparent;
  background-image: none;
}
#datetimepicker .datepicker table tr td.today:hover {
	background: #eeeeee;
}
#datetimepicker .bootstrap-datetimepicker-widget table td.today:before {
	content: none;
}
#datetimepicker .datepicker table tr td.today.active {
	background-color: #0044cc;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#datetimepicker .btn-primary {
	background-color: #0044cc;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-radius: 0;
	line-height: normal;
	padding: 6px 12px;
}
.table-condensed > thead > tr > t,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td span,
.table-condensed > tbody > tr > td span,
.table-condensed > tfoot > tr > td span {
  color: #424242 !important;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #e61d62;
  background-image: -moz-linear-gradient(to bottom, #e61d62, #ffb352);
  background-image: -ms-linear-gradient(to bottom, #e61d62, #ffb352);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e61d62), to(#ffb352));
  background-image: -webkit-linear-gradient(to bottom, #e61d62, #ffb352);
  background-image: -o-linear-gradient(to bottom, #e61d62, #ffb352);
  background-image: linear-gradient(to bottom, #e61d62, #ffb352);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e61d62', endColorstr='#ffb352', GradientType=0);
  border-color: #ffb352 #ffb352 #e61d62;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}
