/*body {
    background: linear-gradient(#777 15%, #F9F0D3 0);
    background-repeat: no-repeat;
    background-color: #F9F0D3;
}
.form-control {
    height: 40px;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    .error {
        color: red;
    }
}

.w-33 {
	width: 33%;
}
[onclick] {
    cursor: pointer;
}
footer {
    background-color: #FCF5F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    min-height: 40px;
	position: absolute;
	width: 100%;
	bottom: 0;
}
// For month year only
.ui-datepicker-calendar {
    //display: none;
}

.go-prev-section{
	cursor: pointer;
}

.go-next-section{
	cursor: pointer;
}

.website-container {
    //height: calc(100vh - 40px);
    display: flex;
    justify-content: center;
    align-items: center;
	position: absolute;
	width: 100%;
}

.website-form-container {
    display: flex;
    background-color: #F9F0D3;
    width: 100%;
    margin:50px;
    height: 100%!important;
    min-height: 600px;
    margin-top: 73px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 5px 0px #b2b2b2;
    .website-form {
        display: flex;
        flex-direction: column;
        flex: 1;
        .actions {
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            &.start {
                justify-content: center;
            }
            &.submission, &.steps {
                // justify-content: center;
                display: none;
                // text-align: center;
            }
        }
        .content {
            display: flex;
            flex-direction: column;
            flex: 1;
            margin-bottom: 15px;
            .section {
                display: none;
                flex-direction: column;
                flex: 1;
                // overflow: auto;
                position: relative;
                padding: 0 0 20px 0;
                .header {
                    background-color: #F0CCCC;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    padding: 8px 16px;
                    position: absolute;
                    width: 100%;
                    z-index: 10;
                    .title {
                        font-weight: bold;
                        width: 100%;
                        text-align: center;
                        color: #FFFFFF;
                    }
                }
                .header-step {
                    margin-top: 50px;
                    .step {
                        height: 15px;
                        width: 15px;
                        margin: 10px;
                        background-color: #FFFFFF;
                        border-radius: 50%;
                        display: inline-block;
                        &.active {
                            background-color: #6F4D87;
                        }
                    }
                }
                .custom_select {
                    width: 100%;
                    .dropdown-toggle {
                        background-color: #ffffff;
                        color: #495057;
                        border: none;
                        border-bottom: 1px solid #ced4da;
                        border-radius: 0;
						height: 35px;
                    }
                }
                .logo {
                    position: absolute;
                    right: 10px;
                    top: 10px;
                    width: 100px;
                }
                &.active {
                    display: flex;
                }
                &#section-1, &#select-section {
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                }
                &.product-details {
                    .preview-image-wrapper img {
                        max-width: 200px;
                    }
                }
                &.complete {
                    justify-content: center;
                    align-items: center;
                }
                &.terms {
                    padding: 20px;
                }
                .content {
                    padding: 20px;
                    .tips-container {
                        padding: 5px;
                        // background-color: #F7F0D6;
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        flex-direction: column;
                        margin-bottom: 10px;
                        .tips-image {
                            object-fit: contain;
                            width: 100%;
                            margin: 0 5px;
                            &.center {
                                width: 32%;
                            }
                        }
                        .tips-text {
                            text-align: center;
                            font-size: 12px;
                            margin-top: 10px;
                            .product-series-name {
                                color: #0000ff;
                            }
                            .product-number {
                                color: #ff0000;
                            }
                        }
                    }
                }
                .rating-container {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    flex-direction: column;
                    .rating-image {
                        margin: 20px;
                    }
                    .rating-text {
                        margin: 10px 0;
                        font-size: 14px;
                    }
                }
                &.review {
                    .review-image {
                        width: 100%;
                    }
                    .sign-check-image {
                        width: 100%;
                        margin: 20px 0;
                    }
                }
                .required-label {
                    color: red;
                    font-size: 12px;
                }
                .terms {
                    font-size: 12px;
                }
            }
            label.required {
                &::after {
                    content: '*';
                    color: red;
                    margin-left: 10px;
                }
            }
        }
        .btn-theme {
            background-color: #F0CCCC;
        }
    }
}

#comfirmSubmitModal{
	.btn-theme {
		background-color: #F0CCCC;
	}
}

.custom-range{
	height: 100px;
}

.custom-range::-webkit-slider-thumb {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: -12px;
}

.section-symptoms {
    img {
        width: 100%;
    }
    .image_overlay {
        width: 300px;
        margin: 20px auto;
        position: relative;
        height: 300px;
        img {
            position: absolute;
        }
        [onclick],
        [tapAction] {
            width: 50px;
            height: 50px;
            position: absolute;
            span {
                font-size: 10px;
            }
        }
    }
    [onclick],
    [customSelectString],
    [multiSelectString],
    [tapAction] {
        position: relative;
        cursor: pointer;
        span {
            color: white;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
        }
    }
    [iftapped=show] {
        display: none;
    }
}
.saveReview footer{
    background-color:#F9F0D3!important;
  }

  #section-15{
    margin:auto;
    margin-top: 50%;
    width: 80%!important;
    img{
        width:100%!important;
        padding-bottom: 50px!important;
    }
   
  }

@media only screen and (max-width: 768px) {
  .w-50{
    width: 70%!important;
  }
  .saveReview footer{
    background-color:#F9F0D3!important;
  }

  .saveReview .section.complete{
    margin: auto;
    width: 50%!important;
    img{
        width:100%!important;
        padding-bottom: 50px!important;
    }
  }
}

@media only screen and (max-width: 568px) {
  .w-50{
    width: 75%!important;
  }[customselection]{
   width: 100%!important;
  }
  .w-75{
    width: 100%!important;
  }
  .website-form-container{
    margin:0;
    height: 100%;
    box-shadow: none!important;
    overflow-y: scroll;
  }
  .website-container{
    // height: 100%;
  }
  body{
    line-height: 16px;
  }
  .p-2{
    padding: 0.25rem;
  }
  .m-4{
    margin: 0px!important;
  }
  .saveReview footer{
    background-color:#F9F0D3!important;
  }

  #section-15{
    margin: auto;
    margin-top: 50%;
    width: 50%!important;
    img{
        width:100%!important;
        padding-bottom: 50px!important;
    }
  }

}*/

