


h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.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;
    }

.ql-size-small {
    font-size: 0.75em;
}



.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

body {
    overflow-x: hidden;
    width: 100vw;
    background: linear-gradient(90deg, #D7A698 0%, #ffffff 2%, #ffffff 50%, #ffffff 98%, #FFDBDB 100%);
}



*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background-color: #FFDBDB;
}

*::-webkit-scrollbar-thumb {
    background-color: #D7A698;
    ;
    border-radius: 5px;
}

    *::-webkit-scrollbar-thumb:hover {
        background-color: #D7A698;
    }



select {
    border-radius: 15px;
    padding: 5px !important;
    height: 36px;
    min-width: 100px;
    font-size: 18px;
    margin: 5px !important;
    border: 1px solid #D7A698;
    outline: none;
    cursor: pointer;
    user-select: none;
}

    select option {
        cursor: pointer !important;
    }

.hmPopup {
    background-color: transparent;
    backdrop-filter: blur(3px);
    position: absolute;
    width: calc(100% - 300px);
    z-index: 1111;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.EditItemCon{
height:90%;
}

.dual-input {
    min-height: 80px;
}
.InputContainer {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
  
    height:fit-content;
    overflow:visible !important;
   
}

    .InputContainer label {
        margin-left: 5px;
        font-size: 16px;
        color: #9e3500;
        min-height:20px;
        font-weight: bold;
    }

    .InputContainer input {
        border-radius: 10px;
        outline: none;
        border: 1px solid #FFDBDB;
        max-width: 500px;
        padding: 5px;
        width: 100%;
        min-width: 100px;
        min-height:40px;
        padding-left: 10px;
    }
input[type=checkbox] {
            margin-left: 10px;
            margin-top: 5px;
            height: 15px;
            width: 15px;
            min-width: 15px;
            accent-color: #9e3500;
            border-radius: 15px;
            cursor:pointer;
        }

        .InputContainer input[type=number] {
            max-width: 120px;
            min-height: 40px;
        }


.ql-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* Adjust this if you want different alignment */
}

.swal2-container {
    z-index: 20000;
}

p {
    margin: 0px;
}


.header {
    font-size: 24px;
    font-weight: bold;
    color: #9E3500;
}

.popupContent .header {
    position: absolute;
    top: 10px;
    left: 20px;
}

.jcontainer {
    width: 100%;
    height: 100%;
    border: 1px solid #eeeeee78;
    border-radius: inherit;
}


.BtnCommon {
    border: 1px solid #9E3500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    height: 40px;
    min-height:40px;
    width: 40px;
    background-color: #9E3500;
    position: absolute;
    font-size: 30px;
    color: white;
    cursor: pointer;
    transition: color,background-color 0.2s;
}
.BtnCommon2 {
    border-radius: 25px;
    width: fit-content;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #ff878b;
    outline: none;
    border: 1px solid #ff878b;
    min-height:30px;

}

    .BtnCommon:hover {
        background-color: white;
        color: #9E3500;
    }










































































/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0px;
    position: relative;
}

    .ql-container.ql-disabled .ql-tooltip {
        visibility: hidden;
    }

    .ql-container.ql-disabled ul[data-checked] > li::before {
        pointer-events: none;
    }

.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%;
}

    .ql-clipboard p {
        margin: 0;
        padding: 0;
    }

.ql-editor {
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
}

> * {
    cursor: text;
}

p,
ol,
ul,
pre,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

ol,
ul {
    padding-left: 1.5em;
}

    ol > li,
    ul > li {
        list-style-type: none;
    }

        ul > li::before {
            content: '\2022';
        }

    ul[data-checked=true],
    ul[data-checked=false] {
        pointer-events: none;
    }

        ul[data-checked=true] > li *,
        ul[data-checked=false] > li * {
            pointer-events: all;
        }

        ul[data-checked=true] > li::before,
        ul[data-checked=false] > li::before {
            color: #777;
            cursor: pointer;
            pointer-events: all;
        }

        ul[data-checked=true] > li::before {
            content: '\2611';
        }

        ul[data-checked=false] > li::before {
            content: '\2610';
        }

li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
}

li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
}

