@charset "UTF-8";

/* 1 - Button Component */
/* 2 - Badge Component */
/* 3 - Link Component */

/* 1 - Button Component Start */
html body .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 16px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
html body .btn i.right-icon,
html body .btn img.right-icon{
  margin-left: 8px;
}
html body .btn i.left-icon,
html body .btn img.left-icon{
  margin-right: 8px;
}
html body .btn-default {
  background-color: #EBF9FD !important; 
  color: #33C1EA !important;
}
html body .btn-sm {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
}
html body .btn-disable {
  opacity: 0.5;
}
html body .btn-disable:hover {
  opacity: 0.5 !important;
}
html body .btn-primary {
  background-color: #ff5233 !important;
  color: white !important;
}
html body .btn-primary:hover {
  opacity: 0.8 !important;
}
html body .btn-primary-alert {
  background-color: #FD6A6A !important;
  color: white !important;
}
html body .btn-primary-alert:hover {
  opacity: 0.8 !important;
}
html body .btn-outline {
  border: 1px solid #FF5433 !important;
  background-color: transparent !important;
  color: #FF5433 !important;
}
html body .btn-outline:hover {
  opacity: 0.8 !important;
}
html body .btn-outline-alert {
  border: 1px solid #FD6A6A !important;
  background-color: transparent !important;
  color: #FD6A6A !important;
}
html body .btn-outline-alert:hover {
  opacity: 0.8 !important;
}
html body .btn-secondary {
  background-color: white !important;
  color: #ff5233 !important;
}
html body .btn-secondary:hover {
  opacity: 0.8 !important;
}
html body .btn-secondary-alert {
  background-color: white !important;
  color: #FD6A6A !important;
}
html body .btn-secondary-alert:hover {
  opacity: 0.8 !important;
}

html body .btn-success{
  background-color:#34D74E !important;
  color: #ffffff !important;
}

html body .btn-success:hover{
  opacity: 0.8 !important;
}

button,
button[type=button],
button[type=reset],
button[type=submit] {
  appearance: button;
  -webkit-appearance: button;
  -moz-appearence: button;
}

button,
button[type=button],
button[type=reset],
button[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
button[type=button]:not(:disabled),
button[type=reset]:not(:disabled),
button[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
button[type=button]::-moz-focus-inner,
button[type=reset]::-moz-focus-inner,
button[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
/* 1 - Button Component End */

/* 2 - Badge Component Start */
html body .badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
html body .badge > i.right-icon {
  margin-left: 8px;
}
html body .badge > i.left-icon {
  margin-right: 8px;
}
html body .badge.radius-left {
  border-radius: 0 4px 4px 0;
}
html body .badge.radius-right {
  border-radius: 4px 0 0 4px;
}
html body .badge.radius-tab {
  border-radius: 4px 4px 0 0;
}
html body .badge.badge-rate {
  padding: 2px 8px;
  border-radius: 15px;
}
html body .badge.badge-rate-success {
  padding: 2px 8px;
  border-radius: 15px;
  background-color: #34d74e !important;
  color: white !important;
}
html body .badge.badge-rate-square {
  padding: 9px;
  border-radius: 4px;
  border: 1px solid #00dc2f !important;
  color: #34d74e !important;
}
html body .badge.arrow-top {
  position: relative;
}
html body .badge.arrow-top:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: -15%;
  left: 10px;
  border-radius: 2px;
  transform: rotate(45deg);
}
html body .badge.arrow-right {
  position: relative;
}
html body .badge.arrow-right:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: -5px;
  border-radius: 2px;
  transform: rotate(45deg);
}
html body .badge.arrow-bottom {
  position: relative;
}
html body .badge.arrow-bottom:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  bottom: -15%;
  right: 10px;
  border-radius: 2px;
  transform: rotate(45deg);
}
html body .badge.arrow-left {
  position: relative;
}
html body .badge.arrow-left:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: -5px;
  border-radius: 2px;
  transform: rotate(45deg);
}
html body .badge-primary,
html body .badge-primary:after,
html body .badge-primary:before {
  background-color: #33c1ea !important;
  color: white !important;
}
html body .badge-success,
html body .badge-success:after,
html body .badge-success:before {
  background-color: #36b37e !important;
  color: white !important;
}
html body .badge-alert,
html body .badge-alert:after,
html body .badge-alert:before {
  background-color: #fec70a !important;
  color: white !important;
}
html body .badge-warning,
html body .badge-warning:after,
html body .badge-warning:before {
  background-color: #fd6a6a !important;
  color: white !important;
}
html body .badge-warning,
html body .badge-warning:after,
html body .badge-warning:before {
  background-color: #fd6a6a !important;
  color: white !important;
}
html body .badge-award,
html body .badge-award:after,
html body .badge-award:before {
  background-color: #030244 !important;
  color: white !important;
}
html .black-friday {
    background-image: linear-gradient(257deg, #eb0085, #883083);
}
html .black-friday i {
    margin-right: 5px;
}
html body .badge-outline {
  background-color: white !important;
  border: 1px solid #e5ebf0 !important;
  color: #33c1ea !important;
}
html body .badge-outline-success {
  color: #34D74E !important;
}
html body .badge-outline-alert {
  color: #34D74E !important;
  z-index: 3;
  position: relative;
}

html body .badge-outline-alert .bonusImg {
  max-width: 46px;
  margin-right: 5px;
}
html body .badge-outline-alert b {
  margin: 0px 3px;
}
html body .badge-outline-warning {
  background-color: rgb(253,233,233) !important;
  color: #FD6A6A !important;
}

html body .badge-text {
  background-color: transparent !important;
  border: none !important;
  color: #33c1ea !important;
}
html body .badge-text-success {
  color: #34d74e !important;
}
html body .badge-text-alert {
  color: #fec70a !important;
}
html body .badge-text-warning {
  color: #fd6a6a !important;
}
html body .badge:empty {
  display: none;
}
/* 2.1 - SPECIFIC Badge List Style Start */

@media only screen and (min-width: 320px){
  html body .badge-list-wrapper li .badge{
    flex-direction: column;
    background-color: transparent;
    border: none;
  }
  html body .badge-list-wrapper li .badge i{
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px){

}
@media only screen and (max-width: 768px){

  html body .badge-outline-alert {
    padding-left: 10px;
  }
  html body .badge-outline-alert i{
    margin-right: 5px;
  }

}
/* 2.1 - SPECIFIC Badge List Style End */

/* 2 - Badge Component End */

/* 3 - Link Component Start */
html body a{
  text-decoration: none;
}
html body .link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  text-decoration: none;
  line-height: normal;
  letter-spacing: normal;
  cursor: pointer;
}
html body .link:hover {
  opacity: 0.8 !important;
}
html body .link > i.right-icon, html body .link > img.right-icon {
  margin-left: 8px;
}
html body .link > i.left-icon, html body .link > img.left-icon {
  margin-right: 8px;
}
html body .link-primary {
  color: #ff5233 !important;
}
html body .link-success {
  color: #34d74e !important;
}
html body .link-alert {
  color: #fec70a !important;
}
html body .link-warning {
  color: #fd6a6a !important;
}
html body .link-underline {
  color: #363b44 !important;
  text-decoration: underline !important;
}
html body .link-default {
  color: #363b44 !important;
}
html body .link-default:hover {
  text-decoration: underline !important;
}
/* 3 - Link Component End */