@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: "DM Sans", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0;
  min-height: 100vh;
  background: #fff;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  text-rendering: optimizeSpeed;
  scroll-behavior: smooth;
  -webkit-text-stroke: 0px !important;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(209, 120, 66, 0.1);
  background-image: linear-gradient(to right bottom, rgba(209, 120, 66, 0.05), rgba(209, 120, 66, 0.05));
}
body::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #b45f2c;
}

ul,
li {
  list-style: none;
}

a {
  color: #19224d;
  transition: all 0.3s linear;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: #000;
}

label {
  margin-bottom: 0;
}

button {
  vertical-align: middle;
  background: unset;
}
button:hover, button:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

ul,
ol {
  margin-bottom: 0;
}

.row {
  margin-left: -25px;
  margin-right: -25px;
}
.row *[class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}

.WpcColorPrimary {
  color: #d17842 !important;
}

a.WpcColorPrimary:hover, a.WpcColorPrimary:focus {
  color: #b45f2c !important;
  box-shadow: none !important;
}

.WpcColorSecondary {
  color: #83858e !important;
}

a.WpcColorSecondary:hover, a.WpcColorSecondary:focus {
  color: #6a6c74 !important;
  box-shadow: none !important;
}

.WpcColorSuccess {
  color: #16ad9f !important;
}

a.WpcColorSuccess:hover, a.WpcColorSuccess:focus {
  color: #108075 !important;
  box-shadow: none !important;
}

.WpcColorDanger {
  color: #ec008c !important;
}

a.WpcColorDanger:hover, a.WpcColorDanger:focus {
  color: #b9006e !important;
  box-shadow: none !important;
}

.WpcColorInfo {
  color: #007cdb !important;
}

a.WpcColorInfo:hover, a.WpcColorInfo:focus {
  color: #005fa8 !important;
  box-shadow: none !important;
}

.WpcColorWarning {
  color: #e04f5f !important;
}

a.WpcColorWarning:hover, a.WpcColorWarning:focus {
  color: #d62639 !important;
  box-shadow: none !important;
}

.WpcColorDark {
  color: #19224d !important;
}

a.WpcColorDark:hover, a.WpcColorDark:focus {
  color: #0d1127 !important;
  box-shadow: none !important;
}

.WpcColorBlack {
  color: #000 !important;
}

.WpcColorLight {
  color: #e6e7e8 !important;
}

a.WpcColorLight:hover, a.WpcColorLight:focus {
  color: #cbced0 !important;
  box-shadow: none !important;
}

.WpcColorWhite {
  color: #fff !important;
}

a.WpcColorWhite:hover, a.WpcColorWhite:focus {
  color: #e6e6e6 !important;
  box-shadow: none !important;
}

.WpcBackgroundPrimary {
  background-color: #d17842 !important;
}

.WpcBackgroundSecondary {
  background-color: #83858e !important;
}

.WpcBackgroundSuccess {
  background-color: #16ad9f !important;
}

.WpcBackgroundDanger {
  background-color: #ec008c !important;
}

.WpcBackgroundInfo {
  background-color: #007cdb !important;
}

.WpcBackgroundWarning {
  background-color: #e04f5f !important;
}

.WpcBackgroundDark {
  background-color: #19224d !important;
}

.WpcBackgroundBlack {
  background-color: #000 !important;
}

.WpcBackgroundLight {
  background-color: #e6e7e8 !important;
}

.WpcBackgroundWhite {
  background-color: #fff !important;
}

