<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url(../frontend/css/campton-font.css);
/* Reset */
* {
  box-sizing: border-box; }
  *::after, *::before {
    box-sizing: border-box; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%; }

strong, b {
  font-weight: 700; }

input, select {
  cursor: pointer; }

input:focus, select:focus {
  outline: none !important; }

a {
  color: #4BC0C0;
  text-decoration: none;
  transition: all .25s;
  -webkit-transition: all .25s; }
  a:focus {
    outline: none !important; }
  a:hover, a:active, a:focus {
    color: #2a6969;
    text-decoration: none;
    transition: all .25s;
    -webkit-transition: all .25s; }

/* Variables &amp; Mixins */
.nm {
  margin: 0 !important; }

.bl {
  border-left: 1px solid rgba(0, 0, 0, 0.05); }

.br {
  border-right: 1px solid rgba(0, 0, 0, 0.05); }

.btn-bubble {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .btn-bubble.green {
    color: #fff;
    background-color: #99C2A2; }
  .btn-bubble.orange {
    color: #fff;
    background-color: #c2a89a; }

.btn-bubble-pill {
  padding-right: 0.8em;
  padding-left: 0.8em;
  border-radius: 10rem; }

/* Styles */
body {
  background: #F7F7F8;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding-top: 60px;
  -webkit-font-smoothing: antialiased; }

.admin-top-skiller {
  border-right: 4px solid #ffffff;
  height: 60px;
  margin-right: 15px; }

.new-top {
  padding-top: 0px;
  padding-left: 250px; }
  .new-top .admin-top-skiller {
    display: none; }
  .new-top .header.followTop.is_stuck {
    top: 0px !important;
    left: 55.3%; }
  .new-top header {
    width: 250px;
    position: fixed;
    height: 100vh;
    flex-flow: column;
    padding-top: 10px;
    background: linear-gradient(7.5deg, #002B52 36%, #155375 100%); }
    .new-top header .logo {
      line-height: 45px; }
    .new-top header nav {
      display: flex;
      flex-flow: column;
      justify-content: space-between;
      padding: 20px 0 30px; }
      .new-top header nav ul {
        display: flex;
        flex-flow: column;
        gap: 2px; }
        .new-top header nav ul li {
          border-radius: 10px;
          line-height: 50px; }
          .new-top header nav ul li a {
            font-size: 15px; }
            .new-top header nav ul li a i {
              top: 0; }
          .new-top header nav ul li.active {
            background: rgba(255, 255, 255, 0.05); }
            .new-top header nav ul li.active a {
              font-weight: 600; }
      .new-top header nav .right-nav {
        flex-flow: row;
        flex-wrap: wrap; }

header {
  background: #003A52;
  display: flex;
  position: fixed;
  padding: 0 15px;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 999;
  transition: all .25s;
  -webkit-transition: all .25s;
  -moz-transition: all .25s; }
  @media only screen and (max-device-width: 480px) {
    header {
      padding: 0px; } }
  header .logo {
    float: left;
    line-height: 60px;
    padding: 0 15px; }
    header .logo img {
      height: 25px;
      position: relative;
      top: 0px;
      vertical-align: middle; }
  header nav {
    float: left;
    flex: 1; }
    header nav ul {
      float: left;
      margin: 0;
      padding: 0;
      list-style: none; }
      header nav ul li {
        float: left;
        line-height: 60px;
        position: relative; }
        header nav ul li a {
          display: block;
          font-size: 13px;
          font-weight: 600;
          color: #eee;
          padding: 0 17px; }
          header nav ul li a:focus {
            color: #DDD; }
          header nav ul li a i {
            font-size: 18px;
            position: relative;
            top: 3px;
            margin-right: 7px;
            color: #999;
            transition: all .25s;
            -webkit-transition: all .25s;
            -moz-transition: all .25s; }
        header nav ul li ul li {
          float: none; }
          header nav ul li ul li a {
            line-height: 40px;
            color: #666; }
        header nav ul li:hover &gt; a, header nav ul li.active &gt; a {
          color: #fff; }
          header nav ul li:hover &gt; a i, header nav ul li.active &gt; a i {
            color: #69EABD; }
    header nav .right-nav {
      float: right; }
      header nav .right-nav &gt; li {
        margin-right: 0px; }
        header nav .right-nav &gt; li:first-child {
          margin-right: 10px; }
        header nav .right-nav &gt; li a {
          color: #fff;
          padding: 0 8px; }
          header nav .right-nav &gt; li a i {
            position: relative;
            top: 4px;
            color: #fff;
            margin-right: 5px; }
          header nav .right-nav &gt; li a .label {
            position: relative;
            top: -2px;
            margin-right: 2px; }
        header nav .right-nav &gt; li ul.dropdown-menu {
          margin-top: -5px; }
          header nav .right-nav &gt; li ul.dropdown-menu li a {
            color: #666;
            padding: 12px 15px; }
            header nav .right-nav &gt; li ul.dropdown-menu li a i {
              color: #333;
              font-size: 16px; }
    @media screen and (max-width: 768px) {
      header nav {
        background: #003A52;
        position: fixed;
        top: 0;
        left: 100%;
        width: 80%;
        height: 100vh;
        z-index: 99;
        transition: all .25s;
        -webkit-transition: all .25s;
        -moz-transition: all .25s; }
        header nav.open {
          left: 20%; }
        header nav ul li {
          width: 100%; }
          header nav ul li a {
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            font-size: 14px;
            padding: 0 20px; } }
  header .mobile-nav {
    margin-left: auto; }
    header .mobile-nav &gt; ul {
      margin: 0;
      list-style: none; }
      header .mobile-nav &gt; ul &gt; li {
        float: left;
        margin-right: 16px; }
        header .mobile-nav &gt; ul &gt; li &gt; a {
          line-height: 58px;
          color: #fff;
          font-size: 18px; }
          header .mobile-nav &gt; ul &gt; li &gt; a .label {
            font-size: 10px;
            position: relative;
            top: -2px; }
  header .nav-trigger {
    margin-left: 0;
    line-height: 60px; }
    header .nav-trigger a {
      font-size: 25px;
      color: #fff;
      padding: 0 15px; }
  header .nav-overlay {
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 98;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s; }
    header .nav-overlay.visible {
      opacity: 1;
      visibility: visible; }
  header ul.dropdown-menu.notifications {
    max-height: 350px;
    width: 350px;
    max-width: 100vw;
    overflow: auto; }
    header ul.dropdown-menu.notifications li a {
      position: relative;
      padding-left: 55px !important; }
      header ul.dropdown-menu.notifications li a i {
        position: absolute;
        color: #999;
        font-size: 18px;
        top: 50%;
        left: 20px;
        transform: translate(0, -50%); }
      header ul.dropdown-menu.notifications li a:hover {
        background: inherit; }
      header ul.dropdown-menu.notifications li a span {
        display: block;
        font-size: 11px;
        color: #999;
        margin-top: 2px; }
    header ul.dropdown-menu.notifications li.new a {
      background: #eefde1; }
      header ul.dropdown-menu.notifications li.new a i {
        color: #FF7373; }
    header ul.dropdown-menu.notifications li.all a {
      background: #fbfbfb; }

/* Gamification */
@media screen and (max-width: 1024px) {
  li.gamification {
    display: none; } }

li.gamification &gt; .btn {
  position: relative;
  top: -1px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 35px;
  background: transparent;
  color: #4BC0C0;
  border: 2px solid #4BC0C0;
  font-size: 12px;
  font-weight: 600; }
  li.gamification &gt; .btn:hover {
    background: #4BC0C0;
    color: #FFF; }
  li.gamification &gt; .btn span {
    display: none;
    background: rgba(0, 0, 0, 0.2);
    padding: 0 12px 0 15px;
    margin-right: 10px;
    border-radius: 50px 0 0 50px;
    font-size: 12px;
    font-weight: 700; }

li.gamification ul.dropdown-menu.gamification {
  max-height: 100vh;
  width: 500px;
  max-width: 100vw;
  overflow: auto;
  border: none;
  box-shadow: 0px 5px 40px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 40px 10px rgba(0, 0, 0, 0.1); }
  li.gamification ul.dropdown-menu.gamification li &gt; a {
    position: relative;
    padding-left: 70px !important;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #FFF; }
    li.gamification ul.dropdown-menu.gamification li &gt; a:after {
      font-family: 'Linearicons';
      content: "\e93c";
      position: absolute;
      right: 25px;
      top: 25px;
      font-size: 19px;
      color: #CCC;
      transition: all .25s ease-out;
      -webkit-transition: all .25s ease-out; }
    li.gamification ul.dropdown-menu.gamification li &gt; a:hover {
      background: #f9f9f9; }
      li.gamification ul.dropdown-menu.gamification li &gt; a:hover:after {
        right: 20px; }
    li.gamification ul.dropdown-menu.gamification li &gt; a i {
      position: absolute;
      color: #4BC0C0;
      font-size: 30px;
      top: 50%;
      left: 20px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
    li.gamification ul.dropdown-menu.gamification li &gt; a strong {
      font-size: 15px; }
    li.gamification ul.dropdown-menu.gamification li &gt; a &gt; span {
      display: block;
      font-size: 12px;
      color: #999;
      margin-top: 2px; }
  li.gamification ul.dropdown-menu.gamification li.completed &gt; a {
    background: #F9FBFC;
    padding-top: 15px;
    padding-bottom: 15px; }
    li.gamification ul.dropdown-menu.gamification li.completed &gt; a:after {
      display: none; }
    li.gamification ul.dropdown-menu.gamification li.completed &gt; a i {
      color: #CCC; }
    li.gamification ul.dropdown-menu.gamification li.completed &gt; a strong {
      font-size: 14px;
      color: #999; }
    li.gamification ul.dropdown-menu.gamification li.completed &gt; a &gt; span {
      font-size: 11px;
      color: #999; }

/* Get started */
.getstarted {
  position: relative;
  padding: 50px 0; }
  .getstarted .process {
    position: fixed;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
    .getstarted .process span {
      display: inline-block;
      width: 10px;
      height: 10px;
      border: 1px solid #999;
      background: transparent;
      border-radius: 100%;
      margin: 0 3px; }
      .getstarted .process span.active {
        background: #999; }
  .getstarted .step {
    display: none;
    transition: transform .4s ease-out;
    -webkit-transition: transform .4s ease-out; }
    .getstarted .step:first-child {
      display: block; }
    .getstarted .step.active {
      display: block; }
    .getstarted .step h1 {
      text-align: center;
      font-size: 40px;
      font-weight: 300;
      margin-bottom: 50px; }
    .getstarted .step p {
      font-size: 18px;
      line-height: 25px;
      color: #666;
      font-weight: 400; }
    @media screen and (min-width: 768px) {
      .getstarted .step .row {
        display: flex;
        align-items: center; } }
    .getstarted .step .form-control {
      background-color: #FFF;
      border: none;
      font-size: 20px;
      padding: 0 20px;
      height: 60px;
      border-radius: 2px;
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05); }
      .getstarted .step .form-control:focus {
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05); }
    .getstarted .step select.form-control {
      background-position: top 18px right 18px;
      background-size: 22px; }
    .getstarted .step .btn {
      font-size: 16px;
      padding: 0 30px;
      line-height: 60px;
      font-weight: 600;
      margin-top: 50px; }

/* Pages */
.header {
  margin-top: 30px;
  margin-bottom: 30px; }
  .header.followTop.is_stuck {
    position: fixed;
    left: 50%;
    top: 60px !important;
    margin: 0;
    z-index: 9;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%); }
    .header.followTop.is_stuck .btn {
      border-radius: 0; }
    .header.followTop.is_stuck .hidden-scroll {
      display: none; }
  .header h1 {
    font-size: 25px;
    line-height: 30px; }
  @media (max-width: 768px) {
    .header {
      display: flex;
      justify-content: center;
      margin-top: 20px;
      margin-bottom: 30px; }
      .header .col-md-6:first-child:not(:last-child) {
        display: none; }
      .header h1 {
        font-size: 20px;
        line-height: 35px; } }

.container.main {
  padding-bottom: 30px; }

.empty-box {
  padding: 50px;
  text-align: center;
  border: 3px dashed rgba(0, 0, 0, 0.05);
  border-radius: 3px; }
  .empty-box .btn {
    margin-top: 20px; }
  .empty-box::before {
    content: '';
    clear: both;
    display: block; }

/* Statistics */
.statistics {
  margin-bottom: 30px; }
  .statistics .box {
    background: #FFF;
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); }
    .statistics .box .title {
      display: block;
      text-align: center;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1px;
      color: #999;
      font-weight: 600;
      border-bottom: 1px solid transparent;
      padding-bottom: 0px; }
    .statistics .box .number {
      display: block;
      text-align: center;
      font-size: 30px;
      font-weight: 300; }
    .statistics .box i {
      position: absolute;
      bottom: -20px;
      right: -20px;
      font-size: 120px;
      color: rgba(0, 0, 0, 0.05); }

.reports i {
  position: relative !important;
  font-size: 13px !important;
  right: 0px !important;
  bottom: 0px !important;
  color: #cfcfcf !important; }

/* Dashboard */
.payment-type {
  position: relative;
  font-size: 28px;
  padding-left: 40px;
  font-weight: 300; }
  .payment-type span {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    color: #999;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 5px; }
  .payment-type i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 30px;
    color: #999; }

#return_product_popup .left-panel {
  width: 100% !important; }
  @media screen and (max-width: 768px) {
    #return_product_popup .left-panel {
      display: block !important; } }

@media screen and (max-width: 768px) {
  #return_product_popup h4 {
    padding: 0px 10px; }
  #return_product_popup p {
    padding: 0px 10px; } }

.customproductline {
  padding: 25px 15px 20px !important;
  font-size: 16px !important; }
  .customproductline .title {
    margin-bottom: 0px !important;
    height: 20px !important; }
  .customproductline .stock {
    color: #333 !important;
    font-size: 17px !important; }

/* Checkout */
.checkout .left-panel, #return_product_popup .left-panel {
  background: #f9f9f9;
  border-right: 1px solid #eee;
  float: left;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  width: 30%;
  height: 100%; }
  @media screen and (max-width: 768px) {
    .checkout .left-panel, #return_product_popup .left-panel {
      display: none; } }
  .checkout .left-panel .form-control, #return_product_popup .left-panel .form-control {
    background-color: #f9f9f9;
    background-image: url(../img/search-icon.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: top 22px right 20px;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 35px 25px;
    font-size: 16px; }
  .checkout .left-panel .products, #return_product_popup .left-panel .products {
    background: #f9f9f9;
    height: calc(100% - 71px);
    overflow: scroll;
    border-radius: 0 0 3px 0; }
    .checkout .left-panel .products a, #return_product_popup .left-panel .products a {
      background: #fff;
      position: relative;
      display: block;
      padding: 25px 15px;
      font-size: 16px;
      font-weight: 400;
      border-bottom: 1px solid #eee;
      color: #333; }
      .checkout .left-panel .products a i, #return_product_popup .left-panel .products a i {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
      .checkout .left-panel .products a:hover, #return_product_popup .left-panel .products a:hover {
        color: #4BC0C0; }
      .checkout .left-panel .products a.product, #return_product_popup .left-panel .products a.product {
        padding: 15px 15px 20px 15px;
        font-size: 13px; }
        .checkout .left-panel .products a.product .title, #return_product_popup .left-panel .products a.product .title {
          margin-bottom: 10px;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          height: 15px; }
        .checkout .left-panel .products a.product .price, #return_product_popup .left-panel .products a.product .price {
          float: right;
          text-align: right;
          font-weight: 700; }
        .checkout .left-panel .products a.product .stock, #return_product_popup .left-panel .products a.product .stock {
          font-size: 12px;
          color: #999;
          float: right; }
        .checkout .left-panel .products a.product .brand, #return_product_popup .left-panel .products a.product .brand {
          font-size: 12px;
          color: #999;
          float: left; }

.checkout .right-panel, #return_product_popup .right-panel {
  position: relative;
  float: left;
  width: 70%;
  height: 100%;
  padding: 15px 30px 50px;
  overflow: scroll; }
  @media screen and (max-width: 768px) {
    .checkout .right-panel, #return_product_popup .right-panel {
      width: 100%; } }
  .checkout .right-panel label i, #return_product_popup .right-panel label i {
    font-size: 15px;
    position: relative;
    top: 1px;
    margin-right: 3px;
    opacity: .5; }
  .checkout .right-panel .invoice, #return_product_popup .right-panel .invoice {
    margin-top: 10px;
    height: calc(100% - 200px);
    overflow: auto;
    background: #fcfcfc;
    margin-left: -30px;
    margin-right: -30px;
    padding: 15px 30px; }
    @media only screen and (max-device-width: 480px) {
      .checkout .right-panel .invoice, #return_product_popup .right-panel .invoice {
        padding: 0px;
        height: calc(100% - 265px); }
        .checkout .right-panel .invoice .form-control, #return_product_popup .right-panel .invoice .form-control {
          height: auto !important;
          padding: 10px !important; }
        .checkout .right-panel .invoice .input-group-addon, #return_product_popup .right-panel .invoice .input-group-addon {
          padding: 0px 5px; } }
    @media only screen and (max-device-width: 480px) {
      .checkout .right-panel .invoice .itemsCheckoutBox, #return_product_popup .right-panel .invoice .itemsCheckoutBox {
        margin-top: 5px; } }
    .checkout .right-panel .invoice .item, #return_product_popup .right-panel .invoice .item {
      -webkit-box-shadow: 1px -1px 13px -4px rgba(224, 224, 224, 0.7);
      -moz-box-shadow: 1px -1px 13px -4px rgba(224, 224, 224, 0.7);
      box-shadow: 1px -1px 13px -4px rgba(224, 224, 224, 0.7);
      padding: 0px;
      margin-bottom: 10px;
      display: flex;
      border: 1px solid #fff;
      align-items: center;
      font-size: 14px;
      background: #fff;
      padding: 10px; }
      .checkout .right-panel .invoice .item .extra-item-content, #return_product_popup .right-panel .invoice .item .extra-item-content {
        display: none; }
        @media only screen and (max-device-width: 480px) {
          .checkout .right-panel .invoice .item .extra-item-content, #return_product_popup .right-panel .invoice .item .extra-item-content {
            margin-top: 0px;
            width: 100%;
            margin-left: -107px;
            width: 300px; } }
        .checkout .right-panel .invoice .item .extra-item-content .price-area, .checkout .right-panel .invoice .item .extra-item-content .discount-area, #return_product_popup .right-panel .invoice .item .extra-item-content .price-area, #return_product_popup .right-panel .invoice .item .extra-item-content .discount-area {
          width: 150px;
          float: left;
          margin-right: 15px;
          margin-top: 8px; }
          @media only screen and (max-device-width: 480px) {
            .checkout .right-panel .invoice .item .extra-item-content .price-area, .checkout .right-panel .invoice .item .extra-item-content .discount-area, #return_product_popup .right-panel .invoice .item .extra-item-content .price-area, #return_product_popup .right-panel .invoice .item .extra-item-content .discount-area {
              width: 130px; } }
          .checkout .right-panel .invoice .item .extra-item-content .price-area label, .checkout .right-panel .invoice .item .extra-item-content .discount-area label, #return_product_popup .right-panel .invoice .item .extra-item-content .price-area label, #return_product_popup .right-panel .invoice .item .extra-item-content .discount-area label {
            font-weight: normal;
            font-size: 14px;
            color: #414141; }
          .checkout .right-panel .invoice .item .extra-item-content .price-area .input-group, .checkout .right-panel .invoice .item .extra-item-content .discount-area .input-group, #return_product_popup .right-panel .invoice .item .extra-item-content .price-area .input-group, #return_product_popup .right-panel .invoice .item .extra-item-content .discount-area .input-group {
            margin-top: -5px; }
          .checkout .right-panel .invoice .item .extra-item-content .price-area input, .checkout .right-panel .invoice .item .extra-item-content .discount-area input, #return_product_popup .right-panel .invoice .item .extra-item-content .price-area input, #return_product_popup .right-panel .invoice .item .extra-item-content .discount-area input {
            font-weight: normal; }
          .checkout .right-panel .invoice .item .extra-item-content .price-area select, .checkout .right-panel .invoice .item .extra-item-content .discount-area select, #return_product_popup .right-panel .invoice .item .extra-item-content .price-area select, #return_product_popup .right-panel .invoice .item .extra-item-content .discount-area select {
            -webkit-appearance: none;
            padding: 5px 10px;
            background: #f5f5f5;
            border: none;
            font-weight: normal;
            font-size: 14px; }
        .checkout .right-panel .invoice .item .extra-item-content .employee-area, #return_product_popup .right-panel .invoice .item .extra-item-content .employee-area {
          width: 150px;
          float: left;
          margin-right: 15px;
          margin-top: 8px; }
          @media only screen and (max-device-width: 480px) {
            .checkout .right-panel .invoice .item .extra-item-content .employee-area, #return_product_popup .right-panel .invoice .item .extra-item-content .employee-area {
              width: 92%; } }
          .checkout .right-panel .invoice .item .extra-item-content .employee-area input, #return_product_popup .right-panel .invoice .item .extra-item-content .employee-area input {
            font-weight: normal; }
          .checkout .right-panel .invoice .item .extra-item-content .employee-area label, #return_product_popup .right-panel .invoice .item .extra-item-content .employee-area label {
            font-weight: normal;
            font-size: 14px;
            color: #414141; }
          .checkout .right-panel .invoice .item .extra-item-content .employee-area select, #return_product_popup .right-panel .invoice .item .extra-item-content .employee-area select {
            font-weight: normal;
            font-size: 14px;
            margin-top: -5px; }
        .checkout .right-panel .invoice .item .extra-item-content .calculation-area, #return_product_popup .right-panel .invoice .item .extra-item-content .calculation-area {
          width: 150px;
          float: left;
          margin-right: 15px;
          margin-top: 8px; }
          @media only screen and (max-device-width: 480px) {
            .checkout .right-panel .invoice .item .extra-item-content .calculation-area, #return_product_popup .right-panel .invoice .item .extra-item-content .calculation-area {
              width: 92%; } }
          .checkout .right-panel .invoice .item .extra-item-content .calculation-area input, #return_product_popup .right-panel .invoice .item .extra-item-content .calculation-area input {
            font-weight: normal; }
          .checkout .right-panel .invoice .item .extra-item-content .calculation-area label, #return_product_popup .right-panel .invoice .item .extra-item-content .calculation-area label {
            font-weight: normal;
            font-size: 14px;
            color: #414141; }
          .checkout .right-panel .invoice .item .extra-item-content .calculation-area select, #return_product_popup .right-panel .invoice .item .extra-item-content .calculation-area select {
            font-weight: normal;
            font-size: 14px;
            margin-top: -5px; }
        .checkout .right-panel .invoice .item .extra-item-content .type-area, #return_product_popup .right-panel .invoice .item .extra-item-content .type-area {
          width: 100px;
          float: left;
          margin-right: 15px;
          margin-top: 8px; }
          @media only screen and (max-device-width: 480px) {
            .checkout .right-panel .invoice .item .extra-item-content .type-area, #return_product_popup .right-panel .invoice .item .extra-item-content .type-area {
              width: 92%; } }
          .checkout .right-panel .invoice .item .extra-item-content .type-area input, #return_product_popup .right-panel .invoice .item .extra-item-content .type-area input {
            font-weight: normal; }
          .checkout .right-panel .invoice .item .extra-item-content .type-area label, #return_product_popup .right-panel .invoice .item .extra-item-content .type-area label {
            font-weight: normal;
            font-size: 14px;
            color: #414141; }
          .checkout .right-panel .invoice .item .extra-item-content .type-area select, #return_product_popup .right-panel .invoice .item .extra-item-content .type-area select {
            font-weight: normal;
            font-size: 14px;
            margin-top: -5px; }
      .checkout .right-panel .invoice .item:hover, #return_product_popup .right-panel .invoice .item:hover {
        cursor: pointer;
        border: 1px solid #ececec; }
      .checkout .right-panel .invoice .item:last-child, #return_product_popup .right-panel .invoice .item:last-child {
        border-bottom: none; }
      .checkout .right-panel .invoice .item .product, #return_product_popup .right-panel .invoice .item .product {
        display: inline-block;
        width: 100%; }
        @media only screen and (max-device-width: 480px) {
          .checkout .right-panel .invoice .item .product, #return_product_popup .right-panel .invoice .item .product {
            padding: 0px 30px; } }
        .checkout .right-panel .invoice .item .product .productname, #return_product_popup .right-panel .invoice .item .product .productname {
          width: 670px;
          margin-bottom: 6px;
          margin-top: 5px;
          float: left;
          color: #717171;
          font-size: 15px;
          font-weight: bold; }
          @media only screen and (max-device-width: 480px) {
            .checkout .right-panel .invoice .item .product .productname, #return_product_popup .right-panel .invoice .item .product .productname {
              font-size: 13px; } }
          .checkout .right-panel .invoice .item .product .productname .brand-info, #return_product_popup .right-panel .invoice .item .product .productname .brand-info {
            color: #9f9f9f;
            font-size: 12px;
            font-weight: 100;
            margin-top: 7px; }
            @media only screen and (max-device-width: 480px) {
              .checkout .right-panel .invoice .item .product .productname .brand-info, #return_product_popup .right-panel .invoice .item .product .productname .brand-info {
                margin-top: 3px; } }
        .checkout .right-panel .invoice .item .product .quantity, #return_product_popup .right-panel .invoice .item .product .quantity {
          display: inline-block;
          margin-right: 15px;
          border: 1px solid #eee;
          border-radius: 3px;
          padding: 0 12px;
          float: left; }
          .checkout .right-panel .invoice .item .product .quantity .form-control, #return_product_popup .right-panel .invoice .item .product .quantity .form-control {
            border: none;
            display: inline-block;
            width: 35px;
            padding-left: 0;
            padding-right: 0;
            text-align: center; }
            .checkout .right-panel .invoice .item .product .quantity .form-control:focus, #return_product_popup .right-panel .invoice .item .product .quantity .form-control:focus {
              box-shadow: none; }
          .checkout .right-panel .invoice .item .product .quantity .minus, .checkout .right-panel .invoice .item .product .quantity .plus, #return_product_popup .right-panel .invoice .item .product .quantity .minus, #return_product_popup .right-panel .invoice .item .product .quantity .plus {
            display: inline-block;
            font-size: 12px;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none; }
      .checkout .right-panel .invoice .item .discount, #return_product_popup .right-panel .invoice .item .discount {
        margin-left: auto;
        margin-right: 20px; }
        .checkout .right-panel .invoice .item .discount .form-control, #return_product_popup .right-panel .invoice .item .discount .form-control {
          border-right: none; }
        .checkout .right-panel .invoice .item .discount .input-group-addon, #return_product_popup .right-panel .invoice .item .discount .input-group-addon {
          cursor: pointer; }
          .checkout .right-panel .invoice .item .discount .input-group-addon.active, #return_product_popup .right-panel .invoice .item .discount .input-group-addon.active {
            background: #4bc0c0;
            border-color: rgba(0, 0, 0, 0.1);
            color: #fff; }
      .checkout .right-panel .invoice .item .price, #return_product_popup .right-panel .invoice .item .price {
        max-width: 150px;
        float: right;
        margin-top: 5px; }
        .checkout .right-panel .invoice .item .price .form-control, #return_product_popup .right-panel .invoice .item .price .form-control {
          text-align: right; }
      .checkout .right-panel .invoice .item .remove, #return_product_popup .right-panel .invoice .item .remove {
        margin-left: 20px;
        float: right;
        margin-top: 2px; }
        @media only screen and (max-device-width: 480px) {
          .checkout .right-panel .invoice .item .remove, #return_product_popup .right-panel .invoice .item .remove {
            margin-left: 0px;
            margin-right: -20px; } }
        .checkout .right-panel .invoice .item .remove a, #return_product_popup .right-panel .invoice .item .remove a {
          font-size: 18px;
          color: #999; }
  .checkout .right-panel .footer, #return_product_popup .right-panel .footer {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: inherit;
    margin-left: -30px;
    padding: 10px 30px;
    border-top: 1px solid #eee;
    border-radius: 0 0 8px 0;
    z-index: 9999; }
    .checkout .right-panel .footer button, #return_product_popup .right-panel .footer button {
      font-size: 16px; }

