﻿.side-camera-box {
    background-color: rgb(66, 75, 84, 0.4);
    border-radius: 5px;
}
.lista-stanze .desktop-row {
    border: 1px solid lightgrey;
    padding: 10px 0 10px 0;
    border-radius:5px;
    margin: 10px 0 0px 0;
}
.lista-stanze .desktop-row, h3 author {
    text-align:center;
}

.lista-stanze .prezzo1 {
    background: lightskyblue;
    border-radius: 5px;
    padding: 0 5px 0 5px;
    margin-bottom:5px;
}
.lista-stanze .prezzo2 {
    background-color: wheat;
    border-radius: 5px;
    padding: 0 5px 0 5px;
}
.lista-stanze .tariffe span {
    margin-top:5px;
}

.detail-camera aside{
    text-align:center;
}
.detail-camera aside .tariffe{
    text-align: center;
    font-weight:600;
    margin-bottom:10px;
}
.detail-camera aside .tariffe .prezzo1{
    background-color:aliceblue;
    padding: 0 5px 0 5px;
    border-radius: 5px;
}
.detail-camera aside .tariffe .prezzo2 {
    background-color: aliceblue;
    padding: 0 5px 0 5px;
    border-radius: 5px;
}
.filter-desktop {
    width:auto;
    background-color:lightgrey;
    padding: 10px 0px 10px 10px;
    margin: 0px 0px 0px 0px;
    border-radius:5px;
}
.filter-desktop a{
    color:darkgoldenrod;
}
.mobile-card {
    width:auto;
    margin: 5px 0 10px 0;
}
.mobile-card .card-img{
        width: 35%;
}
.mobile-card .card-body {
        width: 75%;
        display:inline-block;
        position:absolute;
        right: -15px;
        top:-15px;
}
.mobile-card .card-title {
    font-weight:bold;
    margin-bottom:3px;
}
.mobile-card author {
    margin: 0 2px 0 2px;
}
.mobile-card p{
    font-size:smaller;
    margin:0 2px 2px 2px;
    font-weight:bold;
}
.mobile-card .current-price {
        margin-top:10px;
}
.mobile-card .full-price {
        margin-top: 10px;
}
.current-price {
    color: darkgoldenrod;
    font-weight: bold;
}
.full-price {
    color: black;
    font-weight: bold;
}
.validation-summary-errors li {
    color: darkred;
    border-left: 3px solid red;
    padding-bottom:3px;
    margin-top:3px;
    padding-left:5px;
    background-color: rgb(255,0,0,0.2);
}

.validation-summary-errors ul {
    list-style-type: none;
    margin:0;
    padding:0;
    margin-bottom:1em;
}
#Nome_camera-error {
    color: darkred;
    padding-left:10px;
}

.body-container .create .header .btn-anulla {
    position: absolute;
    display: inline-flex;
    text-decoration: none;
    top: 28%;
    left: 3%;
    padding: 8px;
    width: fit-content;
    border-radius: 5px;
    font-size: 14px;
    height: 35px;
    /*background-color: white;*/
    /*color: rgb(228, 113, 43);*/
    align-items: center;
    justify-content: center;
}

.body-container .create2 .header .btn-anulla {
    position: absolute;
    display: inline-flex;
    text-decoration: none;
    top: 28%;
    left: 3%;
    padding: 8px;
    width: 50px;
    border-radius: 5px;
    height: fit-content;
    background-color: white;
    color: rgb(228, 113, 43);
    align-items: center;
    justify-content: center;
}

.body-container .create3 .header .btn-anulla {
    position: absolute;
    display: inline-flex;
    text-decoration: none;
    top: 28%;
    left: 3%;
    padding: 8px;
    width: 50px;
    border-radius: 5px;
    height: fit-content;
    background-color: white;
    color: rgb(228, 113, 43);
    align-items: center;
    justify-content: center;
}

.body-container .createEnd .header .btn-anulla {
    position: absolute;
    display: inline-flex;
    text-decoration: none;
    top: 28%;
    left: 3%;
    padding: 8px;
    width: 50px;
    border-radius: 5px;
    height: fit-content;
    background-color: white;
    color: rgb(228, 113, 43);
    align-items: center;
    justify-content: center;
}


