@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('bootstrap5_3/bootstrap5_3-icons.css');

:root {
    --bvrblue: #199BE5;
    --bvrbtngreen: #00B900;
    --bvrbtnred: #E50000;
    --bvrbtnorange: #FF6600;
    --bvrblueviolet: #003E92;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
   
}

h1, h2, h3, h4, h5 {
    color: var(--bvrblue);
}

h1:focus {
    outline: none;
}

.minheight {
    min-height: calc(100vh - 12vh);
}

.fullwidth {
    width: 99.5vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding: 0;
}

.footer {
    background-color: var(--bvrblue);
    min-height: calc(50vh - 10vh);
    color: white;
    font-weight: 400;
    padding: 15px;
    
}

.footer .menutree{
   
}

.footer .menutree .e-treeview{
   
}

.footer .menutree .e-treeview .e-list-text {
    
}

.footer .menutree .e-treeview .e-list-item.e-hover > .e-fullrow {
    background-color: transparent !important;
    border:solid;
    border-color:white !important;
}

.footer .menutree .e-treeview .e-list-item.e-active > .e-fullrow {
    background-color: transparent !important;
   
}

 
.footer .menutree .e-list-item.e-level-1 > .e-text-content .e-list-text, .footer .menutree .e-list-item.e-level-1.e-active > .e-text-content .e-list-text, .footer .menutree .e-list-item.e-level-1.e-hover > .e-text-content .e-list-text, .footer .menutree .e-list-item.e-level-1.e-active.e-hover > .e-text-content .e-list-text {
    font-size: small;
    color: white;
}


.highlightlink {
    border-width: 3px;
    margin: 0px auto;
    color: var(--bs-body-color);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, #00A1FF 0%, #199BE5 100%);
    border-image-slice: 1;
}

li::marker {
    color: var(--bvrblue) !important;
}


/*badges appbar*/
.cartbadge {
    font-size: smaller;
    color: white;
    background-color: var(--bvrbtngreen);
}

.e-badge.customposition {
    transform: translateX(-100%) translateY(20%);
}





/*appbar*/


.logo {
    background-color: var(--bvrblue);
   
}

@media screen and (max-width: 1024px) {
    .mainsfmenu.e-menu-container {
        display: none;
    }
}

.mainsfmenu.e-menu-container:not(.e-menu-popup) a {
    color: white !important;
    font-size: 1.2em;
    font-weight: 500;
}

.mainsfmenu.e-menu-container .e-ul .e-menu-item.e-selected {
    background-color: var(--bvrblue);
    color: white;
    border-style: none;
}

.mainsfmenu.e-menu-container .e-ul .e-menu-item.e-focused {
    background-color: var(--bvrblue);
    color: white;
    border-style: none;
}



#mainappbar.e-appbar.e-inherit {
    background-color: var(--bvrblue);
    color: white;
}
.navlinkappbar {
    color: white;
    text-decoration-line: none;
}

.navlinkappbar:hover {
    color: white;
    }


/*sidebar*/


@media screen and (max-width: 1600px) {
    #left.sidebar-left.e-sidebar {
        width: 25vw !important;
    }

    .sidebar-left-account.e-sidebar {
        width: 25vw !important;
    }

    .e-treeview .e-list-text {
        font-size: medium !important;
    }
}


@media screen and (max-width: 1024px) {
    #left.sidebar-left.e-sidebar {
        width: 80vw !important;
    }

    .sidebar-left-account.e-sidebar {
        width: 100vw !important;
    }

    .e-treeview .e-list-text {
        font-size: medium !important;
    }
}


#left.sidebar-left .e-sidebar {
    border: solid !important;
    border-color: #dddddd !important;
    border-width: thin !important;
    background-color: white !important;
    box-shadow: none !important;
}

.e-sidebar-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 70% !important;
    will-change: opacity;
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}

.closebtn .e-btn.close-btn :hover { /* csslint allow: adjoining-classes*/
    box-shadow: none;
    background: transparent;
}

.closebtn .close-btn {
    background-color: var(--bvrblue);
    color: #ffffff;
}


