@charset "UTF-8";
@import "https://s3-ap-southeast-1.amazonaws.com/fmarket-static/dev/assets/lib/font-awesome.min.css";

/* src/styles.scss */
html {
  font-size: 62.5%;
}
html,
body,
div,
applet,
object,
iframe,
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,
label,
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-family: myfont;
}
body {
  background-color: #E5E5E5;
}
.wrapper {
  min-height: calc(100vh - 218px);
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
html,
body,
div,
applet,
object,
iframe,
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,
label,
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-family: myfont;
}
body {
  background-color: #ffffff;
}
a,
a:hover {
  color: #2D9CDB;
}
a,
button {
  cursor: pointer;
}
button:focus,
.close:focus {
  box-shadow: none;
  outline: none;
}
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.pt-10 {
  padding-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #30353D;
  background-color: #dbdbdb;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #FCFCFC;
}
::-webkit-scrollbar-thumb {
  background-color: #828282;
  border: 2px solid #828282;
  border-radius: 25px;
}
.wrapper {
  min-height: calc(100vh - 218px);
  margin-top: 80px;
}
.form-control {
  font-size: 1.4rem;
  height: 36px;
}
input:focus {
  outline: none;
}
input.form-control:focus {
  box-shadow: none;
}
.hidden {
  display: none !important;
}
.require {
  color: #D81921;
}
.f-bold {
  font-family: myfont-bold;
}
.f-grey {
  font-family: myfont-bold;
  color: #828282;
}
.form-group {
  margin-bottom: 2rem;
}
.form-group label {
  font: 1.4rem myfont-bold;
  color: #828282;
  margin-bottom: 10px;
}
.form-group input {
  font-size: 1.4rem;
  height: 36px !important;
}
.form-group select {
  font-size: 1.4rem;
  height: 36px !important;
}
[disabled] {
  cursor: not-allowed;
}
.notice-label {
  font: 1.4rem myfont-bold;
  margin-bottom: 5px;
}
.note-ps {
  font: 1.2rem myfont-italic;
}
.input-icon {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#menu-horizontal ul li a.nav-link {
  font-size: 1.4rem;
  color: #ffffff;
}
input[type=radio] {
  -webkit-appearance: none;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  outline: none;
  border: 2px solid gray;
}
input[type=radio]:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 20% auto;
  border-radius: 50%;
}
input[type=radio]:checked:before {
  background: #D81921;
}
input[type=radio]:checked {
  border-color: #D81921;
}
.form-check-input {
  margin-top: 10px;
}
.form-check-label {
  margin-left: 10px;
}
.form-check-input:checked + .form-check-label {
  color: #D81921;
}
.active-state {
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 3px solid #30353D;
}
.active-state span {
  font: 2.8rem myfont-bold;
}
.label-bold {
  margin-bottom: 15px;
  font-family: myfont-bold;
  font-size: 1.8rem;
}
em {
  font-size: 1.2rem;
}
em img {
  width: 12px;
}
.number-block {
  display: flex;
  flex-direction: column;
  background: #f2f2f2;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 10px 0;
}
.number-block label {
  font: 1.4rem myfont-bold;
  color: #828282;
}
.number-block span {
  font: 2rem myfont-bold;
  color: #30353D;
}
.form-action {
  align-items: center;
  display: flex;
  flex-direction: row;
  border-top: 3px solid #30353D;
  padding: 15px 0;
  margin-top: 15px;
}
.form-action label {
  font: 1.2rem myfont-italic;
}
.color-green {
  color: #008000;
}
.color-black {
  color: #30353D;
  font-family: myfont-bold;
}
* {
  box-sizing: border-box;
  line-height: 1.2;
}
.rpp-stepper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
  padding: 25px 0;
}
.rpp-stepper .rpp-stepper-divider {
  align-self: center;
  height: 2px;
  background-color: #b8b4b4;
}
.rpp-stepper .rpp-stepper-item {
  outline: none;
  box-shadow: none;
  border: none;
  text-decoration: none;
  padding: 0;
  width: max-content;
  cursor: pointer;
  transition: ease-in-out;
  display: grid;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  border: 2px solid #b8b4b4;
  font-size: 1.1rem;
  cursor: default;
}
.rpp-stepper .rpp-stepper-item:focus,
.rpp-stepper .rpp-stepper-item *:focus {
  outline: none;
}
.rpp-stepper .rpp-stepper-item.rpp-stepper-item-completed {
  color: #ffffff;
  background: #D81921;
  border-color: #D81921;
}
.rpp-stepper .rpp-stepper-item.rpp-stepper-item-completed span.text {
  color: #30353D;
}
.rpp-stepper .rpp-stepper-item.rpp-active {
  background: #ffffff;
  color: #D81921;
  border-color: #D81921;
}
.rpp-stepper .rpp-stepper-item.rpp-active span.text {
  color: #D81921;
}
.rpp-stepper .rpp-stepper-item.rpp-stepper-item-pending {
  color: #b8b4b4;
  background: #ffffff;
}
.rpp-stepper .rpp-stepper-item.rpp-stepper-item-pending span.text {
  color: #30353D;
}
.rpp-stepper .rpp-stepper-item .rpp-stepper-item-content {
  text-align: center;
  align-self: center;
  font-size: 1.5rem;
  font-family: myfont-bold;
}
.rpp-stepper span.text {
  position: absolute;
  width: max-content;
  bottom: -25px;
  left: -17px;
  font: 1.6rem myfont-bold;
}
@media (max-width: 420px) {
  .rpp-stepper span.text {
    width: max-content;
    bottom: -30px;
    left: -17px;
    font: 1.4rem myfont-bold;
  }
}
.pagination {
  margin: 15px 0;
}
.pagination .page-item .page-link {
  width: 32px;
  height: 32px;
  text-align: center;
  margin-right: 8px;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #828282;
}
.pagination .page-item .page-link.active {
  background-color: #D81921;
  border-color: #D81921;
  color: #ffffff;
}
.pagination .page-item .page-link img {
  width: 8px;
}
.pagination .page-item .page-link.page-arrow {
  border: none;
}
.up {
  color: #008000;
}
.down {
  color: #D81921;
}
.pending {
  color: #566D7E;
}
.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}
.dot-red {
  background-color: #D81921;
}
.dot-yellow {
  background-color: #FEBC2C;
}
.dot-blue {
  background-color: #2F80ED;
}
.dot-green {
  background-color: #219653;
}
.table thead {
  background-color: #30353D;
  color: #ffffff;
  font-size: 1.2rem;
}
.table thead th {
  padding: 15px;
  font-family: myfont-bold;
  border: none;
}
.table tbody {
  font-size: 1.6rem;
}
.table tbody td {
  padding: 15px;
}
.table tbody td input {
  font-size: 1.4rem;
  min-width: 74px;
}
.table tfoot th {
  background-color: #f2f2f2;
  border: none;
  font-size: 1.2rem;
}
.table tfoot td {
  font: 1.2rem myfont-bold;
}
.table tfoot .tfoot-content td {
  font-size: 1.4rem;
}
.table .sticky-col {
  position: sticky;
  position: -webkit-sticky;
  background-color: #ffffff;
}
.table .first-col {
  right: 0px;
}
.table .second-col {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  left: 100px;
}
.table-responsive thead tr {
  white-space: nowrap;
  vertical-align: middle;
}
.table-responsive tbody tr td {
  white-space: nowrap;
  vertical-align: middle;
}
#floating-button {
  width: 55px;
  height: 55px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
}
.plus {
  width: 55px;
  color: white;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 55px;
  font-family: "Roboto";
  font-weight: 300;
  animation: plus-out 0.3s;
  transition: all 0.3s;
}
#container-floating {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 50;
}
#container-floating:hover {
  height: 400px;
  width: 190px;
  padding: 30px;
}
#container-floating:hover .plus {
  animation: plus-in 0.15s linear;
  animation-fill-mode: forwards;
}
.edit {
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  padding: 0;
  opacity: 0;
  margin: auto;
  line-height: 65px;
  transform: rotateZ(-70deg);
  transition: all 0.3s;
  animation: edit-out 0.3s;
}
#container-floating:hover .edit {
  animation: edit-in 0.2s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
