﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
}

body {
    background-image: url(../images/background.jpg);
    background-position: center;
    background-size: cover;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

#components-reconnect-modal {
    display: none;
}

    #components-reconnect-modal.components-reconnect-show {
        display: block;
    }

.container {
    padding: 0 15px;
}

.bg-gray {
    background: #E4E4E3;
}

.btn-wid {
    width: 100%;
}

.form-wid {
    width: 100%;
}

.btn-custom-light {
    color: #212529;
    background-color: #827e7e;
    border-color: #827e7e;
}

.btn-astext {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.warning-box {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 12px;
    display: flex;
}

.warning-icon {
    margin-right: 8px;
}

.warning-text {
    color: #8b6914;
    font-size: 13px;
    margin: 0;
}

.tooltip {
    opacity: 1 !important;
}

.tooltip-inner {
    background-color: white;
    color: #212529;
    border: 1px solid #ddd;
    text-align: left;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 1;
    pointer-events: none;
    min-width: 330px;
}

.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: white;
    opacity: 1;
}

.tooltip-icon {
    color: #666;
    font-size: 14px;
    cursor: help;
    transition: color 0.2s ease;
}

    .tooltip-icon:hover {
        color: #DC3545;
    }

@media (max-height: 850px) {
    .content {
        padding-top: 0rem;
    }
}

@media (max-width: 480px) {
    .tooltip .tooltip-inner {
        max-width: 280px;
        min-width: 250px;
    }
}