@import "../css/inc/bootstrap/bootstrap.min.css";
@import "../css/inc/splide/splide.min.css";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css?family=Inter:400,500,700&display=swap");
body {
  font-family: "Noto Sans KR", "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.55rem;
  letter-spacing: -0.015rem;
  color: #4F5050;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar {
  width: 0;
}

::selection {
  background: rgba(243, 80, 80, 0.3);
}

a {
  transition: none;
  color: #F35050;
  outline: 0 !important;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  outline: 0 !important;
  color: #F35050;
  text-decoration: none;
}

button {
  outline: 0 !important;
}
button:hover, button:active, button:focus {
  outline: 0 !important;
}

.ion {
  fill: currentColor;
}

.modal:not(.dialog) .modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid #E5E5EB !important;
}
.modal:not(.dialog) .modal-dialog .modal-content .modal-header .modal-title {
  margin: 0 !important;
  text-align: left !important;
}
.modal:not(.dialog) .modal-dialog .modal-content .modal-header .close {
  background-color: transparent !important;
  border: none !important;
  font-size: 25px;
}
.modal:not(.dialog) .modal-dialog .modal-content .modal-body {
  margin: 30px 0;
}

ion-icon {
  --ionicon-stroke-width: 32px;
}

i.icon,
i.bi {
  line-height: 1em !important;
}

i.bi {
  transform: scale(0.91);
}

.demoIcons {
  font-size: 32px;
  color: #000000;
}

.iconedbox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1em;
  width: 32px;
  height: 32px;
  border-radius: 6px;
}
.iconedbox i.bi {
  transform: scale(0.8);
}
.iconedbox.iconedbox-sm {
  width: 26px;
  height: 26px;
  font-size: 18px;
  line-height: 1em;
}
.iconedbox.iconedbox-lg {
  width: 64px;
  height: 64px;
  font-size: 42px;
  line-height: 1em;
}
.iconedbox.iconedbox-xl {
  width: 96px;
  height: 96px;
  font-size: 64px;
  line-height: 1em;
}
.iconedbox.iconedbox-xxl {
  width: 144px;
  height: 144px;
  font-size: 90px;
  line-height: 1em;
}

#loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loader .loading-icon {
  width: 42px;
  height: auto;
  animation: loadingAnimation 1s infinite;
}

@keyframes loadingAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.card {
  background: #ffffff;
  border-radius: 6px;
  border: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}
.card .card-body {
  padding: 24px 16px;
  line-height: 1.4em;
}
.card .card-title {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
}
.card .card-subtitle {
  color: #4F5050;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: -4px;
}
.card .listview > li:first-child .item {
  border-radius: 6px 6px 0 0;
}
.card .listview > li:last-child .item {
  border-radius: 0 0 6px 6px;
}
.card .card-header {
  background: transparent;
  color: #000000;
  font-weight: 500;
  padding: 12px 16px;
  border-bottom: 1px solid #EDEEF2;
}
.card .card-footer {
  background: transparent;
  border-top: 1px solid #EDEEF2;
  color: #4F5050;
  padding: 12px 16px;
}
.card .card-img-top {
  border-radius: 6px 6px 0 0;
}
.card .overlay-img {
  border-radius: 6px;
}
.card .card-img-overlay {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}
.card .card-img-overlay .card-title {
  color: #fff;
}
.card .card-img-overlay .card-text {
  color: rgba(255, 255, 255, 0.7);
}
.card.bg-primary, .card.bg-secondary, .card.bg-danger, .card.bg-success, .card.bg-warning, .card.bg-info, .card.bg-dark {
  border: 0;
}
.card.bg-primary .card-title, .card.bg-secondary .card-title, .card.bg-danger .card-title, .card.bg-success .card-title, .card.bg-warning .card-title, .card.bg-info .card-title, .card.bg-dark .card-title {
  color: #fff;
}
.card.bg-primary .card-text, .card.bg-secondary .card-text, .card.bg-danger .card-text, .card.bg-success .card-text, .card.bg-warning .card-text, .card.bg-info .card-text, .card.bg-dark .card-text {
  color: rgba(255, 255, 255, 0.7);
}
.card.bg-primary .card-header, .card.bg-secondary .card-header, .card.bg-danger .card-header, .card.bg-success .card-header, .card.bg-warning .card-header, .card.bg-info .card-header, .card.bg-dark .card-header {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.card.bg-light {
  background: #fff;
}

.card.product-card .card-body {
  padding: 8px;
}
.card.product-card .image {
  width: 100%;
  border-radius: 6px;
}
.card.product-card .title {
  font-size: 15px;
  margin: 10px 0 0 0;
  padding: 0 4px;
  font-weight: 500;
}
.card.product-card .text {
  font-size: 11px;
  color: #A1A1A2;
  margin: 0;
  padding: 0 4px 10px 4px;
}
.card.product-card .price {
  margin: 0 0 10px 0;
  padding: 0px 4px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #F35050;
}

.btn {
  height: 40px;
  padding: 3px 18px;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 500;
  box-shadow: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: none;
  text-decoration: none !important;
  border-radius: 6px;
  border-width: 2px;
}
.btn i.bi,
.btn i.icon,
.btn .ion,
.btn ion-icon {
  font-size: 22px;
  margin-right: 10px;
  margin-top: -2px;
  font-weight: 700;
}
.btn .ion {
  fill: currentColor;
}
.btn.rounded {
  border-radius: 100px !important;
}
.btn.square {
  border-radius: 0 !important;
}
.btn.shadowed {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08) !important;
}