li.ql-direction-rtl::before {
    margin-left: 0.3em;
    margin-right: -1.5em;
}

ol li:not(.ql-direction-rtl),
ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em;
}

ol li.ql-direction-rtl,
ul li.ql-direction-rtl {
    padding-right: 1.5em;
}

ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0;
}

    ol li:before {
        content: counter(list-0, decimal) '. ';
    }

    ol li.ql-indent-1 {
        counter-increment: list-1;
    }

        ol li.ql-indent-1:before {
            content: counter(list-1, lower-alpha) '. ';
        }

    ol li.ql-indent-1 {
        counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    }

    ol li.ql-indent-2 {
        counter-increment: list-2;
    }

        ol li.ql-indent-2:before {
            content: counter(list-2, lower-roman) '. ';
        }

    ol li.ql-indent-2 {
        counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    }

    ol li.ql-indent-3 {
        counter-increment: list-3;
    }

        ol li.ql-indent-3:before {
            content: counter(list-3, decimal) '. ';
        }

    ol li.ql-indent-3 {
        counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
    }

    ol li.ql-indent-4 {
        counter-increment: list-4;
    }

        ol li.ql-indent-4:before {
            content: counter(list-4, lower-alpha) '. ';
        }

    ol li.ql-indent-4 {
        counter-reset: list-5 list-6 list-7 list-8 list-9;
    }

    ol li.ql-indent-5 {
        counter-increment: list-5;
    }

        ol li.ql-indent-5:before {
            content: counter(list-5, lower-roman) '. ';
        }

    ol li.ql-indent-5 {
        counter-reset: list-6 list-7 list-8 list-9;
    }

    ol li.ql-indent-6 {
        counter-increment: list-6;
    }

        ol li.ql-indent-6:before {
            content: counter(list-6, decimal) '. ';
        }

    ol li.ql-indent-6 {
        counter-reset: list-7 list-8 list-9;
    }

    ol li.ql-indent-7 {
        counter-increment: list-7;
    }

        ol li.ql-indent-7:before {
            content: counter(list-7, lower-alpha) '. ';
        }

    ol li.ql-indent-7 {
        counter-reset: list-8 list-9;
    }

    ol li.ql-indent-8 {
        counter-increment: list-8;
    }

        ol li.ql-indent-8:before {
            content: counter(list-8, lower-roman) '. ';
        }

    ol li.ql-indent-8 {
        counter-reset: list-9;
    }

    ol li.ql-indent-9 {
        counter-increment: list-9;
    }

        ol li.ql-indent-9:before {
            content: counter(list-9, decimal) '. ';
        }

.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em;
}

li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em;
}

.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em;
}

li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em;
}

.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em;
}

li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em;
}

.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em;
}

li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em;
}

.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em;
}

li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em;
}

.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em;
}

li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em;
}

.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em;
}

li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em;
}

.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em;
}

li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em;
}

.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em;
}

li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em;
}

.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em;
}

li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em;
}

.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em;
}

li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em;
}

.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em;
}

li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em;
}

.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em;
}

li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em;
}

.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em;
}

li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em;
}

.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em;
}

li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em;
}

.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em;
}

li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em;
}

.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em;
}

li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em;
}

.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em;
}

li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em;
}

.ql-video {
    display: block;
    max-width: 100%;
}

    .ql-video.ql-align-center {
        margin: 0 auto;
    }

    .ql-video.ql-align-right {
        margin: 0 0 0 auto;
    }

.ql-bg-black {
    background-color: #000;
}

.ql-bg-red {
    background-color: #e60000;
}

.ql-bg-orange {
    background-color: #f90;
}

.ql-bg-yellow {
    background-color: #ff0;
}

.ql-bg-green {
    background-color: #008a00;
}

.ql-bg-blue {
    background-color: #06c;
}

.ql-bg-purple {
    background-color: #93f;
}

.ql-color-white {
    color: #fff;
}

.ql-color-red {
    color: #e60000;
}

.ql-color-orange {
    color: #f90;
}

.ql-color-yellow {
    color: #ff0;
}

.ql-color-green {
    color: #008a00;
}

.ql-color-blue {
    color: #06c;
}

.ql-color-purple {
    color: #93f;
}

