/* Variables scss imported */
/* mixin scss imported */
/* Base scss imported */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  overflow-y: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-x: hidden;
  background-color: #F2F1F7;
  font-family: "Roboto", sans-serif;
}

#app {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Bai Jamjuree", sans-serif;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  background-color: #F2F1F7;
  height: 100vh;
}

* {
  -webkit-overflow-scrolling: touch;
}

/*
!* width *!
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

!* Track *!
::-webkit-scrollbar-track {
  background: #ffffff;
}
::-webkit-scrollbar-track {
  background: transparent
}
*/
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

.primary--text {
  color: #7DD4FF !important;
}

.accent--text {
  color: #7DD4FF !important;
}

.v-date-picker-years li {
  display: block;
}

.p-0 {
  padding: 0px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-12 {
  padding: 12px !important;
}

.p-16 {
  padding: 16px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-t-16 {
  padding-top: 16px !important;
}

.p-r-16 {
  padding-right: 16px !important;
}

.p-b-16 {
  padding-bottom: 16px !important;
}

.p-l-16 {
  padding-left: 16px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-r-32 {
  padding-right: 32px !important;
}

.p-l-32 {
  padding-left: 32px !important;
}

.m-0 {
  margin: 0px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-l-16 {
  margin-left: 16px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-t-22 {
  margin-top: 22px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-b-64 {
  margin-bottom: 64px !important;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

/* Components scss imported */
.raj-text-input-field .v-text-field .v-input__control {
  min-height: 45px;
  padding: 0;
}
.raj-text-input-field .v-text-field .v-input__control .v-input__slot {
  background-color: #FFFFFF;
  border-radius: 6px;
}
.raj-text-input-field .v-text-field .v-input__control .v-input__slot .v-text-field__slot label {
  color: #999999;
  font-size: 20px;
  top: calc(50% - 10px);
}
.raj-text-input-field .v-text-field .v-input__control .v-input__slot .v-text-field__slot input {
  color: #757575;
}
.raj-text-input-field .v-text-field .v-input__control .v-input__slot .v-input__append-inner .v-input__icon .material-icons {
  color: #757575;
}

.raj-header-fixed-top {
  background-color: #fff;
  padding: 6px;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2);
}

.raj-button-fixed-bottom {
  background-color: #fff;
  padding: 6px;
  text-align: right;
  z-index: 1;
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.2);
}

.raj-button-light {
  background-color: #999999 !important;
  color: #ffffff !important;
  border-radius: 3px;
}
.raj-button-light:hover {
  background-color: #666666 !important;
}

.raj-button-dark {
  background-color: #596363 !important;
  color: #ffffff !important;
  border-radius: 3px;
}
.raj-button-dark:hover {
  background-color: #596363 !important;
}

.raj-wafer-button-dark {
  color: #fff !important;
  background-color: #3172D0 !important;
  border-radius: 3px !important;
  box-shadow: none !important;
}

.raj-data-table table {
  cursor: pointer;
}
.raj-data-table table .accent--text {
  color: #515a75 !important;
}
.raj-data-table table thead tr {
  border: none !important;
  box-shadow: 0 0 10px #dfe6f9;
}
.raj-data-table table thead tr th {
  padding: 0 10px !important;
  font-size: 15px !important;
  color: #515a75 !important;
  font-family: "Bai Jamjuree", sans-serif;
}
.raj-data-table table thead tr th i {
  color: #000000 !important;
}
.raj-data-table table tbody tr {
  border: none !important;
}
.raj-data-table table tbody tr:hover {
  background-color: transparent !important;
}
.raj-data-table table tbody tr td {
  padding: 10px !important;
  font-size: 13px !important;
}

.raj-data-table-border table {
  cursor: pointer;
}
.raj-data-table-border table .accent--text {
  color: #515a75 !important;
}
.raj-data-table-border table thead tr {
  border: none !important;
  box-shadow: 0 0 10px #dfe6f9;
}
.raj-data-table-border table thead tr th {
  padding: 0 10px !important;
  font-size: 15px !important;
  color: #515a75 !important;
  font-family: "Bai Jamjuree", sans-serif;
  border-right: 1px solid #e4e4e4;
}
.raj-data-table-border table thead tr th:last-child {
  border-right: none;
}
.raj-data-table-border table thead tr th i {
  color: #000000 !important;
}
.raj-data-table-border table tbody tr {
  border: none !important;
}
.raj-data-table-border table tbody tr:hover {
  background-color: transparent !important;
}
.raj-data-table-border table tbody tr td {
  padding: 10px !important;
  font-size: 13px !important;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.raj-data-table-border table tbody tr td:last-child {
  border-right: none;
}

.raj-data-table-border1 table {
  cursor: pointer;
}
.raj-data-table-border1 table .accent--text {
  color: #515a75 !important;
}
.raj-data-table-border1 table thead tr {
  border: none !important;
  box-shadow: 0 0 10px #dfe6f9;
}
.raj-data-table-border1 table thead tr th {
  padding: 0 10px !important;
  font-size: 15px !important;
  color: #515a75 !important;
  font-family: "Bai Jamjuree", sans-serif;
  border-right: 1px solid #e4e4e4;
}
.raj-data-table-border1 table thead tr th:last-child {
  border-right: none;
}
.raj-data-table-border1 table thead tr th i {
  color: #000000 !important;
}
.raj-data-table-border1 table tbody tr {
  border: none !important;
}
.raj-data-table-border1 table tbody tr:hover {
  background-color: transparent !important;
}
.raj-data-table-border1 table tbody tr td {
  padding: 10px !important;
  font-size: 13px !important;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.raj-data-table-border1 table tbody tr td:last-child {
  border-right: none;
}

.raj-data-table-border1 table thead th:nth-child(1) {
  width: 50px !important;
}

.raj-data-table-border1 table thead th:nth-child(6) {
  width: 150px !important;
}

.fixed-header th {
  background-color: #fff;
  box-shadow: 0 0 0 #dfe6f9;
  position: sticky;
  top: 0;
  z-index: 1;
}

.fixed-header tr.v-datatable__progress th {
  top: 56px;
}

.fixed-header .v-table__overflow {
  overflow: auto;
  max-height: calc(100vh - 100px);
}

.fixed-header1 tr.v-datatable__progress th {
  top: 56px;
}

.fixed-header1 .v-table__overflow {
  overflow: auto;
  max-height: calc(100vh - 100px);
  width: auto;
}

@media only screen and (max-width: 767px) {
  .fixed-header1 .v-table__overflow {
    overflow-x: scroll;
    width: calc(100vw - 90px);
  }
}
.raj-tabs .v-tabs__bar .v-tabs__container {
  margin-top: 10px;
}
.raj-tabs .v-tabs__bar .v-tabs__container .v-tabs__slider {
  background-color: #515a75 !important;
}
.raj-card {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 3px 6px #e6e6e6 !important;
}

.raj-wafer-card {
  border-radius: 4px;
  background-color: #ffffff !important;
  box-shadow: 0 2px 6px rgba(195, 195, 195, 0.5) !important;
  margin: 3px 6px;
}

.raj-radio-button label {
  color: #666666;
}
.raj-radio-button .v-input--selection-controls__input .primary--text {
  color: #45B1E6 !important;
}
.raj-radio-button .v-input--selection-controls__input .accent--text {
  color: #45B1E6 !important;
}

/* modules scss imported */
.raj-request {
  background-color: #f5f5f5 !important;
}
.raj-request .raj-requestlist {
  padding: 10px 0;
  word-break: break-word;
}
.raj-request .raj-requestlist p {
  margin-bottom: 5px;
  color: #868686;
}
.raj-request .raj-requestlist span {
  font-size: 16px;
}

.raj-requestlist-dialog {
  padding: 5px 0;
}
.raj-requestlist-dialog p {
  margin-bottom: 5px;
  color: #868686;
}
.raj-requestlist-dialog span {
  font-size: 16px;
}

.raj-datepicker .mx-datepicker .mx-datepicker-popup {
  top: 32px !important;
}

/*.raj-chips-autocomplete{
  .v-select__selections{
    height: calc(100vh - 536px);
    overflow-y: scroll;
  }
}*/
.raj-sales-images {
  display: table;
  vertical-align: middle;
  margin: 0 auto;
}
.raj-sales-images img {
  display: table-cell;
  vertical-align: middle;
}

.raj-sales-order {
  display: table;
  height: 100%;
}
.raj-sales-order span {
  display: table-cell;
  vertical-align: middle;
  font-size: 17px;
  color: #636363;
  -webkit-text-stroke: 0.2px;
}

@media only screen and (max-width: 767px) {
  .raj-datepicker .mx-datepicker {
    width: 100% !important;
  }
  .raj-datepicker .mx-datepicker .mx-datepicker-popup {
    width: 100%;
    left: 0 !important;
    top: 32px !important;
    margin-bottom: 40px;
  }
  .raj-datepicker .mx-datepicker .mx-range-wrapper {
    width: 100%;
  }
  .raj-datepicker .mx-datepicker .mx-range-wrapper .mx-calendar {
    float: none;
  }
  .raj-datepicker .mx-datepicker .mx-range-wrapper .mx-calendar .mx-calendar-content {
    width: auto;
  }
}
.raj-description {
  color: #6b6b6b;
  line-height: 22px;
  text-align: justify;
  text-indent: 35px;
}

.raj-ourteam p {
  color: #6b6b6b;
  text-align: justify;
  line-height: 22px;
}
.raj-ourteam ul li {
  padding-bottom: 10px;
  text-align: justify;
  color: #6b6b6b;
}

.raj-wafer-images {
  width: 60px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.raj-wafer-images img {
  position: relative;
  top: calc(50% - 30px);
}

.raj-list-detils {
  margin-top: 5px;
}
.raj-list-detils .raj-weight {
  float: left;
}
.raj-list-detils .raj-weight p {
  font-size: 11px;
  color: #A6A6A6;
  margin: 0;
}
.raj-list-detils .raj-weight span {
  font-size: 12px;
  color: #4A4A4A;
}
.raj-list-detils .raj-price {
  float: left;
  margin-left: 16px;
}
.raj-list-detils .raj-price p {
  font-size: 11px;
  color: #A6A6A6;
  margin: 0;
}
.raj-list-detils .raj-price span {
  font-size: 12px;
  color: #4A4A4A;
}
.raj-list-detils .raj-box {
  float: left;
  margin-left: 16px;
}
.raj-list-detils .raj-box p {
  font-size: 11px;
  color: #A6A6A6;
  margin: 0;
}
.raj-list-detils .raj-box span {
  font-size: 12px;
  color: #4A4A4A;
}

.raj-main-list span {
  font-size: 10px;
  color: #4A4A4A;
  font-weight: lighter;
}

.raj-wafer-text-field1 {
  width: 100%;
  display: inline;
}
.raj-wafer-text-field1 .form-control {
  width: 40%;
  float: left;
  text-align: center;
  margin: 0 auto;
  height: 25px;
  padding: 0px 4px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4a4a4a;
  background-color: #EBEBEB;
  background-clip: padding-box;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.raj-wafer-text-field1 .form-control:focus {
  color: #4a4a4a;
  background-color: #EBEBEB;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.raj-home-add-button {
  position: relative;
  top: calc(50% - 12px);
}
.raj-home-add-button .raj-button-main-left {
  margin: 0;
  float: left;
  background-color: #5B9EFF !important;
  color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 25px;
  width: 25px;
  box-shadow: none !important;
}
.raj-home-add-button .raj-button-main-right {
  margin: 0;
  background-color: #5B9EFF !important;
  color: #fff;
  float: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 25px;
  width: 25px;
  box-shadow: none !important;
}

.raj-wafer-button button {
  margin: 5px 4px 5px 13px;
  width: 28px !important;
  height: 28px !important;
  border-color: #404040 !important;
  color: #404040 !important;
}

.raj-success-block {
  position: absolute;
  top: calc(50% - 140px);
  left: calc(50% - 135px);
  text-align: center;
}
.raj-success-block h1 {
  font-size: 18px;
  color: #6A6A6A;
}
.raj-success-block img {
  margin: 10px 0;
}
.raj-success-block p {
  margin: 0;
  font-size: 16px;
  color: #9b9b9b;
}
.raj-success-block span {
  color: #45b1e6;
  font-size: 22px;
}

.raj-radius-button {
  position: relative;
  top: calc(50% - 12px);
}
.raj-radius-button button {
  box-shadow: none !important;
  height: 25px !important;
  width: 85px !important;
  margin: 0;
  border-radius: 50px;
  color: #fff !important;
  background-color: #5B9EFF !important;
}

@media only screen and (max-width: 1024px) {
  .raj-wafer-images {
    width: 60px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    position: relative;
  }
  .raj-wafer-images img {
    position: relative;
    top: calc(50% - 30px);
  }

  .raj-wafer-text-field1 {
    width: 100%;
    display: inline;
  }
  .raj-wafer-text-field1 .form-control {
    width: 40%;
    float: left;
    text-align: center;
    margin: 0 auto;
    height: 25px;
    padding: 0px 4px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4a4a4a;
    background-color: #EBEBEB;
    background-clip: padding-box;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }
  .raj-wafer-text-field1 .form-control:focus {
    color: #4a4a4a;
    background-color: #EBEBEB;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
  }

  .raj-wafer-button button {
    margin: 5px 4px 5px 13px;
    width: 60px !important;
    height: 60px !important;
    border-color: #404040 !important;
    color: #404040 !important;
  }
  .raj-wafer-button button i {
    font-size: 25px !important;
  }

  .raj-place-order {
    padding: 10px 0;
    border-bottom: 1px solid #EDEDED;
    margin: 0 15px;
  }
  .raj-place-order .raj-place-header {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .raj-place-order .raj-add-button {
    margin-bottom: 5px;
    position: relative;
    left: calc(50% - 50px);
  }
  .raj-place-order .raj-add-button .raj-button-left {
    margin: 0;
    float: left;
    background-color: #5B9EFF !important;
    color: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 25px;
    width: 25px;
    box-shadow: none;
  }
  .raj-place-order .raj-add-button .raj-button-right {
    margin: 0;
    background-color: #5B9EFF !important;
    color: #fff;
    float: left;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 25px;
    width: 25px;
    box-shadow: none;
  }
  .raj-place-order .raj-place-qty p {
    margin: 0;
    color: #A6A6A6;
    font-size: 13px;
  }
  .raj-place-order .raj-place-qty span {
    color: #4A4A4A;
    font-size: 14px;
  }
  .raj-place-order .raj-place-rs p {
    margin: 0;
    color: #A6A6A6;
    font-size: 13px;
  }
  .raj-place-order .raj-place-rs span {
    color: #4A4A4A;
    font-size: 14px;
  }
  .raj-place-order .raj-place-price {
    text-align: center;
  }
  .raj-place-order .raj-place-price p {
    margin: 0;
    color: #A6A6A6;
    font-size: 13px;
  }
  .raj-place-order .raj-place-price span {
    color: #4A4A4A;
    font-size: 14px;
  }

  .raj-bottom-button-left {
    bottom: 0;
    left: 0;
    width: 50%;
    text-align: center;
    z-index: 1;
    box-shadow: -2px 0 4px rgba(115, 115, 115, 0.5);
    position: fixed;
  }
  .raj-bottom-button-left div {
    width: 100%;
    height: 50px;
    padding: 9px 20px;
    margin: 0;
    color: #45B1E6 !important;
    background-color: #ffffff !important;
  }
  .raj-bottom-button-left div p {
    color: #9B9B9B;
    font-size: 11px;
    margin: 0px;
    display: inline-block;
    width: 50px;
    margin-right: 10px;
  }
  .raj-bottom-button-left div span {
    color: #45B1E6;
    font-size: 20px;
    position: relative;
    top: calc(50% - 20px);
  }

  .raj-bottom-button-right {
    bottom: 0;
    right: 0;
    width: 50%;
    position: fixed;
    box-shadow: -2px 0 4px rgba(115, 115, 115, 0.5);
  }
  .raj-bottom-button-right button {
    width: 100%;
    height: 50px;
    margin: 0;
    font-size: 16px;
    border-radius: 0;
    color: #ffffff !important;
    background-color: #3172D0 !important;
  }

  .raj-success-block {
    position: absolute;
    top: calc(50% - 140px);
    left: calc(50% - 135px);
    text-align: center;
  }
  .raj-success-block h1 {
    font-size: 18px;
    color: #6A6A6A;
  }
  .raj-success-block img {
    margin: 10px 0;
  }
  .raj-success-block p {
    margin: 0;
    font-size: 16px;
    color: #9b9b9b;
  }
  .raj-success-block span {
    color: #45b1e6;
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .raj-wafer-images {
    width: 60px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    position: relative;
  }
  .raj-wafer-images img {
    position: relative;
    top: calc(50% - 30px);
  }

  .raj-wafer-text-field1 {
    width: 100%;
    display: inline;
  }
  .raj-wafer-text-field1 .form-control {
    width: 40%;
    float: left;
    text-align: center;
    margin: 0 auto;
    height: 25px;
    padding: 0px 4px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4a4a4a;
    background-color: #EBEBEB;
    background-clip: padding-box;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }
  .raj-wafer-text-field1 .form-control:focus {
    color: #4a4a4a;
    background-color: #EBEBEB;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
  }

  .raj-wafer-button button {
    margin: 5px 4px 5px 13px;
    width: 40px !important;
    height: 40px !important;
    border-color: #404040 !important;
    color: #404040 !important;
  }
  .raj-wafer-button button i {
    font-size: 18px !important;
  }

  .raj-place-order {
    padding: 10px 0;
    border-bottom: 1px solid #EDEDED;
    margin: 0 15px;
  }
  .raj-place-order .raj-place-header {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .raj-place-order .raj-add-button {
    margin-bottom: 5px;
    position: relative;
    left: calc(50% - 50px);
  }
  .raj-place-order .raj-add-button .raj-button-left {
    margin: 0;
    float: left;
    background-color: #5B9EFF !important;
    color: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 25px;
    width: 25px;
    box-shadow: none;
  }
  .raj-place-order .raj-add-button .raj-button-right {
    margin: 0;
    background-color: #5B9EFF !important;
    color: #fff;
    float: left;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 25px;
    width: 25px;
    box-shadow: none;
  }
  .raj-place-order .raj-place-qty p {
    margin: 0;
    color: #A6A6A6;
    font-size: 13px;
  }
  .raj-place-order .raj-place-qty span {
    color: #4A4A4A;
    font-size: 14px;
  }
  .raj-place-order .raj-place-rs p {
    margin: 0;
    color: #A6A6A6;
    font-size: 13px;
  }
  .raj-place-order .raj-place-rs span {
    color: #4A4A4A;
    font-size: 14px;
  }
  .raj-place-order .raj-place-price {
    text-align: center;
  }
  .raj-place-order .raj-place-price p {
    margin: 0;
    color: #A6A6A6;
    font-size: 13px;
  }
  .raj-place-order .raj-place-price span {
    color: #4A4A4A;
    font-size: 14px;
  }

  .raj-bottom-button-left {
    bottom: 0;
    left: 0;
    width: 50%;
    text-align: center;
    z-index: 1;
    box-shadow: -2px 0 4px rgba(115, 115, 115, 0.5);
    position: fixed;
  }
  .raj-bottom-button-left div {
    width: 100%;
    height: 50px;
    padding: 9px 20px;
    margin: 0;
    color: #45B1E6 !important;
    background-color: #ffffff !important;
  }
  .raj-bottom-button-left div p {
    color: #9B9B9B;
    font-size: 11px;
    margin: 0px;
    display: inline-block;
    width: 50px;
    margin-right: 10px;
  }
  .raj-bottom-button-left div span {
    color: #45B1E6;
    font-size: 20px;
    position: relative;
    top: calc(50% - 20px);
  }

  .raj-bottom-button-right {
    bottom: 0;
    right: 0;
    width: 50%;
    position: fixed;
    box-shadow: -2px 0 4px rgba(115, 115, 115, 0.5);
  }
  .raj-bottom-button-right button {
    width: 100%;
    height: 50px;
    margin: 0;
    font-size: 16px;
    border-radius: 0;
    color: #ffffff !important;
    background-color: #3172D0 !important;
  }
}
@media only screen and (max-width: 767px) {
  /* .raj-wafer-images {
     position: relative;
     text-align: center;
     display: contents;
     vertical-align: middle;
     .image {
       width: 100%;
       height: 100%;
     }
     .image-contain {
       object-fit: contain;
       object-position: center;
     }
   }*/
  .raj-wafer-images {
    width: 60px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    position: relative;
  }
  .raj-wafer-images img {
    position: relative;
    top: calc(50% - 30px);
  }

  .raj-main-header h1 {
    font-size: 16px;
    font-weight: 500;
  }

  .raj-main-list span {
    font-size: 10px;
    color: #4A4A4A;
    font-weight: lighter;
  }

  .raj-list-detils {
    margin-top: 5px;
  }
  .raj-list-detils .raj-weight {
    float: left;
  }
  .raj-list-detils .raj-weight p {
    font-size: 11px;
    color: #A6A6A6;
    margin: 0;
  }
  .raj-list-detils .raj-weight span {
    font-size: 12px;
    color: #4A4A4A;
  }
  .raj-list-detils .raj-price {
    float: left;
    margin-left: 16px;
  }
  .raj-list-detils .raj-price p {
    font-size: 11px;
    color: #A6A6A6;
    margin: 0;
  }
  .raj-list-detils .raj-price span {
    font-size: 12px;
    color: #4A4A4A;
  }
  .raj-list-detils .raj-box {
    float: left;
    margin-left: 16px;
  }
  .raj-list-detils .raj-box p {
    font-size: 11px;
    color: #A6A6A6;
    margin: 0;
  }
  .raj-list-detils .raj-box span {
    font-size: 12px;
    color: #4A4A4A;
  }

  .raj-radius-button {
    position: relative;
    top: calc(50% - 12px);
  }
  .raj-radius-button button {
    box-shadow: none !important;
    height: 25px !important;
    width: 85px !important;
    margin: 0;
    border-radius: 50px;
    color: #fff !important;
    transition: none;
    background-color: #5B9EFF !important;
  }

  .raj-home-add-button {
    position: relative;
    top: calc(50% - 12px);
  }
  .raj-home-add-button .raj-button-main-left {
    margin: 0;
    float: left;
    background-color: #5B9EFF !important;
    color: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 25px;
    width: 25px;
    transition: none;
    box-shadow: none !important;
  }
  .raj-home-add-button .raj-button-main-right {
    margin: 0;
    background-color: #5B9EFF !important;
    color: #fff;
    float: left;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 25px;
    width: 25px;
    transition: none;
    box-shadow: none !important;
  }

  .raj-wafer-text-field .form-control {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: calc(2.25rem + 2px);
    padding: 0px 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4a4a4a;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }
  .raj-wafer-text-field .form-control:focus {
    color: #4a4a4a;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
  }

  .raj-wafer-text-field1 {
    width: 100%;
    display: inline;
  }
  .raj-wafer-text-field1 .form-control {
    width: 40%;
    float: left;
    text-align: center;
    margin: 0 auto;
    height: 25px;
    padding: 0px 4px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4a4a4a;
    background-color: #EBEBEB;
    background-clip: padding-box;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }
  .raj-wafer-text-field1 .form-control:focus {
    color: #4a4a4a;
    background-color: #EBEBEB;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
  }

  .raj-wafer-button button {
    margin: 5px 4px 5px 13px;
    width: 28px !important;
    height: 28px !important;
    border-color: #404040 !important;
    color: #404040 !important;
  }
  .raj-wafer-button button i {
    font-size: 18px;
  }

  .raj-place-order {
    padding: 10px 0;
    border-bottom: 1px solid #EDEDED;
    margin: 0 15px;
  }
  .raj-place-order .raj-place-header {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .raj-place-order .raj-add-button {
    margin-bottom: 5px;
    position: relative;
    left: calc(50% - 50px);
  }
  .raj-place-order .raj-add-button .raj-button-left {
    margin: 0;
    float: left;
    background-color: #5B9EFF !important;
    color: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 25px;
    width: 25px;
    box-shadow: none;
  }
  .raj-place-order .raj-add-button .raj-button-right {
    margin: 0;
    background-color: #5B9EFF !important;
    color: #fff;
    float: left;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 25px;
    width: 25px;
    box-shadow: none;
  }
  .raj-place-order .raj-place-qty p {
    margin: 0;
    color: #A6A6A6;
    font-size: 13px;
  }
  .raj-place-order .raj-place-qty span {
    color: #4A4A4A;
    font-size: 14px;
  }
  .raj-place-order .raj-place-rs p {
    margin: 0;
    color: #A6A6A6;
    font-size: 13px;
  }
  .raj-place-order .raj-place-rs span {
    color: #4A4A4A;
    font-size: 14px;
  }
  .raj-place-order .raj-place-price {
    text-align: center;
  }
  .raj-place-order .raj-place-price p {
    margin: 0;
    color: #A6A6A6;
    font-size: 13px;
  }
  .raj-place-order .raj-place-price span {
    color: #4A4A4A;
    font-size: 14px;
  }

  .raj-bottom-button-left {
    bottom: 0;
    left: 0;
    width: 50%;
    text-align: center;
    z-index: 1;
    box-shadow: -2px 0 4px rgba(115, 115, 115, 0.5);
    position: fixed;
  }
  .raj-bottom-button-left div {
    width: 100%;
    height: 50px;
    padding: 9px 20px;
    margin: 0;
    color: #45B1E6 !important;
    background-color: #ffffff !important;
  }
  .raj-bottom-button-left div p {
    color: #9B9B9B;
    font-size: 11px;
    margin: 0px;
    display: inline-block;
    width: 50px;
    margin-right: 10px;
  }
  .raj-bottom-button-left div span {
    color: #45B1E6;
    font-size: 20px;
    position: relative;
    top: calc(50% - 20px);
  }

  .raj-bottom-button-right {
    bottom: 0;
    right: 0;
    width: 50%;
    position: fixed;
    box-shadow: -2px 0 4px rgba(115, 115, 115, 0.5);
  }
  .raj-bottom-button-right button {
    width: 100%;
    height: 50px;
    margin: 0;
    font-size: 16px;
    border-radius: 0;
    color: #ffffff !important;
    background-color: #3172D0 !important;
  }

  .raj-success-block {
    position: absolute;
    top: calc(50% - 147px);
    left: calc(50% - 40%);
    text-align: center;
    width: 80%;
  }
  .raj-success-block h1 {
    font-size: 18px;
    color: #6A6A6A;
  }
  .raj-success-block img {
    margin: 10px 0;
  }
  .raj-success-block p {
    margin: 0;
    font-size: 16px;
    color: #9b9b9b;
  }
  .raj-success-block span {
    color: #45b1e6;
    font-size: 22px;
  }
}
@media only screen and (max-width: 320px) {
  .raj-wafer-images {
    width: 60px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    position: relative;
  }
  .raj-wafer-images img {
    position: relative;
    top: calc(50% - 30px);
  }

  .raj-list-detils {
    margin-top: 5px;
  }
  .raj-list-detils .raj-weight {
    float: left;
  }
  .raj-list-detils .raj-weight p {
    font-size: 11px;
    color: #A6A6A6;
    margin: 0;
  }
  .raj-list-detils .raj-weight span {
    font-size: 12px;
    color: #4A4A4A;
  }
  .raj-list-detils .raj-price {
    float: left;
    margin-left: 10px;
  }
  .raj-list-detils .raj-price p {
    font-size: 11px;
    color: #A6A6A6;
    margin: 0;
  }
  .raj-list-detils .raj-price span {
    font-size: 12px;
    color: #4A4A4A;
  }
  .raj-list-detils .raj-box {
    float: left;
    margin-left: 10px;
  }
  .raj-list-detils .raj-box p {
    font-size: 11px;
    color: #A6A6A6;
    margin: 0;
  }
  .raj-list-detils .raj-box span {
    font-size: 12px;
    color: #4A4A4A;
  }

  .raj-wafer-text-field1 {
    width: 100%;
    display: inline;
  }
  .raj-wafer-text-field1 .form-control {
    width: 32%;
    float: left;
    text-align: center;
    margin: 0 auto;
    height: 25px;
    padding: 0px 4px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4a4a4a;
    background-color: #EBEBEB;
    background-clip: padding-box;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }
  .raj-wafer-text-field1 .form-control:focus {
    color: #4a4a4a;
    background-color: #EBEBEB;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
  }

  .raj-wafer-button button {
    margin: 5px 4px 5px 12px;
    width: 28px !important;
    height: 28px !important;
    border-color: #404040 !important;
    color: #404040 !important;
  }
  .raj-wafer-button button i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .raj-my-order-images {
    position: relative;
    top: 0;
    left: calc(50% - 48px);
  }
  .raj-my-order-images img {
    width: 60%;
  }

  .raj-myorder-list {
    color: #636363;
    font-size: 18px;
    position: relative;
    top: calc(50% - 13px);
    padding-left: 10px;
    -webkit-text-stroke: 0.3px;
  }

  .raj-myorder-detils {
    text-align: center;
    font-size: 14px;
    color: #9B9B9B;
    position: relative;
    top: calc(50% - 31px);
  }
  .raj-myorder-detils p {
    color: #45B1E6;
    font-size: 30px;
    margin: 0;
    margin-bottom: -25px;
    -webkit-text-stroke: 0.4px;
  }
}
@media only screen and (max-width: 767px) {
  .raj-my-order-images {
    position: relative;
    top: calc(50% - 22px);
    left: calc(50% - 22px);
  }
  .raj-my-order-images img {
    width: 80%;
  }

  .raj-myorder-list {
    color: #636363;
    font-size: 18px;
    position: relative;
    top: calc(50% - 13px);
    padding-left: 10px;
    -webkit-text-stroke: 0.3px;
  }

  .raj-myorder-detils {
    text-align: center;
    font-size: 14px;
    color: #9B9B9B;
    position: relative;
    top: 0;
  }
  .raj-myorder-detils p {
    color: #45B1E6;
    font-size: 30px;
    margin: 0;
    margin-bottom: -25px;
    -webkit-text-stroke: 0.4px;
  }
}
@media only screen and (max-width: 320px) {
  .raj-my-order-images {
    position: relative;
    top: calc(50% - 18px);
    left: calc(50% - 21px);
  }
  .raj-my-order-images img {
    width: 80%;
  }

  .raj-myorder-list {
    color: #636363;
    font-size: 17px;
    position: relative;
    top: calc(50% - 13px);
    padding-left: 10px;
    -webkit-text-stroke: 0.3px;
  }
}
.raj-view-order {
  font-size: 14px;
  color: #9C9C9C;
}
.raj-view-order span {
  color: #666666;
}

.raj-order-status {
  display: table;
  width: 100%;
  height: 100%;
}
.raj-order-status div {
  text-align: center;
  font-size: 20px;
  color: #636363;
  -webkit-text-stroke: 0.2px;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 320px) {
  .raj-order-status {
    display: table;
    width: 100%;
    height: 100%;
  }
  .raj-order-status div {
    text-align: center;
    font-size: 17px;
    color: #636363;
    -webkit-text-stroke: 0.2px;
    display: table-cell;
    vertical-align: middle;
  }
}
.raj-viewfilter-name {
  border-bottom: 1px solid #ECF3FE;
  font-size: 17px;
  color: #45B1E6;
  padding-bottom: 10px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.raj-viewfilter-details {
  width: 20%;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
  color: #707070;
  font-weight: 400;
}

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