@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
    ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
    ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
    ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
    ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
    ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
    ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
    ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

body {
  background-color: #F8F8F8;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #333942;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  color: #BB0029 !important;
}

/**
 * Basic styles for ul,ol
 */
ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  display: block;
}

/**
 * Basic styles for input
 */
.form-group {
  margin-bottom: 0;
}

.form-group .form-control:focus {
  border-color: none;
}

input:focus,
[type="text"]:focus,
[type="checkbox"]:focus,
[type="radio"]:focus {
  box-shadow: none;
  outline: none;
}

/**
 * Basic styles for p,span
 */
p, span {
  line-height: 1.5;
  margin-bottom: 0;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
  .row {
    margin: 0 -10px;
  }
}

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url(../../../public/fonts/Montserrat-Regular.ttf);
}

/**
 * Basic typography style for copy text
 */
body {
  color: #333942;
  font: normal 14px "Montserrat", sans-serif;
}

.link {
  color: #3B7CFF;
}

.box-header header a:hover {
  color: #ffba00 !important;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .card-pay {
    box-shadow: none !important;
  }
  .card-pay .header-page {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 10px;
    background-color: #f8f8f8 !important;
  }
  .card-pay .header-page .btn-back {
    min-width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: 0px center;
    outline: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card-pay .header-page .btn-back i {
    font-size: 24px;
  }
  .card-pay .header-page .title {
    width: 100%;
    padding-right: 40px;
    font-size: 4.5vw !important;
    font-weight: 500 !important;
  }
  .card-pay .card-progress {
    background-color: #f8f8f8;
  }
}

.content-wrapper {
  background: #F9FAFC;
}

.content-wrapper .content {
  padding: 20px;
}

.content-wrapper .content .card {
  border-radius: 10px;
}

.content-wrapper .content .card .card-header {
  min-height: 70px;
  display: flex;
  align-items: center;
}

.content-wrapper .content .card .card-header::after {
  display: none;
}

.content-wrapper .content .card .card-body {
  padding: 20px;
}

.content-wrapper .content .card .card-body .card-title {
  width: 100%;
  margin-bottom: 7px;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #3B4859;
}

.content-wrapper .content .card .card-footer {
  background: transparent;
  padding: 20px;
  padding-top: 0;
  display: flex;
  align-items: center;
}

.content-wrapper .content .card .card-footer span {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #8392A7;
  margin-left: 10px;
}

