@font-face {
  font-family: 'helveticaneue';
  src: url("../fonts/helveticaneue.eot");
  src: url("../fonts/helveticaneue.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneue.woff2") format("woff2"), url("../fonts/helveticaneue.woff") format("woff"), url("../fonts/helveticaneue.ttf") format("truetype");
}



@font-face {
  font-family: 'Helvetica Neu Bold';
  src: url("../fonts/Helvetica Neu Bold.eot");
  src: url("../fonts/Helvetica Neu Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica Neu Bold.woff2") format("woff2"), url("../fonts/Helvetica Neu Bold.woff") format("woff"), url("../fonts/Helvetica Neu Bold.ttf") format("truetype");
}



@font-face {
  font-family: 'HelveticaNeue Light';
  src: url("../fonts/HelveticaNeue Light.eot");
  src: url("../fonts/HelveticaNeue Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue Light.woff2") format("woff2"), url("../fonts/HelveticaNeue Light.woff") format("woff"), url("../fonts/HelveticaNeue Light.ttf") format("truetype");
}


@font-face {
  font-family: 'HelveticaNeue Medium';
  src: url("../fonts/HelveticaNeue Medium.eot");
  src: url("../fonts/HelveticaNeue Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue Medium.woff2") format("woff2"), url("../fonts/HelveticaNeue Medium.woff") format("woff"), url("../fonts/HelveticaNeue Medium.ttf") format("truetype");
}


@font-face {
  font-family: 'HelveticaNeue Thin';
  src: url("../fonts/HelveticaNeue Thin.eot");
  src: url("../fonts/HelveticaNeue Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue Thin.woff2") format("woff2"), url("../fonts/HelveticaNeue Thin.woff") format("woff"), url("../fonts/HelveticaNeue Thin.ttf") format("truetype");
}


/* line 1, ../SCSS/partials/components/_common.scss */

body {
  font-family: 'helveticaneue';
  color: #343434;
  background-color: #f5f5f5;
}

/* line 6, ../SCSS/partials/components/_common.scss */

.maxcontainer {
  max-width: 1027px;
}

/* line 10, ../SCSS/partials/components/_common.scss */

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9f9f9f !important;
}

/* line 15, ../SCSS/partials/components/_common.scss */

::-moz-placeholder {
  /* Firefox 19+ */
  color: #9f9f9f !important;
}

/* line 20, ../SCSS/partials/components/_common.scss */

:-ms-input-placeholder {
  /* IE 10+ */
  color: #9f9f9f !important;
}

/* line 25, ../SCSS/partials/components/_common.scss */

:-moz-placeholder {
  /* Firefox 18- */
  color: #9f9f9f !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* line 30, ../SCSS/partials/components/_common.scss */

.form-cntrl {
  border: 1px solid #343434;
  font-size: 14px;
  min-width: 302px;
  min-height: 49px;
  padding: 0px 14px;
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.08);
  color: #9f9f9f;
}

/* line 40, ../SCSS/partials/components/_common.scss */

label {
  font-size: 15px;
}

/* line 44, ../SCSS/partials/components/_common.scss */

.submit-btn {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
  border-radius: 37px;
  background-color: #ee0812;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Helvetica Neu Bold';
  min-width: 125px;
  min-height: 45px;
  border: 0;
  padding: 0px 23px;
  outline: 0;
  line-height: 45px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.4s ease;
  text-decoration: none;
}

@media screen and (prefers-reduced-motion: reduce) {

  /* line 44, ../SCSS/partials/components/_common.scss */
  .submit-btn {
    transition: none;
  }
}

/* line 62, ../SCSS/partials/components/_common.scss */

.submit-btn:hover {
  background-color: #000000;
}

/* line 67, ../SCSS/partials/components/_common.scss */

.log-out {
  color: #000000;
  font-family: 'Helvetica Neu Bold';
  font-size: 14px;
  border-radius: 37px;
  border: 1px solid #ee0812;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  min-width: 118px;
  min-height: 42px;
  transition: all 0.4s ease;
  text-decoration: none;
}

@media screen and (prefers-reduced-motion: reduce) {

  /* line 67, ../SCSS/partials/components/_common.scss */
  .log-out {
    transition: none;
  }
}

/* line 80, ../SCSS/partials/components/_common.scss */

.log-out:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

/* line 2, ../SCSS/partials/components/_header.scss */

