@charset "UTF-8";

/*Table of Contents

Item Name: PayApp
Item Purpose: Mobile Finance, Banking and Wallet Template
Item Author: Enabled
Item Support: https://www.enableds.com/contact/

1. PayApp Color Scheme
2. Demo Elements - Can be removed
3. Typography Settings
4. Page Structure Settings
5. Header Bar
6. Footer Bar
7. Secondary / Utility Classes
8. Sidebar
9. Splide Carousel
10. List Groups
11. Cards
12. Dividers
13. Icons
14. Buttons
15. Accordions
16. Tabs
17. Switchers / Toggles
18. Notifications
19. Input Elements
20. Checkboxes and Radio
21. Off Canvases
22. Page Preloader
23. Paginations
24. Offline Detection
25. Currency Exchanger
26. Card Stacker
*/
.fa-rotate-180,
.fa-rotate-90,
[data-bs-toggle] i {
  transition: all 350ms ease;
}

@font-face {
  font-family: PlusJakartaSans;
  src: url(../fonts/PlusJakartaSans-Medium.woff);
}

@font-face {
  font-family: PlusJakartaSans-Bold;
  src: url(../fonts/PlusJakartaSans-Bold.woff);
}

/*Basic Colors*/

.color-purple {
  color: #924be1 !important;
}

.color-orange {
  color: #fcc029 !important;
}

.color-white {
  color: #fff !important;
}

.color-black {
  color: #212121 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}

/*skeleton*/
.skeleton {
  background: #f0f0f0;
  /* Warna latar belakang skeleton */
  border-radius: 4px;
  /* Radius border skeleton */
}

.skeleton::before {
  content: "";
  display: block;
  height: 100%;
  /* Tinggi skeleton */
  width: 100%;
  /* Lebar skeleton */
  background: linear-gradient(to right, #e0e0e0 0%, #f0f0f0 50%, #e0e0e0 100%);
  animation: shimmer 1.5s infinite ease-in-out;
}

/*animated pulse*/
.pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  background: linear-gradient(to right, #e0e0e0 0%, #f0f0f0 50%, #e0e0e0 100%);
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

/*Main Color Settings*/
.theme-dark {
  background-color: #13181e;
}

.theme-dark .bg-theme {
  background-color: #0f1117 !important;
}

.theme-dark .border-theme {
  border-color: #0f1117 !important;
}

.theme-dark .color-theme {
  color: #fdfdfe !important;
}

.theme-light {
  background-color: #fdfdfe;
}

.theme-light .bg-theme {
  background-color: #fff !important;
}

.theme-light .border-theme {
  border-color: #fff !important;
}

.theme-light .color-theme {
  color: #0f1117 !important;
}

/*Dark Theme Settings*/
.theme-dark p {
  color: #898989;
}

.theme-dark code {
  color: #898989;
  opacity: 0.7;
}

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.theme-dark #footer-bar a i,
.theme-dark #footer-bar a span .theme-dark p strong {
  color: #7c7e85;
}

/*Structural Dark Settings*/
.theme-dark .header,
.theme-dark #footer-bar {
  background: rgba(0, 0, 0, 0.55);
}

.theme-dark .card,
.theme-dark #preloader {
  background-color: #2133;
}

/* Generating Color Pack*/
.color-highlight {
  color: #4a89dc !important;
}

.bg-highlight {
  background-color: #4a89dc !important;
  color: #fff !important;
}

.border-highlight {
  border-color: #4a89dc !important;
}

.gradient-highlight {
  background-image: linear-gradient(to bottom, #f8ba29, #f8ba29) !important;
  color: #fff !important;
}

.gradient-highlight-2 {
  background-image: linear-gradient(to bottom, #2fbd85, #2fbd85) !important;
  color: #fff !important;
}

.gradient-menu {
  background-image: linear-gradient(130deg, #7ea5f6, #ff384c) !important;
}

.bg-purple {
  background: #924be1 !important;
}

.bg-fade2-highlight {
  background-color: #fff !important;
  color: #fff !important;
}

.bg-fade-highlight {
  background-color: #fff !important;
  color: #fff !important;
}

.color-highlight-light {
  color: #5d9cec !important;
}

.bg-highlight-light {
  background-color: #5d9cec !important;
  color: #fff !important;
}

.color-highlight-dark {
  color: #4a89dc !important;
}

.color-icon-highlight {
  stroke: #4a89dc !important;
  fill: #fff !important;
}

.bg-highlight-dark {
  background-color: #4a89dc !important;
  color: #fff !important;
}

.border-highlight-light {
  border-color: #5d9cec !important;
}

.border-highlight-dark {
  border-color: #4a89dc !important;
}

.border-fade-highlight {
  border-color: #fff !important;
}

.focus-highlight:focus {
  border-color: #4a89dc !important;
}

.gradient-highlight {
  border: none;
  background-image: linear-gradient(to bottom, #f8ba29, #f8ba29);
}

.bg-fade2-green {
  background-color: rgba(140, 193, 82, 0.15) !important;
  color: #fff !important;
}

.bg-fade-green {
  background-color: rgba(140, 193, 82, 0.3) !important;
  color: #fff !important;
}

.color-green-light {
  color: #a0d468 !important;
}

.bg-green-light {
  background-color: #a0d468 !important;
  color: #fff !important;
}

.color-green-dark {
  color: #fff !important;
  background-color: #24c48d;
}

.color-grey-dark {
  color: #fff !important;
  background-color: #575555;
}

.color-icon-green {
  stroke: #8cc152 !important;
  fill: rgba(140, 193, 82, 0.3) !important;
}

.bg-green-dark {
  background-color: #8cc152 !important;
  color: #fff !important;
}

.border-green-light {
  border-color: #a0d468 !important;
}

.border-green-dark {
  border-color: #8cc152 !important;
}

.border-fade-green {
  border-color: rgba(140, 193, 82, 0.3) !important;
}

.focus-green:focus {
  border-color: #8cc152 !important;
}

.gradient-green {
  border: none;
  background: rgb(87, 188, 120);
  background: linear-gradient(135deg,
      rgba(87, 188, 120, 1) 0%,
      rgba(64, 172, 208, 1) 100%);
}
.gradient-sol {
  border: none;
  background: #aa3dee;
  background: linear-gradient(
              45deg,
              rgb(172, 65, 238) 0%,
              rgb(52, 237, 191) 100%
            );
}

.gradient-green-2 {
  border: none;
  background: rgb(60, 236, 168);
  background: linear-gradient(135deg, rgba(60, 236, 168, 1) 0%, rgba(55, 253, 183, 1) 100%);
}

.gradient-purple {
  border: none;
  background: rgb(146, 76, 227);
  /*background: linear-gradient(135deg, rgba(146,76,227,1) 25%, rgba(92,51,181,1) 100%);*/
  background-image: url("../images/background/bg-custom.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.gradient-purple-2 {
  border: none;
  background: rgb(146, 76, 227);
  /*background: linear-gradient(135deg, rgba(146,76,227,1) 25%, rgba(92,51,181,1) 100%);*/
  background-image: url("../images/pictures/bg-purple-2.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.gradient-purple3 {
  border: none;
  background: rgb(146, 76, 227);
  /*background: linear-gradient(135deg, rgba(146,76,227,1) 25%, rgba(92,51,181,1) 100%);*/
  background-image: url("../images/pictures/bg-purple-ramadhan.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.gradient-purple4 {
  border: none;
  background: rgb(146, 76, 227);
  /*background: linear-gradient(135deg, rgba(146,76,227,1) 25%, rgba(92,51,181,1) 100%);*/
  background-image: url("../images/pictures/bg-purple-christmas.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-fade2-red {
  background-color: rgba(218, 68, 83, 0.2) !important;
  color: #fff !important;
}

.bg-fade-red {
  background-color: rgba(218, 68, 83, 0.2) !important;
  color: #fff !important;
}

.color-red-light {
  color: #ed5565 !important;
}

.bg-red-light {
  background-color: #ed5565 !important;
  color: #fff !important;
}

.color-red-dark {
  color: #fff !important;
  background-color: #d84558;
}

.color-icon-red {
  stroke: #d84558 !important;
  fill: rgba(218, 68, 83, 0.2) !important;
}

.bg-red-dark {
  background-color: #d84558 !important;
  color: #fff !important;
}

.border-red-light {
  border-color: #ed5565 !important;
}

.border-red-dark {
  border-color: #d84558 !important;
}

.border-fade-red {
  border-color: rgba(218, 68, 83, 0.2) !important;
}

.focus-red:focus {
  border-color: #d84558 !important;
}

.gradient-red {
  border: none;
  background-image: linear-gradient(to bottom, #ed5565, #d84558);
}

.bg-fade2-orange {
  background-color: rgba(233, 87, 63, 0.2) !important;
  color: #fff !important;
}

.bg-fade-orange {
  background-color: rgba(233, 87, 63, 0.3) !important;
  color: #fff !important;
}

.color-orange-light {
  color: #fc6e51 !important;
}

.bg-orange-light {
  background-color: #fc6e51 !important;
  color: #fff !important;
}

.color-orange-dark {
  color: #e9573f !important;
}

.color-icon-orange {
  stroke: #e9573f !important;
  fill: rgba(233, 87, 63, 0.3) !important;
}

.bg-orange-dark {
  background-color: #e9573f !important;
  color: #fff !important;
}

.border-orange-light {
  border-color: #fc6e51 !important;
}

.border-orange-dark {
  border-color: #e9573f !important;
}

.border-fade-orange {
  border-color: rgba(233, 87, 63, 0.3) !important;
}

.focus-orange:focus {
  border-color: #e9573f !important;
}

.gradient-orange {
  border: none;
  background: rgb(253, 218, 13);
  background: linear-gradient(90deg,
      rgba(253, 218, 13, 1) 0%,
      rgba(255, 234, 0, 1) 100%);
}

.bg-fade2-yellow {
  background-color: rgba(246, 187, 66, 0.2) !important;
  color: #fff !important;
}

.bg-fade-yellow {
  background-color: rgba(246, 187, 66, 0.25) !important;
  color: #fff !important;
}

.color-yellow-light {
  color: #ffce54 !important;
}

.bg-yellow-light {
  background-color: #ffce54 !important;
  color: #fff !important;
}

.color-yellow-dark {
  color: #f6bb42 !important;
}

.color-icon-yellow {
  stroke: #f6bb42 !important;
  fill: rgba(246, 187, 66, 0.25) !important;
}

.bg-yellow-dark {
  background-color: #f6bb42 !important;
  color: #fff !important;
}

.border-yellow-light {
  border-color: #ffce54 !important;
}

.border-yellow-dark {
  border-color: #f6bb42 !important;
}

.border-fade-yellow {
  border-color: rgba(246, 187, 66, 0.25) !important;
}

.focus-yellow:focus {
  border-color: #f6bb42 !important;
}

.gradient-yellow {
  border: none;
  background-image: linear-gradient(to bottom, #ffce54, #f6bb42);
}

.bg-fade2-blue {
  background-color: rgba(74, 137, 220, 0.2) !important;
  color: #fff !important;
}

.bg-fade-blue {
  background-color: rgba(74, 137, 220, 0.25) !important;
  color: #fff !important;
}

.color-blue-light {
  color: #5d9cec !important;
}

.bg-blue-light {
  background-color: #5d9cec !important;
  color: #fff !important;
}

.color-blue-dark {
  color: #4a89dc !important;
}

.color-icon-blue {
  stroke: #4a89dc !important;
  fill: rgba(74, 137, 220, 0.25) !important;
}

.bg-blue-dark {
  background-color: #4a89dc !important;
  color: #fff !important;
}

.border-blue-light {
  border-color: #5d9cec !important;
}

.border-blue-dark {
  border-color: #4a89dc !important;
}

.border-fade-blue {
  border-color: rgba(74, 137, 220, 0.25) !important;
}

.focus-blue:focus {
  border-color: #4a89dc !important;
}

.gradient-blue {
  border: none;
  background-image: linear-gradient(to bottom, #5d9cec, #4a89dc);
}

.bg-fade2-teal {
  background-color: rgba(125, 177, 177, 0.2) !important;
  color: #fff !important;
}

.bg-fade-teal {
  background-color: rgba(125, 177, 177, 0.3) !important;
  color: #fff !important;
}

.color-teal-light {
  color: #a0cecb !important;
}

.bg-teal-light {
  background-color: #a0cecb !important;
  color: #fff !important;
}

.color-teal-dark {
  color: #7db1b1 !important;
}

.color-icon-teal {
  stroke: #7db1b1 !important;
  fill: rgba(125, 177, 177, 0.3) !important;
}

.bg-teal-dark {
  background-color: #7db1b1 !important;
  color: #fff !important;
}

.border-teal-light {
  border-color: #a0cecb !important;
}

.border-teal-dark {
  border-color: #7db1b1 !important;
}

.border-fade-teal {
  border-color: rgba(125, 177, 177, 0.3) !important;
}

.focus-teal:focus {
  border-color: #7db1b1 !important;
}

.gradient-teal {
  border: none;
  background-image: linear-gradient(to bottom, #a0cecb, #7db1b1);
}

.bg-fade2-mint {
  background-color: rgba(55, 188, 155, 0.2) !important;
  color: #fff !important;
}

.bg-fade-mint {
  background-color: rgba(55, 188, 155, 0.3) !important;
  color: #fff !important;
}

.color-mint-light {
  color: #48cfad !important;
}

.bg-mint-light {
  background-color: #48cfad !important;
  color: #fff !important;
}

.color-mint-dark {
  color: #37bc9b !important;
}

.color-icon-mint {
  stroke: #37bc9b !important;
  fill: rgba(55, 188, 155, 0.3) !important;
}

.bg-mint-dark {
  background-color: #37bc9b !important;
  color: #fff !important;
}

.border-mint-light {
  border-color: #48cfad !important;
}

.border-mint-dark {
  border-color: #37bc9b !important;
}

.border-fade-mint {
  border-color: rgba(55, 188, 155, 0.3) !important;
}

.focus-mint:focus {
  border-color: #37bc9b !important;
}

.gradient-mint {
  border: none;
  background-image: linear-gradient(to bottom, #48cfad, #37bc9b);
}

.bg-fade2-pink {
  background-color: rgba(215, 112, 173, 0.2) !important;
  color: #fff !important;
}

.bg-fade-pink {
  background-color: rgba(255, 89, 190, 0.3) !important;
  color: #fff !important;
}

.color-pink-light {
  color: #ff5982 !important;
}

.bg-pink-light {
  background-color: #ff5982 !important;
  color: #fff !important;
}

.color-pink-dark {
  color: #fb3365 !important;
}

.color-icon-pink {
  stroke: #fb3365 !important;
  fill: rgba(255, 89, 190, 0.3) !important;
}

.bg-pink-dark {
  background-color: #fb3365 !important;
  color: #fff !important;
}

.border-pink-light {
  border-color: #ff5982 !important;
}

.border-pink-dark {
  border-color: #fb3365 !important;
}

.border-fade-pink {
  border-color: rgba(255, 89, 190, 0.3) !important;
}

.focus-pink:focus {
  border-color: #fb3365 !important;
}

.gradient-pink {
  border: none;
  background-image: linear-gradient(to bottom, #ff5982, #fb3365);
}

.bg-fade2-magenta {
  background-color: rgba(150, 122, 220, 0.2) !important;
  color: #fff !important;
}

.bg-fade-magenta {
  background-color: rgba(150, 122, 220, 0.3) !important;
  color: #fff !important;
}

.color-magenta-light {
  color: #ac92ec !important;
}

.bg-magenta-light {
  background-color: #ac92ec !important;
  color: #fff !important;
}

.color-magenta-dark {
  color: #967adc !important;
}

.color-icon-magenta {
  stroke: #967adc !important;
  fill: rgba(150, 122, 220, 0.3) !important;
}

.bg-magenta-dark {
  background-color: #967adc !important;
  color: #fff !important;
}

.border-magenta-light {
  border-color: #ac92ec !important;
}

.border-magenta-dark {
  border-color: #967adc !important;
}

.border-fade-magenta {
  border-color: rgba(150, 122, 220, 0.3) !important;
}

.focus-magenta:focus {
  border-color: #967adc !important;
}

.gradient-magenta {
  border: none;
  background-image: linear-gradient(to bottom, #ac92ec, #967adc);
}

.bg-fade2-brown {
  background-color: rgba(170, 142, 105, 0.2) !important;
  color: #fff !important;
}

.bg-fade-brown {
  background-color: rgba(170, 142, 105, 0.25) !important;
  color: #fff !important;
}

.color-brown-light {
  color: #baa286 !important;
}

.bg-brown-light {
  background-color: #baa286 !important;
  color: #fff !important;
}

.color-brown-dark {
  color: #aa8e69 !important;
}

.color-icon-brown {
  stroke: #aa8e69 !important;
  fill: rgba(170, 142, 105, 0.25) !important;
}

.bg-brown-dark {
  background-color: #aa8e69 !important;
  color: #fff !important;
}

.border-brown-light {
  border-color: #baa286 !important;
}

.border-brown-dark {
  border-color: #aa8e69 !important;
}

.border-fade-brown {
  border-color: rgba(170, 142, 105, 0.25) !important;
}

.focus-brown:focus {
  border-color: #aa8e69 !important;
}

.gradient-brown {
  border: none;
  background-image: linear-gradient(to bottom, #baa286, #aa8e69);
}

.bg-fade2-gray {
  background-color: rgba(170, 178, 189, 0.2) !important;
  color: #fff !important;
}

.bg-fade-gray {
  background-color: rgba(170, 178, 189, 0.8) !important;
  color: #fff !important;
}

.bg-fade-gray-text-black {
  background-color: rgba(170, 178, 189, 0.2) !important;
}

.color-gray-light {
  color: #e2e5ea !important;
}

.bg-gray-light {
  background-color: #e2e5ea !important;
  color: #fff !important;
}

.color-gray-dark {
  color: #8f97a2 !important;
}

.color-gray {
  color: #676767;
  /*border: 1px solid #676767;*/
}

.color-icon-gray {
  stroke: #aab2bd !important;
  fill: rgba(170, 178, 189, 0.4) !important;
}

.bg-gray-dark {
  background-color: #aab2bd !important;
  color: #fff !important;
}

.border-gray-light {
  border-color: #e2e5ea !important;
}

.border-gray-dark {
  border-color: #aab2bd !important;
}

.border-fade-gray {
  border-color: rgba(170, 178, 189, 0.4) !important;
}

.focus-gray:focus {
  border-color: #aab2bd !important;
}

.gradient-gray {
  border: none;
  background-image: linear-gradient(to bottom, #e2e5ea, #aab2bd);
}

.bg-fade2-night {
  background-color: rgba(67, 74, 84, 0.2) !important;
  color: #fff !important;
}

.bg-fade-night {
  background-color: rgba(67, 74, 84, 0.3) !important;
  color: #fff !important;
}

.color-night-light {
  color: #222529 !important;
}

.bg-night-light {
  background-color: #222529 !important;
  color: #fff !important;
}

.color-night-dark {
  color: #16181c !important;
}

.color-icon-night {
  stroke: #16181c !important;
  fill: rgba(67, 74, 84, 0.3) !important;
}

.bg-night-dark {
  background-color: #16181c !important;
  color: #fff !important;
}

.border-night-light {
  border-color: #222529 !important;
}

.border-night-dark {
  border-color: #16181c !important;
}

.border-fade-night {
  border-color: rgba(67, 74, 84, 0.3) !important;
}

.focus-night:focus {
  border-color: #16181c !important;
}

.gradient-night {
  border: none;
  background-image: linear-gradient(to bottom, #222529, #16181c);
}

.bg-fade2-dark {
  background-color: rgba(67, 74, 84, 0.2) !important;
  color: #fff !important;
}

.bg-fade-dark {
  background-color: rgba(67, 74, 84, 0.4) !important;
  color: #fff !important;
}

.color-dark-light {
  color: #656d78 !important;
}

.bg-dark-light {
  background-color: #656d78 !important;
  color: #fff !important;
}

.color-dark-dark {
  color: #434a54 !important;
}

.color-icon-dark {
  stroke: #434a54 !important;
  fill: rgba(67, 74, 84, 0.4) !important;
}

.bg-dark-dark {
  background-color: #434a54 !important;
  color: #fff !important;
}

.border-dark-light {
  border-color: #656d78 !important;
}

.border-dark-dark {
  border-color: #434a54 !important;
}

.border-fade-dark {
  border-color: rgba(67, 74, 84, 0.4) !important;
}

.focus-dark:focus {
  border-color: #434a54 !important;
}

.gradient-dark {
  border: none;
  background-image: linear-gradient(to bottom, #656d78, #434a54);
}

/*Social Colors*/
.color-facebook {
  color: #3b5998 !important;
}

.bg-facebook {
  background-color: #3b5998 !important;
  color: #fff;
}

.color-linkedin {
  color: #0077b5 !important;
}

.bg-linkedin {
  background-color: #0077b5 !important;
  color: #fff;
}

.color-twitter {
  color: #4099ff !important;
}

.bg-twitter {
  background-color: #4099ff !important;
  color: #fff;
}

.color-google {
  color: #d34836 !important;
}

.bg-google {
  background-color: #d34836 !important;
  color: #fff;
}

.color-whatsapp {
  color: #34af23 !important;
}

.bg-whatsapp {
  background-color: #34af23 !important;
  color: #fff;
}

.color-pinterest {
  color: #c92228 !important;
}

.bg-pinterest {
  background-color: #c92228 !important;
  color: #fff;
}

.color-mail {
  color: #3498db !important;
}

.bg-mail {
  background-color: #3498db !important;
  color: #fff;
}

.color-phone {
  color: #27ae60 !important;
}

.bg-phone {
  background-color: #27ae60 !important;
  color: #fff;
}

.color-instagram {
  color: #e1306c !important;
}

.bg-instagram {
  background-color: #e1306c !important;
  color: #fff;
}

/*Default Colors*/
.color-white {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}

.border-transparent {
  border-color: transparent !important;
}

.theme-light .bg-gradient-fade {
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0.1) 30%,
      rgba(0, 0, 0, 0.8) 70%,
      #000 100%) !important;
}

.theme-dark .bg-gradient-fade {
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0.1) 30%,
      rgba(0, 0, 0, 0.8) 70%,
      #000 100%) !important;
}

.theme-dark .border-theme {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.theme-light .border-theme {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

/*Default Highlight Colors*/
.splide__pagination__page.is-active {
  background-color: #4a89dc !important;
}

.footer-bar-1 .active-nav i,
.footer-bar-1 .active-nav span {
  color: #924be1 !important;
}

.footer-bar-2 .active-nav {
  border-bottom: solid 3px #4a89dc;
}

.footer-bar-3 .active-nav {
  border-top: solid 3px #4a89dc;
}

.footer-bar-4 .active-nav {
  background-color: #4a89dc;
}

#footer-bar .circle-nav-1::after,
#footer-bar .circle-nav-2::before,
#footer-bar .circle-nav-2::after {
  background-image: linear-gradient(to bottom, #5d9cec, #4a89dc) !important;
}

input[type="range"]::-webkit-slider-thumb {
  background-color: #4a89dc;
}

.color-highlight {
  color: #4a89dc;
}

.bg-highlight {
  background-color: #4a89dc;
  color: #fff !important;
}

/*Shadow Backgrounds*/
.shadow-bg:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -1;
}

.shadow-bg {
  background-size: cover;
  position: relative;
  z-index: 10;
  overflow: visible !important;
}

.shadow-bg-xs::after {
  transform: scale(0.75) translateY(5px) translateZ(0px);
  filter: blur(8px);
}

.shadow-bg-s::after {
  transform: scale(0.8) translateY(5px) translateZ(0px);
  filter: blur(12px);
}

.shadow-bg-m::after {
  transform: scale(0.85) translateY(7px) translateZ(0px);
  filter: blur(12px);
}

.shadow-bg-l::after {
  transform: scale(0.95) translateY(10px) translateZ(0px);
  filter: blur(12px);
}

.theme-dark .shadow-card:after {
  opacity: 0.12 !important;
}

.theme-dark #footer-bar .circle-nav-2::before,
.theme-dark .shadow-bg:after {
  opacity: 0.5 !important;
}

.bg-1 {
  background-image: url(../images/pictures/1.jpg);
}

.bg-2 {
  background-image: url(../images/pictures/2.jpg);
}

.bg-3 {
  background-image: url(../images/pictures/3.jpg);
}

.bg-4 {
  background-image: url(../images/pictures/4.jpg);
}

.bg-5 {
  background-image: url(../images/pictures/5.jpg);
}

.bg-6 {
  background-image: url(../images/pictures/6.jpg);
}

.bg-7 {
  background-image: url(../images/pictures/7.jpg);
}

.bg-8 {
  background-image: url(../images/pictures/8.jpg);
}

.bg-9 {
  background-image: url(../images/pictures/9.jpg);
}

.bg-10 {
  background-image: url(../images/pictures/10.jpg);
}

.bg-11 {
  background-image: url(../images/pictures/11.jpg);
}

.bg-12 {
  background-image: url(../images/pictures/12.jpg);
}

.bg-13 {
  background-image: url(../images/pictures/13.jpg);
}

.bg-14 {
  background-image: url(../images/pictures/14.jpg);
}

.bg-15 {
  background-image: url(../images/pictures/15.jpg);
}

.bg-16 {
  background-image: url(../images/pictures/16.jpg);
}

.bg-17 {
  background-image: url(../images/pictures/17.jpg);
}

.bg-18 {
  background-image: url(../images/pictures/18.jpg);
}

.bg-19 {
  background-image: url(../images/pictures/19.jpg);
}

.bg-20 {
  background-image: url(../images/pictures/20.jpg);
}

.bg-21 {
  background-image: url(../images/pictures/21.jpg);
}

.bg-22 {
  background-image: url(../images/pictures/22.jpg);
}

.bg-23 {
  background-image: url(../images/pictures/23.jpg);
}

.bg-24 {
  background-image: url(../images/pictures/24.jpg);
}

.bg-25 {
  background-image: url(../images/pictures/25.jpg);
}

.bg-26 {
  background-image: url(../images/pictures/26.jpg);
}

.bg-27 {
  background-image: url(../images/pictures/27.jpg);
}

.bg-28 {
  background-image: url(../images/pictures/28.jpg);
}

.bg-29 {
  background-image: url(../images/pictures/29.jpg);
}

.bg-30 {
  background-image: url(../images/pictures/30.jpg);
}

.bg-Banner01 {
  background-image: url(../images/pictures/Banner01.jpg);
}

.bg-Banner02 {
  background-image: url(../images/pictures/Banner02.jpg);
}

.bg-Banner03 {
  background-image: url(../images/pictures/Banner01.jpg);
}

/*Typography 1 Settings*/
body {
  overflow-anchor: auto;
  font-size: 13px;
  font-family: PlusJakartaSans !important;
  line-height: 24px !important;
  color: #747474 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-weight: 700;
  color: #1b1b1b;
  font-family: PlusJakartaSans-Bold !important;
  margin-bottom: 5px;
  letter-spacing: -0.6px;
}

h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

h2 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

h6 {
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0px;
}

@media only screen and (max-width: 375px) {
  h1 {
    font-size: 20px !important;
    line-height: 24px;
    font-weight: 600;
  }

  h2 {
    font-size: 18px !important;
    line-height: 23px;
    font-weight: 700;
  }

  h3 {
    font-size: 16px !important;
    line-height: 22px;
    font-weight: 7s00;
  }

  h4 {
    font-size: 14px !important;
    line-height: 21px;
    font-weight: 700;
  }

  h5 {
    font-size: 12px !important;
    line-height: 20px;
    font-weight: 700;
  }

  h6 {
    font-size: 10px !important;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0px;
  }
}

.font-title {
  font-family: "PlusJakartaSans-Bold", sans-serif;
}

.font-text {
  font-family: "PlusJakartaSans";
}

a {
  text-decoration: none !important;
}

p {
  color: #747474;
  margin-bottom: 30px;
  padding-bottom: 0px;
  letter-spacing: -0.2px;
}

/*Page Structure Settings*/
* {
  font-smooth: subpixel-antialiased;
}

#page {
  min-height: 80vh;
  z-index: 1;
  position: relative;
  display: none;
}

.page-content {
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  transition: all 350ms ease;
  z-index: 2;
  padding-bottom: 60px;
}

.is-on-homescreen {
  min-height: 100vh !important;
}

/*Content Boxes*/
.content {
  position: relative;
  margin: 15px 15px 10px 15px;
}

.content p:last-child {
  margin-bottom: 0px;
}

.no-ani,
.no-ani .offcanvas,
.no-ani .header-bar,
.no-ani #footer-bar,
.no-ani #page,
.no-ani .page-content,
.no-ani .btn,
.no-ani .icon,
.no-ani {
  transition: all 0ms ease !important;
}

.header-bar {
  z-index: 98;
  left: 0px;
  right: 0px;
  top: 0px;
  min-height: 55px;
  padding: 0px 0px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  padding-top: calc((constant(safe-area-inset-top))) !important;
  padding-top: calc((env(safe-area-inset-top))) !important;
  display: flex;
  align-items: stretch;
}

.header-bar a {
  position: relative;
}

.header-bar .badge {
  height: 15px;
  min-width: 15px;
  line-height: 16px;
  font-size: 9px;
  font-style: normal;
  border-radius: 15px;
  text-align: center;
  padding: 0px;
  position: absolute;
  margin-top: 10px;
  margin-left: -6px;
  transform: translateX(0px);
  z-index: 3;
}

.header-bar .badge-text {
  padding: 0px 5px;
}

.header-bar .btn {
  margin: 0px 10px !important;
  margin-top: -5px !important;
  font-size: 11px !important;
  height: 35px !important;
  line-height: 22px !important;
  padding: 5px 15px !important;
}

.header-bar * {
  align-self: center;
}

.header-bar a:not(.header-title):not(.dropdown-menu *) {
  text-align: center;
  font-size: 16px;
  padding-top: 1px;
  min-width: 45px;
  line-height: 55px;
}

.header-bar.header-left .header-title {
  padding-left: 15px;
  flex-grow: 8;
}

.header-bar.header-right .header-title {
  padding-right: 15px;
  flex-grow: 8;
  text-align: right;
}

.header-bar.header-app .header-title {
  margin-left: 5px;
  flex-grow: 8;
  text-align: left;
}

.header-bar.header-center .header-title {
  flex-grow: 8;
  text-align: center;
}

.header-fixed {
  position: fixed;
}

.header-title {
  margin-top: 0px;
  font-size: 15px;
  font-weight: 700;
  font-family: "PlusJakartaSans-Bold", sans-serif;
}

.header-auto-show {
  opacity: 0;
  pointer-events: none;
  transition: all 150ms ease;
}

.header-active {
  opacity: 1;
  pointer-events: all !important;
  transition: all 150ms ease;
}

.header-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
  border: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.header-clear {
  padding-top: 55px;
  padding-top: calc(55px + (constant(safe-area-inset-top)) * 0.8) !important;
  padding-top: calc(55px + (env(safe-area-inset-top)) * 0.8) !important;
}

.header-clear-small {
  padding-top: calc(55px - 25px);
  padding-top: calc(calc(55px - 25px) + (constant(safe-area-inset-top)) * 0.8) !important;
  padding-top: calc(calc(55px - 25px) + (env(safe-area-inset-top)) * 0.8) !important;
}

.header-clear-medium {
  padding-top: calc(55px + 25px);
  padding-top: calc(calc(55px + 25px) + (constant(safe-area-inset-top)) * 0.8) !important;
  padding-top: calc(calc(55px + 25px) + (env(safe-area-inset-top)) * 0.8) !important;
}

.header-clear-large {
  padding-top: calc(55px + 40px);
  padding-top: calc(calc(55px + 40px) + (constant(safe-area-inset-top)) * 0.8) !important;
  padding-top: calc(calc(55px + 40px) + (env(safe-area-inset-top)) * 0.8) !important;
}

/*Header Bar Under*/
.page-content .header-bar {
  position: relative;
  z-index: 1;
}

.page-title {
  position: relative;
  z-index: 90;
  padding: 5px 15px 30px;
}

.page-title:not(.sidebar-title) {
  padding-top: calc((constant(safe-area-inset-top))) !important;
  padding-top: calc((env(safe-area-inset-top))) !important;
}

.page-title h1 {
  font-size: 28px;
  margin-bottom: -3px;
}

.page-title p {
  margin-bottom: -6px;
  font-size: 13px;
  font-family: "PlusJakartaSans-Bold";
  font-weight: 600;
}

.page-title .icon {
  float: left;
  margin-left: 12px;
}

.page-title img {
  transform: translateY(-1px);
}

.header-card {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 0;
  border-radius: 0px !important;
  margin: 0px !important;
}

.header-card .card-overlay {
  border-radius: 0px;
}

#header-deco {
  top: 0px;
  position: absolute;
  height: 4px;
  transform: rotate(180deg);
}

#header-deco-1,
#header-deco-2,
#header-deco-3,
#header-deco-4 {
  fill: #4a89dc;
}

#header-deco-1 {
  opacity: 0.4;
}

#header-deco-2 {
  opacity: 0.5;
}

#header-deco-3 {
  opacity: 0.7;
}

#header-deco-4 {
  opacity: 1;
}

/*Header Dark & Light*/
.theme-light .header-bar * {
  color: #1f1f1f;
}

.theme-light .header-bar {
  background-color: rgba(255, 255, 255, 0.55);
}

.theme-dark .header-bar * {
  color: #fff;
}

.theme-dark .header-bar {
  background-color: rgba(0, 0, 0, 0.75);
}

/*Page Header*/
.header-bar .dropdown-menu * {
  align-self: auto !important;
}

.dropdown-menu {
  background-color: transparent;
  border: 0px;
}

/*-Footer Menu-*/
#footer-bar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 98;
  /* backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px); */
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.04);
  height: 50px;
  display: flex;
  text-align: center;
}

#footer-bar a:not(.btn) {
  padding-top: 6px;
  position: relative;
  flex: 1 1 auto;
  color: #1f1f1f;
}

#footer-bar a:not(.btn) span {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 10px;
  font-weight: 500;
  margin-top: -8px;
  opacity: 0.7;
  font-family: "PlusJakartaSans" !important;
}

#footer-bar a:not(.btn) i {
  margin-top: 2px;
  display: block;
  font-size: 18px;
  position: relative;
  z-index: 2;
}

#footer-bar .badge {
  height: 15px;
  min-width: 15px;
  line-height: 16px;
  font-size: 8px;
  font-style: normal;
  border-radius: 15px;
  text-align: center;
  padding: 0px;
  position: absolute;
  top: 8px;
  margin-right: -5px;
  z-index: 3;
}

#footer-bar .badge-text {
  padding: 0px 5px;
}

.footer-clear {
  padding-bottom: calc(100px + env(safe-area-inset-bottom)) !important;
}

.iosTabBar {
  height: 65px !important;
  transform: translateY(env(safe-area-inset-bottom));
}

#footer-bar.position-relative {
  z-index: 90 !important;
}

.footer-bar-no-text i {
  padding-top: 8px;
}

#footer-bar .circle-nav-1 * {
  color: #fff !important;
}

#footer-bar .circle-nav-1::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

#footer-bar .circle-nav-2 i {
  color: #fff !important;
  transform: translateY(-18px);
  font-size: 20px !important;
}

#footer-bar .circle-nav-2::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -25px;
  border-radius: 20px;
  z-index: -1;
}