.pagination .page-item .page-link {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #3B4859;
  background-color: transparent;
  border: none;
  padding: 0 0;
  border-radius: 100% !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.pagination .page-item .page-link.page-arrow {
  background: #EFF2F7;
}

.pagination .page-item .page-link.page-arrow:hover {
  background: #BB0029;
  color: #FFFFFF !important;
}

.pagination .page-item .page-link:hover {
  color: #FFFFFF !important;
  background: #BB0029;
  box-shadow: none;
  outline: none;
}

.pagination .page-item .page-link.active {
  background: #BB0029;
  color: #FFFFFF;
}

.custom-select-option {
  border-radius: 15px;
  background: #BB0029;
  color: #FFFFFF;
  max-height: 30px;
  position: relative;
}

.custom-select-option .custom-select {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #FFFFFF;
  background: transparent;
  width: auto;
  max-height: 30px;
  border: none;
  box-shadow: none;
}

.custom-select-option .custom-select option {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #8998AC;
  padding: 12px;
  text-align: center;
}

.custom-select-option .icon-triangle-down {
  display: flex;
  align-items: center;
  position: absolute;
  right: 8px;
  top: 50%;
  border-top: 7px solid #FFFFFF;
  transform: translate(-50%, -50%);
  display: inline-block;
  pointer-events: none;
}

.custom-select-option .icon-triangle-down::after {
  display: none;
}

.list-more-mb {
  position: fixed;
  right: 0px;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 120;
  background: transparent;
  padding: 0;
}

.list-more-mb .mask-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.list-more-mb .close-more {
  position: absolute;
  top: 10px;
  left: 4%;
  background: 0px center;
  border: 0;
  color: #fff;
}

.list-more-mb .close-more i {
  font-size: 30px;
}

.list-more-mb .ul-more {
  position: absolute;
  right: 0;
  width: 85%;
  height: 100%;
  z-index: 1;
  background: #fff;
  overflow: auto;
}

.list-more-mb .ul-more li {
  padding: 14px 20px;
  border-bottom: 1px solid #ccc;
}

.list-product-content .product-item {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: -1px 1px 4px 0 rgba(137, 152, 172, 0.5);
  display: grid;
  grid-template-columns: 2fr 4fr 2fr 2fr;
  min-height: 100px;
  align-items: flex-start;
  grid-gap: 20px;
  padding: 10px;
}

.list-product-content .product-item .box-img {
  width: 80px;
  height: 80px;
  margin: auto;
}

.list-product-content .product-item .box-img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.list-product-content .product-item .box-img a img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-product-content .product-item .detail .title-pro a {
  font-size: 13px;
  font-weight: 500;
  color: #333942;
  display: block;
  margin-bottom: 4px;
}

.list-product-content .product-item .detail span {
  font-size: 13px;
  font-weight: 400;
  color: #8998AC;
}

.list-product-content .product-item .box-price {
  text-align: right;
}

.list-product-content .product-item .box-price .old-price {
  font-size: 14px;
  font-weight: 500;
  color: #8998AC;
  margin-bottom: 8px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.list-product-content .product-item .box-price .price {
  font-size: 20px;
  font-weight: 500;
  color: #cf0656;
}

.list-product-content .product-item .box-button {
  display: grid;
  grid-gap: 10px;
  justify-content: center;
}

.list-product-content .product-item .box-button .btn-buy {
  width: 120px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #15B02A;
  color: #FFFFFF;
  background: #15B02A;
  transition: all .5s;
}

.list-product-content .product-item .box-button .btn-detail {
  width: 120px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #DEE5EE;
  color: #333942;
  background: #FFFFFF;
}

.list-product-content .product-item .box-button .btn-detail:hover {
  background: #cf0656;
  border: 1px solid #cf0656;
  color: #FFFFFF !important;
}

.btn-circle-0 {
  background-color: #BB0029;
  border: 1px solid #BB0029;
  padding: 4px 18px;
  border-radius: 30px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #FFFFFF;
}

.btn-circle-0:hover {
  background-color: #FFFFFF;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #333942;
}

.btn-circle-1 {
  background-color: #FFFFFF;
  border: 1px solid #CBCBCB;
  padding: 4px 18px;
  border-radius: 30px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #CBCBCB;
}

.btn-circle-1:hover {
  border: 1px solid #BB0029;
  background-color: #BB0029;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #FFFFFF;
}

.btn-more {
  background: 0px center;
  border: 0;
}

.btn-more i {
  font-size: 24px;
}

.btn-action-more {
  background: none;
  border: none;
  position: relative;
  font-size: 5vw;
  padding: 0;
}

.btn-action-more .list-more-detail {
  position: absolute;
  top: 100%;
  text-align: left;
  border: 1px solid #979797;
  right: -10px;
  max-width: 220px;
  min-width: 200px;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  z-index: 1;
}

.btn-action-more .list-more-detail:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-bottom: 7px solid #979797;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: -8px;
  right: 10px;
}

.btn-action-more .list-more-detail li {
  font-size: 3.5vw;
  padding: 15px 0;
  border-bottom: 1px solid #E8E8E8;
}

.btn-action-more .list-more-detail li:first-child {
  padding-top: 0;
}

.btn-action-more .list-more-detail li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.btn-action-more .list-more-detail li.more-delete {
  color: #FF3B30;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  img[lazy=loading] {
    max-width: 100%;
  }
}

img[lazy=loading] {
  height: 1px;
}

img[lazy=error] {
  height: 1px;
}

.icon-all {
  background: url(../../assets/images/icon/icons.svg) no-repeat;
}

.icon-all-trash {
  background: url(../../assets/images/icon/Artboard.png) no-repeat;
}

.icon-trash {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-position: -66px -2247px;
  background-size: 145px;
}

.icon-edit {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-position: -66px -937px;
  background-size: 145px;
}

.icon-edit {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-position: -66px -937px;
  background-size: 145px;
}

.icon-triangle-down {
  position: relative;
  width: 0;
  height: 0;
  display: block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #8392A7;
}

.icon-triangle-down::after {
  position: absolute;
  content: "";
  transform: translate(-50%, -145%);
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #FFFFFF;
}

.box-search {
  position: relative;
  border: 1px solid #C1CBD9;
  width: 100%;
  padding: 1px 12px 1px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  transition-duration: 0.3s;
  background: #FFFFFF;
}

