/* import fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* General CSS for the entire website */

:root {
    --primary-font: "Montserrat";
    --orange-500-color: #FD7E14;
    --orange-600-color: #CA6510;
    --dark-orange-color: #CA5D02;
    --light-gray-color: #F3F5F7;
    --light-gray-shade-color: #0b0e11;
}

.modal {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    overflow: hidden;
}

.body-light-14 {
    font-size: 14px;
    font-weight: 300;
    line-height: 19.6px;
    text-align: left;
}

.body-light-16 {
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
    text-align: left;
}

.body-regular-11 {
    font-size: 11px;
    font-weight: 400;
    line-height: 15.4px;
    text-align: left;
}

.body-regular-13 {
    font-size: 13px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
}

.body-regular-14 {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
}

.body-regular-16 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
}

.body-regular-18 {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
}

.body-medium-12 {
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    text-align: left;
}

.body-medium-13 {
    font-size: 13px;
    font-weight: 500;
    line-height: 18.2px;
    text-align: left;
}

.body-medium-14 {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    text-align: left;
}

.body-medium-16 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
}

.body-bold-12 {
    font-size: 12px;
    font-weight: 700;
    line-height: 14.63px;
    text-align: left;
}

.body-bold-13 {
    font-size: 13px;
    font-weight: 700;
    line-height: 18.2px;
    text-align: left;
}

.body-bold-14 {
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    text-align: left;
}

.body-bold-16 {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: left;
}

.body-bold-18 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: left;
}

.body-bold-24 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
}

.heading-1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 78.02px;
}

.heading-2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 58.51px;
    text-align: left;
}

.heading-3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48.76px;
    text-align: left;
}

.heading-4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 39.01px;
    text-align: left;
}

.heading-5 {
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 34.13px !important;
}

.heading-6-24 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: left;
}

.heading-6 {
    font-size: 16px;
    font-weight: 550;
    line-height: 19.2px;
    text-align: left;
}

.heading-8 {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
}

.heading-9 {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
}

.text-gray-100 {
    color: var(--bs-gray-100);
}

.text-gray-200 {
    color: var(--bs-gray-200);
}

.text-gray-500 {
    color: var(--bs-gray-500);
}

.text-gray-600 {
    color: var(--bs-gray-600);
}

.text-gray-700 {
    color: var(--bs-gray-700);
}

.text-gray-800 {
    color: var(--bs-gray-800);
}

.text-gray-900 {
    color: var(--bs-gray-900);
}

.text-light-gray {
    color: var(--light-gray-color);
}

.text-black {
    color: var(--bs-black);
}

.text-white {
    color: var(--bs-white);
}

.text-orange-500 {
    color: var(--orange-500-color);
}


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

.bg-orange {
    background-color: var(--orange-500-color);
}

.bg-gray-100 {
    background-color: var(--bs-gray-100) !important;
}

.bg-gray-200 {
    background-color: var(--bs-gray-200);
}

.bg-gray-300 {
    background-color: var(--bs-gray-300);
}

.bg-gray-900 {
    background-color: var(--bs-gray-900);
}

.bg-light-gray {
    background-color: var(--light-gray-color);
}

.bg-white {
    background-color: var(--bs-white);
}

.border-gray-200 {
    border-color: var(--bs-gray-200) !important;
}

.border-gray-400 {
    border-color: var(--bs-gray-400);
}

.border-orange-500 {
    border-color: var(--orange-500-color) !important;
}

/* CSS classes for spacing */

.gap-025 {
    gap: 0.25rem;
}

.gap-0375 {
    gap: 0.375rem;
}

.gap-075 {
    gap: 0.75rem;
}

.gap-200 {
    gap: 2rem;
}

.gap-250 {
    gap: 2.5rem;
}

.gap-400 {
    gap: 4rem;
}

.gap-650 {
    gap: 6.5rem;
}

.gap-750 {
    gap: 7.5rem;
}

.gap-1200 {
    gap: 12rem;
}

.p-200 {
    padding: 2rem;
}

.pt-200 {
    padding-top: 2rem;
}

.pb-0375 {
    padding-bottom: 0.375rem;
}

.pb-450 {
    padding-bottom: 4.5rem;
}

.py-075 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-200 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-350 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.py-400 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-500 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.py-550 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}

.py-700 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
}

.py-850 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
}

.py-1700 {
    padding-top: 17rem;
    padding-bottom: 17rem;
}

.px-075 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-200 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.px-400 {
    padding-left: 4rem;
    padding-right: 4rem;
}

.px-450 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}

.mb-400 {
    margin-bottom: 4rem;
}

.rounded-050 {
    border-radius: 0.5rem;
}

.rounded-075 {
    border-radius: 0.75rem;
}

.rounded-100 {
    border-radius: 1rem;
}