.checkout.payment .checkoutPaymentField, #return_product_popup.payment .checkoutPaymentField {
  text-align: center;
  font-size: 30px;
  background: #fff;
  border: none;
  border-bottom: 1px solid #eee;
  border-radius: 10px 10px 0 0;
  /*padding: 35px 0;*/
  height: 90px;
  width: 100%;
  margin: 0 0 0;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  letter-spacing: 3px;
  /* font-family: monospace; */ }
  .checkout.payment .checkoutPaymentField:focus, #return_product_popup.payment .checkoutPaymentField:focus {
    box-shadow: none; }

.checkout.payment .btn.paytype, #return_product_popup.payment .btn.paytype {
  float: left;
  width: calc(100% / 3);
  margin: 0 0 30px;
  font-size: 16px;
  border-radius: 0;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .checkout.payment .btn.paytype:first-of-type, #return_product_popup.payment .btn.paytype:first-of-type {
      border-radius: 0 0 0 10px; }
    .checkout.payment .btn.paytype:nth-of-type(3), #return_product_popup.payment .btn.paytype:nth-of-type(3) {
      border-radius: 0 0 10px 0; } }
  @media (max-width: 767px) {
    .checkout.payment .btn.paytype, #return_product_popup.payment .btn.paytype {
      width: 100%;
      margin-bottom: 0; }
      .checkout.payment .btn.paytype:last-of-type, #return_product_popup.payment .btn.paytype:last-of-type {
        margin-bottom: 20px;
        border-radius: 0 0 10px 10px; } }
  .checkout.payment .btn.paytype i, #return_product_popup.payment .btn.paytype i {
    color: #4BC0C0;
    font-size: 23px;
    position: relative;
    top: 4px; }