.logo {
  text-align: center;
  margin-bottom: 80px;
}

.bordr {
  display: inline-block;
  vertical-align: middle;
  background: #CACACA;
  height: 47px;
  width: 1px;
  margin-right: 26px;
}

/* line 1, ../SCSS/partials/components/_signup.scss */

.header-wrap {
  margin-top: 75px;
}

/* line 5, ../SCSS/partials/components/_signup.scss */

.form-wrapper {
  margin-bottom: 57px;
}

/* line 9, ../SCSS/partials/components/_signup.scss */

.login-left-bar {
  background: url(../images/oval.jpg?v=1.0);
  width: 477px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center center;
}

/* line 18, ../SCSS/partials/components/_signup.scss */

.login-left-bar .login-left-barinner {
  text-align: center;
  padding: 0px 80px;
}

/* line 22, ../SCSS/partials/components/_signup.scss */

.login-left-bar .login-left-barinner h1 {
  margin-bottom: 0px;
  color: #ffffff;
  font-family: 'HelveticaNeue Medium';
  text-transform: inherit;
  font-size: 40px;
}

/* line 30, ../SCSS/partials/components/_signup.scss */

.login-left-bar .login-left-barinner p {
  color: #ffffff;
  font-size: 15px;
}

/* line 36, ../SCSS/partials/components/_signup.scss */

.login-left-bar .back-to {
  margin-top: 30px;
  font-size: 14px;
  color: #ffffff;
  font-family: 'Helvetica Neu Bold';
}

/* line 42, ../SCSS/partials/components/_signup.scss */

.login-left-bar .back-to a {
  color: #ffffff;
  transition: all 0.4s ease;
}

