﻿body {
}
@font-face {
    font-family: 'Panton';
    src: url('/fonts/Nunito/static/Nunito-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PantonExtraBold';
    src: url('/fonts/Nunito/static/Nunito-ExtraBold.ttf') format('truetype');
    font-weight: bolder;
    font-style: normal;
}
:root {
    --bs-secondary: #ed1b4c;
}
.bg-secondary {
    background-color: #ed1b4c !important;
}

.swal2-container {
    z-index: 1061;
}

.added-wishlist i {
    color: #dc3545 !important;
}
.rounded {
    border-radius: 5px !important;
}
#form_Pricing .form-control, div.rounded {
    border-radius: 5px !important;
    font-size: 11px !important;
}
#form_Pricing .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
#form_Pricing .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
#form_Pricing .btn {
    border-radius: 5px;
}
#form_Pricing .form-check, [data-EditIcon] {
    font-size: 11px !important;
}
li::marker {
    color: #E02454; /* Bullet color */
}
.scroll {
    overflow: auto;
}
.Text-Panton {
    font-family: 'Panton';
}
.Text-PantonExtraBold {
    font-family: 'PantonExtraBold';
}

h1, h2, h3, h4, h5, h6, p, .nav-item, .btn {
    font-family: 'Panton';
}
.office-item p {
    font-family: unset;
}
.text-justify {
    text-align: justify;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
[data-product] [data-Title] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
}
/* Thin scrollbar For WebKit browsers */
::-webkit-scrollbar {
    width: 6px; /* width of the scrollbar */
    height: 6px; /* height of the scrollbar (for horizontal scrollbar) */
}

::-webkit-scrollbar-thumb {
    background-color: #888; /* color of the scrollbar thumb */
    border-radius: 10px; /* rounded corners for the scrollbar */
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #555; /* darker color when hovering */
    }

::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* background of the scrollbar track */
}
/* For Firefox */
html {
    scrollbar-width: thin; /* makes the scrollbar thin */
    scrollbar-color: #888 #f1f1f1; /* scrollbar thumb and track colors */
}
.max-width-80px{
    max-width: 80px !important;
}
.max-width-100px {
    max-width: 100px !important;
}
.max-width-150px {
    max-width: 150px !important;
}
.w-30px {
    width: 30px !important;
}
.w-80px {
    width: 80px !important;
}
.w-100px {
    width: 100px !important;
}
.w-150px {
    width: 150px !important;
}
.w-200px {
    width: 200px !important;
}
.w-300px {
    width: 300px !important;
}
.fs-11px {
    font-size: 11px !important;
}
#mySidebar .nav-link:hover {
    background-color: lightblue;
}

