#dell-gift-main {
  font-family: "Open Sans", sans-serif;
  white-space: normal;
}
@media (max-width: 767px) {
  #dell-gift-main > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
#dell-gift-main input[type=number]::-webkit-outer-spin-button, #dell-gift-main input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#dell-gift-main .form-control {
  background-clip: padding-box;
}
#dell-gift-main input[type=number] {
  -moz-appearance: textfield;
}
#dell-gift-main .dell-gift-wrapper {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background: #f9f9f9;
  padding: 25px;
  min-height: 100vh;
}
#dell-gift-main .dell-gift-wrapper .dgw-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: column;
}
#dell-gift-main .dell-gift-wrapper .dgw-header .dgw-logo {
  margin-right: 15px;
}
#dell-gift-main .dell-gift-wrapper .dgw-header .dgw-logo img {
  display: inline-block;
  max-width: 80px;
  height: auto;
}
#dell-gift-main .dell-gift-wrapper .dgw-header .dgw-heading h1 {
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 767px) {
  #dell-gift-main .dell-gift-wrapper .dgw-header .dgw-heading h1 {
    font-size: 18px;
  }
}
#dell-gift-main .dell-gift-wrapper .dgw-header .dgw-heading h4 {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #dell-gift-main .dell-gift-wrapper .dgw-header .dgw-heading h4 {
    font-size: 14px;
  }
}
#dell-gift-main .dell-gift-wrapper .dgw-body {
  margin-top: 20px;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-step-final {
  display: none;
  margin-left: -25px;
  margin-right: -25px;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-step-final .dgw-step-final-img img {
  display: block;
  max-width: 75%;
  height: auto;
  margin: 0 auto;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-step-final .dgw-step-final-note {
  margin-top: 15px;
  font-size: 12px;
  text-align: justify;
  color: #777;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-step-final .dgw-step-final-gift {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  #dell-gift-main .dell-gift-wrapper .dgw-body .dgw-step-final .dgw-step-final-gift {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-step-final .dgw-step-final-gift > p {
  font-weight: 600;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-step-final .dgw-step-final-gift .gift-fill {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  padding: 12px 10px;
  background: #d4f1ff;
  color: #222;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
#dell-gift-main .dell-gift-wrapper .dgw-body.final-step .dgw-line-step, #dell-gift-main .dell-gift-wrapper .dgw-body.final-step .dgw-content {
  display: none;
}
#dell-gift-main .dell-gift-wrapper .dgw-body.final-step .dgw-step-final {
  display: block;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-line-step {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-line-step:before {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px solid #ececec;
  left: 0;
  right: 0;
  z-index: 1;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-line-step .dgw-line-step-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #777;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ececec;
  position: relative;
  font-size: 15px;
  z-index: 2;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-line-step .dgw-line-step-item.active {
  background: #007eba;
  color: #fff;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item {
  display: none;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item.active {
  display: block;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item.dgw-step-3 .dgw-step-item-heading {
  margin-bottom: 0;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item .form-nation-id {
  margin-top: 20px;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item .form-nation-id label {
  margin-top: 0;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item .form-nation-id > p {
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item .dgw-step-item-heading {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item .dgw-step-item-heading {
    font-size: 16px;
  }
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item .dgw-form-upload {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}
.dgw-form-upload form {
  text-decoration: underline;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item .dgw-form-upload .dgw-preview-area {
  display: none;
  max-width: 200px;
  margin: 0 auto;
  height: auto;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item .dgw-form-upload.preview-active .dgw-preview-area {
  display: block;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item .dgw-form-upload.preview-active svg {
  display: none;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item .dgw-form-upload svg {
  width: 50px;
  fill: #4c4c4c;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item .dgw-form-upload span {
  color: #222;
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item label {
  font-weight: normal;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item label span {
  color: #f90e0e;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item .form-control {
  box-shadow: none;
  outline: 0;
  border-radius: 2px;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item .dwg-error-log {
  display: none;
  font-size: 12px;
  margin-top: 4px;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item .form-error {
  border-color: #fd4b4b;
  background: #ffeeee;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item .form-error + .dwg-error-log {
  display: block;
  color: #fd4b4b;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item .dgw-foot {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item .dgw-foot.space-foot {
  justify-content: space-between;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item .dgw-foot .dgw-next-step {
  display: inline-block;
  padding: 8px 50px 6px;
  color: #fff;
  background: #007eba;
  border-radius: 2px;
  box-shadow: none;
  outline: 0;
  border: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item .dgw-foot .dgw-next-step:hover {
  background: #076fa0;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item .dgw-foot .dgw-back-step {
  background: none;
  border: none;
  box-shadow: none;
  outline: 0;
  display: inline-flex;
  align-items: center;
  color: #666;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item .dgw-foot .dgw-back-step svg {
  width: 20px;
  width: 14px;
  margin-right: 5px;
}
#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item .dgw-foot {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.haravan-upload .dgw-form-upload,.cancel-file {
  margin-top: 10px!important;
}
.btn-cancel-file {
  text-decoration: underline;
  cursor: pointer;
}
/*# sourceMappingURL=styles.css.map */
body.lock-scroll {
  overflow: hidden;
}

.processing-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: scroll;
}
.processing-bar.active {
  opacity: 1;
  visibility: visible;
}
.processing-bar .lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.processing-bar .lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.processing-bar .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #007eba;
}
.processing-bar .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.processing-bar .lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.processing-bar .lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.processing-bar .lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.processing-bar .lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.processing-bar .lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.processing-bar .lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.processing-bar .lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.processing-bar .lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.processing-bar .lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.processing-bar .lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.processing-bar .lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*toast message css*/
.toast-error {
  background-color: #fcf1c5;
  border-top: 1px solid #fddfb1
}

#toast-container {
  position: fixed;
  z-index: 999999;
  left: 0 !important;
  width: 100% !important;
  text-align: center;
  background: black;
}

#toast-container *, #toast-main * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#toast-container > div, #toast-main > div {
  margin: 0 0 6px;
  padding: 30px 10px 30px 10px;
  width: 300px;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80)
}

#toast-container > :hover, #toast-main > :hover {
}

#toast-container > .toast-info, #toast-main > .toast-info {
}

#toast-container > .toast-error {
}

#toast-container > .toast-success {
}

#toast-container > .toast-warning {
}

#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div, #toast-main.toast-top-full-width > div, #toast-main.toast-bottom-full-width > div {
  width: 100%;
  margin: auto
}


@media all and (max-width: 240px) {
  #toast-container > div, #toast-main > div {
    /* padding: 8px 8px 8px 50px; */
    width: 11em
  }

  #toast-container .toast-close-button, #toast-main .toast-close-button {
    right: -.2em;
    top: -.2em
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div, #toast-main > div {
    /* padding: 8px 8px 8px 50px; */
    width: 18em
  }

  #toast-container .toast-close-button, #toast-main .toast-close-button {
    right: -.2em;
    top: -.2em
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div, #toast-main > div {
    padding: 15px 15px 15px 50px;
    width: 25em
  }
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: auto
}
#blanklayout ~ .toast-bottom-full-width {
  left: 0
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 16px
}

.toast-message a, .toast-message label {
  color: #fff
}

.toast-message a:hover {
  color: #ccc;
  text-decoration: none
}

.toast-message a {
  color: #479ccf
}

.toast-message a:hover {
  color: #479ccf;
  text-decoration: underline
}
.toast {
  background-color: #030303
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: auto
}
.toast-error .toast-message {
  color: #fff;
  font-size: 17px
}

#dell-gift-main .dell-gift-wrapper .dgw-body .dgw-content .dgw-step-item .dgw-more-note{
  margin-top: 20px;
}
.dgw-more-note-heading{
  font-size: 13px;
  color: #777;
}
.dgw-more-note-hotline{
  display: flex;
  flex-wrap: wrap;
}
.dgw-more-note-hotline-item{
  display: inline-flex;
  width: 50%;
  align-items: center;
}
.dgw-more-note-hotline-item svg{
  width: 18px;
  height: auto;
  margin-right: 8px;
  fill: #007eba;
}
.dgw-more-note-hotline-item a{
  text-decoration: none;
  color: #af6729;
  font-weight: 600;
}

.dgw-more-note-hyperlink{
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.dgw-more-note-hyperlink a{
  color: #e23030;
  text-decoration: underline;
}

@media(max-width: 767px){
  .dgw-more-note-heading{
    margin-bottom: 5px;
  }
  .dgw-more-note-hotline-item{
    width: 100%;
    margin-top: 10px;
  }
  .dgw-more-note-hyperlink{
    justify-content: flex-start;
  }
}

.no-padding {
  padding: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.no-margin-all {
  margin: 0px !important;
}

/*.config-event-march-hidden {*/
/*  display: none !important;*/
/*}*/

.title-tip {
  text-decoration: none
}
.title-tip:hover {
  cursor: help;
  position: relative
}
.title-tip span {
  display: none
}
.title-tip:hover span {
  padding: 5px 20px 5px 5px;
  display: block;
  z-index: 100;
  left: 0px;
  margin: 10px;
  width: 270px;
  position: absolute;
  top: -20px;
  text-transform: initial;
  font-size: 13px;
  text-align: center;
}
.table-reward {
  border: 1px solid #dddddd;
  width: 100%;
}
.table-reward tr {

}
.table-reward th {
  border: 1px solid #dddddd;
  color: #333;
  font-size: 14px;
  padding: 5px;
}
.table-reward td {
  border: 1px solid #dddddd;
  color: #333;
  font-size: 14px;
  padding: 5px;
}
.error-field {
  color: yellow;
  font-size: 12px;
  margin-top: 4px;
}
.error-input {
  border-color: yellow !important;
  background: yellow !important;
}
.header-title-lelve-1{
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
.header-title-lelve-2{
  color: #FFFFFF;
  font-weight: lighter;
  text-align: center;
}
.btn-reward {
  width: 100%;
  max-width: 500px;
  background-color: #FFFFFF;
  color: #3797ff;
  line-height: 40px;
  position: fixed;
  bottom: 0px;
  border: none;
}
.image-reward {
  width: 250px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.btn-copy {
  font-size: 10px;
  padding: 1px 5px;
  border: 1px solid #ddd;
  color: black;
  background: white;
  border-radius: 2px;
}
.note-alert {
  color: #FFFFFF;
  text-align: center;
  font-style: italic;
}
.flex {
  display: flex;
}
.m-none {
  margin: 0px;
}
.m-l-xs {
  margin-left: 5px;
}
.dell-gift-wrapper-reward {
  background-color: #3797ff !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-yellow {
  color: yellow !important;
}
.text-underline {
  text-decoration: underline;
}