.box-search ::-moz-placeholder {
  color: #C1CBD9 !important;
  opacity: 1;
}

.box-search :-ms-input-placeholder {
  color: #C1CBD9 !important;
  opacity: 1;
}

.box-search ::placeholder {
  color: #C1CBD9 !important;
  opacity: 1;
}

.box-search :-ms-input-placeholder {
  color: #C1CBD9 !important;
}

.box-search ::-ms-input-placeholder {
  color: #C1CBD9 !important;
}

.box-search input {
  width: 100%;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -o-border-image: initial;
  border-image: initial;
  outline: 0px;
  padding: 0px;
  box-shadow: none;
  padding-right: 20px;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #333942;
  order: 2;
}

.box-search input:-internal-autofill-selected {
  background-color: white !important;
}

.box-search button {
  color: #DEDEDE;
  font-size: 25px;
  background-color: transparent;
  border: none;
  padding: 0 0;
  border-radius: 0 !important;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
}

.box-search button i.icon-search {
  width: 40px;
  height: 25px;
  display: inline-block;
  background-position: -30px -1478px;
  background-size: 100px;
}

.box-search button:hover {
  color: #BB0029;
}

/* css class for the transition */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.popup-modal {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  z-index: 9999;
}

.popup-modal .window {
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 550px;
  min-height: 56px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr auto auto;
}

.popup-modal .window .icon {
  width: 64px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #FFFFFF;
}

.popup-modal .window p {
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
}

.popup-modal .window .button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 15px;
}

.popup-modal .window .button button {
  background-color: transparent;
  padding: 5px 20px;
  border-radius: 15px !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-size: 14px;
  white-space: nowrap;
}

.popup-modal .window .button button.submitModal {
  margin-right: 1rem;
}

.popup-modal .window .button button.cancelModal i {
  font-size: 20px;
}

.popup-modal .window.no-icon {
  grid-template-columns: 4fr 1fr;
}

.popup-modal .window.no-icon p {
  word-break: break-all;
}

.popup-modal .window.alert-modal {
  border: 1px solid #F50000 !important;
}

.popup-modal .window.alert-modal .icon {
  background-color: #F50000;
  border-radius: 5px 0 0 5px;
}

.popup-modal .window.alert-modal p {
  color: #F50000;
}

.popup-modal .window.alert-modal .button button {
  border: 1px solid #F50000;
  color: #F50000;
}

.popup-modal .window.alert-modal .button button:hover {
  background-color: #F50000;
  color: #FFFFFF;
}

.popup-modal .window.warning-modal {
  border: 1px solid #FFDF00 !important;
}

.popup-modal .window.warning-modal .icon {
  background-color: #FFDF00;
}

.popup-modal .window.warning-modal p {
  color: #FFDF00;
}

.popup-modal .window.warning-modal .button button {
  border: 1px solid #FFDF00;
  color: #FFDF00;
}

.popup-modal .window.warning-modal .button button:hover {
  background-color: #FFDF00;
  color: #FFFFFF;
}

.popup-modal .window.error-modal {
  border: 1px solid #F50000 !important;
  background-color: #F50000;
}

.popup-modal .window.error-modal .icon {
  color: #FFFFFF;
  background-color: #F50000;
}

.popup-modal .window.error-modal p {
  color: #FFFFFF;
}

.popup-modal .window.error-modal .button button {
  color: #FFFFFF;
  border: 0;
  font-size: 20px;
  padding: 0 20px;
}

.popup-modal .window.error-modal .button button:hover {
  color: #FFFFFF;
}

.popup-modal .window.success-modal {
  border: 1px solid #7ED321 !important;
  background-color: #7ED321;
}

.popup-modal .window.success-modal .icon {
  color: #FFFFFF;
  background-color: #7ED321;
}

.popup-modal .window.success-modal p {
  color: #FFFFFF;
}

.popup-modal .window.success-modal .button button {
  color: #FFFFFF;
  border: 0;
  font-size: 20px;
  padding: 0 20px;
}

.popup-modal .window.success-modal .button button:hover {
  color: #FFFFFF;
}

.box-radio {
  display: flex;
  align-items: center;
}

.box-radio .custom-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 11px !important;
  font-weight: 400 !important;
  color: #8998AC;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.box-radio .custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.box-radio .custom-radio input:checked ~ .checkmark {
  background-color: #FFFFFF;
}

