﻿/*New design definitions*/

/* * * Fonts * * */

/* Colors */
.app-f-c-primary {
    color: rgba(0, 163, 255, 1) !important;
}

.app-f-c-blue {
    color: rgba(81, 131, 250, 1) !important;
}

body:not(.theme-dark):not([data-bs-theme=dark]) .app-f-c-brightgrey {
    color: rgba(138, 135, 162, 1) !important;
}

.app-f-c-white {
    color: rgba(255, 255, 255, 1) !important;
}

.app-f-c-grey {
    color: rgba(225, 229, 255, 1) !important;
}

/* Gradient Font */
.app-f-gradient {
    /*background: -webkit-linear-gradient(rgba(0, 163, 255, 1), rgba(10, 93, 229, 1), rgba(21, 21, 203, 1));
    background: -o-linear-gradient(rgba(0, 163, 255, 1), rgba(10, 93, 229, 1), rgba(21, 21, 203, 1));
    background: -moz-linear-gradient(rgba(0, 163, 255, 1), rgba(10, 93, 229, 1), rgba(21, 21, 203, 1));
    background: linear-gradient(rgba(0, 163, 255, 1), rgba(10, 93, 229, 1), rgba(21, 21, 203, 1));*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Font Sizes */
.app-f-s-10 {
    font-size: 10px !important; /* 10px */
}

.app-f-s-14 {
    font-size: 14px !important; /* 14px */
}

.app-f-s-16 {
    font-size: 16px !important; /* 16px */
}

.app-f-s-20 {
    font-size: 20px !important; /* 20px */
}

.app-f-s-24 {
    font-size: 24px !important; /* 24px */
}

/* Font Weights */
.app-f-w-400 {
    font-weight: 400 !important;
}

.app-f-w-600 {
    font-weight: 600 !important;
}

.app-f-w-700 {
    font-weight: 700 !important;
}

/* Letter Spacing */
.app-f-ls-008p {
    letter-spacing: 0.08rem;
}

.app-f-ls-08p {
    letter-spacing: 0.8px;
}

/* Background colors */
.app-bg-primary {
    background-color: rgba(0, 163, 255, 1) !important;
}

.app-bg-pink {
    background-color: pink !important;
}

.app-bg-red {
    background-color: rgba(186, 83, 90, 1) !important;
}

.app-bg-green {
    background-color: rgba(83, 186, 148, 1) !important;
}

.app-bg-yellow {
    background-color: rgba(207, 185, 43, 1) !important;
}

.app-bg-blue {
    background-color: blue !important;
}

.app-bg-brightblue {
    background-color: rgba(221, 233, 255, 1) !important;
}

app-bg-lightblue {
    background-color: rgba(135, 173, 255, 0.08) !important;
}

.app-bg-darkgrey {
    background-color: rgba(57, 63, 76, 1) !important;
}

.app-bg-brightgrey {
    background-color: rgba(255, 255, 255, 0.08) !important
}
/* Card Dark Mode invert */
/*Dark Mode Invert*/
.app-card-inverted {
    background-color: rgba(255, 255, 255, 0.08) !important;
}

.app-card-vault {
    border-radius: 1.5rem !important;
    margin: .75rem 0 .75rem 0;
    border: 0;
    box-shadow: none;
}

body:not(.theme-dark):not([data-bs-theme=dark]) .app-card-vault {
    background-color: white !important;
}

.app-card-vault-header {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}

.app-card-vault-body {
    margin-top: 1rem !important;
    border-radius: 0.5rem !important;
    background-color: rgba(135, 173, 255, 0.08) !important;
    border: 0;
}

.app-card-vault-footer {
    margin-top: 1rem !important;
    border-radius: 0.5rem !important;
    background-color: rgba(135, 173, 255, 0.08) !important;
    border: 0;
}

.app-card-statistics {
    margin-top: 3rem !important;
    border-radius: 1.5rem !important;
    border: none;
    box-shadow: none;
}

.app-card-faq {
    margin-top: 2rem !important;
    border-radius: 1.5rem !important;
    line-height: 200%;
    margin: auto;
    background-color: rgba(221, 233, 255, 1) !important;
    border: none;
    box-shadow: none;
}

.app-divider {
    margin: 0px !important;
    padding: 0px !important;
}

.divider-mask {
    background-color: rgba(104, 111, 123, 1) !important;
}

.app-status-light {
    width: 8px !important;
    max-width: 8px !important;
    height: 8px !important;
    max-height: 8px !important;
    border-radius: 4px;
    display: inline-block;
    /*margin: auto;*/
}


/* Vertical Space */
.app-vertical-space {
    min-height: 0.6rem;
}

/* Progress Bar */
.progress {
    background-color: rgba(56, 86, 130, 1) !important;
}
.progress-bar {
    background-color: rgba(81, 131, 250, 1) !important;
}

/* Badge */
.badge-outline {
    background-color: white !important;
    border-color: rgba(0, 163, 255, 1) !important;
    color: rgba(0, 163, 255, 1) !important;
}

.btn-outline-primary {
    border-color: rgba(0, 163, 255, 1) !important;
    color: rgba(0, 163, 255, 1) !important;
}

.btn:hover {
    background-color: rgba(0, 163, 255, 1) !important;
    /*border-color: rgba(0, 163, 255, 1) !important;*/
    color: white !important;
}

body:not(.theme-dark):not([data-bs-theme=dark]) .page-body {
    background-color: rgba(246, 249, 255) !important;
}


/* Console */
.console .card-body {
    background-color: black !important;
}

/* DockView */
/*.bb-dockview .dv-view {
    height: auto !important;
}*/

.max-amount-button {
    width: 4.5625rem;
    height: 1.8125rem;
    font-weight: 600;
    border: 1px solid #00A3FF;
    border-radius: 0.5rem;
    padding: 0 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    background: linear-gradient(to bottom, #00A3FF, #0A5DE5, #1515CB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
}

.input-investment-volume {
    border: none;
    outline: none;
    color: #7485A8;
    background: transparent;
    font-size: 1rem;
    width: 100%;
    font-size: 12px;
    font-family: Inter;
    font-weight: 400;
    word-wrap: break-word
}

.boost-roi {
    background: linear-gradient(172deg, #00a3ff 38.4%, #0a5de5 101.08%, #1515cb 101.09%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20.83px;
    text-align: left;
}

.boost-roi-wrapper {
    background-color: #ffffff;
    border: 1px solid #00a3ff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 4px 14px;
    border-radius: 8px;
    height: 26px;
    box-sizing: border-box;
}

.fractions-info {
    font-size: 10px;
    font-family: Inter;
    font-weight: 400;
    word-wrap: break-word
}

.check-details-button {
    color: white;
    font-size: 16px;
    font-family: 'DM Sans';
    font-weight: 700;
    line-height: 24px;
    word-wrap: break-word;
    background-color: #00A3FF;
    border-radius: 8px;
}

.action-details-button {
    color: #00A3FF;
    font-size: 16px;
    font-family: 'DM Sans';
    font-weight: 700;
    line-height: 24px;
    word-wrap: break-word;
    border-radius: 8px;
}

.invest-text {
    color: #8A87A2;
    font-size: 14px;
    font-family: 'DM Sans';
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word
}

.roi-info {
    color: white;
    font-size: 20px;
    font-family: 'DM Sans';
    font-weight: 400;
    word-wrap: break-word
}



/* Balance dropdown in Header */
.custom-dropdown {
    display: inline-block;
    position: relative;
}

.dropdown-toggle-btn {
    display: flex;
    align-items: center;
    background: #fff;
    border: none;
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    /*padding: 24px 40px;*/
    border-radius: 0.5rem;
    /*box-shadow: 0 2px 8px rgba(0,0,0,0.04);*/
    cursor: pointer;
    /*gap: 12px;*/
}

.main-balance {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    /*font-family: 'DM SANS';*/
}

.chevron {
    /*margin-left: 12px;*/
    display: flex;
    align-items: center;
}

.custom-dropdown-menu {
    width: 8rem;
    margin-left: -0.5rem;
    position: absolute;
    top: 100%;
    left: 0;
    /*min-width: 220px;*/
    background: #fff;
    border-radius: 0.5rem 0.5rem 1rem 1rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 0.625rem 0;
    margin-top: 1rem;
    z-index: 1000;
    list-style: none;
}

.dropdown-item-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.25rem;
    padding: 0.25rem 0rem;
    font-size: 0.625rem;
    font-weight: 500;
    color: #222;
}

.balance-value {
    min-width: 3rem;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.balance-symbol {
    min-width: 60px;
    text-align: left;
}

.dropdown-divider {
    height: 1px;
    background: #D3E1FE;
    margin: 0 1rem;
}


/* Admin JsonObjectViewer */

.json-viewer {
    background-color: white !important;
    padding-left: 20px;
}


.dropdown-text {
    color: black;
    font-size: 10px;
    font-family: DM Sans;
    font-weight: 500;
    text-transform: uppercase;
    word-wrap: break-word
}

.dropdown-main {
    color: #282828;
    font-size: 16px;
    font-family: DM Sans;
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word
}



/* Combo Box */
.arkefi-progress-combo {
    position: relative;
    width: 90px;
    height: 90px;
    display: inline-block;
}

.arkefi-progress-svg {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
}

.arkefi-spinner-arc {
    fill: none;
    stroke: #00A3FF;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-dasharray: calc(18.5* width) 61.25 183.75; /* 1/4 arc, 3/4 gap (245 = 2π*39) */
    stroke-dashoffset: 0;
    opacity: 0.8;
    animation: arkefi-spin 1s linear infinite;
    transform-origin: 50% 50%;
    transform-box: fill-box;
}

@keyframes arkefi-spin {
    to {
        transform: rotate(360deg);
    }
}

.arkefi-progress-bg {
    fill: none;
    stroke: #ddd;
    stroke-width: 6;
}

.arkefi-progress-bar {
    fill: none;
    stroke: #00A3FF;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-dasharray: 226.2; /* 2 * PI * 36 */
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.4s;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    transform-box: fill-box;
}

.arkefi-progress-combo-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    color: #514b82;
    pointer-events: none;
    user-select: none;
    z-index: 2;
}
