﻿


.abs-home {
    max-width: 79.875rem;
    /*height: 100%;*/
    margin: auto;
    /* padding-left: 100px;
    padding-right: 100px;*/
    background-color: var(--bgcolor);
    /*overflow: scroll;*/
}

    .abs-home .container {
        width: 100%;
        display: flex;
        gap: 2.25rem;
        flex-direction: row;
    }

        .abs-home .container .no-display {
            visibility: hidden;
        }

        .abs-home .container .left-part {
            display: flex;
            flex-direction: column;
            gap:  1.25rem;
            align-items: center;
            width: 18.75rem;
        }

        .abs-home .container .no-display {
            visibility: hidden;
        }


        /*INFOS ETABLISSEMENT*/
        .abs-home .container .left-part .coordonnees {
            height: 14.375rem;
            width: 16.875rem;
            background-color: #FFFFFF;
            border-left: 0.3125rem solid #4264D0;
            border-radius: 0.375rem;
            padding: 0.9375rem;
            display: flex;
            gap: 0.9375rem;
            flex-direction: column;
        }

        .abs-home .container .left-part .info {
            display: flex;
            flex-direction: row;
            font-size: 0.9375rem;
            gap: 0.625rem;
            font-weight: 600;
        }

            .abs-home .container .left-part .info > i {
                font-size: 1rem;
                color: #262B32;
                font-weight: 400;
            }

            .abs-home .container .left-part .info .ville-cp {
                display: flex;
                flex-direction: row;
                gap: 0.9375rem;
            }









        /*CONTACTS*/
        .abs-home .container .left-part .contacts {
            height: 75%;
            width: 16.25rem;
            background-color: #FFFFFF;
            border-radius: 0.375rem;
            padding:  1.25rem;
        }

        .abs-home .container .left-part .contact {
            margin-bottom:3.125rem;
            border-bottom: 1px solid #DADAE7;
        }

        .abs-home .container .left-part .contacts .nom-prenom {
            display: flex;
            flex-direction: row;
            gap: 0.25rem;
            margin: 0.625rem  0;
            font-size: 0.875rem;
            font-weight: 600;
        }

        .abs-home .container .left-part .contacts .position {
            font-size: 0.875rem;
            color: var(--abs-light-purple)
        }

        .abs-home .container .left-part .contacts .mail {
            display: flex;
            flex-direction: row;
            gap: 0.625rem;
            margin: 0.9375rem  0;
            color: var(--secondary);
            text-decoration: none !important;
        }

            .abs-home .container .left-part .contacts .mail > a {
                color: var(--secondary);
                text-decoration: none !important;
                word-break: break-all;
            }

        .abs-home .container .left-part .contacts .telephone {
            display: flex;
            flex-direction: row;
            gap: 0.625rem;
            margin: 0.9375rem  0;
            color: var(--secondary);
        }




        .abs-home .container .right-part {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            width: 58.875rem;
        }

            .abs-home .container .right-part .top-part {
                display: flex;
                flex-direction: row;
                height: 100%;
                gap: 1.5rem;
            }


                .abs-home .container .right-part .top-part .left-content {
                    width: 100%;
                    display: flex;
                    flex-direction: column;
                    gap: 1rem;
                }

            .abs-home .container .right-part .right-onboard {
                display: flex;
            }

                .abs-home .container .right-part .right-onboard .onboarding {
                    display: flex;
                    width: 100%;
                    flex-direction: row;
                }

                    .abs-home .container .right-part .right-onboard .onboarding .welcome {
                        display: flex;
                        position: relative;
                        align-items: center;
                        flex-direction: column;
                        background-color: #FFFFFF;
                        border-left:  0.5rem solid #23A995;
                        border-right: none;
                        padding:  1.25rem  2.5rem;
                        border-top-left-radius: 0.375rem;
                        border-bottom-left-radius: 0.375rem;
                        box-shadow:  0 1px  0.5rem rgba(0, 0, 0, 0.12);
                    }

                        .abs-home .container .right-part .right-onboard .onboarding .welcome .username {
                            align-self: stretch;
                        }

                        .abs-home .container .right-part .right-onboard .onboarding .welcome .welcome-content {
                            align-self: stretch;
                            width: 100%;
                            font-size: 1rem;
                        }

                        .abs-home .container .right-part .right-onboard .onboarding .welcome:after {
                            content: '';
                            display: block;
                            position: absolute;
                            top: 37%;
                            z-index: 6;
                            right: -0.625rem;
                            width: 0;
                            height: 0;
                            border-style: solid;
                            border-width: 1.5625rem 0 1.5625rem  1.25rem;
                            border-color: transparent transparent transparent #ffffff;
                        }


            .abs-home .container .right-part .top-part .left-content .left-pub {
                background-color: white;
                border-top-left-radius: 0.375rem;
                border-bottom-left-radius: 0.375rem;
                box-shadow:  0 1px  0.5rem rgba(0, 0, 0, 0.12);
                height: 12.5rem;
                margin-top: 0.625rem;
                margin-right: -0.5rem;
                cursor: pointer;
            }

