/****************************
DASBOARD CONSUMER
****************************/


/*************************
SIDEBAR
*************************/

.fxsidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    /*z-index: 100;*/
    padding: 0;
    /*box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);*/
  }

  .fxsidebar-consumer {
    position: sticky;
    /* top: 80px; */
    /* height: calc(100vh - 48px); */
    padding-top: 80px;
    overflow-x: hidden;
    overflow-y: auto;
	background-color:#ffffff;
  }

  .fxsidebar .nav-link {
    font-weight: 500;
    color: #333;
  }

  .fxsidebar .nav-link .feather {
    margin-right: 4px;
    color: #333;
  }

  .fxsidebar .nav-link.active {
    color: #fc4f1a;
    background: #333;
  }

  .fxsidebar .nav-link:hover .feather,
  .fxsidebar .nav-link.active .feather {
    color: inherit;
  }

  .fxsidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
  }

main {
    background: #f5f5f5;
}

.card {
    padding: 1rem;
}

.button-voucher {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/********************************
DASHBOARD PRENOTAZIONI CONTENT
********************************/

.fxmain {
    background: #f5f5f5;
}

.card {
    padding: 1rem;
}

.fxbutton-header {
    display: flex;
    align-items: center;
}

.fxbutton-voucher {
    margin-right: auto;
}

.voucher-button {
    font-weight: bold;
    text-transform: uppercase;
    color: #fc4f1a;
}

.voucher-button:hover {
    color: #c73103;
    text-decoration: underline;
}

.underline {
    text-decoration: underline;
    margin-top: 25px;
    height: 2px;
}

.orange-line {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0;
    border-top: 4px solid #fc4f1a;
    width: 100%;
    height: 4px;
}

.fx-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    width: 100%;
}

.fx-content-items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.content-veicolo {
    color: rgb(121, 121, 121);
    padding: .5rem;
}

.fxbtn-primary {
    color: #fff;
    background: #fc4f1a;
    font-weight: bold!important;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
}

.fxbtn-primary-black {
    color: #fff;
    background: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.fxbtn-primary:hover {
    color: #fff;
    background: #c73103
}

.fxbtn-primary-black:hover {
    color: #fff;
    background: #333;
}

.fxsubtitle{
    font-weight: bold;
    font-size: 16px;
}

.bg-light-fx {
    color: rgb(121, 121, 121);
}

.fxnumber {
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
    color: rgb(121, 121, 121);
}

.button-group-fx {
    display: flex;
}

/* Mobile */
@media only screen and (max-width: 765px) {
    .fxbutton-header {
        flex-direction: column;
    }

    .button-group-fx {
        display: flex;
        flex-direction: column;
    }

    .fx-content-items {
        flex-direction: column;
        align-items: center;
    }

    .fxsubtitle {
        font-size: 15px;
    }

    .hide-mobile {
        display: none;
    }

    .fxbutton-voucher {
        margin: 0 auto;
    }

    .header-raiting,
    .box-header-feedback {
        flex-direction: column;
    }

    .data-header {
        align-items: flex-start!important;
        flex-direction: column;
    }

    .data-prent {
        align-items: flex-start!important;
        flex-direction: column;
    }

   .box-header-feedback .fxbtn-primary-black {
        margin-left: 2rem;
    }
}

/*Desktop */
@media only screen and (min-width: 768px) {
    .margin-rg {
        margin-right: 5px;
    }
}

.w2PageAvatarBox {
    width: 160px;
    height: 160px;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 0px;
}

.w2PageAvatar {
    width: 160px;
    height: 160px;
  }

.w2PageAvatar {
    border: 1px solid #fc4f1a;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fc4f1a;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 236, 236, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(236, 236, 236, 0.25);
}

/*sidebar subheader*/

.subheader {
    background:#fc4f1a;
    color:white;
    height: 65px;
    padding: 1.5em 1em;
}

@media (max-width: 600px) {
    .box-card {
        padding-top:57px;
    }
}

.icons-header {
    display: flex;
    justify-content:space-around;
}

.icons-header a {
    cursor: pointer;
}

.fixed-top {
    border-bottom: 5px solid #fc4f1a;
}

/* Subheader fixed */
.fixed-top2 {
    position: fixed;
    top: 60px;
    right: 0;
    left: 0;
    z-index: 900;
}

/**/
footer {
    background-color: #fc4f1a; /* For browsers that do not support gradients */
    background-image: linear-gradient(90deg, #fc4f1a, #d83200); /* Standard syntax (must be last) */
    color: #fff;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*FEEDBACK*/

.box-header-feedback {
    background: #fc4f1a;
    color: white;
    padding: .5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-item02 {
    display: flex;
}

.data-header {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

.header-raiting {
    display: flex;
    justify-content: space-between;
    justify-items: center;
    margin-bottom: 15px;
}

.data-prent {
    display: flex;
    align-items: center;
}

.card-header-feedback {
    padding: .5rem;
    margin-bottom: 0;
    background-color: #fc4f1a;
    color: #fff;
    border-bottom: 0;
}

.panel-heading3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.collapse2 .panel-heading3 img {
    transform: rotate(180deg);
}