.btn-lg {
  height: 48px;
  padding: 3px 24px;
  font-size: 18px;
}
.btn-lg i.bi,
.btn-lg i.icon,
.btn-lg ion-icon {
  font-size: 26px;
}

.btn-sm {
  height: 30px;
  padding: 0px 12px;
  font-size: 12px;
}
.btn-sm i.bi,
.btn-sm i.icon,
.btn-sm ion-icon {
  font-size: 20px;
  margin-right: 6px;
}

.btn-block {
  width: 100%;
}

.btn-group .btn:active {
  transform: none;
}

.btn-icon {
  width: 40px;
  height: 40px;
  padding: 0;
}
.btn-icon i.bi,
.btn-icon i.icon,
.btn-icon ion-icon {
  text-align: center;
  margin: 0 !important;
}
.btn-icon.btn-lg {
  width: 48px;
  height: 48px;
}
.btn-icon.btn-lg i.bi,
.btn-icon.btn-lg i.icon,
.btn-icon.btn-lg ion-icon {
  font-size: 32px;
}
.btn-icon.btn-sm {
  width: 30px;
  height: 30px;
}
.btn-icon.btn-sm i.bi,
.btn-icon.btn-sm i.icon,
.btn-icon.btn-sm ion-icon {
  font-size: 18px;
}

.btn-primary {
  background: #F35050 !important;
  border-color: #F35050 !important;
  color: #ffffff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background: rgb(241.3636363636, 56.1363636364, 56.1363636364) !important;
  border-color: rgb(241.3636363636, 56.1363636364, 56.1363636364) !important;
}
.btn-primary.disabled, .btn-primary:disabled {
  background: #F35050;
  border-color: #F35050;
  opacity: 0.5;
}

.btn-secondary {
  background: #6C7C94 !important;
  border-color: #6C7C94 !important;
  color: #ffffff !important;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background: rgb(97.1003937008, 111.6200787402, 133.3996062992) !important;
  border-color: rgb(97.1003937008, 111.6200787402, 133.3996062992) !important;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background: #6C7C94;
  border-color: #6C7C94;
  opacity: 0.5;
}

.btn-success {
  background: #34C759 !important;
  border-color: #34C759 !important;
  color: #ffffff !important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  background: rgb(46.7171314741, 178.7828685259, 79.9581673307) !important;
  border-color: rgb(46.7171314741, 178.7828685259, 79.9581673307) !important;
}
.btn-success.disabled, .btn-success:disabled {
  background: #34C759;
  border-color: #34C759;
  opacity: 0.5;
}

.btn-danger {
  background: #EC4433 !important;
  border-color: #EC4433 !important;
  color: #ffffff !important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  background: rgb(233.8273542601, 46.6165919283, 27.6726457399) !important;
  border-color: rgb(233.8273542601, 46.6165919283, 27.6726457399) !important;
}
.btn-danger.disabled, .btn-danger:disabled {
  background: #EC4433;
  border-color: #EC4433;
  opacity: 0.5;
}

.btn-warning {
  color: #fff !important;
  background: #FE9500 !important;
  border-color: #FE9500 !important;
  color: #ffffff !important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  background: rgb(228.5, 134.0413385827, 0) !important;
  border-color: rgb(228.5, 134.0413385827, 0) !important;
}
.btn-warning.disabled, .btn-warning:disabled {
  background: #FE9500;
  border-color: #FE9500;
  opacity: 0.5;
}

.btn-link {
  color: #F35050 !important;
}

.btn-info {
  background: #592BCA !important;
  border-color: #592BCA !important;
  color: #ffffff !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  background: rgb(79.7367346939, 38.5244897959, 180.9755102041) !important;
  border-color: rgb(79.7367346939, 38.5244897959, 180.9755102041) !important;
}
.btn-info.disabled, .btn-info:disabled {
  background: #592BCA;
  border-color: #592BCA;
  opacity: 0.5;
}

.btn-dark {
  background: #333 !important;
  border-color: #333 !important;
  color: #ffffff !important;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active {
  background: rgb(38.25, 38.25, 38.25) !important;
  border-color: rgb(38.25, 38.25, 38.25) !important;
}
.btn-dark.disabled, .btn-dark:disabled {
  background: #333;
  border-color: #333;
  opacity: 0.5;
}

.btn-light {
  background: rgba(255, 255, 255, 0.5) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  color: #ffffff !important;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active {
  background: rgba(242.25, 242.25, 242.25, 0.5) !important;
  border-color: rgba(242.25, 242.25, 242.25, 0.5) !important;
}
.btn-light.disabled, .btn-light:disabled {
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  opacity: 0.5;
}
.btn-light {
  color: #000000 !important;
}

