
body{
    /*background:url("/img/wislabg.jpg") center;*/
    -webkit-background-size:cover;
    background-size:cover;
}

.lockscreen-name {
    font-weight: 600;
    text-align: center;
}

#facebook-login{
    width:100%;
    padding-bottom:30px;
}

.bar {
    height: 18px;
    background: green;
}

label[for=car_carModel],
#car_carModel{
    display:none;
}

.square {
    width: 100%;
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.carthumb{
    max-width:150px;
}

#filelist .image{
    max-width:100%;
}

#filelist td{
    width:25%;
}

.zoom {
    transition: transform .2s; /* Animation */

}

.zoom:hover {
    transform: scale(4); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.small-img{
    width:200px;
    height:auto;
}
.image-wrapper{
    width:1600px;
}
td.overflow { min-width: 200px; }

.main-sidebar.sidebar-light-primary,
.main-sidebar.sidebar-dark-primary {
    background-color:#f39200;
    color:#000;
}
.main-sidebar .nav-pills .nav-link:not(.active):hover {
    color: #000;
}

.main-sidebar.sidebar-dark-primary.pink {
    background-color:#F8C8DC;
    color:#000;
}

.main-sidebar.sidebar-dark-primary a{
    color:#000;
}

.main-sidebar.sidebar-dark-primary .brand-link,
.main-sidebar.sidebar-dark-primary .user-panel {
    border-bottom: 1px solid #fff;
}

.gallery-exterior .swiper-container{
    max-width:100%
}
.gallery-exterior .swiper-slide{
    width:200px;
}

#store-list .table{
    max-width:100%;
    table-layout: fixed;
    width:100%;
}

#store-list .table .name{
    max-width:200px;
    min-width:130px;
    width:204px;
}

#store-list .table .details{
    font-size:12px;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #fff;
    color: #f26522;
}

.btn-orange{
    color: #fff;
    background-color: #f26522;
    border-color:#f26522;
}