#footer-bar .circle-nav-2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -5px;
  border-radius: 20px;
  background: inherit;
  z-index: -1;
  transform: scale(0.75) translate(-55%, -45%);
  filter: blur(8px);
}

#footer-bar .btn {
  margin: 0px 10px;
  margin-top: 15px;
  font-size: 12px;
  height: 35px;
  line-height: 25px;
  padding: 5px 15px;
}

/*Selected Styles*/
.footer-bar-1 span {
  transform: translateY(2px);
}

.footer-bar-1 i {
  transform: translateY(-2px);
}

.footer-bar-1.footer-bar-no-text .circle-nav-1 i {
  font-size: 20px !important;
  transform: translateY(-2px) !important;
}

.footer-bar-3 .active-nav i,
.footer-bar-3 .active-nav span {
  transform: translateY(-3px);
}

.footer-bar-4 .active-nav * {
  color: #fff !important;
}

.footer-bar-detached {
  border-radius: 25px;
  left: 7px !important;
  right: 7px !important;
  bottom: 15px !important;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1) !important;
}

#footer-bar:not(.iosTabBar) {
  /*bottom: 15px !important;*/
}

.theme-light #footer-bar {
  background-color: rgba(255, 255, 255, 0.95);
}

.theme-light #footer-bar a {
  color: #0f1117;
  opacity: 0.7;
}

.theme-dark #footer-bar {
  background-color: #212833;
}

.theme-dark #footer-bar a {
  color: #96999c;
}

/*Utility / Secondary Classes*/
/*Rounded Borders*/
.rounded-0 {
  border-radius: 0px !important;
}

.rounded-xxs {
  border-radius: 2px !important;
}

.rounded-xs {
  border-radius: 8px !important;
}

.rounded-s {
  border-radius: 15px !important;
}

.rounded-m {
  border-radius: 20px !important;
}

.rounded-l {
  border-radius: 25px !important;
}

.rounded-xl {
  border-radius: 30px !important;
}

.rounded-xxl {
  border-radius: 35px !important;
}

.rounded-top {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-bottom {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

/*Shadows*/
.shadow-0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.shadow-xxs {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03) !important;
}

.shadow-xs {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.04) !important;
}

.shadow-s {
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-m {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08) !important;
}

.shadow-l {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.12) !important;
}

.shadow-xl {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.18) !important;
}

.shadow-xxl {
  box-shadow: 0 14px 15px 0 rgba(0, 0, 0, 0.18) !important;
}

/*Borders*/
.border-xxs {
  border-width: 1px !important;
}

.border-xs {
  border-width: 2px !important;
}

.border-s {
  border-width: 3px !important;
}

.border-m {
  border-width: 4px !important;
}

.border-l {
  border-width: 5px !important;
}

.border-xl {
  border-width: 6px !important;
}

.border-xxl {
  border-width: 7px !important;
}

/*Line Height Control*/
.line-height-xxs {
  line-height: 12px !important;
}

.line-height-xs {
  line-height: 14px !important;
}

.line-height-s {
  line-height: 18px !important;
}

.line-height-m {
  line-height: 24px !important;
}

.line-height-l {
  line-height: 26px !important;
}

.line-height-xl {
  line-height: 32px !important;
}

.line-height-xxl {
  line-height: 46px !important;
}

