/* Hide arrows in input type=number (Chrome, Safari, Edge) */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide arrows in Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* ------------------------------
   Sticky Footer Fix (IMPORTANT)
------------------------------ */
html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

.page {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    min-height: 100vh;
}

.app-content {
    flex: 1 0 auto;
}

footer.footer {
    flex-shrink: 0;
    margin-top: auto;
}

/* ------------------------------
   Universal Dark Background Fix
------------------------------ */
html, body, .page, .main-content, .app-content {
    background-color: #23343d !important;
}

/* For dark theme attribute override */
[data-theme-mode="dark"] html,
[data-theme-mode="dark"] body,
[data-theme-mode="dark"] .page,
[data-theme-mode="dark"] .main-content,
[data-theme-mode="dark"] .app-content {
    background-color: #23343d !important;
}

/* Default for mobile and tablet */
.main-content {
    padding-top: 100px !important;
}

/* For larger screens (min-width: 992px = desktop and above) */
@media (min-width: 992px) {
    .main-content {
        padding-top: 50px !important;
    }
}

/* ------------------------------
   UI Colors and Components
------------------------------ */
.bg-title {
    background-color: #09424B !important;
}

.bg-main {
    background-color: #23343d !important;
}

.bg-secondary {
    background-color: #0f161a !important;
}

.text-btn {
    color: #09424B !important;
}

.my-btn {
    background-color: #09424B !important;
    border: none !important;
}

/* ------------------------------
   Form & Input Enhancements
------------------------------ */
.eye-toggle {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
    line-height: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

.eye {
    font-size: 1.1 rem;
    color: #888;
}

.select-div {
    margin-top: 0px !important;
}

.out-hr {
    height: 2px !important;
    color: #09424B !important;
    background: #09424B !important;
    font-size: 0 !important;
    border: 0 !important;
}

.team-hr {
    margin-top: 0px !important;
}

.hr-success {
    height: 2px !important;
    color: #00D189 !important;
    background: #00D189 !important;
    font-size: 0 !important;
    border: 0 !important;
}

.hr-warning {
    height: 2px !important;
    color: #F0C530 !important;
    background: #F0C530 !important;
    font-size: 0 !important;
    border: 0 !important;
}

.hr-info {
    height: 2px !important;
    color: #01D4FF !important;
    background: #01D4FF !important;
    font-size: 0 !important;
    border: 0 !important;
}

.hr-danger {
    height: 2px !important;
    color: #D23B35 !important;
    background: #D23B35 !important;
    font-size: 0 !important;
    border: 0 !important;
}

.passSmall {
    margin-top: 10px !important;
    margin-bottom: -22px !important;
}

.form-sub-title {
    margin-top: -10px !important;
}

.text-link {
    color: #30b7cb !important;
}

#rememberDiv {
    margin-top: 0px !important;
}

.pkg-title{
    background-color: #000c1b !important;
    padding: 30px 0px !important;
}

.pkg-img{
    height: 150px !important;
    width: auto !important;
}

.pkg-bg2{
    background-color: #1C2531 !important;
}

.pkg-shadow{
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4) !important;
    border-radius: 12px !important;
}

.div-shadow{
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4) !important;
}

.small-header-bg{
    background-color: #000c1b;
}

.form-header-img{
    width: 50px !important;
    height: auto !important;
}

.input-height{
    height: 40px !important;
    font-size: 17px !important;
}

.equal-height-card {
    min-height: 370px;
    max-height: 370px;
    display: flex;
    flex-direction: column;
}

.team-img{
    height: 32px !important;
    width: 32px !important;
}

.index-email{
    margin-top: -20px !important;
}

.index-pkg{
    margin-top: 10px !important;
    width: 120px !important;
    height: auto !important;
}

#gradient-circle {
    min-height: 100px !important;
    max-height: 100px !important;
    margin: 0 auto;
    margin-top: -30px !important;
}

.binary-img{
    width: 40px !important;
    height: auto !important;
}

.binary-img2{
    width: 30px !important;
    height: auto !important;
}

.rotate180{
    transform: rotate(180deg) !important;
}

@media (max-width: 576px) {
    .pkg-report-wrapper,
    .pkg-report-wrapper .row,
    .pkg-report-wrapper .col-xl-12,
    .pkg-report-wrapper .card,
    .pkg-report-wrapper .card-body,
    .pkg-report-wrapper .table-responsive {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .pkg-report-wrapper #datatable-lock {
        width: 100% !important;
        margin: 0 !important;
    }
}

.profile-camera {
    background-color: #ffffff !important;
    color: #d00202 !important;
    height: 30px !important;
    width: 30px !important;
    border-radius: 50% !important;
    font-size: 18px !important;
    position: absolute !important;
    top: -30px !important;
    left: 100px !important;
    transform: translate(-50%, -50%) !important;
    z-index: 10 !important;
    cursor: pointer !important;
}

.admin-card {
    border: 1px solid #fff !important;
    border-radius: 10px !important;
}

.textBlack {
    color: #000 !important;
}

.textWhite {
    color: #fff !important;
}