.ql-font-serif {
    font-family: Georgia, Times New Roman, serif;
}

.ql-font-monospace {
    font-family: Monaco, Courier New, monospace;
}

.ql-size-small {
    font-size: 0.75em;
}

.ql-size-large {
    font-size: 1.5em;
}

.ql-size-huge {
    font-size: 2.5em;
}

.ql-direction-rtl {
    direction: rtl;
    text-align: inherit;
}

.ql-align-center {
    text-align: center;
}

.ql-align-justify {
    text-align: justify;
}

.ql-align-right {
    text-align: right;
}

.ql-blank::before {
    color: rgba(0,0,0,0.6);
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px;
}

.ql-toolbar:after,
.ql-toolbar:after {
    clear: both;
    content: '';
    display: table;
}

.ql-toolbar button,
.ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px;
}

    .ql-toolbar button svg,
    .ql-toolbar button svg {
        float: left;
        height: 100%;
    }

    .ql-toolbar button:active:hover,
    .ql-toolbar button:active:hover {
        outline: none;
    }

.ql-toolbar input.ql-image[type=file],
.ql-toolbar input.ql-image[type=file] {
    display: none;
}

.ql-toolbar button:hover,
.ql-toolbar button:hover,
.ql-toolbar button:focus,
.ql-toolbar button:focus,
.ql-toolbar button.ql-active,
.ql-toolbar button.ql-active,
.ql-toolbar .ql-picker-label:hover,
.ql-toolbar .ql-picker-label:hover,
.ql-toolbar .ql-picker-label.ql-active,
.ql-toolbar .ql-picker-label.ql-active,
.ql-toolbar .ql-picker-item:hover,
.ql-toolbar .ql-picker-item:hover,
.ql-toolbar .ql-picker-item.ql-selected,
.ql-toolbar .ql-picker-item.ql-selected {
    color: #06c;
}

    .ql-toolbar button:hover .ql-fill,
    .ql-toolbar button:hover .ql-fill,
    .ql-toolbar button:focus .ql-fill,
    .ql-toolbar button:focus .ql-fill,
    .ql-toolbar button.ql-active .ql-fill,
    .ql-toolbar button.ql-active .ql-fill,
    .ql-toolbar .ql-picker-label:hover .ql-fill,
    .ql-toolbar .ql-picker-label:hover .ql-fill,
    .ql-toolbar .ql-picker-label.ql-active .ql-fill,
    .ql-toolbar .ql-picker-label.ql-active .ql-fill,
    .ql-toolbar .ql-picker-item:hover .ql-fill,
    .ql-toolbar .ql-picker-item:hover .ql-fill,
    .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
    .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
    .ql-toolbar button:hover .ql-stroke.ql-fill,
    .ql-toolbar button:hover .ql-stroke.ql-fill,
    .ql-toolbar button:focus .ql-stroke.ql-fill,
    .ql-toolbar button:focus .ql-stroke.ql-fill,
    .ql-toolbar button.ql-active .ql-stroke.ql-fill,
    .ql-toolbar button.ql-active .ql-stroke.ql-fill,
    .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
    .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
    .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
    .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
    .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
    .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
    .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
    .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
        fill: #06c;
    }

    .ql-toolbar button:hover .ql-stroke,
    .ql-toolbar button:hover .ql-stroke,
    .ql-toolbar button:focus .ql-stroke,
    .ql-toolbar button:focus .ql-stroke,
    .ql-toolbar button.ql-active .ql-stroke,
    .ql-toolbar button.ql-active .ql-stroke,
    .ql-toolbar .ql-picker-label:hover .ql-stroke,
    .ql-toolbar .ql-picker-label:hover .ql-stroke,
    .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
    .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
    .ql-toolbar .ql-picker-item:hover .ql-stroke,
    .ql-toolbar .ql-picker-item:hover .ql-stroke,
    .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
    .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
    .ql-toolbar button:hover .ql-stroke-miter,
    .ql-toolbar button:hover .ql-stroke-miter,
    .ql-toolbar button:focus .ql-stroke-miter,
    .ql-toolbar button:focus .ql-stroke-miter,
    .ql-toolbar button.ql-active .ql-stroke-miter,
    .ql-toolbar button.ql-active .ql-stroke-miter,
    .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
    .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
    .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
    .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
    .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
    .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
    .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
    .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
        stroke: #06c;
    }