/*Text Shadow*/
.text-shadow-s {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.text-shadow-l {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

/*Boxed Text*/
.boxed-text-xl,
.boxed-text-l,
.boxed-text-m,
.boxed-text-s {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.boxed-text-xl {
  width: 90%;
  max-width: 340px;
}

.boxed-text-l {
  width: 85%;
  max-width: 300px;
}

.boxed-text-m {
  width: 80%;
  max-width: 300px;
}

.boxed-text-s {
  width: 70%;
  max-width: 260px;
}

/*Font Weights*/
.font-200 {
  font-weight: 200 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-700 {
  font-weight: 600 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.font-900 {
  font-weight: 900 !important;
}

/*Opacity Values - Used for Contrasting Text, example opacity-30 will make the opacity 0.3*/
.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-85 {
  opacity: 0.85 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

/*Font Array - Better Typography Control, example font-30 class will make the font size 30px*/
.font-8 {
  font-size: 8px !important;
}

.font-9 {
  font-size: 9px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-27 {
  font-size: 27px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-29 {
  font-size: 29px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-31 {
  font-size: 31px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-33 {
  font-size: 33px !important;
}

.font-34 {
  font-size: 34px !important;
}

.font-35 {
  font-size: 35px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-37 {
  font-size: 37px !important;
}

.font-38 {
  font-size: 38px !important;
}

.font-39 {
  font-size: 39px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-41 {
  font-size: 41px !important;
}

.font-42 {
  font-size: 42px !important;
}

.font-43 {
  font-size: 43px !important;
}

.font-44 {
  font-size: 44px !important;
}

.font-45 {
  font-size: 45px !important;
}

.font-46 {
  font-size: 46px !important;
}

.font-47 {
  font-size: 47px !important;
}

.font-48 {
  font-size: 48px !important;
}

.font-49 {
  font-size: 49px !important;
}

.font-50 {
  font-size: 50px !important;
}

/*Scaling Animation*/
@keyframes scale-animation {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.05, 1.05);
  }

  0% {
    transform: scale(1, 1);
  }
}

.scale-box {
  animation: scale-animation 1.5s;
  animation-iteration-count: infinite;
}

@keyframes scale-icon {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.3, 1.3);
  }

  0% {
    transform: scale(1, 1);
  }
}

.scale-icon {
  animation: scale-icon 1.5s;
  animation-iteration-count: infinite;
}

/*Control Classes*/
::-webkit-scrollbar {
  display: none;
}

img.mx-auto {
  display: block;
}

.disabled {
  display: none !important;
}

.no-click {
  pointer-events: none !important;
}

.no-outline {
  outline: none !important;
}

.notch-clear {
  padding-top: calc(0px + (constant(safe-area-inset-top)) * 0.8) !important;
  padding-top: calc(0px + (env(safe-area-inset-top)) * 0.8) !important;
}

.notch-push {
  transform: translateY(-150%) !important;
  top: calc(0px + (constant(safe-area-inset-top)) * 0.8) !important;
  top: calc(0px + (env(safe-area-inset-top)) * 0.8) !important;
}

/*Hide Show Based on Color Scheme*/
.theme-dark .show-on-theme-dark {
  display: block;
}

.theme-dark .show-on-theme-light {
  display: none;
}

.theme-light .show-on-theme-light {
  display: block;
}

.theme-light .show-on-theme-dark {
  display: none;
}

.theme-dark .glass-effect,
.theme-light .glass-effect {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.theme-dark .glass-effect {
  background-color: rgba(0, 0, 0, 0.85);
}

.theme-light .glass-effect {
  background-color: rgba(255, 255, 255, 0.85);
}

.theme-dark .btn-close {
  filter: invert(100%);
}

.rounded-end {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-start {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.list-menu-large {
  padding-bottom: 15px;
}

.list-menu-large a {
  border: 0px;
  line-height: 31px;
}

.list-menu-large a div {
  font-family: "PlusJakartaSans-Bold";
  font-size: 14px;
  padding-left: 20px;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.6px;
}

.list-menu-large a i:first-child {
  text-align: center !important;
  padding: 0px !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  border-radius: 12px;
  font-size: 13px;
}

.list-menu-small {
  padding-bottom: 15px;
  margin-left: -5px;
}

.list-menu-small a {
  border: 0px;
  height: 36px;
}

.list-menu-small a div {
  font-family: "PlusJakartaSans-Bold";
  font-size: 14px;
  padding-left: 10px;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.6px;
}

.list-menu-small a i:first-child {
  text-align: center;
  padding: 0px !important;
  width: 34px !important;
  height: 25px !important;
  line-height: 27px !important;
}

.list-menu-small a i:last-child,
.list-menu-large a i:last-child {
  width: 20px;
  text-align: center;
}

/*Scaling Animation*/
@keyframes activeAnimation {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  0% {
    transform: scale(1, 1);
  }
}

.list-menu-large .list-group-item-active i:first-child {
  animation: activeAnimation 1.1s;
  animation-iteration-count: infinite;
}

.list-menu-large .list-group-item-active i:last-child:after {
  content: "●";
  font-style: normal;
  position: absolute;
  font-size: 20px;
  height: 50px;
  top: 1px;
  right: 3px;
  line-height: 26px;
  color: #78a943;
}

.list-menu-large .list-submenu .list-group-item i:last-child:after {
  top: -2px;
}

.list-group-item i {
  transition: all 350ms ease;
}

.list-submenu {
  height: 0px;
  overflow: hidden;
  transition: all 350ms ease;
}

.list-group-item.submenu-active i:last-child {
  color: red;
  transform: translateY(-50%) rotate(45deg);
}

.list-submenu a:first-child {
  padding-top: 10px !important;
}

.list-submenu a:last-child {
  padding-bottom: 10px !important;
}

.list-submenu a * {
  line-height: 25px;
}

.list-submenu div {
  padding-left: 5px !important;
}

.theme-dark .list-menu-small div,
.theme-dark .list-menu-large div {
  color: #fff !important;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__container {
  position: relative;
  box-sizing: border-box;
}

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform;
}

.splide.is-active .splide__list {
  display: flex;
}

.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}

.splide {
  visibility: hidden;
}

.splide,
.splide__slide {
  position: relative;
  outline: none;
}

.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite;
}

.splide__track {
  position: relative;
  z-index: 0;
}

.splide--draggable>.splide__track>.splide__list>.splide__slide {
  -webkit-user-select: none;
  user-select: none;
}

.splide--fade>.splide__track>.splide__list {
  display: block;
}

.splide--fade>.splide__track>.splide__list>.splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb>.splide__track>.splide__list {
  display: block;
}

.splide--ttb>.splide__pagination {
  width: auto;
}

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: 0.7;
  background: #ccc;
}

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
}

.splide__arrow:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 0px 7px;
  padding: 0;
  transition: transform 0.2s linear;
  border: none;
  opacity: 0.7;
}

.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #fff;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc;
}

.splide--nav>.splide__track>.splide__list>.splide__slide {
  border: 3px solid transparent;
}

.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
  border-color: #000;
}

.splide--nav>.splide__track>.splide__list>.splide__slide:focus {
  outline: none;
}

.splide--rtl>.splide__arrows .splide__arrow--prev,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide--rtl>.splide__arrows .splide__arrow--prev svg,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl>.splide__arrows .splide__arrow--next,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl>.splide__arrows .splide__arrow--next svg,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb>.splide__arrows .splide__arrow,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide--ttb>.splide__arrows .splide__arrow--prev,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb>.splide__arrows .splide__arrow--prev svg,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide--ttb>.splide__arrows .splide__arrow--next,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide--ttb>.splide__arrows .splide__arrow--next svg,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide--ttb>.splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: 0.5em;
  transform: translateY(50%);
}

.slider-cover-dots .splide__pagination {
  transform: translate(-50%, -40px) !important;
}

.splide .card {
  background-size: cover;
  background-position: center center;
}

.slider-no-dots .splide__pagination {
  display: none;
}

.slider-no-dots .splide__arrows {
  display: none;
}

.slider-boxed .splide__slide {
  padding: 0px 15px 0px 15px;
}

.slider-visible {
  padding-right: 60px;
}

.slider-visible .splide__slide {
  padding: 0px 7.5px 0px 15px;
}

.slider-visible-center {
  padding: 0px 30px 0px 30px;
}

.slider-visible-center .splide__slide {
  padding: 0px 10px 0px 10px;
}

.splide .splide__arrow--prev {
  margin-left: 20px !important;
}

.splide .splide__arrow--next {
  margin-right: 20px !important;
}

.splide.slider-dots-under .splide__pagination {
  bottom: -30px;
}

.slider-boxed.triple-slider {
  margin-left: 7px;
  margin-right: 7px;
}

.slider-boxed.triple-slider .splide__slide {
  padding: 0px 7.5px 0px 7.5px;
}

.slider-visible.triple-slider {
  margin-left: 7px;
}

.slider-visible.triple-slider .splide__slide {
  padding: 0px 7.5px 0px 7.5px;
}

.slider-visible-center.triple-slider .splide__slide {
  padding: 0px 7.5px 0px 7.5px;
}

.slider-visible.quad-slider {
  margin-left: 7px;
  margin-right: -15px;
}

.slider-visible.quad-slider .splide__slide {
  padding: 0px 10px 0px 10px;
}

.slider-visible-center.quad-slider .splide__slide {
  padding: 0px 10px 0px 10px;
}

/*List Groups*/
.list-group .active {
  background-color: #924be1 !important;
  border-color: #924be1 !important;
}

.list-group * {
  font-family: "PlusJakartaSans";
}

.list-group strong {
  font-family: "PlusJakartaSans-Bold";
}

.list-group-s .list-group-item {
  padding-top: 9px;
  padding-bottom: 9px;
}

.list-group-m .list-group-item {
  padding-top: 11px;
  padding-bottom: 11px;
}

.list-group-l .list-group-item {
  padding-top: 13px;
  padding-bottom: 13px;
}

.list-custom {
  overflow: hidden;
}

.list-group .badge {
  font-size: 10px;
  padding-top: 4px;
  color: #fff;
  background-color: #4a89dc;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.list-group .active .badge {
  background-color: #fff;
  color: #000;
}

.list-group i:first-child {
  padding-right: 8px;
  display: inline-block;
  width: 25px;
}

.list-group i:last-child {
  font-size: 8px;
  position: absolute;
  right: 15px;
  transform: translateY(-50%);
  top: 50%;
}

.list-custom *:not(.list-submenu) {
  overflow: visible !important;
}

.list-custom .list-group-item {
  display: flex;
}

.list-custom.list-group-flush .list-group-item {
  padding-left: 0px;
  padding-right: 0px;
}

.list-custom.list-group-flush i:last-child {
  right: 0px;
}

.list-custom.list-group-flush i:first-child:not(.has-bg) {
  margin-right: -5px;
}

.list-custom.list-group-flush .badge {
  margin-right: -14px;
}

.list-custom .list-group-item * {
  align-self: center;
  cursor: pointer;
}

.list-custom .list-group-item i,
.list-custom .list-group-item div {
  display: block;
}

.list-custom .list-group-item i:first-child:not(.has-bg) {
  padding-right: 34px;
  margin-right: -5px;
  padding-left: 0px;
}

.list-custom .list-group-item i.has-bg {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0px;
  margin-right: 15px;
}

.list-custom .list-group-item span:not(.badge) {
  pointer-events: none;
  display: block;
  font-size: 11px;
  margin-top: -8px;
  font-weight: 400;
  opacity: 0.4;
}

.list-custom .list-group-item strong {
  pointer-events: none;
  line-height: 28px;
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.list-custom .ios-switch,
.list-custom .android-switch {
  z-index: 97;
  position: relative;
  margin-left: auto;
  margin-right: -5px;
  transform-origin: 100% 50%;
}

.check-visited .visited-link i:last-child::after {
  font-family: "bootstrap-icons";
  font-style: normal;
  position: absolute;
  right: 0px;
  font-size: 16px;
  margin-top: 0.5px;
  content: "";
  opacity: 1;
  color: #a0d468;
}

.icon-list {
  list-style: none;
  padding-left: 0px;
}

.icon-list i {
  padding-right: 10px;
}

.theme-light .list-group * {
  border-color: rgba(0, 0, 0, 0.24);
}

.theme-light .list-custom a:hover {
  color: #000;
  opacity: 1 !important;
}

.theme-dark .list-custom a:hover {
  color: #fff;
  opacity: 1 !important;
}

.theme-dark .list-group * {
  border-color: rgba(255, 255, 255, 0.05);
}

.theme-dark .list-group-item {
  background-color: #1b212d;
  color: #fff;
}

.card {
  background-size: cover;
  background-position: center center;
}

.card-fixed,
.card-fixed .card-overlay {
  border-radius: 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.card-style {
  border-radius: 1rem;
  margin: 0px 15px 30px 15px;
  border: none;
  box-shadow: rgb(0 0 0 / 40%) 0px 0px 15px -5px;
  /*box-shadow: rgba(0, 0, 0, 0.03) 0px 20px 25px -5px, rgba(0, 0, 0, 0.02) 0px 10px 10px -5px;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.card-style-banner {
  /* border-radius: 1rem; */
  margin: 0px 15px 30px 15px;
  background-color: transparent;
  border: none;
  /* box-shadow: rgb(0 0 0 / 40%) 0px 0px 15px -5px; */
  /*box-shadow: rgba(0, 0, 0, 0.03) 0px 20px 25px -5px, rgba(0, 0, 0, 0.02) 0px 10px 10px -5px;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.card-overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 22px;
}

.card-body,
.card-top,
.card-center,
.card-bottom {
  z-index: 3;
}

.card-top,
.card-center,
.card-bottom {
  z-index: 3;
  position: absolute;
  left: 0px;
  right: 0px;
}

.card-top {
  top: 0px;
}

.card-center {
  top: 50%;
  transform: translateY(-50%);
}

.card-bottom {
  bottom: 0px;
}

.card-over {
  z-index: 3;
}

.card-inter {
  z-index: 2;
}

.card-under {
  z-index: 1;
}

.shadow-card:after {
  transform: scale(0.95) translateY(10px) translateZ(-36px);
  filter: blur(12px);
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-color: inherit;
  z-index: -1;
}

.shadow-card {
  overflow: visible;
}

.shadow-card .card-overlay {
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
}

.shadow-card-s::after {
  transform: scale(0.8) translateY(15px) translateZ(-26px);
  filter: blur(12px);
}

.shadow-card-m::after {
  transform: scale(0.85) translateY(15px) translateZ(-36px);
  filter: blur(12px);
}

.shadow-card-l::after {
  transform: scale(0.95) translateY(15px) translateZ(-46px);
  filter: blur(12px);
}

.theme-light .shadow-card:after {
  opacity: 0.8;
}

.theme-dark .shadow-card:after {
  opacity: 0.3;
}

/*Dividers*/
.divider {
  position: relative;
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}

.divider-margins {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

divider:after {
  content: "";
  display: table;
  clear: both;
}

.divider-icon i {
  position: absolute;
  left: 50%;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 50px;
  margin-top: -24px;
  transform: translate(-50%);
  z-index: 6;
}

.divider-icon em {
  position: absolute;
  content: "";
  height: 2px;
  left: 50%;
  width: 44px;
  background-color: #f0f0f0;
  margin-left: -22px;
  top: 50%;
  margin-top: -1px;
  z-index: 5;
}

.divider-faded {
  background-color: transparent;
  background-image: linear-gradient(left,
      rgba(0, 0, 0, 0.01) 2%,
      rgba(0, 0, 0, 0.2) 50%,
      rgba(0, 0, 0, 0.01) 98%);
  background-image: -webkit-linear-gradient(left,
      rgba(0, 0, 0, 0.01) 2%,
      rgba(0, 0, 0, 0.2) 50%,
      rgba(0, 0, 0, 0.01) 98%);
}

.divider-faded i {
  position: absolute;
  left: 50%;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  margin-top: -22px;
  transform: translate(-50%);
  z-index: 6;
}

/*Size Settings*/
.divider-s i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin-top: -20px;
}

.divider-m i {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 19px;
  margin-top: -22px;
}

.divider-l i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 21px;
  margin-top: -24px;
}

.divider-s:not(.divider-icon):not(.divider-faded) {
  width: 50px;
  height: 3px;
}

.divider-m:not(.divider-icon):not(.divider-faded) {
  width: 75px;
  height: 3px;
}

.divider-l:not(.divider-icon):not(.divider-faded) {
  width: 107.5px;
  height: 3px;
}

/*Dark Settings*/
.theme-dark .divider {
  background-color: rgba(255, 255, 255, 0.05);
}

.theme-dark .divider em {
  background-color: #0f1117;
}

.theme-dark .divider-faded {
  background-color: transparent;
  background-image: linear-gradient(left,
      rgba(255, 255, 255, 0.01) 2%,
      rgba(255, 255, 255, 0.1) 50%,
      rgba(255, 255, 255, 0.01) 98%);
  background-image: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0.01) 2%,
      rgba(255, 255, 255, 0.1) 50%,
      rgba(255, 255, 255, 0.01) 98%);
}

.icon {
  line-height: 0px;
  display: inline-block;
  text-align: center;
  transition: all 120ms ease;
}

.icon:hover {
  opacity: 0.9;
}

.icon:not(.icon-border):active {
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5) !important;
}

.icon {
  font-family: "PlusJakartaSans-Bold";
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 12px;
  font-size: 14px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  transform: translateY(2px);
}

.icon .badge {
  position: absolute;
  font-size: 11px;
  text-align: center;
  padding: 3px 4px 2px 5px;
  font-style: normal;
  margin-top: -3px;
}

.icon-xxs {
  font-size: 12px;
  height: 34px;
  line-height: 34px;
  width: 34px;
  transform: translateY(0px);
}

.icon-xs {
  font-size: 11px;
  height: 38px;
  line-height: 38px;
  width: 38px;
  transform: translateY(0px);
}

.icon-s {
  font-size: 11px;
  height: 42px;
  line-height: 42px;
  width: 42px;
  transform: translateY(0px);
}

.icon-m {
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  width: 45px;
  transform: translateY(2px);
}

.icon-l {
  font-size: 16px;
  height: 49px;
  line-height: 49px;
  width: 49px;
  transform: translateY(2px);
}

.icon-xl {
  font-size: 16px;
  height: 51px;
  line-height: 51px;
  width: 51px;
  transform: translateY(2px);
}

.icon-xxl {
  font-size: 17px;
  height: 65px;
  line-height: 65px;
  width: 65px;
  transform: translateY(2px);
}

/*Buttons*/
.btn {
  color: #fff;
  display: inline-block;
  transition: all 120ms ease;
}

.btn:hover {
  opacity: 0.9;
  color: #fff;
}

.btn:focus {
  box-shadow: none !important;
}

.btn:not(.btn-border):active {
  box-shadow: 200px 200px 0px 200px rgba(0, 0, 0, 0.18) inset;
  -webkit-box-shadow: 200px 200px 0px 200px rgba(0, 0, 0, 0.18) inset;
  -moz-box-shadow: 200px 200px 0px 200px rgba(0, 0, 0, 0.18) inset;
}

.btn {
  font-family: "PlusJakartaSans-Bold";
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 12px;
  font-size: 13px;
  padding: 14px 20px !important;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.1);
}

.btn-3d {
  border-bottom-width: 4px !important;
  border-left: none;
  border-right: none;
  border-top: none;
}

.btn-3d:hover {
  opacity: 1 !important;
  border-bottom: solid 0px rgba(255, 255, 255, 0) !important;
}

.btn-3d:active {
  opacity: 1 !important;
  border-bottom: solid 0px rgba(255, 255, 255, 0) !important;
}

.btn-download {
    color: white;
    border-radius: 5px;
    border: 1px solid #af6bfd;
     padding: 8px 8px !important;
    /* padding: 6px 10px!important; */
    /* padding-right: 0 !important; */
    height: 45px;
    line-height: 15px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 8px; */
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    text-decoration: none;
    box-sizing: border-box;
    text-transform: unset;
    font-weight: 600;
    max-width: 150px;
}


.btn-xxxs {
  font-size: 10px;
  padding: 2px 10px;
}

.btn-xxs {
  font-size: 11px;
  padding: 8px 13px;
}

.btn-xs {
  font-size: 12px;
  padding: 9px 14px;
}

.btn-s {
  font-size: 12px;
  padding: 12px 18px;
}

.btn-m {
  font-size: 13px;
  padding: 13px 20px;
}

.btn-l {
  font-size: 14px;
  padding: 13px 22px;
}

.btn-xl {
  font-size: 15px;
  padding: 14px 24px;
}

.btn-xxl {
  font-size: 15px;
  padding: 15px 28px;
}

.btn-full {
  display: block;
}

.btn .badge {
  font-size: 9px;
  margin-left: 10px;
  padding: 3px 5px;
  border-radius: 5px;
}

.btn .badge-border {
  border: solid 1px #fff;
  color: #fff;
}

.btn .badge-shadow {
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3) !important;
  color: #fff;
}


/*Accordions*/
.accordion-s .accordion-button {
  height: 45px;
}

.accordion-m .accordion-button {
  height: 49px;
}

.accordion-l .accordion-button {
  height: 53px;
}

.accordion {
  overflow: hidden;
  border: 0px;
}

.accordion * {
  background-color: transparent;
}

.accordion .accordion-item:first-child {
  border-top: 0px;
}

.accordion .accordion-item:last-child {
  border-bottom: 0px;
}

.accordion .accordion-item {
  border-color: rgba(0, 0, 0, 0.02);
}

.accordion-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.accordion-button {
  font-family: "PlusJakartaSans-Bold";
}

.accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.05);
}

.accordion-item.border-bottom-0 {
  border-bottom: 0px !important;
  margin-bottom: -1px !important;
}

.accordion-button::after {
  background-image: none !important;
}

.accordion-button[aria-expanded="true"] {
  color: initial !important;
}

.accordion-button[aria-expanded="true"] i:last-child {
  color: red;
  transform: rotate(180deg);
}

.accordion-button[aria-expanded="true"] i:first-child {
  transform: scale(1.2, 1.2);
}

.accordion-button i:last-child {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0px;
  width: 40px;
  height: 40px;
  color: #1f1f1f;
  text-align: center;
  line-height: 40px;
}

.accordion.no-border *,
.accordion.border-0 * {
  border: none;
  box-shadow: none !important;
}

.theme-dark .accordion-button,
.theme-dark .accordion-button[aria-expanded="true"] {
  color: #fff !important;
}

.theme-dark .accordion-button.collapsed i {
  color: #fff;
}

.theme-dark .accordion .accordion-item {
  border-color: rgba(255, 255, 255, 0.02);
}

.theme-dark .accordion-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.05);
}

