
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


:root {
    --color-primary: #212237;
    --color-secondary: #b3e671;
    --color-accent: #2ea5d1;
    --white: #f7f7f7;
}

li{
    list-style:none
}

body, p, a, h1, h2, h3, h4, h5, h6 {
    font-family: "Outfit", sans-serif;
}

a{
    color:var(--color-secondary);
    transition:color 0.4s ease-in-out
}

a:hover{
    color:var(--color-secondary)!important;

}

input, select:not(.radio-hover select) {
    min-height: 45px
}

/*Buttons*/

.btn,
.btn-primary {
    background-color: var(--color-accent);
    border-radius: 70px;
    padding: 10px 25px;
    border-color: var(--color-accent);
    color: var(--white);
    transition: background-color 0.4s ease-in-out;
    font-weight: 700
}

    .btn:hover {
        color: #fff !important;
        background-color: #2584a7
    }

#saveButton {
    border-radius: 0
}

@media(min-width:380px){

    #saveButton {
        min-width: 340px;
    }
}

/*CONTENT*/

body {
    color: var(--white);
    background: var(--color-primary);

    background-attachment: fixed;
    margin-bottom:0!important
}

.body-content {
    margin: 60px auto;
    padding: 30px;

}

.col-md-6.ng_cloak.k_ng_cloak.columns{
    padding:20px 20px 0
}

.body-content .well.well-sm {
    border-radius: 5px;
}


.body-content .well.well-sm,
td, tr, table {
     color: #fff;
    background-color: transparent!important;
    border-color: transparent
}

.body-content div:hover{
background-color:transparent!important
}

.body-content .well.well-sm input,
input[type="radio"] {
    min-height: unset
}
.divSection {
    padding: 20px 0 40px
}
.row.radio-hover.radio.borow.ng_cloak.k_ng_cloak {
    background-color: transparent
}

.col-md-12.ng_cloak.k_ng_cloak.columns .col-md-12  p:nth-child(2) {
    border-bottom: 1px solid var(--color-secondary);
    width:100%;
    color:var(--color-secondary)
}

.col-md-12:empty {
    display: none;
}


.radio input[type="radio"] {
    margin-top: 6px
}
.radio label{
    padding-left:0
}

#gridBuySummary {
    background-color: transparent;
}

.priceBaseBeforeDiscount span{
    display:none
}


.priceBaseBeforeDiscount {
    display: flex;
    justify-content: flex-start;
 
}
.priceBaseBeforeDiscount del {
    display: block
}

#divBuySummary{
    font-size:12px
}

.well{
    background-color:transparent;
    color:#fff!important
}
div.divSectionHdrNominative .well {
    color: #fff !important;
    
}

.maincontainer{
    min-height:100%;
  
}

.text-danger{
    position:absolute;
    color:var(--color-secondary)

}

