/* <---------------------------------- Variabili ----------------------------------> */

:root{
    --main-text-color: #073763;
    --main-alternative-text-color: #fff;
    --main-light-dark-theme: #f8f8f8;
    --white: #fff;
    --main-color-card: #fff;
    --blue: #073763;
    --light-blue: #196d94;
    --danger-red: #e5224b;
    --green-previon: #01b8a0;
    --violet: #7380ec;
    --bordeaux: #ff7782;
    --grey: #d0d0d0;
    --light-icon: #073763;
    --azzurro-chiaro: #F8FCFF;
    --box-shadow: 5px 10px 25px #e0e0e0;

    --card-border-radius: 14px;
}

/* <---------------------------------- Variabili Fine ----------------------------------> */
/* <---------------------------------- Style globale ----------------------------------> */
a,p,h1,h2,h3,h4,h5,h6,b{
    color: var(--main-text-color);
}

.text-ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body{
    background: var(--azzurro-chiaro);
    transition: all 0.3s ease!important;
}

.white{
    color: var(--white)!important;
}

/*color*/
.main-text-color{
    color: var(--main-text-color)!important;
}
.alternative-text-color{
    color: var(--main-alternative-text-color)!important;

}
.main-background-card{
    background: var(--main-color-card)!important;
}
.main-background-content{
    background: var(--main-light-dark-theme);
}
/*color*/

.modal-content{
    background: var(--main-light-dark-theme);
}

.custom-file-label-carica-estratto::after{/*Sovrascrive il bootstrap*/
    content: "Inserisci File"!important;
    position: relative!important;
}

div{
    transition: all 0.3s ease!important;
}

.bg-input{
    background-color: var(--main-color-card);
}

select {
    font-size: 16px;
    padding: 5px 25px 5px 5px;
    background: #e0e0e0;
    color: #000;
    border: 1px solid #e0e0e0;
    border-radius: 4px;

}

td{
    vertical-align: middle!important;
}

th,tr{
    color: var(--main-text-color);
}

.fa-trash{
    color: var(--danger-red)!important;
}
.search{
    background: var(--main-color-card);
    transition: all 0.3s ease;
}
.search .icon{
    background: var(--main-color-card);
    transition: all 0.3s ease;
}
/* <---------------------------------- Style globale Fine ----------------------------------> */
/* <---------------------------------- Style menu ----------------------------------> */

.container-menu{
    display: grid;
    width: 0%;
    margin: 0;
    gap: 1.4rem;
    grid-template-columns: 15rem auto 23rem;
    z-index: 9999;
    position: fixed;
}

/* HEAD */

.bg-gradient-head{
    background: linear-gradient( 45deg , var(--light-blue), var(--blue)) !important;
}

.border-head{
    border-color: var(--light-icon)!important;
}

.widgets-icons-2 {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    font-size: 27px;
    border-radius: 10px;
}

.radius-10 {
    border-radius: var(--card-border-radius);
  }

.border-start {
    border-left: 1px solid var(--light-blue) !important;
    border-left-width: 1px;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.border-3 {
    border-width: 3px !important;
  }

/* HEAD */

.box-shadow{
    box-shadow: var(--box-shadow);
}

aside{
    height: 100vh;
    background: var(--blue);
    width: 26%;
    overflow: hidden;
    transition: all 0.4s ease;
}

aside:hover{
    height: 100vh;
    background: var(--blue);
    width: 100%;
    overflow: hidden;
}

.logo-menu{
    padding: 5px 15px;
}

.logo-menu > img{
    max-width: 140px;
}

.sidebar > a > p{
    font-size: 0.95rem;
    color: var(--white)!important;
    margin-bottom: 0!important;
    white-space: nowrap;
    cursor: pointer;
}

.sidebar > a > i{
    font-size: 1.4rem;
    color: var(--white)!important;
    width: 20px;
}

aside > .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
}

aside > .top > .close{
    color: var(--white);
}

aside > .sidebar > a{
    display: flex;
    gap: 1.8rem;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    margin-left: 1rem;
    height: 3.8rem;
}

