div.dataTables_info, div.dataTables_paginate, div.dataTables_length {
    font-size: 0.875em;
}

/* Pricing section - large screen improvements */
@media (min-width: 1400px) {
    #pricing .container {
        max-width: 1320px;
    }
}

@media (min-width: 1600px) {
    #pricing .container {
        max-width: 1440px;
    }

    #pricing .card-group {
        max-width: 1400px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (min-width: 1920px) {
    #pricing .container {
        max-width: 1600px;
    }

    #pricing .card-group {
        max-width: 1500px;
    }

    /* Prevent cards from getting too wide */
    #pricing .card-group > .col-xl-4 {
        max-width: 450px;
    }
}
@keyframes buzz {
    0% { transform: translateX(0) rotate(0); }
    20% { transform: translateX(-1.5px) rotate(-2deg); }
    40% { transform: translateX(1.5px) rotate(2deg); }
    60% { transform: translateX(-1px) rotate(-1deg); }
    80% { transform: translateX(1px) rotate(1deg); }
    100% { transform: translateX(0) rotate(0); }
}
.alert-icon.buzz {
    display: inline-block;
    animation: buzz 0.6s infinite linear;
    transform-origin: center;
    will-change: transform;
}
/* Respect user preference for reduced motion */
@media (prefers-reduced-motion: reduce) {
    .alert-icon.buzz { animation: none; }
}