.accordion-item.border {
  border-width: 1px !important;
  border-style: solid !important;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

.tab-controls button {
  background-color: transparent;
  border: 2px solid transparent;
  color: #7c7e85;
}

.tab-controls .active {
  background-color: transparent;
  border-bottom: 2px solid rgb(97, 160, 248);
  border-radius: 0px !important;
  color: rgb(97, 160, 248);
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*Tabs*/
.tabs a[aria-expanded="true"] {
  pointer-events: none;
}

.tabs .tab-controls {
  font-weight: 600;
  font-family: "PlusJakartaSans-Bold";
}

.tabs-box .tab-controls {
  overflow: hidden;
  display: flex;
  border: solid 1px rgba(0, 0, 0, 0.07);
}

.tabs-box .tab-controls a:last-child {
  border-right: none !important;
}

.tabs-box .tab-controls a {
  transition: all 200ms ease;
  overflow: hidden;
  text-align: center;
  border-right: solid 1px rgba(0, 0, 0, 0.07);
  width: 100%;
  margin: auto;
  color: #000;
  line-height: 38px;
}

.tabs-box a[aria-expanded="true"] {
  background-color: #4a89dc;
  border-color: #4a89dc;
  color: #fff !important;
}

.tabs-pill .tab-controls {
  background-color: rgba(0, 0, 0, 0.07);
  overflow: hidden;
  display: flex;
}

.tabs-pill .tab-controls a {
  transition: all 200ms ease;
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin: auto;
  color: #000;
  line-height: 35px;
}

.tabs-pill a[aria-expanded="true"] {
  background-color: #924be1;
  border-color: #a76ee7;
  color: #fff !important;
}

.tabs-links .tab-controls {
  background-color: rgba(0, 0, 0, 0.07);
}

.tabs-links .tab-controls {
  overflow: hidden;
  display: flex;
}

.tabs-links .tab-controls a {
  transition: all 200ms ease;
  overflow: hidden;
  text-align: center;
  padding: 2px 12px;
  color: #000;
}

.tabs-links a[aria-expanded="true"] {
  background-color: #4a89dc;
  border-color: #4a89dc;
  color: #fff !important;
}

.tabs-icons .tab-controls a * {
  display: block;
  font-weight: 400;
}

.tabs-icons .tab-controls {
  overflow: hidden;
  display: flex;
  margin: auto -15px auto -15px;
}

.tabs-icons a[aria-expanded="true"] * {
  opacity: 1 !important;
}

.tabs-icons a[aria-expanded="true"] {
  color: #4a89dc !important;
}

.tabs-icons .tab-controls a {
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin: auto;
  color: #000;
  line-height: 20px;
}

.tabs-borders .tab-controls {
  overflow: hidden;
  display: flex;
}

.tabs-borders .tab-controls a {
  transition: all 200ms ease;
  overflow: hidden;
  text-align: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.07);
  width: 100%;
  margin: auto;
  color: #000;
  line-height: 40px;
}

.tabs-borders a[aria-expanded="true"] {
  color: #4a89dc !important;
  border-color: #4a89dc !important;
}

.tabs-cards {
  margin: 0px 15px 30px 15px;
}

.tabs-cards .card-style {
  overflow: visible;
  border-top-left-radius: 0px;
  margin: 6px 0px 30px 0px;
}

.tabs-cards .tab-controls a {
  transition: all 200ms ease;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #1f1f1f;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 12px 22px 18px 22px;
}

.tabs-cards .tab-controls a[aria-expanded="true"] {
  color: #4a89dc !important;
  background-color: #fff;
  padding: 14px 22px 20px 22px;
}

.theme-dark .tabs-box a {
  border: solid 1px rgba(255, 255, 255, 0.05);
}

.theme-dark .tabs-pill .tab-controls a {
  color: #fff;
}

.theme-dark .tabs-pill .tab-controls {
  /*background-color: rgba(255, 255, 255, 0.05) !important;*/
}

.theme-dark .tabs-links .tab-controls a {
  color: #fff;
}

.theme-dark .tabs-icons .tab-controls a {
  color: #fff;
}

.theme-dark .tabs-borders .tab-controls a {
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
  color: #fff;
}

.theme-dark .tabs-cards .tab-controls a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
}

.theme-dark .tabs-cards .tab-controls a[aria-expanded="true"] {
  background-color: #0f1117;
}

/*Switches*/
.switch-xs,
.switch-s,
.switch-m,
.switch-l {
  transform-origin: 100% 50%;
}

.switch-xs {
  transform: scale(0.6);
}

.switch-s {
  transform: scale(0.7);
}

.switch-m {
  transform: scale(0.8);
}

.switch-l {
  transform: scale(0.9);
}

.ios-switch input,
.android-switch input {
  display: none;
}

.android-switch,
.ios-switch {
  margin: 0px;
  padding: 0px;
  height: 32px;
  position: relative;
}

.android-switch *,
.ios-switch * {
  cursor: pointer !important;
}

/*iOS Switches*/
.ios-switch {
  width: 58px;
}

.ios-switch label::before {
  cursor: pointer;
  content: "";
  display: block !important;
  background-color: rgba(0, 0, 0, 0.07);
  pointer-events: all;
  margin-left: -1px;
  width: 58px !important;
  height: 32px !important;
  border-radius: 50px !important;
  transition: all 200ms ease;
}

.ios-switch i {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  z-index: 1;
  font-style: normal;
  transform: translateY(-50%);
}

.ios-switch i:first-child:not(.bi) {
  padding-left: 4px;
  margin-top: 0px;
}

.ios-switch i:last-child:not(.bi) {
  padding-right: 4px;
  margin-top: 0px;
}

.ios-switch i:first-child {
  left: 3px;
  margin-top: 1px;
}

.ios-switch i:last-child {
  right: 5px;
  margin-top: 1px;
}

.ios-switch label::after {
  cursor: pointer;
  position: relative;
  content: "";
  display: block !important;
  margin-top: -31px;
  z-index: 2;
  width: 30px !important;
  height: 30px !important;
  transition: all 250ms ease;
  border-radius: 50px !important;
  background-color: #fff;
  border: solid 1px rgba(152, 152, 152, 0.3);
  transition: all 200ms ease;
}

.ios-input:checked~.custom-control-label::after {
  transform: translateX(26px) !important;
}

.ios-input:checked~.custom-control-label::before {
  background-color: #4a89dc;
}

.switch-green .ios-input:checked~.custom-control-label::before {
  background-color: #8cc152 !important;
}

.switch-blue .ios-input:checked~.custom-control-label::before {
  background-color: #4a89dc !important;
}

.switch-red .ios-input:checked~.custom-control-label::before {
  background-color: #ed5565 !important;
}

/*Android Switches*/
.android-switch {
  width: 54px;
}

.android-switch label::before {
  display: block !important;
  content: "";
  pointer-events: all;
  margin-top: 5px;
  width: 53px !important;
  height: 17px !important;
  border-radius: 50px !important;
  background-color: rgba(0, 0, 0, 0.07);
  transition: all 250ms ease;
}

.android-switch label::after {
  display: block !important;
  content: "";
  border: solid 1px rgba(0, 0, 0, 0.07) !important;
  margin-top: -22px;
  width: 27px !important;
  height: 27px !important;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07) !important;
  border-radius: 50px !important;
  transition: all 250ms ease;
}

.android-input:checked~.custom-control-label::after {
  border: none !important;
  transform: translateX(27px) !important;
}

.android-switch-short {
  margin-right: -8px;
}

.android-switch-short.android-switch label::before {
  width: 43px !important;
}

.android-switch-short .android-input:checked~.custom-control-label::after {
  transform: translateX(18px) !important;
}

.switch-blue .android-input:checked~.custom-control-label::after {
  background-color: #4a89dc !important;
}

.switch-blue .android-input:checked~.custom-control-label::before {
  background-color: rgba(74, 137, 220, 0.5) !important;
}

.switch-green .android-input:checked~.custom-control-label::after {
  background-color: #8cc152 !important;
}

.switch-green .android-input:checked~.custom-control-label::before {
  background-color: rgba(139, 193, 82, 0.5) !important;
}

.switch-red .android-input:checked~.custom-control-label::after {
  background-color: #ed5565 !important;
}

.switch-red .android-input:checked~.custom-control-label::before {
  background-color: rgba(237, 85, 101, 0.5) !important;
}

.theme-dark .ios-switch label::before,
.theme-dark .android-switch label::before {
  background-color: rgba(255, 255, 255, 0.05);
}

/*Notifications*/
.notification-bar {
  opacity: 1 !important;
  position: fixed;
  top: calc(0px + (env(safe-area-inset-top)) * 1.1);
  left: 0px;
  right: 0px;
  transform: translateY(-120%);
  transition: all 250ms ease;
  z-index: 100 !important;
}

.notification-bar .toast-header {
  background-color: transparent !important;
}

.notification-bar.detached {
  left: 10px;
  right: 10px;
  top: calc(10px + (env(safe-area-inset-top)) * 1.1);
}

.notification-bar {
  overflow: hidden;
}

.notification-bar.show {
  transform: translateY(0%);
}

/*Theme Dark Settings*/
.theme-dark .notification-bar .toast-header {
  background-color: transparent !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.theme-dark .notification-bar .btn-close {
  background-color: #fff !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
  outline-color: rgba(74, 137, 220, 0.25);
  box-shadow: 0px 0px 0px 0px rgba(74, 137, 220, 0.25) !important;
  background-color: transparent;
}

input::placeholder,
textarea::placeholder,
select::placeholder,
input,
textarea,
select {
  font-size: 12px;
}

select {}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  transform: translateY(-5px) translateX(6px);
}

input {
  border-width: 1px !important;
}

.upload-file {
  height: 50px;
  position: absolute;
  width: 100%;
  opacity: 0;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: rgba(140, 193, 82, 0.3) !important;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: rgba(213, 25, 77, 0.3) !important;
}

/*Form Custom Text*/
.form-custom span {
  position: absolute;
  top: 0px;
  right: 10px;
  height: 53px;
  line-height: 53px;
  pointer-events: none;
  font-size: 9px;
  opacity: 0.5;
}

.form-custom .iti__country span {
  position: unset;
}

/*Form Icons*/
.form-custom input,
.form-custom select,
.form-custom textarea {
  height: 53px !important;
  padding: 13px 15px 0px 15px !important;
}

.form-custom label {
  line-height: 50px;
  padding: 0px 15px 0px 15px;
}

.form-custom.form-icon input,
.form-custom.form-icon select,
.form-custom.form-icon textarea {
  padding-left: 40px !important;
}

.form-custom.form-icon label {
  padding-left: 45px;
}

.form-custom.form-icon i {
  position: absolute;
  font-size: 16px;
  height: 53px;
  width: 40px;
  line-height: 53px;
  text-align: center;
}

.form-custom textarea {
  padding-top: 20px !important;
  line-height: 23px !important;
}

.form-custom textarea:focus {
  min-height: 150px;
}

.was-validated * {
  background-image: none !important;
}

.form-custom {
  position: relative;
  border: solid 1px rgba(228, 228, 228, 1);
}

.form-border * {
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
  border-radius: 0px !important;
}

.form-border.form-icon i {
  /*margin-left: -10px;*/
  margin-left: 0px;
}

.form-border.form-icon input,
.form-border.form-icon select,
.form-border.form-icon textarea {
  /*padding-left: 30px !important;*/
  padding-left: 40px !important;
}

.form-border.form-icon input#otp-phone-number,
.form-border.form-icon select#otp-phone-number,
.form-border.form-icon textarea#otp-phone-number {
  /*padding-left: 30px !important;*/
  padding-left: 80px !important;
}

.iti__selected-flag {
  margin-top: 0.05rem;
}

.form-border.form-icon label {
  padding-left: 33px !important;
}

.form-border.form-custom:not(.form-icon) input,
.form-border.form-custom:not(.form-icon) select,
.form-border.form-custom:not(.form-icon) textarea {
  padding-left: 2px !important;
}

.form-border.form-custom:not(.form-icon) label {
  padding-left: 0px !important;
}

.form-custom.form-floating input,
.form-custom.form-floating select,
.form-custom.form-floating textarea {
  padding-top: 15px !important;
}

.form-custom:not(.form-floating) * {
  padding-top: 0px !important;
}

.form-custom:not(.form-floating) textarea {
  padding-top: 15px !important;
}

.form-custom:not(.form-floating) input[type="date"] {
  line-height: 46px;
}

.form-custom.form-floating input[type="date"] {
  line-height: 36px;
}

input[type="range"] {
  -webkit-appearance: none;
}

.range-1 *,
.range-2 *,
.range-3 * {
  border-radius: 50%;
}

.range-1 input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 3px;
}

.range-1 input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  margin-top: -7px;
}

.range-2 input[type="range"]::-webkit-slider-runnable-track {
  height: 24px;
  border-radius: 20px;
  padding: 0px 2px;
}

.range-2 input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  margin-top: 2px;
}

.range-3 input[type="range"]::-webkit-slider-runnable-track {
  height: 2px;
  border-radius: 20px;
  padding: 0px 2px;
}

.range-3 input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.15);
  margin-top: -11px;
  box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
}

.stepper {
  width: 102px;
}

.stepper:after {
  content: "";
  display: table;
  clear: both;
}

.stepper input {
  height: 33px;
  width: 33px;
  float: left;
  border: none !important;
  text-align: center;
  display: block;
  line-height: 33px;
  font-size: 11px !important;
  background-color: transparent;
}

.stepper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.stepper a {
  text-align: center;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 9px;
}

.stepper * {
  outline: none !important;
}

.theme-dark .form-custom label {
  color: rgba(255, 255, 255, 0.4);
}

.theme-dark .form-custom * {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.9);
}

.theme-dark .form-custom input,
.theme-dark .form-custom textarea,
.theme-dark .form-custom select {
  border: solid 1px rgba(255, 255, 255, 0.1);
}

.theme-light .form-custom input,
.theme-light .form-custom textarea,
.theme-light .form-custom select {
  /*border: solid 1px rgba(0, 0, 0, 0.07);*/
  border: solid 1px rgba(0, 0, 0, 0);
}

.theme-dark .range-1 input[type="range"]::-webkit-slider-runnable-track,
.theme-dark .range-2 input[type="range"]::-webkit-slider-runnable-track,
.theme-dark .range-3 input[type="range"]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.theme-light .stepper {
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.theme-light .stepper a:last-child {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}

.theme-light .stepper a:first-child {
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.theme-dark .stepper {
  border: solid 1px rgba(255, 255, 255, 0.1);
}

.theme-dark .stepper a:last-child {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}

.theme-dark .stepper a:first-child {
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.form-label label {
  position: absolute;
  top: -5px;
  background-color: #fff;
  height: 10px;
  line-height: 10px;
  left: 0px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "PlusJakartaSans-Bold";
  font-weight: 700;
  opacity: 0;
  transition: all 350ms ease;
  background-color: #fff;
  padding-left: 2px !important;
  padding-right: 5px !important;
}

.form-label:not(.form-icon) label {
  transform: translateX(10px) !important;
}

.form-label.form-icon label {
  transform: translateX(40px) !important;
}

.form-label.form-border label {
  transform: translateX(0px) !important;
}

.form-label-active {
  opacity: 1 !important;
}

.form-label-always-active {
  opacity: 1 !important;
}

.form-label:not(.form-icon) label {
  margin-left: 2px !important;
}

.form-label.form-icon label {
  margin-left: -32px !important;
}

.form-label:not(.form-icon) label {
  margin-left: 2px !important;
}

.form-label.form-border.form-icon label {
  margin-left: -32px !important;
  margin-top: 2px;
}

.form-label.form-border i {
  margin-top: -4px;
}

.form-label.form-border input,
.form-label.form-border select,
.form-label.form-border textarea {
  height: 45px !important;
}

.form-label.form-border textarea {
  padding-top: 10px !important;
}

.no-animation * {
  transition: all 250ms ease !important;
}

.form-custom *,
.form-custom *:after,
.form-custom *:before {
  background-color: transparent !important;
}

.iti__country-list {
  background-color: white !important;
}

.iti__country-name {
  color: #000 !important;
  font-size: 12px !important;
}

.iti__dial-code {
  color: #000 !important;
  font-size: 12px !important;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.form-check-custom {
  margin-left: -30px;
  margin-right: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  width: auto;
  display: block;
}

.form-check-custom input {
  position: absolute !important;
  transform: translateX(-10000px);
}

.form-check-custom input:checked~.is-unchecked {
  opacity: 0 !important;
  display: none !important;
}

.form-check-custom input:checked~.is-checked {
  display: block;
}

.form-check-custom i {
  width: 20px;
  text-align: center;
  pointer-events: none;
  position: absolute;
  left: 30px;
  top: 0px;
  font-size: 15px;
  height: 24px;
  line-height: 24px;
}

.form-check-custom label {
  cursor: pointer;
  font-size: 13px;
  padding: 0px 15px 0px 40px;
}

.form-check-custom .is-checked {
  display: none;
}

.offcanvas {
  display: none;
}

.offcanvas-modal {
  transform: translate(-50%, -50%) scale(0.8, 0.8) !important;
  top: 50%;
  left: 50%;
  bottom: auto !important;
  right: auto !important;
  opacity: 0;
}

.offcanvas-modal.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1, 1) !important;
}

.offcanvas,
.modal-backdrop {
  transition: all 300ms ease !important;
}

[data-bs-toggle]:focus,
[data-bs-dismiss]:focus {
  outline: none !important;
}

.offcanvas-top {
  bottom: auto;
  margin-top: calc(10px + env(safe-area-inset-top));
}

.offcanvas-bottom {
  top: auto;
}

.offcanvas-start {
  right: auto;
}

.offcanvas-end {
  left: auto;
}

.offcanvas-bottom,
.offcanvas-top {
  height: auto;
}

.offcanvas-start,
.offcanvas-end {
  width: auto;
}

.menu-size {
  overflow-y: scroll;
}

.menu-size::-webkit-scrollbar {
  display: none;
}

.offcanvas-bottom:not(.offcanvas-detached) {
  bottom: env(safe-area-inset-bottom) !important;
}

.offcanvas-detached.offcanvas-start {
  left: 10px;
  top: calc(10px + env(safe-area-inset-top));
  bottom: calc(10px + env(safe-area-inset-bottom));
}

.offcanvas-detached.offcanvas-start:not(.show) {
  transform: translateX(-120%);
}

.offcanvas-detached.offcanvas-end {
  right: 10px;
  top: calc(10px + env(safe-area-inset-top));
  bottom: calc(10px + env(safe-area-inset-bottom));
}

.offcanvas-detached.offcanvas-end:not(.show) {
  transform: translateX(120%);
}

.offcanvas-detached.offcanvas-top {
  left: 10px;
  right: 10px;
  top: 10px;
}

.offcanvas-detached.offcanvas-top:not(.show) {
  transform: translateY(-120%);
}

.offcanvas-detached.offcanvas-bottom {
  left: 10px;
  right: 10px;
  bottom: calc(10px + env(safe-area-inset-bottom));
}

.offcanvas-detached.offcanvas-bottom:not(.show) {
  transform: translateY(120%);
}

.offcanvas {
  -webkit-backdrop-filter: saturate(100%) blur(0px);
  backdrop-filter: saturate(100%) blur(0px);
  background-color: #fff;
  pointer-events: none;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 9999 !important;
  border: 0px !important;
}

.offcanvas .list-group,
.offcanvas .list-group-item {
  background-color: transparent !important;
}

.offcanvas.show {
  pointer-events: all !important;
}

.theme-dark .offcanvas {
  background-color: rgba(19, 30, 43, 0.4);
}

.theme-light .modal-backdrop.show {
  opacity: 0.3 !important;
}

.theme-dark .modal-backdrop.show {
  opacity: 0.5 !important;
}

/*
.offcanvas:after{
	content:'';
	position:fixed;
	top:inherit;
	left:inherit;
	right:inherit;
	bottom:inherit;
	height:inherit;
	background-color:#000;
	border-radius:inherit;
	z-index:-1;
	width:inherit;

}

.theme-dark .offcanvas:after{background-color:rgba(255,255,255,0.05)!important;}
.theme-light .offcanvas:after{background-color:rgba(255,255,255,0.2)!important;}
*/
/*Prealoder*/
#preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  transition: all 200ms ease;
}

#preloader .spinner-border {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
}

.preloader-hide {
  opacity: 0;
  pointer-events: none;
  transition: all 150ms ease !important;
}

.theme-light #preloader {
  background-color: #fff;
}

.theme-dark #preloader {
  background-color: #0f1117;
}

.preloader-l * {
  width: 70px;
  height: 70px;
}

.preloader-m * {
  width: 50px;
  height: 50px;
}

.preloader-s * {
  width: 30px;
  height: 30px;
}

/*Pagination*/
.pagination {
  margin-bottom: 30px;
}

.pagination .page-link {
  padding: 6px 14px;
}

.pagination .page-item {
  margin-right: 5px;
}

.pagination i {
  padding: 0px;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  padding: 6px 12px !important;
}

.page-item.active a {
  color: #fff !important;
}

/*Offline Detector*/
.offline-message,
.online-message {
  position: fixed;
  transform: translateY(300%);
  padding-bottom: 0px;
  font-weight: 700;
  font-family: "PlusJakartaSans";
  transition: all 350ms ease;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 95;
  padding-left: 15px;
  border-radius: 12px;
  line-height: 50px;
}

.offline-message-active,
.online-message-active {
  transform: translateY(calc(-70px + (constant(safe-area-inset-bottom))));
  transform: translateY(calc(-70px + (env(safe-area-inset-bottom))));
}

.exchange-value::placeholder,
.exchange-value {
  color: #1f1f1f;
  font-size: 28px !important;
  font-weight: 700;
  font-family: "PlusJakartaSans-Bold";
}