aside > .sidebar > a:hover{
    margin-left: 1.4rem;
}

/* <---------------------------------- Style menu Fine ----------------------------------> */
/* <---------------------------------- Style dashboard ----------------------------------> */

.container-dashboard-partner{
    width: 100%;
    height: auto;
    padding-left: 120px;
    padding-right: 50px;
    transition: all 0.3s ease;
    padding-bottom: 40px;
}

main > section > .sales{
    background: var(--main-color-card);
    border-radius: var(--card-border-radius);
    box-shadow: var(--box-shadow);
}

main > section > div > .middle{
    display: flex;
    align-items: center;
}

main > section > div > .middle > .circle-svg{
    position: relative;
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
}

main > section > div > .middle > .circle-svg > div{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 35px;
}

.circle-svg > div > i{
    color: var(--light-icon);
}

section > .page-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

section > .page-header > .breadcrumbs {
    list-style: none;
    display: inline;
    width: auto;
    /* border-left: 1px solid #efefef; */
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 100%;
}

  section > .page-header > .breadcrumbs li {
    display: inline-block;
}

  section > .page-header > .breadcrumbs li a {
    font-size: 13px;
}

  section > .page-header > .breadcrumbs li a i {
    font-size: 16px;
}

section > .page-header > .breadcrumbs li a:hover {
    text-decoration: none;
}

section > .page-header > .breadcrumbs li.separator {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}

.button-main-blue > p,.button-main-blue > i{
    color: var(--main-alternative-text-color);
}

.div-opportunita-int{
    margin: auto;
    width: 100%;
    height: 100%;
    background: var(--main-color-card);
    border-radius: var(--card-border-radius);
    box-shadow: var(--box-shadow);
    min-height: 300px;
}

table thead th{/*sovrascrive il bootstrap*/
    vertical-align: middle!important;
}

.input-group-text{/*sovrascrive il bootstrap*/
    background: var(--main-color-card);
    transition: all 0.3s ease;
}

.search {
    position: relative;
    width: 300px;
    height: 40px;
    background: #fff;
    border-radius: 60px;
    transition: 0.5s;
    box-shadow: 0 0 0 2px #01b8a0;
    overflow: hidden;
    margin-left: 1%;
    min-width: 300px;
}

.search .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    cursor: pointer;
}

.clear {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    right: 22px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clear::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    background: #999;
    transform: rotate(45deg);
}

.clear::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    background: #999;
    transform: rotate(315deg);
}

.navbar-partner{
    z-index: 9999999;
    background: var(--blue);
    color: var(--main-alternative-text-color);
    width: 100%
}

.navbar-partner > div > i{
    color: var(--main-alternative-text-color);
    font-size: 1.6rem;
}

section > .inserimento-estratto-card{
    background: var(--main-color-card);
    color: var(--main-text-color);
    box-shadow: var(--box-shadow);
    border-radius: var(--card-border-radius);
}

.div-opportunita{
    padding:0px 15px;
    display: flex;
    height: auto;
    min-height: 340px;
    width: 33%;
    min-width:32%;
    float:left;
}

#EstrattoContoXml{
    border-right: 1px solid #e0e0e0;
}
/* <---------------------------------- Style dashboard Fine ----------------------------------> */
/* <---------------------------------- Mediaquery ----------------------------------> */
/* <---------------------------------- Style menu ----------------------------------> */

@media screen and (max-width: 1199px) {
    #EstrattoContoXml{
        border-right:  none;
    }
}

@media screen and (max-width: 1024px) {
    aside{
        width: 0%;
    }
    .div-opportunita{
        width: 100%!important;
        height: auto!important;
    }
}
@media screen and (max-width: 576px) {
    .container-menu{
        grid-template-columns: 100% auto 23rem;
        z-index: 99999;
    }
}
/* <---------------------------------- Style menu Fine ----------------------------------> */
/* <---------------------------------- Style dashboard ----------------------------------> */



/* <---------------------------------- Style dashboard Fine ----------------------------------> */
/* <---------------------------------- Mediaquery Fine ----------------------------------> */