@media (pointer: coarse) {
    .ql-toolbar button:hover:not(.ql-active),
    .ql-toolbar button:hover:not(.ql-active) {
        color: #444;
    }

        .ql-toolbar button:hover:not(.ql-active) .ql-fill,
        .ql-toolbar button:hover:not(.ql-active) .ql-fill,
        .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
        .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
            fill: #444;
        }

        .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
        .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
        .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
        .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
            stroke: #444;
        }
}

{
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

.ql-hidden {
    display: none;
}

.ql-out-bottom,
.ql-out-top {
    visibility: hidden;
}

.ql-tooltip {
    position: absolute;
    transform: translateY(10px);
}

    .ql-tooltip a {
        cursor: pointer;
        text-decoration: none;
    }

    .ql-tooltip.ql-flip {
        transform: translateY(-10px);
    }

.ql-formats {
    display: inline-block;
    vertical-align: middle;
}

    .ql-formats:after {
        clear: both;
        content: '';
        display: table;
    }

.ql-stroke {
    fill: none;
    stroke: #444;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.ql-stroke-miter {
    fill: none;
    stroke: #444;
    stroke-miterlimit: 10;
    stroke-width: 2;
}

.ql-fill,
.ql-stroke.ql-fill {
    fill: #444;
}

.ql-empty {
    fill: none;
}

.ql-even {
    fill-rule: evenodd;
}

.ql-thin,
.ql-stroke.ql-thin {
    stroke-width: 1;
}

.ql-transparent {
    opacity: 0.4;
}

.ql-direction svg:last-child {
    display: none;
}

.ql-direction.ql-active svg:last-child {
    display: inline;
}

.ql-direction.ql-active svg:first-child {
    display: none;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 0.83em;
}

h6 {
    font-size: 0.67em;
}

a {
    text-decoration: underline;
}

blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px;
}

code,
pre {
    background-color: #f0f0f0;
    border-radius: 3px;
}

pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px;
}

code {
    font-size: 85%;
    padding: 2px 4px;
}

pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible;
}

img {
    max-width: 100%;
}

.ql-picker {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle;
}

.ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%;
}

    .ql-picker-label::before {
        display: inline-block;
        line-height: 22px;
    }

.ql-picker-options {
    background-color: #fff;
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap;
}

    .ql-picker-options .ql-picker-item {
        cursor: pointer;
        display: block;
        padding-bottom: 5px;
        padding-top: 5px;
    }

.ql-picker.ql-expanded .ql-picker-label {
    color: #ccc;
    z-index: 2;
}

    .ql-picker.ql-expanded .ql-picker-label .ql-fill {
        fill: #ccc;
    }

    .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
        stroke: #ccc;
    }

.ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1;
}

.ql-color-picker,
.ql-icon-picker {
    width: 28px;
}

    .ql-color-picker .ql-picker-label,
    .ql-icon-picker .ql-picker-label {
        padding: 2px 4px;
    }

        .ql-color-picker .ql-picker-label svg,
        .ql-icon-picker .ql-picker-label svg {
            right: 4px;
        }

    .ql-icon-picker .ql-picker-options {
        padding: 4px 0px;
    }

    .ql-icon-picker .ql-picker-item {
        height: 24px;
        width: 24px;
        padding: 2px 4px;
    }

    .ql-color-picker .ql-picker-options {
        padding: 3px 5px;
        width: 152px;
    }

    .ql-color-picker .ql-picker-item {
        border: 1px solid transparent;
        float: left;
        height: 16px;
        margin: 2px;
        padding: 0px;
        width: 16px;
    }

.ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    top: 50%;
    width: 18px;
}

.ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
    content: attr(data-label);
}