.rounded-150 {
    border-radius: 1.5rem;
}

.rounded-200 {
    border-radius: 2rem;
}


html,
body {
    margin: 0;
}

body {
    height: 100%;
    max-width: 1920px;
    font-family: var(--primary-font), sans-serif;
    display: flex;
    flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

main {
    flex: 1 0 auto;
}

ul.pagination li.page-item a.page-link {
    background-color: white;
    border-color: var(--bs-gray-300);
    color: black;
}

ul.pagination li.page-item.active a.page-link {
    background-color: black;
    color: white;
}

.user-full-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

/* CSS for the buttons */

.btn-primary-orange {
    background: var(--orange-500-color);
    border: none;
    padding: 1rem 2rem;
    border-radius: 2rem;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: background-color 300ms ease-out;
}

.btn-primary-orange::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, var(--orange-500-color) 0%, var(--orange-600-color) 100%);
    transition: left 300ms ease-out;
}

.btn-primary-orange:hover::before {
    left: 0;
}

.btn-primary-orange:active {
    background-color: var(--orange-600-color);
}

.btn-primary-orange:active::before {
    opacity: 0;
    transition: opacity 300ms ease-out;
}

.btn-primary-orange span {
    position: relative;
    z-index: 1;
}

.btn-primary-orange:focus {
    background: var(--orange-600-color);
    outline: none;
}

.btn-primary-gray {
    background: var(--light-gray-color);
    border: none;
    padding: 1rem 2rem;
    border-radius: 2rem;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: background 300ms ease-out;
}

.btn-primary-gray:hover {
    background: var(--bs-gray-400);
}

.btn-primary-gray:active {
    background: white;
}

.btn-primary-white {
    background: white;
    box-sizing: border-box;
    border: 1px solid white;
    padding: 1rem 2rem;
    border-radius: 2rem;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    color: black;
    transition: background 300ms ease-out;
}

.btn-primary-white:hover {
    background: transparent;
    color: white;
}

.btn-primary-white:active {
    background: var(--bs-gray-200);
    border: 1px solid var(--bs-gray-200);
}

.btn-secondary-white {
    color: black;
    border: 1px solid var(--bs-gray-400);
    background: transparent;

    font-size: 14px;
    font-style: normal;
    line-height: 140%;

    cursor: pointer;
}

.btn-secondary-white:not(.disabled):not(.active):hover {
    color: white;
    border: 1px solid transparent;
    background: linear-gradient(270deg, #FD7E14 0%, #CA5D02 100%);
}

.btn-secondary-white.active {
    background: var(--orange-500-color);
    border-color: var(--orange-500-color);
    color: var(--bs-white);
    font-weight: 700;
}

.btn-secondary-black {
    border: 1px solid var(--bs-gray-500);
    background: transparent;

    color: black;
    font-size: 16px;
    font-style: normal;
    line-height: 19.5px;
    font-weight: 600;

    padding: 1rem 1.5rem;

    border-radius: 1.5rem;

    cursor: pointer;
}

.btn-secondary-black:hover {
    border: 1px solid transparent;
    background: linear-gradient(270deg, #FD7E14 0%, #CA5D02 100%);
    color: white;
}

.btn-secondary-black:active {
    border: 1px solid transparent;
    background: var(--bs-gray-400);
    color: black;
}

.thunder-background {
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.thunder-background-dashboard {
    position: absolute;
    top: 89%;
    left: 38%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.database-button-watch-more {
    text-align: center;
    border: 1px solid #E9ECEF;
    border-radius: 1rem;
    padding: 1.5rem;
    cursor: pointer;
}

.thunder-background img {
    max-height: 1150px;
}

.thunder-background-dashboard img {
    max-height: 758px;
}

#registerModal .auth-modal-dialog,
#loginModal .auth-modal-dialog {
    min-width: 640px;
}

#loginModal .auth-modal-dialog {
    min-width: 720px;
}

.auth-modal-content {
    box-shadow: 0px 16px 48px 0px #0000002D;
}

input.auth-input::-webkit-input-placeholder {
    color: var(--bs-gray-500);
}

input.auth-input::-moz-placeholder {
    color: var(--bs-gray-500);
}

input.auth-input:-ms-input-placeholder {
    color: var(--bs-gray-500);
}

input.auth-input::-ms-input-placeholder {
    color: var(--bs-gray-500);
}

input.auth-input::placeholder {
    color: var(--bs-gray-500);
}

#auth-logo-icon {
    height: 72px;
    width: 72px;
    -webkit-filter: drop-shadow(0px 16px 48px #0000002D);
    filter: drop-shadow(0px 16px 48px #0000002D);
}

#resend-password-reset-link {
    padding-bottom: 2px;
}

#registerModal .modal-content {
    max-width: 640px;
}

.message-container {
    padding-right: 48px;
    padding-left: 0;
}

/* Placeholder with specific heights for elements */
.h-30 {
    height: 30%;
}

.h-35 {
    height: 35%;
}

.h-40 {
    height: 40%;
}

.h-45 {
    height: 45%;
}

.h-50 {
    height: 50%;
}

.h-55 {
    height: 55%;
}

.h-60 {
    height: 60%;
}

.h-65 {
    height: 65%;
}

.h-70 {
    height: 70%;
}

.h-75 {
    height: 75%;
}

.h-80 {
    height: 80%;
}

.h-85 {
    height: 85%;
}

.h-90 {
    height: 90%;
}

.h-95 {
    height: 95%;
}


/* Placeholder with specific widths for elements */
.w-3 {
    width: 3%;
}

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.database-content-filter-category-chip-item.inactive {
    pointer-events: none;
    opacity: 0.5;
}

.alert {
    font-size: 13px !important;
}

/* Placeholder styling for skeleton loader */
.placeholder-row {
    background-color: var(--light-gray-color);
    border-radius: 1rem;
    padding: 16px 12px 16px 24px;
    gap: 0px;
}

.placeholder-text {
    display: inline-block;
    height: 20px;
    width: 80px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    border-radius: 4px;
    -webkit-animation: shimmer 1.5s infinite;
    animation: shimmer 1.5s infinite;
}

.placeholder-button {
    display: inline-block;
    height: 32px;
    width: 60px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    border-radius: 16px;
    -webkit-animation: shimmer 1.5s infinite;
    animation: shimmer 1.5s infinite;
    padding: 1rem 1.5rem;
}

.hero-go-back {
    width: Hug (167px)px;
    height: Hug (20px)px;
    gap: 8px;
    opacity: 0px;
}

.hero-go-back a {
    text-decoration: none;
    position: relative;
}

.hero-go-back a span {
    position: relative;
}

.hero-go-back a span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: black;
    transition: width 300ms ease-out;
}