@keyframes edit-in {
  from {
    opacity: 0;
    transform: rotateZ(-70deg);
  }
  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}
@keyframes edit-out {
  from {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  to {
    opacity: 0;
    transform: rotateZ(-70deg);
  }
}
@keyframes plus-in {
  from {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  to {
    opacity: 0;
    transform: rotateZ(180deg);
  }
}
@keyframes plus-out {
  from {
    opacity: 0;
    transform: rotateZ(180deg);
  }
  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}
.nds {
  background: #ffffff;
  border: 1px solid #30353D;
  display: flex;
  justify-content: center;
  padding: 0 10px;
  width: auto;
  height: 40px;
  border-radius: 25px;
  position: fixed;
  z-index: 300;
  transform: scale(0);
  cursor: pointer;
}
.nds img {
  margin-left: 5px;
  width: 16px;
}
.nd1 {
  right: 25px;
  bottom: 100px;
  animation-delay: 0.2s;
  animation: bounce-out-nds 0.3s linear;
  animation-fill-mode: forwards;
}
.nd3 {
  right: 25px;
  bottom: 160px;
  animation-delay: 0.15s;
  animation: bounce-out-nds 0.15s linear;
  animation-fill-mode: forwards;
}
.nd4 {
  right: 25px;
  bottom: 220px;
  animation-delay: 0.1s;
  animation: bounce-out-nds 0.1s linear;
  animation-fill-mode: forwards;
}
.nd5 {
  right: 25px;
  bottom: 280px;
  animation-delay: 0.08s;
  animation: bounce-out-nds 0.1s linear;
  animation-fill-mode: forwards;
}
@keyframes bounce-nds {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounce-out-nds {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}
#container-floating:hover .nds {
  animation: bounce-nds 0.1s linear;
  animation-fill-mode: forwards;
}
#container-floating:hover .nd3 {
  animation-delay: 0.08s;
}
#container-floating:hover .nd4 {
  animation-delay: 0.15s;
}
#container-floating:hover .nd5 {
  animation-delay: 0.2s;
}
.letter {
  font-size: 1.4rem;
  color: #30353D;
  margin: 0;
  text-align: center;
  line-height: 40px;
}
.reminder {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  line-height: 40px;
}
.profile {
  border-radius: 50%;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.checkbox-animated {
  position: relative;
}
.checkbox-animated input[type=checkbox] {
  display: none;
}
.checkbox-animated input[type=checkbox]:disabled ~ label .box {
  border-color: #777;
  background-color: #E6E6E6;
}
.checkbox-animated input[type=checkbox]:disabled ~ label .check {
  border-color: #777;
}
.checkbox-animated input[type=checkbox]:checked ~ label .box {
  opacity: 0.5;
}
.checkbox-animated input[type=checkbox]:checked ~ label .check {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
.checkbox-animated label {
  cursor: pointer;
  padding-left: 10px;
  font-weight: normal;
  margin-bottom: 0;
}
.checkbox-animated label span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.checkbox-animated label .box {
  border: 2px solid #919090;
  height: 20px;
  width: 20px;
  z-index: 888;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.checkbox-animated label .check {
  top: -7px;
  left: 6px;
  width: 12px;
  height: 24px;
  border: 2px solid #f5222d;
  border-top: none;
  border-left: none;
  opacity: 0;
  z-index: 888;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.checkbox-animated-inline.checkbox-animated-inline {
  display: inline-block;
}
.checkbox-animated-inline.checkbox-animated-inline + .checkbox-animated-inline {
  margin-left: 10px;
}
.loading-modal .modal-content {
  background: transparent;
  height: 0px;
  max-height: 0px;
  width: 0px;
}
.disabled-information {
  pointer-events: none;
  opacity: 0.8;
}
.disabled-input {
  background-color: #e9ecef !important;
  opacity: 1;
  pointer-events: none;
}
.bg-carousel {
  background-color: #FCFCFC;
  padding: 30px 0;
  margin-top: 50px;
}
.w-100 {
  width: 100% !important;
}
.btn-buy:hover {
  background-color: #309b7d;
  transition: 0.5s;
}
button.close:focus {
  outline: none;
}
.no-link {
  color: #00aeef !important;
  cursor: pointer;
}
.flex-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.large-popup .modal-content {
  width: 600px;
}
#trueidsdk .modal-content {
  background-color: transparent !important;
}
.long-text {
  white-space: nowrap;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pending-order {
  border: none;
}
.tabs-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #f2f2f2;
}
.tabs-header_title {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
}
.tabs-header_title span {
  font: 2.6rem myfont-bold;
}
.tabs-header_title label {
  font-size: 1.2rem;
}
.tabs-header_title {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
}
.tabs-header_title span {
  font: 2.6rem myfont-bold;
}
.tabs-header_title label {
  font-size: 1.2rem;
}
.tabs-header .btn-create-order {
  min-width: 85px;
}
.tabs-header .btn-create-order:focus {
  box-shadow: none;
}
.table-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: none;
}
.table-header_title {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
}
.table-header_title span {
  font: 2.6rem myfont-bold;
}
.table-header_title label {
  font-size: 1.2rem;
}
.table-header .btn-create-order {
  min-width: 85px;
}
.table-header .btn-create-order:focus {
  box-shadow: none;
}
table tr .btn-search {
  font-size: 1.2rem;
  padding: 6px 8px;
  margin-right: 5px;
}
.input-group input {
  height: 36px;
  font-size: 1.6rem;
  border-color: #e0e0e0;
}
.input-group input.disabled {
  opacity: 1;
}
.input-group-text {
  background: transparent;
  font-size: 1.2rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #e0e0e0;
}
.input-group-prepend span,
.input-group-append span {
  border: none;
  background: none;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  font-size: 1.6rem;
}
table tbody tr:hover {
  cursor: pointer;
  color: #30353D;
  background-color: #f2f2f2;
}
table tr.search-input {
  background: #f2f2f2;
}
table tr.search-input input {
  min-width: 122px;
  height: 28px;
  border-radius: 3px;
  font-size: 1.4rem;
}
table tr td {
  border: 1px solid rgba(102, 102, 102, 0.08);
  white-space: nowrap;
  font-size: 1.4rem;
  vertical-align: middle;
}
table tr td a {
  font-size: 1.2rem;
  text-decoration: underline;
  margin-right: 5px;
}
table tr td .vsd-stt {
  background-color: #2D9CDB;
  color: #ffffff;
  border-radius: 15px;
  display: inline-block;
  padding: 2px 8px;
  font-size: 1.2rem;
  margin-right: 5px;
}
table tr button {
  font-size: 1.2rem;
  padding: 6px 8px;
  margin-right: 5px;
}
table tr .file-folder {
  position: relative;
}
table tr .file-folder span {
  font-size: 1.2rem;
  position: absolute;
  background: black;
  width: 15px;
  height: 15px;
  text-align: center;
  border-radius: 50%;
  top: -3px;
  right: -2px;
  color: white;
}
.btn-create-order {
  min-width: 99px !important;
  margin-right: 0px !important;
}
.btn-create-order.pending {
  margin-right: 0;
  border-right: none;
}
.btn-create-order.approved {
  margin-left: 0;
}
.btn-create-order.vsd {
  margin-left: 0;
}
.btn-create-order.pending:hover,
.btn-create-order.approved:hover,
.btn-create-order.approved.active,
.btn-create-order.pending.active,
.btn-create-order.vsd:hover,
.btn-create-order.vsd.active {
  background-color: #e0e0e0;
  box-shadow: none;
  transition: 0.5s;
}
.btn-create-order.btn-vsd {
  background-color: #2F80ED;
  border-color: #2F80ED;
  color: #ffffff;
}
.dropdown-menu.show {
  font-size: 1.2rem;
}
.custom-control-label::before {
  width: 15px;
  height: 15px;
}
.custom-control-label::after {
  width: 15px;
  height: 15px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #D81921;
}
.btn-export {
  font-size: 1.2rem;
  padding: 6px 8px;
  margin-right: 5px;
}
.dropdown .dropdown-display-value {
  border-color: #30353D;
}
.dropdown-menu.show {
  padding: 0;
  margin: 0;
}
.dropdown-menu.show li {
  width: 100%;
  padding: 10px;
}
.dropdown-menu.show li a {
  font-size: 1.4rem;
}
.dropdown-menu.show li:hover {
  background-color: #f2f2f2;
}
.success-text {
  color: green;
}
.fail-text {
  color: red;
}
.card-header {
  border-bottom: none;
}
.tabs-header .nav-tabs .nav-link {
  border: none;
}
.input-group-append .input-group-text {
  cursor: pointer;
  border-bottom: none;
}
.cke_notification {
  display: none !important;
}
.custom-link {
  cursor: pointer;
  color: #2F80ED !important;
  font-size: 14px;
  font-style: normal;
  font-family: "OpenSans6";
  line-height: 22px;
}
.modal {
  z-index: 1099 !important;
}
.modal-header {
  background: #30353D;
  color: #ffffff;
}
.modal-header .modal-title {
  font: 1.8rem myfont-bold;
}
.modal-content {
  border: none;
}
.modal-dialog {
  max-width: 405px;
}
.modal-body-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.modal-body-content .input-border {
  min-width: 333px;
}
.modal-body-content label {
  font-size: 1.6rem;
  padding: 20px 0;
}
.modal-body-content span {
  font-family: myfont-bold;
}
.modal-content {
  animation: appear 350ms ease-in 1;
}
@keyframes appear {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
}
.policy-content .modal-dialog {
  max-width: 850px;
}
.detail-product-modal .modal-dialog {
  max-width: 700px;
}
.change-source-sip-popup .modal-dialog .modal-body {
  zoom: 150%;
}
.header {
  background: #30353D;
  height: 80px;
}
.header .navbar-brand.logo-full img {
  max-width: 134px;
}
.header .navbar-brand.login img {
  width: 50%;
}
.header .navbar-brand.logo-normal img {
  width: 100%;
}
.fixed {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  -webkit-animation: 0.4s both fadeInDown;
  animation: 0.4s both fadeInDown;
}
.mini-colors .row {
  margin: 0;
  padding: 0;
}
.line-color {
  height: 5px;
}
.line-color.color-black {
  background-color: #30353D;
}
.line-color.color-red {
  background-color: #D81921;
}
.line-color.color-gray {
  background-color: #BDBDBD;
}
.footer {
  background-color: #343a40;
  color: #ffffff;
  padding: 20px 0;
}
.footer-title {
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-family: myfont-bold;
}
.footer-infomation {
  display: flex;
  align-items: center;
}
.footer-infomation label,
.footer-language label {
  font-size: 1.6rem;
  font-family: myfont-bold;
  line-height: 2rem;
  padding: 0 7px;
  padding-left: 0;
}
.footer-language {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.footer-language label {
  padding: 0 7px;
  color: #828282;
}
.footer-language label.active {
  color: #ffffff;
}
.footer-language label:nth-child(1) {
  border-right: 1px solid #ffffff;
}
.footer-language label:nth-child(2) {
  padding-right: 0;
}
.footer-slogan,
.footer-quick-link {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.footer-quick-link {
  text-align: right;
}
.footer-quick-link a {
  color: #ffffff;
}
.footer-app {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}
.footer-app img {
  width: 140px;
  margin: 0 5px;
}
.footer .line {
  margin: 15px 0;
  background-color: #828282;
  height: 1px;
}
@media (max-width: 1023px) {
  .container {
    max-width: calc(100vw - 30px);
  }
}
@media (max-width: 420px) {
  .container {
    max-width: calc(100vw - 15px);
  }
}
@media (min-width: 812px) {
  .ekyc-class .modal-dialog {
    max-width: 550px;
  }
}
@font-face {
  font-family: myfont;
  src: url("./media/calibri-752MUZF4.ttf");
}
@font-face {
  font-family: myfont-bold;
  src: url("./media/calibrib-SG5PRISI.ttf");
}
@font-face {
  font-family: myfont-italic;
  src: url("./media/calibrii-HCYPNB2G.ttf");
}
@font-face {
  font-family: myfont-light;
  src: url("./media/calibril-IRZRGCRE.ttf");
}
@font-face {
  font-family: myfont-light-italic;
  src: url("./media/calibrili-C3RFTRSA.ttf");
}
@font-face {
  font-family: myfont-bold-italic;
  src: url("./media/calibriz-CVAFIYEO.ttf");
}
.btn {
  font-family: myfont-bold;
  border-radius: 0;
  border: none;
  padding: 5px 10px;
  height: 38px;
  font-size: 14px;
}
.btn-sell,
.btn-continue,
.btn-back,
.btn-search,
.btn-login,
.btn-send-message,
.btn-primary {
  background-color: #D81921 !important;
  color: #ffffff !important;
}
.btn-sell:hover,
.btn-continue:hover,
.btn-back:hover,
.btn-search:hover,
.btn-login:hover,
.btn-send-message:hover,
.btn-primary:hover {
  background-color: #bc171e;
  color: #ffffff;
}
.btn-register {
  background-color: #ffffff;
  color: #30353D;
  border: none;
}
.btn-register:hover {
  background-color: #e0e0e0;
  color: #30353D;
}
.btn-create-order,
.btn-transfer,
.btn-return,
.btn-support {
  background-color: #ffffff;
  color: #30353D;
  border: 1px solid #30353D;
}
.btn-cancel {
  background-color: #BDBDBD;
  color: #30353D;
}
.btn-change {
  background-color: #e0e0e0;
  color: #30353D;
}
.btn-buy {
  background-color: #3CBC98;
  color: #ffffff;
}
.btn-payment {
  background-color: #06A53B;
  color: #ffffff;
}
.btn {
  box-shadow: none;
  outline: 0;
}
.btn:focus,
.btn:hover {
  box-shadow: none;
}
.btn-login,
.btn-send-message,
.btn-primary {
  width: 100%;
  font-size: 1.4rem;
}
.btn-invest-now {
  background-color: #FEBC2C;
  width: 100%;
  color: #30353D;
  font-size: 1.4rem;
  margin-top: 25px;
}
.btn-support {
  width: 100%;
}
.btn-support a {
  color: #30353D;
}
.btn-register {
  font-size: 1.4rem;
  border: 1px solid #ffffff;
}
.btn-return {
  min-width: 100px;
  margin-right: 10px;
}
.btn-cancel {
  margin-right: 10px;
  min-width: 100px;
}
.btn-buy {
  border: none;
  min-width: 72px;
  height: auto;
  padding: 5px 15px;
  font-size: 1.2rem;
}
.btn-sell {
  border: none;
  min-width: 72px;
  height: auto;
  padding: 5px 15px;
  font-size: 1.2rem;
  margin-right: 10px;
}
.btn-transfer {
  min-width: 72px;
  height: auto;
  padding: 5px 15px;
  font-size: 1.2rem;
}
.btn-create-order {
  height: 36px;
  font-size: 1.2rem;
  padding: 10px;
  line-height: 1.6rem;
  margin-right: 15px;
  min-width: 145px;
}
.btn-create-order img {
  margin-right: 5px;
}
.btn-payment {
  height: 26px;
  font-size: 1.2rem;
  line-height: 1rem;
  padding: 5px 10px;
}
.btn-change {
  width: 115px;
  height: 32px;
  font-size: 1.2rem;
  padding: 5px 10px;
}
.btn-column-table {
  padding: 5px !important;
  height: 30px;
  width: 100px;
}
.input-border,
.input-border_bottom {
  background-color: transparent;
  border-radius: 0;
  font-size: 1.8rem;
  font-family: myfont-bold;
  line-height: 2rem;
  height: 36px;
  padding: 0;
  outline: 0;
  box-shadow: none;
}
.input-border::-webkit-input-placeholder,
.input-border_bottom::-webkit-input-placeholder {
  color: #828282 !important;
  font-family: myfont-italic;
  font-size: 1.2rem;
}
.input-border:-moz-placeholder,
.input-border_bottom:-moz-placeholder {
  color: #828282 !important;
  font-family: myfont-italic;
  font-size: 1.2rem;
}
.input-border::-moz-placeholder,
.input-border_bottom::-moz-placeholder {
  color: #828282 !important;
  font-family: myfont-italic;
  font-size: 1.2rem;
}
.input-border:-ms-input-placeholder,
.input-border_bottom:-ms-input-placeholder {
  color: #828282 !important;
  font-family: myfont-italic;
  font-size: 1.2rem;
}
.input-border_bottom {
  border: none;
  border-bottom: 1px solid #30353D;
  height: 46px;
}
.input-border_bottom:focus,
.input-border_bottom:hover {
  background-color: transparent;
  box-shadow: none;
  border-color: #D81921;
  transition: 0.5s;
}
.input-border {
  border: 1px solid #BDBDBD;
  padding: 15px;
}
.input-border:focus,
.input-border:hover {
  background-color: transparent;
  box-shadow: none;
  border-color: #30353D;
  transition: 0.5s;
}
.carousel-main .carousel-control-next-icon,
.carousel-main .carousel-control-prev-icon {
  width: 36px;
  height: 36px;
  background-size: 50% 50%;
  background-color: rgba(255, 255, 255, 0.7);
}
.carousel-main .carousel-inner .carousel-item {
  height: 65vh;
}
.carousel-main .carousel-inner .carousel-item img {
  width: 100%;
  height: auto;
}
.carousel-main .carousel-inner .carousel-caption {
  top: 20px;
}
.carousel-main .carousel-indicators {
  justify-content: start;
  padding-bottom: 56px;
  margin-left: 10%;
  margin-right: 10%;
  width: 250px;
}
.carousel-main .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 20px;
  max-width: 7px;
}
.carousel-main .carousel-indicators li.active {
  background-color: transparent;
  width: 12px;
  height: 12px;
  border: 2px solid #D81921;
  top: -3px;
  max-width: 12px;
}
.carousel-main .carousel-control-prev {
  right: 100px;
  left: unset;
  margin-right: 30px;
}
.carousel-main .carousel-control-prev:hover {
  opacity: unset;
}
.carousel-main .carousel-control-prev-icon {
  background-image: url("./media/prev-4OG5FSEB.svg");
}
.carousel-main .carousel-control-prev-icon:hover {
  background-color: #D81921;
  background-image: url("./media/pre-white-FDQ3O5AW.svg");
  transition: 0.2;
}
.carousel-main .carousel-control-next {
  right: 85px;
}
.carousel-main .carousel-control-next:hover {
  opacity: unset;
}
.carousel-main .carousel-control-next-icon {
  background-image: url("./media/next-EBXMTVPJ.svg");
}
.carousel-main .carousel-control-next-icon:hover {
  background-color: #D81921;
  background-image: url("./media/next-white-7M7D4PWX.svg");
  transition: 0.2;
}
.carousel-main .carousel-control-prev,
.carousel-main .carousel-control-next {
  top: unset;
  padding-bottom: 56px;
  width: 50px;
}
@media (max-width: 420px) {
  .carousel-main .carousel-indicators {
    justify-content: start;
    padding-bottom: 5px;
    margin-left: 3%;
    margin-right: 10%;
    width: 150px;
  }
}
@media (max-width: 420px) {
  .carousel-main .carousel-control-prev,
  .carousel-main .carousel-control-next {
    top: unset;
    padding-bottom: 12px;
    width: 50px;
  }
}
@media (max-width: 420px) {
  .carousel-main .carousel-control-prev {
    right: 15px;
  }
}
@media (max-width: 420px) {
  .carousel-main .carousel-control-next {
    right: 4px;
  }
}
@media (max-width: 420px) {
  .carousel-main .carousel-control-prev-icon,
  .carousel-main .carousel-control-next-icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 420px) {
  .carousel-main .carousel-inner .carousel-item {
    height: 167px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .reason .carousel-inner .carousel-item_img img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .carousel-main .carousel-inner .carousel-item {
    height: 30vh;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .carousel-main .carousel-inner .carousel-item {
    height: 130px;
  }
}

/* node_modules/pikaday/css/pikaday.css */
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5);
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}
.pika-select {
  display: inline-block;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
  height: initial;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}
.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}
.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3;
}
.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-K6GCTXHW.css.map */