.btn-switch {
    text-align: center;
    margin-bottom: 20px;
}
.pb-lg-6 {
    /*padding-bottom: 10rem !important;*/
    padding-bottom: 5rem !important;
}
.currency-pairs {
    border-radius: 9px;
    width: 18px;
}
.currency-pairs.currency-pairs-sm .currency-pair {
    position: inherit;
    width: 18px;
    height: 18px;
    border-radius: 9px;
}
.fw-medium {
    font-weight: 500;
}
.btn-move {
    position: relative;
    bottom: -31px;
}
/* button hasiok w portfolio update_form && create_form */
.btn-bin-move {
    position: relative;
    bottom: -29px;
}
.font-alt {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.bd-callout {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
}
.bd-callout-dark {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
}
.bd-callout-warning {
    border-left-color: #f0ad4e
}
.bd-callout-primary {
    border-left-color: #2e59d9
}
.bd-callout-success {
    border-left-color: #1cc88a
}
.bd-callout-secondary {
    border-left-color: #858796
}

.bd-callout-danger {
    border-left-color: #d9534f
}
.bd-callout-info {
    border-left-color: #36b9cc;
}
.bd-callout-light {
    border-left-color: #f8f9fa;
}
.bd-callout-black {
    border-left-color: #212529;
}
.bd-callout-white{
    border-left-color: #fff;
}
.bd-callout-purple {
    border-left-color: #7952b3;
}
/* autocomplete custom styling */
.ui-autocomplete {
    max-height: 93px !important;
    overflow-y: auto !important;;
    /* prevent horizontal scrollbar */
    overflow-x: hidden !important;;
    z-index: 1100 !important;;
    font-size: 0.7em !important;;
}
* html .ui-autocomplete {
    height: 93px !important;;
}
.ui-autocomplete .ui-menu-item .ui-state-active {
    color: #4e73df !important;
}
.btn-violet {
    color: #fff;
    background-color: #9f1ae2;
    border-color: #9f1ae2;
}
.btn-violet :hover {
    color: #fff;
    background-color: #8716c0;
    border-color: #7f15b5;
}
.btn-check:focus + .btn-violet , .btn-violet :focus {
    color: #fff;
    background-color: #8716c0;
    border-color: #7f15b5;
    box-shadow: 0 0 0 0.25rem rgba(173, 60, 230, 0.5);
}
.btn-check:checked + .btn-violet, .btn-check:active + .btn-violet, .btn-violet:active, .btn-violet.active, .show > .btn-violet.dropdown-toggle {
    color: #fff;
    background-color: #7f15b5;
    border-color: #7714aa;
}
.btn-check:checked + .btn-violet:focus, .btn-check:active + .btn-violet:focus, .btn-violet:active:focus, .btn-violet.active:focus, .show > .btn-violet.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(173, 60, 230, 0.5);
}
.btn-violet:disabled, .btn-violet.disabled {
    color: #fff;
    background-color: #9f1ae2;
    border-color: #9f1ae2;
}
.bg-violet{
    --bs-bg-opacity: 1;
    background-color: #9f1ae2;
}
.bg-gradient-primary-to-secondary {
    background: linear-gradient(45deg, #4e73df, #2937f0) !important;
}
.bg-gradient-aqua-to-primary {
    background: linear-gradient(115deg, #56CFE1, #4e73df) !important;
}
.bg-password-image {
    background: url("/img/undraw_forgot_password.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-login-image {
    background: url("/img/undraw_login.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.invalid-feedback-custom {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.has-error-custom {
    color: #dc3545;
    background-color: #f8d7da;
    border-color: #dc3545;
}
a.disabled {
    /* Make the disabled links grayish*/
    color: gray;
    /* And disable the pointer events */
    pointer-events: none;
}
.tooltip-inner {
    background-color: #0d6efd;
    box-shadow: 0px 0px 4px black;
    opacity: 1 !important;
}
.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #0d6efd !important;
}
.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #0d6efd !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #0d6efd !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #0d6efd !important;
}
/* Add a black background color to the top navigation */
.subnav {
    background-color: #fff;
    overflow: hidden;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* Style the links inside the navigation bar */
.subnav a {

    float: left;
    display: flex;
    /*color: #adb5bd;*/
    color: #495057;
    text-align: center;
    padding: 0.5rem 1rem;
    text-decoration: none;
    font-size: 1rem;
}
.subnav-dark a {

    float: left;
    display: flex;
    color: #adb5bd;
    /*color: #495057;*/
    text-align: center;
    padding: 0.5rem 1rem;
    text-decoration: none;
    font-size: 1rem;
}

.subnav a:hover, .subnav a:focus, .subnav-dark a:hover, .subnav-dark a:focus   {
    color: #0a58ca;
}

.subnav a.active {
    color: #2937f0;
}
.subnav-dark a.active{
    color: #ffffff;
    /*border-bottom: 3px solid #2937f0;*/
}
.navi-link {
    background: none;
    color: #495057;
    padding: 0.5rem 1rem;
}
.navi-link-dark {
    background: none;
    color: #adb5bd; //
    padding: 0.5rem 1rem;
}
.navi-link.active {
    color: #000000;
    border-bottom: 3px solid #6a11cb;;
}

.navi-link-dark.active {
    color: #ffffff;
    border-bottom: 3px solid #6a11cb;;
}

.navi-link:hover {
    color: #0a58ca
}

.home {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.a-custom {
    color: #495057;
    text-decoration: none;
}
.text-gradient-blue {
    background: -webkit-linear-gradient(#4e73df, #2937f0);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-gradient-violet {
    background: -webkit-linear-gradient(#2937f0, #9f1ae2);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-dark {
    background-color: #32323e;
}
.text-szary {
    --bs-text-opacity: 1;
    color: #adb5bd;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 0px 0px; /* e.g. change 8x to 4px here */
}
.msg {
    border-radius: 10px;
}

.msg.right {
    background-color:#CCC;
    float: right;
}

.msg.left {
    background-color:#555;
    color: white;

}
.arrow-custom {
    position: relative;
    top: -69px;
    right: -109px;
    font-size: 34px;
}
.gradient-custom {
    /* fallback for old browsers */
    background: #6a11cb;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1))
}
.l-bg-blue-dark {
    background: linear-gradient(to right, #373b44, #4286f4) !important;
    color: #fff;
}

.bg-gradient-primary {
    background: linear-gradient(87deg,#5e72e4 0,#825ee4 100%)!important
}

.bg-gradient-secondary {
    background: linear-gradient(87deg,#f7fafc 0,#f7f8fc 100%)!important
}

.bg-gradient-success {
    background: linear-gradient(87deg,#2dce89 0,#2dcecc 100%)!important
}

.bg-gradient-info {
    background: linear-gradient(87deg,#11cdef 0,#1171ef 100%)!important;
}

.bg-gradient-warning {
    background: linear-gradient(87deg,#fb6340 0,#fbb140 100%)!important
}

.bg-gradient-danger {
    background: linear-gradient(87deg,#f5365c 0,#f56036 100%)!important
}

.bg-gradient-light {
    background: linear-gradient(87deg,#adb5bd 0,#adaebd 100%)!important
}

.bg-gradient-dark {
    background: #32323e;
    /*background: linear-gradient(87deg,#32323e 0,#32323e 100%)!important*/
}

.bg-gradient-default {
    background: linear-gradient(87deg,#172b4d 0,#1a174d 100%)!important
}

.bg-gradient-white {
    background: linear-gradient(to bottom,#fff 19%,#f8f6f24d 100%)!important;
}

.bg-gradient-neutral {
    background: linear-gradient(87deg,#fff 0,#fff 100%)!important
}

.bg-gradient-darker {
    background: linear-gradient(87deg,#000 0,#000 100%)!important
}

.bg-gradient-blue {
    background: linear-gradient(87deg,#5e72e4 0,#825ee4 100%)!important
}

.bg-gradient-indigo {
    background: linear-gradient(87deg,#5603ad 0,#9d03ad 100%)!important
}

.bg-gradient-violet {
    background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}

.bg-gradient-purple {
    background: linear-gradient(87deg,#8965e0 0,#bc65e0 100%)!important
}

.bg-gradient-pink {
    background: linear-gradient(87deg,#f3a4b5 0,#f3b4a4 100%)!important
}

.bg-gradient-red {
    background: linear-gradient(87deg,#f5365c 0,#f56036 100%)!important
}

.bg-gradient-orange {
    background: linear-gradient(87deg,#fb6340 0,#fbb140 100%)!important
}

.bg-gradient-yellow {
    background: linear-gradient(87deg,#ffd600 0,#beff00 100%)!important
}

.bg-gradient-green {
    background: linear-gradient(87deg,#2dce89 0,#2dcecc 100%)!important
}

.bg-gradient-teal {
    background: linear-gradient(87deg,#11cdef 0,#1171ef 100%)!important
}

.bg-gradient-cyan {
    background: linear-gradient(87deg,#2bffc6 0,#2be0ff 100%)!important
}

.bg-gradient-gray {
    background: linear-gradient(87deg,#8898aa 0,#888aaa 100%)!important
}

.bg-gradient-gray-dark {
    background: linear-gradient(87deg,#32325d 0,#44325d 100%)!important
}

.bg-gradient-light {
    background: linear-gradient(87deg,#ced4da 0,#cecfda 100%)!important
}
.bg-success {
    background-color: #2dce89!important
}

.btn-navi:hover {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
    /*color: #212529;*/
}

.icon {
    width: 3rem;
    height: 3rem;
}

.icon-sm {
    width: 1.25rem;
    height: 1.25rem;
}

.icon-lg {
    width: 5rem;
    height: 5rem;
}

.icon-shape {
    display: inline-flex;
    padding: 12px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.rebalance-portfolio-name {
    color: #0a0a0a;
}

.rebalance-portfolio-name-dark {
    color: #ffffff;
}

.zoom-in {
    z-index: 1;
    transform: scale(1.1);
}

.separator-skew {
    height: 70px;
}

.separator-bottom {
    top: auto;
    bottom: 0;
}
.separator {
    /*position: absolute;*/
    top: auto;
    right: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    /*height: 150px;*/
    transform: translateZ(0);
    pointer-events: none;
}

.mt-n8 {
    margin-top: -8rem !important;
}
.ms-n2 {
    margin-left: -2rem !important;
}
.ms-n1 {
    margin-left: -0.8rem !important;
}
.me-n1 {
    margin-right: -0.25rem !important;
}


.alert-success {
    color: #fff;
    border-color: #4fd69c;
    background-color: #4fd69c;
}

.alert-primary {
    color: #fff;
    border-color: #7889e8;
    background-color: #7889e8;
}

.alert-info {
    color: #fff;
    border-color: #37d5f2;
    background-color: #37d5f2;
}

.alert-warning {
    color: #fff;
    border-color: #fc7c5f;
    background-color: #fc7c5f;
}

.alert-danger {
    color: #fff;
    border-color: #f75676;
    background-color: #f75676;
}

.alert-default {
    color: #fff;
    border-color: #3c4d69;
    background-color: #3c4d69;
}

.mx-alert-size {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
     animation-name: fadeInDown;
}
.alert-notify {
    display: flex;
    /*margin-right: 13rem !important;*/
    /*margin-left: 13rem !important;*/
    color: rgba(255, 255, 255, .85);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    border-radius: 1rem;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.alert-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: rgba(255, 255, 255, .85) !important;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.alert-icon {
    font-size: 1.25rem;
    display: inline-block;
    margin-right: 1.25rem;
    vertical-align: middle;
}

.alert-notify .alert-title {
    font-size: 1rem;
    font-weight: 600;
    display: block;
}
.error {
    color: #5a5c69;
    font-size: 7rem;
    position: relative;
    line-height: 1;
    width: 12.5rem;
}

@-webkit-keyframes noise-anim {
    0% {
        clip: rect(49px,9999px,40px,0)
    }

    5% {
        clip: rect(75px,9999px,72px,0)
    }

    10% {
        clip: rect(97px,9999px,93px,0)
    }

    15% {
        clip: rect(15px,9999px,9px,0)
    }

    20% {
        clip: rect(14px,9999px,92px,0)
    }

    25% {
        clip: rect(18px,9999px,94px,0)
    }

    30% {
        clip: rect(17px,9999px,20px,0)
    }

    35% {
        clip: rect(71px,9999px,59px,0)
    }

    40% {
        clip: rect(42px,9999px,84px,0)
    }

    45% {
        clip: rect(56px,9999px,25px,0)
    }

    50% {
        clip: rect(46px,9999px,14px,0)
    }

    55% {
        clip: rect(47px,9999px,1px,0)
    }

    60% {
        clip: rect(64px,9999px,58px,0)
    }

    65% {
        clip: rect(89px,9999px,92px,0)
    }

    70% {
        clip: rect(56px,9999px,39px,0)
    }

    75% {
        clip: rect(80px,9999px,71px,0)
    }

    80% {
        clip: rect(8px,9999px,13px,0)
    }

    85% {
        clip: rect(66px,9999px,68px,0)
    }

    90% {
        clip: rect(68px,9999px,4px,0)
    }

    95% {
        clip: rect(56px,9999px,14px,0)
    }

    100% {
        clip: rect(28px,9999px,53px,0)
    }
}

@keyframes noise-anim {
    0% {
        clip: rect(49px,9999px,40px,0)
    }

    5% {
        clip: rect(75px,9999px,72px,0)
    }

    10% {
        clip: rect(97px,9999px,93px,0)
    }

    15% {
        clip: rect(15px,9999px,9px,0)
    }

    20% {
        clip: rect(14px,9999px,92px,0)
    }

    25% {
        clip: rect(18px,9999px,94px,0)
    }

    30% {
        clip: rect(17px,9999px,20px,0)
    }

    35% {
        clip: rect(71px,9999px,59px,0)
    }

    40% {
        clip: rect(42px,9999px,84px,0)
    }

    45% {
        clip: rect(56px,9999px,25px,0)
    }

    50% {
        clip: rect(46px,9999px,14px,0)
    }

    55% {
        clip: rect(47px,9999px,1px,0)
    }

    60% {
        clip: rect(64px,9999px,58px,0)
    }

    65% {
        clip: rect(89px,9999px,92px,0)
    }

    70% {
        clip: rect(56px,9999px,39px,0)
    }

    75% {
        clip: rect(80px,9999px,71px,0)
    }

    80% {
        clip: rect(8px,9999px,13px,0)
    }

    85% {
        clip: rect(66px,9999px,68px,0)
    }

    90% {
        clip: rect(68px,9999px,4px,0)
    }

    95% {
        clip: rect(56px,9999px,14px,0)
    }

    100% {
        clip: rect(28px,9999px,53px,0)
    }
}

.error:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #e74a3b;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim 2s infinite linear alternate-reverse
}

@-webkit-keyframes noise-anim-2 {
    0% {
        clip: rect(16px,9999px,10px,0)
    }

    5% {
        clip: rect(22px,9999px,29px,0)
    }

    10% {
        clip: rect(6px,9999px,68px,0)
    }

    15% {
        clip: rect(85px,9999px,95px,0)
    }

    20% {
        clip: rect(65px,9999px,91px,0)
    }

    25% {
        clip: rect(93px,9999px,68px,0)
    }

    30% {
        clip: rect(10px,9999px,27px,0)
    }

    35% {
        clip: rect(37px,9999px,25px,0)
    }

    40% {
        clip: rect(12px,9999px,23px,0)
    }

    45% {
        clip: rect(40px,9999px,18px,0)
    }

    50% {
        clip: rect(19px,9999px,71px,0)
    }

    55% {
        clip: rect(2px,9999px,35px,0)
    }

    60% {
        clip: rect(16px,9999px,69px,0)
    }

    65% {
        clip: rect(8px,9999px,65px,0)
    }

    70% {
        clip: rect(30px,9999px,57px,0)
    }

    75% {
        clip: rect(14px,9999px,4px,0)
    }

    80% {
        clip: rect(39px,9999px,30px,0)
    }

    85% {
        clip: rect(22px,9999px,35px,0)
    }

    90% {
        clip: rect(58px,9999px,71px,0)
    }

    95% {
        clip: rect(34px,9999px,90px,0)
    }

    100% {
        clip: rect(67px,9999px,68px,0)
    }
}

@keyframes noise-anim-2 {
    0% {
        clip: rect(16px,9999px,10px,0)
    }

    5% {
        clip: rect(22px,9999px,29px,0)
    }

    10% {
        clip: rect(6px,9999px,68px,0)
    }

    15% {
        clip: rect(85px,9999px,95px,0)
    }

    20% {
        clip: rect(65px,9999px,91px,0)
    }

    25% {
        clip: rect(93px,9999px,68px,0)
    }

    30% {
        clip: rect(10px,9999px,27px,0)
    }

    35% {
        clip: rect(37px,9999px,25px,0)
    }

    40% {
        clip: rect(12px,9999px,23px,0)
    }

    45% {
        clip: rect(40px,9999px,18px,0)
    }

    50% {
        clip: rect(19px,9999px,71px,0)
    }

    55% {
        clip: rect(2px,9999px,35px,0)
    }

    60% {
        clip: rect(16px,9999px,69px,0)
    }

    65% {
        clip: rect(8px,9999px,65px,0)
    }

    70% {
        clip: rect(30px,9999px,57px,0)
    }

    75% {
        clip: rect(14px,9999px,4px,0)
    }

    80% {
        clip: rect(39px,9999px,30px,0)
    }

    85% {
        clip: rect(22px,9999px,35px,0)
    }

    90% {
        clip: rect(58px,9999px,71px,0)
    }

    95% {
        clip: rect(34px,9999px,90px,0)
    }

    100% {
        clip: rect(67px,9999px,68px,0)
    }
}

.error:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #4e73df;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0,900px,0,0);
    animation: noise-anim-2 3s infinite linear alternate-reverse
}
.z-index-1 {
    z-index: 1 !important;
}

.bg-cover, .mask {
    background-size: cover;
}
.mt-lg-n8 {
    margin-top: -8rem !important;
}
.mt-lg-n6 {
    margin-top: -6rem !important;
}
.mt-lg-n5 {
    margin-top: -5rem !important;
}
.mt-lg-n3 {
    margin-top: -3rem !important;
}
.mt-lg-n4 {
    margin-top: -4rem !important;
}
.px-n4 {
    padding-right: -1.5rem !important;
    padding-left: -1.5rem !important;
}
.mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
}
.w-lg-50 {
    width: 50% !important;
}
.w-lg-15 {
    width: 15% !important;
}
.mt-n7 {
    margin-top: -6rem !important;
}

.w-25 {
    width: 25% !important;
}

.w-10 {
    width: 10% !important;
}
.bg-light-grey {
    background-color: #e9ecef !important;
    color: #f0f0f0;
}
.no-bottom-border td {
    border-bottom: none;
}

.rounded-1rem {
    border-radius: 1rem !important;
}

.btn-backlight {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-backlight:before {
    content: '';
    position: absolute;
    top: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(45deg);
    animation: backlight-effect 3s infinite;
}

@keyframes backlight-effect {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    50% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
    100% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
}

.fancy-upload-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 12px;
}

#upload-cloud {
    color: transparent;
    background: linear-gradient(45deg, #4a86e8, #5e35b1);
    background-clip: text;
    -webkit-background-clip: text;
    transform-origin: center;
    animation: pulse 2s infinite;
    filter: drop-shadow(0 0 1px rgba(94, 53, 177, 0.5));
    margin-bottom: 6px;
}

.upload-text {
    font-size: 14px;
    font-weight: 500;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.btn:hover #upload-cloud {
    animation: bounce 1s infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.pretty-text,
.hero-main-text {
    display: inline-block;
    font-weight: 700;
    background: linear-gradient(90deg, var(--bs-primary) 0%, var(--bs-secondary) 45%, var(--bs-info) 100%);
    background-size: 300% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    text-shadow: 0 6px 20px rgba(41, 55, 240, 0.08), 0 2px 6px rgba(0, 0, 0, 0.12);
    transition: transform 0.35s ease, filter 0.35s ease;
    will-change: transform;
}

/* animated sliding gradient (add class `.animate` to enable) */
.pretty-text.animate,
.hero-main-text.animate {
    animation: gradient-slide 6s linear infinite;
}

/* subtle hover lift + shine */
.pretty-text::after,
.hero-main-text::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.08) 40%, rgba(255,255,255,0.015) 60%, transparent 100%);
    mix-blend-mode: overlay;
    opacity: 0;
    transform: translateX(-18%);
    transition: opacity 0.45s ease, transform 0.6s ease;
    border-radius: 4px;
}

.pretty-text:hover,
.hero-main-text:hover {
    transform: translateY(-4px) scale(1.02);
    filter: drop-shadow(0 6px 18px rgba(41,55,240,0.08));
}

.pretty-text:hover::after,
.hero-main-text:hover::after {
    opacity: 1;
    transform: translateX(0);
}

@keyframes gradient-slide {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
 .import-confirm-container {
     min-height: 80vh;
     display: flex;
     align-items: center;
     padding: 40px 20px;
 }

.import-card {
    background-color: #f8f6f24d;
    border: 1px dashed rgba(0, 0, 0, 0.125);
    border-radius: 1rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    max-width: 700px;
    margin: 0 auto;
}

.import-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 40px 30px;
    text-align: center;
    position: relative;
}

.import-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.3; }
}

.import-header h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.import-header .database-icon {
    font-size: 64px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.import-body {
    padding: 40px 30px;
}

.info-box {
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
    border-left: 4px solid #667eea;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.info-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
}

.info-box-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.info-box-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    margin-right: 15px;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.info-box-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.info-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 15px;
}

.info-item {
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.info-item-label {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.info-item-value {
    font-size: 20px;
    font-weight: 700;
    color: #667eea;
}

.warning-box {
    background: linear-gradient(135deg, #ffeaa715 0%, #fbbf2415 100%);
    border-left: 4px solid #fbbf24;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.warning-box i {
    font-size: 24px;
    color: #f59e0b;
    margin-right: 15px;
}

.warning-box-text {
    color: #78350f;
    font-weight: 500;
}

.checkbox-container {
    background: linear-gradient(135deg, #fee2e215 0%, #ef444415 100%);
    border-left: 4px solid #ef4444;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
}

.custom-checkbox {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #ef4444;
}

.custom-checkbox label {
    cursor: pointer;
    color: #333;
    font-weight: 500;
    line-height: 1.5;
}

.progress-container {
    text-align: center;
    padding: 30px;
    display: none;
}

.progress-spinner {
    width: 60px;
    height: 60px;
    border: 5px solid #f3f4f6;
    border-top: 5px solid #667eea;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.progress-text {
    font-size: 16px;
    color: #667eea;
    font-weight: 600;
}

.error-box {
    background: linear-gradient(135deg, #fee2e2 0%, #fca5a5 100%);
    border-left: 4px solid #ef4444;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    display: none;
}

.import-footer {
    background: #f9fafb;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.btn-custom {
    padding: 14px 32px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-cancel {
    background: white;
    color: #6b7280;
    border: 2px solid #e5e7eb;
}

.btn-cancel:hover {
    background: #f9fafb;
    border-color: #d1d5db;
}

.btn-confirm {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.btn-confirm:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(102, 126, 234, 0.5);
}

.btn-confirm:disabled, .btn-cancel:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Footer styles matching welcome_template.php */
.fv-footer {
    background-color: #1a1d29;
    color: #e0e0e0;
    padding: 60px 0 30px;
    font-size: 14px;
    margin-top: auto;
}

.fv-inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.fv-claim {
    color: #a0a0a0;
    margin: 10px 0;
    line-height: 1.6;
}

.fv-social {
    display: flex;
    gap: 15px;margin-top: 10px;
}

.fv-social a {
    color: #e0e0e0;
    transition: color 0.3s ease;
}

.fv-social a:hover {
    color: #4e73df;
}

.fv-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fv-list li {
    margin-bottom: 12px;
}

.fv-list a {
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.fv-list a:hover {
    color: #4e73df;
}

.fv-lang {
    margin-top: 10px;
    color: #a0a0a0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .fv-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .fv-col.offset-lg-2 {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .fv-footer {
        padding: 40px 0 20px;
    }

    .fv-inner {
        padding: 0 15px;
    }
}