.exchange-select {
  padding-bottom: 5px;
  position: relative;
  z-index: 2;
  font-weight: 700 !important;
  background-size: 8px 8px !important;
  background-position: right !important;
  margin-bottom: -27px !important;
}

.exchange-arrow {
  font-size: 14px;
  opacity: 0.5;
  padding-left: 5px;
  margin-top: 35px !important;
}

.theme-dark .exchange-value::placeholder,
.theme-dark .exchange-value {
  color: #fff;
}

.card-stack {
  position: relative;
}

.card-stack-click {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0);
  z-index: 71;
}

.card-stack .card {
  transition: all 300ms ease;
}

.card-stack-active .card {
  transform: scale(1) !important;
  margin-bottom: 10px !important;
  transition: all 300ms ease;
}

.card-stack:not(.card-stack-active) .card:last-child {
  margin-bottom: 0px !important;
}

.card-stack.card-stack-active .card:last-child {
  margin-bottom: 20px !important;
}

.center {
  width: 100% !important;
  max-width: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.text-center {
  text-align: center;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.user-input-wrp {
  position: relative;
  width: 50%;
}

.user-input-wrp .inputText {
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #777;
  box-shadow: none !important;
}

.user-input-wrp .inputText:focus {
  border-color: blue;
  border-width: medium medium 2px;
}

.user-input-wrp .floating-label {
  position: absolute;
  pointer-events: none;
  top: 18px;
  left: 10px;
  transition: 0.2s ease all;
}

.user-input-wrp input:focus~.floating-label,
.user-input-wrp input:not(:focus):valid~.floating-label {
  top: 0px;
  left: 10px;
  font-size: 13px;
  opacity: 1;
}

.popUp {
  z-index: 9999;
}

.bg-overlay {
  position: fixed;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4) !important;
  /* Black background with opacity */
  z-index: 102;
  /* Specify a stack order in case you're using a different order for other elements */
}

.listCoins {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.coinCard {
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  /*width: 200px;*/
  /*align-items: flex-start;*/
}

.coinCard h1 {
  font-family: "PlusJakartaSans" !important;
  font-weight: 600;
  font-size: 11px !important;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.rotate {
  border-radius: 50%;
  padding: 0.5rem;
  animation-name: rotate;
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
  animation-delay: 0s;
}

@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

/*@media(max-width: 1130px){
  .ticker-card  {
    width: 430px;
  }
}

@media(max-width: 920px){
  .listCoins {
  }
  .ticker-card  {
    width: 300px;
  }
}

@media(max-width: 725px){
  .listCoins {
    display: block;
  }
  .ticker-card  {

    width: auto;
  }
}

@media(max-width: 520px){
  .ticker-card  {

    width: auto;
  }
}
@media(max-width: 430px){
  .ticker-card  {

    width: auto;
  }
}*/

#slideAnim {
  top: -300px;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 0.5s;
  animation: slide 0.5s forwards;
  animation-delay: 0.5s;
}

@-webkit-keyframes slide {
  100% {
    top: 50%;
  }
}

@keyframes slide {
  100% {
    top: 50%;
  }
}

.lockBody {
  overflow-y: hidden;
}

.carousel {
  margin: auto;
}

.carousel-track {
  align-items: center;
  position: relative;
  z-index: 0;
  background-color: #212833;
}

.carousel-item {
  object-fit: cover;
  border-radius: 50%;
}

.carousel-item img {
  border-radius: 6px;
}

.carousel-item-pad {
  margin: auto;
  max-width: 720px;
  padding: 12px 18px;
}

/* Change Autocomplete styles*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #f8ba29 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}

.top-header {
  /*background: #212833;*/
  color: #f1f1f1;
  z-index: 98;
  min-height: 45px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.top-sort {
  /*background: #212833;*/
  color: #f1f1f1;
  z-index: 98;
  min-height: 45px;
}

.sticky-sort {
  position: fixed;
  top: 45px;
  width: 100%;
}

.searchBar-container .searchBar-content i {
  position: absolute;
  font-size: 16px;
  width: 53px;
  line-height: 40px;
  text-align: center;
  margin-top: 2px;
  margin-left: -10px;
  color: #7a818e;
  z-index: 1;
}

.searchBar {
  position: relative;
  /*border: 1px solid rgba(62, 69, 81, 0.14) ;*/
  border: none;
  height: 29px;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.5rem;
  padding-left: 31px;
  padding-right: 11px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  color: #555;
}

.searchBar-container {
  padding: 3px 15px 6px 15px;
  display: flex;
  justify-content: center;
  height: 40px;
  /*box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);*/
}

.cancelSearch {
  background-color: transparent;
  border: none;
  margin: 0 5px;
  /* width: 50px; */
}

.cancelSearch:hover {
  background-color: transparent;
  cursor: pointer;
}

.top-sort .searchBar-content {
  display: flex;
  max-width: 400px;
  width: 100%;
  align-items: center;
}

.top-sort .sort-content {
  display: flex;
  max-width: 400px;
  width: 100%;
  align-items: center;
}

.sort-content button {
  width: 100%;
}

.top-sort .searchBar-content input {
  color: #0f1117;
}

.top-sort .searchBar-content ::placeholder {
  color: #474f5c;
}

.top-sort input:focus {
  outline: none !important;
  background: rgba(245, 245, 245, 1);
}

.cancelBtn input {
  font-size: 12px !important;
}

.cancelBtn input:focus {
  outline: none !important;
  background: none;
}

.sticky+.content {
  /*padding-top: 102px;*/
}

.top-sort .sort-content button:focus {
  outline: none !important;
}

.top-sort .searchBar-content ::placeholder {
  color: #474f5c;
}

.sort-content button {
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 13px !important;
}

.sort-content button.active {
  background: rgba(245, 187, 56, 0.5);
  border-radius: 25px;
  color: #f5bb38;
  font-weight: 600;
}

.bottomButton {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
}

.bottomButton-back {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
}

@media (max-width: 500px) {
  .bottomButton a {
    width: 100%;
  }
}

.bottomButton a {
  width: 200px;
  height: 42px;
  background-color: #f8ba29;
}

.bottomButton-back a {
  margin-top: 8px;
  box-shadow: none !important;
}

@media (max-width: 350px) {
  .inv-link {
    padding: 6px;
    text-align: left;
    font-size: 12px !important;
    line-height: 12px;
  }
}

#alert-notif {
  /* z-index: 140;
  width: fit-content;
  max-width: 95%;
  position: fixed;
  top: -10%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%) */
  position: relative;
}

#alert-1 {
  /* background-color: #fff  !important; */
  border: 2px solid rgba(20, 25, 31, 0.14);
  color: #0f1117;
  /* height: 50px; */
  min-height: 50px;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
  width: fit-content;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.12);
}

.key {
  border-radius: 4px;
}

.key input {
  outline: none;
  border: none;
  background: rgba(0, 0, 0, 0.04);
  color: white;
  padding: 0 6px;
  font-size: 13px;
}

.key input:focus {
  outline: none;
  border: none;
  background: rgba(92, 51, 181, 0.4);
  padding: 0 6px;
  font-size: 13px;
}

.input-disable {
  pointer-events: none;
}

@media (max-width: 400px) {
  .key input {
    outline: none;
    border: none;
    background: rgba(0, 0, 0, 0.14);
    color: white;
    padding: 0 6px;
    font-size: 13px !important;
  }

  .key input:focus {
    outline: none;
    border: none;
    background: rgba(92, 51, 181, 0.4);
    padding: 0 6px;
    font-size: 16px !important;
  }
}

.alertNotif {
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.bg-soft-blue {
  padding: 1px 8px !important;
  border-radius: 22px;
  color: #f2f2f2 !important;
  background-color: rgba(97, 160, 248, 0.74);
}

.quick-actions .bg-soft-blue {
  padding: 1px 4px !important;
  border-radius: 22px;
  color: #f2f2f2 !important;
  background-color: rgba(97, 160, 248, 0.74);
}

.bg-soft-red {
  padding: 1px 8px !important;
  border-radius: 22px;
  color: #f2f2f2 !important;
  background-color: rgba(249, 7, 22, 0.74);
}

.bg-dark-blue {
  padding: 2px 10px !important;
  background-color: rgba(26, 48, 72, 125) !important;
  color: #fff !important;
}

.bottomItem {
  overflow-y: hidden;
  width: 100%;
  max-width: 500px;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 4%);
}

.middleItem {
  overflow-y: hidden;
  width: 100%;
  max-width: 500px;
  position: absolute;
  /* bottom: ; */
  left: 50%;
  margin-right: -50%;
  /* transform: translate(-50%, -40%); */
}

.slide-start-card {
  animation-name: slide-start-card;
  animation-duration: 0.25s;
  animation-timing-function: linear;
  bottom: 0;
}

.slide-off-card {
  animation-name: slide-start-card;
  animation-duration: 0.25s;
  animation-timing-function: linear;
  bottom: -50%;
}

@keyframes slide-off-card {
  from {
    bottom: 0;
  }

  to {
    bottom: -50%;
  }
}

@keyframes slide-start-card {
  from {
    bottom: -50%;
  }

  to {
    bottom: 0;
  }
}

.bg-bear {
  background-image: url("../images/pictures/refferal.jpg");
  background-color: #cccccc;
}

.bg-bear-alt {
  background-image: url("../images/pictures/splash-header.png");
  background-color: #13181e;
  background-repeat: no-repeat;
  background-position: 50% 20%;
}

.toast-item {
  max-width: 500px;
  position: fixed;
  margin-right: -50%;
  /* transform: translate(-50%, 4%); */
}

.toast-title {
  width: 45px;
  height: 55px;
  color: #0f1117;
  font-weight: bold;
  font-size: 1.7em;
  text-align: center;
  /* background-color: rgba(0, 0, 0, 0.1); */
  border-radius: 5px 0 0px 5px;
}

.toast-body {
  padding: 0 18px;
  height: 55px;
  color: #0f1117;
  font-weight: bold;
  font-size: 1em;
  display: flex;
}

.toast-content {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  /* background-color: rgba(51, 68, 80, 0.95); */
  border-radius: 5px;
  /* -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 30%); */
  /* box-shadow: 0 1px 4px 0 rgb(0 0 0 / 30%); */
}

#snackbar {
  background-color: #fff !important;
  border: 2px solid rgba(20, 25, 31, 0.14);
  color: white;
  height: 45px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.12);
}

@-webkit-keyframes fadein {
  from {
    left: -100px;
    opacity: 0;
  }

  to {
    left: 10px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    left: -100px;
    opacity: 0;
  }

  to {
    left: 10px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    left: 10px;
    opacity: 1;
  }

  to {
    left: -100px;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    left: 10px;
    opacity: 1;
  }

  to {
    left: -100px;
    opacity: 0;
  }
}

body {
  font-family: PlusJakartaSans;
}

.dialog-ovelay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}

.dialog-ovelay .dialog {
  position: fixed;
  width: 95%;
  max-width: 320px;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  overflow: hidden;
}

.dialog-ovelay .dialog header {
  padding: 10px 16px;
  background-color: #f1f1f1;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.dialog-ovelay .dialog header h3 {
  font-size: 14px;
  margin: 0;
  color: #fff;
  display: inline-block;
}

.dialog-ovelay .dialog header .fa-close {
  float: right;
  color: #c4c5c7;
  cursor: pointer;
  transition: all 0.5s ease;
  padding: 0 2px;
  border-radius: 1px;
}

.dialog-ovelay .dialog header .fa-close:hover {
  color: #b9b9b9;
}

.dialog-ovelay .dialog header .fa-close:active {
  box-shadow: 0 0 5px #673ab7;
  color: #a2a2a2;
}

.dialog-ovelay .dialog .dialog-msg {
  padding: 12px 16px;
}

.dialog-ovelay .dialog .dialog-msg p {
  margin: 0;
  font-size: 15px;
  color: #676b73;
}

.dialog-ovelay .dialog footer {
  /*border-top: 1px solid rgba(0, 0, 0, 0.24);*/
  padding: 8px 10px;
}

.dialog-ovelay .dialog footer .controls {
  display: flex;
  flex-wrap: nowrap;
}

.dialog-ovelay .dialog footer .controls .button {
  padding: 5px 15px;
  border-radius: 3px;
}

.button {
  cursor: pointer;
}

.button-default {
  width: 50%;
  margin: 0 5px;
  background-color: rgb(248, 248, 248);
  border: 1px solid rgba(204, 204, 204, 0.5);
  color: #5d5d5d;
}

.button-danger {
  width: 50%;
  margin: 0 5px;
  background-color: #924be1;
  border: 1px solid #a76ee7;
  color: #f5f5f5;
}

.link {
  padding: 5px 10px;
  cursor: pointer;
}

.refreshBtn {
  padding-top: 3px;
}

.refreshBtn-anim {
  animation-name: refresh-rotate;
  animation-duration: 1s;
  animation-timing-function: linear;
}

.refreshBtn-fee-settings {
  padding-top: 0;
}

.refreshBtn-fee-settings-anim {
  animation-name: refresh-rotate;
  animation-duration: 1s;
  animation-timing-function: linear;
}

a.top-transaction-button:hover {
  opacity: 0.65;
  transition: opacity 0.2s;
}

@keyframes refresh-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(720deg);
  }
}

.refreshBtn-anim-home {
  animation-name: refresh-rotate;
  animation-duration: 1s;
  animation-timing-function: linear;
}

@keyframes refresh-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(720deg);
  }
}

.button-effect {
  position: relative;
  border: none;
  color: #ffffff;
  text-align: center;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}

.button-effect:after {
  content: "";
  background: #97fff9;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s;
}

.button-effect:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
}

.margin-config .input-group {
  justify-content: center;
}

.margin-config .input-group-sm>.btn,
.margin-config .input-group-sm>.form-control,
.margin-config .input-group-sm>.form-select,
.margin-config .input-group-sm>.input-group-text {
  padding: 0.125rem 0.35rem;
  border-radius: 0.2rem;
}

.margin-config input {
  text-align: center;
  /*      max-width: 50px;*/
  background-color: #fff;
  outline: none;
  color: #000 !important;
  border: 1px solid rgba(146, 75, 225, 0.8);
  border-radius: 4px;
  padding: 0 6px;
}

.margin-config span.input-group-text {
  background-color: #9366f9;
  color: #fff !important;
  border: 1px solid #9366f9;
}

.margin-config input:focus {
  background-color: #fff;
  outline: none;
  border: 1px solid rgba(146, 75, 255, 0.8);
  font-size: 16px !important;
}

.color-soft-green {
  color: #36b693 !important;
}

.select {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 500px;
  height: 3em;
  border-radius: 0.25em;
  overflow: hidden;
}

/* Arrow */
.select::after {
  content: "\25BC";
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  background-color: #34495e;
  transition: 0.25s all ease;
  pointer-events: none;
  line-height: 18px;
}

/* Transition */
.select:hover::after {
  color: #f5bb38;
}

.select select {
  /* Reset Select */
  appearance: none;
  outline: none;
  border: none;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  color: #1d242d;
  background-color: #ffffff !important;
  background-image: none;
  cursor: pointer;
  font-size: 12px !important;
}

.select option {
  background-color: #1d242d !important;
}

.select option:focus {
  outline: none;
}

/* Remove IE arrow */
.select select::-ms-expand {
  display: none;
}

.buy-modal-content input {
  width: 100%;
  /* background-color: #2c3444; */
  outline: none;
  /*border: 1px solid rgba(255, 255, 255, 0.08);*/
  border-radius: 4px;
  padding: 0 6px;
}

.buy-modal-content input:focus {
  /* background-color: #2c3444; */
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 16px !important;
}

.buy-modal-content .input-group-text {
  padding: 4px 8px;
  /* background-color: #2c3444; */
  color: #aab2bd;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ticker {
  width: 100%;
  max-width: 750px;
  height: 23px;
  background-color: rgba(0, 0, 0, 0.05);
}

.ticker-container {
  display: flex;
  margin: 0;
}

@media (max-width: 715px) {
  .ticker-container {
    display: flex;
    margin: 0 15px;
  }
}

.color-gray-darker {
  color: #7e8a9b !important;
}

#carousel-batch {
  width: 100%;
  height: 135px;
}

#carousel-batch .carousel-item {
  /*background-color: #5348c8;*/
  background-color: #fff;
  border-radius: 0;
}

#carousel-batch .carousel-indicators {
  margin-bottom: -4px;
  margin: 0;
}

#carousel-batch .carousel-inner {
  height: 100px;
}

#carousel-batch .carousel-inner button {
  width: 100%;
  height: 38px;
  background-color: transparent;
  border: none;
  color: #fff;
}

#carousel-batch .carousel-inner button:active {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

#carousel-batch .carousel-control-prev,
.carousel-control-next {}

#carousel-batch .row>* {
  padding: 0;
}

#carousel-batch .carousel-inner button {
  color: #4747cf;
}

#carousel-batch .carousel-inner button .bi {
  color: #9466fa;
}

.marquee {
  overflow: hidden;
}

.border-radius-top {
  border-radius: 4px;
}

.form-check i {
  font-style: normal;
}

.form-check span {
  font-style: normal;
  color: #36b693;
}

.form-check span.inner-text {
  font-style: normal;
  color: white;
  opacity: 0.8;
}

.form-check span.small-text {
  font-style: normal;
  color: rgba(146, 75, 255, 0.6) !important;
  font-size: 11px;
}

.form-check-input {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  cursor: pointer;
  transition: ease 0.05s;
}

.form-check-input:checked {
  background: #0d6efd;
  border: 2px solid rgba(245, 187, 56, 0.8) !important;
}

.form-check-input:focus {
  background: rgba(0, 0, 0, 0.35);
  box-shadow: none;
}

.form-check-input:checked[type="radio"] {
  background-color: rgba(245, 187, 56, 1) !important;
}

.form-check .inner-text {
  text-align: center;
  width: 10px;
  height: 10px;
  position: absolute;
  overflow: hidden;
  margin-left: -21px;
  margin-top: 8px;
  pointer-events: none;
  font-size: 0.6em;
  line-height: 10px;
}

.soft-overlay {
  background-color: rgb(0 0 0 / 24%) !important;
}

.btn-uni:active {
  box-shadow: 200px 200px 0px 200px rgba(0, 0, 0, 0.04) inset;
  -webkit-box-shadow: 200px 200px 0px 200px rgba(0, 0, 0, 0.04) inset;
  -moz-box-shadow: 200px 200px 0px 200px rgba(0, 0, 0, 0.08) inset;
}

.btn-uni:hover {
  box-shadow: 200px 200px 0px 200px rgba(0, 0, 0, 0.04) inset;
  -webkit-box-shadow: 200px 200px 0px 200px rgba(0, 0, 0, 0.04) inset;
  -moz-box-shadow: 200px 200px 0px 200px rgba(0, 0, 0, 0.04) inset;
  cursor: pointer;
}

.custom-ta .form-custom select {
  height: 25px !important;
}

.custom-ta select:focus {
  background-color: rgba(0, 0, 0, 0.01) !important;
}

.custom-ta .form-select {
  border-radius: 15px;
  font-size: 13px !important;
}

.custom-ta .form-select option {
  background-color: #ffffff !important;
}

.theme-dark .custom-ta .form-custom * {
  color: rgba(255, 255, 255, 0.8);
}

.custom-ta .form-select-center {
  border-radius: 0px !important;
  border-width: 1px !important;
}

.custom-ta .form-select-center option {
  text-align: center !important;
}

.custom-ta .form-select-left {
  border-radius: 4px 0 0 4px !important;
}

.custom-ta .form-select-right {
  border-radius: 0 4px 4px 0 !important;
}

.custom-ta .form-custom.form-icon select {
  padding: 0 28px !important;
  padding-left: 8px !important;
}

.myselect {
  position: relative;
  display: inline-block;
}

.myselect select {
  height: 30px;
  border-color: red;
  padding-right: 10px;
  outline: none;
}

.myselect::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 22px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  /*border-top: 6px solid rgba(255,255,255,1);*/
  border-top: 6px solid transparent;
  pointer-events: none;
}

.myselectasset {
  position: relative;
  display: inline-block;
}

.myselectasset select {
  height: 30px;
  border-color: red;
  padding-right: 10px;
  outline: none;
}

.myselectasset::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 12px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(255, 255, 255, 1);
  pointer-events: none;
}

.radio-custom {
  margin: 4px !important;
  margin-top: 4.5px !important;
}

.form-select-left option {
  text-align: left !important;
}

.form-select-center option {
  text-align: center !important;
}

.form-select-right option {
  text-align: right !important;
}

.tech-a {
  background-color: transparent !important;
  border: none;
  padding: 0.25rem 0;
}

.select-all[type="checkbox"] {
  border-radius: 0.5em;
}

.select-all:checked {
  background: rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(245, 187, 56, 0.8) !important;
}

.select-all:focus {
  background: rgba(0, 0, 0, 0.35);
  box-shadow: none;
}