.k-dialog-wrapper:has(.news-modal) {
    z-index: 11000 !important;
}

.news-modal{
	height: 80% !important;
	width: 45% !important;
}

.news-modal .close-button {
    position: absolute;
    top:  0.5rem;
    right: 0.625rem;
    z-index: 2;
}

.annonce-caroussel {
    width: 100%;
    height: 100%;
}

.annonce-caroussel .k-scrollview-view {
    padding-bottom: 1.875rem;
}

.annonce-caroussel .k-scrollview-nav-wrap {
    height: 1.875rem;
}

.annonce-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

    .annonce-container.home-page {
        background: #4264D0;
        color: #FFFFFF;
        cursor: pointer;
        padding-top:  1.25rem;
    }

        .annonce-container.home-page span {
            color: #FFFFFF;
            font-style: normal;
            font-weight: 600;
            font-size: 2rem;
            line-height:  2.5rem;
        }

.k-scrollview.annonce-caroussel {
    border: none;
}

.annonce-container .annonce-titre {
    width: 95%;
    text-align: left;
    white-space: break-spaces;
    margin-left: 1rem;
    margin-right: 2rem;
    margin-top:  0;
}

.annonce-container .annonce-detail {
    height: 100%;
    overflow-y: auto;
}

    .annonce-container .annonce-detail .annonce-image {
        background-color: #4264d0;
        height: 28.125rem;
        margin-bottom:  1.25rem;
        width: 95%;
    }
    
    .annonce-container .modal-annonce-image {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 18.75rem;
    }

.left-pub .annonce-container .annonce-image {
    margin: auto;
}

.annonce-container .description {
    /*color: #4264d0;*/
    width: 95%;
    text-align: justify;
    white-space: normal;
    word-break: normal;
    overflow: auto;
    margin: auto;
}

.right-pub .annonce-container .description {
    color: #ffffff;
    text-align: justify;
    white-space: normal;
    word-break: normal;
    overflow: hidden;
    padding: 1.5rem 1.5rem 1rem;
}



.carousel-not-revendeur {
    height: 100%;
}

    .carousel-not-revendeur .content-container {
        display: flex;
        height: 100%;
        flex-direction: column;
    }

        .carousel-not-revendeur .content-container .annonce-image {
            margin: auto;
            height: 67%;
            width: 100%;
            margin: 0;
			background-color: var(--secondary) !important;
			background-size: contain !important;
			background-repeat: no-repeat !important;
			background-position: center top !important;
        }


        .carousel-not-revendeur .content-container .text-container {
            background: #4264D0;
            color: #FFFFFF;
            height: 33% !important;
            min-height: 14.375rem;
        }

            .carousel-not-revendeur .content-container .text-container .text-content {
                margin:  1.25rem;
                height: 100%;
                text-align: center;
                display: flex;
                gap: 1rem;
                flex-direction: column;
            }

                .carousel-not-revendeur .content-container .text-container .text-content .text-title {
                    font-style: normal;
                    font-weight: 600;
                    font-size:   1.75rem;
                    text-align: left;
                    line-height: 1.875rem;
                    line-break: normal;
                    white-space: break-spaces;
                    color: #FFFFFF;
                    max-height: 5.625rem;
                    -webkit-box-orient: vertical;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                }

                .carousel-not-revendeur .content-container .text-container .text-content .text-description {
                    color: #ffffff;
                    font-size: 0.9375rem;
                    /*padding-bottom:  1.25rem;*/
                    line-height:  1.25rem;
                    text-align: justify;
                    white-space: normal;
                    word-break: normal;
                    overflow: hidden;
                    width: 100%;
                    height:  2.5rem;
                    -webkit-box-orient: vertical;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                }

    .carousel-not-revendeur .k-scrollview-nav-wrap {
        background-color: transparent !important;
        height:   1.75rem !important;
    }
        .carousel-not-revendeur .k-scrollview-nav {
            padding:  0  !important;
        }
        .carousel-not-revendeur .k-scrollview-nav-wrap .k-link {
            background-color: transparent !important;
            font-size:  0.5rem !important;
            border-width:  0.125rem !important;
            border-color: white !important;
            margin-inline-start:  0.5rem !important;
            margin-inline-end:  0.5rem !important;
        }
        .carousel-not-revendeur .k-scrollview-nav-wrap .k-primary {
            background-color: white !important;
            border-width:  0.125rem !important;
            border-color: white !important;
            border-style: solid !important;
        }