#imagePreview .full-img{
    width:100%;
    height:auto;
}
.uploadWrapper{
    padding-top:15px;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

.gallery-exterior .delete-file{
    position:absolute;
    right:10px;
    bottom:10px;
}

.background-preview{
    max-width:100%;
    height:auto;
}

.manual.storeList.gallery-exterior .swiper-slide{
    float:left;
}

.manual .small-img{
    width: 100%;
}

[class*=sidebar-dark-] .nav-header {
    color:#000;
}

.narrow-column{
    max-width: 15em;
    overflow-wrap: anywhere;
    text-overflow: ellipsis;
}

.accordion .card{
    box-shadow: none;
    margin-bottom: 0rem;
    border: 1px solid rgba(0, 0, 0, .125);
}

.accordion .card-header {
    padding: .1rem 0rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 0 solid rgba(0, 0, 0, .125);
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.modal-fullscreen {
    width: 100vw;  /* Szerokość pełnego ekranu */
    height: 100vh; /* Wysokość pełnego ekranu */
    margin: 0;     /* Usuń marginesy */
    padding: 0;    /* Usuń padding */
    max-width: 100%;
}

.modal-fullscreen .modal-content {
    height: 100vh; /* Ustaw wysokość modala na pełny ekran */
}

.modal-fullscreen .modal-body {
    overflow-y: auto; /* Włączamy przewijanie pionowe */
    height: calc(100vh - 120px); /* Dostosuj wysokość, uwzględniając nagłówek i stopkę */
}

.modal-header, .modal-footer {
    height: 60px; /* Wysokość nagłówka i stopki */
}

.rank .color-radio .form-check-input {
    display: none;
}

.rank .color-radio .form-check-label {
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 50%;
    margin: 5px;
    background-color: #ddd;
    transition: background-color 0.3s, color 0.3s;
    font-weight: bold;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 25px;
    display: inline-block;
}

/* Stylizacja dla wybranych ocen */
.rank .color-radio .form-check-input:checked + .form-check-label {
    /*background-color: #28a745; !* Zielony kolor dla zaznaczonej opcji *!*/
    /*color: white;*/
    -webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    -moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    outline:4px solid black;
}

/* Kolory od niezadowolenia (1) do zadowolenia (10) */
.color-radio .form-check-inline:nth-of-type(1) label { background-color: #f94144; } /* Ocena 1 */
.color-radio .form-check-inline:nth-of-type(2) label { background-color: #f3722c; } /* Ocena 2 */
.color-radio .form-check-inline:nth-of-type(3) label { background-color: #f8961e; } /* Ocena 3 */
.color-radio .form-check-inline:nth-of-type(4) label { background-color: #f9c74f; } /* Ocena 4 */
.color-radio .form-check-inline:nth-of-type(5) label { background-color: #ffdd59; } /* Ocena 5 */
.color-radio .form-check-inline:nth-of-type(6) label { background-color: #ffdd59; } /* Ocena 6 */
.color-radio .form-check-inline:nth-of-type(7) label { background-color: #ffdd59; } /* Ocena 7 */
.color-radio .form-check-inline:nth-of-type(8) label { background-color: #90be6d; } /* Ocena 8 */
.color-radio .form-check-inline:nth-of-type(9) label { background-color: #43aa8b; } /* Ocena 9 */
.color-radio .form-check-inline:nth-of-type(10) label { background-color: #63e6be; } /* Ocena 10 */

/* Przykład hovera dla podświetlenia przycisków */
.rank .color-radio  .form-check-label:hover {
    background-color: #007bff;
    color: white;
}

/* Stylowanie przycisku do wysłania */
.rank .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.rank .btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085;
}

/* Ukrycie domyślnych checkboxów */
.custom-checkbox .form-check-input {
    display: none;
}

/* Stylizacja etykiet checkboxów */
.custom-checkbox .form-check-label {
    cursor: pointer;
    padding: 10px 15px;
    margin: 5px;
    background-color: #eee;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    font-weight: bold;
    display: inline-block;
}

/* Zaznaczony checkbox */
.custom-checkbox .form-check-input:checked + .form-check-label {
    background-color: #f3722c;
    color: white;
}

/* Hover efekt dla checkboxów */
.custom-checkbox .form-check-label:hover {
    background-color: #007bff;
    color: white;
}

/* Stylizacja ikonek w checkboxach */
.custom-checkbox .form-check-label i {
    margin-right: 8px;
    font-size: 20px;
    vertical-align: middle;
}

.rank-form{
    width:100%;
    position:fixed;
    max-width:45%;
}
.custom-button {
    cursor: pointer;
    padding: 15px 30px;
    margin: 20px auto 0;
    background-color: #000;
    border: none;
    border-radius: 30px;
    transition: background-color 0.3s, color 0.3s;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
}

.custom-button:hover {
    background-color: #007bff;
    color: white;
}

.custom-button:active {
    background-color: #0056b3;
    color: white;
}

.custom-button i {
    margin-right: 10px;
}

.custom-button:focus {
    outline: none;
}

body {
    font-family: 'Montserrat', sans-serif;
}
.custom-nav .nav-link {
    color: white;
    background: linear-gradient(45deg, #ff6f61, #de1b1b);
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 8px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.custom-nav .nav-link i {
    margin-right: 10px;
    font-size: 1.2em;
}
.custom-nav .nav-link:hover {
    /*transform: scale(1.05);*/
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}
.custom-nav .nav-link::before {
    content: "";
    position: absolute;
    top: 100%;
    left: -50%;
    width: 200%;
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(45deg);
    transition: top 0.5s ease;
}
.custom-nav .nav-link:hover::before {
    /*top: -50%;*/
    /*height: 200%;*/
}
.custom-nav .nav-link.active {
    background: linear-gradient(45deg, #28a745, #218838);
}
.custom-nav .nav-link.disabled {
    background: #6c757d;
    color: #ccc;
    cursor: not-allowed;
    pointer-events: none;
}

.card {
    transition: transform 0.2s;
    margin-bottom: 30px;
}
.card:hover {
    /*transform: scale(1.02);*/
}
.photo {
    transition: opacity 0.5s;
    margin-bottom: 15px;
}
.photo img {
    width: 100%;
    height: auto;
    display: block;
}
.photo.ng-enter {
    opacity: 0;
}
.photo.ng-enter-active {
    opacity: 1;
}
.dealer-header {
    background-color: #343a40; /* Ciemniejszy kolor */
    color: white;
    padding: 10px;
    font-size: 1.2em; /* Mniejsza czcionka */
}

.rating-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ccc;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px auto;
    font-weight: bold;
    font-size: 1em;
    position:absolute;
    right:10px;
    top: 10px;
}

.rank-submited {
    position: fixed;
    display: inline-block;
    text-align: center;
}

.fireworks {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    pointer-events: none;
}

.firework {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 0 0 10px 2px #ff0;
    animation: explode 1s ease-out infinite;
}

.firework:nth-child(1) {
    animation-delay: 0s;
    transform: translate(-50px, -50px);
}

.firework:nth-child(2) {
    animation-delay: 0.2s;
    transform: translate(0, -70px);
}

.firework:nth-child(3) {
    animation-delay: 0.4s;
    transform: translate(50px, -50px);
}

@keyframes explode {
    0% {
        opacity: 1;
        transform: scale(0.5);
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

#fireworks-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1000;
}

.rating-high {
    background-color: #28a745; /* Zielony */
    color: white;
    padding: 10px;
    border-radius: 5px;
}

.rating-medium {
    background-color: #ffc107; /* Żółty */
    color: black;
    padding: 10px;
    border-radius: 5px;
}

.rating-low {
    background-color: #dc3545; /* Czerwony */
    color: white;
    padding: 10px;
    border-radius: 5px;
}

@media (min-width: 768px) {
    body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header {
        transition: margin-left .3s ease-in-out;
        margin-left: 270px;
    }
}