.select-all:checked[type="checkbox"] {
  background-image: url("../images/pictures/check.svg");
  background-position: center;
  /* Center the image */
  background-color: rgba(245, 187, 56, 1);
  border-radius: 0.5em;
}

.display-withdrawal-on {
  display: flex !important;
}

.display-withdrawal-off {
  display: none !important;
}

.batch-button .active {
  background-image: url("../images/pictures/check_2.svg");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 30px;
  font-weight: 700;
  background-color: #2b3442 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

#company-profile p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 24px;
}

#company-profile p span {
  color: rgb(245, 187, 56);
  font-weight: 600 !important;
}

.ticker section {
  /*position: absolute;
  left: 10px;
  top: 10px;*/
  width: 100%;
  height: 23px;
  margin-top: 1px;
  overflow: hidden;
}

.ticker section>ul {
  /*position: absolute;
  left: 0;
  top: 0;*/
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ticker section>ul[data-length="5"] {
  margin-top: 23px;
  animation-name: news-5;
  animation-duration: 26s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-delay: 1s;
}

.ticker section>ul[data-length="4"] {
  margin-top: 23px;
  animation-name: news-4;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-delay: 1s;
}

.ticker section>ul[data-length="3"] {
  margin-top: 23px;
  animation-name: news-3;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-delay: 1s;
}

.ticker section>ul[data-length="2"] {
  margin-top: 23px;
  animation-name: news-2;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-delay: 1s;
}

/*.ticker section > ul:hover {
  animation-play-state: paused;
}*/

.news {
  font-weight: 500;
  height: 23px;
  line-height: 23px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}

.news a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}

.news__date {
  color: #88c1ff;
  margin-right: 10px;
}

.news__title {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@keyframes news-5 {
  0% {
    margin-top: 23px;
    visibility: visible;
  }

  5% {
    margin-top: 0;
  }

  15% {
    margin-top: 0;
  }

  20% {
    margin-top: -23px;
  }

  35% {
    margin-top: -23px;
  }

  40% {
    margin-top: -46px;
  }

  55% {
    margin-top: -46px;
  }

  60% {
    margin-top: -69px;
  }

  75% {
    margin-top: -69px;
  }

  80% {
    margin-top: -92px;
  }

  95% {
    margin-top: -92px;
  }

  99% {
    margin-top: -115px;
    visibility: hidden;
  }

  100% {
    margin-top: 23px;
    visibility: hidden;
  }
}

@keyframes news-4 {
  0% {
    top: 30px;
    visibility: visible;
  }

  5% {
    top: 0;
  }

  15% {
    top: 0;
  }

  20% {
    top: -23px;
  }

  40% {
    top: -23px;
  }

  45% {
    top: -46px;
  }

  65% {
    top: -46px;
  }

  70% {
    top: -69px;
  }

  90% {
    top: -69px;
  }

  95% {
    top: -92px;
  }

  99% {
    top: -92px;
    visibility: hidden;
  }

  100% {
    top: 23px;
    visibility: hidden;
  }
}

@keyframes news-3 {
  0% {
    top: 23px;
    visibility: visible;
  }

  5% {
    top: 0;
  }

  30% {
    top: 0;
  }

  35% {
    top: -23px;
  }

  60% {
    top: -23px;
  }

  65% {
    top: -46px;
  }

  90% {
    top: -46px;
  }

  95% {
    top: -69px;
  }

  99% {
    top: -69px;
    visibility: hidden;
  }

  100% {
    top: 23px;
    visibility: hidden;
  }
}

@keyframes news-2 {
  0% {
    top: 23px;
    visibility: visible;
  }

  5% {
    top: 0;
  }

  55% {
    top: 0;
  }

  60% {
    top: -23px;
  }

  90% {
    top: -23px;
  }

  95% {
    top: -46px;
  }

  99% {
    top: -69px;
    visibility: hidden;
  }

  100% {
    top: 23px;
    visibility: hidden;
  }
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* The Modal (background) */
.newsModal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  padding-top: 150px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  vertical-align: middle;
}

/* Modal Content */
.newsModal-content {
  position: relative;
  background-color: #212833;
  margin: auto;
  padding: 6px 12px;
  /*border: 1px solid #888;*/
  width: 500px;
  height: 56.25%;

  /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);*/
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

@media (max-width: 500px) {
  .newsModal {
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }

  .newsModal-content {
    position: relative;
    /*background-color: #fefefe;*/
    margin: auto;
    /*border: 1px solid #888;*/
    width: 90%;
    height: 73.125%;
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);*/
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
  }
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close {
  color: white;

  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.closepdf {
  color: white;

  font-size: 28px;
  font-weight: bold;
}

.closepdf:hover,
.closepdf:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.newsModal-header {
  border-radius: 5px 5px 0 0;
  padding: 0px 2px;
  text-align: right;
  background-color: #0f212e;
  color: white;
}

.newsModal-body {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.newsModal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.input-group-text {
  /*padding: 0.375rem 0.75rem !important;*/
  background-color: #742bf4;
  border-color: #924be1;
  color: white;
}

.input-group-append .input-group-text {
  /*padding: 0.375rem 0.75rem !important;*/
  background-color: #742bf4;
  border-color: #924be1;
  border-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: white;
}

.input-group-prepend .input-group-text {
  /*padding: 0.375rem 0.75rem !important;*/
  background-color: #742bf4;
  border-color: #924be1;
  border-radius: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: white;
}

.input-group-append .input-group-text .btn {
  border-radius: 0px;
}

.form-control:focus {
  font-size: 16px !important;
  box-shadow: 0 0 0 0.075rem rgb(13 110 253 / 25%);
}

.otp-button {
  width: 108px;
  height: 30px;
  background-color: #44c767;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  cursor: pointer;
  color: #f5bb38 !important;
  padding: 0px 8px;
  text-decoration: none;
}

.hotcoin span {
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 1) !important;
  background-color: rgba(248, 186, 41, 1) !important;
}

.top-offset {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  display: block;
  box-sizing: border-box;
  height: 200px;
  background-color: #5b45c1;
  clip-path: ellipse(120% 100% at 50% 0%);
  /*background: linear-gradient(135deg, rgba(146,76,227,1) 25%, rgba(92,51,181,1) 100%);*/
  background-image: url("../images/background/bg-custom.jpg");
  background-repeat: no-repeat;
  background-size: cover;

}

.top-offset2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  display: block;
  box-sizing: border-box;
  height: 200px;
  background-color: #5b45c1;
  clip-path: ellipse(120% 100% at 50% 0%);
  /*background: linear-gradient(135deg, rgba(146,76,227,1) 25%, rgba(92,51,181,1) 100%);*/
  background-image: url("../images/pictures/bg-purple-ramadhan.jpg");
  /*url("../images/pictures/bg-purple.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
}

.top-offset3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  display: block;
  box-sizing: border-box;
  height: 200px;
  background-color: #5b45c1;
  clip-path: ellipse(120% 100% at 50% 0%);
  /*background: linear-gradient(135deg, rgba(146,76,227,1) 25%, rgba(92,51,181,1) 100%);*/
  background-image: url("../images/pictures/bg-purple-christmas.jpg");
  /*url("../images/pictures/bg-purple.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
}

.border-offset {
  position: absolute;
  left: 0;
  right: 0;
  top: 95%;
  content: "";
  display: block;
  height: 20px;
  background-color: #efeef3;
  border-radius: 0.5rem;
}

.wallet-balance {
  height: 55px;
  border-radius: 0.325rem;
  background-color: rgba(255, 255, 255, 0.34);
  padding: 0px 5px;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

.nav-open main {
  transform: scale(0.8);
}

.intro {
  height: 100vh;
  width: 100%;
  display: table;
  background: #26292f url("../img/bg.jpg") no-repeat center center;
  background-size: cover;
}

h1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  /* font-size: 30px; */
  color: white;
}

.nav-trigger {
  position: absolute;
  float: right;
  z-index: 4;
  top: 15px;
  right: 15px;
  height: 30px;
  width: 35px;
  transform: scale(0.6, 0.6);
  overflow: hidden;
  color: transparent;
  white-space: nowrap;
  text-indent: 100%;
}

@media only screen and (max-width: 750px) {
  .nav-trigger {
    height: 40px;
    transform: scale(0.6, 0.6);
  }
}

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
  position: absolute;
  height: 4px;
  width: 36px;
  background: #fff;
}

.nav-trigger span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.3s;
}

.nav-trigger span::before,
.nav-trigger span::after {
  content: "";
  top: 0;
  left: 0;
  transition: background 0.3s, transform 0.3s;
}

.nav-trigger span::before {
  transform: translateY(-12px);
}

.nav-trigger span::after {
  transform: translateY(12px);
}

.nav-trigger:hover span,
.nav-trigger:hover span::before,
.nav-trigger:hover span::after {
  background: white;
}

.nav-open .nav-trigger span {
  background: transparent;
}

.nav-open .nav-trigger span::before,
.nav-open .nav-trigger span::after {
  background: white;
}

.nav-open .nav-trigger span::before {
  transform: rotate(-45deg);
}

.nav-open .nav-trigger span::after {
  transform: rotate(45deg);
}

.overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c1d21;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.nav-open .overlay {
  opacity: 0.6;
  visibility: visible;
}

.nav-container {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  height: 100%;
  width: 90%;
  max-width: 280px;
  padding: 0;
  background: #f3f3f3;
  overflow: auto;
  transform: translateZ(0);
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
}

.nav-open .nav-container {
  transform: translateX(0);
  box-shadow: -2px 0px 4px 1px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: -2px 0px 4px 1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: -2px 0px 4px 1px rgba(0, 0, 0, 0.14);
}

.nav-container h2 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1f1f1f;
  margin: 1.5em 0;
}

.nav {
  list-style: none;
  padding: 0;
  flex-direction: column;
}

.nav a {
  display: block;
  padding: 0.4em 0;
  font-size: 18px;

  text-decoration: none;
  color: #1f1f1f;
  transform: translateZ(0);
}

.nav-open .nav a {
  animation: slide-in 0.3s 0.2s backwards;
}

.nav-open .nav li:nth-of-type(2) a {
  animation-delay: 0.3s;
}

.nav-open .nav li:nth-of-type(3) a {
  animation-delay: 0.4s;
}

.nav-open .nav li:nth-of-type(4) a {
  animation-delay: 0.5s;
}

.nav-open .nav li:nth-of-type(5) a {
  animation-delay: 0.4s;
}

.nav-open .nav li:nth-of-type(6) a {
  animation-delay: 0.5s;
}

.nav-open .nav li:nth-of-type(7) a {
  animation-delay: 0.6s;
}

.nav-open .nav li:nth-of-type(8) a {
  animation-delay: 0.7s;
}

.nav-open .nav li:nth-of-type(9) a {
  animation-delay: 0.8s;
}

.nav-open .nav li:nth-of-type(10) a {
  animation-delay: 0.9s;
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.coin-status {
  /* float: left; */
  border-radius: 1rem;
}

.coin-status-dot {
  margin-left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 1rem;
}

.coin-wrap {
  padding-right: 15px;
}

@media only screen and (max-width: 425px) {
  .coin-wrap {
    padding-right: 15px;
  }
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cursor-pointer {
  cursor: pointer;
}

/* TRADE CARD CSS */
.ticker-card {
  border: none;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  max-width: 400px;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  /* padding-top: 0.5rem;
    padding-bottom: 0.5rem; */
  margin-bottom: 2.5px;
  height: 56px;
}

.ticker-content {
  position: relative;
}

.loading-overlay {
  position: fixed;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(131, 128, 205, 0.3) !important;
  /* Black background with opacity */
  z-index: 102;
  /* Specify a stack order in case you're using a different order for other elements */
}

.loading-container {
  position: fixed;
  top: 50%;
  left: calc(50% - 25px);
  text-align: center;
}

#loadingSpinner {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  border-top-color: #8348f0;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

#coin-details {
  max-width: 450px;
  width: 100%;
  z-index: 1000;
  position: fixed;
  background: white;
  display: block;
}

.form-custom .input-group-append {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 45px;
  width: 45px;
  border: none;
  background-color: #924ce2 !important;
}

.form-custom .input-group-append i {
  position: relative;
  line-height: 45px;
  color: #fff;
}

hr.horizontal.dark {
  background-image: linear-gradient(90deg,
      transparent,
      rgba(0, 0, 0, 0.4),
      transparent);
}

hr.horizontal.light {
  background-image: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.8),
      transparent);
}

hr.horizontal {
  background-color: transparent;
}

hr:not([size]) {
  height: 1px;
}

hr.horizontal.dark.full {
  background-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.3));
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.select_wrap {
  position: relative;
  user-select: none;
}

.select_wrap ul {
  list-style-type: none;
  padding-left: 0rem;
  font-size: 13px;
  margin: 0;
}

.select_wrap .default_option {
  width: calc(100% + 28px);
  background: #fff;
  border-radius: 1rem;
  position: relative;
  cursor: pointer;
}

.select_wrap.active .default_option {
  background: rgba(255, 255, 255, 0.6);
}

.select_wrap .default_option li {
  padding: 2px 6px;
}

.select_wrap .default_option:before {
  content: "";
  position: absolute;
  top: 11px;
  right: 18px;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: transparent transparent #555555 #555555;
  transform: rotate(-45deg);
}

.select_wrap .select_ul {
  /*min-width: 130px;*/
  min-width: 210px;
  position: absolute;
  top: 32px;
  left: 0;
  width: calc(100% + 28px);
  background: #fff;
  border-radius: 5px;
  display: none;
  opacity: 0;
  animation: exchanger-close 0.04s ease 0s 1 normal forwards;
  box-shadow: rgb(0 0 0 / 60%) 0px 0px 15px -5px;
  border-radius: 1rem;
}

.select_wrap .select_ul li {
  padding: 6px;
  cursor: pointer;
}

.select_wrap .select_ul li:first-child:hover {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.select_wrap .select_ul li:last-child:hover {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.select_wrap .select_ul li:hover {
  background: rgba(0, 0, 0, 0.08);
}

.select_wrap .option {
  display: flex;
  /*align-items: center;*/
}

.select_wrap .option .icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.select_wrap .option.binance .icon {
  background: url("../images/pictures/binance-logo.png") no-repeat 0 0;
  background-size: 20px;
}

.select_wrap .option.tokocrypto .icon {
  background: url("../images/pictures/tokocrypto-logo.png") no-repeat 0 0;
  background-size: 20px;
}

.select_wrap .option.okx .icon {
  background: url("../images/pictures/okx.jpg") no-repeat 0 0;
  background-size: 20px;
}

.select_wrap.active .select_ul {
  display: block;
  opacity: 1;
  animation: exchanger 0.14s ease 0s 1 normal forwards;
}

.select_wrap.active .default_option:before {
  top: 14px;
  transform: rotate(-225deg);
}

@keyframes exchanger {
  0% {
    opacity: 0;
    transform: rotateX(70deg);
    transform-origin: top;
  }

  100% {
    opacity: 1;
    transform: rotateX(0deg);
    transform-origin: top;
  }
}

@keyframes exchanger-close {
  0% {
    opacity: 1;
    transform: rotateX(0deg);
    transform-origin: top;
  }

  100% {
    opacity: 0;
    transform: rotateX(70deg);
    transform-origin: top;
  }
}

.avoid-clicks {
  pointer-events: none;
}

.select_wrap_bonus {
  position: relative;
  user-select: none;
}

.select_wrap_bonus ul {
  list-style-type: none;
  padding-left: 0rem;
  font-size: 13px;
  margin: 0;
}

.select_wrap_bonus .default_option_bonus {
  width: calc(100% + 28px);
  background: #fff;
  border-radius: 1rem;
  position: relative;
  cursor: pointer;
}

.select_wrap_bonus.active .default_option_bonus {
  background: rgba(255, 255, 255, 0.6);
}

.select_wrap_bonus .default_option_bonus li {
  padding: 2px 6px;
}

.select_wrap_bonus .default_option_bonus:before {
  content: "";
  position: absolute;
  top: 11px;
  right: 18px;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: transparent transparent #555555 #555555;
  transform: rotate(-45deg);
}

.select_wrap_bonus .select_ul_bonus {
  min-width: 130px;
  position: absolute;
  top: 32px;
  left: 0;
  width: calc(100% + 28px);
  background: #fff;
  border-radius: 5px;
  opacity: 0;
  animation: exchanger-close 0.14s ease 0s 1 normal forwards;
  box-shadow: rgb(0 0 0 / 60%) 0px 0px 15px -5px;
  border-radius: 1rem;
}

.select_wrap_bonus .select_ul_bonus li {
  padding: 6px;
  cursor: pointer;
}

.select_wrap_bonus .select_ul_bonus li:first-child:hover {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.select_wrap_bonus .select_ul_bonus li:last-child:hover {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.select_wrap_bonus .select_ul_bonus li:hover {
  background: rgba(0, 0, 0, 0.08);
}

.select_wrap_bonus .option {
  display: flex;
  /*align-items: center;*/
}

.select_wrap_bonus .option .icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.select_wrap_bonus.active .select_ul_bonus {
  opacity: 1;
  animation: exchanger_bonus 0.14s ease 0s 1 normal forwards;
}

.select_wrap_bonus.active .default_option:before {
  top: 14px;
  transform: rotate(-225deg);
}

@keyframes exchanger_bonus {
  0% {
    opacity: 0;
    transform: rotateX(70deg);
    transform-origin: top;
  }

  100% {
    opacity: 1;
    transform: rotateX(0deg);
    transform-origin: top;
  }
}

@keyframes exchanger_bonus-close {
  0% {
    opacity: 1;
    transform: rotateX(0deg);
    transform-origin: top;
  }

  100% {
    opacity: 0;
    transform: rotateX(70deg);
    transform-origin: top;
  }
}

.form-date {
  width: 55px;
  padding: 0;
  text-align: center;
  height: 23px;
  font-size: 13px !important;
  align-items: center;
}

.datepicker-dropdown {
  background-color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem !important;
  font-size: 13px;
}

.marquee-container {
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-items: stretch;
  align-items: stretch;
  box-shadow: rgb(0 0 0 / 40%) 0px 0px 15px -5px;
  border-radius: 0.5rem;
  background-color: white !important;
}

#marquee {
  height: 24px;
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 12px;
}

#marquee-text {
  width: 100% !important;
  height: 24px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

@media (max-width: 790px) {
  #marquee-text {
    width: calc(100% * 2) !important;
  }
}

#package-plan {
  left: 0px;
  right: 0px;
  /* top: 20%; */
  background-color: transparent;
}

@media (max-width: 990px) {
  #package-plan {
    left: 0px;
    right: 0px;
    top: 10px;
    bottom: 10px;
    background-color: transparent;
  }
}