.dashboard-call-me {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
.col-auto.dashboard-logout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.dashboard-btn {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (prefers-reduced-motion: reduce) {

  /* line 42, ../SCSS/partials/components/_signup.scss */
  .login-left-bar .back-to a {
    transition: none;
  }
}

/* line 46, ../SCSS/partials/components/_signup.scss */

.login-left-bar .back-to a:hover img {
  padding-left: 0;
  padding-right: 10px;
}

/* line 52, ../SCSS/partials/components/_signup.scss */

.login-left-bar .back-to img {
  transition: all 0.4s ease;
  padding: 0px 5px;
}

.tooltip-inner {
  background: #F2F2F2;
  color: #515151;
  padding: 4px 10px 6px 8px;
  border-radius: 0;
  border: 1px solid #C6C6C6;
  font-size: 11px;
}


.tooltip .arrow::before {
  border: 0;
  background: url(../images/shape.png);
  height: 25px;
  width: 10px;
  background-repeat: no-repeat;
  top: -9px;
  right: -3px;
}

.tooltip {
  margin-left: 5px;
}

.bs-tooltip-left .arrow::before {
  border: 0;
  background: url(../images/shape.png);
  height: 25px;
  width: 10px;
  background-repeat: no-repeat;
  top: -4px;
  left: -3px;
  transform: rotate(-180deg);
}

@media screen and (prefers-reduced-motion: reduce) {

  /* line 52, ../SCSS/partials/components/_signup.scss */
  .login-left-bar .back-to img {
    transition: none;
  }
}

/* line 59, ../SCSS/partials/components/_signup.scss */

.login-right-bar {
  background: #ffffff;
  padding: 47px 94px 60px 94px;
  width: calc(100% - 477px);
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.08);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  min-height: 556px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 71, ../SCSS/partials/components/_signup.scss */

.login-right-bar h2 {
  text-transform: inherit;
  margin-bottom: 8px;
  font-size: 30px;
}

/* line 77, ../SCSS/partials/components/_signup.scss */

.login-right-bar p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 23px;
}

/* line 83, ../SCSS/partials/components/_signup.scss */

.login-right-bar form.form-wrap {
  margin-top: 40px;
  max-width: 302px;
}

/* line 87, ../SCSS/partials/components/_signup.scss */

.login-right-bar form.form-wrap .form-grp {
  margin-bottom: 15px;
}

/* line 94, ../SCSS/partials/components/_signup.scss */

.login-right-bar form.form-wrap .form-grp .form-outer.bg-qs .form-cntrl {
  background: url(../images/qs.png) no-repeat;
  background-position: 95% 50%;
}

/* line 105, ../SCSS/partials/components/_signup.scss */

.login-right-bar form.form-wrap .form-grp-submit {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

/* line 112, ../SCSS/partials/components/_signup.scss */

.login-right-bar form.form-wrap .form-grp-submit p a {
  display: inline-block;
  color: #343434;
  font-size: 14px;
  text-decoration: underline;
}

/* line 119, ../SCSS/partials/components/_signup.scss */

.login-right-bar form.form-wrap .form-grp-submit .submit-block.submit-right {
  text-align: left;
  width: auto;
}

/* line 124, ../SCSS/partials/components/_signup.scss */

.login-right-bar form.form-wrap .form-grp-submit .submit-block {
  text-align: right;
  width: 100%;
}

/* line 139, ../SCSS/partials/components/_signup.scss */

.radio-grp {
  margin-bottom: 25px;
}

/* line 142, ../SCSS/partials/components/_signup.scss */

.radio-grp .form-radio-grp {
  display: inline-block;
  margin-right: 31px;
}

/* line 146, ../SCSS/partials/components/_signup.scss */

.radio-grp .form-radio-grp .radio-btn {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 157, ../SCSS/partials/components/_signup.scss */

.radio-grp .form-radio-grp .radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* line 164, ../SCSS/partials/components/_signup.scss */

.radio-grp .form-radio-grp .radio-btn .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #000000;
  border-radius: 50%;
  outline: 0;
}

/* line 179, ../SCSS/partials/components/_signup.scss */

.radio-btn input:checked~.checkmark {
  background-color: transparent;
}

/* line 183, ../SCSS/partials/components/_signup.scss */

.radio-btn input:checked~.checkmark:after {
  display: block;
}

/* line 187, ../SCSS/partials/components/_signup.scss */

.radio-btn .checkmark:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000000;
  content: "";
  position: absolute;
  display: none;
}

/* line 199, ../SCSS/partials/components/_signup.scss */

.sing-up {
  margin-top: 30px;
}

/* line 202, ../SCSS/partials/components/_signup.scss */

.sing-up a {
  display: inline-block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
  border-radius: 37px;
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Helvetica Neu Bold';
  min-width: 125px;
  min-height: 43px;
  border: 0;
  padding: 0px 23px;
  outline: 0;
  transition: all 0.4s ease;
  line-height: 43px;
  border: 1px solid #ffffff;
}

@media screen and (prefers-reduced-motion: reduce) {

  /* line 202, ../SCSS/partials/components/_signup.scss */
  .sing-up a {
    transition: none;
  }
}

/* line 220, ../SCSS/partials/components/_signup.scss */

.sing-up a:hover {
  background: #000000;
  border-color: transparent;
}

/* line 1, ../SCSS/partials/components/_dashboard.scss */

.dashboard-header .container {
  max-width: 1870px;
}

/* line 5, ../SCSS/partials/components/_dashboard.scss */

.dashboard-header {
  background: #ffffff;
  padding: 10px 0px;
}

/* line 13, ../SCSS/partials/components/_dashboard.scss */

.dashboard-content {
  padding: 27px 0px;
}

/* line 16, ../SCSS/partials/components/_dashboard.scss */

.dashboard-content .container {
  max-width: 1420px;
}

/* line 20, ../SCSS/partials/components/_dashboard.scss */

.dashboard-content .dashboard-select {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 25, ../SCSS/partials/components/_dashboard.scss */

.dashboard-content .dashboard-select .dash-select-block {
  margin-right: 20px;
}

/* line 28, ../SCSS/partials/components/_dashboard.scss */

.dashboard-content .dashboard-select .dash-select-block .select2-container {
  min-width: 204px;
}

/* line 32, ../SCSS/partials/components/_dashboard.scss */

.dashboard-content .dashboard-select .dash-select-block .select2-container--default .select2-selection--single {
  border-radius: 0;
  background: transparent;
  font-size: 14px;
  height: 50px;
  min-width: 204px;
  border: 1px solid #000000;
}

/* line 40, ../SCSS/partials/components/_dashboard.scss */

.dashboard-content .dashboard-select .dash-select-block .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 10px;
}

/* line 44, ../SCSS/partials/components/_dashboard.scss */

.dashboard-content .dashboard-select .dash-select-block .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url(../images/select-arrow-black.png) no-repeat;
  border: 0;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  transform: translateY(-50%);
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0;
  margin-top: 0px;
  background-position: center center;
}