.closebtn .close-btn {
    border: solid;
    border-color: transparent;
}

    .closebtn .close-btn:hover {
        border-style: solid;
        border-color: white !important;
        background-color: var(--bvrblue);
    }

.closebtn .e-icons.close-icon { /* csslint allow: adjoining-classes*/
    line-height: 1.5;
}

.main-menu-header {
    font-size: x-large;
    text-align: center;
    color: white;
    background-color: var(--bvrblue);
}

.closebtn {
    top: 2px;
    padding: 0;
    color: black;
    position: absolute;
    right: 10px;
}



.menutree .e-treeview .e-list-text {
    font-size: small;
}

.menutree .e-treeview .e-list-icon {
    
    font-size:inherit;
 }


.menutree .e-treeview .e-list-item.e-hover > .e-fullrow {
    background-color: #8DC8EA !important;
    border: none;
    border-color: red !important;
}

.menutree .e-treeview .e-list-item.e-active > .e-fullrow {
    background-color: #8DC8EA !important;
    border-color: red !important;
    border: none;
}



/*buttons*/

.brv-icon-menu {
    font-size: 1.6em !important;
}

.brv-btn-mail {
    height: 2.5em;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
  
    border: none;
    font-weight: 700;
 }


.brv-btn-menu {
    height: 2.5em;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.brv-btn-menu:hover {
    border-style: solid;
    border-color: white !important;
}


.brv-btn-buyicon {
    font-size: 1.8em !important;
}

.brv-btn-buy {
    height: 2.5em;
    width: 3.5em;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}


.brv-btn-ctatransparant {
    background-color: transparent;
}


.brv-btn-ctagreen {
    background-color: var(--bvrbtngreen);
}

.brv-btn-ctared {
    background-color: var(--bvrbtnred);
}

.brv-btn-ctaorange {
    background-color: var(--bvrbtnorange);
}

.brv-btn-ctablueviolet {
    background-color: var(--bvrblueviolet);
}

/*floating action button*/
.leftfab {
    position: relative;
    background-color: @_ColorCss;
    color: white;
    font-weight: 500;
    border-color: white !important;
}

#fap .fab-hover .textEle {
    float: right;
}

#fap .fab-hover .text-container {
    overflow: hidden;
    width: 0;
    margin: 0;
    transition: width .5s linear 0s, margin .2s linear .5s;
}

#fap .fab-hover:hover .text-container {
    width: 120px;
    margin: 0 5px;
    transition: width .5s linear .2s, margin .2s linear 0s;
}


#fap .fab-index {
    z-index: 5000 !important;
}


/*Carousel homepage*/
.mycarousel {
    margin: auto;
    aspect-ratio: auto 1920 / 320;
}


.mycarousel .e-carousel-items .e-carousel-item .img-container {
    height: 100%;
    object-fit: contain;
    align-items: center;
    display: flex;
    justify-content: center;
}


.mycarousel .e-carousel-items .e-carousel-item .img-caption {
    bottom: 1em;
    color: black;
    font-size: 12pt;
    height: 2em;
    position: relative;
    padding: 0.3em 1em;
    text-align: center;
    width: 100%;
}

.mycarousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar .indicator {
    /*  background-color: black; */
    border-radius: 0.25rem;
    cursor: pointer;
    display: flex;
    height: 2rem;
    justify-content: center;
    margin: 0.5rem;
    width: 3rem;
}



.mycarousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar.e-active .indicator {
    /* background-color: blue; */
}

.mycarousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar .indicator .fs-6 {
    margin: auto;
}



.mycarousel .e-carousel .e-carousel-navigators .e-btn svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: square;
    stroke-width: 8px;
    height: 4rem;
    vertical-align: middle;
    width: 4rem;
    color: var(--bvrblue);
}

.mycarousel .e-carousel .e-carousel-navigators .e-previous .e-btn svg {
    transform: rotate(180deg);
}


/*blogcard */
#blogcard {
    margin-bottom: 1em !important;
}

#blogcard.e-card {
    margin: auto;
}


#blogcard .e-card-header {
}

#blogcard .e-card-header .e-card-header-image {
    height: 48px;
    width: 48px;
}