.GradientPrimary {
  background-image: linear-gradient(to bottom right, #d17842, #e0a480);
  color: white;
}

.GradientSecondary {
  background-image: linear-gradient(to bottom right, #83858e, #abacb2);
  color: white;
}

.GradientSuccess {
  background-image: linear-gradient(to bottom right, #16ad9f, #2be4d3);
  color: white;
}

.GradientDanger {
  background-image: linear-gradient(to bottom right, #ec008c, #ff3aaf);
  color: white;
}

.GradientInfo {
  background-image: linear-gradient(to bottom right, #007cdb, #29a2ff);
  color: white;
}

.GradientWarning {
  background-image: linear-gradient(to bottom right, #e04f5f, #eb909a);
  color: white;
}

.GradientDark {
  background-image: linear-gradient(to bottom right, #19224d, #2c3c87);
  color: white;
}

.GradientBlack {
  background-image: linear-gradient(to bottom right, #000, #262626);
  color: white;
}

.GradientLight {
  background-image: linear-gradient(to bottom right, #e6e7e8, white);
  color: #19224d;
}

.GradientWhite {
  background-image: linear-gradient(to bottom right, #fff, white);
  color: #19224d;
}

.WpcButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: 100%;
  padding: 1px;
  z-index: 1;
  border-radius: 15px;
  background: rgba(209, 120, 66, 0.1);
  border: 1px solid #d17842;
  font-weight: 500;
  transition: all 0.3s ease-in-out 0s;
  transition-property: background, box-shadow;
  position: relative;
}
.WpcButton .Icon {
  height: 24px;
  width: 24px;
  min-width: 24px;
  background: #19224d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 8px;
  transition: all 0.2s ease-in-out 0s;
  transition-property: background, color, filter;
}
.WpcButton .Text {
  padding: 0 25px;
  font-size: 1rem;
  font-weight: 500;
}
.WpcButton .Text:not(:first-child) {
  padding-left: 10px;
}
.WpcButton .Text:not(:last-child) {
  padding-right: 10px;
}
.WpcButton:hover {
  background: #d17842;
  box-shadow: 0 20px 20px -10px rgba(209, 120, 66, 0.4);
}
.WpcButton.WpcFilled {
  background: #d17842;
}
.WpcButton.WpcFilled:hover {
  background: #b45f2c;
  box-shadow: 0 20px 20px -10px rgba(209, 120, 66, 0.4);
}
.WpcButton.WpcDisabled {
  background: transparent;
  border-color: rgba(131, 133, 142, 0.2);
  cursor: not-allowed;
}
.WpcButton.WpcDisabled .Text {
  color: #83858e;
}
.WpcButton.WpcDisabled:hover {
  background: transparent;
  box-shadow: none;
}

.WpcButton[disabled], .WpcButton:disabled {
  opacity: 0.75;
}

.WpcEditButton {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  align-self: center;
}
.WpcEditButton .Icon {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 10px;
  border: 1px solid rgba(25, 34, 77, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #d17842;
  transition: all 0.3s ease-in-out 0s;
  transition-property: border-color, background-color, color;
}
.WpcEditButton .Icon:not(:last-child) {
  margin-right: 10px;
}
.WpcEditButton .Text {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #83858e;
}
.WpcEditButton:hover .Icon {
  border-color: #d17842;
  background-color: #d17842;
  color: #fff;
}
.WpcEditButton.WpcBigSize .Icon {
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 12px;
  font-size: 1.25rem;
}
.WpcEditButton.WpcBigSize .Icon:not(:last-child) {
  margin-right: 12px;
}
.WpcEditButton.WpcBigSize .Text {
  font-size: 1rem;
}
.WpcEditButton.WpcFilled .Icon {
  border-color: #d17842;
  background: #d17842;
  color: #19224d;
}
.WpcEditButton.WpcFilled:hover .Icon {
  background: #b45f2c;
  box-shadow: 0 20px 20px -10px rgba(209, 120, 66, 0.4);
}
.WpcEditButton.WpcDisabled .Icon {
  background: transparent;
  border-color: rgba(131, 133, 142, 0.2);
  color: rgba(131, 133, 142, 0.2);
  cursor: not-allowed;
}
.WpcEditButton.WpcDisabled .Text {
  color: #83858e;
}
.WpcEditButton.WpcDisabled:hover .Icon {
  background: transparent;
  box-shadow: none;
}

.WpcAddButton {
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.WpcAddButton .Icon {
  height: 20px;
  width: 20px;
  min-width: 20px;
  border-radius: 20px;
  border: 1px solid rgba(131, 133, 142, 0.2);
  color: #83858e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
  transition: all 0.3s ease-in-out 0s;
  transition-property: border-color, color;
}
.WpcAddButton .Icon:not(:last-child) {
  margin-right: 10px;
}
.WpcAddButton .Text {
  font-size: 0.875rem;
  line-height: 1.25;
  color: #83858e;
  transition: color 0.3s ease-in-out 0s;
}
.WpcAddButton:hover .Icon {
  border-color: #83858e;
  color: #19224d;
}
.WpcAddButton:hover .Text {
  color: #19224d;
}

.WpcBackButton {
  display: flex;
  align-items: center;
  color: #19224d;
}
.WpcBackButton .Icon {
  font-size: 0.875rem;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  color: #83858e;
  transition: all 0.3s ease-in-out 0s;
}
.WpcBackButton .Text {
  font-size: 1.125rem;
  font-weight: 400;
  display: flex;
  color: #83858e;
  transition: all 0.3s ease-in-out 0s;
}
.WpcBackButton:hover .Icon {
  color: #19224d;
}
.WpcBackButton:hover .Text {
  color: #19224d;
}

body {
  background: #f3f3f3;
}

.wrapper {
  height: 100vh;
  overflow: hidden;
  position: relative;
  max-width: 550px;
  margin: 0 auto;
}

.wpc-body {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  max-width: 550px;
  margin: 0 auto;
  background: #0c0f14;
}

.mt30 {
  margin-top: 30px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.footer {
  background: #0c0f14;
  padding: 15px;
  text-align: center;
  margin-top: auto;
}
.footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.footer a {
  color: #fff;
}

.bgi__property {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ordered__menu .ordered__item .menu__details .orderer__info span {
  font-size: 10px;
  font-weight: 400;
  color: #f3f3f3;
  text-transform: capitalize;
}

.ordered__menu .ordered__item .menu__details .orderer__info .for__guest {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #d17842;
}

.WpcFormGroup {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.WpcFormGroup .WpcFormLabel {
  font-size: 1rem;
  color: #83858e;
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 1;
}
.WpcFormGroup:not(:last-child) {
  margin-bottom: 20px;
  margin-top: 15px;
}

input.form-control {
  height: 50px;
  padding: 0 20px;
  font-size: 1rem;
  color: #19224d;
  background: #fff;
  border-color: rgba(131, 133, 142, 0.2);
  border-radius: 12px;
  border-width: 1px;
}
input.form-control:focus {
  box-shadow: 0 0 5px rgba(25, 34, 77, 0.15);
}
input.form-control::-moz-placeholder {
  color: #b8babf;
}
input.form-control:-ms-input-placeholder {
  color: #b8babf;
}
input.form-control::placeholder {
  color: #b8babf;
}
input.form-control:not(:last-child) {
  margin-bottom: 5px;
}
input.form-control.fancy__form {
  border-radius: 0;
  border: 0;
  height: 60px;
  border-bottom: 1px solid rgba(131, 133, 142, 0.2);
  box-shadow: none;
  padding: 0;
}
input.form-control[type=password] {
  padding-right: 120px;
}

.user__thumb__change {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.user__thumb__change .user__thumb {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  margin-right: 15px;
}

.form__group {
  position: relative;
  margin-bottom: 15px;
}
.form__group .forget__pass {
  font-size: 15px;
  font-weight: 400;
  color: #19224d;
  position: absolute;
  top: 20px;
  right: 0;
}
.form__group label {
  margin-bottom: 10px;
  display: inline-block;
  color: #f3f3f3;
}

.edit__profile__form {
  padding: 0 15px 30px;
}

.search__bar {
  padding: 0 15px;
  position: relative;
  margin-bottom: 30px;
}
.search__bar .search__icon {
  position: absolute;
  top: 13px;
  left: 20px;
  font-size: 22px;
  color: #52555a;
  pointer-events: none;
}
.search__bar .form__control {
  background: #141921;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  padding: 0 25px;
  padding-left: 50px;
  color: #f5f5f5;
}
.search__bar .form__control ::-webkit-input-placeholder {
  color: #52555a;
}
.search__bar .form__control ::-moz-placeholder {
  color: #52555a;
}
.search__bar .form__control :-ms-input-placeholder {
  color: #52555a;
}
.search__bar .form__control :-moz-placeholder {
  color: #52555a;
}

.account__controller {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  height: 100vh;
  padding: 15px;
}
.account__controller .site__welcome__logo {
  padding-top: 70%;
}
.account__controller .account__access__content {
  padding-top: 40%;
}
.account__controller .account__access__content h3 {
  font-size: 35px;
  font-weight: 500;
  color: #19224d;
  margin-bottom: 20px;
}
.account__controller .account__access__content p {
  font-size: 16px;
  font-weight: 400;
  color: #83858e;
}
.account__controller .account__access__content .account__access__form {
  margin-top: 70px;
}
.account__controller .alternet__access {
  margin-bottom: 35px;
}
.account__controller .alternet__access .WpcButton {
  margin-bottom: 25px;
}
.account__controller .alternet__access .alternet__text {
  color: #83858e;
  font-weight: 400;
}
.account__controller .alternet__access .alternet__text a {
  color: #19224d;
  font-weight: 500;
}

.header {
  background: #0c0f14;
  padding: 30px 15px 85px;
  box-shadow: inset 0 0 0 1000px rgba(16, 20, 25, 0.65);
}
.header .header__nav {
  display: flex;
  justify-content: space-between;
  padding: 0 15px 20px;
}
.header .header__nav .nav__icon {
  width: 50px;
}
.header .header__nav .nav__icon a {
  color: #fff;
  font-size: 22px;
}
.header .header__nav .notification__icon a {
  color: #d17842;
  font-size: 22px;
  position: relative;
}
.header .header__nav .notification__icon a:before {
  position: absolute;
  top: 0;
  right: 2px;
  height: 8px;
  width: 8px;
  background: #16ad9f;
  border-radius: 50%;
  content: "";
}
.header .header__greeting {
  padding: 15px;
  position: relative;
}
.header .header__greeting p {
  font-size: 17px;
  color: #d17842;
  font-weight: 700;
}
.header .header__greeting h2 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
.header .header__greeting #barista_available_form {
  position: absolute;
  top: 15px;
  right: 15px;
}
.header .header__greeting #barista_available_form label input {
  display: none;
}
.header .header__greeting #barista_available_form label input:checked ~ span:after {
  left: 11px;
  background: #16ad9f;
}
.header .header__greeting #barista_available_form label span {
  font-size: 1rem;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.header .header__greeting #barista_available_form label span::before {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 25px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.9);
  content: "";
}
.header .header__greeting #barista_available_form label span:after {
  position: absolute;
  top: 4px;
  left: 3px;
  height: 11px;
  width: 11px;
  background: #83858e;
  border-radius: 50%;
  content: "";
  transition: all 0.3s ease;
}

.section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 15px;
}
.section__header .section__header__title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.section__header .section__header__icon {
  height: 40px;
  width: 40px;
  border-radius: 10px;
  background-color: #242c39;
  color: #d17842;
  line-height: 40px;
  text-align: center;
}
.section__header .section__header__icon i {
  color: #d17842;
}

.page__header {
  padding: 20px 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.page__header .left__content,
.page__header .right__content {
  flex: 1;
}
.page__header .left__content .back__button {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.page__header .page__title {
  flex: 0 0 auto;
  text-align: center;
}
.page__header .page__title h5 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.page__header .right__content {
  text-align: right;
}
.page__header .right__content .clear__button {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.coupon__statistic {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  margin-top: -69px;
}
.coupon__statistic .statistic__card {
  flex: 0 0 calc(50% - 7.5px);
  padding: 15px;
  background: rgba(30, 34, 42, 0.8);
  border-radius: 20px;
  transition: all 0.3s ease;
}
.coupon__statistic .statistic__card:hover {
  background: #d17842;
}
.coupon__statistic .statistic__card:hover .card__top .icon {
  background: rgba(12, 15, 20, 0.8);
}
.coupon__statistic .statistic__card:hover p {
  color: #fff;
}
.coupon__statistic .statistic__card .card__top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.coupon__statistic .statistic__card .card__top .icon {
  height: 54px;
  width: 54px;
  text-align: center;
  background: #d17842;
  border-radius: 15px;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.coupon__statistic .statistic__card .card__top .icon i {
  color: #fff;
  line-height: 54px;
  font-size: 20px;
}
.coupon__statistic .statistic__card .card__top h4 {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
}
.coupon__statistic .statistic__card p {
  font-size: 14px;
  color: #cecece;
  transition: all 0.3s ease;
}

.item__wrap {
  display: flex;
  padding: 0 15px 15px;
  overflow-x: auto;
}
.item__wrap.flex__wrap {
  flex-wrap: wrap;
}
.item__wrap.flex__wrap .item:nth-child(2n) {
  margin-right: 0;
}
.item__wrap.flex__wrap .item {
  margin-bottom: 15px;
}

.item {
  flex: 0 0 calc(50% - 7.5px);
  margin-right: 15px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #1e222a;
  padding: 15px;
}
.item:last-child {
  margin-right: 0;
}
.item .item__thumb {
  padding-top: 100%;
  border-radius: 20px;
}
.item .item__body {
  padding: 20px 10px;
  text-align: center;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.item .item__body .item__name {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.item .item__body p {
  font-size: 14px;
  font-weight: 400;
  color: #83858e;
  margin-top: 5px;
}
.item .item__body p span {
  color: #DADADD;
}
.item .item__body label {
  margin-top: 5px;
}
.item .item__body label input {
  display: none;
}
.item .item__body label input:checked ~ span:before {
  border-color: #16ad9f;
  content: "";
  font-family: "wpc-icon";
  color: #16ad9f;
  font-size: 10px;
}
.item .item__body label span {
  font-size: 14px;
  font-weight: 400;
  color: #83858e;
  position: relative;
  padding-left: 22px;
}
.item .item__body label span:before {
  position: absolute;
  top: 1px;
  left: 0;
  border: 2px solid rgba(131, 133, 142, 0.1);
  border-radius: 3px;
  height: 18px;
  width: 18px;
  content: "";
  line-height: 15px;
}
.item--md {
  flex: 0 0 calc(40% - 10px);
  margin-right: 10px;
  border-radius: 18px;
}
.item--md .item__body {
  padding: 10px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}
.item--md .item__body .item__name {
  font-size: 16px;
  font-weight: 400;
}

.order__tracking__wrap {
  padding: 10px 15px;
}

.order__tracking {
  margin-top: 15px;
  display: flex;
  align-items: center;
  border: 1px solid #d17842;
  border-radius: 20px;
  padding: 5px;
  padding-right: 10px;
  background: #d17842;
  transition: all 0.3s ease;
}
.order__tracking:hover {
  background: #d17842;
}
.order__tracking:hover .order__tracking__body p {
  color: #fff;
}
.order__tracking .order__tracking__thumb {
  flex: 0 0 100px;
  min-width: 100px;
  border-radius: 20px;
  overflow: hidden;
}
.order__tracking .order__tracking__thumb img {
  width: 100%;
}
.order__tracking .order__tracking__body {
  position: relative;
}
.order__tracking .order__tracking__body h5 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
.order__tracking .order__tracking__body h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 2px;
}
.order__tracking .order__tracking__body .cancel__order {
  position: absolute;
  top: -32px;
  right: -2px;
}
.order__tracking .order__tracking__body p {
  font-size: 14px;
  font-weight: 400;
  color: #f3f3f3;
  transition: all 0.3s ease;
}

.wpc-order__history {
  padding: 0 15px;
  margin: 0;
  list-style: none;
}
.wpc-order__history .item__ordered {
  background-color: #1e222a;
  border-radius: 10px;
  padding: 15px;
}
.wpc-order__history .item__ordered:not(:last-child) {
  margin-bottom: 20px;
}
.wpc-order__history .item__ordered .order__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.wpc-order__history .item__ordered .order__top .order__status {
  font-size: 12px;
  font-weight: 400;
  color: #d17842;
  background: rgba(209, 120, 66, 0.1);
  padding: 3px 10px;
  border-radius: 15px;
  border: 1px solid rgba(209, 120, 66, 0.5);
}
.wpc-order__history .item__ordered .order__id {
  font-size: 13px;
  font-weight: 400;
  color: #d17842;
  margin-bottom: 10px;
}
.wpc-order__history .item__ordered .order__details {
  display: flex;
  align-items: center;
}
.wpc-order__history .item__ordered .order__details .item__thumb {
  width: 50px;
  height: 50px;
  min-width: 50px;
  margin-right: 10px;
  border-radius: 10px;
}
.wpc-order__history .item__ordered .order__details .item__body h5 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
}
.wpc-order__history .item__ordered .order__details .item__body .order__date {
  font-size: 13px;
  font-weight: 400;
  color: #83858e;
}

.order__queue {
  padding: 0 15px;
  margin-top: 30px;
  padding-bottom: 30px;
}
.order__queue .nav-tabs {
  margin-bottom: 15px;
  border-bottom: 0;
  background: #343f4f;
  border-radius: 15px;
}
.order__queue .nav-tabs .nav-item {
  margin-bottom: 0;
  flex: 0 0 50%;
}
.order__queue .nav-tabs .nav-item .nav-link {
  border: 0;
  padding: 15px 10px;
  text-align: center;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #DADADD;
}
.order__queue .nav-tabs .nav-item .nav-link.active {
  background: #d17842;
  color: #fff;
}
.order__queue .tap__to__order__page {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.order__queue .tap__to__order__page a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #242c39;
  color: #d17842;
  display: inline-block;
  border-radius: 12px;
}

.ordered__menu .ordered__item {
  padding: 15px;
  border-radius: 20px;
  border: 1px solid rgba(30, 34, 42, 0.2);
  background-color: #242c39;
}
.ordered__menu .ordered__item:not(:last-child) {
  margin-bottom: 15px;
}
.ordered__menu .ordered__item .menu__details {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.ordered__menu .ordered__item .menu__details .ordered__item__thumb,
.ordered__menu .ordered__item .menu__details .orderer__thumb {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 12px;
}
.ordered__menu .ordered__item .menu__details .orderer__info h5 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.ordered__menu .ordered__item .menu__details .orderer__info span {
  font-size: 12px;
  font-weight: 400;
  color: #f3f3f3;
  text-transform: uppercase;
}
.ordered__menu .ordered__item .order__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ordered__menu .ordered__item .order__info .order__info__details {
  flex: 0 0 auto;
  max-width: 40%;
}
.ordered__menu .ordered__item .order__info .order__info__details h5 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.ordered__menu .ordered__item .order__info .order__info__details .order__id {
  font-size: 13px;
  font-weight: 400;
  color: #e6e7e8;
}
.ordered__menu .ordered__item .order__info .order__info__button {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.ordered__menu .ordered__item .order__info .order__info__button .WpcButton {
  min-height: auto;
  padding: 8px 15px;
  display: inline-block;
  width: auto;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  background-color: #d17842;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ordered__menu .ordered__item .order__info .order__info__button .mr-1 {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ordered__menu .ordered__item .order__notes {
  padding: 15px 0;
  position: relative;
}
.ordered__menu .ordered__item .order__notes p {
  font-size: 14px;
  font-weight: 400;
  color: #f3f3f3;
  padding-left: 22px;
  font-style: italic;
  position: relative;
}
.ordered__menu .ordered__item .order__notes p::before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0;
  font: 4em/1em "PT Sans", sans-serif;
  color: #f3f3f3;
}

.add__order {
  padding: 0 15px;
}
.add__order .add__order__title {
  font-size: 14px;
  font-weight: 400;
  color: #83858e;
  margin-bottom: 10px;
}
.add__order .add__order__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.add__order .add__order__form .wpc__select {
  position: relative;
  flex: 0 0 auto;
}
.add__order .add__order__form .wpc__select span {
  position: absolute;
  top: 19px;
  right: 20px;
  font-size: 10px;
  color: #83858e;
  pointer-events: none;
}
.add__order .add__order__form .wpc__select select {
  height: 50px;
  border-radius: 15px;
  padding: 0 40px 0 20px;
  font-size: 16px;
  color: #19224d;
  font-weight: 400;
  border: 2px solid rgba(131, 133, 142, 0.2);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.add__order .add__order__form .item__quantity__wrap {
  display: flex;
}
.add__order .add__order__form .item__quantity__wrap input,
.add__order .add__order__form .item__quantity__wrap span {
  height: 40px;
  width: 40px;
  min-width: 40px;
  text-align: center;
  line-height: 40px;
  color: #83858e;
  border-radius: 10px;
  border: 2px solid rgba(131, 133, 142, 0.2);
}
.add__order .add__order__form .item__quantity__wrap input:not(:last-child),
.add__order .add__order__form .item__quantity__wrap span:not(:last-child) {
  margin-right: 15px;
}
.add__order .add__order__form .item__quantity__wrap input.item__decrease, .add__order .add__order__form .item__quantity__wrap input.item__increase,
.add__order .add__order__form .item__quantity__wrap span.item__decrease,
.add__order .add__order__form .item__quantity__wrap span.item__increase {
  cursor: pointer;
}
.add__order .add__order__form .item__quantity__wrap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
}

.wpc__item__modal.show {
  background: rgba(15, 19, 38, 0.7);
}
.wpc__item__modal .modal-dialog {
  min-width: 290px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0;
}
.wpc__item__modal .modal-dialog .modal-content {
  background: transparent;
}
.wpc__item__modal .modal-body {
  padding: 0;
}
.wpc__item__modal .modal-body .item {
  border-radius: 20px;
  overflow: hidden;
  background: #1e222a;
}
.wpc__item__modal .modal-body .item .item__body {
  padding: 20px 18px 30px;
}
.wpc__item__modal .modal-body .item .item__body .item__name {
  font-size: 24px;
}
.wpc__item__modal .modal-body .item .item__body p {
  font-size: 18px;
}
.wpc__item__modal .modal-body .item .item__body .WpcButton {
  margin-top: 20px;
}

.wpc-notificatons {
  padding: 0 15px;
}
.wpc-notificatons .notification__item {
  border: 1px solid rgba(30, 34, 42, 0.1);
  background-color: #1e222a;
  border-radius: 10px;
  padding: 15px 25px;
}
.wpc-notificatons .notification__item:not(:last-child) {
  margin-bottom: 15px;
}
.wpc-notificatons .notification__item .notification__time {
  font-size: 13px;
  font-weight: 400;
  color: #83858e;
  line-height: 1.5;
}
.wpc-notificatons .notification__item .card {
  border: 0;
  background: transparent;
}
.wpc-notificatons .notification__item .card .card-header {
  padding: 0;
  background: transparent;
  border-bottom: 0;
}
.wpc-notificatons .notification__item .card .card-header h2 .btn {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.wpc-notificatons .notification__item .card .card-header h2 .btn span {
  position: absolute;
  top: 5px;
  right: 0;
  color: #DADADD;
  font-size: 10px;
  transform: rotate(0);
  transition: all 0.3s ease;
}
.wpc-notificatons .notification__item .card .card-header h2 .btn.collapsed span {
  transform: rotate(-90deg);
}
.wpc-notificatons .notification__item .card .card-body {
  padding: 0;
  padding: 10px 0;
}
.wpc-notificatons .notification__item .card .card-body p {
  font-size: 14px;
  font-weight: 400;
  color: #DADADD;
}

.WpcPaginationWrapper {
  padding: 15px;
  margin: 0 auto;
}
.WpcPaginationWrapper .page-item:not(:last-child) {
  margin-right: 5px;
}
.WpcPaginationWrapper .page-item:first-child .page-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.WpcPaginationWrapper .page-item:last-child .page-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.WpcPaginationWrapper .page-item.disabled .page-link {
  color: rgba(209, 120, 66, 0.5);
  border-color: rgba(209, 120, 66, 0.5);
  background: transparent;
}
.WpcPaginationWrapper .page-item.active .page-link {
  color: #fff;
  border-color: #d17842;
  background: #d17842;
}
.WpcPaginationWrapper .page-item .page-link {
  height: 30px;
  width: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 13px;
  text-align: center;
  background: transparent;
  color: #d17842;
  border: 1px solid #d17842;
  border-radius: 8px;
}
.WpcPaginationWrapper .page-item .page-link.WpcActive {
  color: #fff;
  border-color: #d17842;
  background: #d17842;
}
.WpcPaginationWrapper .page-item .page-link i {
  font-size: 12px;
}

.wpc-navigation__drawer__wrap {
  background: #1e222a;
  position: absolute;
  top: 0;
  left: -100vw;
  width: 100%;
  height: 100%;
  z-index: 99;
  transition: all 0.3s ease;
}
.wpc-navigation__drawer__wrap.show {
  left: 0;
}

.wpc-navigation__drawer {
  padding: 20px 25px 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wpc-navigation__drawer .navigation__drawer__closer {
  margin-bottom: 30px;
  display: inline-block;
  color: #fff;
}
.wpc-navigation__drawer .navigation__drawer__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.wpc-navigation__drawer .navigation__drawer__header .navigation__drawer__user {
  display: flex;
  align-items: center;
}
.wpc-navigation__drawer .navigation__drawer__header .navigation__drawer__user__thumb {
  width: 50px;
  height: 50px;
  min-width: 50px;
  margin-right: 15px;
  border-radius: 12px;
}
.wpc-navigation__drawer .navigation__drawer__header .navigation__drawer__user__body .user__name {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.wpc-navigation__drawer .navigation__drawer__header .navigation__drawer__user__body .designation {
  font-size: 13px;
  font-weight: 400;
  color: #DADADD;
}
.wpc-navigation__drawer .navigation__drawer__header .navigation__drawer__user__edit a {
  height: 40px;
  width: 40px;
  border-radius: 10px;
  border: 1px solid rgba(131, 133, 142, 0.3);
  line-height: 40px;
  text-align: center;
  display: inline-block;
  color: #d17842;
}
.wpc-navigation__drawer .navigation__menu .navigation__list {
  padding: 15px 0;
  display: flex;
}
.wpc-navigation__drawer .navigation__menu .navigation__list:not(:last-child) {
  border-bottom: 1px solid rgba(131, 133, 142, 0.1);
}
.wpc-navigation__drawer .navigation__menu .navigation__list .icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(131, 133, 142, 0.1);
  color: #d17842;
  margin-right: 10px;
  display: inline-block;
  border-radius: 12px;
  background-color: #242c39;
}
.wpc-navigation__drawer .navigation__menu .navigation__list .text {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.wpc-navigation__drawer .navigation__menu .navigation__list .text span {
  color: #d17842;
}

.employer__suggestion {
  padding: 0 15px;
  margin-bottom: 30px;
}
.employer__suggestion .employer__suggestion__title p {
  font-size: 16px;
  font-weight: 400;
  color: #83858e;
  margin-bottom: 10px;
}

.employer__suggestion__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-radius: 20px;
  background-color: #1e222a;
}
.employer__suggestion__item:not(:last-child) {
  margin-bottom: 15px;
}
.employer__suggestion__item .employer__info {
  display: flex;
  align-items: center;
}
.employer__suggestion__item .employer__info .employer__thumb {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 12px;
}
.employer__suggestion__item .employer__info .employer__name h5 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.employer__suggestion__item .employer__info .employer__name span {
  font-size: 12px;
  font-weight: 400;
  color: #e6e7e8;
}
.employer__suggestion__item .check__employer {
  width: 18px;
  height: 18px;
}
.employer__suggestion__item .check__employer input {
  display: none;
}
.employer__suggestion__item .check__employer input:checked ~ span:before {
  border-color: #16ad9f;
  content: "";
  font-family: "wpc-icon";
  color: #16ad9f;
  font-size: 10px;
}
.employer__suggestion__item .check__employer span {
  position: relative;
  height: 18px;
  width: 18px;
  display: inline-block;
}
.employer__suggestion__item .check__employer span:before {
  position: absolute;
  top: 1px;
  left: 0;
  border: 2px solid #83858e;
  border-radius: 3px;
  height: 18px;
  width: 18px;
  content: "";
  line-height: 15px;
  padding-left: 2px;
}

.ajax_div_employee {
  max-height: 485px;
  overflow: auto;
}


/*sweet alert css*/
.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns:1fr 99fr 1fr;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px hsla(0deg, 0%, 0%, .075), 0 1px 2px hsla(0deg, 0%, 0%, .075), 1px 2px 4px hsla(0deg, 0%, 0%, .075), 1px 3px 8px hsla(0deg, 0%, 0%, .075), 2px 4px 16px hsla(0deg, 0%, 0%, .075);
  pointer-events: all
}

.swal2-popup.swal2-toast > * {
  grid-column: 2
}

.swal2-popup.swal2-toast .swal2-title {
  margin: .5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial
}

.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center
}

.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: .5em;
  font-size: 1em
}

.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: .5em 0 0;
  padding: .5em 0 0;
  font-size: .8em
}

.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: .8em;
  height: .8em;
  margin: 0;
  font-size: 2em
}

.swal2-popup.swal2-toast .swal2-html-container {
  margin: .5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial
}

.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0
}

.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: .25em
}

.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 .5em 0 0
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: 700
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: .875em;
  width: 1.375em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: .3125em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: .3125em
}

.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: .5em;
  padding: 0 .5em
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: .25em .5em;
  padding: .4em .6em;
  font-size: 1em
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.8em;
  left: -.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.25em;
  left: .9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: .3125em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: .1875em;
  width: .75em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: .9375em;
  right: .1875em;
  width: 1.375em
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip .75s;
  animation: swal2-toast-animate-success-line-tip .75s
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long .75s;
  animation: swal2-toast-animate-success-line-long .75s
}

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show .5s;
  animation: swal2-toast-show .5s
}

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide .1s forwards;
  animation: swal2-toast-hide .1s forwards
}

.swal2-container {
  display: grid;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows:minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto);
  grid-template-rows:minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: .625em;
  overflow-x: hidden;
  transition: background-color .1s;
  -webkit-overflow-scrolling: touch
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, .4)
}

.swal2-container.swal2-backdrop-hide {
  background: 0 0 !important
}

.swal2-container.swal2-bottom-start, .swal2-container.swal2-center-start, .swal2-container.swal2-top-start {
  grid-template-columns:minmax(0, 1fr) auto auto
}

.swal2-container.swal2-bottom, .swal2-container.swal2-center, .swal2-container.swal2-top {
  grid-template-columns:auto minmax(0, 1fr) auto
}

.swal2-container.swal2-bottom-end, .swal2-container.swal2-center-end, .swal2-container.swal2-top-end {
  grid-template-columns:auto auto minmax(0, 1fr)
}

.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start
}

.swal2-container.swal2-top > .swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center;
}

.swal2-container.swal2-top-end > .swal2-popup, .swal2-container.swal2-top-right > .swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end
}