/* line 64, ../SCSS/partials/components/_dashboard.scss */

.dashboard-content .dashboard-select .dash-select-block .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  color: #000000;
  padding: 0px 10px;
  outline: 0;
}

/* line 77, ../SCSS/partials/components/_dashboard.scss */

.dashboard-content .dashboard-select .dash-select-block.select-blue .select2-container--default .select2-selection--single {
  border: 1px solid #ee0812;
}

/* line 81, ../SCSS/partials/components/_dashboard.scss */

.dashboard-content .dashboard-select .dash-select-block.select-blue .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url(../images/select-arrow.png) no-repeat;
  background-position: center center;
}

/* line 87, ../SCSS/partials/components/_dashboard.scss */

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #000000;
}

/* line 91, ../SCSS/partials/components/_dashboard.scss */

.select2-results__option {
  font-size: 14px;
}

/* line 95, ../SCSS/partials/components/_dashboard.scss */

.select2-dropdown {
  border: 1px solid #000000;
  box-shadow: inherit;
}

/* line 100, ../SCSS/partials/components/_dashboard.scss */

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #000000;
}

/* line 104, ../SCSS/partials/components/_dashboard.scss */

.dashboard-head-wrap {
  margin-top: 32px;
  background: #ffffff;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.06);
}

/* line 109, ../SCSS/partials/components/_dashboard.scss */

.dashboard-head-wrap .dashboard-head {
  background-color: #e8e8e8;
  min-height: 57px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 39px;
}

/* line 118, ../SCSS/partials/components/_dashboard.scss */

.dashboard-head-wrap .dashboard-head-inner {
  width: 20%;
  max-width: 100%;
  display: inline-block;
}

/* line 123, ../SCSS/partials/components/_dashboard.scss */

.dashboard-head-wrap .dashboard-head-inner h4 {
  margin-bottom: 0;
  color: #5f605e;
  font-size: 15px;
  font-family: 'Helvetica Neu Bold';
  text-transform: inherit;
}

/* line 134, ../SCSS/partials/components/_dashboard.scss */

.dashboard-head-wrap .dashboard-head-inner.status {
  width: 12%;
}

/* line 138, ../SCSS/partials/components/_dashboard.scss */

.dashboard-head-wrap .dashboard-head-inner.empty {
  height: 1px;
  width: 8%;
}

/* line 151, ../SCSS/partials/components/_dashboard.scss */

.customer-detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 57px;
  padding: 0px 39px;
}
.dashboard-head-wrap .dashboard-head:after {
  content: "";
  min-height: inherit;
}

.customer-detail:after {
  content: "";
  min-height: inherit;
}
/* line 160, ../SCSS/partials/components/_dashboard.scss */

.customer-detail .customer-head {
  width: 20%;
  max-width: 100%;
  display: inline-block;
}

/* line 165, ../SCSS/partials/components/_dashboard.scss */

.customer-detail .customer-head h4 {
  color: #494a48;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: inherit;
}

/* line 172, ../SCSS/partials/components/_dashboard.scss */

.customer-detail .customer-head .bold-head {
  color: #000000;
  text-transform: inherit;
}

/* line 178, ../SCSS/partials/components/_dashboard.scss */

.customer-detail .customer-head.sent-date {
  width: 12%;
}

/* line 182, ../SCSS/partials/components/_dashboard.scss */

.customer-detail .customer-head.empty {
  width: 8%;
}

/* line 186, ../SCSS/partials/components/_dashboard.scss */

.customer-detail .log-out {
  font-size: 14px;
  font-family: 'helveticaneue';
  min-width: 77px;
  min-height: 28px;
  line-height: 28px;
  text-decoration: none;
}

/* line 194, ../SCSS/partials/components/_dashboard.scss */

.customer-detail:last-child {
  border-bottom-color: transparent;
}

/* line 201, ../SCSS/partials/components/_dashboard.scss */

.pgination-wrap {
  text-align: center;
  padding-bottom: 80px;
  padding-top: 55px;
}

/* line 206, ../SCSS/partials/components/_dashboard.scss */

.pgination-wrap ul {
  padding-left: 0;
}

/* line 209, ../SCSS/partials/components/_dashboard.scss */

.pgination-wrap ul li.current {
  background-color: #848484;
  color: #ffffff;
  border-color: #848484;
  border-radius: 2px;
}