.abs-home .container .right-part .top-part .right-content {
    display: flex;
    width: 100%;
    flex-direction: column;
}




    .abs-home .container .right-part .top-part .right-content .left-pub {
        flex: 1;
    }


.abs-home .container .right-part .right-onboard .help {
    width: 100%;
    background-color: #23A995;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    box-shadow:  0 1px  0.5rem rgba(0, 0, 0, 0.12);
    z-index: 2;
}

    .abs-home .container .right-part .right-onboard .help .content {
        display: flex;
        flex-direction: column;
        padding: 1rem 1.875rem;
        gap: 0.75rem;
    }

        .abs-home .container .right-part .right-onboard .help .content h1 {
            font-style: normal;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 2rem;
            color: #FFFFFF;
        }

        .abs-home .container .right-part .right-onboard .help .content span {
            font-style: normal;
            font-weight: 500;
            font-size: 0.9375rem;
            line-height: 1.375rem;
            color: #FFFFFF;
        }

        .abs-home .container .right-part .right-onboard .help .content .actions {
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            gap: 2.25rem;
        }

            .abs-home .container .right-part .right-onboard .help .content .actions .action {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap:  0.5rem;
                cursor: pointer;
                border-radius: 0.3125rem;
                padding: 0.3125rem;
                border: 1px solid transparent;
            }

                .abs-home .container .right-part .right-onboard .help .content .actions .action:hover {
                    /*border: 1px solid white;*/
                    box-shadow:  0 1px  0.5rem rgba(0, 0, 0, 0.12)
                }

                .abs-home .container .right-part .right-onboard .help .content .actions .action .circle {
                    border: 1px solid #fff;
                    height: 3rem;
                    border-radius: 50%;
                    width: 3rem;
                    display: flex;
                    align-items: center;
                    text-align: center;
                }

            .abs-home .container .right-part .right-onboard .help .content .actions i {
                font-style: normal;
                font-weight: 900;
                font-size: 1.5rem;
                color: #FFFFFF;
                width: 100%;
            }



.abs-home .container .right-part .top-part .right-content .right-pub {
    background-color: #4264D0;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    box-shadow:  0 1px  0.5rem rgba(0, 0, 0, 0.12);
    height: 12.5rem;
    margin-top: 0.625rem;
    cursor: pointer;
}

.abs-home .container .k-scrollview {
    height: 100%;
}