.swal2-container.swal2-center-left > .swal2-popup, .swal2-container.swal2-center-start > .swal2-popup {
  grid-row: 2;
  align-self: center
}

.swal2-container.swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
  padding: 40px;
  padding-bottom: 30px;
  border-radius: 35px;
  margin-top: auto;
  margin-bottom: auto;
  border: none;
}

.swal2-container.swal2-center-end > .swal2-popup, .swal2-container.swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end
}

.swal2-container.swal2-bottom-left > .swal2-popup, .swal2-container.swal2-bottom-start > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end
}

.swal2-container.swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end
}

.swal2-container.swal2-bottom-end > .swal2-popup, .swal2-container.swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end
}

.swal2-container.swal2-grow-fullscreen > .swal2-popup, .swal2-container.swal2-grow-row > .swal2-popup {
  grid-column: 1/4;
  width: 100%
}

.swal2-container.swal2-grow-column > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch
}

.swal2-container.swal2-no-transition {
  transition: none !important
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns:minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #545454;
  font-family: inherit;
  font-size: 1rem
}

.swal2-popup:focus {
  outline: 0
}

.swal2-popup.swal2-loading {
  overflow-y: hidden
}

.swal2-title {
  /*position: relative;*/
  max-width: 100%;
  /*margin: 0;*/
  padding: .8em 1em 0;
  text-align: center;
  /*text-transform: none;*/
  /*word-wrap: break-word;*/
  font-size: 1.5rem;
  line-height: 1;
  color: #19224d;
  letter-spacing: -0.03em;
  font-weight: 500
}