.box-radio .custom-radio input:checked ~ .checkmark:after {
  display: block;
}

.box-radio .custom-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #CBCBCB;
  border-radius: 50%;
}

.box-radio .custom-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #BB0029;
  border: 3px solid #FFFFFF;
}

.box-radio .custom-radio:first-child {
  margin-right: 103px;
}

.rating {
  float: left;
}

.rating > input:checked ~ label {
  color: #ffc700;
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > input:hover ~ input:checked ~ label {
  color: #c59b08;
}

.rating:not(:checked) > input {
  display: none;
}

.rating:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 25px;
  color: #ccc;
}

.rating:not(:checked) > label::before {
  content: '\2605   ';
}

.rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
  color: #deb217;
}

/* Checkbox with
    font-size: 12px;
    font-weight: 400;
    color: #8998AC;
    width: 16px;
    height: 16px;
    border-radius: 4px */
.custom-checkbox-0 {
  margin: 0 !important;
}

.custom-checkbox-0 input:checked + label {
  color: #BB0029;
}

.custom-checkbox-0 input:checked + label::before {
  background-color: #BB0029 !important;
  border-color: #BB0029 !important;
}

.custom-checkbox-0 input:hover + label {
  color: #BB0029;
}

.custom-checkbox-0 input:hover + label::before {
  border-color: #BB0029 !important;
}

.custom-checkbox-0 label {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #8998AC;
  min-height: 16px;
  line-height: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-checkbox-0 label::before {
  width: 16px !important;
  height: 16px !important;
  border-radius: 4px !important;
}

.custom-checkbox-0 label::after {
  top: 50% !important;
  transform: translate(65%, -60%) rotate(45deg) !important;
}

/* Checkbox with
    font-size: 12px;
    font-weight: 400;
    color: #8998AC;
    width: 20px;
    height: 20px; */
.custom-checkbox-1 label {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #8998AC;
}

.custom-checkbox-1 label:before {
  width: 20px;
  height: 20px;
}

.ios-ui-select {
  height: 26px;
  width: 54px;
  border: 1px solid #E9ECF0;
  background: #FFFFFF;
}

.ios-ui-select .inner {
  width: 20px;
  height: 20px;
  background: #E9ECF0;
  top: 1px;
}

.ios-ui-select.checked {
  box-shadow: none;
}

.ios-ui-select.checked .inner {
  left: 30px;
  top: 2px;
  background: #7ED321;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .card-body {
    padding: 15px 20px;
  }
  .card-body.card-progress {
    padding: 15px 20px;
  }
  .card-body .checkout-tab {
    padding: 0 !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .card-body .checkout-tab li {
    width: 100%;
    text-align: center;
  }
  .card-body .checkout-tab li .checkout-icon {
    position: relative;
  }
  .card-body .checkout-tab li .checkout-icon.active p.dot::before {
    background: #000;
  }
  .card-body .checkout-tab li .checkout-icon p {
    font-size: 4vw !important;
    position: initial;
    color: #8998AC;
    font-weight: 400;
    text-align: center;
  }
  .card-body .checkout-tab li .checkout-icon p i {
    font-size: 24px;
  }
  .card-body .checkout-tab li .checkout-icon p.bold {
    color: #333942;
  }
  .card-body .checkout-tab li .checkout-icon p.dot::before {
    content: "" !important;
    position: absolute;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    background: #D8D8D8;
    top: 50%;
    border: 0;
    padding: 2px;
  }
  .card-body .checkout-tab li .checkout-icon p.dot.dot-1::before {
    left: -25%;
    transform: translate(-20%, -50%);
  }
  .card-body .checkout-tab li .checkout-icon p.dot.dot-2::before {
    left: -10%;
    transform: translate(-5%, -50%);
  }
  .card-body .checkout-tab li .checkout-icon p.dot.dot-3::before {
    left: 5%;
    transform: translate(5%, -50%);
  }
  .card-body .checkout-tab li .checkout-icon p.dot.dot-4::before {
    left: 20%;
    transform: translate(20%, -50%);
  }
  .card-body .checkout-tab li .checkout-icon p::after {
    display: none;
  }
  .card-body .checkout-tab li .checkout-icon p:last-child::before {
    display: none !important;
  }
  .card-body .checkout-tab li:first-child p::before {
    display: none;
  }
  .card-body .checkout-tab li .radio {
    display: none !important;
  }
}