.btn-outline-primary {
  background: transparent;
  border-color: #F35050;
  border-width: 1px !important;
  color: #F35050;
  transition: none;
}
.btn-outline-primary:hover, .btn-outline-primary:active {
  background: rgba(243, 80, 80, 0.15) !important;
  border-color: #F35050 !important;
  color: #F35050 !important;
}
.btn-outline-primary.active {
  background: #F35050 !important;
  color: #fff !important;
  border-color: #F35050 !important;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #F35050 !important;
  border-color: #F35050 !important;
  background: transparent !important;
  opacity: 0.5;
}

.btn-outline-secondary {
  background: transparent;
  border-color: #6C7C94;
  border-width: 1px !important;
  color: #6C7C94;
  transition: none;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active {
  background: rgba(108, 124, 148, 0.15) !important;
  border-color: #6C7C94 !important;
  color: #6C7C94 !important;
}
.btn-outline-secondary.active {
  background: #6C7C94 !important;
  color: #fff !important;
  border-color: #6C7C94 !important;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6C7C94 !important;
  border-color: #6C7C94 !important;
  background: transparent !important;
  opacity: 0.5;
}

.btn-outline-success {
  background: transparent;
  border-color: #34C759;
  border-width: 1px !important;
  color: #34C759;
  transition: none;
}
.btn-outline-success:hover, .btn-outline-success:active {
  background: rgba(52, 199, 89, 0.15) !important;
  border-color: #34C759 !important;
  color: #34C759 !important;
}
.btn-outline-success.active {
  background: #34C759 !important;
  color: #fff !important;
  border-color: #34C759 !important;
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #34C759 !important;
  border-color: #34C759 !important;
  background: transparent !important;
  opacity: 0.5;
}

.btn-outline-danger {
  background: transparent;
  border-color: #EC4433;
  border-width: 1px !important;
  color: #EC4433;
  transition: none;
}
.btn-outline-danger:hover, .btn-outline-danger:active {
  background: rgba(236, 68, 51, 0.15) !important;
  border-color: #EC4433 !important;
  color: #EC4433 !important;
}
.btn-outline-danger.active {
  background: #EC4433 !important;
  color: #fff !important;
  border-color: #EC4433 !important;
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #EC4433 !important;
  border-color: #EC4433 !important;
  background: transparent !important;
  opacity: 0.5;
}

.btn-outline-warning {
  background: transparent;
  border-color: #FE9500;
  border-width: 1px !important;
  color: #FE9500;
  transition: none;
}
.btn-outline-warning:hover, .btn-outline-warning:active {
  background: rgba(254, 149, 0, 0.15) !important;
  border-color: #FE9500 !important;
  color: #FE9500 !important;
}
.btn-outline-warning.active {
  background: #FE9500 !important;
  color: #fff !important;
  border-color: #FE9500 !important;
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FE9500 !important;
  border-color: #FE9500 !important;
  background: transparent !important;
  opacity: 0.5;
}

.btn-outline-info {
  background: transparent;
  border-color: #592BCA;
  border-width: 1px !important;
  color: #592BCA;
  transition: none;
}
.btn-outline-info:hover, .btn-outline-info:active {
  background: rgba(89, 43, 202, 0.15) !important;
  border-color: #592BCA !important;
  color: #592BCA !important;
}
.btn-outline-info.active {
  background: #592BCA !important;
  color: #fff !important;
  border-color: #592BCA !important;
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #592BCA !important;
  border-color: #592BCA !important;
  background: transparent !important;
  opacity: 0.5;
}

.btn-outline-light {
  background: transparent;
  border-color: #fff;
  border-width: 1px !important;
  color: #fff;
  transition: none;
}
.btn-outline-light:hover, .btn-outline-light:active {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: #fff !important;
  color: #fff !important;
}
.btn-outline-light.active {
  background: #fff !important;
  color: #fff !important;
  border-color: #fff !important;
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #fff !important;
  border-color: #fff !important;
  background: transparent !important;
  opacity: 0.5;
}
.btn-outline-light:active {
  color: #000000 !important;
}

.btn-outline-dark {
  border-width: 1px;
}

.btn-text-primary {
  background: transparent;
  border-color: transparent;
  color: #F35050 !important;
  transition: none;
}
.btn-text-primary:hover {
  background: transparent;
}
.btn-text-primary:active, .btn-text-primary.active {
  background: rgba(243, 80, 80, 0.15) !important;
  border-color: transparent !important;
  color: #F35050 !important;
}
.btn-text-primary.disabled, .btn-text-primary:disabled {
  color: #F35050 !important;
  border-color: #F35050 !important;
  background: transparent !important;
  opacity: 0.5;
}

.btn-text-secondary {
  background: transparent;
  border-color: transparent;
  color: #6C7C94 !important;
  transition: none;
}
.btn-text-secondary:hover {
  background: transparent;
}
.btn-text-secondary:active, .btn-text-secondary.active {
  background: rgba(108, 124, 148, 0.15) !important;
  border-color: transparent !important;
  color: #6C7C94 !important;
}
.btn-text-secondary.disabled, .btn-text-secondary:disabled {
  color: #6C7C94 !important;
  border-color: #6C7C94 !important;
  background: transparent !important;
  opacity: 0.5;
}

.btn-text-success {
  background: transparent;
  border-color: transparent;
  color: #34C759 !important;
  transition: none;
}
.btn-text-success:hover {
  background: transparent;
}
.btn-text-success:active, .btn-text-success.active {
  background: rgba(52, 199, 89, 0.15) !important;
  border-color: transparent !important;
  color: #34C759 !important;
}
.btn-text-success.disabled, .btn-text-success:disabled {
  color: #34C759 !important;
  border-color: #34C759 !important;
  background: transparent !important;
  opacity: 0.5;
}

.btn-text-danger {
  background: transparent;
  border-color: transparent;
  color: #EC4433 !important;
  transition: none;
}
.btn-text-danger:hover {
  background: transparent;
}
.btn-text-danger:active, .btn-text-danger.active {
  background: rgba(236, 68, 51, 0.15) !important;
  border-color: transparent !important;
  color: #EC4433 !important;
}
.btn-text-danger.disabled, .btn-text-danger:disabled {
  color: #EC4433 !important;
  border-color: #EC4433 !important;
  background: transparent !important;
  opacity: 0.5;
}

.btn-text-warning {
  background: transparent;
  border-color: transparent;
  color: #FE9500 !important;
  transition: none;
}
.btn-text-warning:hover {
  background: transparent;
}
.btn-text-warning:active, .btn-text-warning.active {
  background: rgba(254, 149, 0, 0.15) !important;
  border-color: transparent !important;
  color: #FE9500 !important;
}
.btn-text-warning.disabled, .btn-text-warning:disabled {
  color: #FE9500 !important;
  border-color: #FE9500 !important;
  background: transparent !important;
  opacity: 0.5;
}

.btn-text-info {
  background: transparent;
  border-color: transparent;
  color: #592BCA !important;
  transition: none;
}
.btn-text-info:hover {
  background: transparent;
}
.btn-text-info:active, .btn-text-info.active {
  background: rgba(89, 43, 202, 0.15) !important;
  border-color: transparent !important;
  color: #592BCA !important;
}
.btn-text-info.disabled, .btn-text-info:disabled {
  color: #592BCA !important;
  border-color: #592BCA !important;
  background: transparent !important;
  opacity: 0.5;
}

.btn-text-light {
  background: transparent;
  color: #fff;
}
.btn-text-light:hover, .btn-text-light:active, .btn-text-light.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.btn-text-dark {
  background: transparent;
  border-color: transparent;
  color: #000000 !important;
  transition: none;
}
.btn-text-dark:hover {
  background: transparent;
}
.btn-text-dark:active, .btn-text-dark.active {
  background: rgba(0, 0, 0, 0.15) !important;
  border-color: transparent !important;
  color: #000000 !important;
}
.btn-text-dark.disabled, .btn-text-dark:disabled {
  color: #000000 !important;
  border-color: #000000 !important;
  background: transparent !important;
  opacity: 0.5;
}

.btn-group .btn {
  margin-left: -1px !important;
}

.btn-facebook {
  color: #fff !important;
  background: #39579b;
}
.btn-facebook:hover, .btn-facebook:active {
  background: rgb(50.1438679245, 76.5353773585, 136.3561320755);
}

.bg-facebook {
  background: #39579b;
  color: #fff !important;
}

.btn-twitter {
  color: #fff !important;
  background: #049ff6;
}
.btn-twitter:hover, .btn-twitter:active {
  background: rgb(3.592, 142.782, 220.908);
}

.bg-twitter {
  background: #049ff6;
  color: #fff !important;
}

.btn-instagram {
  color: #fff !important;
  background: #df237b;
}
.btn-instagram:hover, .btn-instagram:active {
  background: rgb(202.9761904762, 29.5238095238, 110.7142857143);
}

.bg-instagram {
  background: #de0067;
  color: #fff !important;
}

.btn-linkedin {
  color: #fff !important;
  background: #0075aa;
}
.btn-linkedin:hover, .btn-linkedin:active {
  background: rgb(0, 99.45, 144.5);
}

.bg-linkedin {
  background: #0075aa;
  color: #fff !important;
}

.btn-twitch {
  color: #fff !important;
  background: #923cff;
}
.btn-twitch:hover, .btn-twitch:active {
  background: rgb(131.7461538462, 34.5, 255);
}

.bg-twitch {
  background: #923cff;
  color: #fff !important;
}

.btn-whatsapp {
  color: #fff !important;
  background: #0ad561;
}
.btn-whatsapp:hover, .btn-whatsapp:active {
  background: rgb(8.8565022422, 188.6434977578, 85.9080717489);
}

.bg-whatsapp {
  background: #0ad561;
  color: #fff !important;
}

.btn-youtube {
  color: #fff !important;
  background: #ff0000;
}
.btn-youtube:hover, .btn-youtube:active {
  background: rgb(229.5, 0, 0);
}

.bg-youtube {
  background: #ff0000;
  color: #fff !important;
}

.btn-amazon {
  color: #fff !important;
  background: #292929;
}
.btn-amazon:hover, .btn-amazon:active {
  background: rgb(28.25, 28.25, 28.25);
}

.bg-amazon {
  background: #292929;
  color: #fff !important;
}

.btn-android {
  color: #fff !important;
  background: #7dd159;
}
.btn-android:hover, .btn-android:active {
  background: rgb(109.3632075472, 203.4669811321, 69.0330188679);
}

.bg-android {
  background: #7dd159;
  color: #fff !important;
}

.btn-apple {
  color: #fff !important;
  background: #000;
}
.btn-apple:hover, .btn-apple:active {
  background: #222;
}

.bg-apple {
  background: #000;
  color: #fff !important;
}

.btn-dribbble {
  color: #fff !important;
  background: #ec4989;
}
.btn-dribbble:hover, .btn-dribbble:active {
  background: rgb(233.5895522388, 49.9104477612, 122.0298507463);
}

.bg-dribbble {
  background: #ec4989;
  color: #fff !important;
}

.btn-skype {
  color: #fff !important;
  background: #00a8f3;
}
.btn-skype:hover, .btn-skype:active {
  background: rgb(0, 150.3703703704, 217.5);
}

.bg-skype {
  background: #00a8f3;
  color: #fff !important;
}

.btn-pinterest {
  color: #fff !important;
  background: #f12a2c;
}
.btn-pinterest:hover, .btn-pinterest:active {
  background: rgb(239.4273127753, 18.0726872247, 20.2973568282);
}

.bg-pinterest {
  background: #f12a2c;
  color: #fff !important;
}

.btn-dropbox {
  color: #fff !important;
  background: #005cff;
}
.btn-dropbox:hover, .btn-dropbox:active {
  background: rgb(0, 82.8, 229.5);
}

.bg-dropbox {
  background: #005cff;
  color: #fff !important;
}

.btn-bitcoin {
  color: #fff !important;
  background: #f99400;
}
.btn-bitcoin:hover, .btn-bitcoin:active {
  background: rgb(223.5, 132.843373494, 0);
}

.bg-bitcoin {
  background: #f99400;
  color: #fff !important;
}

.btn-github {
  color: #fff !important;
  background: #323131;
}
.btn-github:hover, .btn-github:active {
  background: rgb(37.1212121212, 36.3787878788, 36.3787878788);
}

.bg-github {
  background: #323131;
  color: #fff !important;
}

.btn-check:checked + .btn-outline-primary,
.btn-check:checked + .btn-outline-secondary,
.btn-check:checked + .btn-outline-danger,
.btn-check:checked + .btn-outline-warning,
.btn-check:checked + .btn-outline-success,
.btn-check:checked + .btn-outline-info,
.btn-check:checked + .btn-outline-dark {
  color: #fff !important;
  transition: none;
}

.btn-check:checked + .btn-outline-primary {
  background: #F35050 !important;
  border-color: #F35050 !important;
}

.btn-check:checked + .btn-outline-secondary {
  background: #6C7C94 !important;
  border-color: #6C7C94 !important;
}

.btn-check:checked + .btn-outline-warning {
  background: #FE9500 !important;
  border-color: #FE9500 !important;
}

.btn-check:checked + .btn-outline-danger {
  background: #EC4433 !important;
  border-color: #EC4433 !important;
}

.btn-check:checked + .btn-outline-success {
  background: #34C759 !important;
  border-color: #34C759 !important;
}

.btn-check:checked + .btn-outline-info {
  background: #592BCA !important;
  border-color: #592BCA !important;
}

.btn-check:checked + .btn-outline-dark {
  background: #222 !important;
  border-color: #222 !important;
}

.offcanvas.action-sheet {
  border: 0;
  height: auto;
  z-index: 9999;
}
.offcanvas.action-sheet .offcanvas-body {
  padding: 0;
}
.offcanvas.action-sheet .offcanvas-body .action-sheet-content {
  padding: 20px 16px;
  max-height: 460px;
  overflow: auto;
}
.offcanvas.action-sheet .offcanvas-header {
  padding: 2px 20px;
  display: block;
  min-height: auto;
  box-shadow: none;
  border-bottom: 1px solid #EDEEF2;
}
.offcanvas.action-sheet .offcanvas-header .offcanvas-title {
  padding: 0;
  margin: 0;
  text-align: center;
  display: block;
  font-size: 13px;
  padding: 6px 0;
  color: #000000;
  font-weight: 500;
}
.offcanvas.action-sheet .offcanvas-header .close-button {
  font-size: 20px;
  color: #A1A1A2;
  position: absolute;
  right: 0;
  top: 2px;
  width: 48px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offcanvas.action-sheet .offcanvas-header .close-button:hover, .offcanvas.action-sheet .offcanvas-header .close-button:active {
  opacity: 0.7;
}

.offcanvas.action-sheet.inset {
  left: 16px;
  right: 16px;
  width: auto;
  bottom: 16px;
  border-radius: 16px;
  padding-bottom: 0;
  margin-bottom: env(safe-area-inset-bottom);
}
.offcanvas.action-sheet.inset .action-button-list > li:last-child .btn {
  border-radius: 0 0 16px 16px !important;
}

.action-button-list {
  padding: 0;
  margin: 0;
}
.action-button-list > li {
  display: block;
}
.action-button-list > li .btn {
  padding: 0;
  display: flex;
  width: 100%;
  min-height: 50px;
  font-size: 15px;
  color: #000000;
  line-height: 1.1em;
  justify-content: space-between;
  font-weight: 400;
  border-radius: 0 !important;
  padding: 10px 16px;
}
.action-button-list > li .btn:active, .action-button-list > li .btn.active {
  background: rgba(237, 238, 242, 0.3);
}
.action-button-list > li .btn.text-primary {
  color: #F35050 !important;
}
.action-button-list > li .btn.text-secondary {
  color: #6C7C94 !important;
}
.action-button-list > li .btn.text-danger {
  color: #EC4433 !important;
}
.action-button-list > li .btn.text-success {
  color: #34C759 !important;
}
.action-button-list > li .btn.text-warning {
  color: #FE9500 !important;
}
.action-button-list > li .btn.text-info {
  color: #592BCA !important;
}
.action-button-list > li .btn.text-light {
  color: #fff !important;
}
.action-button-list > li .btn.text-dark {
  color: #000000 !important;
}
.action-button-list > li .btn > span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.action-button-list > li .btn i.bi,
.action-button-list > li .btn i.icon,
.action-button-list > li .btn ion-icon {
  width: 24px !important;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-left: -5px;
  font-size: 24px;
  line-height: 1em;
}
.action-button-list > li.action-divider {
  height: 1px;
  background: #EDEEF2;
}

.dialogbox .modal-dialog {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 12000;
  display: flex;
  overflow: auto;
  align-items: center;
  justify-content: center;
  transform: translate(0, 0) !important;
  transform: scale(0.8) !important;
}
.dialogbox .modal-dialog .form-group {
  text-align: left;
}
.dialogbox .modal-dialog .modal-content {
  max-width: 300px;
  margin: auto;
  max-height: 560px;
  overflow: auto;
  border: 0;
  border-radius: 16px;
}
.dialogbox .modal-dialog .modal-content .btn-list {
  margin: 0;
}
.dialogbox .modal-dialog .modal-content .btn-list .btn {
  padding: 0px 10px;
  min-height: 58px;
  border-radius: 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #EDEEF2 !important;
  font-size: 15px;
}
.dialogbox .modal-dialog .modal-content .btn-list .btn:hover, .dialogbox .modal-dialog .modal-content .btn-list .btn:focus, .dialogbox .modal-dialog .modal-content .btn-list .btn:active, .dialogbox .modal-dialog .modal-content .btn-list .btn.active {
  background: rgba(237, 238, 242, 0.3) !important;
}
.dialogbox .modal-dialog .modal-content .btn-list .btn:last-child {
  border-radius: 0 0 16px 16px;
  border-bottom: 0 !important;
}
.dialogbox .modal-dialog .modal-content .btn-inline {
  display: flex;
  margin: 0;
  background: #EDEEF2;
}
.dialogbox .modal-dialog .modal-content .btn-inline .btn {
  width: 100%;
  border-radius: 0;
  min-height: 58px;
  border: 0 !important;
  font-size: 15px;
  margin-right: 1px;
  background: #FFF;
}
.dialogbox .modal-dialog .modal-content .btn-inline .btn:hover, .dialogbox .modal-dialog .modal-content .btn-inline .btn:focus, .dialogbox .modal-dialog .modal-content .btn-inline .btn:active, .dialogbox .modal-dialog .modal-content .btn-inline .btn.active {
  background: rgba(255, 255, 255, 0.8) !important;
}
.dialogbox .modal-dialog .modal-content .btn-inline .btn:last-child {
  margin-right: 0;
  border-radius: 0 0 16px 0 !important;
}
.dialogbox .modal-dialog .modal-content .btn-inline .btn:first-child {
  border-radius: 0 0 0 16px !important;
}
.dialogbox .modal-dialog .modal-content .modal-header {
  border: 0;
  padding: 20px 20px 10px 20px;
}
.dialogbox .modal-dialog .modal-content .modal-header .modal-icon {
  margin: 10px 0 20px 0 !important;
}
.dialogbox .modal-dialog .modal-content .modal-header .modal-title {
  color: #000000;
  text-align: center;
  margin: 0 auto;
  font-size: 17px;
}
.dialogbox .modal-dialog .modal-content .modal-body {
  padding: 0 20px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 15px;
}
.dialogbox .modal-dialog .modal-content .modal-footer {
  border: 0;
  border-top: 1px solid #EDEEF2;
  padding: 0;
  margin: 0;
  display: block;
  text-align: right;
}
.dialogbox.show .modal-dialog {
  transform: translate(0, 0) !important;
  transform: scale(1) !important;
}

.modal-icon {
  font-size: 60px;
  line-height: 1em;
  margin-top: 30px;
  margin-bottom: -10px;
  color: #F35050;
  text-align: center;
}

.bg-primary {
  background: #F35050 !important;
  color: #FFF;
}

.bg-secondary {
  background: #6C7C94 !important;
  color: #FFF;
}

.bg-success {
  background: #34C759 !important;
  color: #FFF;
}

.bg-danger {
  background: #EC4433 !important;
  color: #FFF;
}

.bg-warning {
  background: #FE9500 !important;
  color: #FFF;
}

.bg-info {
  background: #592BCA !important;
  color: #FFF;
}

.bg-light {
  background: rgba(255, 255, 255, 0.5) !important;
}

.bg-dark {
  background: #222 !important;
  color: #FFF;
}

a.bg-primary {
  background: #F35050 !important;
  color: #FFF !important;
}
a.bg-primary:hover, a.bg-primary:active {
  background: rgb(241.3636363636, 56.1363636364, 56.1363636364) !important;
}

a.bg-secondary {
  background: #6C7C94 !important;
  color: #FFF !important;
}
a.bg-secondary:hover, a.bg-secondary:active {
  background: rgb(97.1003937008, 111.6200787402, 133.3996062992) !important;
}

a.bg-success {
  background: #34C759 !important;
  color: #FFF !important;
}
a.bg-success:hover, a.bg-success:active {
  background: rgb(46.7171314741, 178.7828685259, 79.9581673307) !important;
}

a.bg-danger {
  background: #EC4433 !important;
  color: #FFF !important;
}
a.bg-danger:hover, a.bg-danger:active {
  background: rgb(233.8273542601, 46.6165919283, 27.6726457399) !important;
}

a.bg-warning {
  background: #FE9500 !important;
  color: #FFF !important;
}
a.bg-warning:hover, a.bg-warning:active {
  background: rgb(228.5, 134.0413385827, 0) !important;
}

a.bg-info {
  background: #592BCA !important;
  color: #FFF !important;
}
a.bg-info:hover, a.bg-info:active {
  background: rgb(79.7367346939, 38.5244897959, 180.9755102041) !important;
}

a.bg-light {
  background: rgba(255, 255, 255, 0.5) !important;
}
a.bg-light:hover, a.bg-light:active {
  background: rgba(242.25, 242.25, 242.25, 0.5) !important;
}

a.bg-dark {
  background: #222 !important;
  color: #FFF !important;
}
a.bg-dark:hover, a.bg-dark:active {
  background: rgb(21.25, 21.25, 21.25) !important;
}

.text-primary,
a.text-primary {
  color: #F35050 !important;
}

.text-secondary,
a.text-secondary {
  color: #6C7C94 !important;
}

.text-success,
a.text-success {
  color: #34C759 !important;
}

.text-danger,
a.text-danger {
  color: #EC4433 !important;
}

.text-warning,
a.text-warning {
  color: #FE9500 !important;
}

.text-info,
a.text-info {
  color: #592BCA !important;
}

.text-light,
a.text-light {
  color: #FFF !important;
}

.text-dark,
a.text-dark {
  color: #000000 !important;
}

.border-primary {
  border-color: #F35050 !important;
}

.border-secondary {
  border-color: #6C7C94 !important;
}

.border-success {
  border-color: #34C759 !important;
}

.border-danger {
  border-color: #EC4433 !important;
}

.border-warning {
  border-color: #FE9500 !important;
}

.border-info {
  border-color: #592BCA !important;
}

.border-light {
  border-color: #FFF !important;
}

.border-dark {
  border-color: #000000 !important;
}

textarea,
.form-control {
  background-clip: padding-box;
  background-image: linear-gradient(transparent, transparent);
  appearance: none;
}

.form-group {
  width: 100%;
}
.form-group .form-label {
  font-size: 11px;
  font-weight: 500;
  color: #000000;
  display: block;
  line-height: 1.2em;
  text-align: left;
}
.form-group textarea {
  resize: none;
}
.form-group .input-info {
  font-size: 11px;
  color: #A1A1A2;
}
.form-group .clear-input {
  align-items: center;
  justify-content: center;
  color: #4F5050;
  height: 38px;
  font-size: 22px;
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 32px;
  opacity: 0.5;
  display: none;
}
.form-group .clear-input i.bi {
  font-size: 20px;
}
.form-group .clear-input:hover, .form-group .clear-input:active {
  opacity: 0.8;
}
.form-group .input-wrapper {
  position: relative;
}
.form-group .input-wrapper.not-empty .clear-input {
  display: flex;
}
.form-group .input-wrapper.active .form-label {
  color: #F35050 !important;
}

.form-group.basic {
  padding: 8px 0;
  margin: 0;
}
.form-group.basic .form-label {
  margin-bottom: 0;
}
.form-group.basic .form-control,
.form-group.basic .custom-select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #EDEEF2;
  padding: 0 30px 0 0;
  border-radius: 0;
  height: 40px;
  color: #000000;
  font-size: 15px;
}
.form-group.basic .form-control:focus,
.form-group.basic .custom-select:focus {
  border-bottom-color: #F35050;
  box-shadow: inset 0 -1px 0 0 #F35050;
}
.form-group.basic textarea.form-control {
  height: auto;
  padding: 7px 40px 7px 0;
}

.form-group.basic.animated .form-label {
  margin-top: 20px;
  opacity: 0;
  top: -3px;
  transition: 0.2s all;
  position: absolute;
}
.form-group.basic.animated .input-wrapper {
  padding-top: 5px;
}
.form-group.basic.animated .input-wrapper.not-empty .form-label {
  margin-top: 0;
  opacity: 1;
}

.form-group.boxed {
  margin: 0;
  padding: 8px 0;
}
.form-group.boxed .form-control {
  background: #fff;
  box-shadow: none;
  height: 42px;
  border-radius: 6px;
  padding: 0 40px 0 16px;
}
.form-group.boxed .form-control:focus {
  border-color: #F35050;
}
.form-group.boxed textarea.form-control {
  height: auto;
  padding: 7px 40px 7px 16px;
}
.form-group.boxed .clear-input {
  right: 0;
  height: 42px;
  width: 40px;
}
.form-group.boxed .form-label {
  margin-bottom: 8px;
}

.input-group .input-group-text {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #EDEEF2;
  border-radius: 0;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  height: 40px;
  width: auto;
  padding: 0 10px 0 0;
}

.custom-file-upload {
  cursor: pointer;
  position: relative;
  display: flex;
  width: 100%;
  height: 220px;
}
.custom-file-upload input[type=file] {
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.custom-file-upload label {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background-color: rgba(237, 238, 242, 0.2);
  background-size: 45px 58px;
  border: 1px solid #EDEEF2;
  border-radius: 6px;
  margin: 0;
}
.custom-file-upload label span {
  display: block;
  font-size: 15px;
  color: #A1A1A2;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-weight: 500;
  transform: translate(0%, -50%);
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  width: 100%;
  text-align: center;
  border-radius: 0;
}
.custom-file-upload label span i.bi,
.custom-file-upload label span i.icon,
.custom-file-upload label span ion-icon {
  --ionicon-stroke-width: 32px;
  font-size: 48px;
  color: #A1A1A2;
}
.custom-file-upload label span strong {
  display: block;
  font-weight: 500;
}
.custom-file-upload label span i {
  font-style: normal;
  display: block;
}
.custom-file-upload label.file-uploaded {
  background-size: cover;
  background-position: center;
}
.custom-file-upload label.file-uploaded:before {
  content: "";
  width: 38px;
  height: 38px;
  background: #34C759;
  border-radius: 100%;
  display: flex;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='23px' height='20px' viewBox='0 0 23 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline id='Path' stroke='%23FFFFFF' stroke-width='2.4' points='21.2 2 7.76 18 2 12'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 50%;
  top: calc(50% - 22px);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  transform: translate(-50%, -50%);
}
.custom-file-upload label.file-uploaded label {
  border-color: transparent;
}
.custom-file-upload label.file-uploaded span {
  bottom: 0;
  left: 0;
  top: auto;
  transform: translate(0, 0);
  font-size: 11px;
  color: #4F5050;
  background-color: #EDEEF2;
}

.verify-input {
  height: 72px !important;
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 5px;
  padding: 0 0 0 5px !important;
  max-width: 190px;
  margin: auto;
  text-align: center !important;
}

.form-check {
  padding: 0;
  margin: 0;
  min-height: auto;
  height: auto;
}
.form-check .form-check-input {
  display: none;
}
.form-check .form-check-label {
  cursor: pointer;
  position: relative;
  min-height: 20px;
  padding: 0px 0 0 26px;
  line-height: 1.7em;
  color: #000000;
}
.form-check .form-check-label:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: white;
  border-radius: 100px;
  border: 1px solid #d0d0d0;
}
.form-check .form-check-label:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input[type=radio] ~ .form-check-label:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='8px' height='8px' viewBox='0 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Ccircle id='Oval' fill='%23FFFFFF' cx='4' cy='4' r='4'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}

.form-check-input:checked ~ .form-check-label:after {
  background-color: #F35050;
  border-color: #F35050 !important;
}
.form-check-input:checked ~ .form-check-label:before {
  opacity: 1;
}

.form-check-inline {
  margin-right: 0;
}
.form-check-inline .form-check-label {
  margin-bottom: -3px;
  padding-left: 24px;
}

.input-list .form-check:after {
  content: "";
  height: 1px;
  background: #EDEEF2;
  display: block;
  margin-left: 54px;
}
.input-list .form-check .form-check-label {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.1s all;
  padding: 6px 16px 6px 54px;
}
.input-list .form-check .form-check-label:before, .input-list .form-check .form-check-label:after {
  left: 16px;
  top: 14px;
}
.input-list .form-check .form-check-label:active {
  background: rgba(237, 238, 242, 0.3);
}
.input-list .form-check:last-child:after {
  height: 0;
}

.form-switch {
  height: 30px;
}
.form-switch .form-check-label {
  width: 56px;
  height: 30px;
  padding: 0;
  margin: 0;
}
.form-switch .form-check-label:after {
  height: 30px;
  width: 56px;
  background: #EDEEF2;
  border: 1px solid #A1A1A2;
  transition: 0.1s linear;
}
.form-switch .form-check-label:before {
  opacity: 1;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  top: 3px;
  left: 4px;
  background: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  transition: 0.15s ease-in-out;
}
.form-switch .form-check-input:checked ~ .form-check-label:before {
  left: 28px;
}

/*# sourceMappingURL=style.css.map */
