﻿:root{
    --project-color: #FBE99b;
    --project-color-gradient-start: #FFD84D;
    --primary-background-color: #fff;
    --header-link-text-color: #868889;
    --body-color-text: #868889;
    --login-header-color: #fcf5da;
}

.login-header{
    height: 220px;
    background-image: url('../img/QSOS/liostback.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.e-accordion {
    border-radius: 16px !important;
}

.e-accordion .e-acrdn-item.e-selected.e-select.e-active{
    border-radius: 16px !important;
}

.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state>.e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state>.e-acrdn-header{
    border-radius: 16px !important;
}

.e-accordion .e-acrdn-item.e-selected.e-select>.e-acrdn-header{
    border-radius: 16px !important;
}

.e-accordion .e-acrdn-item:first-child .e-acrdn-header:focus{
    border-radius: 16px 16px 0 0  !important;
}

.e-btn, .btn, .e-css.e-btn {
    border-radius: 10px !important;
}