.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
}

.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: .25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent
}

.swal2-styled {
  margin: .3125em;
  padding: .625em 1.1em;
  transition: box-shadow .1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500
}

.swal2-styled:not([disabled]) {
  cursor: pointer
}

.swal2-styled.swal2-confirm {
  color: #fff;
  background: #d17842!important;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  min-width: 90px;
  padding: 1px;
  z-index: 1;
  border-radius: 18px;
  border: 1px solid #d17842;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transition-property: background,box-shadow;
  -webkit-transition-property: background,-webkit-box-shadow;
  transition-property: background,-webkit-box-shadow;
  transition-property: background,box-shadow;
  transition-property: background,box-shadow,-webkit-box-shadow;
  position: relative;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, .5)
}

.swal2-styled.swal2-deny {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em
}

.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, .5)
}

.swal2-styled.swal2-cancel {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  min-width: 90px;
  padding: 1px;
  z-index: 1;
  border-radius: 18px;
  background: rgba(209,120,66,0.1)!important;
  border: 1px solid #d17842;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transition-property: background,box-shadow;
  -webkit-transition-property: background,-webkit-box-shadow;
  transition-property: background,-webkit-box-shadow;
  transition-property: background,box-shadow;
  transition-property: background,box-shadow,-webkit-box-shadow;
  position: relative;
  color: #d17842;
}

