﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #f79a6b;
    border-color: #f79a6b;
}
    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #F5793B;
        border-color: #F5793B;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #F5793B;
        border-color: #F5793B;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #F5793B;
        border-color: #F5793B;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #F5793B;
            border-color: #F5793B;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, btn-primary:disabled, btn-primary:visited {
        background-color: #40a0a5;
        border-color: #40a0a5;
    }

        .btn-primary.disabled:hover,
        .btn-primary[disabled]:hover,
        fieldset[disabled] .btn-primary:hover,
        .btn-primary.disabled:focus,
        .btn-primary[disabled]:focus,
        fieldset[disabled] .btn-primary:focus,
        .btn-primary.disabled.focus,
        .btn-primary[disabled].focus,
        fieldset[disabled] .btn-primary.focus {
            background-color: #40a0a5;
            border-color: #40a0a5;
        }

    .btn-primary .badge {
        color: #2b6b6e;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #F5793B;
    border-color: #F5793B;
}

    .btn-info:focus,
    .btn-info.focus {
        color: #fff;
        background-color: #a62657;
        border-color: #a62657;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #a62657;
        border-color: #a62657;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #a62657;
        border-color: #a62657;
    }

        .btn-info:active:hover,
        .btn-info.active:hover,
        .open > .dropdown-toggle.btn-info:hover,
        .btn-info:active:focus,
        .btn-info.active:focus,
        .open > .dropdown-toggle.btn-info:focus,
        .btn-info:active.focus,
        .btn-info.active.focus,
        .open > .dropdown-toggle.btn-info.focus {
            color: #fff;
            background-color: #a62657;
            border-color: #a62657;
        }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled {
        background-color: #91214c;
        border-color: #91214c;
    }

        .btn-info.disabled:hover,
        .btn-info[disabled]:hover,
        fieldset[disabled] .btn-info:hover,
        .btn-info.disabled:focus,
        .btn-info[disabled]:focus,
        fieldset[disabled] .btn-info:focus,
        .btn-info.disabled.focus,
        .btn-info[disabled].focus,
        fieldset[disabled] .btn-info.focus {
            background-color: #d5447b;
            border-color: #d5447b;
        }

    .btn-info .badge {
        color: #2b6b6e;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #f1b44c;
    border-color: #f1b44c;
}

    .btn-success:focus,
    .btn-success.focus {
        color: #fff;
        background-color: #eea62b;
        border-color: #eea62b;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #eea62b;
        border-color: #eea62b;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #eea62b;
        border-color: #eea62b;
    }

        .btn-success:active:hover,
        .btn-success.active:hover,
        .open > .dropdown-toggle.btn-success:hover,
        .btn-success:active:focus,
        .btn-success.active:focus,
        .open > .dropdown-toggle.btn-success:focus,
        .btn-success:active.focus,
        .btn-success.active.focus,
        .open > .dropdown-toggle.btn-success.focus {
            color: #fff;
            background-color: #eea62b;
            border-color: #eea62b;
        }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled {
        background-color: #f4c471;
        border-color: #f4c471;
    }

        .btn-success.disabled:hover,
        .btn-success[disabled]:hover,
        fieldset[disabled] .btn-success:hover,
        .btn-success.disabled:focus,
        .btn-success[disabled]:focus,
        fieldset[disabled] .btn-success:focus,
        .btn-success.disabled.focus,
        .btn-success[disabled].focus,
        fieldset[disabled] .btn-success.focus {
            background-color: #f4c471;
            border-color: #f4c471;
        }

    .btn-success .badge {
        color: #2b6b6e;
        background-color: #fff;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    /*background-color: #1b6ec2;
  border-color: #1861ac;*/
    background-color: #F5793B;
    border-color: #a62657;
}

.nav-tabs-custom .nav-item .nav-link.active {
    color: #f79a6b;
}

.nav-tabs-custom .nav-item .nav-link::after {
    background: #f79a6b;
}

.form-check-input:checked {
    background-color: #f79a6b;
    border-color: #f79a6b;
}

.text-info {
    --bs-text-opacity: 1;
    color: #F5793B !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f79a6b;
    border-color: #f79a6b;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    /*width: 100%;*/
    /*white-space: nowrap;*/
    /*line-height: 60px;*/ /* Vertically center the text there */
}


/* CUSTOMIZED */
.bg-primary.bg-soft {
    background-color: rgb(58 143 148 / 25%) !important;
}

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

/*path fill^=rgba(52,195,143,1) {
    fill: black !important;
}*/

.index-header {
    /*background-color: #F5793B;*/
    min-height: 200px;
}