.checkout.payment .btn.paytype-second, #return_product_popup.payment .btn.paytype-second {
  float: left;
  width: calc(100% / 2) !important;
  font-size: 16px;
  border-radius: 0;
  margin-bottom: 0px !important;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .checkout.payment .btn.paytype-second:first-of-type, #return_product_popup.payment .btn.paytype-second:first-of-type {
      border-radius: 0 0 0 0px !important; }
    .checkout.payment .btn.paytype-second:nth-of-type(3), #return_product_popup.payment .btn.paytype-second:nth-of-type(3) {
      border-radius: 0 0 0px 10px !important; }
    .checkout.payment .btn.paytype-second:nth-of-type(4), #return_product_popup.payment .btn.paytype-second:nth-of-type(4) {
      border-radius: 0 0 10px 0 !important; } }
  @media (max-width: 767px) {
    .checkout.payment .btn.paytype-second, #return_product_popup.payment .btn.paytype-second {
      width: 100%;
      margin-bottom: 0; }
      .checkout.payment .btn.paytype-second:last-of-type, #return_product_popup.payment .btn.paytype-second:last-of-type {
        margin-bottom: 20px;
        border-radius: 0 0 10px 10px; } }
  .checkout.payment .btn.paytype-second i, #return_product_popup.payment .btn.paytype-second i {
    color: #4BC0C0;
    font-size: 23px;
    position: relative;
    top: 4px; }

