﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


:root {
    --primary: #dd3232;
    --primary-color-hover: #c72121;
}


html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.top-bar{
    background: var(--primary);
}
.button, button, input[type="submit"], .block-minicart .shopcart-icon .count, .load-more a:hover, .dungar-newsletter.style1 .newsletter-form-wrap .submit-newsletter:hover, .customer_login input[type="submit"], .sevice-box-content .sevice-button:hover, .footer-device-mobile-item.device-cart .count-icon, .widget_filter_size li.active, .product-item.style-list .single_variation_wrap > .button:hover, .shoppingcart-content .control-cart .button:hover, .checkout-wrapp .button:hover, .checkout-wrapp .group-button-payment .btn-credit-card, .payment-method-wrapp .button-control .btn-pay-now, .end-checkout .button, .btn-zoom.open_qv:hover, .attribute_size .list-size a.active, .attribute_size .list-size a:hover, .tab-details-product .tab-link li a::after, .product-item.style2 .group-buttons .button:hover, .product-item.style-2 .group-buttons .added_to_cart:hover, .kt-popup-newsletter.style-2 .mfp-close, .shopcart-description .actions .button-viewcart:hover, .kt-popup-quickview .mfp-close, .dungar-newsletter.style2 .newsletter-form-wrap .submit-newsletter:hover, .product-item.style-6 .loop-form-add-to-cart .button, .pinmap-buttom, .header-nav-wapper .vertical-wapper, .list-category .category-item:hover {
    background-color: var(--primary);
}

.product-item:hover .product-inner {
    z-index: 2;
    border-color: var(--primary);
}
.product-item .thumb-group {
    background-color: var(--primary);
}

    .card {
    height: 370px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: white !important;
}

img {
    vertical-align: middle;
    border: none;
    border-radius: 10px;
}

.k-toolbar {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #e2e2e2;
}

.k-tilelayout telerik-blazor {
    grid-template-columns: repeat(6, minmax(0px, 320px));
    grid-auto-rows: minmax(0px, 285px);
    gap: 16px;
    padding: 16px;
    width: auto;
}

.k-toolbar .k-button {
    background-color: #fff;
}

.k-button-solid-base {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #e2e2e2;
}


.k-menu {
    border-width: 0;
    border-style: solid;
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: stretch;
    position: relative;
    cursor: default;
    align-self: flex-start;
    width: 100%;
}

.k-menu-link {
    outline: 0;
    color: white !important;
    background-color: #414141 !important;
    height: 40px;
    width: 100%;
}

.k-menu-link-text {
    display: flex;
    flex-flow: row nowrap;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white !important;
}

element.style {
}

.k-menu:not(.k-context-menu) > .k-item:hover, .k-menu:not(.k-context-menu) > .k-item.k-state-hover {
    color: white !important;
}

.k-menu.k-menu-horizontal:not(.k-context-menu) {
    padding: 0;
}

.chatButton {
    position: fixed;
    left: 90%;
    bottom: 0;
    width: 100px;
    background-color: white;
    color: green;
    text-align: center;
    font-size: small;
}

.chatButton1 {
    position: fixed;
    left: 60%;
    bottom: 0;
    width: 90px;
    background-color: white;
    color: green;
    text-align: center;
    font-size: small;
}

.chatbar {
    position: fixed;
    left: 70%;
    bottom: 0;
    width: 360px;
    background-color: white;
    color: green;
    text-align: left;
    font-size: small;
}


.ChatWindow {
    position: fixed;
    height: auto;
    background-color: white;
    color: green;
    text-align: left;
    font-size: small;
}

.ChatWindow1 {
    position: fixed;
    height: auto;
    left: 40%;
    width: 70px;
    background-color: white;
    color: green;
    text-align: center;
    font-size: small;
}


.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.textbox1 {
    position: fixed;
    bottom: 4px;
    right: 0;
    margin-right: 190px;
    border: 3px solid;
}

.btn1 {
    position: fixed;
    bottom: 4px;
    right: 0;
    margin-right: 90px;
    border: 3px solid;
}



textarea {
    border: 1px dashed #888;
    border-radius: 5px;
    width: 80%;
    overflow: auto;
    background: #f7f7f7
}



/* improved CSS for speech bubbles */