.camere-card {
    margin: 30px 32px 10px 32px;
    text-align: center;
    width: 13%;
    float: left;
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    /* --bs-card-border-width: 1px; */
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 5px;
    --bs-card-box-shadow:;
    --bs-card-inner-border-radius:5px;
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color:;
    --bs-card-height:;
    --bs-card-color:;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

.index .card-plus {
    padding: 125px 0 79% 0;
    border-color: darkgoldenrod;
}

/*View create*/
.create {
    padding-bottom:50px;
}
/*View create2*/
.create2 #preview {
    display: block;
    width: 300px;
    margin: auto;
}

.create2 #prev-remote {
    display: none;
}

.create2 .input-image h2, p {
    text-align: center;
}

.input-servizi h2, p {
    text-align: center;
}
.create2 .preview-img {
    width: 300px;
    margin: auto;
    display: block;
}
.create2 .submit-button {
    margin-top: 20px;
}
.create2 .serv-switch {
    padding-bottom: 5px;
    height: 2.4rem;
    font-size: 1.6rem;
}
.create2 .serv-label {
    position: absolute;
    left: 5px;
}
.create2 .serv-input {
    right: 0px;
}
.create3 h2 {
    text-align:center;
}


/* Modifica Alo */

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 5px;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: 5px;
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}
/*
.header {
    height: 64px;
    background-color: #f9a72c;
    display: inline-flex;
    align-items: center;
    position: sticky;
    border-bottom: 5px solid white;
    text-align: center;
    width: 100%;
    top: 0;
    z-index: 2;
    box-sizing: border-box;
}

    .header .btn-anulla,
    .body-container .create .header .btn-anulla {
        position: absolute;
        display: inline-flex;
        text-decoration: none;
        top: 28%;
        left: 3%;
        padding: 8px;
       font-size: 20px;             height: 35px;
        width: 50px;
        border-radius: 5px;
        height: fit-content;
        background-color: transparent;
        color: white;
        align-items: center;
        justify-content: center;
        transition: all 0.4s ease-out;
    }

        .header .btn-anulla:hover,
        .body-container .create .header .btn-anulla:hover {
            background-color: #204769;
            color: #f9a72c;
            font-weight: 600;
        }



    .header h2 {
        display: flex;
        box-sizing: border-box;
        justify-content: center;
        position: relative;
        font-size: 32px;
        font-weight: 600;
        color: #204769;
        margin: auto;
        left: auto;
        top: auto;
    }

.header .btn {
    display: inline-block;
    background-color:#f9a72c;
    color: #204769;
    border: none;
    text-align: center;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease-out;
    position: absolute;
    right: 3%;
    box-shadow: none;
    line-height: 30px;
}
.header .btn#btnTo {
    background-color: unset;
}

    .header .btn#btnTo:hover {
        background-color: #204769;
        color: #f9a72c;
    }
 
.header .btn:hover {
        background-color: #204769;
        color: #f9a72c;
    }*/

    .camere-card .container {
        width: 100%;
        height: 80px;
        overflow-wrap: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.camere-card .arrow-cont{
    height: 19%;
    width: 100%;
    background-color: transparent;
    display: flex;
    position: absolute;
    top: 43%;
    align-items: baseline;
    font-size: 2rem;
    color: white;
}

.camere-card .arrow-cont a{
    position:relative;
    text-decoration: none;
    color: #f9a72c;
    margin-right:20px;
}

.camere-card .arrow-cont .l-arr{
    margin-left: 2%;
}

.camere-card .arrow-cont .r-arr{
    margin-left: 76%;
}
.camere-card .card-body{
    background-color: rgb(32, 71, 105);
    border-radius: 5px;
    width: 103%;
    height: 20%;
    position: absolute;
    top: 0px;
    left: calc(100% - 101.5%);
}

.camere-card .text-overflow {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: transparent;

}
.camere-card .title-overflow {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#f9a72c;
    font-size: 1.4rem;
    font-weight: 600;
    line-height:1;
}

.camere-card .author{
    color: white;
    position: relative;
    bottom: 20px;
    font-size: 1rem;
}

.camere-card .plaintext{
    font-weight: 600;
    position: relative;
    color: rgb(255, 87, 87);
    font-size: 1.2rem;
}

.camere-card .imagine{
    border-radius: 5px;
    border: 7px solid rgb(192, 192, 192);
}

.camere-card .active {
    color: #7ED957;
    background-color: #0000004f;
    width: 120px;
    display: inline-flex;
    text-align: center;
    padding: 0 5px 0 27px;
}

.round-border.active .camere-card .rating{
    top: 355%;
    left: 13%;
}

.camere-card .rating{
    color: white;
    position: relative;
    bottom:10px;
    font-size: 1.5rem;
    font-style: normal;
    transition: all 0.3s ease;
}

.camere-card .fa-square-plus {
    font-size:6rem;
    color:goldenrod;
}
.camere-card button {
    margin: 5px 15px 0px 15px;
}

.camere-card .btn-modifica {
    width: 90px;
    height: 45px;
    border: none;
    border-radius: 5px;
    background-color: #f1ab2e;
    font-weight: bold;
    color: white;
    margin-right: 45px;
}

.camere-card .btn-elimina{
    width: 90px;
    height: 45px;
    border: none;
    border-radius: 5px;
    background-color: rgb(255, 87, 87);
    font-weight: bold;
    color: white;
}
.camere-card .wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.create .btn-1{
    background-color: #f9a72c;
    height: 50px;
    width: 111px;
    border-radius: 5px;
    border: none;
    outline: none;
    font-weight: 600;
    position: absolute;
    right: 20%;
    top:77.3%;
}

    .create .btn-1:hover{
        box-shadow:;
    }

    .create .row {
        justify-content: flex-start;
        position: relative;
        margin: 20px 0px 0px 550px;
    }

.create .col-1{
    flex: 0 0 auto;
    width: calc(100%/3);
}

.create .col-2{
    flex: 0 0 auto;
    width: calc(100%/3);
}
.create .col-4{
    flex: 0 0 auto;
    width: calc(100%/3);
}

.create .errors{
    width: 350px;
    position: absolute;
    right: 5%;
    padding:5px;
}

/*.create .panino{*/
   /* background-color: #f9a72c;*/
    /*color: #424242;
    width: 700px;
    height: fit-content;
    margin: 0;*/
    /*border-radius: 5px 5px 0 0;*/
    /*padding: 8px;
    font-weight: 600;
}*/

.create .input{
    border-radius:0;
}

.create .form-control {
    border-radius: 0;
    /*width: 700px;*/
}

.field-validation-error {
    position: relative;
    right: 0px;
    width:300px;
    height:0;
    display:inline-flex;
    padding-top:5px;
}

.cerchi {
    width: 350px;
    height: 100px;
    position: absolute;
    bottom: 10%;
    left: calc(50% - 175px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.cerchi .cerchio{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}

.create2 .btn{
    background-color: #E4712B;
    height: 50px;
    width: 150px;
    border-radius: 5px;
    color: white;
    border: none;
    outline: none;
    position: relative;
    left: calc(50% - 75px);
    margin-top: 6%;
    transition: all 0.3 ease;
}
.create2 .btn:hover{
    font-weight: 600 ;
    border: none;
    background-color: #E4712B;
}

.create2 .image-box{
    border: 4px solid #E4712B;
    height: fit-content;
    border-radius:  5px;
    margin-top: 5%;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: 5%;
}

.create2 .image-box .title{
    background-color: #E4712B;
    height: 40px;
    width: 100%;
    color: white;
}

.create2 .image-box .custom-file-label{
    width: 75%;
    position: absolute;
    left: 12.5%;
    font-size: 0.8rem;
}

.create2 .alert{
    position: absolute;
    top: 0;
    z-index: 5;
    width: 100%;
}

.toggle-box{
    height: 547px;
    border: 4px solid #e4712b;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

.toggle-box .header{
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.toggle-box .body{
    height: calc(547px - 75px);
    width: 100%;
    overflow-y: scroll;
    padding-bottom: 20px;
}

.toggle-box .header .title{
    margin-left: 5%;
}

.create3 .toggle-box .header .title{
    position: absolute;
    margin-left: 0;
    padding: 0%;
    font-size: 1.3rem;
}


.createEnd .toggle-box{
    height: 547px;
    border: 4px solid #e4712b;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

.createEnd .col-4 .toggle-box{
    height: 225px;
    border: 4px solid #e4712b;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.createEnd .toggle-box .header{
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    z-index: 0;
}

.createEnd .toggle-box .body{
    height: calc(547px - 75px);
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 20px;
}

.createEnd .toggle-box .header .title{
    margin-left: -63px;
    width: 100%;
}

.create2 .form-switch .form-check-input{
    outline: none;
    border: 1px solid rgb(192, 192, 192);
}

.create2 .form-switch .form-check-input:checked {
    background-position: right center;
    background-color: #E4712B;
}

.create2 .toggle-box .header .sototitolo{
    margin-top: 58px;
}

.create3 .btn{
    background-color: #E4712B;
    height: 50px;
    width: 150px;
    border-radius: 50px;
    color: white;
    border: none;
    outline: none;
    position: relative;
    left: calc(50% - 75px);
    margin-top: 6%;
    transition: all 0.3 ease;
}

.create3 .btn:hover{
    font-weight: 600 ;
    border: none;
    background-color: #E4712B;
}

.create3 .col1{
    flex: 0 0 auto;
    width: calc(100%/3);
}

.create3 .col2{
    flex: 0 0 auto;
    width: calc(200%/3);
}

.create3 .col3{
    flex: 0 0 auto;
    width: 50%;
}

.createEnd .btn{
    background-color: #E4712B;
    height: 50px;
    width: 160px;
    border-radius: 50px;
    color: white;
    border: none;
    outline: none;
    position: relative;
    left: calc(50% - 75px);
    margin-top: 6%;
    transition: all 0.3 ease;
}
.createEnd .btn:hover{
    font-weight: 600 ;
    border: none;
    background-color: #E4712B;
}

.cerchi .l1{
    background-color: rgb(32, 71, 105);
}
.cerchi .l2{
    background-color: rgb(0, 74, 173);
}
.cerchi .l3{
    background-color: rgb(0, 90, 211);
}
.cerchi .l4{
    background-color: rgb(82, 113, 255);
}

.modifica .header .btn{
    position: absolute;
    display: inline-flex;
    text-decoration: none;
    top: 28%;
    left: 3%;
    padding: 8px;
    width: 50px;
    border-radius: 5px;
    height: fit-content;
    background-color: white;
    color: rgb(228, 113, 43);
    align-items: center;
    justify-content: center;
}

.modifica .body{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.modifica .body .col{
    width: 100%;
    height: 600px;
    display: block;
}

.modifica .body .col .title{
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modifica .body .col .wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 75px;
}
.modifica .body .col .wrap .lab{
    display: flex;
    align-items: center;
    justify-content: end;
}

::-webkit-file-upload-button{
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    height: 100%;
    content: '';
}

.modifica .submit-btn{
    background-color: #E4712B;
    color: black;
    font-weight: 500;
    border-radius: 50px;
    height: 50px;
    width: 146px;
    border: none;
    outline: none;
    position: absolute;
    right: -79%;
    bottom: 6%;
}

.modifica .body .col .wrap .inp{
    height: 50px;
    width: 250px;
    border-radius: 8px;
    background-color: #c0c0c0;
    border: none;
    outline: none;
    margin-left: 5%;
    margin-top: 2%;
    color: black;
    display: flex;
}

.modifica .camere-card{
    width: 53%;
    position: absolute;
    left: 25%;
}

.round-border .modifica .camere-card .rating {
    top: 405%;
}

.round-border.active .modifica .camere-card .rating {
    top: 393%;
    left: 25%;
}

@media screen and (max-width: 600px) {
    .lista-stanze .card, .card-title, card-subtitle {
        text-align: center;
        color: black;
        font-size: 1rem;
    }

    .lista-stanze .desktop-row {
        display: none;
    }

    .lista-stanze .filter-desktop {
        display: none;
    }

    .lista-stanze .search-desktop {
        display: none;
    }

    .create2 .serv-switch {
        font-size: 1.2rem;
        font-weight: bold;
        margin-top: 7px;
    }

    .create2 .upImgMore {
        margin-bottom: 30px;
    }

    .create2 h2 {
        font-weight: bold;
    }

    .create2 p {
        font-size: 1.1rem;
    }

    .create2 .input-servizi {
        margin-bottom: 10px;
    }

    .lista-stanze .tariffe {
        line-height: 20px;
    }

    .camere-card .container {
        height: 40px;
    }

    .camere-card {
        text-align: center;
        width: 97%;
        float: left;
    }

    .index .card-plus {
        padding: 224px 0 224px 0;
        border-color: darkgoldenrod;
    }
}

@media screen and (min-width: 600px) {
    .lista-stanze .mobile-card {
        display: none;
    }
    .lista-stanze .filter-mobile {
        display: none;
    }
    .lista-stanze .search-mobile {
        display: none;
    }
    .lista-stanze .tariffe {
        line-height: 10px;
        padding-bottom:10px;
        padding-top:10px;
    }
}