#blogcard .e-card-header .e-card-header-caption .e-card-header-title {
    font-size: large;
}

#blogcard .e-card-header .e-card-header-caption .e-card-sub-title {
    font-size: smaller;
    font-variant: all-petite-caps;
}

#blogcard .e-card-image {
    height: 200px !important;
    width: 200px !important;
    object-fit: contain !important;
}

#blogcard .e-card-image .e-card-title {
    /*  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-style: normal;
    font-size: smaller;
}


#blogcard .e-card-content {
    font-size: smaller;
}


#blogcard .e-card-separator {
    padding-bottom: 1em;
}


/*eventsonlinecard*/
#eventsonlinecard {
    margin-bottom: 1em !important;
}

#eventsonlinecard.e-card {
    margin: auto;
}


#eventsonlinecard .e-card-header {
    /* background: url('./sample.jpg');         */
}

#eventsonlinecard .e-card-header .e-card-header-image {
    height: 48px;
    width: 48px;
}

#eventsonlinecard .e-card-header .e-card-header-caption .e-card-header-title {
    font-size: large;
}

#eventsonlinecard .e-card-header .e-card-header-caption .e-card-sub-title {
    font-size: smaller;
    font-variant: all-petite-caps;
}

#eventsonlinecard .e-card-image {
    height: 200px !important;
    width: 200px !important;
    object-fit: contain !important;
}

#eventsonlinecard .e-card-image .e-card-title {
    /*  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-style: normal;
    font-size: smaller;
}


#eventsonlinecard .e-card-content {
    font-size: smaller;
}


#eventsonlinecard .e-card-separator {
    padding-bottom: 1em;
}

/*productcard*/
#productcard {
    margin-bottom: 1em !important;
}

#productcard.e-card {
    margin: auto;
}


#productcard .e-card-header {
   
}

#productcard .e-card-header .e-card-header-image {
    height: 2.5em;
    width: 2.5em;
    aspect-ratio: 1 / 1;
}



#productcard .e-card-header .e-card-header-caption .e-card-header-title {
    font-size: large;
}

#productcard .e-card-header .e-card-header-caption .e-card-sub-title {
    font-size: smaller;
    font-variant: all-petite-caps;
}

#productcard .e-card-image {
   
     display: none;
}


#productcard .e-card-image .e-card-title {
    /*  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-style: normal;
    font-size: smaller;
}


#productcard .e-card-content {
    font-size: smaller;
}


#productcard .e-card-separator {
    padding-bottom: 1em;
}



/*productctacard2*/
#ctacard2.e-card {
    margin:auto;
}

#ctacard2.e-card .e-card-header {
}

#ctacard2.e-card .e-card-header .e-card-header-caption .e-card-header-title {
    font-size: large;
    font-weight: 700;
    color: var(--bvrblue);
}

#ctacard2.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
      font-size: small; 
     font-variant: all-petite-caps; 
}

    #ctacard2.e-card .e-card-header .e-card-header-image {
        height: 2.5em;
        width: 2.5em;
        aspect-ratio: 1 / 1;
        object-fit: contain;
    }

#ctacard2 .e-card-image img {
    height: 100%;
    object-fit: contain;
}

#ctacard2.e-card .e-card-image .e-card-title {
    font-family: cursive;
    font-style: italic;
}




#ctacard2.e-card .e-card-content {
    font-size: smaller;
}

#ctacard2.e-card .e-card-separator {
    padding-bottom: 1em;
}




/*ctacardmicrosoft*/
.ctacardmicrosoft {
    /*    height: 21.25em; */
    /*  padding-left: 0px; */
    /*  margin-bottom: 25px; */
    background-color: mediumseagreen;
    vertical-align: central;
    font-weight: 900;
    font-size: 3rem;
    color: white;
    line-height: 6.0rem;
    width: 100%;
    height:100%;
    text-align: center;
    align-content: center;
}

/*reconnect model*/
.my-reconnect-modal > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: #fff;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-refused > div {
    display: none;
}

.components-reconnect-refused > .refused {
    display: block;
}   

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

  