.carousel-indicators {
  height: 50px;
  z-index: 1;
}

.carousel-inner .item {
  height: 100%;
  width: 100%;
}

.carousel-inner .item .single-slide-item > img {
  width: 100%;
}

.bmi-text {
  padding-top: 20px;
  font-size: 50px;
}

.bmi-text .bmi {
  color: #eb878d;
}

.bmi-text .bmi.noResult {
  font-size: 23px;
}

.bmi-label {
  font-size: 20px;
  text-decoration: underline;
}

.divider {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid black;
}

.emoji {
  font-size: 70px;
}

.band-size-bra-image-wrapper {
  padding-top: 20px;
}

.products-right-grid1-add-cart p a.cannot-redeem {
  color: grey;
}

.checkout-right-basket button {
  padding: 10px 30px;
  color: #fff;
  font-size: 1em;
  background: #212121;
  text-decoration: none;
}

.checkout-right-basket button:hover {
  background: #D8703F;
}

.version-number {
  color: transparent;
}

.version-number::-moz-selection {
  color: white;
}

.version-number::selection {
  color: white;
}

.review-item {
  margin: 3rem 0 0;
}

.product-list-paging {
  margin: 3rem 0 0;
}

.product-list-paging .paging-btn {
  outline: none;
  border: none;
  padding: 10px 0;
  font-size: 1em;
  color: #fff;
  display: block;
  width: 100%;
  background: #e6b6bf;
}

.product-list-paging .paging-btn[disabled='disabled'] {
  background: grey;
}

.product-list-paging select {
  outline: none;
  border: 1px solid #DBDBDB;
  padding: 10px;
  font-size: 14px;
  color: #999;
  display: block;
  width: 80%;
}

@media only screen and (max-width: 1024px) {
  .product-list-paging select {
    width: auto;
  }
}

.ui-datepicker select.ui-datepicker-year {
  color: #000;
}

.email-not-verified-msg {
  color: red;
}

.email-verified-msg {
  color: green;
}

.information-btn {
  width: 100%;
  padding-top: 56%;
}

.modal.review-modal {
  top: 30%;
  width: 50%;
  margin: auto;
}

