@import url('general-sans.css');

body {
    font-family: "GeneralSans", sans-serif;
}

[data-bs-theme=light] {
    --bs-primary-light: #E6E9ED;
    --bs-primary-rgb: 52, 130, 243;
    --bs-primary: var(--bs-primary);
}
.form-check-input {
    --bs-form-check-bg: #f1f1f1;
}

.hover-bg-primary:hover {
    background-color: var(--bs-primary) !important;
}

.hover-bg-secondary:hover {
    background-color: var(--bs-secondary) !important;
}

.hover-bg-success:hover {
    background-color: var(--bs-success) !important;
}

.hover-bg-danger:hover {
    background-color: var(--bs-danger) !important;
}

.hover-bg-warning:hover {
    background-color: var(--bs-warning) !important;
}

.hover-bg-info:hover {
    background-color: var(--bs-info) !important;
}

.hover-bg-light:hover {
    background-color: var(--bs-light) !important;
}

.hover-bg-dark:hover {
    background-color: var(--bs-dark) !important;
}

.custom-card {
    border-radius: 12px;
    width: 280px;
    height: 192px;
    gap: 24px;
}

.custom-icon-container {
    width: 20px;
    height: 20px;
    padding: 2.14px 2.50px;
}

.custom-inner-icon {
    width: 15px;
    height: 15.36px;
}

.custom-tooltip-icon {
    width: 16px;
    height: 16px;
}

.custom-tooltip-inner {
    width: 13.33px;
    height: 21.33px;
}

.custom-available-balance {
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
}

.custom-balance-text {
    font-size: 24px;
    line-height: 32px;
    word-wrap: break-word;
}

.custom-progress-bar {
    height: 8px;
    border-radius: 9999px;
}

.custom-progress-bg {
    height: 8px;
    border-radius: 8px;
}

.custom-add-credits {
    font-size: 13px;
    line-height: 19px;
    word-wrap: break-word;
}

.form-control.form-control-solid {
    border-color: #EBEDF1;
}
.dropdown.show > .form-control.form-control-solid, .form-control.form-control-solid:active, .form-control.form-control-solid.active, .form-control.form-control-solid:focus, .form-control.form-control-solid.focus {
    background-color: #fff;
    border-color: #80B3FF;
}


.align-self-start {
    align-self: flex-start;
}

.aside-logo {
    margin-bottom: 17px;
}

.container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.map-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.map-highlight {
    fill: #8cb9f9; /* Change the color on hover */
}

.map-tooltip {
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    display: none;
    pointer-events: none;
    z-index: 10;
}
#barchart {
    width: 48%;
    height: 500px;
}

.map-path:hover {
    fill: #0066ff35;
    cursor: pointer; /* Change the cursor to pointer */
}

.aside-team-container {
    width: 248px;
    border: 1px solid rgba(232, 234, 238, 1);
    border-radius: 20px;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.team-info {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0px 16px;
}

.data-map .path-map:hover {
    background-color: var(--bs-primary);
}

.team-logo {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(241, 241, 241, 1);
    background-color: #333;
    border-radius: 50%;
    margin-right: 10px;
}

.team-details {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.team-details h2 {
    font-size: 16px;
    line-height: 22px;
    color: rgba(31, 31, 31, 1);
    margin-bottom: 0;
}

.team-details p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(96, 101, 112, 1);
    margin-bottom: 0;
}

.credit-usage {
    background-color: var(--bs-page-bg);
    width: 100%;
    padding: 16px;
}

.team-menu {
    display: flex;
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
}

.team-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.team-logo.fb-logo {
    background-color: #4267b2;
}

.team-logo.google-logo {
    background-color: #db4437;
}

.team-item span {
    margin-left: 10px;
}

.side-call-action {
    border-image-source: linear-gradient(146.85deg, #D0D4FF 14.95%, #A3B4D8 46.84%, #A3B4D8 85.24%);


    background:
        radial-gradient(
            246.34% 247% at 75.4% -29.75%,
            rgba(187, 210, 255, 0.4) 0%,
            rgba(180, 186, 238, 0.4) 14.85%,
            rgba(158, 213, 255, 0.4) 51.68%,
            rgba(209, 216, 255, 0.4) 100%
        )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    width: 248px;
    height: 140px;
    padding: 16px 24px 16px 24px;
    border-radius: 20px;
    border: 0.5px 0px 0px 0px;
    opacity: 0px;
}

.welcome-message {
    background-color: #A3B4D8;
    background:
        url('../media/patterns/welcome.svg') no-repeat center center,
        linear-gradient(90deg, #d3e8ff 0%, #e4e8fc 100%);/* Fallback gradient */
    background-size: cover;
    border: 1px solid;
    border-radius: 16px;
    border-image-source: linear-gradient(146.85deg, #D0D4FF 14.95%, #A3B4D8 46.84%, #A3B4D8 85.24%);


}
.bg-image-container {
    background-image: url(../media/eggbg.png);
    background-position: 0px;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: contain;
    background-clip: content-box;
}
.top-60 {
    top: 60% !important;
}
.top-70 {
    top: 70% !important;
}

.custom-package {
    width: 259px;
    height: 400px;
}

.custom-height-168 {
    height: 168px;
}

.custom-height-82 {
    height: 82px;
}

.custom-icon-container {
    width: 40px;
    height: 40px;
    background: rgba(91, 157, 255, 0.12);
    border-radius: 28px;
    border: 6px #F7FAFF solid;
}

.custom-icon-inner {
    width: 20px;
    height: 20px;
    padding: 5.88px 1.67px;
}

.custom-icon {
    width: 16.67px;
    height: 8.23px;
}

.custom-title {
    height: 26px;
    font-size: 20px;
    line-height: 26px;
    word-wrap: break-word;
}

.custom-credits-container {
    height: 46px;
}

.custom-credits {
    font-size: 16px;
    line-height: 22px;
    word-wrap: break-word;
}

.custom-lead-info {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
}

.btn-hover-primary:hover {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: var(--bs-light) !important;
}

.border-start-pill {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.border-end-pill {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

button.btn-input, .btn-input, button.btn.btn-input {
    background-color: var(--bs-body-bg);
    border-color: var(--bs-gray-300) !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 0 !important;

}
.btn-input:hover {
    background-color:#f1f1f1;
}

.nav-line-tabs .nav-item .nav-link.active {
    border-bottom-color:#333;
}
.bg-body-inverse {
    background-color: var(--bs-dark);
    color: var(--bs-dark);
}

.dark-mode .bg-body-inverse {
    background-color: var(--bs-light);
    color: var(--bs-light);
}
.text-body-inverse {
    color: var(--bs-light);
}

.dark-mode .text-body-inverse {
    color: var(--bs-dark);
}

.rounded-5 {
    border-radius: 20px;
}


/* <span class="right-2 top-2.5 absolute throbbing w-2 h-2 bg-red-500 rounded-full shadow"></span> */
.rounded-full {
    border-radius: 9999px;
}
.w-2 {
    width: .5rem;
}
.h-2 {
    height: .5rem;
}
.top-2\.5 {
    top: .625rem;
}
.right-2 {
    right: .5rem;
}
.absolute {
    position: absolute;
}
.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.bg-green-500 {
    background-color: var(--bs-success);
}

/* New Throbbing Animation */
@keyframes throb {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.23);
        opacity: 0.5;
    }
}

.throbbing {
    animation: throb 1.5s infinite;
}