.pte {
  width: 95%;
  max-width: 900px;
  background: #fdfdfe;
  border-radius: 10px;
  z-index: 101;
  margin: auto;
  max-height: calc(100vh - 1rem);
  overflow-y: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pte>.pte-title {
  text-align: center;
  color: #747474;
  font-size: 18px;
  margin-bottom: 40px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .pte {
    padding-bottom: 0rem;
  }

  .pte>.pte-title {
    margin-bottom: 20px;
  }
}

.pte>.pte-subtitle {
  text-align: center;
  color: #b4bdc6;
  font-size: 1.8em;
  letter-spacing: 0.04em;
  margin-bottom: 60px;
}

.pte-firstTable {
  list-style: none;
  padding-left: 2em;
  padding-right: 2em;
  text-align: center;
}

.pte-firstTable_table {
  vertical-align: middle;
  width: 31%;
  background-color: rgba(255, 255, 255, 255);
  border: 2px solid #bd93ed;
  box-shadow: rgb(0 0 0 / 40%) 0px 0px 15px -5px;
  display: inline-block;
  padding: 0px 30px 40px;
  text-align: center;
  max-width: 320px;
  transition: all 0.3s ease;
  border-radius: 5px;
  color: #747474;
}

.pte-firstTable_table h1,
.pte-firstTable_table p {
  color: #924be1;
}

@media screen and (max-width: 767px) {
  .pte-firstTable_table {
    display: block;
    width: 90%;
    margin: 0 auto;
    max-width: 90%;
    margin-bottom: 20px;
    padding: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pte-firstTable_table>* {
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .pte-firstTable_table:after {
    display: table;
    content: "";
    clear: both;
  }
}

.pte-firstTable_table:hover {
  transform: scale(1.01);
  /*cursor: pointer;*/
}

@media screen and (max-width: 767px) {
  .pte-firstTable_table:hover {
    transform: none;
  }
}

.pte-firstTable_table:not(:last-of-type) {
  margin-right: 3.5%;
}

@media screen and (max-width: 767px) {
  .pte-firstTable_table:not(:last-of-type) {
    margin-right: auto;
  }
}

.pte-firstTable_table.current-pack {
  position: relative;
}

@media screen and (max-width: 767px) {
  .pte-firstTable_table.current-pack h1 {
    padding-top: 6%;
  }
}

.pte-firstTable_table.current-pack:before {
  content: "Current";
  position: absolute;
  color: white;
  display: block;
  background-color: #4be192;
  font-weight: 600;
  text-align: center;
  right: 15px;
  top: 15px;
  /*height: 30px;*/
  width: 70px;
  border-radius: 0.5rem;
  box-sizing: border-box;
  font-size: 0.75em;
  /*padding-top: 22px;*/
  text-transform: uppercase;
  letter-spacing: 0.13em;
  transition: all 0.5s ease;
}

@media screen and (max-width: 988px) {
  .pte-firstTable_table.current-pack:before {
    font-size: 0.65em;
  }
}

@media screen and (max-width: 767px) {
  .pte-firstTable_table.current-pack:before {
    left: 10px;
    width: 65px;
    /*height: 55px;*/
    top: 15px;
    /*padding-top: 16px;*/
  }
}

.pte-firstTable_table:nth-of-type(2):hover:before {
  /*transform: rotate(360deg);*/
}

.pte-firstTable_table.current-pack {
  border-color: #4be192;
}

.pte-firstTable_table.current-pack h1,
.pte-firstTable_table.current-pack p {
  color: #4be192;
}

.pte-firstTable_table__header {
  color: black;
  font-size: 16px;
  padding: 40px 0px 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.07);
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1068px) {
  .pte-firstTable_table__header {
    font-size: 1.45em;
  }
}

@media screen and (max-width: 767px) {
  .pte-firstTable_table__header {
    padding: 0px;
    border-bottom: none;
    float: left;
    width: 100%;
    padding-left: 13%;
    padding-top: 2%;
    padding-bottom: 1%;
    text-align: left;
  }
}

@media screen and (max-width: 610px) {
  .pte-firstTable_table__header {
    padding-left: 0%;
    text-align: center;
    font-size: 1.5em;
  }
}

.pte-firstTable_table__pricing {
  font-size: 2.5em;
  padding: 30px 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.07);
  line-height: 0.7;
}

@media screen and (max-width: 1068px) {
  .pte-firstTable_table__pricing {
    font-size: 2.8em;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .pte-firstTable_table__pricing {
    border-bottom: none;
    padding: 0px;
    /*float: left;*/
    clear: left;
    width: 33%;
  }
}

@media screen and (max-width: 610px) {
  .pte-firstTable_table__pricing {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 496px) {
  .pte-firstTable_table__pricing {
    font-size: 2.2em;
  }
}

.pte-firstTable_table__pricing span:first-of-type {
  font-size: 0.35em;
  vertical-align: top;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 1068px) {
  .pte-firstTable_table__pricing span:first-of-type {
    font-size: 0.3em;
  }
}

.pte-firstTable_table__pricing span:last-of-type {
  vertical-align: bottom;
  font-size: 0.3em;
  letter-spacing: 0.04em;
  padding-left: 0.2em;
}

@media screen and (max-width: 1068px) {
  .pte-firstTable_table__pricing span:last-of-type {
    font-size: 0.4em;
  }
}

.pte-firstTable_table__options {
  list-style: none;
  padding: 15px;
  font-size: 11px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 1068px) {
  .pte-firstTable_table__options {
    font-size: 0.85em;
  }
}

@media screen and (max-width: 767px) {
  .pte-firstTable_table__options {
    border-bottom: none;
    padding: 0;
    /* margin-right: 10%; */
  }
}

@media screen and (max-width: 610px) {
  .pte-firstTable_table__options {
    font-size: 0.7em;
    margin-left: 7%;
  }
}

.pte-firstTable_table__options>li {
  padding: 8px 0px;
}

@media screen and (max-width: 767px) {
  .pte-firstTable_table__options>li {
    text-align: left;
  }
}

@media screen and (max-width: 610px) {
  .pte-firstTable_table__options>li {
    padding: 5px 0;
  }
}

.pte-firstTable_table__options>li:before {
  content: "✓";
  display: inline-flex;
  margin-right: 15px;
  color: white;
  background-color: #74ce6a;
  box-shadow: rgb(0 0 0 / 40%) 0px 0px 15px -5px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 0.9em;
  padding: 2px;
  align-items: center;
  justify-content: center;
}

.pte-firstTable_table__options .exclude span {
  opacity: 0.8;
}

.pte-firstTable_table__options>li.exclude:before {
  content: "✕";
  background-color: #d5465b;
  box-shadow: rgb(0 0 0 / 40%) 0px 0px 15px -5px;
  padding: 2px;
}

@media screen and (max-width: 1068px) {
  .pte-firstTable_table__options>li:before {
    width: 14px;
    height: 14px;
    padding: 1.5px;
  }
}

@media screen and (max-width: 767px) {
  .pte-firstTable_table__options>li:before {
    width: 12px;
    height: 12px;
  }
}

.pte-firstTable_table__getstart {
  color: white;
  border: 0;
  background-color: #71ce73;
  margin-top: 30px;
  border-radius: 5px;
  cursor: pointer;
  padding: 15px;
  box-shadow: 0px 3px 0px 0px #66ac64;
  letter-spacing: 0.07em;
  transition: all 0.4s ease;
}

@media screen and (max-width: 1068px) {
  .pte-firstTable_table__getstart {
    font-size: 0.95em;
  }
}

@media screen and (max-width: 767px) {
  .pte-firstTable_table__getstart {
    margin-top: 0;
  }
}

@media screen and (max-width: 610px) {
  .pte-firstTable_table__getstart {
    font-size: 0.9em;
    padding: 10px;
  }
}

.pte-firstTable_table__getstart:hover {
  transform: translateY(-10px);
  box-shadow: 0px 40px 29px -19px rgba(102, 172, 100, 0.9);
}

@media screen and (max-width: 767px) {
  .pte-firstTable_table__getstart:hover {
    transform: none;
    box-shadow: none;
  }
}

.pte-firstTable_table__getstart:active {
  box-shadow: inset 0 0 10px 1px #66a564,
    0px 40px 29px -19px rgba(102, 172, 100, 0.95);
  transform: scale(0.95) translateY(-9px);
}

@media screen and (max-width: 767px) {
  .pte-firstTable_table__getstart:active {
    transform: scale(0.95) translateY(0);
    box-shadow: none;
  }
}

.upgrade-button {
  background-color: #a76ee7;
  font-weight: 500;
  text-align: center;
  /* width: 70px; */
  border-radius: 1rem;
  box-sizing: border-box;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0em;
  padding: 6px 8px;
  color: #fff;
  line-height: 1;
}

.investor-button {
  background-color: #924ce2 !important;
  border-radius: 0 0.1875em 0.1875em 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 42px;
  margin: 0;
  font-size: 16px !important;
  padding: 0 0.75em;
  box-sizing: border-box;
  border-width: 1px !important;
  line-height: normal;
  position: absolute;
  width: 45px;
}

.pasteCoupon {
  background-color: #fca61e;
  border-radius: 0 0.1875em 0.1875em 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 42px;
  margin: 0;
  font-size: 16px !important;
  padding: 0 0.75em;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 0px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.1) 0px -3px 0px inset;
  box-sizing: border-box;
  border-width: 1px !important;
  line-height: normal;
}

.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 6%), 0 0 0 1px rgb(100 150 200 / 50%) !important;
}

.modal-create-note {
  background-image: linear-gradient(144deg,
      #af40ff,
      #5b42f3 50%,
      #00c5d2) !important;
  overflow: hidden;
  color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.voucher-border-left,
.voucher-border-right {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.voucher-border-left {
  left: 0;
}

.voucher-border-right {
  right: 0;
}

.voucher-border-left:before,
.voucher-border-right:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #e5e9ec;
  border-radius: 50%;
  background: #f8f9fa;
  /* Change THIS when changing container background color*/
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.voucher-border-left:before {
  left: -15px;
}

.voucher-border-right:before {
  right: -15px;
}

.icon-highlight {
  animation: icon-highlight 1s ease 0s infinite normal backwards;
}

@keyframes icon-highlight {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.14);
  }

  100% {
    transform: scale(1);
  }
}

.disclaimer-text {
  text-align: left;
  margin-bottom: 10px;
  font-size: 12px;
}

.disabled-strategy-mode {
  filter: grayscale(1);
  pointer-events: none;
}

.disabled-grouping-mode {
  filter: grayscale(1);
  pointer-events: none;
}

#ultimate-strategy {
  border-radius: 5px 1rem 5px;
  border: 2px solid #a76ee7;
  font-weight: 600;
}

[data-after-text],
[data-before-text] {
  --badge-offset-x: calc(0px - var(--badge-size) / 3);
  --badge-offset-y: calc(0px - var(--badge-size) / 3);
  --badge-size: 1.5rem;
  --circle-size: 2rem;
  --dot-offset: 0.5rem;
  --dot-size: 0.5rem;

  --b: initial;
  --bgc: hsl(195, 100%, 30%);
  --bdrs: 0;
  --c: hsl(195, 100%, 99%);
  --d: inline-flex;
  --fz: 0.65rem;
  --fw: 700;
  --h: auto;
  --l: initial;
  --m: 0.4rem;
  --p: 0;
  --pos: static;
  --r: initial;
  --t: initial;
  --tt: ;
  --w: initial;

  position: relative;
}

[data-after-text]:not([data-after-text=""])::after {
  content: attr(data-after-text);
}

[data-before-text]:not([data-before-text=""])::before {
  content: attr(data-before-text);
}

[data-after-text]:not([data-after-text=""])::after,
[data-before-text]:not([data-before-text=""])::before {
  align-items: center;
  background: var(--bgc);
  border-radius: var(--bdrs);
  bottom: var(--b);
  box-shadow: var(--bxsh);
  box-sizing: border-box;
  color: var(--c);
  display: var(--d);
  font-size: var(--fz);
  font-weight: var(--fw);
  height: var(--h);
  justify-content: center;
  left: var(--l);
  padding: var(--p);
  position: var(--pos);
  right: var(--r);
  text-decoration: none;
  text-transform: var(--tt);
  top: var(--t);
  width: var(--w);
}

/* MODIFIERS */
[data-after-type*="badge"]::after,
[data-before-type*="badge"]::before {
  --bdrs: var(--badge-size);
  --bxsh: 0 0 0 2px rgba(255, 255, 255, 0.5);
  --h: var(--badge-size);
  --p: 0;
  --pos: absolute;
  --w: var(--badge-size);
}

[data-after-type*="circle"],
[data-before-type*="circle"] {
  align-items: center;
  display: flex;
}

[data-after-type*="circle"]::after,
[data-before-type*="circle"]::before {
  --bdrs: 50%;
  --fw: 400;
  --h: var(--circle-size);
  /* --pos: relative; */
  /* --t: -0.75em; */
  --tt: initial;
  --w: var(--circle-size);
}

[data-after-type*="circle"]::after,
[data-after-type*="pill"]::after {
  margin-inline-start: 1ch;
}

[data-before-type*="circle"]::before,
[data-before-type*="dot"]::before,
[data-before-type*="pill"]::before {
  margin-inline-end: 1ch;
}

[data-after-type*="dot"]::after,
[data-before-type*="dot"]::before {
  --bdrs: 50%;
  --d: inline-block;
  --fz: 50%;
  --h: var(--dot-size);
  --p: 0;
  --pos: relative;
  --t: -1px;
  --w: var(--dot-size);
}

[data-after-type*="dot"]::after,
[data-before-type*="dot"]::before {
  content: "" !important;
}

[data-after-type*="pill"]::after,
[data-before-type*="pil"]::before {
  --bdrs: 1rem;
  --p: 0.25rem 0.75rem;
  --pos: relative;
  --t: -1px;
}

/* COLORS */
[data-after-type*="blue"]::after,
[data-before-type*="blue"]::before {
  --bgc: #007acc;
}

[data-after-type*="darkgray"]::after,
[data-before-type*="darkgray"]::before {
  --bgc: #706e6b;
  --c: #fff;
}

[data-after-type*="green"]::after,
[data-before-type*="green"]::before {
  --bgc: linear-gradient(90deg,
      rgb(61, 202, 200) 0%,
      rgb(65, 207, 195) 35%,
      rgb(64, 201, 214) 100%);
}

[data-after-type*="lightgray"]::after,
[data-before-type*="lightgray"]::before {
  --bgc: #ecebea;
  --c: #080707;
}

[data-after-type*="orange"]::after,
[data-before-type*="orange"]::before {
  --bgc: #ffb75d;
  --c: #080707;
}

[data-after-type*="red"]::after,
[data-before-type*="red"]::before {
  --bgc: #c23934;
}

/* POSITION */
[data-after-type*="top"]::after,
[data-before-type*="top"]::before {
  --b: auto;
  --pos: absolute;
  --t: var(--dot-offset);
}

[data-after-type*="right"]::after,
[data-before-type*="right"]::before {
  --l: auto;
  --pos: absolute;
  --r: var(--dot-offset);
}

[data-after-type*="bottom"]::after,
[data-before-type*="bottom"]::before {
  --b: var(--dot-offset);
  --pos: absolute;
  --t: auto;
}

[data-after-type*="left"]::after,
[data-before-type*="left"]::before {
  --pos: absolute;
  --r: auto;
  --l: var(--dot-offset);
}

[data-after-type*="badge"][data-after-type*="top"]::after,
[data-before-type*="badge"][data-before-type*="top"]::before {
  --m: 0;
  --t: var(--badge-offset-y);
}

[data-after-type*="badge"][data-after-type*="right"]::after,
[data-before-type*="badge"][data-before-type*="right"]::before {
  --m: 0;
  --r: var(--badge-offset-x);
}

[data-after-type*="badge"][data-after-type*="bottom"]::after,
[data-before-type*="badge"][data-before-type*="bottom"]::before {
  --b: var(--badge-offset-y);
  --m: 0;
}

[data-after-type*="badge"][data-after-type*="left"]::after,
[data-before-type*="badge"][data-before-type*="left"]::before {
  --l: calc(0px - var(--badge-size) / 3);
  --t: calc(0px - var(--badge-size) / 3);
  --m: 0;
  width: auto;
  height: 18px;
  padding: 0 0.5rem;
}

.btn-copy:hover {
  cursor: pointer;
  background-color: rgba(92, 51, 181, 0.6) !important;
}

.saving-list {
  display: grid;
  grid-template-columns: 1.5fr repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-size: 12px;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.saving-item1 {
  grid-area: 1 / 1 / 2 / 3;
}

.saving-item2 {
  grid-area: 1 / 3 / 2 / 4;
}

.saving-item3 {
  grid-area: 2 / 1 / 3 / 2;
}

.saving-item4 {
  grid-area: 2 / 2 / 3 / 4;
}

.saving-item1 img {
  max-width: 28px;
}

.saving-item2,
.saving-item4 {
  text-align: right;
}

.icon-button {
  /*  width: 2.5em;
  height: 2.5em;*/
  padding: 0.2rem 0.5rem;
  border-radius: 20px;
  background: rgba(237, 237, 237, 1);
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #924be1 !important;
}

.modal-create-note {
  background-color: red;
}

.btn.btn-sm {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.825rem;
  border-radius: 0.2rem !important;
}

.center {
  margin: auto;
  width: 50%;
  /* border: 3px solid green; */
  padding: 10px;
}

.flex-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
}

.footer {
  margin-top: auto;
}

.offcanvas-footer {
  position: sticky;
  max-width: 450px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 98;
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.04);
  text-align: center;
  padding: 10px 10px 10px 10px;
}

.badge.bg-danger {
  background-color: #c23934 !important;
  font-size: 11px;
  font-weight: bold;
}

.btn-option {
  padding: 0 8px;
  border: 1px solid #924be1;
  border-radius: 1rem;
}

.btn.btn-outline-danger {
  color: #d84558;
}

.btn.btn-outline-danger:hover,
.btn.btn-outline-danger:active {
  color: #fff;
}

.nonBold {
  font-family: PlusJakartaSans !important;
}

.full-page-border {
  position: fixed;
  top: 0;
  left: 0;
  border: 6px solid #8a4ef4;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 2;
}

.investor-view {
  display: none;
  position: fixed;
  top: 0;
  font-size: 11px;
  color: #fff;
  z-index: 9999;
}

.investor-view-notch {
  position: fixed;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #8a4ef4;
  padding: 3px 12px;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.btn-investor-lock {
  filter: grayscale(50%) !important;
  pointer-events: none !important;
  opacity: 0.5 !important;
}

.btn-investor-lock img {
  filter: grayscale(50%);
  border-radius: 6px;
}

.inputs input {
  width: 28px;
  height: 32px;
}

#otp input[type="number"]::-webkit-inner-spin-button,
#otp input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

#otp .form-control:focus {
  box-shadow: none;
  border: 2px solid #924ce2 !important;
}

.btn.submit-otp {
  margin-top: 0.75rem;
  background-color: #924ce2;
  border-radius: 50px;
}

.btn.back-otp {
  margin-top: 0.5rem;
  border-radius: 50px;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0);
}

.floating-certificates {
  position: fixed;
  bottom: 75px;
  right: 10px;
  background-color: #4f4ac9;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}

.my-floating-certificates {
  padding: 8px 12px;
  color: #fff;
}

.badge.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb),
      var(--bs-bg-opacity, 1)) !important;
}

.btn-disabled {
  filter: grayscale(100%);
  opacity: 0.6;
}

.batch-trade-disabled .field-disabled {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.6;
}

#batch-trailing-profit-accordion.disabled,
#trailing-profit-accordion.disabled {
  display: block !important;
  pointer-events: none;
}

#batch-trailing-profit-accordion.disabled .content,
#trailing-profit-accordion.disabled .content {
  filter: grayscale(60%);
  opacity: 0.6;
}

#batch-trailing-profit-accordion.disabled .ios-switch label::before,
#trailing-profit-accordion.disabled .ios-switch label::before {
  pointer-events: none !important;
}

.switch-green .btn-investor-lock.ios-input~.custom-control-label::before,
.switch-green .btn-investor-lock.ios-input:checked~.custom-control-label::before {
  pointer-events: none !important;
}

.modal-content {
  border-radius: 8px;
}

.modal-header {
  border: 0;
  padding-bottom: 0;
}

span.month {
  margin: 8px;
}

