/* 
    Created on : 27 juin 2025, 13:10:19
    Author     : mawuli
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
    font-size: 13px;
    color: #2d353c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0;
    min-height: 100%;
    background-color: #F1F0F0;

}
body p {
    font-weight: 600;
}
h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 64px;
    letter-spacing: 10px;
    color: #F1F0F0;

}

h1 > span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 8px;
    letter-spacing: 0.5px;
    color: rgba(255,255,255,0.7);
}

h1 > span::after {
    content: "";
    display: block;
    height: 2px;
    background-color: rgba(0,0,0,0.2);
    margin: 8px auto 0;
    border-radius: 2px;
}


.landing-body .landing-wrapper #introduction {
    /*background-image: url("/jakarta.faces.resource/templates/atlantis/assets/images/introduction.png.xhtml?ln=eformation");*/
    background-image: url("/jakarta.faces.resource/templates/atlantis/assets/images/sosup_bg.jpeg.xhtml?ln=eformation");
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
    margin-top : 10px;
    padding-top: 100px;
    border-top: 10px solid #E1E1E1;
    border-top: none;
}

.landing-body .landing-wrapper #header > div {
    height: 55px;
    overflow-y: visible;
}


.landing-body .landing-wrapper #header{
    padding-top: 0;
    background-color: #FFFFFF;
    height: 55px;
    border: none;
    border-bottom: 1px solid #E6E5E5;
}

.landing-body .landing-wrapper #header > div img {
    width: 120px;
}

.landing-body .landing-wrapper #header > div ul li a {
    font-size: 14px;
    /*font-weight: 600;*/
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    color: #54594c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.landing-body .landing-wrapper #header > div ul a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #212619;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.landing-body .landing-wrapper #header > div ul li a:hover {
    color: #212619;
}

.landing-body .landing-wrapper #header > div ul a:hover::after {
    width: 100%;
}

.landing-body .landing-wrapper #features {
    background: none;
}

.landing-body .landing-wrapper #features > div {
    /*background-color: #F7F7F7;*/
}

.landing-body .landing-wrapper #features h2.feature-title {
    text-align: right;
    border-bottom: 1px solid #467525;
    padding-bottom: 10px;
    color: #467525;
    /*margin-bottom: 30px;*/
}

#introduction .ui-button {
    background: #FFFFFF;
    color: #467525;
    /*border: 1px solid #467525;*/
    border: none;
    margin: 0;
    outline: 0 none;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.6);
    box-shadow: 0 2px 4px rgba(0,0,0,0.10);
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

#introduction .ui-button:hover {
    background: #FFFFFF;
    color: #467525;
    background-color: #FFFFFF;
}

body .ui-button {
    background: #467525;
    border: 1px solid #467525;
}
body .ui-button:hover {
    background: #689747;
    border: 1px solid #689747;
}

body .ui-inputfield:hover {
    border: 1px solid #467525;

}
.content-align-right {
    text-align: right
}

.feature-instruction {
    padding: 10px;
}
.feature-instruction p {
    font-size: 13px;
    font-weight: 600;
}
.introduction-content{
    width: 1500px;
    margin: 0 auto;
}
.welcome {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

.landing-body .landing-wrapper #header > div {
    width: 1500px;
    margin: 0 auto;
}

.landing-body .landing-wrapper #features > div {
    width: 1500px;
    margin: 0 auto;
}

.product-badge{
    border-radius:2px;
    padding:.25em .5rem;
    text-transform:uppercase;
    font-weight:700;
    font-size:12px;
    letter-spacing:.3px
}
.product-badge.status-instock{
    background:#c8e6c9;
    color:#256029
}
.product-badge.status-outofstock{
    background:#ffcdd2;
    color:#c63737
}
.product-badge.status-lowstock{
    background:#feedaf;
    color:#8a5340
}
.order-badge{
    border-radius:2px;
    padding:.25em .5rem;
    text-transform:uppercase;
    font-weight:700;
    font-size:12px;
    letter-spacing:.3px
}

.product .product-name{
    font-size:1.4rem;
    font-weight:700
}
.product .product-description{
    margin:0 0 1rem 0
}
.product .product-category-icon{
    vertical-align:middle;
    margin-right:.5rem
}
.product .product-category{
    font-weight:600;
    vertical-align:middle
}
.product .product-list-item{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    padding:1rem
}
.product .product-list-item.border-1{
    border-bottom:1px solid var(--surface-d)
}
.product .product-list-item img{
    width:150px !important;
    box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    margin-right:2rem
}
.product .product-list-item .product-list-detail{
    flex:1 1 0;
    -ms-flex:1 1 0
}
.product .product-list-item .ui-rating{
    margin:0 0 .5rem 0
}
.product .product-list-item .product-price{
    font-size:1.5rem;
    font-weight:600;
    margin-bottom:.5rem;
    align-self:flex-end
}
.product .product-list-item .product-list-action{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column
}
.product .product-list-item .ui-button{
    margin-bottom:.5rem
}
.product .product-grid-item.border-1{
    border:1px solid var(--surface-d)
}
.product .product-grid-item .product-grid-item-top,.product .product-grid-item .product-grid-item-bottom{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.product .product-grid-item img{
    width:75% !important;
    box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    margin:2rem 0
}
.product .product-grid-item .ui-rating{
    margin:0 0 1rem 0
}
.product .product-grid-item .product-grid-item-content{
    text-align:center
}
.product .product-grid-item .product-price{
    font-size:1.5rem;
    font-weight:600
}
@media screen and (max-width: 576px){
    .product .product-list-item{
        -ms-flex-direction:column;
        flex-direction:column;
        -ms-flex-align:center;
        align-items:center
    }
    .product .product-list-item img{
        width:75%;
        margin:2rem 0
    }
    .product .product-list-item .product-list-detail{
        text-align:center
    }
    .product .product-list-item .product-price{
        align-self:center
    }
    .product .product-list-item .product-list-action{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .product .product-list-item .product-list-action{
        margin-top:2rem;
        -ms-flex-direction:row;
        flex-direction:row;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -ms-flex-align:center;
        align-items:center;
        width:100%
    }
}
@media(max-width: 640px){
    .products-table>.ui-datatable-tablewrapper>table>thead>tr>th:nth-child(2) .ui-column-title,.products-table>.ui-datatable-tablewrapper>table>tbody>tr>td:nth-child(2) .ui-column-title{
        display:none !important
    }
    .products-buttonbar{
        -ms-flex-direction:column;
        flex-direction:column
    }
    .products-buttonbar>div:last-child{
        margin-top:.5rem
    }
}
.cascadeselect-item.country-item .flag{
    width:18px;
    height:12px;
    margin-right:.5rem
}
.manymenu-advanced.ui-selectmanymenu .ui-selectlistbox-listcontainer .ui-selectlistbox-list .ui-selectlistbox-item>td:nth-child(2){
    width:1rem;
    padding:0
}
/* Footer */