.index-header-image {
    background-image: url('../img/vendittur/index-header.jpg');
    /*background-size: cover;*/
    /*background-size: contain;*/
    background-size: auto 100%;
}
.index-header-strong-orange-bg {
    background-color: #F5793B;
}

.index-header-grey-bg {
    background-color: #eee;
}

.index-header-card {
    margin-bottom: 0px !important;
}

.index-header-management-tools {
    color: #F5793B;
    margin-top: 15px;
}

.item-header-management-tools-button {
    padding: 15px;
    border: #F5793B 2px solid;
    border-radius: 12px;
    color: #F5793B;
    text-decoration: none;
    font-weight: bold;
    font-size: 9px;
    background-color: #fbe3d6 !important;
    text-align: center;
    margin: 5px;
}

    .item-header-management-tools-button a {
        color: #F5793B !important; 
    }

.font-size-x-small {
    font-size: x-small !important;
}

.img-grayscale {
    filter: grayscale(100%);
    border-radius: 12px;
}

.item-body {
    color: #F5793B;
}

.item-body-font-grey {
    color: #c7c7c7;
}

.item-body-font-strong-orange {
    color: #F5793B !important;
}

.item-body-font-size-12 {
    font-size: 12px;
}

.item-body-font-size-15 {
    font-size: 15px;
}

.item-body-img-max-height {
    max-height: 73px;
}

@media only screen and (min-width: 1500px) {
    .item-header-buttons {
        padding-top: 20px;
    }
    .item-header-management-tools-button {
        font-size: 11px;
    }
    .item-body-img-max-height {
        max-height: 110px;
    }
}

/* Booking & Budget PDF */
.booking-separator {
    background-image: linear-gradient(to right, #f04f37 0%, #f36739 25%, #f6803c 50%, #f8943e 75%, #faa93f 100%);
    height: 1px;
}

.pdf {
}

    .pdf .table {
        font-size: 10px !important;
    }

    .pdf .price {
        font-size: 14px;
        line-height: 12px !important;
    }
    .pdf .finalprice {
        font-size: 18px !important;
        line-height: 12px !important;
    }

    .pdf .text-12 {
        font-size: 12px !important;
    }

.text-small {
    font-size: 10px;
}

.text-smaller {
    font-size: 8px;
}




/* End Booking & Budget PDF */


.btn-outline-orange {
    color: #f79a6b;
    background-color: transparent;
    border: 1px solid #f79a6b;
}

    .btn-outline-orange:hover,
    .btn-outline-orange:focus,
    .btn-outline-orange.focus {
        color: #fff;
        background-color: #F5793B;
        border-color: #F5793B;
    }

    .btn-outline-orange:active,
    .btn-outline-orange.active,
    .open > .dropdown-toggle.btn-outline-orange {
        color: #fff;
        background-color: #F5793B;
        border-color: #F5793B;
        background-image: none;
    }

        .btn-outline-orange:active:hover,
        .btn-outline-orange.active:hover,
        .open > .dropdown-toggle.btn-outline-orange:hover,
        .btn-outline-orange:active:focus,
        .btn-outline-orange.active:focus,
        .open > .dropdown-toggle.btn-outline-orange:focus,
        .btn-outline-orange:active.focus,
        .btn-outline-orange.active.focus,
        .open > .dropdown-toggle.btn-outline-orange.focus {
            color: #fff;
            background-color: #F5793B;
            border-color: #F5793B;
        }

    .btn-outline-orange.disabled,
    .btn-outline-orange:disabled {
        color: #40a0a5;
        background-color: transparent;
        border-color: #40a0a5;
    }

    .btn-outline-orange .badge {
        color: #2b6b6e;
        background-color: #fff;
    }



/* CSS para loading sin spinner */
.loading-wrapper {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-out forwards;
}

    .loading-wrapper .card {
        opacity: 0;
        transform: scale(0.9);
        animation: scaleIn 0.8s ease-out 0.2s forwards;
    }

.loading-image {
    opacity: 0;
    animation: fadeInPulse 1s ease-out 0.5s forwards, gentlePulse 3s ease-in-out 1.5s infinite;
}

/* Animaciones */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeInPulse {
    to {
        opacity: 1;
    }
}

@keyframes gentlePulse {
    0%, 100% {
        transform: scale(1);
        filter: brightness(1);
    }

    50% {
        transform: scale(1.02);
        filter: brightness(1.05);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .loading-wrapper .card {
        max-width: 95% !important;
        margin: 0 auto;
    }
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-90 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.revert {
    -webkit-transform: revert;
    transform: revert;
}