/* line 216, ../SCSS/partials/components/_dashboard.scss */

.pgination-wrap ul li {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  min-height: 32px;
  min-width: 32px;
  vertical-align: top;
  line-height: 30px;
}
.pgination-wrap ul li:first-child .page-link {
  color: #333333;
  height: 100%;
  width: 100%;
  display: block;
  line-height: 30px;
  min-width: 32px;
  transition: all 0.4s ease;
  min-height: 32px;
  border: 1px solid #a0a5b5;
  border-radius: 2px;
  background: url(../images/prev.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-color: rgba(0, 0, 0, 0.1);
  font-size: 0;
}
.page-link {
  color: #333333;
  height: 100%;
  width: 100%;
  display: block;
  line-height: 30px;
  min-width: 32px;
  transition: all 0.4s ease;
  min-height: 32px;
  border: 1px solid #a0a5b5;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.pgination-wrap ul li.page-item.active .page-link {
  display: block;
  background-color: #848484;
  color: #ffffff;
  border-color: #848484;
  border-radius: 2px;
}
.page-link:hover {
  background: #848484;
  color: #ffffff;
  border-color: transparent;
}
.pgination-wrap ul li:last-child .page-link {
  color: #333333;
  height: 100%;
  width: 100%;
  display: block;
  line-height: 30px;
  min-width: 32px;
  transition: all .4s ease;
  min-height: 32px;
  border: 1px solid #a0a5b5;
  border-radius: 2px;
  background: url(../images/next.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  font-size: 0;
}
/* line 225, ../SCSS/partials/components/_dashboard.scss */

.pgination-wrap ul li a {
  color: #333333;
}

/* line 230, ../SCSS/partials/components/_dashboard.scss */

.pgination-wrap ul li.empty-block a {
  border: 0;
  background: transparent;
}

/* line 234, ../SCSS/partials/components/_dashboard.scss */

.pgination-wrap ul li.empty-block a:hover {
  color: #333333;
  background: transparent;
}

/* line 240, ../SCSS/partials/components/_dashboard.scss */

.pgination-wrap ul .pagenumber a {
  color: #333333;
  height: 100%;
  width: 100%;
  display: block;
  line-height: 30px;
  min-width: 32px;
  transition: all 0.4s ease;
  min-height: 32px;
  border: 1px solid #a0a5b5;
  border-radius: 2px;
}

@media screen and (prefers-reduced-motion: reduce) {

  /* line 240, ../SCSS/partials/components/_dashboard.scss */
  .pgination-wrap ul .pagenumber a {
    transition: none;
  }
}

/* line 252, ../SCSS/partials/components/_dashboard.scss */

.pgination-wrap ul .pagenumber a:hover {
  background: #848484;
  color: #ffffff;
  border-color: transparent;
}

/* line 259, ../SCSS/partials/components/_dashboard.scss */

.pgination-wrap ul li.prev a {
  color: #333333;
  height: 100%;
  width: 100%;
  display: block;
  line-height: 30px;
  min-width: 32px;
  transition: all 0.4s ease;
  min-height: 32px;
  border: 1px solid #a0a5b5;
  border-radius: 2px;
  background: url(../images/prev.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-color: rgba(0, 0, 0, 0.1);
}

@media screen and (prefers-reduced-motion: reduce) {

  /* line 259, ../SCSS/partials/components/_dashboard.scss */
  .pgination-wrap ul li.prev a {
    transition: none;
  }
}

/* line 276, ../SCSS/partials/components/_dashboard.scss */

.pgination-wrap ul li.next a {
  color: #333333;
  height: 100%;
  width: 100%;
  display: block;
  line-height: 30px;
  min-width: 32px;
  transition: all .4s ease;
  min-height: 32px;
  border: 1px solid #a0a5b5;
  border-radius: 2px;
  background: url(../images/next.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

/* line 294, ../SCSS/partials/components/_dashboard.scss */

.order-common {
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  position: relative;
  width: 100%;
}

/* line 300, ../SCSS/partials/components/_dashboard.scss */

.order-common h3 {
  padding: 23px 45px;
  text-transform: inherit;
  font-size: 24px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 311, ../SCSS/partials/components/_dashboard.scss */

.order-summary-outer h2 {
  font-size: 28px;
  color: #ee0812;
  font-family: 'HelveticaNeue Medium';
  text-transform: inherit;
  margin-bottom: 35px;
}

/* line 319, ../SCSS/partials/components/_dashboard.scss */

.order-bold {
  color: #5f605e;
  font-family: 'Helvetica Neu Bold';
  font-size: 15px;
}

/* line 325, ../SCSS/partials/components/_dashboard.scss */

.order-light {
  font-size: 15px;
  color: #000000;
}
.email-update-field {
  background: url(../images/email.png);
  background-repeat: no-repeat;
  background-position: right 23%;
  padding-right: 23px;
  display: inline-block;
  width: auto !important;
}
/* line 329, ../SCSS/partials/components/_dashboard.scss */

.order-light img {
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
}

/* line 335, ../SCSS/partials/components/_dashboard.scss */

.order-summary-wrap {
  padding: 50px 0px 90px;
}

/* line 338, ../SCSS/partials/components/_dashboard.scss */

.order-summary-wrap .container {
  max-width: 1420px;
}

/* line 342, ../SCSS/partials/components/_dashboard.scss */

.order-summary-wrap .order-line {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

/* line 350, ../SCSS/partials/components/_dashboard.scss */

.order-summary-wrap .order-detail {
  width: calc(100% - 651px);
}

/* line 354, ../SCSS/partials/components/_dashboard.scss */

.order-summary-wrap .order-customer-detail {
  width: 631px;
  margin-left: 20px;
}

/* line 359, ../SCSS/partials/components/_dashboard.scss */

.order-summary-wrap .order-summary-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* line 364, ../SCSS/partials/components/_dashboard.scss */

.order-summary-wrap .order-summary-inner:last-child {
  margin-bottom: 0;
}

/* line 370, ../SCSS/partials/components/_dashboard.scss */

.order-summary-wrap .order-common-detail {
  padding: 33px 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

/* line 377, ../SCSS/partials/components/_dashboard.scss */

.order-summary-wrap .right-block-order {
  width: 257px;
}

/* line 381, ../SCSS/partials/components/_dashboard.scss */

.order-summary-wrap .left-block-order {
  width: 266px;
}

/* line 385, ../SCSS/partials/components/_dashboard.scss */

.order-summary-wrap .left-detail-order {
  width: 271px;
}

/* line 394, ../SCSS/partials/components/_dashboard.scss */

.send-diva {
  position: absolute;
  bottom: 45px;
  left: 33px;
}

/* line 399, ../SCSS/partials/components/_dashboard.scss */

.send-diva .submit-btn {
  min-width: 180px;
  text-align: center;
}

/* line 403, ../SCSS/partials/components/_dashboard.scss */

.send-diva .submit-btn:hover {
  color: #ffffff;
}

/* line 409, ../SCSS/partials/components/_dashboard.scss */

.confirmed {
  cursor: pointer;
  min-width: 130px;
  min-height: 44px;
  border-radius: 37px;
  background-color: #f2f2f2;
  border: 0;
  color: #00bc2e;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Helvetica Neu Bold';
  outline: 0;
  padding: 10px 6px;
  max-width: 200px;
}

/* line 423, ../SCSS/partials/components/_dashboard.scss */

.order-summary-wrap .product-detail .order-line {
  margin-bottom: 17px;
}

/* line 427, ../SCSS/partials/components/_dashboard.scss */

.save-bar {
  margin-top: 15px;
  text-align: right;
}

/* line 432, ../SCSS/partials/components/_dashboard.scss */

.note-detail .order-left-bar {
  width: 100%;
}

/* line 436, ../SCSS/partials/components/_dashboard.scss */

.textarea-bar .form-cntrl {
  width: 100%;
  box-shadow: inherit;
  padding: 26px 18px;
  min-height: 124px;
  resize: vertical;
}

/* line 444, ../SCSS/partials/components/_dashboard.scss */

.order-common.order-detail .order-common-detail {
  padding-bottom: 20px;
}

/* line 448, ../SCSS/partials/components/_dashboard.scss */

.highlight-green {
  display: inline-block;
  height: 9px;
  width: 9px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #20cd84;
  margin-top: -3px;
  margin-left: 6px;
}

/* line 459, ../SCSS/partials/components/_dashboard.scss */

.highlight-orange {
  display: inline-block;
  height: 9px;
  width: 9px;
  vertical-align: middle;
  border-radius: 50%;
  margin-top: -3px;
  margin-left: 8px;
  background-color: #ff5656;
}

@media (max-width:1199px) {
  .form-wrapper .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media(max-width:991px) {
  .login-left-bar {
    width: 100%;
    min-height: 564px;
    margin-bottom: 20px;
  }

  .login-right-bar {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width:767px) {
  .customer-detail .customer-head {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 34px 0px 14px;
  }

  .customer-detail {
    padding: 14px 39px;
  }

  .customer-head.customer-head_1:before {
    content: "Cutomers";
  }

  .customer-head.customer-head_2:before {
    content: "Contact number";
  }

  .customer-head.customer-head_3:before {
    content: "Order created date";
  }

  .customer-head.customer-head_4:before {
    content: "Diva link sent date";
  }

  .customer-head.customer-head_5:before {
    content: "Status";
  }

  .customer-head.customer-head_1:before,
  .customer-head.customer-head_2:before,
  .customer-head.customer-head_3:before,
  .customer-head.customer-head_4:before,
  .customer-head.customer-head_5:before,
  .customer-head.customer-head_6:before {
    margin-bottom: 0;
    color: #5f605e;
    font-size: 15px;
    font-family: 'Helvetica Neu Bold';
    text-transform: inherit;
    top: 5px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
  }

  .customer-detail .customer-head.sent-date {
    width: 100%;
  }

  .customer-detail .customer-head.empty {
    width: 100%;
  }
  .daterangepicker {
    width: 286px !important;
}
  .dashboard-head-wrap .dashboard-head {
    display: none;
  }

  .dashboard-content .dashboard-select .dash-select-block {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
  }

  .dashboard-content .dashboard-select .dash-select-block .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
  }

  .dashboard-content .dashboard-select .dash-select-block .select2-container--default .select2-selection--single {
    width: 100%;
  }

  .dashboard-content .dashboard-select .dash-select-block .select2-container {
    width: 100% !important;
  }

  .order-summary-wrap .order-detail {
    width: 100%;
  }

  .order-summary-wrap .order-customer-detail {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .send-diva {
    position: static;
  }

  .order-summary-wrap .order-line .order-bold {
    width: 100%;
  }

  .order-summary-wrap .order-line .order-light {
    width: 100%;
  }

  .order-summary-wrap .order-line .confirmed {
    margin-top: 20px;
  }

  .order-common.product-detail .order-left-bar {
    margin-bottom: 20px;
  }

  .order-common.product-detail .order-left-bar:last-child {
    margin-bottom: 0;
  }

  .save-bar {
    text-align: center;
  }

  .order-summary-wrap {
    padding: 50px 0px 50px;
  }
}

@media(max-width:510px) {
  .logo {
    margin-bottom: 50px;
  }

  .logo img {
    max-width: 100%;
  }

  .login-left-bar .login-left-barinner {
    padding: 0px 20px;
  }

  .login-left-bar {
    min-height: 500px;
  }

  .login-right-bar {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .form-cntrl {
    min-width: 100%;
    width: 100%;
  }

  .form-grp-submit p {
    margin-bottom: 20px;
    display: block;
    width: 100%;
  }

  .log-out {
    min-width: 100px;
    min-height: 30px;
    line-height: 35px;
  }

  .dashboard-logo img {
    max-width: 143px;
  }
 
}

@media(max-width:550px) {
  .dashboard-header .row {
    justify-content: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
  }

  .bordr {
    display: none;
  }

  .logo img {
    display: block;
    margin: 0 auto;
  }
 
}


@media(max-width:1320px) {
  .order-summary-wrap .right-block-order {
    width: 100%;
  }

  .order-summary-wrap .left-block-order {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media(min-width:992px) and (max-width:1024px) {
  .order-summary-wrap .order-line .order-bold {
    width: 100%;
  }

  .order-summary-wrap .order-line .order-light {
    width: 100%;
  }

  .order-summary-wrap .order-line .order-light .confirmed {
    margin-top: 20px;
  }
}

@media(min-width:768px) and (max-width:991px) {
  .order-summary-wrap .order-detail {
    width: 100%;
  }

  .order-common.order-customer-detail {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .order-summary-wrap .left-detail-order {
    width: 100%;
  }

  .send-diva {
    position: static;
  }

  .dashboard-content .dashboard-select .dash-select-block:last-child {
    margin-right: 0;
  }

  .dashboard-content .dashboard-select .dash-select-block {
    margin-right: 3px;
  }
}