html,
body {
    height: 100%;
    background-color: #F3F3F3;
}

body {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}

input.input-code::-webkit-outer-spin-button,
input.input-code::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.input-code[type=number] {
    -moz-appearance: textfield;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
    background-color: #004182;
    border-color: #004182;
    border-width: 2px;
    color: #fff;
    font-weight: 700;
}

.btn-primary:disabled,
.btn-primary.disabled {
    background-color: #666;
    border-color: #666;
}

.icon-circle {
    background-color: #43D6FF;
    border-radius: 50%;
    padding: 12px 14px;
    width: 42px;
}

.page-loading {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 65, 130, .6);
    z-index: 1;
}

.page-loading .progress {
    height: 8px;
    border-radius: 0;
}

.page-noscroll {
    overflow: hidden;
}

.page-header {
    background: #004182;
    padding: 20px 0;
}

.page-header h1 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.page-subheader {
    color: #004182;
    border-bottom: 1px #004182 solid;
    padding: 5px 10px;
}

.page-subheader strong {
    display: block;
}

.page-content {
    height: 100%;
    background-color: #F3F3F3;
}

.page-content.bg-white {
    background-color: #fff;
}

.page-content h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.page-content.bg-white h2 {
    color: #004182;
}

.page-body {
    margin-top: 10px;
}

.page-content.bg-white .page-body {
    color: #000;
}

.photo-mockup {
    background-color: #f7f7f7;
    border-radius: 3px;
    text-align: center;
    min-height: 300px;
    margin-bottom: 10px;
}

.photo-mockup img {
    /* width: auto;
    height: 300px; */
    width: 100%;
    height: auto;
}

.page-content h3 {
    font-size: 14px;
    color: #004182;
    font-weight: 700;
}

.instructions {
    margin: 0;
    color: #000;
    padding-left: 16px;
}

.instructions li {
    color: #000;
}

.btn-camera {
    position: relative;
    text-align: center;
}

.btn-camera input {
    opacity: 0.0;
    filter: alpha(opacity=0);
    -ms-filter: 'alpha(opacity=0)';
    -khtml-opacity: 0.0;
    -moz-opacity: 0.0;
    position: absolute;
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.btn-camera .icon-circle {
    background-color: #004182;
    padding: 9px;
    display: inline-block;
    width: 50px;
}

.page-content.bg-white .btn-primary,
.page-content.bg-white .btn-primary:hover,
.page-content.bg-white .btn-primary:focus,
.page-content.bg-white .btn-primary:active,
.page-content.bg-white .btn-primary:active:focus {
    background-color: #fff;
    border-color: #004182;
    border-width: 2px;
    color: #004182;
    font-weight: 700;
}

.btn-upload {
    position: relative;
    margin-bottom: 10px;
}

.btn-upload input {
    opacity: 0.0;
    filter: alpha(opacity=0);
    -ms-filter: 'alpha(opacity=0)';
    -khtml-opacity: 0.0;
    -moz-opacity: 0.0;
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 100%;
    cursor: pointer;
}

.icon-camera::before {
    content: "\f030";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #004182;
    font-style: normal;
}

.icon-file::before {
    content: "\f1c1";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #004182;
    font-style: normal;
}

.icon-image::before {
    content: "\f03e";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #004182;
    font-style: normal;
}

.list-items h5 {
    font-size: 16px;
    margin-bottom: 0;
}

.list-items .steps-item .card-body {
    padding: 8px;
}

.list-items .steps-item a {
    color: #000;
    text-decoration: none;
}

.list-items .steps-item .fa-exclamation-triangle {
    color: red;
}

.checksteps img {
    object-fit: cover;
    height: 200px;
}

.timesystem {
    text-align: center;
    margin-top: 20px;
}

.timesystem img {
    display: block;
    height: 20px;
}

.slider {
    overflow: hidden;
    position: relative;
    border: 2px solid #ccc;
    width: 100%;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.slides img {
    width: 100%;
    flex-shrink: 0;
    object-fit: cover;
    height: 200px;
}

/* Botões sobre a imagem */
.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(0 65 130 / 60%);
    color: white;
    border: none;
    font-size: 24px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav.prev {
    left: 10px;
}

.nav.next {
    right: 10px;
}

.dots {
    text-align: center;
    margin-top: 8px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    transform: translateX(-50%);

}

.dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid black;
}

.dots .dot.active {
    background: #333;
    border: 1px solid white;
}

.card-custom {
    border: none;
    border-radius: 12px;
}

.card-custom.with-button {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.badge-status {
    border-radius: 12px;
    padding: 4px 12px;
    font-size: 0.875rem;
}

.badge-pendente {
    background-color: #fdecea;
    color: #d9534f;
}

.badge-finalizado {
    background-color: #e6f4ea;
    color: #28a745;
}

.badge-aceitar {
    background-color: #e7f1ff;
    color: #0d6efd;
}

.card-custom-footer {
    padding: 0;
    background: #004182;
    border-top: 1px solid #dee2e6;

    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.text-primary {
    color: #004182 !important;
}

.card-custom-footer button {
    padding: 8px 16px;
    width: 100%;
    display: block;
    height: 100%;
    background: transparent;
    border: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.text-30 {
    font-size: 30px;
}

.text-18 {
    font-size: 18px;
}

.text-16 {
    font-size: 16px;
}

.text-14 {
    font-size: 16px;
}


.logo {
    max-width: 180px;
}


.tag {
    background-color: var(--badge-label-color, rgba(0, 56, 118, 0.4));
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
}

.pulse {
    animation: pulse 1s infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }
}

/* Photo Status Badges */
.badge.bg-success {
    background-color: #28a745 !important;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.4rem 0.6rem;
    border-radius: 0.375rem;
    box-shadow: 0 2px 4px rgba(40, 167, 69, 0.3);
}

.badge.bg-danger {
    background-color: #dc3545 !important;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.4rem 0.6rem;
    border-radius: 0.375rem;
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
}

.badge.bg-secondary {
    background-color: #6c757d !important;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.4rem 0.6rem;
    border-radius: 0.375rem;
    box-shadow: 0 2px 4px rgba(108, 117, 125, 0.3);
}

.badge.bg-warning {
    background-color: #ffc107 !important;
    color: #212529 !important;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.4rem 0.6rem;
    border-radius: 0.375rem;
    box-shadow: 0 2px 4px rgba(255, 193, 7, 0.3);
}

.container{
    /* background-color: #F3F3F3; */
}

/* Header section */
.header-section {
    background: #f3f3f3;
    text-align: center;
    padding-top: 20px;
}