.checkout.payment .line, #return_product_popup.payment .line {
  border-bottom: 1px solid #ddd;
  padding: 15px;
  font-size: 16px; }
  .checkout.payment .line .type, #return_product_popup.payment .line .type {
    display: inline-block; }
  .checkout.payment .line .delete, #return_product_popup.payment .line .delete {
    font-weight: bold;
    font-size: 16px; }
  .checkout.payment .line .amount, #return_product_popup.payment .line .amount {
    display: inline-block;
    float: right;
    font-weight: 700; }
  .checkout.payment .line.total, #return_product_popup.payment .line.total {
    border-bottom-width: 3px; }
    .checkout.payment .line.total .type, #return_product_popup.payment .line.total .type {
      font-weight: 700; }

/* Calendar */
#calendar {
  background: #f9fbfc; }

.calendar-header {
  padding: 3px 25px;
  height: 58px;
  line-height: 50px;
  position: relative;
  z-index: 9; }
  @media only screen and (max-device-width: 480px) {
    .calendar-header {
      padding: 3px 10px; } }
  .calendar-header .left {
    float: left; }
  @media screen and (min-width: 768px) {
    .calendar-header .middle {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      line-height: 0; } }
  @media screen and (max-width: 767px) {
    .calendar-header .middle {
      float: right; }
      .calendar-header .middle #todaybtn {
        display: none; } }
  .calendar-header .right {
    float: right; }