.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 120, 129, .5)
}

.swal2-styled.swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, .5)
}

.swal2-styled:focus {
  outline: 0
}

.swal2-styled::-moz-focus-inner {
  border: 0
}

.swal2-footer {
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px
}

.swal2-timer-progress-bar {
  width: 100%;
  height: .25em;
  background: rgba(0, 0, 0, .2)
}

.swal2-image {
  max-width: 100%;
  margin: 2em auto 1em
}

.swal2-close {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color .1s, box-shadow .1s;
  border: none;
  border-radius: 5px;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end
}

.swal2-close:hover {
  transform: none;
  background: 0 0;
  color: #f27474
}

.swal2-close:focus {
  outline: 0;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, .5)
}

.swal2-close::-moz-focus-inner {
  border: 0
}

.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em .3em;
  padding: 0;
  overflow: auto;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
  font-size: 0.875rem;
  color: #83858e !important;
}

.swal2-checkbox, .swal2-file, .swal2-input, .swal2-radio, .swal2-select, .swal2-textarea {
  margin: 1em 2em 3px
}

.swal2-file, .swal2-input, .swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition: border-color .1s, box-shadow .1s;
  border: 1px solid #d9d9d9;
  border-radius: .1875em;
  background: 0 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em
}

.swal2-file.swal2-inputerror, .swal2-input.swal2-inputerror, .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important
}

.swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(100, 150, 200, .5)
}

.swal2-file::-moz-placeholder, .swal2-input::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #ccc
}

.swal2-file:-ms-input-placeholder, .swal2-input:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #ccc
}

.swal2-file::placeholder, .swal2-input::placeholder, .swal2-textarea::placeholder {
  color: #ccc
}

.swal2-range {
  margin: 1em 2em 3px;
  background: #fff
}

.swal2-range input {
  width: 80%
}

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center
}

.swal2-range input, .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em
}

.swal2-input {
  height: 2.625em;
  padding: 0 .75em
}

.swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: 0 0;
  font-size: 1.125em
}

.swal2-textarea {
  height: 6.75em;
  padding: .75em
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: 0 0;
  color: inherit;
  font-size: 1.125em
}

.swal2-checkbox, .swal2-radio {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit
}

.swal2-checkbox label, .swal2-radio label {
  margin: 0 .6em;
  font-size: 1.125em
}

.swal2-checkbox input, .swal2-radio input {
  flex-shrink: 0;
  margin: 0 .4em
}

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0
}

.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: .625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300
}

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto .6em;
  border: .25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em
}

.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg)
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg)
}

.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon .5s;
  animation: swal2-animate-error-icon .5s
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark .5s;
  animation: swal2-animate-error-x-mark .5s
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86
}