span.month.focused.active,
span.month.focused.focused,
span.year.focused.focused,
span.year.focused.active {
  background-color: #ad85f3 !important;
  background-image: -moz-linear-gradient(to bottom, #ad85f3, #ad85f3);
  background-image: -ms-linear-gradient(to bottom, #ad85f3, #ad85f3);
  background-image: -webkit-gradient(linear,
      0 0,
      0 100%,
      from(#ad85f3),
      to(#ad85f3));
  background-image: -webkit-linear-gradient(to bottom, #ad85f3, #ad85f3);
  background-image: -o-linear-gradient(to bottom, #ad85f3, #ad85f3);
  background-image: linear-gradient(to bottom, #ad85f3, #ad85f3) !important;
  background-repeat: repeat-x;
  color: #fff;
}

.history-credit-filter-date .col-form-label,
.profit-summary-filter-date .col-form-label,
.profit-filter-date .col-form-label,
.asset-filter-date .col-form-label {
  background-color: transparent;
  color: #6c757d;
  border: 1px solid #6c757d;
  border-radius: 0.5rem;
  outline: 0;
  font-size: 13px;
}

.history-credit-filter-date .col-form-label.active,
.profit-summary-filter-date .col-form-label.active,
.profit-filter-date .col-form-label.active,
.asset-filter-date .col-form-label.active {
  background-color: #ad85f3;
  border: 1px solid #ad85f3;
  color: #fff;
}

.filter-box {
  font-weight: bold;
  line-height: 32px;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.dropdown-item-asset-filter-name {
  color: rgba(0, 0, 0, 0.65);
}

.dropdown-item-asset-filter-name.active {
  background-color: transparent;
  font-weight: 600;
  color: #000;
}

.dropdown-item-asset-filter-name:hover {
  background-color: #f1eef7 !important;
}

#asset-datepicker-text,
#profit-datepicker-text {
  font-weight: 500;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.banner-img {
  width: 420px;
  border-radius: 10px;
}

.button-close-banner {
  background-color: white;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  right: 20px;
  top: 10px;
  z-index: 10000;
}

.ribbon {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  width: 93px;
  height: 93px;
}

.ribbon span {
  font-size: 0.825rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 22px;
  width: 96px;
  display: block;
  background: #79a70a;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  text-transform: uppercase;
  text-align: center;
  position: absolute;
}

.ribbon span::after,
.ribbon span::before {
  content: '';
  position: absolute;
  z-index: -1;
  border: 3px solid #79A70A;
}

/* top right*/
.ribbon-top-right {
  right: -5px;
  top: -5px;
}

.ribbon-top-right span::before,
.ribbon-top-right span::after {
  content: '';
  position: absolute;
  z-index: -1;
}

.ribbon-top-right span:before {
  left: 0px;
  top: 100%;
  border-right: 3px solid transparent !important;
  border-bottom: 3px solid transparent !important;

}

.ribbon-top-right span::after {
  right: 0px;
  top: 100%;
  border-left: 3px solid transparent !important;
  border-bottom: 3px solid transparent !important;
}

.ribbon-top-right span {
  transform: rotate(45deg);
  top: 17px;
  right: -29px;
}

/* top left*/
.ribbon-top-left {
  left: -5px;
  top: -5px;
}

.ribbon-top-left span::before,
.ribbon-top-left span::after {
  content: '';
  position: absolute;
  z-index: -1;
}

.ribbon-top-left span:before {
  left: 0px;
  top: 100%;
  border-right: 3px solid transparent !important;
  border-bottom: 3px solid transparent !important;

}

.ribbon-top-left span::after {
  right: 0px;
  top: 100%;
  border-left: 3px solid transparent !important;
  border-bottom: 3px solid transparent !important;
}

.ribbon-top-left span {
  transform: rotate(-45deg);
  top: 16px;
  left: -21px;
}

/* bottom right*/
.ribbon-bottom-right {
  right: -5px;
  bottom: -5px;
}

.ribbon-bottom-right span::before,
.ribbon-bottom-right span::after {
  content: '';
  position: absolute;
  z-index: -1;
}

.ribbon-bottom-right span:before {
  right: 0px;
  bottom: 100%;
  border-left: 3px solid transparent !important;
  border-top: 3px solid transparent !important;
}

.ribbon-bottom-right span::after {
  left: 0px;
  bottom: 100%;
  border-right: 3px solid transparent !important;
  border-top: 3px solid transparent !important;
}

.ribbon-bottom-right span {
  transform: rotate(-45deg);
  bottom: 17px;
  right: -29px;
}

.ribbon-red span {
  background-color: #f70505;
}

.ribbon-red span::before,
.ribbon-red span::after {
  border-color: #1e5799;
}

.ribbon-blue span {
  background-color: #2989d8;
}

.ribbon-blue span::before,
.ribbon-blue span::after {
  border-color: #1e5799;
}

.ribbon-purple span {
  background: rgb(146, 75, 225);
  background: linear-gradient(#924be1 0%, #7824d5 100%);
}

.ribbon-purple span::before,
.ribbon-purple span::after {
  border-color: #6b20c0;
}

.table-rank-pop-up,
.td-rank-pop-up {
  text-align: left;
}

.th-rank-pop-up {
  border-bottom: 1px solid #ddd;
  font-size: 11px;
}

.table-rank-pop-up {
  border-collapse: collapse;
  background-color: white;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.th-rank-pop-up {
  padding: 6px;
}

.td-rank-pop-up {
  font-size: 12px;
  font-weight: 600;
  padding: 3px 6px 3px 6px;
  letter-spacing: 0.05rem;
}

.ranking-nav {
  position: absolute;
  z-index: 4;
  right: 50px;
  top: 15px;
}

.ranking-nav-img {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.ranking-top-up {
  width: 500px;
  background: rgb(168,70,178);
  border-radius: 10px;
  background: rgb(168,70,178);
  background: linear-gradient(129deg, rgba(168,70,178,1) 0%, rgba(91,42,133,1) 49%, rgba(18,16,91,1) 100%);
}

.ranking-top-up-header-container {
  background: #924be1;
  height: 10rem;
  border-radius: 10px 10px 0 0;
  position: relative;
  background-image: url("../images/pictures/bg-leaderboard.jpg?v=1");
  background-size: cover;
}

.ranking-top-tab-navigation {
  display: flex;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  position: absolute;
  width: 50%;
  border-radius: 8px;
  height: 37.5px;
  padding: 5px;  
  top:20px;
  left: 25%;
  right: 0;
  z-index: 2;
}
.ranking-top-tab {
  background-color: transparent;
  color: #fff;
  width: 100%;
  border: none;
  font-size: 13px;
  cursor: pointer;
  letter-spacing: 0.1rem;
}

.ranking-top-tab.active {
  background-color: #a77adf;
  border-radius: 5px;
  color: #fff;
}

.ranking-top-up-header {
  width: 100%;
  position: absolute;
  top: 72px;
  height: 4rem;
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  align-items: center;
}

.ranking-top-up-header-title {
  color: white;
  letter-spacing: .05rem;
  font-size: 18px;
  font-weight: 600;
}

.ranking-top-up-header-subtitle {
  color: white;
  font-size: 13.8px;
  letter-spacing: .03rem;
  font-weight: 500;
  /*  margin-top: -30px;*/
}

/* rank-event */
.ranking-top-up-event-header-container {
  height: 12rem;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.ranking-top-up-event-header {
  background-size: cover;
  width: 100%;
  position: absolute;
  top: 80px; 
  left: 0; /* Rata tengah secara horizontal */
  display: flex; 
  flex-direction: column; /* Menyusun elemen secara vertikal */
  justify-content: center; /* Rata tengah secara vertikal */
  align-items: center; /* Rata tengah secara horizontal */
  text-align: center; /* Rata tengah untuk teks */
}

.ranking-top-up-event-header-title {
  color: white;
  letter-spacing: 0.25rem;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.ranking-top-up-event-header-subtitle {
  color: #5bf3fb;
  letter-spacing: 0.25rem;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.ranking-top-up-event-header-date {
  color: white;
  font-size: 12px;
  letter-spacing: 0.075rem;
  font-weight: 500;
}
/* Container Styling */
.leaderboard-container {
  width: 100%; 
  margin: auto; 
/*  background-color: #924be1;*/
  overflow: hidden;
  /*  font-family: Arial, sans-serif;*/
  font-size: 12px;
}

/* Item Styling */
.leaderboard-item {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  margin: 0.75rem 0.25rem;
  background: rgb(155,60,166);
  background: linear-gradient(120deg, rgba(155,60,166, 0.6) 30%, rgba(116,47,144,0.6) 100%);
  border-radius: 12px;
  color: white;
  font-weight: 600;
  letter-spacing: 0.05rem;
  font-size: 12px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}


/* Rank Number Styling */
.leaderboard-rank {
  width: 30px;
  text-align: center;
}

/* First, Second, and Third Place Colors */
.first-place {
  position: relative;
  color: #000;
  background: rgb(238,213,129);
background: linear-gradient(90deg, rgba(238,213,129,1) 0%, rgba(250,182,105,1) 20%, rgba(238,213,129,1) 40%, rgba(250,187,115,1) 69%, rgba(238,213,129,1) 100%);
}

.second-place {
  position: relative;
  color: #000;
  background: rgb(209,205,206);
background: linear-gradient(90deg, rgba(209,205,206,1) 0%, rgba(255,251,253,1) 20%, rgba(209,205,206,1) 40%, rgba(155,151,152,1) 69%, rgba(209,205,206,1) 100%);
}

.third-place {
  position: relative;
  color: #000;
  background: rgb(199,144,95);
background: linear-gradient(90deg, rgba(199,144,95,1) 0%, rgba(219,184,149,1) 20%, rgba(199,144,95,1) 40%, rgba(171,101,59,1) 69%, rgba(142,102,80,1) 100%);
}


.first-place::after,.second-place::after,.third-place::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: skew(-15deg);
  width: 8%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.45);
  filter: blur(16px);
  animation: shine 2s linear infinite;
}

 @keyframes shine {
    0% {
      left: -100%;
    }
    100% {
      left: 100%;
    }
  }

/* Leaderboard Name */
.leaderboard-name {
  flex-grow: 1;
  text-align: left;
  margin-left: 10px;
}

/* Icon */
.leaderboard-icon {
  text-align: right;
  color: #66bb6a;
  filter: drop-shadow(0 0 0.15rem rgba(0, 0, 0, 0.3));
}
@media only screen and (max-width: 768px) {
  .ranking-nav {
    position: absolute;
    z-index: 50;
    right: 50px;
    top: 20px;
  }

  .ranking-top-up-header-title {
    font-size: 15px;
  }

  .ranking-top-up-header-subtitle {
    font-size: 14px;
  }

  /* event */
  .ranking-top-up-event-header-title {
    font-size: 1.25rem;
    margin-bottom: .5rem;
  }

  .ranking-top-up-event-header-subtitle {
    font-size: 1.25rem;
    margin-bottom: .75rem;
  }
  .banner-img {
    width: 420px;
    height: 420px;
  }

  .ranking-top-up {
    width: 420px;
  }

  .ranking-top-up-event-header-container {
      height: 11rem;
  }
}

@media only screen and (max-width: 508px) {
  .ranking-nav {
    position: absolute;
    z-index: 50;
    right: 50px;
    top: 20px;
  }

  .ranking-top-up-header-title {
    font-size: 14px;
  }

  .ranking-top-up-header-subtitle {
    font-size: 13px;
  }

  .banner-img {
    width: 380px;
    height: 380px;
  }

  .ranking-top-up {
    width: 380px;
  }
}

@media only screen and (max-width: 408px) {
  .ranking-nav {
    position: absolute;
    z-index: 50;
    right: 50px;
    top: 20px;
  }

  .ranking-top-up-header-title {
    font-size: 14px;
  }

  .ranking-top-up-header-subtitle {
    font-size: 13px;
  }

  .banner-img {
    width: 320px;
    height: 320px;
  }

  .ranking-top-up {
    width: 320px;
  }
}

@media only screen and (max-width: 330px) {
  .ranking-nav {
    position: absolute;
    z-index: 50;
    right: 50px;
    top: 20px;
  }

  .ranking-top-up-header-title {
    font-size: 14px;
  }

  .ranking-top-up-header-subtitle {
    font-size: 13px;
  }

  .banner-img {
    width: 230px;
    height: 230px;
  }

  .ranking-top-up {
    width: 230px;
  }

  .ranking-top-up-event-header-container {
      height: 12.5rem;
  }
}

.text-shine-gold {
  text-transform: uppercase;
  background-image: linear-gradient(225deg,
      #fef9ec 0%,
      #fdc846 29%,
      #fdc846 67%,
      #fef9ec 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;

}

.text-shine-silver {
  text-transform: uppercase;
  background-image: linear-gradient(225deg,
      #f1f0f1 0%,
      #737279 29%,
      #737279 67%,
      #f1f0f1 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;

}

.text-shine-green {
  text-transform: uppercase;
  background-image: linear-gradient(225deg,
      #d4feee 0%,
      #05d387 29%,
      #2afaae 67%,
      #d4feee 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-weight: 600;

}

.text-shine-bronze {
  text-transform: uppercase;
  background-image: linear-gradient(225deg,
      #f8f3e6 0%,
      #bd890b 29%,
      #bd890b 67%,
      #f8f3e6 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: -200% center;
  }
}

.arrow-shake {
  animation: shake-vertical 3s linear 0s infinite normal forwards;
}

.arrow-shake-reverse {
  animation: shake-vertical 3s linear 0.1s infinite normal forwards;
}

@keyframes shake-vertical {

  0% {
    transform: translateY(1px);
  }

  10% {
    transform: translateY(-1px);
  }

  20% {
    transform: translateY(1px);
  }

  30% {
    transform: translateY(-1px);
  }

  40% {
    transform: translateY(1px);
  }

  50% {
    transform: translateY(-1px);
  }

  60% {
    transform: translateY(1px);
  }

  70% {
    transform: translateY(-1px);
  }

  80% {
    transform: translateY(1px);
  }

  90% {
    transform: translateY(-1px);
  }

  100% {
    transform: translateY(1px);
  }
}

.pulse-anim {
  animation: Pulse 1s ease 0s infinite normal forwards;
}

@keyframes Pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.25;
  }

  100% {
    opacity: 1;
  }
}

/* @variants responsive { */
/* Hide scrollbar for Chrome,
    Safari and Opera  */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE,
      Edge and Firefox  */
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.upgrade-pro {
  background-image: url("../images/pictures/bg-up-to.png");
}

.floating-notification {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: 100%;
  max-width: 425px;
  padding: 1rem .5rem;
}

.floating-maintenance {
  background-color: #fefcdd;
  border: 1px solid #fdf492;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  color: #000;
}


 .sticky-footer {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: white;
      color: black;
      padding: 10px 15px;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
      z-index: 9999;
      visibility: hidden;
    }
    @media (max-width: 768px) {
      .sticky-footer {
          visibility: visible; /* Tampilkan hanya pada mobile */
      }
  }
    .sticky-footer .btn-open {
      background-color: #924be1;
      margin-right: 10px;
      border-radius: 50px; 
      width: 150px;
      color: white;
      border: none;
    }
    .sticky-footer .btn-open:hover {
      background-color: rgb(146, 76, 227);;
    }
    
    .sticky-footer .btn-close {
      background-color: transparent; /* Warna latar belakang */
      color: black; /* Warna teks/icon */
      border: none; /* Menghapus border default */
      width: 40px; /* Lebar tombol */
      height: 40px; /* Tinggi tombol (sama dengan lebar) */
      border-radius: 50%; /* Membuat bentuk bulat */
      display: flex; /* Agar konten di tengah */
      align-items: center; /* Posisi vertikal di tengah */
      justify-content: center; /* Posisi horizontal di tengah */
      font-size: 16px; /* Ukuran teks/icon */
      font-weight: bold; /* Ketebalan teks */
      cursor: pointer; /* Ubah kursor menjadi pointer */
      transition: background-color 0.3s ease; /* Tambahkan transisi hover */
  }
    .sticky-footer .btn-close:hover {
      color: #ff4500;
    }

    
.announcement-download-modal {
  background-color: #fff;
  /* padding: 20px; */
  width: 320px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.announcement-download-icon {
  width: 40px;
  height: 40px;
}

.announcement-download-title {
  font-size: 1.2rem;
  color: black;
  font-weight: bold;
  margin: 15px 0;
}

.announcement-download-message {
  margin-bottom: 20px;
  font-size: 0.9rem;
  color: #666;
}

.announcement-download-button {
  display: block;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  width: 100%;
}

.announcement-download-button-primary {
  background-color: #924ce2;
  color: white;
}

.announcement-download-button-secondary {
  background-color: white;
  color: #924ce2;
}

.announcement-download-button-primary:hover {
  background-color: #924ce2;
  color: white
}

.announcement-download-button-secondary:hover {
  background-color: #e0e0e0;
}

/* Container untuk App Store dan Google Play */
.store-container {
  display: flex;
  justify-content: center; /* Pusatkan secara horizontal */
  align-items: center; /* Pusatkan secara vertikal */
  gap: 10px; /* Berikan jarak antar tombol */
}

/* Gaya untuk tombol store */
.store-button {
  width: 150px; /* Atur lebar tombol */
  height: auto; /* Tinggi otomatis sesuai rasio gambar */
  cursor: pointer; /* Tambahkan pointer saat hover */
  transition: transform 0.2s ease-in-out; /* Efek animasi saat hover */
}

/* Efek hover untuk memperbesar tombol */
.store-button:hover {
  transform: scale(1.05); /* Perbesar sedikit saat hover */
}


/* Container untuk footer */
.footer-container-download-app {
  background-color: #ecf0fe; /* Warna latar belakang footer */
  padding: 15px 20px; /* Spasi dalam */
  text-align: center; /* Teks rata tengah */
  border-radius: 0 0 10px 10px; /* Border-radius hanya untuk bawah */
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Tambahkan bayangan halus */
}

/* Gaya untuk link */
.footer-link-download-app {
  color: #1a73e8; /* Warna biru untuk teks */
  font-size: 12px; /* Ukuran font */
  font-weight: 500; /* Teks tebal */
  text-decoration: none; /* Hilangkan garis bawah */
}

.footer-link-download-app:hover {
  text-decoration: underline; /* Teks bergaris bawah saat hover */
}

/* feedback */
.feedback-form-user-modal {
  background-color: #fff;
  /* padding: 20px; */
  width: 320px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.feedback-form-user-icon {
  width: 40px;
  height: 40px;
}

.feedback-form-user-title {
  font-size: 1.2rem;
  color: black;
  font-weight: bold;
  margin: 15px 0;
}

.feedback-form-user-message {
  margin-bottom: 20px;
  font-size: 0.9rem;
  color: #666;
}

.feedback-form-user-button {
  display: block;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  width: 100%;
}

.feedback-form-user-button-primary {
  background-color: #924ce2;
  color: white;
}

.feedback-form-user-button-secondary {
  background-color: white;
  color: #924ce2;
}

.feedback-form-user-button-primary:hover {
  background-color: #924ce2;
  color: white
}

.feedback-form-user-button-secondary:hover {
  background-color: #e0e0e0;
}

/*ver 32*/

.warning-box{
width: 450px;  margin: 10px auto; padding: 15px; border: 2px solid #ffc107; border-radius: 10px; background-color: #fff8e5; font-family: Arial, sans-serif; display: flex; align-items: center; gap: 10px; text-align: justify;
}

  
.content-recharge{
  width: 450px; margin: -5px auto; padding: 15px; border: 2px solid #314db4; border-radius: 10px; background-color: #f9f9f9; font-family: Arial, sans-serif; text-align: justify;
}

@media (max-width: 480px) {
   .warning-box {
         width: 100%;
        padding: 5px;
         margin: 0;
      }
      .content-recharge {
         width: 100%;
         padding: 15px;
         margin: 0;
      }
    }



@media (max-width: 480px) {
    .popup-container-coin-group {
      max-width: 350px !important;
    }
  }

  .popup-container-coin-group {
    padding: 2rem 2.75rem;
    width: 550px;
    height: 100%;
    margin: auto;
    border-radius: 20px;
    background-color: white;
    text-align: center;
  }

  .text-xl-coin-group {
    font-size: 1.25rem;
    font-weight: 600;
    color: #dc2626;
    margin-bottom: 1rem;
  }

  .text-xl-coin-group {
    font-size: 0.875rem;
    color: #374151;
    margin-bottom: 0.75rem;
  }

  .bg-red-box-coin-group {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 0.375rem;
    padding: 0.75rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: #991b1b;
    text-align: left;
  }

  .ul-coin-group {
    margin: 0;
    padding: 0;
  }

  .bg-blue-box-coin-group {
    background-color: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 0.375rem;
    padding: 0.75rem;
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
    color: #1e40af;
    text-align: left;
  }

  .btn-coin-group-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 1.5rem;
  }

  .btn-coin-group {
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    width: 48%;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .btn-coin-group-gray {
    background-color: #d1d5db;
    color: #1f2937;
  }

  .btn-coin-group-gray:hover {
    background-color: #9ca3af;
  }

  .btn-coin-group-red {
    background-color: #ef4444;
    color: white;
  }

  .btn-coin-group-red:hover {
    background-color: #dc2626;
  }


  .dialog-ovelay-2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}

.dialog-ovelay-2 .dialog {
  position: fixed;
  width: 95%;
  max-width: 320px;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  overflow: hidden;
}

.dialog-ovelay-2 .dialog header {
  padding: 10px 16px;
  background-color: #f1f1f1;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.dialog-ovelay-2 .dialog header h3 {
  font-size: 14px;
  margin: 0;
  color: #fff;
  display: inline-block;
}

.dialog-ovelay-2 .dialog header .fa-close {
  float: right;
  color: #c4c5c7;
  cursor: pointer;
  transition: all 0.5s ease;
  padding: 0 2px;
  border-radius: 1px;
}

.dialog-ovelay-2 .dialog header .fa-close:hover {
  color: #b9b9b9;
}

.dialog-ovelay-2 .dialog header .fa-close:active {
  box-shadow: 0 0 5px #673ab7;
  color: #a2a2a2;
}

.dialog-ovelay-2 .dialog .dialog-msg {
  padding: 12px 16px;
}

.dialog-ovelay-2 .dialog .dialog-msg p {
  margin: 0;
  font-size: 15px;
  color: #676b73;
}

.dialog-ovelay-2 .dialog footer {
  /*border-top: 1px solid rgba(0, 0, 0, 0.24);*/
  padding: 8px 10px;
}

.dialog-ovelay-2 .dialog footer .controls {
  display: flex;
  flex-wrap: nowrap;
}

.dialog-ovelay-2 .dialog footer .controls .button {
  padding: 5px 15px;
  border-radius: 3px;
}

 .collapsible {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-4px);
    transition: max-height 300ms ease, opacity 220ms ease,
      transform 220ms ease;
    display: block; /* keep block; height controls visibility */
  }
  .collapsible.open {
    opacity: 1;
    transform: translateY(0);
  }
  .toggle-arrow {
    transition: transform 250ms ease;
  }
  .toggle-arrow.open {
    transform: rotate(180deg);
  }
  .toggle-arrow.close {
    transform: rotate(0deg);
  }


.sertif-title {
  white-space: normal;
  word-break: break-word;
}

@media (max-width: 576px) { /* mobile */
  .sertif-title {
    max-width: 280px;
  }
}