.carousel-revendeur {
    display: flex;
    cursor: pointer;
    box-shadow:  0 1px  0.5rem rgba(0, 0, 0, 0.12);
}

    .carousel-revendeur .right-pub {
        width: 100%;
        height: 25.625rem;
    }

    .carousel-revendeur .carousel-content {
        display: flex;
        flex-direction: row;
        width: 100%;
        background: #4264D0;
        height: 100%;
    }

        .carousel-revendeur .carousel-content .annonce-image {
            margin: auto;
            height: 100%;
            width: 21.25rem;
			background-size: contain !important;
			background-repeat: no-repeat !important;
			background-position: center top !important;
        }
        
        
        .carousel-revendeur .carousel-content .text-container {
            flex: 1;
            color: #ffffff;
            flex-direction: column;
            display: flex;
            margin: auto;
            text-align: center;
        }

            .carousel-revendeur .carousel-content .text-container .titre {
                color: #FFFFFF;
                font-style: normal;
                font-weight: 600;
                font-size: 2rem;
                text-align: left;
                line-height: 2rem;
                line-break: normal;
                white-space: break-spaces;
                padding: 1.5rem 1.5rem 1rem;
            }

            .carousel-revendeur .carousel-content .text-container .description {
                color: #ffffff;
                text-align: justify;
                white-space: normal;
                word-break: normal;
                overflow: hidden;
                padding: 1.5rem 1.5rem 1rem;
            }


    .carousel-revendeur kendo-scrollview.k-scrollview-wrap, .k-scrollview {
        border: none;
    }

.carousel-revendeur .k-scrollview-nav-wrap {
    background-color: transparent !important;
    height:   1.75rem !important;
    margin-left: 19.6875rem !important;
}
.carousel-revendeur .k-scrollview-nav {
    padding:  0  !important;
}
.carousel-revendeur .k-scrollview-nav-wrap .k-link {
    background-color: transparent !important;
    font-size:  0.5rem !important;
    border-width:  0.125rem !important;
    border-color: white !important;
    margin-inline-start:  0.5rem !important;
    margin-inline-end:  0.5rem !important;
}
.carousel-revendeur .k-scrollview-nav-wrap .k-primary {
    background-color: white !important;
    border-width:  0.125rem !important;
    border-color: white !important;
    border-style: solid !important;
}