.swal2-icon.swal2-warning.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon .5s;
  animation: swal2-animate-error-icon .5s
}

.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
  -webkit-animation: swal2-animate-i-mark .5s;
  animation: swal2-animate-i-mark .5s
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee
}

.swal2-icon.swal2-info.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon .5s;
  animation: swal2-animate-error-icon .5s
}

.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
  -webkit-animation: swal2-animate-i-mark .8s;
  animation: swal2-animate-i-mark .8s
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd
}

.swal2-icon.swal2-question.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon .5s;
  animation: swal2-animate-error-icon .5s
}

.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
  -webkit-animation: swal2-animate-question-mark .8s;
  animation: swal2-animate-question-mark .8s
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -.25em;
  left: -.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: .25em solid rgba(165, 220, 134, .3);
  border-radius: 50%
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .8125em;
  width: 1.5625em;
  transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg)
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip .75s;
  animation: swal2-animate-success-line-tip .75s
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long .75s;
  animation: swal2-animate-success-line-long .75s
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in
}

.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: 0 0;
  font-weight: 600
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative
}

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6
}

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #2778c4
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent
}

.swal2-show {
  -webkit-animation: swal2-show .3s;
  animation: swal2-show .3s
}

.swal2-hide {
  -webkit-animation: swal2-hide .15s forwards;
  animation: swal2-hide .15s forwards
}