.hero-go-back a:hover span::after {
    width: 100%;
}

.hero-go-back img {
    gap: 0px;
    opacity: 0px;
}

.hero-back-text {
    width: 143px;
    height: 20px;
    gap: 0px;
    opacity: 0px;

    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;

    color: black;
}

/* Shimmer animation */
@-webkit-keyframes shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

#messages-container {
    position: absolute;
    top: 100px;
    right: 16px;
    z-index: 9999;
}


@media (max-width: 480px) {
    .modal-dialog {
        max-width: 480px;
    }

    .modal .row {
        gap: 1rem;
    }

    #data-panel-container {
        padding: 24px 16px 48px 16px !important;
    }

    .modal {
        margin: 0 !important;
    }

    .modal-dialog {
        margin: 0 !important;
    }

    .auth-modal-content {
        min-height: 100vh !important;
        border-radius: 0 !important;
        padding-top: 36px !important;
        padding-bottom: 36px !important;
        gap: 36px !important;
        top: 0 !important;
        left: 0 !important;
    }

    .modal-header,
    .modal-header-info {
        gap: 12px;
    }

    #auth-logo-icon {
        height: 66px !important;
        width: 66px !important;
    }

    .modal-header-info .heading-5 {
        font-size: 24px !important;
        line-height: 29.26px !important;
    }

    .auth-modal-footer {
        gap: 6px !important;
        border: 0 !important;
        padding: 0 !important;
    }

    .modal-body {
        flex: 0 0 auto !important;
    }

    .modal-body .btn-primary-orange,
    .modal-body .btn-primary-orange span,
    .social-btn span {
        font-size: 16px !important;
        line-height: 19.5px !important;
    }

    #resetPasswordModal .modal-content {
        gap: 82px !important;
        padding: 36px 50px 0 50px !important;
    }

    #resetPasswordModal .modal-header {
        gap: 32px !important;
    }

    #resetPasswordDoneModal .modal-content {
        justify-content: space-between !important;
        padding: 36px 50px 82px 50px !important;
    }

    #resetPasswordDoneModal .modal-content .heading-5 {
        font-size: 28px !important;
        line-height: 34.13px !important;
    }

    #passwordResetModalContent {
        min-height: auto !important;
        box-shadow: none !important;
        padding-top: 82px !important;
    }

    #messages-container {
        width: 100% !important;
        top: 70px;
        right: 0;
        padding-left: 16px;
        padding-right: 16px;
    }

    .message-container {
        padding-right: 16px !important;
    }

    .alert {
        font-size: 12px !important;
        width: 100% !important;
    }

    #registerModal .auth-modal-dialog,
    #loginModal .auth-modal-dialog {
        min-width: auto !important;
    }

    .hero-back-text {
        font-size: 16px !important;
        line-height: 22.4px !important;
    }

}