.abs-home .container .right-part .events-part {
    width: 100%;
    margin-bottom: 0.625rem;
    background: #FFFFFF;
    flex-grow: 1;
    box-shadow:  0 1px  0.5rem rgba(0, 0, 0, 0.12);
    border-radius: 0.375rem;
}

    .abs-home .container .right-part .events-part .titre {
        margin:  1.25rem;
        font-size: 1.125rem;
        font-weight: 600;
    }


    .abs-home .container .right-part .events-part .activities-grid {
        background-color: white;
        margin:  1.25rem;
        width: auto;
        height: 36.25rem;
    }

    .abs-home .container .right-part .events-part .activity-description {
        color: red;
        @supports (-webkit-line-clamp: 2) {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: initial;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
    }





.abs-home .container .right-part .stat {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 2.25rem 1.5rem;
    border-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    box-shadow:  0 1px  0.5rem rgba(0, 0, 0, 0.12);
}


.abs-home .container .right-part .logo {
    width: 5.625rem;
    min-width: 5.625rem;
    height: 5.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
}

    .abs-home .container .right-part .logo > i {
        font-size: 1.5rem;
        color: white;
    }

    .abs-home .container .right-part .logo.inconti {
        background-color: #FEF9EB;
        border: 1px solid #F4D35E;
    }

    .abs-home .container .right-part .logo.cij {
        background-color: #FCEEEE;
        border: 1px solid #DB504A;
    }

    .abs-home .container .right-part .logo.inconti > i {
        color: #F4D35E;
    }

    .abs-home .container .right-part .logo.cij > i {
        color: #AA2622;
    }



.abs-home .container .right-part .stat-container {
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
    flex: 1;
}

    .abs-home .container .right-part .stat-container .titre {
        font-size: 1rem;
        font-weight: 600;
    }

    .abs-home .container .right-part .stat-container .valeur {
        font-size: 3rem;
        font-weight: 600;
    }

    .link-button {
        text-decoration: none;
    }
    
.abs-admin {
    height: calc(100vh - 9.25rem);
}

.quick-action-bar {
    height: 12.125rem;
}

.quick-action-bar .quick-action {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 0.625rem rgba(48, 55, 120, 0.15);
    border-radius: 1rem;
    /*padding-top: 32px;*/
    gap: 8px;
}

.quick-action-bar .quick-action .quick-action-value {
    gap: 8px;
    height: 96px;
    z-index: 1;
}

.quick-action-bar .quick-action .quick-action-icon {
    color: rgba(242, 246, 254, 1);
    background: var(--quick-action-icon);
    background-repeat: no-repeat; 
    background-position: center; 
    position: absolute;
    width: 121px;
    height: 121px;
    right: -60px;
    top: 0;
    background-size: cover;
}

.quick-action-bar .quick-action .quick-action-residents {
    --quick-action-icon: url("/Images/homepage/quick-action-residents.svg");
}

.quick-action-bar .quick-action .quick-action-dotations {
    --quick-action-icon: url("/Images/homepage/quick-action-dotations.svg");
    right: -68px;
}

.quick-action-bar .quick-action .quick-action-cij {
    --quick-action-icon: url("/Images/homepage/quick-action-cij.svg");
}

.quick-action-bar .quick-action .quick-action-statistics {
    --quick-action-icon: url("/Images/homepage/quick-action-statistics.svg");
}

.quick-action-bar .quick-action .quick-action-orders {
    --quick-action-icon: url("/Images/homepage/quick-action-orders.svg");
    top: 5px;
    right: -63px;
}

.quick-action-bar .quick-action .quick-action-establishments {
    --quick-action-icon: url("/Images/homepage/quick-action-establishments.svg");
    right: -52px;
    top: -2px;
}

.quick-action-bar .quick-action .quick-action-loyalty {
    --quick-action-icon: url("/Images/homepage/quick-action-loyalty.svg");
    right: -44px;
    top: -6px;
}

.quick-action-bar .quick-action .quick-action-gmp {
    --quick-action-icon: url("/Images/homepage/quick-action-gmp.svg");
}

.quick-action-bar .quick-action.quick-action-narrow {
    max-width: 17.125rem;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 17.125rem;
}

.quick-action-bar .quick-action.quick-action-wide {
    max-width: 33.5rem;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.5rem;
}

.quick-action-bar .quick-action .quick-action-button {
    height: 2.25rem;
}

.home-page-module.module-quick-actions {
    --home-page-module-primary: #96C980;
    --home-page-module-background: linear-gradient(92.83deg, #ECF8E7 18.68%, #DEEED7 100%);
    --home-page-module-icon: url("/Images/homepage/module-icon-quick-actions.svg");
    --home-page-module-icon-size: 13.35px 18px;
}

.home-page-module.module-orders {
    --home-page-module-primary: #44C3ED;
    --home-page-module-background: linear-gradient(95.75deg, #F0FBFF 0.91%, #CCEDF9 104.41%);
    --home-page-module-icon: url("/Images/homepage/module-icon-orders.svg");
    --home-page-module-icon-size: 24px 18px;
}

.home-page-module.module-news {
    --home-page-module-primary: #9D92FB;
    --home-page-module-background: linear-gradient(267.27deg, #E6E3FF 0%, #F6F5FF 98.09%);
    --home-page-module-icon: url("/Images/homepage/module-icon-news.svg");
    --home-page-module-icon-size: 24px 24px;
}

.home-page-module.module-statistics {
    --home-page-module-primary: #44C3ED;
    --home-page-module-background: linear-gradient(95.75deg, #F0FBFF 0.91%, #CCEDF9 104.41%);
    --home-page-module-icon: url("/Images/homepage/module-icon-statistics.svg");
    --home-page-module-icon-size: 23.33px 23.33px;
}

.home-page-module.module-contact {
    --home-page-module-primary: #7E82AC;
    --home-page-module-background: rgba(126, 130, 172, 0.19);
    --home-page-module-icon: url("/Images/homepage/module-icon-contact.svg");
    --home-page-module-icon-size: 19px 19px;
}

.home-page-module.module-establishment {
    --home-page-module-primary: #7E82AC;
    --home-page-module-background: rgba(126, 130, 172, 0.19);
    --home-page-module-icon: url("/Images/homepage/module-icon-establishment.svg");
    --home-page-module-icon-size: 19px 19px;
}

.home-page-module .home-page-module-top-bar {
    height: 1rem;
    border-radius: 12px 12px 0px 0px;
    background: var(--home-page-module-primary);
}

.home-page-module .home-page-module-content {
    background: var(--home-page-module-background);
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem 1.5rem;
    gap: 1.5rem;
    border-radius: 0px 0px 0.75rem 0.75rem;
}

.home-page-module .home-page-module-content .header-icon {
    background: var(--home-page-module-primary);
    width: 40px;
    height: 40px;
    border-radius: 24px;
}

.home-page-module .home-page-module-content .header-icon-content {
    width: 100%;
    height: 100%;
    background: var(--home-page-module-icon);
    background-repeat: no-repeat !important;
    background-size: var(--home-page-module-icon-size);
    background-position: center;
}


.homepage-header {
    color: #5B6195;
    align-items: center;
    padding-bottom: 16px;
}

.homepage-header .establishment img {
    height: 16.25px;
    margin-left: 1rem;
    margin-right: 0.5rem;
    margin-bottom: -3px;
}

.homepage-establishment-selection > span {
    color: black;
    font-family: Gilroy-Medium;
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.homepage-establishment-selection {
    padding-bottom: 1rem;
}

.homepage-establishment-selection .etablissement-list {
    margin-top: 1rem;
}

.homepage-statistics-bar .period-name {
    position: absolute;
    top: 16px;
    right: 8px;
}
.homepage-statistics-bar .no-data {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.homepage-statistics-bar .k-chart-overlay .k-no-data {
    display: none;
}
.homepage-statistics-bar .k-chart > svg {
    border-radius: 1rem;
}

.homepage-statistics-bar .k-chart {
    height: 382px;
}

.homepage-orders-bar .k-grid-header {
    margin-bottom: 0;
    height: 40px;
}

.homepage-orders-bar .tag {
    width: 12.3125rem;
    text-align: center;
}

.homepage-orders-bar-grid {
    height: 184px;
}

.homepage-sample-orders-bar .k-grid-header {
    margin-bottom: 0;
    height: 40px;
}

.homepage-sample-orders-bar .tag {
    width: 7rem;
    text-align: center;
}

.homepage-establishment-bar {

}

.homepage-establishment-bar .icon {
    padding-right: 0.5rem;
}

.homepage-establishment-bar .establishment-name {
    font-family: Gilroy-Bold;
    font-size: 1.25rem;
    padding-bottom: 0.75rem;
    font-weight: 400;
    text-align: center;

}

.homepage-establishment-bar .ship-container {
    font-size: 1.125rem;
    line-height: 1.5rem;
    border-radius: 0.5rem;
    color: black;
    background-color: white;
    width: fit-content;
    padding: 0.25rem 1rem;
}

.homepage-establishment-bar .show-more-ship-to, .homepage-establishment-bar .show-more-sold-to {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: black;
    background-color: white;
    font-size: 0.875rem !important;
    height: 2rem;
    border-radius: 1.75rem;
    min-width: 1rem;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
}

.show-more-customers-tooltip .k-tooltip {
    background-color: #e7e7ef !important;
    border: none !important;
    padding: 0.75rem;
    box-shadow:  0 1px 0.875rem rgba(0, 0, 0, 0.12);
}


.show-more-customers {
    font-size: 1.125rem;
    line-height: 1.5rem;
    border-radius: 0.5rem;
    color: black;
    background-color: white;
    width: fit-content;
    padding: 0.25rem 1rem;
}

.homepage-news-bar {
    height: 19.875rem;
}
.homepage-news-bar .news-image-container {
    aspect-ratio: 1 / 1;
    height: calc(100% - 2rem);
    max-width: 50%;
    padding: 0.5rem;
    border-radius: var(--abena-v2-default-border-radius);
    border: 1px solid var(--home-page-module-primary);
}

.homepage-news-bar .news-item {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 0.625rem rgba(48, 55, 120, 0.15);
    border-radius: 1rem;
    gap: 1rem;
    
}
.homepage-news-bar .news-item {
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    padding-bottom: 0.5rem;
}

.homepage-news-bar .news-content {
    gap: 1rem;
    height: 100%;
}

.homepage-news-bar .news-text {
    display: block;
    overflow: hidden;
    min-width: 0;
    white-space: break-spaces;
    text-overflow: ellipsis;
    max-height: 10rem;
}
.homepage-news-bar .news-text-priority1{
    font-size: 1.25rem;
    line-height: 1.3rem;
}

.homepage-news-bar .h1 {
    display: block;
    overflow: hidden;
    min-width: 0;
    white-space: break-spaces;
    text-overflow: ellipsis;
    max-height: 10rem;
    font-size: 1.75rem;
    line-height: 2.25rem;
}

.homepage-news-bar .news-short .news-text {
    height: 45px;
}

.homepage-news-bar .news-short .news-image-container {
}

.homepage-news-bar .news-short .news-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.homepage-news-bar .news-image {
    width: 208px;
    height: 270px;
    border-radius: 0.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.homepage-news-bar .details-btn {
    height: 3rem;
    margin-left: auto;
    margin-top: auto;
    cursor: pointer;
    flex-shrink: 0;
}

.home-page-contact-bar {
    padding-top: 0.5rem;
}

.home-page-contact-bar .contact-avatar {
    height: 64px;
    width: 64px;
}

.home-page-contact-bar .contact-avatar .k-avatar-text {
    font-weight: 600;
    color: var(--primary);
    font-size: 28px;
}


/* Medium size screens */
@media (max-width: 1366px) {
    .home-page-module.module-quick-actions {
        --home-page-module-icon-size: 15.58px 21px;
    }

    .home-page-module.module-orders {
        --home-page-module-icon-size: 24px 18px;
    }

    .home-page-module.module-news {
        --home-page-module-icon-size: 21px 21px;
    }

    .home-page-module.module-statistics {
        --home-page-module-icon-size: 21px 21px;
    }

    .home-page-module.module-contact {
        --home-page-module-icon-size: 19px 19px;
    }

    .home-page-module.module-establishment {
        --home-page-module-icon-size: 19px 19px;
    }
    
    .home-page-module .home-page-module-content .header-icon {
        width: 32px;
        height: 32px;
        border-radius: 24px;
    }
    
    .home-page-module .telerik-blazor.k-button .k-button-text {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

    .quick-action-bar {
        height: 150px;
    }
    
    .quick-action-bar .quick-action .quick-action-value {
        height: 94px
    }

    .quick-action-bar .quick-action .quick-action-icon {
        width: 85px;
        height: 85px;
        right: -28px;
        top: -12px;
    }

    .quick-action-bar .quick-action .quick-action-orders {
        top: -7px;
    }
    .quick-action-bar .quick-action .quick-action-dotations {
        right: -30px;
    }

    .quick-action-bar .quick-action .quick-action-establishments {
        right: -34px;
    }

    .homepage-statistics-bar .k-chart {
        height: 322px;
    }


    .home-page-contact-bar .contact-avatar {
        height: 40px;
        width: 40px;
    }

    .home-page-contact-bar .contact-avatar .k-avatar-text {
        font-size: 20px;
    }
}

/* Small size screens */
@media (-webkit-device-pixel-ratio: 1.75), (max-width: 1080px) {
    .home-page-module.module-quick-actions {
        --home-page-module-icon-size: 11.87px 16px;
    }

    .home-page-module.module-orders {
        --home-page-module-icon-size: 24px 18px;
    }

    .home-page-module.module-news {
        --home-page-module-icon-size: 16px 16px;
    }

    .home-page-module.module-statistics {
        --home-page-module-icon-size: 16px 16px;
    }

    .home-page-module.module-contact {
        --home-page-module-icon-size: 10.67px 10.67px;
    }

    .home-page-module.module-establishment {
        --home-page-module-icon-size: 10.67px 10.67px;
    }
    
    .quick-action-bar {
        height: 130px;
    }

    .quick-action-bar .quick-action .quick-action-value {
        height: 82.4px
    }

    .quick-action-bar .quick-action .quick-action-icon {
        width: 75px;
        height: 75px;
        right: -32px;
        top: -4px;
    }

    .quick-action-bar .quick-action .quick-action-loyalty {
        right: -20px;   
    }
    
    .quick-action-bar .quick-action .quick-action-cij, .quick-action-bar .quick-action .quick-action-statistics, .quick-action-bar .quick-action .quick-action-residents {
        top: -8px;
    }

    .quick-action-bar .quick-action .quick-action-dotations {
        right: -37px;
        top: -8px;
    }

    .homepage-statistics-bar .k-chart {
        height: 270px;
    }


    .home-page-contact-bar .contact-avatar {
        height: 24px;
        width: 24px;
    }
    
    .home-page-contact-bar .contact-avatar .k-avatar-text {
        font-size: 12px;
    }
}