.swal2-noanimation {
  transition: none
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0
}

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto
}

.swal2-no-war {
  display: flex;
  position: fixed;
  z-index: 1061;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.375em;
  background: #20232a;
  color: #fff;
  text-align: center
}

.swal2-no-war a {
  color: #61dafb;
  text-decoration: none
}

.swal2-no-war a:hover {
  text-decoration: underline
}

@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-.625em) rotateZ(2deg)
  }
  33% {
    transform: translateY(0) rotateZ(-2deg)
  }
  66% {
    transform: translateY(.3125em) rotateZ(2deg)
  }
  100% {
    transform: translateY(0) rotateZ(0)
  }
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-.625em) rotateZ(2deg)
  }
  33% {
    transform: translateY(0) rotateZ(-2deg)
  }
  66% {
    transform: translateY(.3125em) rotateZ(2deg)
  }
  100% {
    transform: translateY(0) rotateZ(0)
  }
}

@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0
  }
}

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0
  }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0
  }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em
  }
}

@-webkit-keyframes swal2-show {
  0% {
    transform: scale(.7)
  }
  45% {
    transform: scale(1.05)
  }
  80% {
    transform: scale(.95)
  }
  100% {
    transform: scale(1)
  }
}

@keyframes swal2-show {
  0% {
    transform: scale(.7)
  }
  45% {
    transform: scale(1.05)
  }
  80% {
    transform: scale(.95)
  }
  100% {
    transform: scale(1)
  }
}

@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1
  }
  100% {
    transform: scale(.5);
    opacity: 0
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1
  }
  100% {
    transform: scale(.5);
    opacity: 0
  }
}

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0
  }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em
  }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0
  }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em
  }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em
  }
}

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em
  }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg)
  }
  5% {
    transform: rotate(-45deg)
  }
  12% {
    transform: rotate(-405deg)
  }
  100% {
    transform: rotate(-405deg)
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg)
  }
  5% {
    transform: rotate(-45deg)
  }
  12% {
    transform: rotate(-405deg)
  }
  100% {
    transform: rotate(-405deg)
  }
}

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(.4);
    opacity: 0
  }
  50% {
    margin-top: 1.625em;
    transform: scale(.4);
    opacity: 0
  }
  80% {
    margin-top: -.375em;
    transform: scale(1.15)
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(.4);
    opacity: 0
  }
  50% {
    margin-top: 1.625em;
    transform: scale(.4);
    opacity: 0
  }
  80% {
    margin-top: -.375em;
    transform: scale(1.15)
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1
  }
}

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0
  }
  100% {
    transform: rotateX(0);
    opacity: 1
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0
  }
  100% {
    transform: rotateX(0);
    opacity: 1
  }
}

@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg)
  }
  100% {
    transform: rotateY(0)
  }
}

@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg)
  }
  100% {
    transform: rotateY(0)
  }
}

@-webkit-keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: .4
  }
  50% {
    transform: rotateZ(15deg);
    opacity: .8
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1
  }
  100% {
    transform: rotateX(0);
    opacity: 1
  }
}

@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: .4
  }
  50% {
    transform: rotateZ(15deg);
    opacity: .8
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1
  }
  100% {
    transform: rotateX(0);
    opacity: 1
  }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden
}

body.swal2-height-auto {
  height: auto !important
}

body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none
}

body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all
}

body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important
  }
}

body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto
}

body.swal2-toast-shown .swal2-container.swal2-top-left, body.swal2-toast-shown .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0
}

body.swal2-toast-shown .swal2-container.swal2-center-left, body.swal2-toast-shown .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%)
}

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-left, body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto
}

body {
  color: #f3f3f3;
}
