.container {
    margin-top: 20px
}

.green {
    color: #29a83d;
}

.orange {
    color: #e8a22b;
}

.red {
    color: #d73b3b;
}

table tr td.green {
    color: #e8a22b;
}

table tr td.red {
    color: #d73b3b;
}

table tr td.orange {
    color: #e8a22b;
}


.green,
.orange,
.red {
    margin: 0;
}

.result {
    margin-top: 20px;
}

.result p {
    margin: 0;
}

table {
    margin-top: 20px;
    border-collapse: collapse;
}

.courier_status_button:hover {
    background: #8e17c9 !important;
    border-color: #8e17c9 !important;
}


.p {
    width: 45%;
}

.count {
    position: relative;
    /*margin-top: 25px;*/
    /*float: right;*/
    color: rgba(0, 0, 0, 0.51);
}

/*.flash {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    font-family: 'Nunito', sans-serif;*/
/*    height: 26px;*/
/*    font-size: 16px;*/
/*    font-weight: 450;*/
/*    top: 0;*/
/*}*/

/*.flash-success {*/
/*    background-color: rgba(231, 206, 40, 0.3);*/
/*}*/

/*.flash-warning {*/
/*    background-color: rgba(231, 40, 40, 0.3);*/
/*}*/

/*.flash-success-success {*/
/*    background-color: rgba(40, 231, 43, 0.3);*/
/*}*/

/*th, td {*/
/*    max-width: 90px;*/
/*}*/

.id {
    width: 100px;
}

.number {
    width: 500px;
}

.status {
    width: 500px;
}

.days {
    width: 150px;
}

.options {
    width: 150px;
}

nav.navbar .nav-link.active {
    color: #A923EC;
}

.courier_status_button {
    margin-top: 32px;
}

.table-sm {
    border: 1px solid #dee2e6;
    border-spacing: 0;
}

.table-db-data {
    margin-top: -5px;
}

caption {
    font-size: 15px;
}

.badge {
    position: relative;
    top: -2px;
}

/* Niestandardowy punkt przerwania dla ekranów > 2000px */
@media (min-width: 2000px) {
    .col-xxxl-3 {
        width: 20% !important;
    }
}


.logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.logo-svg {
    width: 36px;
    height: 36px;
    margin-right: -10px;
    margin-top: 2px;
    vertical-align: middle;
}

caption {
    height: 80px;
}

.btn-outline-icentrum {
    color: #A923EC !important;
    border-color: #A923EC !important;
    background-color: transparent !important;
    border-width: 2px;
}

.btn-outline-icentrum:hover {
    background-color: rgba(169, 35, 236, 0.9) !important;
    color: white !important;
}

.filter-button {
    font-size: 12px !important;
    font-weight: 500 !important;
}


.purple-link {
    color: #8e17c9;
}


.copy-btn, .view-btn {
    transition: all 0.3s ease;
    border-radius: 6px;
    padding: 8px;
}
.copy-btn:hover, .view-btn:hover {
    transform: scale(1.1);
}
svg {
    margin-bottom: 2px;
}
.copy-btn.copied {
    color: #23913d !important;
    transform: scale(1.15);
}
.view-btn.active {
    color: #0d6efd !important;
    transform: scale(1.1);
}
.copy-feedback {
    font-size: 0.75rem;
    color: #23913d;
    font-weight: 500;
    margin-left: 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.copy-feedback.show {
    opacity: 1;
}
.view-mode-toggle {
    transition: all 0.3s ease;
}

/* Niestandardowe style dla podświetlania kodu */
#resultAreaCode {
    border-radius: 0 0 .375rem .375rem;
    max-height: 600px;
    overflow-y: auto;
}

#resultAreaCode pre {
    margin: 0;
    padding: 1rem;
    background: #2d3748 !important;
    color: #e2e8f0;
    border-radius: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    overflow-x: auto;
}

#resultAreaCode code {
    background: transparent !important;
    color: inherit;
    padding: 0;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', monospace;
}

/* Niestandardowe kolory dla HTML w Prism */
.token.tag { color: #ff7875; }
.token.attr-name { color: #73d0ff; }
.token.attr-value { color: #bae67e; }
.token.punctuation { color: #bfc7d5; }
.token.doctype { color: #c792ea; }
.token.comment { color: #5c6773; font-style: italic; }

/* Scrollbar dla kodu */
#resultAreaCode pre::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

#resultAreaCode pre::-webkit-scrollbar-track {
    background: #1a202c;
}

#resultAreaCode pre::-webkit-scrollbar-thumb {
    background: #4a5568;
    border-radius: 4px;
}

#resultAreaCode pre::-webkit-scrollbar-thumb:hover {
    background: #718096;
}

textarea.form-control {
    min-height: 100px !important;
}