.ql-picker.ql-header {
    width: 98px;
}

    .ql-picker.ql-header .ql-picker-label::before,
    .ql-picker.ql-header .ql-picker-item::before {
        content: 'Normal';
    }

    .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
    .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
        content: 'Heading 1';
    }

    .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
    .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
        content: 'Heading 2';
    }

    .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
    .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
        content: 'Heading 3';
    }

    .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
    .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
        content: 'Heading 4';
    }

    .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
    .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
        content: 'Heading 5';
    }

    .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
    .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
        content: 'Heading 6';
    }

    .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
        font-size: 2em;
    }

    .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
        font-size: 1.5em;
    }

    .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
        font-size: 1.17em;
    }

    .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
        font-size: 1em;
    }

    .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
        font-size: 0.83em;
    }

    .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
        font-size: 0.67em;
    }

.ql-picker.ql-font {
    width: 108px;
}

    .ql-picker.ql-font .ql-picker-label::before,
    .ql-picker.ql-font .ql-picker-item::before {
        content: 'Sans Serif';
    }

    .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
    .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
        content: 'Serif';
    }

    .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
    .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
        content: 'Monospace';
    }

    .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
        font-family: Georgia, Times New Roman, serif;
    }

    .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
        font-family: Monaco, Courier New, monospace;
    }

.ql-picker.ql-size {
    width: 98px;
}

    .ql-picker.ql-size .ql-picker-label::before,
    .ql-picker.ql-size .ql-picker-item::before {
        content: 'Normal';
    }

    .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
    .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
        content: 'Small';
    }

    .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
    .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
        content: 'Large';
    }

    .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
    .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
        content: 'Huge';
    }

    .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
        font-size: 10px;
    }

    .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
        font-size: 18px;
    }

    .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
        font-size: 32px;
    }

.ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff;
}

.ql-color-picker.ql-color .ql-picker-item {
    background-color: #000;
}

.ql-toolbar {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    padding: 8px;
}

    .ql-toolbar .ql-formats {
        margin-right: 15px;
    }

    .ql-toolbar .ql-picker-label {
        border: 1px solid transparent;
    }

    .ql-toolbar .ql-picker-options {
        border: 1px solid transparent;
        box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
    }

    .ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
        border-color: #ccc;
    }

    .ql-toolbar .ql-picker.ql-expanded .ql-picker-options {
        border-color: #ccc;
    }

    .ql-toolbar .ql-color-picker .ql-picker-item.ql-selected,
    .ql-toolbar .ql-color-picker .ql-picker-item:hover {
        border-color: #000;
    }

    .ql-toolbar + .ql-container {
        border-top: 0px;
    }

.ql-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #ddd;
    color: #444;
    padding: 5px 12px;
    white-space: nowrap;
}

    .ql-tooltip::before {
        content: "Visit URL:";
        line-height: 26px;
        margin-right: 8px;
    }

    .ql-tooltip input[type=text] {
        display: none;
        border: 1px solid #ccc;
        font-size: 13px;
        height: 26px;
        margin: 0px;
        padding: 3px 5px;
        width: 170px;
    }

    .ql-tooltip a.ql-preview {
        display: inline-block;
        max-width: 200px;
        overflow-x: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }

    .ql-tooltip a.ql-action::after {
        border-right: 1px solid #ccc;
        content: 'Edit';
        margin-left: 16px;
        padding-right: 8px;
    }

    .ql-tooltip a.ql-remove::before {
        content: 'Remove';
        margin-left: 8px;
    }

    .ql-tooltip a {
        line-height: 26px;
    }

    .ql-tooltip.ql-editing a.ql-preview,
    .ql-tooltip.ql-editing a.ql-remove {
        display: none;
    }

    .ql-tooltip.ql-editing input[type=text] {
        display: inline-block;
    }

    .ql-tooltip.ql-editing a.ql-action::after {
        border-right: 0px;
        content: 'Save';
        padding-right: 0px;
    }

    .ql-tooltip[data-mode=link]::before {
        content: "Enter link:";
    }

    .ql-tooltip[data-mode=formula]::before {
        content: "Enter formula:";
    }

    .ql-tooltip[data-mode=video]::before {
        content: "Enter video:";
    }

a {
    color: #06c;
}

.ql-container {
    border: 1px solid #ccc;
}

.DashboardContainer .TableContainer{
overflow-y:auto !important;
}

.optionConHeader{
overflow-y:visible !important;
}


.ProductDetails .imgContainer{

max-height:150px;

}