.popover .divider {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background: #eee; }

.clientCreatedArea div {
  float: left;
  margin-right: 20px; }
  .clientCreatedArea div:last-child {
    float: right;
    margin-right: 0; }

/* Marketing */
.marketing .campaignBox {
  position: relative;
  background: #FFF;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 30px;
  height: calc(410px - 60px);
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden; }
  .marketing .campaignBox &gt; .label {
    position: absolute;
    top: 25px;
    right: -35px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 40px;
    transform: rotate(45deg); }
  .marketing .campaignBox i {
    display: block;
    color: #4BC0C0;
    font-size: 70px;
    margin-bottom: 30px; }
  .marketing .campaignBox h3 {
    font-size: 20px;
    color: #333; }
  .marketing .campaignBox p {
    font-size: 14px;
    line-height: 25px;
    color: #999;
    margin: 10px 0 30px; }

.marketing #accordion {
  border: 1px solid #eee;
  border-bottom: none;
  border-radius: 8px;
  overflow: hidden; }
  .marketing #accordion .accordion-toggle {
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    background: #fff;
    border-radius: 0;
    padding: 25px;
    padding-left: 60px;
    font-size: 16px;
    color: #999; }
    .marketing #accordion .accordion-toggle i {
      position: absolute;
      top: 22px;
      left: 25px;
      font-size: 22px;
      color: #bdc5c9;
      transition: all .25s; }
    .marketing #accordion .accordion-toggle.active {
      color: #333; }
      .marketing #accordion .accordion-toggle.active i {
        color: #5399F0; }
  .marketing #accordion .accordion-content {
    background: #F9FBFC;
    display: none;
    padding: 25px;
    border-bottom: 1px solid #eee; }
    .marketing #accordion .accordion-content.default {
      display: block; }
    .marketing #accordion .accordion-content .group {
      cursor: pointer;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .marketing #accordion .accordion-content .group:last-of-type {
        margin-bottom: 0; }
      .marketing #accordion .accordion-content .group label {
        margin: 0; }
      .marketing #accordion .accordion-content .group .iradio_square-blue {
        float: left;
        margin-right: 15px; }
      .marketing #accordion .accordion-content .group .title {
        font-size: 15px;
        white-space: pre; }
        .marketing #accordion .accordion-content .group .title span {
          display: block;
          font-size: 11px;
          font-weight: 400;
          margin-top: 3px;
          color: #999; }
      .marketing #accordion .accordion-content .group .edit {
        display: none;
        align-self: stretch;
        width: 100%;
        margin-top: 10px;
        padding-left: 37px; }
        .marketing #accordion .accordion-content .group .edit label {
          font-weight: 400; }
        .marketing #accordion .accordion-content .group .edit .form-control {
          margin: 0 10px; }