.received, .sent {
    font-family: arial;
    font-size: 1.1em;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

    .received:after, .sent:after {
        content: '';
        border: 20px solid transparent;
        position: absolute;
        margin-top: -30px;
    }

.sent {
    background: #03a9f4;
    color: #fff;
    margin-left: 10%;
    text-align: right;
}

.received {
    background: #4CAF50;
    color: #fff;
    margin-left: 10px;
    margin-right: 10%;
}

.sent:after {
    border-left-color: #03a9f4;
    border-right: 0;
    right: -20px;
}

.received:after {
    border-right-color: #4CAF50;
    border-left: 0;
    left: -20px;
}

/* div within bubble for name */
.user {
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
}

.msg {
    /*display: inline;*/
}

.k-window-content, .k-prompt-container {
    /* padding: 16px 16px;
            border-width: 0;
            border-color: inherit;
            color: inherit;
            background: none;
            outline: 0;*/
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
}


.widget-title {
    /*color: white;*/
    color: #495057;
}

.widget-list {
    color: white;
}

.contact-links {
    color: #495057;
}


.flex-container {
    display: flex;
}



.btn-logout {
    color: white !important;
    background-color: #76bd42 !important;
}

.ml-auto {
    float: right;
}

.item {
   
    color: white;
    display: flex;
    align-items: center;
}

.slogan {
    display: flex;
    align-items: center;
}

.my-white-link {
    color: #fff !important;
}

/*
a, .btn-link {
    color: #0366d6;
}
*/

.right-align {
    text-align: right;
}

.left-align {
    text-align: left;
}

.ImageDiv {
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

.kimg {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


.demo-notification {
    position: absolute;
    z-index: 100;
}

    .demo-notification .k-notification {
        width: 320px;
    }

.stock-info-message {
    font-size: 16px;
    font-weight: bold;
    padding-left: 6px;
    padding-top: 5px;
    margin: 0;
}

.notif {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 10px;
}

.my-column {
    width: 33%;
}

.header-container {
    display: flex;
    align-items: center;
    padding: 3px 1.5rem;
    font-weight: bold;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    width: 100%;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width:1920px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 1920px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .set {
        background-color: darkblue;
        color: white;
        font-weight: bold;
    }
}



.heart-icon.k-checkbox,
.heart-icon.k-checkbox:focus,
.heart-icon.k-checkbox:checked,
.heart-icon.k-checkbox:checked:focus {
    border: none;
    background: none;
    box-shadow: none;
}

    .heart-icon.k-checkbox::before,
    .heart-icon.k-checkbox:checked::before,
    .heart-icon.k-checkbox:indeterminate::before {
        transform: none;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        font-size: 20px; /* used for dimensions, see the next section */
    }

/* set desired dimensions */
.heart-icon.k-checkbox {
    width: 20px;
    height: 20px;
}

.toolbar-size {
    max-width: 100%;
}

.toolbarbutton-image img, .scale-image {
    max-width: 20px;
    max-height: 20px;
    margin-right: 8px !important;
}

/* change the font icon glyph to a different one - in this case - a heart icon from the Telerik font
        we also change the colors here to denote states, you can alter this further - like using your own fonts or colors
        */
.heart-icon.k-checkbox:checked::before {
    content: "\e305";
    color: green;
}

.heart-icon.k-checkbox:indeterminate::before {
    content: "\e300";
    color: green;
    background: none;
}

.heart-icon.k-checkbox::before {
    content: "\e304";
    color: #656565;
}

.KBButton {
    background-color: var(--primary) !important;
    border-color: white !important;
    color: white !important;
}

    .KBButton:hover {
        background-color: var(--primary-color-hover) !important;
        border-color: white !important;
        color: white !important;
    }


.breadcrumb-area {
    background-color: #414141 !important;
    border-color: #414141 !important;
    color: white;
}

.card-header h3 {
    color: #414141;
}


.column-6 {
    float: left;
    width: 15%;
    padding: 5px;
    margin: 10px;
    height: 125px;
}

.project-text {
    text-align: center;
    font-size: 30px;
}

.TotalBooks {
    background-color: #ffe162;
}


    .TotalBooks:hover {
        background-color: #fff2bb;
    }

.TotalAuthor {
    background-color: #414141a3;
}

    .TotalAuthor:hover {
        background-color: #e2e2e2;
    }

.TotalCategory {
    background-color: #ffe162;
}

    .TotalCategory:hover {
        background-color: #fff2bb;
    }

.TotalLocation {
    background-color: #414141a3;
}

    .TotalLocation:hover {
        background-color: #e2e2e2;
    }

.BooksIssued {
    background-color: #ffe162;
}

    .BooksIssued:hover {
        background-color: #fff2bb;
    }

.BooksReturned {
    background-color: #414141a3;
}

    .BooksReturned:hover {
        background-color: #e2e2e2;
    }

.BooksNotReturned {
    background-color: #414141a3;
}

    .BooksNotReturned:hover {
        background-color: #e2e2e2;
    }

.FineIssued {
    background-color: #ffe162;
}

    .FineIssued:hover {
        background-color: #fff2bb;
    }


.Publisher {
    background-color: #414141a3;
}


    .Publisher:hover {
        background-color: #e2e2e2;
    }

.Publication {
    background-color: #ffe162;
}

    .Publication:hover {
        background-color: #fff2bb;
    }

.User {
    background-color: #414141a3;
}

    .User:hover {
        background-color: #e2e2e2;
    }

.Resources {
    background-color: #ffe162;
}

    .Resources:hover {
        background-color: #fff2bb;
    }


.product-item .thumb-group .loop-form-add-to-cart .single_add_to_cart_button{
    cursor: pointer;
}

.cart-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #fff;
    color: var(--primary);
    font-size: 12px;
    font-weight: bold;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
    .cart-badge:empty {
        display: none;
    }

.disabled-btn {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.shopcart-description .actions{
    padding: 0 20px 50px;
}

.mobile-settings-box .shopcart-icon .count {
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    top: -5px;
    right: -5px;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}

.product-item .thumb-group .yith-wcwl-add-to-wishlist a.wishlistActive::before {
    content: "\f004" !important;
    color: #fff;
}

.top-bar .header-language .dungar-language::after {
    content: none;
}

a:hover, a:focus, a:active, .product-item.style-2 ul li a:hover, .quantity .btn-number:hover, .header-user-form-tabs .tab-link li.active, .review .view:hover, .review .s-comments:hover, .product-item.style-list .product-info-left .attributes-display li a:hover, .cart-form .product-remove:hover a:before, .cart-form .shop_table .product-name .attributes-select:hover, .cart-form .coupon .button:hover, .slick-slider.slider-lookbook.nav-center > .slick-arrow:hover, .slider-lookbook-item .view-the-look:hover, .list-product-order .attributes-select:hover, .header-language .dungar-submenu > li > a:hover, .sidebar input[type="checkbox"]:checked + label::before, .main-menu .submenu > li:hover > a, .main-menu .submenu > li.active > a, .block-minicart .no-product .text span, .header-account .login .lost_password, .details-thumd .owl-nav div:hover, .details-infor .availability a, .details-infor .group-button .yith-wcwl-add-to-wishlist div a:hover::before, .details-infor .group-button .size-chart-wrapp .btn-size-chart a:hover::before, .tab-details-product .tab-link li.active a, .review_form .comment-form-review .stars a.active, .review_form .comment-form-review .stars a:hover, .related .slick-slider.nav-center > .slick-arrow:hover, .up-sells .slick-slider.nav-center > .slick-arrow:hover, .slider-item .button:hover, .slick-slider.nav-center > .slick-arrow:hover{
    color: var(--primary)
}
.wishlistCount {
    position: absolute;
    top: -11px;
    right: -11px;
    background: var(--primary);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
}

.product-item .price {
    display: block;
    font-size: 14px;
    color: var(--primary);
    font-weight: 500;
    line-height: 100%;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
}
.empty-cart {
    text-align: center;
    padding: 60px 20px;
    background: #fffdf5;
    border-radius: 8px;
}

.empty-cart-icon {
    font-size: 60px;
    color: var(--primary);
    margin-bottom: 15px;
}

.empty-cart h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}

.empty-cart p {
    color: #777;
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.empty-cart-btn {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 12px 28px;
    border-radius: 25px;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s ease;
}

    .empty-cart-btn:hover {
        background: var(--primary-color-hover);
        color: #fff;
    }

.descheight {
    height: 70px;
    overflow: hidden;
    position: relative;
    line-height: 1.4em;
}

    .descheight::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 20px;
        background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    }

.product-thumb .thumb-inner img{
    height: 270px;
    object-fit:contain;
}

.home-slider .slick-slider.nav-center > .slick-arrow {
    line-height: 22px;
}



    @media(max-width:768px) {
        .empty-cart-btn {
            width: 100%;
        }
    }
