﻿.container {
    margin-top: 0;
}

.navbar-fixed-top {
    z-index: 1030;
}

.main-content {
    padding-top: 20px;
}

.circle {
    width: 30px;
    height: 30px;
    margin-bottom: 6px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    display: inline-block;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
}

.circle-active {
    background-color: #337ab7;
    color: #fff;
}

.cardPrincipal {
    margin: 4px auto;
    position: relative;
    z-index: 100;
    background: #FFF;
    max-width: 900px;
}

.active .subtitulo {
    font-weight: bold;
}

.form-group {
    margin-bottom: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-md-12, .col-md-6, .col-md-4, .col-md-8 {
    padding-left: 15px;
    padding-right: 15px;
}

.imagem {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    display: inline-block;
}

.pmo-pic {
    text-align: center;
    margin: 20px 0;
}

.pmop-edit, .pmop-excluir {
    color: #337ab7;
    cursor: pointer;
    margin: 0 5px;
}

.tab-content {
    overflow: visible;
}

.tab-pane {
    display: none;
}

    .tab-pane.active {
        display: block !important;
    }

@media (min-width: 768px) {
    .panel-estabelecimento {
        width: 80% !important;
        max-width: 80% !important;
    }

    .tamanhoLogo {
        width: 30% !important;
        margin-bottom: 0px !important;
        display: inline-block;
    }
}

.navigation-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.btn-navigation {
    padding: 12px 20px;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 120px;
    justify-content: center;
    font-size: 14px;
}

.btn-next {
    background: #28a745;
    color: white;
}

    .btn-next:hover {
        background: #218838;
        transform: translateY(-2px);
    }

.btn-prev {
    background: #6c757d;
    color: white;
}

    .btn-prev:hover {
        background: #5a6268;
        transform: translateY(-2px);
    }

.btn-finalize {
    background: #007bff;
    color: white;
}

    .btn-finalize:hover {
        background: #0056b3;
        transform: translateY(-2px);
    }

.form-control {
    height: 34px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.control-label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.input-group {
    display: table;
    width: 100%;
}

    .input-group .form-control {
        display: table-cell;
        width: 100%;
    }

.input-group-addon {
    display: table-cell;
    padding: 6px 12px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
}

.tab-content, .tab-pane {
    overflow: visible !important;
}

.hidden {
    display: none !important;
}

.form-group, .row, .col-md-12, .col-md-6, .col-md-4, .col-md-8 {
    position: relative;
    z-index: 1;
}

.payment-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 16px;
    cursor: pointer;
    background: white;
    min-width: 120px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

    .payment-card.selected {
        background-color: #90EE90 !important;
        border: 2px solid #4CAF50 !important;
        color: white !important;
        box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
        transform: translateY(-2px);
    }

.error {
    border-color: #ca4e4e;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
}