.modal.review-modal .modal-content {
  text-align: center;
  background-color: #f5eccd;
}

.modal.review-modal .modal-content .modal-header,
.modal.review-modal .modal-content .modal-body {
  border: unset;
}

.modal.review-modal .modal-content .modal-body #bracode-info-carousel .carousel-indicators {
  bottom: -9.5%;
}

.modal.review-modal .modal-content .modal-body #bracode-info-carousel .single-slide-item .bra-type-info-image {
  width: 50%;
  margin: auto;
}

.modal.review-modal .modal-content .modal-body #bracode-info-carousel .single-slide-item .barcode-image {
  width: 40%;
  margin: auto;
}

.modal.review-modal .modal-content .modal-body video {
  width: 400px;
}

.modal.review-modal .modal-content .modal-body .info-image {
  width: 500px;
}

.bra-type-reference .bra-type-title {
  font-weight: 900;
}

#bra-type-info-carousel .bra-type-title {
  font-weight: 900;
}

#bra-type-info-carousel .carousel-indicators {
  bottom: -8.5%;
}

.reference-slide .carousel-inner .item {
  height: unset;
  padding-bottom: 15px;
}

.review-warning-msg-image {
  width: 250;
}

.review-warning-msg-title {
  padding-top: 10px;
  padding-bottom: 5%;
  font-size: 24px;
}

.review-warning-msg-detail {
  padding-top: 10px;
  font-size: 20px;
  padding-bottom: 20px;
}

.review-warning-btn {
  outline: none;
  border: none;
  padding: 10px 0;
  font-size: 1em;
  color: #fff;
  display: block;
  width: 40%;
  background: #000;
  margin: auto;
}

.form-group .bootstrap-select .dropdown-toggle {
  height: 40px;
  margin-top: 0;
  padding-left: 10px;
  background: #fff;
  color: #999;
  outline: none;
  border: 1px solid #DBDBDB;
}

@media only screen and (max-width: 1024px) {
  .modal#info-modal .modal-content .modal-body #bracode-info-carousel .carousel-indicators {
    bottom: -17.5%;
  }

  .modal#info-modal .modal-content .modal-body #bracode-info-carousel .single-slide-item .bra-type-info-image,
  .modal#info-modal .modal-content .modal-body #bracode-info-carousel .single-slide-item .barcode-image {
    width: 100%;
    margin: auto;
  }

  .modal#info-modal .modal-content .modal-body video {
    width: 100%;
  }

  .modal#info-modal .modal-content .modal-body .info-image {
    width: 100%;
  }

  .review-warning-msg-image {
    width: 100px;
  }

  .review-warning-msg-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .review-warning-msg-detail {
    padding-top: 10px;
    font-size: 10px;
    padding-bottom: 20px;
  }

  .review-warning-btn {
    outline: none;
    border: none;
    padding: 10px 0;
    font-size: 1em;
    color: #fff;
    display: block;
    width: 80%;
    background: #000;
    margin: auto;
  }
}

.radarPie-container {
  width: 600px;
}

.radarPie-container .radarPie-wrapper {
  width: 500px;
}

.radarPie-container #mobile-Chart4 {
  display: none;
}

.close {
  font-size: 40px;
  padding-left: 95%;
  font-weight: 100;
}

@media only screen and (max-width: 768px) {
  .information-btn {
    width: 10%;
    padding-top: 7%;
  }
}

@media only screen and (max-width: 479px) {
  .bmi-text {
    padding-top: 10px;
    font-size: 30px;
  }

  .bmi-text .bmi {
    color: #eb878d;
  }

  .bmi-label {
    font-size: 15px;
    text-decoration: underline;
  }

  .emoji {
    font-size: 50px;
  }

  .band-size-bra-image-wrapper {
    padding-top: unset;
  }

  #header-carousel {
    height: 240px;
  }

  .radarPie-container {
    width: unset;
  }

  .radarPie-container .radarPie-wrapper {
    width: unset;
  }

  .radarPie-container #Chart4 {
    display: none;
  }

  .radarPie-container #mobile-Chart4 {
    display: block;
  }

  .close {
    font-size: 30px;
    padding-left: 87%;
  }
}