.marketing .preview {
  background: #fff;
  position: relative;
  width: 75%;
  margin: auto;
  height: 640px;
  padding-top: 60px;
  border-radius: 50px;
  box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.05); }
  @media (max-width: 1200px) {
    .marketing .preview {
      width: 100%; } }
  @media (max-width: 767px) {
    .marketing .preview {
      margin-top: 30px; } }
  .marketing .preview:after {
    content: '';
    position: absolute;
    bottom: 12px;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    border: 2px solid #EFF1F5;
    border-radius: 50%; }
  .marketing .preview .screen {
    border: 2px solid #EFF1F5;
    border-radius: 8px;
    width: 94%;
    padding: 15px 0;
    height: 510px;
    margin: auto;
    overflow: auto; }
    .marketing .preview .screen .message {
      background: #3C99F7;
      border-radius: 20px;
      font-size: 14px;
      line-height: 20px;
      margin: 0 15px 10px;
      padding: 15px 20px;
      position: relative;
      color: #fff; }
      .marketing .preview .screen .message:before {
        content: '';
        border: solid 10px;
        border-color: transparent transparent #3C99F7;
        position: absolute;
        z-index: 1;
        bottom: 4px;
        left: -3px; }
      .marketing .preview .screen .message .image {
        position: absolute;
        bottom: 0px;
        left: -55px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-size: cover; }

.marketing .clientList {
  background: #FFF;
  border: 1px solid #eee;
  max-height: 400px;
  overflow: auto; }
  .marketing .clientList .client {
    padding: 15px 20px;
    border-bottom: 1px solid #eee; }
    .marketing .clientList .client:last-of-type {
      border-bottom: none; }
    .marketing .clientList .client label {
      display: flex;
      align-items: center;
      margin-bottom: 0; }
      .marketing .clientList .client label .image {
        width: 45px;
        height: 45px;
        background-size: cover;
        background-position: center;
        border-radius: 50%;
        margin-right: 20px; }
      .marketing .clientList .client label .name {
        font-size: 14px;
        font-weight: 400; }
      .marketing .clientList .client label .iradio_square-blue {
        margin-left: auto; }

/* Settings */
.settings-nav {
  padding-top: 5px;
  background: #fff;
  border-bottom: 1px solid #DDD; }
  @media screen and (max-width: 768px) {
    .settings-nav {
      margin-top: 0;
      margin-left: 0px;
      margin-right: 0px; } }
  .settings-nav.sub {
    background: none; }

.content .title h3 {
  line-height: 20px; }

.content .premium-block {
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 10px;
  color: #60BF9E;
  background: #f7f7f7;
  display: inline;
  padding: 5px 10px;
  border-radius: 5px; }
  .content .premium-block i {
    margin-right: 2px;
    font-size: 13px; }

.main .content {
  background: #FFF;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); }
  .main .content h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px; }
    .main .content h3 i {
      margin-right: 5px;
      position: relative;
      top: 1px;
      opacity: .7; }
  .main .content .title p {
    color: #999;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 20px; }
  .main .content .divider {
    width: calc(100% + 60px);
    height: 1px;
    background: #eee;
    margin: 30px -30px 40px; }

.integration {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  transition: all .25s;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  padding: 25px;
  min-height: 198px;
  margin-bottom: 15px;
  align-items: center;
  box-shadow: none !important;
  border: 1px solid #ececec; }
  .integration:hover {
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1); }
  .integration img.logo {
    float: left;
    width: 60px;
    margin-right: 40px; }
  .integration .description h3 {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px; }
    .integration .description h3 .label {
      position: relative;
      top: -1px;
      margin-left: 5px; }
  .integration .btn {
    margin-left: auto; }
  .integration::after {
    content: '';
    clear: both;
    display: block; }

/* Opening hours */
.table.openinghours td .label {
  margin: -5px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  line-height: 20px;
  font-size: 12px;
  font-weight: 600; }
  .table.openinghours td .label:not(:first-child) {
    margin-top: 10px; }
  .table.openinghours td .label .haveBreak {
    display: inline-block;
    background: rgba(0, 0, 0, 0.2);
    padding: 0px 5px;
    float: right;
    border-radius: 2px;
    color: #FFF;
    font-size: 11px;
    margin-right: -4px; }

/* Payment */
.payment-card {
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  font-family: monospace;
  font-size: 14px;
  color: #666;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05); }
  .payment-card img {
    width: 35px;
    margin-right: 15px;
    position: relative;
    top: 0; }
  .payment-card span {
    margin-left: auto; }

.modal-content h1 {
  font-size: 25px;
  margin-top: 5px;
  margin-bottom: 20px; }

/* 404 page */
.error404 {
  padding: 80px 0;
  text-align: center; }
  .error404 i {
    font-size: 250px;
    color: #FF7373; }
  .error404 h1 {
    margin: 40px 0;
    font-size: 30px;
    font-weight: 100;
    color: #666; }

.confirmSale {
  background: transparent !important; }
  .confirmSale h4 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 15px; }
  .confirmSale p {
    color: #999;
    text-align: center;
    font-size: 14px; }
  .confirmSale .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4BC0C0;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; }
  .confirmSale .checkmark {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 20px auto 40px;
    box-shadow: inset 0px 0px 0px #4BC0C0;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both; }
  .confirmSale .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards; }

@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@keyframes scale {
  0%, 100% {
    transform: none; }
  50% {
    transform: scale3d(1.1, 1.1, 1); } }

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 50px #4BC0C0; } }

.calender_customer_name_b.blur {
  filter: blur(5px); }

.checkmarkbox h4 {
  font-size: 20px;
  text-align: center; }

.checkmarkbox .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #4BC0C0;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; }

.checkmarkbox .checkmark {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 20px auto 40px;
  box-shadow: inset 0px 0px 0px #4BC0C0;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both; }

.checkmarkbox .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards; }

@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@keyframes scale {
  0%, 100% {
    transform: none; }
  50% {
    transform: scale3d(1.1, 1.1, 1); } }

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 50px #4BC0C0; } }

.confirm-button-box {
  margin-bottom: 20px;
  margin-top: 20px; }
  .confirm-button-box .sms-confirm-button {
    background: #ececec;
    padding: 10px 20px;
    display: inline;
    color: #2e2e2e;
    border-radius: 5px; }
    .confirm-button-box .sms-confirm-button:hover, .confirm-button-box .sms-confirm-button.active {
      background: #3c3c3c;
      color: #fff; }

.sms-confirm-form-box {
  display: none;
  margin-top: 35px; }

@media only screen and (max-device-width: 480px) {
  #confirm_sms_message .modal-body {
    padding: 30px; } }
</pre></body></html>