﻿body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif !important;
    background: #f1f5f8;
    color: #0e1726;
    font-size: 14px;
}

a {
    text-decoration: none !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.DardBg {
    background-color: #fcfeff;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 1px 2px -1px rgba(0,0,0,.2);
}

.TitleColor {
    color: #636568 !important;
}

.LogoTitleColor {
    color: #313131 !important;
    font-weight: 800;
}

.card-title {
    color: #0e1726 !important;
    margin-bottom: 3px;
}

.ActionIcon {
    color: #2870d2;
    font-size: 22px;
}

.DeleteIcon {
    color: #d9534f;
    font-size: 22px;
}

.AddIcon {
    color: #1eafbb;
    font-size: 22px;
}

.PrimaryIcons {
    vertical-align: sub;
    font-size: 18px;
    color: #9e9e9e;
    margin-right: 4px;
}

.OverviewTitle {
    color: #ec4671;
    font-weight: 600;
}

.TextUnderline {
    text-decoration: underline !important;
}

.TextColor {
    color: #3167ca;
}

.CardTitle {
    text-transform: capitalize !important;
    margin-top: -2px;
    color: #5e7ea9;
    font-weight: 600;
}

.TitleCard {
    margin-bottom: 7px !important;
}

.OverviewTitleColor {
    color: #868686;
    text-decoration: underline;
}

.ActiveColor {
    color: #1cc396;
    font-weight: 600;
}

.InActiveColor {
    color: #ec4671;
    font-weight: 600;
}

.PrimaryContact {
    margin-top: 29px;
}

.EditIcon {
    margin-right: 12px;
    margin-top: -10px;
}

.ViewIcon {
    /*color: #5c1ac3;*/
    color: #8c8c8c;
    font-size: 24px;
}

.SubNavBg {
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12), 0 3px 5px -1px rgba(0,0,0,.2);
    background: rgb(26, 28, 45);
    border-radius: 0;
    justify-content: flex-start;
    min-height: 53px;
    width: 100%;
}

.mb-0 {
    margin-bottom: 0;
}

.mr-3 {
    margin-right: 3px;
}

.card-header {
    padding: 0.75rem 0rem 0rem 1rem;
    border-bottom: 1px solid #e0e6ed !important;
}

.card {
    background-color: #fff !important;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.1), 0 1px 5px 0 rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
    border: none !important;
    margin-bottom: 20px;
    border-radius: 0.25rem;
}

.LoginButton {
    background-color: #445ede;
    border-color: #445ede;
    padding-top: 0px;
}

.LoginCard {
    margin-top: 150px;
}

.KeyLogo {
    width: 100px;
}

.FloatRight {
    float: right;
}

/*Notes*/
.NoteAvatarIcon {
    margin-right: 5px;
}

.notes_name {
    padding-top: 16px;
}

.notes_date {
    padding-top: 17px;
}

.cont_time {
    font-size: 12px;
    margin-top: -5px;
}

.note_avatar {
    width: 2.2em;
    height: 2.2em;
    line-height: 1.95em;
    text-align: center;
    border-radius: 50%;
    background-color: #7d7d7d;
    vertical-align: middle;
    color: #ffffff;
    border: 1px solid #717171;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 10px;
    /*padding-left: 1px;*/
}

.avatar_letter {
    margin: 15px 0px;
}

.clock_icon {
    margin-right: 10px;
}

.IconColor {
    color: #909090;
}

.CursorPointer {
    cursor: pointer;
}

/*Sidenav bar*/
.sidebar-nav ul li {
    list-style: none;
    /*background-color: #039;
    border-top: solid 1px #039;*/
    text-align: left;
    margin: 0;
}

.sidebar-nav ul .sidebar-item {
    width: 100%;
    margin-bottom: 10px;
}

.sidebar-link {
    padding: 5px 5px;
}

    .sidebar-link i {
        font-size: 14px;
    }

.sidebar-nav ul {
    margin: 0px;
    padding: 0px;
}

.collapse.in {
    display: block;
}

.sidebar-item {
    width: 250px;
}

.sidebar-link {
    color: #f2f2f2;
    padding: 5px 5px 5px 5px;
    display: flex;
    white-space: nowrap;
    align-items: center;
    line-height: 25px;
    opacity: 0.6;
}

    .sidebar-link i {
        font-style: normal;
        width: 35px;
        line-height: 25px;
        font-size: 14px;
        color: gray;
        display: inline-block;
        text-align: center;
    }

    .sidebar-link:hover {
        opacity: 1;
    }

    .sidebar-link:active {
        opacity: 1;
    }





.vertical-nav {
    min-width: 17rem;
    width: 17rem;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
}



/* for toggle behavior */

#sidebar.active {
    margin-left: -17rem;
}


@media (max-width: 768px) {
    #sidebar {
        margin-left: -17rem;
    }

        #sidebar.active {
            margin-left: 0;
        }
}


.vertical-nav {
    min-width: 16rem;
    width: 16rem;
    height: 100vh;
    position: fixed;
    z-index: 2;
    padding-top: 50px;
    top: 0px;
    overflow-y: auto !important;
    left: 0;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.4s;
}


/*close toggle onload*/
#sidebar {
    margin-left: -17rem;
}

    #sidebar.active {
        margin-left: 0;
    }

@media (max-width: 768px) {
    #sidebar {
        margin-left: -17rem;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #content {
        width: 100%;
        margin: 0;
    }

        #content.active {
            margin-left: 17rem;
            width: calc(100% - 17rem);
        }
}

.left-sidebar {
    position: absolute;
    width: 240px;
    height: 100%;
    top: 0px;
    z-index: 20;
    padding-top: 70px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}

.fix-sidebar .left-sidebar {
    position: fixed;
}
/*******************
sidebar navigation
******************/
.scroll-sidebar {
    padding-bottom: 60px;
}

.collapse.in {
    display: block;
}

.sidebar-nav {
    padding: 0px;
}

    .sidebar-nav ul {
        margin: 0px;
        padding: 0px;
    }

        .sidebar-nav ul li {
            list-style: none;
        }

            .sidebar-nav ul li a {
                color: #aeafb3;
                padding: 8px 35px 8px 10px;
                display: block;
                font-size: 14px;
                white-space: nowrap;
            }

                .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
                    /*color: #f2f2f2;*/
                    background-color: #30d5cb14;
                }

                .sidebar-nav ul li a.active {
                    font-weight: 500;
                    color: blue;
                }

            .sidebar-nav ul li ul {
                padding-left: 5px;
                padding-top: 10px;
            }

                .sidebar-nav ul li ul li a {
                    padding: 10px 35px 10px 15px;
                }

                .sidebar-nav ul li ul ul {
                    padding-left: 15px;
                }

            .sidebar-nav ul li.nav-small-cap {
                font-size: 12px;
                margin-bottom: 0px;
                padding: 14px 14px 14px 20px;
                color: blue;
                font-weight: 500;
            }

            .sidebar-nav ul li.nav-devider {
                height: 1px;
                display: block;
                margin: 20px 0;
            }

    .sidebar-nav > ul > li {
        /*margin-bottom: 10px;*/
    }

        .sidebar-nav > ul > li.active > a {
            color: #fff;
            font-weight: 500;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        }

            .sidebar-nav > ul > li.active > a i {
                color: #fcfcfc;
            }

        .sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
            color: gray;
        }

        .sidebar-nav > ul > li > a i {
            width: 27px;
            height: 27px;
            font-size: 21px;
            display: inline-block;
            vertical-align: middle !important;
        }

        .sidebar-nav > ul > li > a .label {
            float: right;
            margin-top: 6px;
        }

        .sidebar-nav > ul > li > a.active {
            font-weight: 400;
            color: #30d5cb;
            background-color: #30d5cb21;
            border-left: 4px solid;
        }

    .sidebar-nav .has-arrow {
        position: relative;
    }

        .sidebar-nav .has-arrow::after {
            position: absolute;
            content: '';
            width: .55em;
            height: .55em;
            border-width: 1px 0 0 1px;
            border-style: solid;
            right: 1em;
            -webkit-transform: rotate(-45deg) translate(0, -50%);
            -ms-transform: rotate(-45deg) translate(0, -50%);
            -o-transform: rotate(-45deg) translate(0, -50%);
            transform: rotate(-45deg) translate(0, -50%);
            -webkit-transform-origin: top;
            -ms-transform-origin: top;
            -o-transform-origin: top;
            transform-origin: top;
            top: 47%;
            -webkit-transition: all .3s ease-out;
            -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

        .sidebar-nav .active > .has-arrow::after,
        .sidebar-nav li > .has-arrow.active::after,
        .sidebar-nav .has-arrow[aria-expanded="true"]::after {
            -webkit-transform: rotate(-135deg) translate(0, -50%);
            -ms-transform: rotate(-135deg) translate(0, -50%);
            -o-transform: rotate(-135deg) translate(0, -50%);
            top: 45%;
            width: .58em;
            transform: rotate(-135deg) translate(0, -50%);
        }



@media (max-width: 767px) {
    .mini-sidebar .left-sidebar {
        position: fixed;
    }

    .mini-sidebar .left-sidebar, .mini-sidebar .sidebar-footer {
        left: -240px;
    }

    .mini-sidebar.show-sidebar .left-sidebar, .mini-sidebar.show-sidebar .sidebar-footer {
        left: 0px;
    }
}

.v_align {
    vertical-align: bottom !important;
}

.padding_30 {
    padding-right: 30px !important;
}

.zindex-0 {
    z-index: 0 !important;
}

@media (min-width:768px) {
    .sidebar1 {
        display: none;
    }
}


.vertical-nav::-webkit-scrollbar {
    background-color: #fff;
    width: 16px
}

.vertical-nav::-webkit-scrollbar-track {
    background-color: #fff
}

.vertical-nav::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 6px solid #fff
}

    .vertical-nav::-webkit-scrollbar-thumb:hover {
        background-color: #899498;
        border-radius: 16px;
        border: 6px solid #fff
    }


.vertical-nav::-webkit-scrollbar-button {
    display: none
}

.float_right {
    float: right !important;
    margin-top: -35px;
}

.SidebarIcon {
    font-size: 22px;
    vertical-align: sub;
    margin-right: 5px;
    margin-left: 10px;
}

.sidebarClose {
    color: #99abb4;
    font-size: 24px;
    margin-right: 10px;
}

.SidebarBg {
    background-color: #0c1231;
    z-index: 999;
}

.menu_style {
    font-size: 24px !important;
    margin-right: 15px !important;
    color: #2054d5 !important;
}

.CheckboxContainer {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


    .CheckboxContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
/*Red checkbox*/
.CheckboxStyle {
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
}

.CheckboxContainer:hover input ~ .CheckboxStyle {
    background-color: #f2f2f2;
}


.CheckboxContainer input:checked ~ .CheckboxStyle {
    background-color: #2054d5;
    border-color: #2054d5;
}


.CheckboxStyle:after {
    content: "";
    position: absolute;
    display: none;
}


.CheckboxContainer input:checked ~ .CheckboxStyle:after {
    display: block;
}

.CheckboxContainer .CheckboxStyle:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: 0.5px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.PageTitle {
    margin-left: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase !important;
    padding-top: 16px;
}

.LogoWidth {
    width: 100px;
}

.btn-primary {
    background-color: #2870d2 !important;
    border-color: #2870d2 !important;
}

.btn-success {
    background-color: #1cc396 !important;
    border-color: #1cc396 !important;
}

.InactiveCheckbox {
    margin-top: 10px;
    padding-right: 20px;
}

.font-weight-600 {
    font-weight: 600;
}

.ExcelExport {
    /*padding: 6px 12px;*/
    padding: 8px;
    height: 40px;
}

.ExcelIcon {
    font-size: 18px;
    height: 25px;
    /* width: auto; */
    padding: 0px;
    margin: -3px 0 0 0;
}

.SearchAlign {
    margin-right: -25px;
    margin-left: 25px;
}

.bg_green {
    background-color: #00ab9b !important;
    border-color: #00ab9b !important;
}

.marginRight-15 {
    margin-right: 15px;
}

.AddCustomerIcon {
    font-size: 22px;
    vertical-align: bottom;
    margin-right: 2px;
}

.FrtCount {
    margin-top: 5px;
}

.CustomerActionBtn {
    font-size: 20px;
    margin-top: -2px;
}

.LabelColor {
    color: #555e69;
}

.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e2e2e2 !important;
}

.table tr:hover {
    padding: .75rem;
    vertical-align: top;
    background-color: #f7f7f7 !important;
}

.CustomerName {
    color: #357ee0;
    font-weight: bold;
}

.CustomerColor {
    color: #2054d5;
}

/*Radio button*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 5px;
            top: 2px;
            width: 16px;
            height: 16px;
            border: 1px solid #104c9c;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 8px;
            height: 8px;
            background: #104c9c;
            /* border: 1px solid #104c9c; */
            position: absolute;
            top: 6px;
            left: 9px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.radio_inline {
    display: inline !important;
}

.AccountCard {
    border: 0.5px solid #d4d4d4;
    border-radius: 6px;
    margin-top: 25px;
    padding: 15px 15px;
    background-color: #fbfbfb;
}

.AccountComment {
    padding-bottom: 316px;
}
​​​​​​​​.mt-n-15 {
    margin-top: -15px !important;
}
/*Toggle button*/
.switch1 {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 22px;
}

    .switch1 input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider1 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider1:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider1 {
    background-color: #5cb85c;
}

input:focus + .slider1 {
    box-shadow: 0 0 1px #5cb85c;
}

input:checked + .slider1:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider1.round1 {
    border-radius: 34px;
}

    .slider1.round1:before {
        border-radius: 50%;
    }

.IsActiveBtn {
    margin-top: 34px;
}

/*Select2 dropdown - token list*/
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-left: 5px !important;
    float: right !important;
    background-color: #b3b3b3;
    border-radius: 50px;
    padding: 0px 7px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f2f2f2 !important;
    border: none !important;
    border-radius: 50px !important;
    cursor: default;
    float: left;
    margin-right: 5px !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    padding: 5px 4px 5px 9px !important;
    color: #37383e !important;
    color: #6f6f6f !important;
    font-weight: 600;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e8e8e8 !important;
    color: #7b7b7b !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    font-size: 20px;
    padding-top: 2px !important;
    margin-right: 5px !important;
    color: #a9a9a9 !important;
    margin-top: 0px !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #ced4da !important;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 11px !important;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%;
        margin-bottom: -14px !important;
    }

.select2-container--default .select2-results__group {
    cursor: pointer !important;
    display: block;
    padding: 6px;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 2px !important;
}

.TokenInput {
    width: 100%
}

.DragDrop {
    background-color: #f5f5f5;
    padding: 10px 10px 1px 10px;
    border-radius: 5px;
    border: 0.5px solid #ccc;
    margin-bottom: 10px;
    cursor: pointer;
}

/*OverFlow*/
.OverflowScroll {
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 300px;
    max-height: 300px;
}

    .OverflowScroll::-webkit-scrollbar {
        background-color: #fff;
        width: 16px
    }

    .OverflowScroll::-webkit-scrollbar-track {
        background-color: #fff
    }

    .OverflowScroll::-webkit-scrollbar-thumb {
        background-color: #babac029;
        border-radius: 16px;
        border: 6px solid #fff
    }

        .OverflowScroll::-webkit-scrollbar-thumb:hover {
            background-color: #899498;
            border-radius: 16px;
            border: 6px solid #fff
        }

    .OverflowScroll::-webkit-scrollbar-button {
        display: none
    }

.ArrowButtons {
    padding: 4px 4px 4px 4px;
}

.ArrowIcons {
    font-size: 25px;
    font-weight: bold;
}

.ArrowTop {
    margin-top: 140px;
}


.DragDrop:hover .PIFEdit {
    display: block;
}

.Dangerbtnwithtext {
    margin-right: 40% !important;
}

.NoteText {
    color: #6c757d;
    font-size: 13px;
}

.PIFClose_Add {
    float: right;
    margin-top: -36px;
    margin-right: 1px;
    font-size: 22px;
    color: #6c757da6 !important;
}

.InfoIcon {
    margin-bottom: 2px;
}

.button_secondary {
    color: #fff;
    background-color: #5a6268ad;
    border-color: #5a6268ad !important;
}

.CommentsDate {
    width: 180px;
    float: right;
    margin-top: -20px;
}

.ProductWithoutImg {
    background-color: #ec4671;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #f52e61;
}

.textBlue {
    color: #2870d2 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
}

.ActiveFRTLetter {
    padding: 0px 6px;
    border-radius: 50%;
    background-color: #2870d2;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}

.FRT_Text {
    color: #8a8989;
    font-weight: 600;
}

.modal.Show {
    overflow-y: auto;
}

.MarginTop {
    margin-top: 38px;
}

.Margin-n-34 {
    margin-top: 34px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 83px;
    height: 28px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #9e9e9e;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #00b894;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

.on {
    display: none;
    padding-right: 25px;
}

.off {
    padding-left: 25px;
}

.on, .off {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 48%;
    left: 50%;
    font-size: 12px;
    font-weight: 600;
}

input:checked + .slider .on {
    display: block;
}

input:checked + .slider .off {
    display: none;
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.ShowInActive {
    margin-bottom: -30px;
    margin-left: -32px;
    margin-top: 20px;
}

.mb-12 {
    margin-bottom: 12px
}

.select2-container {
    width: 100% !important;
}

fieldset {
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 0px 15px;
    margin-bottom: 15px;
}

legend {
    width: auto !important;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 16px;
}

.Z-Index-1 {
    z-index: 1;
}

.DotCircle {
    color: #5e7eab;
    font-size: 8px;
    vertical-align: middle;
}

.NavBarFixed {
    position: fixed;
    width: 100%;
    z-index: 99;
}

.PageTop {
    padding-top: 65px;
}

.form-control {
    border: 1px solid #bdbdbd !important;
}

.modal-header {
    border-bottom: 1.5px solid #dee2e6 !important;
}

.ModalLg {
    max-width: 950px !important;
}

.ImageWidth {
    max-width: 100%;
    max-height: 330px;
}

.ImageClose {
    position: absolute;
    right: 0;
    margin-right: 20px;
    margin-top: 6px;
    border: 1px solid #6d6d6d;
    border-radius: 50%;
    padding: 2px 4px;
    color: #6d6d6d;
    box-shadow: 2px 2px 5px #ccc;
    cursor: pointer;
}

.ActiveImage {
    border: 2px solid #9e9e9e;
}

.DragIcon {
    width: 28px;
    margin-top: -10px;
}

.user_invite_card {
    background-color: #fff !important;
    box-shadow: none !important;
    border: none !important;
    margin-bottom: 20px !important;
    border-radius: 0.25rem !important;
}

.user_invite_card_title {
    color: #0e1726 !important;
    margin-bottom: 10px !important;
}

.requird_field {
    color: red !important;
}

.Vertical_Line {
    border-right: 1px solid #bdbdbd94 !important;
    height: 100px !important;
}

.UserFound {
    margin-bottom: 5px !important;
}

.mt-n-5 {
    margin-top: -5px;
}

.UnlinkIcon {
    color: #e48918;
    font-size: 20px;
    margin-top: -13px;
}

.ViewRuleImg {
    content: url('../image/actionicon/view.svg');
    width: 20px;
}

.EditRuleImg {
    content: url('../image/actionicon/edit-icon.svg');
    width: 20px;
}
.AddPricingRuleImg {
    content: url('../image/actionicon/add-pricing-icon.svg');
    width: 21px;
}

.EditUserImg {
    content: url('../image/actionicon/form.png') !important;
    width: 19px !important;
}
/*== start of code for tooltips ==*/
.tool {
    cursor: help;
    position: relative;
    cursor: pointer !important;
}


    /*== common styles for both parts of tool tip ==*/
    .tool::before,
    .tool::after {
        left: 50%;
        opacity: 0;
        position: absolute;
        z-index: -100;
        cursor: pointer !important;
    }

    .tool:hover::before,
    .tool:focus::before,
    .tool:hover::after,
    .tool:focus::after {
        opacity: 1;
        transform: scale(1) translateY(0);
        z-index: 100;
        cursor: pointer !important;
    }


    /*== pointer tip ==*/
    .tool::before {
        border-style: solid;
        border-width: 1em 0.75em 0 0.75em;
        border-color: #5a6268 transparent transparent transparent;
        bottom: 100%;
        content: "";
        margin-left: -0.5em;
/*        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
*/        transform: scale(.6) translateY(-90%);
        top: -18px !important;
    }

    .tool:hover::before,
    .tool:focus::before {
/*        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
*/    }


    /*== speech bubble ==*/
    .tool::after {
        background: #5a6268;
        border-radius: 5px;
        bottom: 180%;
        color: #fff;
        text-align: center !important;
        content: attr(data-tip);
        margin-left: -60px;
        padding: 6px 6px 6px 6px;
/*        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
*/        transform: scale(.6) translateY(50%);
        width: 7em;
        font-size: 12px;
    }

    .tool:hover::after,
    .tool:focus::after {
/*        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);
*/        cursor: pointer !important;
        margin-left: -40px !important;
    }


@media (max-width: 760px) {
    .tool::after {
        font-size: .75em;
        margin-left: -5em;
        width: 10em;
    }
}

.Dangerbtnwithtext {
    margin-bottom: 22px !important;
    border-top: 1.5px solid #dee2e6 !important;
    padding-top: 22px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.FloatRightEnd {
    text-align: end !important;
}

.NotAvailable {
    border: 2px solid #eaeaea;
    padding: 12px 0px;
    background-color: #fbfbfb;
    text-align: center;
    color: #a2a2a2;
    text-transform: uppercase;
    border-radius: 5px;
}
.NotAvailableCustomer {
    /* border: 2px solid #eaeaea;*/
    padding: 12px 0px;
    /* background-color: #fbfbfb; */
    /* text-align: center; */
    font-weight: 600;
    color: #636568;
    text-transform: uppercase;
    border-radius: 5px;
}

.label_weight {
    color: #010f1a !important;
    font-weight: 700 !important;
}

.Descrption_span {
    color: #010f1a !important;
    font-weight: 500 !important;
}

.CommentSection {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 12px !important;
}

.Margin-n-45 {
    margin-left: -45px;
}

.Margin-45 {
    margin-left: 45px;
    margin-top: 3px;
}

.ExportExcel {
    padding: 1px 1px !important;
}

.ExportWidth {
    width: 34px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 20px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

input[type=number] {
    -moz-appearance: textfield !important;
}

.ml-n-10 {
    margin-left: -15px;
}

.Indication_FutureDate {
    border-radius: 50%;
    background-color: #2870d2;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    width: 24px;
    height: 24px;
    display: inline-block;
    padding: 2.5px 0px 0px 5px;
}

.Indication_Mapping {
    border-radius: 50%;
    background-color: #2870d2;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    width: 24px;
    height: 24px;
    display: inline-block;
    padding: 2.5px 0px 0px 3px;
}



/*== Blazor Tabel ==*/
.table .thead-light th {
    color: #495057;
    background-color: #fff !important;
    border-color: #fff !important;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: none !important;
}
.table-bordered td, .table-bordered th {
    border: none !important;
}
.table-sm td, .table-sm th {
    padding: 1rem 0.5rem !important;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: none !important;
}
.table-bordered td, .table-bordered th {
    border: none !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F4F6F8 !important;
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: #edeff1 !important;
}
table th a span img {
    opacity: 0.5 !important;
}
.tabel icon size {
    font-size: medium;
}
.pagination select {
    height: 35px !important;
}

.showdrop .pagination li:nth-child(3) {
    display: none;
}

.hidedrop .pagination li:nth-child(2) {
    display: none;
}

.table-responsive {
    overflow-x: hidden !important;
}


/*== Common Link ==*/
.anchorLink {
    color: #3167ca !important;
   /* font-weight: 600;*/
    text-decoration: underline !important;
    cursor: pointer;
}

    .anchorLink:hover {
        color: #2870d2 !important;
    }


.PrimaryButton_search {
    background: #EE216D !important;
    border-color: #EE216D !important;
}

.searchclose {
    position: absolute;
    right: 55px;
    color: #a8a8aa;
    margin: 12px 0 0 0;
}

.Search-align {

}
.PifApplicationborder {
    border: 2px solid #eaeaea !important;
   /* padding: 12px 0px !important;*/
    background-color: #fbfbfb !important;
    color: #666 !important;
    /* text-transform: uppercase !important; */
    border-radius: 5px !important;
  /*  margin-bottom: 15px !important;*/
 /* margin-top:10px;*/
}

.SinceText {
    margin-top: 12px !important;
    margin-left: 46% !important;
    position: absolute !important;
}

.Paddingcard {
    padding-left: 14px !important;
    padding-right: 14px !important;
}
.productPricecolor {
    color: #fd542e !important;
}

.Dashboard_Text {
    text-align: center;
    margin-top: 15px;
}

.DashboardIcon {
    width: 70px;
    margin-left: -10px;
}

.PrimaryColor {
    color: #636363 !important;
    font-size: 18px !important;
}

.VerticalMiddle {
    vertical-align: middle !important;
}

.ViewHistoryLink {
    margin-top: -3px;
}

.Dashboard_CountColor {
    color: #ec4671;
}
.footer-style {
    color: #455a64;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 17px 15px;
    position: absolute;
    border-top: 1px solid rgba(176, 184, 191, 0.5);
    background: #fcfeff;
}
.main {
    min-height: 100vh;
    padding-bottom: 70px !important;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
}
.mb-n-5 {
    margin-bottom: -1px !important;
}

.blazor-carousel {
    width: 100%;
    min-height: 100%;
    background-color: black;
    margin: 0 auto;
    text-align: center;
    padding: 1rem;
}

.blazor-carousel-inner {
    padding: 0;
    margin: 0;
}

.hidden {
    display: none;
}

.blazor-carousel-image {
    padding: 0;
    margin: 0;
}

    .blazor-carousel-image img {
        width: 100%;
        height: 100%;
    }

.blazor-carousel-indicators-container, .blazor-carousel-arrow-container {
    display: inline-block;
    height: 30px;
}

.blazor-carousel-indicator {
    vertical-align: middle;
    height: 28px;
}

.blazor-carousel-indicator {
    list-style: none;
    width: 20px;
    height: 5px;
    background-color: white;
    margin-right: 5px;
    float: left;
    cursor: pointer;
}

.blazor-carousel-indicator-active {
    background-color: cornflowerblue;
}

.blazor-carousel-nav-container {
    display: inline-block;
    width: 100%;
    height: 30px;
    text-align: center;
    position: relative;
    bottom: 0px;
    left: 0;
}

.blazor-carousel-control-next {
    padding-left: 10px;
}

.blazor-carousel-control-prev {
    padding-right: 10px;
}

.blazor-carousel-control-nav {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.blazor-carousel-pointer {
    cursor: pointer;
}



.carousel {
    display: block;
    text-align: left;
    position: relative;
    margin-bottom: 22px;
}

    .carousel > input {
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        width: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
    }

        .carousel > input:nth-of-type(6):checked ~ .carousel__slides .carousel__slide:first-of-type {
            margin-left: -500%;
        }

        .carousel > input:nth-of-type(5):checked ~ .carousel__slides .carousel__slide:first-of-type {
            margin-left: -400%;
        }

        .carousel > input:nth-of-type(4):checked ~ .carousel__slides .carousel__slide:first-of-type {
            margin-left: -300%;
        }

        .carousel > input:nth-of-type(3):checked ~ .carousel__slides .carousel__slide:first-of-type {
            margin-left: -200%;
        }

        .carousel > input:nth-of-type(2):checked ~ .carousel__slides .carousel__slide:first-of-type {
            margin-left: -100%;
        }

        .carousel > input:nth-of-type(1):checked ~ .carousel__slides .carousel__slide:first-of-type {
            margin-left: 0%;
        }

        .carousel > input:nth-of-type(1):checked ~ .carousel__thumbnails li:nth-of-type(1) {
            /*    box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);*/
            box-shadow: 0px 0px 0px 5px #007bff87;
        }

        .carousel > input:nth-of-type(2):checked ~ .carousel__thumbnails li:nth-of-type(2) {
            /*box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);*/
            box-shadow: 0px 0px 0px 5px #007bff87;
        }

        .carousel > input:nth-of-type(3):checked ~ .carousel__thumbnails li:nth-of-type(3) {
            /* box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);*/
            box-shadow: 0px 0px 0px 5px #007bff87;
        }

        .carousel > input:nth-of-type(4):checked ~ .carousel__thumbnails li:nth-of-type(4) {
            /* box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);*/
            box-shadow: 0px 0px 0px 5px #007bff87;
        }

        .carousel > input:nth-of-type(5):checked ~ .carousel__thumbnails li:nth-of-type(5) {
            /*box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);*/
            box-shadow: 0px 0px 0px 5px #007bff87;
        }

        .carousel > input:nth-of-type(6):checked ~ .carousel__thumbnails li:nth-of-type(6) {
            /* box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);*/
            box-shadow: 0px 0px 0px 5px #007bff87;
        }

.carousel__slides {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
}

.carousel__slide {
    position: relative;
    display: block;
    flex: 1 0 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 300ms ease-out;
    vertical-align: top;
    box-sizing: border-box;
    white-space: normal;
}

    .carousel__slide figure {
        display: flex;
        margin: 0;
    }

    .carousel__slide div {
        position: relative;
        width: 100%;
    }

        .carousel__slide div:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 66.6666666667%;
        }

        .carousel__slide div > img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
        }

    .carousel__slide img {
        display: block;
        flex: 1 1 auto;
        object-fit: cover;
    }

    .carousel__slide figcaption {
        align-self: flex-end;
        padding: 20px 20px 0 20px;
        flex: 0 0 auto;
        width: 25%;
        min-width: 150px;
    }

    .carousel__slide .credit {
        margin-top: 1rem;
        color: rgba(0, 0, 0, 0.5);
        display: block;
    }

    .carousel__slide.scrollable {
        overflow-y: scroll;
    }

.carousel__thumbnails {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin: 0 -10px;
}

.carousel__slides + .carousel__thumbnails {
    margin-top: 20px;
}

.carousel__thumbnails li {
    flex: 1 1 auto;
    max-width: calc((100% / 6) - 20px);
    margin: 0 10px;
    transition: all 300ms ease-in-out;
}

.carousel__thumbnails label {
    display: block;
    position: relative;
}

    .carousel__thumbnails label:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%;
    }

    .carousel__thumbnails label > img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

    .carousel__thumbnails label:hover, .carousel__thumbnails label:focus {
        cursor: pointer;
    }

        .carousel__thumbnails label:hover img, .carousel__thumbnails label:focus img {
            box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
            transition: all 300ms ease-in-out;
        }

.carousel__thumbnails img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.HeaderTemplate {
    color: #212529;
    font-weight: 600;
    padding-top: 6px;
}
.HeaderTemplatedownload {
    color: #1cc396;
    text-decoration: underline !important;
    cursor: pointer;
}
.PIFEdit {
    color: #2870d2;
    padding-left: 10px;
}

.blazored-typeahead__controls {
    height: auto !important;
}

.blazored-typeahead__input-icon {
    width: 35px !important;
}
.Image-box {
    position: relative;
}


    .Image-box input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.drag-drop-zone {
    border: 2px dashed #CFCFCF;
    border-radius: 5px;
    padding: 20px;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #9e9e9e;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
}

    .drag-drop-zone:hover {
        background-color: #f5f5f5;
    }
    .drag-drop-zone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.drop-text {
    text-align: center;
}

.drag-drop-zone-invalid {
    border: 2px dashed #ff0000;
    border-radius: 5px;
    padding: 20px;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #9e9e9e;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
}
    .drag-drop-zone-invalid:hover {
        background-color: #f5f5f5;
    }

    .drag-drop-zone-invalid input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.blazored-toast-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 10000 !important;
}
@media (min-width: 576px) {
    .blazored-toast {
        width: 20rem !important;
        border-radius: .25rem !important;
        padding: 12px 16px !important;
    }
}

.blazored-toast-heading {
    color: #FFFFFF !important;
    font-size: 16px !important;
}

.blazored-toast-error {
    background-color: #dc3545 !important;
}
.blazored-toast-icon {
    font-size: 32px !important;
}

.loader {
    margin-right: 10px;
    margin-bottom: 2px;
}
.Microsoft_text {
    font-weight: bold;
    font-size: 18px;
}

.LogoBottom {
    margin-bottom: 140px;
}
.GeneratePifdownload {
    color: #3e87e3;
    text-decoration: underline !important;
    cursor: pointer;
}

.GeneratePIFButton {
    padding: 3px 13px !important;
    color: #fff !important;
    background-color: #4b7fe0 !important;
}
.spinnermargin {
    margin: 74px !important;
}
.UnauthorizedLogin {
    font-size: 16px !important;
    text-align: center !important;
}
.DisplayBackground{
    display: none !important;
}



.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
    z-index:99;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
.loadercolor {
    color: #929496 !important;
}

.SidebarIconDesign {
    font-size: 26px;
    vertical-align: sub;
    padding-right: 3px;
    margin-left: 10px;
}
.PartsStyle {
    width: 40px;
    border: 1px solid rgba(94, 126, 169, 0.3);
    padding: 3px !important;
    border-radius: 10px;
    cursor: pointer;
}

    .PartsStyle:hover {
        width: 40px;
        border: 1px solid #5e7ea9;
/*        padding: 8px 8px;
*/        border-radius: 10px;
        cursor: pointer;
    }


.PartsStyles {
    width: 100px;
    border: 1px solid rgba(94, 126, 169, 0.3);
    padding: 9px 19px;
    border-radius: 30px;
    cursor: pointer;
}

    .PartsStyles:hover {
        width: 100px;
        border: 1px solid #5e7ea9;
        padding: 9px 19px;
        border-radius: 30px;
        cursor: pointer;
    }
.report_info{
    padding:10px 10px 10px 10px !important;
    margin-top:-10px !important;
}
.FRTOverview {
    font-size: 15px;
    font-weight: 600;
}
.FRTOverviewTextmb {
    margin-bottom: 2px;
}


/* Blazor MultiSelect Box */
.blazored-typeahead__input {
    height: 36px !important;
}
.FRTActionList {
    width: 34% !important;
}

.Configurepifbtn {
    padding: 5px 8px !important;
}
.PifHistroybtn {
    padding: 5px 29px !important;
}

.Pifrequestbtn {
    padding: 5px 18px !important;
}
    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    /* color: #fff; */
    /* background-color: #007bff; */
    color: #007bff !important;
    border-bottom: 2px solid #007bff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}
.p-25 {
    padding: 30px 25px !important;
    /* margin-top: 0px; */
    box-shadow: 0px 0px 6px 1px #e9ecef;
}

.ml_n20 {
    margin-left: -24px;
}

.mr_32 {
    margin-right: 32px;
}

.width_155 {
    width: 155px !important;
}
li{
    list-style:none !important;
}
.FRTList {
    border: 1px solid #f3f3f3 !important;
    width: 90% !important;
    display: block !important;
    padding: 7px 5px 0px 6px !important;
    border-radius: 5px !important;
    margin-bottom: 11px !important;
}
.FontGray {
    color: #6b6b6b;
    font-weight: 300;
}

.LabelBlack {
    font-weight: 600;
    color: #636568;
    margin-bottom:0px;
}
.Generalinfo_or {
    margin-top: 29px;
    margin-left: -16px;
}
.report-btn {
    padding: 4px 4px 4px 4px !important;
    margin-bottom: 8px !important;
    margin-right: 17px !important;
    font-size: 13px !important;
    background-color: #2870d2 !important;
    border-color: #2870d2 !important;
    color: #fff !important;
}

.SampleImage {
    height: auto;
    width: 100%;
}

.SampleThumbnailImage {
    /*height: 80px;*/
    max-height: 80px;
    width: 100%;
    padding: 5px !important;
}
.breadcrumbs {
    padding-left: 18px !important;
    margin-top: 15px !important;
    margin-bottom: 30px !important;
}
ul.breadcrumbs li {
    display: inline;
    font-weight: 600;
    font-size: 18px;
    color: #2054d5;
    vertical-align: middle;
}
ul.breadcrumbs li + li:before {
    padding: 8px;
    color: #455a64;
    content: "\203a";
    font-size: 24px;
    font-family: 'Poppins'
}
ul.breadcrumbs li a {
    text-decoration: none;
    color: #455a64;
    font-size: 16px;
}
.pif_icon {
    width: 23px !important;
    margin-top: -11px !important;
}
.LinkIcon {
    color: #5cb746;
    font-size: 25px;
    margin-top: -13px;
}

.SelectedFileBox {
    /*    padding: 8px;
    background-color: #f9f9f9 !important;
    color: #717171 !important;
    border: 1px solid #ced4da;
    border-radius: .25rem;*/
    position: relative;
    background-color: rgba(230, 236, 239, 0.5);
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px;
    color: #0e1726 !important;
}

/* drag & drop new*/
.drag-drop-zone {
    border: 2px dashed #d0d0d0;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
    color: #aeaeae;
    font-size: 1.5rem;
    cursor: pointer;
    margin: 0px !important;
    position: relative;
    height: 55px !important;
}

.daterange .off {
    padding-left: 1px !important;
}

.daterange .on, .daterange .off {
    position: unset !important;
    transform: none !important;
    margin-top: -18px !important;
    right: auto !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}
.Img_height {
    max-height: 400px !important;
    overflow-y: scroll;
}
.Multi_ImgBorder {
    height: 100px;
    border: 1px solid #e2e0e0;
}
.ProductImg_overflow {
    max-height: 335px;
    overflow-y: auto;
}
.ProductImg_overflow::-webkit-scrollbar {
    background-color: #fff;
    width: 16px
}

.ProductImg_overflow::-webkit-scrollbar-track {
    background-color: #fff
}

.ProductImg_overflow::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 6px solid #fff
}

.ProductImg_overflow::-webkit-scrollbar-thumb:hover {
    background-color: #899498;
    border-radius: 16px;
    border: 6px solid #fff
}
.ProductImg_overflow::-webkit-scrollbar-button {
    display: none
}
.img-remove {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 5px 6px;
    border-radius: 50%;
    color: #AFAFAF;
    border: 1px solid #AFAFAF;
    background-color: #FFFFFF;
    padding: 2px 2px;
    box-shadow: 1px 1px 8px #8a878773
}
.LabelPending {
    color: #e48918 !important;
}
.LabelSuccess {
    color: #1eafbb !important;
}
.AddeditIcon {
    stroke: #2970d1;
    color: #2970d1 !important;
    font-size: 22px !important;
    margin-top: 2px !important;
    margin-right: 4px !important;
}
.GeneralinfoIcon {
    stroke: #2970d1;
    color: #2970d1 !important;
    font-size: 22px !important;
    margin-bottom: 8px;
    margin-right: 4px !important;
}
.image-upload > input {
    display: none;
}
.NewWindow {
    color: #45d0ac;
    font-size: 20px;
}
.NewField {
    background-color: rgba(236,70,113,0.15);
    border-radius: 4px;
    padding: 2px 4px;
    margin-left: 5px;
    color: rgb(236,70,113);
    font-weight: 600;
    font-size: 12px;
}
.BlinkNew{
    font-size: 12px;
    font-family: cursive;
    animation: blink 1.5s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0.25;
    }

    50% {
        opacity: .75;
    }

    100% {
        opacity: 1;
    }
}



.prevbutton {
    background-color: #ffffff;
    border-color: #dee2e6;
    border-radius: 4px 0 0 4px;
    color: #6c767c;
}



    .prevbutton:hover {
        background-color: #e9ecef;
    }


/*Custom Pagination Button*/
.prevbutton {
    background-color: #ffffff;
    border-color: #dee2e6;
    border-radius: 4px 0px 0px 4px;
    color: #007bff;
}
    .prevbutton:hover {
        background-color: #e9ecef;
        color: #007bff;
    }

.nextbutton {
    background-color: #ffffff;
    border-color: #dee2e6;
    border-radius: 0 4px 4px 0;
    color: #007bff;
}

    .nextbutton:hover {
        background-color: #e9ecef;
        color: #007bff;
    }

.numberbutton {
    background-color: #ffffff;
    border-color: #dee2e6;
    color: #007bff;
    border-radius: 0rem;
}
    .numberbutton:hover {
        background-color: #e9ecef;
        color: #007bff;
    }

.selectbtn {
    background-color: #007bff !important;
    color: #ffffff !important;
}
.default_image {
    font-size: 30px;
    width: 100px;
    color: #d2d1d1;
}
.frtnavigation {
    color: #3167ca !important;
    font-weight: 500 !important;
    text-decoration: underline !important;
    cursor: pointer !important;
    font-size: 15px !important;
}
.AddRuleImg {
    content: url('../image/actionicon/add-pricing-rule.svg');
    width: 22px;
}

.uploadloader {
    z-index: 99;
    background-color: #ffffff;
    padding: 10px;
}

.uploadbg {
    /*background-color: rgba(0, 0, 0, 0.1);*/
    height: 100%;
    width: 100%;
    z-index: 2;
    align-items: center;
    position: absolute;
    justify-content: center;
    display: flex;
}

.uploadloading_shadow {
    box-shadow: 0 0.125rem 1.25rem rgba(0,0,0,2.075) !important
}
.request_btn {
    font-size: 13px;
    padding: 5px 5px 5px 5px;
}

@keyframes up-right {
    0% { 
        
        transform: scale(1);
        opacity: .25
    }

    50% {
        transform: scale (1, 5);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: .25;
    }
}

.circle {
    border-radius: 50%;
    width: 23px;
    height: 23px;
    opacity: .25;
}

.SuccessIndicateicon {
    background-color: #1e8f1e5e;
    /* position: absolute;*/
    top: 50%;
    /* left: 50%;*/
    top: 50%;
    -webkit-animation: up-right 1s infinite;
    -moz-animation: up-right 1s infinite;
    -o-animation: up-right 1s infinite;
    animation: up-right 1s infinite;
    left: 18px;
}
@keyframes up-right {
    0% { 
        
        transform: scale(1);
        opacity: .25
    }

    50% {
        transform: scale (1, 5);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: .25;
    }
}

.circle {
    border-radius: 50%;
    width: 19px;
    height: 19px;
   /* opacity: .25;*/
}

.SuccessIndicateicon {
    background-color: #1e8f1e5e;
    /* position: absolute; */
    top: 50%;
    /* left: 50%; */
    top: 50%;
   /* -webkit-animation: up-right 1s infinite;
    -moz-animation: up-right 1s infinite;
    -o-animation: up-right 1s infinite;
    animation: up-right 1s infinite;*/
    left: 18px;
    color: #008000f0 !important;
}
.warningIndicateicon {
    background-color: #ffbf007d;
    /* position: absolute; */
    top: 50%;
    /* left: 50%; */
    top: 50%;
   /* -webkit-animation: up-right 1s infinite;
    -moz-animation: up-right 1s infinite;
    -o-animation: up-right 1s infinite;
    animation: up-right 1s infinite;*/
    left: 18px;
    color: #ff9900 !important;
}
.ErrorIndicateicon {
    background-color: #f7020d61;
    /* position: absolute; */
    top: 50%;
    /* left: 50%; */
    top: 50%;
    -webkit-animation: up-right 1s infinite;
    -moz-animation: up-right 1s infinite;
    -o-animation: up-right 1s infinite;
    animation: up-right 1s infinite;
    left: 18px;
    color: #f1051c !important;
}



.daterange .off {
    padding-left: 1px !important;
}

.daterange .on, .daterange .off {
    position: unset !important;
    transform: none !important;
    margin-top: -18px !important;
    right: auto !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #2870d2 !important;
    border-color: transparent;
    color: #fff;
}
.TabStyle {
    padding: 16px 0px 8px 0px;
}

.HeaderText {
    color: #495057 !important;
    font-size: 14px;
    font-weight: 600;
}

.textBlack {
    color: #0e1726;
}

.DocumentIcons {
    position: absolute;
    right: 48px;
}

.margin_left {
    margin-left: 38px;
}

.sharepointdetails {
    position: absolute;
    padding-left: 2px;
    padding-top: 5px;
}

.paddingtopleft {
    margin-bottom: -10px;
    padding: 6px 0px 5px 0px;
}

.sharepoint_extend {
    cursor: pointer !important;
}

    .sharepoint_extend:hover {
        background-color: #dee2e62e !important;
    }

.arrow_color {
    font-size: 20px !important;
    color: #2870d2 !important;
}

.file_icon {
    width: 28px !important;
}

.BoxStyle {
    box-shadow: 0 1px 2px 0 rgba(121, 121, 121, 0.16), 0 2px 10px 0 rgba(154, 154, 154, 0.12);
    border-left: 2px solid #5a83e0;
    margin-bottom: -5px;
    margin-top: 0px;
    border-radius: 5px;
}

/* Accordion styles */
.SharePointTabs {
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(121, 121, 121, 0.16), 0 2px 10px 0 rgba(154, 154, 154, 0.12);
    border-left: 2px solid #fdb752;
    margin-bottom: -10px;
    margin-top: 0px;
    border-radius: 5px;
    padding: 5px 0px 6px 10px;
}

.InnerTab {
    width: 100%;
    color: white;
    overflow: hidden;
}

.SharePointTabLabel {
    cursor: pointer;
    color: #0e1726;
    right: 38px;
    font-size: 26px;
    margin-top: -15px;
    position: absolute;
}

    .SharePointTabLabel:hover {
        background: transparent;
    }

.SharePointTabContent {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.SharePointTabClose {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}

    .SharePointTabClose:hover {
        background: #1a252f;
    }

.TabStyle input:checked + .SharePointTabLabel {
    background: #1a252f1a;
}

    .TabStyle input:checked + .SharePointTabLabel::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.TabStyle input:checked ~ .SharePointTabContent {
    max-height: 100vh;
    /* padding: 1em;*/
}

.TabStyle input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    display: none;
}
.ProductViewImage {
    max-width: 100%;
    max-height: 240px;
}
.ThumbnailImage {
    max-height: 80px;
    padding: 5px !important;
}

.imageoverflow {
    max-height: 210px;
    overflow-y: auto;
}

.imageoverflow::-webkit-scrollbar {
    background-color: #fff;
    width: 16px
}

.imageoverflow::-webkit-scrollbar-track {
    background-color: #fff
}

.imageoverflow::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 6px solid #fff
}

.imageoverflow::-webkit-scrollbar-thumb:hover {
    background-color: #899498;
    border-radius: 16px;
    border: 6px solid #fff
}

.imageoverflow::-webkit-scrollbar-button {
    display: none
}
.border_bottem {
    border-top: 1.5px solid rgba(0,0,0,.1) !important;
}

.Segment_box { 
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important; 
    border-radius: .25rem !important; 

}

/*Drag and drop*/
/*add this to avoid flickering*/
.plk-dd-inprogess > * {
    pointer-events: none;
}

/*dropzone style style*/
.plk-dd-dropzone {
    min-height: 50px;
}

/*drag drop styles*/

.plk-dd-spacing {
    height: 15px;
}

.plk-dd-spacing-dragged-over {
    padding: 25px;
}

.plk-dd-dragged-over {
    background-color: lightgray;
    opacity: 0.6;
    animation: blinker 1s linear infinite;
}

    .plk-dd-dragged-over > div {
        background-color: lightgray;
        opacity: 0.6;
        animation: blinker 1s linear infinite;
    }

.plk-dd-in-transit {
    opacity: 0;
}

    .plk-dd-in-transit > div {
        opacity: 0;
    }

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blink_me {
    animation: blinker 1s linear infinite;
}

/*for flex demo*/

.plk-flex .plk-dd-spacing {
    width: 20px;
    height: auto;
}

.plk-flex .plk-dd-dragged-over {
    background-color: lightgray;
    opacity: 0.6;
    animation: blinker 1s linear infinite;
}

    .plk-flex .plk-dd-dragged-over > div {
        background-color: lightgray;
        opacity: 0.9;
        animation: blinker 1s linear infinite;
    }

.plk-flex .plk-dd-in-transit {
    background-color: orangered;
}

    .plk-flex .plk-dd-in-transit > div {
        background-color: orangered;
    }
.DragDrop {
    background-color: #f5f5f5;
    padding: 6px 10px 6px 10px;
    border-radius: 5px;
    border: 0.5px solid #ccc;
    margin-bottom: 0px !important;
    cursor: pointer;
}

.PIFEdit {
    display: none;
}

.dropedit:hover .PIFEdit {
    display: block;
}
/*Drag and drop*/

/*Bulk Import*/
.bulk_import {
    border: 2px solid #eaeaea !important;
    padding: 5px -1px 5px 20px !important;
    color: #666 !important;
    border-radius: 5px !important;
    width: 100%;
}

.PifRequestoralign {
    text-align: end;
    padding-right: 30px;
}

.partalign {
    margin-top: -30px;
    margin-left: -8px;
    padding-left: -32px;
    padding: 0px 13px;
    margin-bottom: 2px;
}

.FontRed {
    color: red;
    font-weight: 500;
    font-size: 19px;
}

.thumbnail_image {
    width: 40px;
}

.url_icon {
    width: 23px;
    margin-top: 6px;
}

.import_loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 57px;
    height: 57px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.ViewHistorydesign {
    background-color: #ff000014 !important;
    border: 1px solid #dc35452e !important;
    color: #dc3545 !important;
    /* border: 8px; */
    border-radius: 2px !important;
    padding: 1px 5px 1px 5px !important;
    margin-left: 5px !important;
    cursor: pointer !important;
}
.FileIcons {
    position: absolute !important;
    right: 27px !important;
}

.EditShadow {
    box-shadow: 0 0.125rem 1.25rem rgba(0,0,0,0.2) !important;
}

.formheight {
    height: 42px !important;
}

.editpif {
    ​​​​​​​word-break: normal;
    width: 21em;
}

.newicon {
    width: 12px !important;
    margin-right: -2px;
    margin-top: -21px !important;
}

.textbottomsize {
    margin-top: 14px;
}

.partsearchheight {
    max-height: 205px !important;
}

.blazored-typeahead__input-icon {
    align-items: center;
    justify-content: center;
}

.imgcardheight {
    height: 400px;
}

.readless {
    margin-left: -4px;
}

.RemoveFile {
    padding-left: 5px;
    width: 30px;
}

.downloadstatus:hover::before, .downloadstatus:focus::before {
    margin-top: 12px !important;
}
.downloadstatus:hover::after, .downloadstatus:focus::after {
    margin-left: -58px !important;
    margin-bottom: -13px !important;
}
/*switch*/
.switch-wrapper {
    border-radius: 16px;
    background: rgb(46, 85 ,213);
    height: 32px;
    width: 200px;
}
.switch-content-wrapper {
    display: flex;
    z-index: 2;
    position: relative;
}
.switch-content-wrapper:hover {
    cursor: pointer;
}
.switch-label-wrapper {
    width: 50%;
    margin-top: 9px;
}

.switch-label {
    color: white;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.52px;
    line-height: 15.6px;
    text-align: center;
    margin: 0;
}
.switch-label.active {
    font-weight: 800;
        color: #000;
}
.switch-pill {
    height: 24px;
    width: 91px;
    border-radius: 12px;
    background-color: #fff;
    /*border: 0.5px solid #fff;*/
    margin: 4px;
    position: absolute;
    left: 0px;
    z-index: -1;
    transition: left 0.5s;
    /*box-shadow: 0.5px 0.5px 6px 0px #636363;*/
}
.clicked {
    left: 100px;
}

.toggle-lable-bg {
    background: #ffffff;
    padding: 2px 6px 2px 6px;
    border-radius: 12px;
    margin: -3px 10px 0px 8px;
}

.Pie-Item-Box {
    border-color: #c1c1c1;
    border-radius: 5px;
    box-shadow: 0.5px 0.5px 5px #d4d4d4;
    border-left: 5px solid #6683ea;
}

    .Pie-Item-Box:hover {
        border-color: #2054d5;
    }

.Pie-chart-card {
    max-height: 380px;
    height: 380px;
}

.karl-icon1 {
    font-size: 28px;
}

.karl-icon-bg {

}

/*Top accounts - Radio button* (Start)/
    /* The container */
.container1 {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


    .container1 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/*Blue color checkbox*/
.BlueCheckbox {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #2196F3;
    border-radius: 5px;
}

.BlueLabel {
    color: #2196F3;
}


.container1:hover input ~ .BlueCheckbox {
    background-color: #f2f2f2;
}


.container1 input:checked ~ .BlueCheckbox {
    background-color: #2196F3;
}


.BlueCheckbox:after {
    content: "";
    position: absolute;
    display: none;
}


.container1 input:checked ~ .BlueCheckbox:after {
    display: block;
}

.container1 .BlueCheckbox:after {
    left: 5.5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: 0.5px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*Red checkbox*/
.RedCheckbox {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #d63031;
    border-radius: 5px;
}

.RedLabel {
    color: #d63031;
}

.container1:hover input ~ .RedCheckbox {
    background-color: #f2f2f2;
}


.container1 input:checked ~ .RedCheckbox {
    background-color: #d63031;
}


.RedCheckbox:after {
    content: "";
    position: absolute;
    display: none;
}


.container1 input:checked ~ .RedCheckbox:after {
    display: block;
}

.container1 .RedCheckbox:after {
    left: 5.5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: 0.5px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*Yellow checkbox*/
.OrangeCheckbox {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #EE5A24;
    border-radius: 5px;
}

.OrangeLabel {
    color: #EE5A24;
}

.container1:hover input ~ .OrangeCheckbox {
    background-color: #f2f2f2;
}


.container1 input:checked ~ .OrangeCheckbox {
    background-color: #EE5A24;
}


.OrangeCheckbox:after {
    content: "";
    position: absolute;
    display: none;
}


.container1 input:checked ~ .OrangeCheckbox:after {
    display: block;
}

.container1 .OrangeCheckbox:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: 0.5px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*Grey checkbox*/
.GreyCheckbox {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #636e72;
    border-radius: 5px;
}

.GreyLabel {
    color: #636e72;
}

.container1:hover input ~ .GreyCheckbox {
    background-color: #f2f2f2;
}


.container1 input:checked ~ .GreyCheckbox {
    background-color: #636e72;
}


.GreyCheckbox:after {
    content: "";
    position: absolute;
    display: none;
}


.container1 input:checked ~ .GreyCheckbox:after {
    display: block;
}

.container1 .GreyCheckbox:after {
    left: 5.5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: 0.5px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*Green checkbox*/
.GreenCheckbox {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #00b894;
    border-radius: 5px;
}

.GreenLabel {
    color: #00b894;
}

.container1:hover input ~ .GreenCheckbox {
    background-color: #f2f2f2;
}


.container1 input:checked ~ .GreenCheckbox {
    background-color: #00b894;
}


.GreenCheckbox:after {
    content: "";
    position: absolute;
    display: none;
}


.container1 input:checked ~ .GreenCheckbox:after {
    display: block;
}

.container1 .GreenCheckbox:after {
    left: 5.5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: 0.5px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*Violet checkbox*/
.VioletCheckbox {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #6c5ce7;
    border-radius: 5px;
}

.VioletLabel {
    color: #6c5ce7;
}

.container1:hover input ~ .VioletCheckbox {
    background-color: #f2f2f2;
}


.container1 input:checked ~ .VioletCheckbox {
    background-color: #6c5ce7;
}


.VioletCheckbox:after {
    content: "";
    position: absolute;
    display: none;
}


.container1 input:checked ~ .VioletCheckbox:after {
    display: block;
}

.container1 .VioletCheckbox:after {
    left: 5.5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: 0.5px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*Pink Checkbox*/
.PinkCheckbox {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #e84393;
    border-radius: 5px;
}

.PinkLabel {
    color: #e84393;
}

.container1:hover input ~ .PinkCheckbox {
    background-color: #f2f2f2;
}


.container1 input:checked ~ .PinkCheckbox {
    background-color: #e84393;
}


.PinkCheckbox:after {
    content: "";
    position: absolute;
    display: none;
}


.container1 input:checked ~ .PinkCheckbox:after {
    display: block;
}

.container1 .PinkCheckbox:after {
    left: 5.5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: 0.5px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*Radio button*/
.radiocontainer {
    display: inline;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .radiocontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.radiocheckmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiocontainer:hover input ~ .radiocheckmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiocontainer input:checked ~ .radiocheckmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiocheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .radiocheckmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .radiocheckmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
/*Top accounts - Radio button (End)*/
.Karl_section {
    /*border: 0.5px solid #d53f3a;*/
    border-radius: 10px;
    padding: 10px 0px;
    box-shadow: 0.5px 0.5px 5px #d4d4d4;
    /*background-color: #3a3030;*/
}

    /*.Karl_section:hover {
        box-shadow: 1px 1px 3px #d53f3a;
    }*/

.topaccount_icon {
    font-size: 20px !important;
    padding: 8px 1px 0px 2px;
    height: 38px;
    width: 38px;
    text-align: center;
    border-radius: 50%;
    margin-top: -3px;
}
.blueIcon {
    background-color: rgb(32 84 213 / 11%);
    color: #2054d5;
}
.productprice{
    padding-left:47px !important;
    padding-right:47px !important;
}
.SubmenuArrow {
    float: right;
    color: #636675;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 13px 15px 0px 0px;
}

@media screen and (max-width: 1160px) and (min-width: 992px) {
    .AllWdsalignment {
        margin-left: 5px !important;
    }

    .Generalinfo_or {
        margin-top: 29px;
        margin-left: -20px;
    }
}

@media screen and (max-width: 991px) and (min-width: 900px) {
    .AllWdsalignment {
        margin-left: 11px !important;
    }

    .Generalinfo_or {
        margin-top: 29px;
        margin-left: -26px;
    }
}

@media screen and (max-width: 1500px) and (min-width: 1161px) {
    .AllWdsalignment {
        margin-left: 20px !important;
    }

    .Generalinfo_or {
        margin-top: 29px;
        margin-left: -22px;
    }
}

@media screen and (max-width: 577px) and (min-width: 300px) {
    .CenterPostion {
        margin-top: 0px !important;
    }
}
.AlignNote {
    margin-top: -12px;
    margin-left: -10px;
}

.tool1 {
    cursor: help;
    position: relative;
    cursor: pointer !important;
}



    .tool1::before,
    .tool1::after {
        left: 50%;
        opacity: 0;
        position: absolute;
        z-index: -100;
        cursor: pointer !important;
    }



    .tool1:hover::before,
    .tool1:focus::before,
    .tool1:hover::after,
    .tool1:focus::after {
        opacity: 1;
        transform: scale(1) translateY(0);
        z-index: 100;
        cursor: pointer !important;
    }




    .tool1::before {
        border-style: solid;
        border-width: 1em 0.75em 0 0.75em;
        border-color: #5a6268 transparent transparent transparent;
        bottom: 100%;
        content: "";
        margin-left: -0.5em;
        transform: scale(.6) translateY(-90%);
        top: -17px !important;
    }



    .tool1:hover::before,
    .tool1:focus::before {
    }




    .tool1::after {
        background: #5a6268;
        border-radius: 5px;
        bottom: 180%;
        color: #fff;
        text-align: center !important;
        content: attr(data-tip);
        margin-left: -60px;
        padding: 6px 6px 6px 6px;
        transform: scale(.6) translateY(50%);
        width: 7em;
        font-size: 12px;
    }



    .tool1:hover::after,
    .tool1:focus::after {
        cursor: pointer !important;
        margin-left: -40px !important;
    }



@media (max-width: 760px) {
    .tool1::after {
        font-size: .75em;
        margin-left: -5em;
        width: 10em;
    }
}

@media (max-width: 760px) {
    .tool1::after {
        font-size: .75em;
        margin-left: -5em;
        width: 10em;
    }
}
.ColAlign{
    height: 65px;
}
.actioneditalign {
    margin-top: 10px
}
.mt-40 {
    margin-top: 0.40rem !important;
}
.customerlist {
    word-break: break-word;
}


.loadercolordark {
    color: #232323 !important;
}

.daterangealignment{
    padding-right:20px;
}

.discontinuedLink {
    color: #fd542e !important;
    /* font-weight: 600;*/
    text-decoration: underline !important;
    cursor: pointer;
}
.discontinuedLink:hover {
    color: #ec4671 !important;
}
.UrlColor {
    color: #bfbfbf;
}
.FolderDocumentRemoveicon{
    width: 24px !important;
}

.img-bg {
    width: 50% !important;
    height: 100% !important;
    align-items: center;
    justify-content: center;
    display: flex;
}

.full_img_view {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-height: 450px;
}

.icon {
    padding-right: 5px;
    margin-top: 2px
}
.AnchorLinkColor {
    color: #2870d2 !important;
}

.summary-edit-icon {
    align-items: center;
    justify-content: flex-end;
    display: flex;
    padding-right: 28px;
    padding-bottom: 6px;
}

.uploadingstyle {
    font-size: 16px;
    padding-top: 10px;
}

.mainuserselect .blazored-typeahead {
    position: relative;
    width: 100%;
    border: 1px solid #bfbfbf;
    background: #ffffff;
    border-radius: 5px;
}

.ReportSummaryIcon {
    stroke: #2970d1;
    color: #2970d1 !important;
    font-size: 15px !important;
    margin-top: 10px !important;
    margin-right: 4px !important;
}

/*OverFlow - Notes*/
.OverflowNotes {
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 0;
    max-height: 390px;
    margin-right: -10px;
    padding-right: 12px;
}

    .OverflowNotes::-webkit-scrollbar {
        background-color: #fff;
        width: 16px
    }

    .OverflowNotes::-webkit-scrollbar-track {
        background-color: #fff
    }

    .OverflowNotes::-webkit-scrollbar-thumb {
        background-color: #babac029;
        border-radius: 16px;
        border: 6px solid #fff
    }

        .OverflowNotes::-webkit-scrollbar-thumb:hover {
            background-color: #899498;
            border-radius: 16px;
            border: 6px solid #fff
        }

    .OverflowNotes::-webkit-scrollbar-button {
        display: none
    }
.swal2-title {
    font-size: 20px !important;
}
.modal-header {
    background-color: #e0e6ed7a !important;
}

.disable-download {
    color: #ababab !important;
}

.PIFSheet-box {
    border: 1px solid green;
    padding: 6px;
    margin: 0px;
    background-color: #fbfbfb;
    border-radius: 4px;
    border: 1px solid #bdbdbd;
}

/*preview file class*/

.File-Preview-box {
    border: 1px solid green;
    padding: 6px;
    margin: 0px;
    background-color: #fbfbfb;
    border-radius: 4px;
    border: 1px solid #bdbdbd;
}

.usersign p {
    margin-bottom: 0px !important;
}


.generatebtn .btn-outline-primary {
    color: #2870d2 !important;
    background-color: transparent;
    background-image: none;
    border-color: #2870d2;
}

    .generatebtn .btn-outline-primary:hover {
        color: #fff !important;
        background-color: #2870d2;
        border-color: #2870d2;
    }

    .generatebtn .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #2870d2 !important;
        border-color: #2870d2;
    }


/*text blink css*/

.blinktext {
    color: #ec4671;
    /*text-align: center;*/
    animation: animate 2s linear infinite;
}

@keyframes animate {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 0;
    }
}

.copybtn {
    height: 28px;
    text-align: center;
    font-size: 12px;
}
.blink-soft {
    animation: blinker 1.5s linear infinite !important;
}

@keyframes blinker {
    50% {
        opacity: 0 !important;
    }
}

.vl {
    border-left: 1px solid #c5c5c5;
    height: 128px;
    left: 10px;
}

.alert-light {
    color: #818182;
    background-color: #f8f8f8 !important;
    border-color: #fdfdfe;
}
.text_decoration {
    text-decoration: underline !important;
    color: #3061d7 !important;
}

.optionicon {
    background-color: #e9e9e9;
    color: #636568;
    border-radius: 5px;
    height: 27px;
}

.blazor-context-menu__item--default {
    /* min-width: 120
px
; */
    padding: 6px !important;
    text-align: left;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
}

.tree-contact-title {
    color: #9ba0a5;
}

.round {
    position: relative;
    margin-left: 6px;
    top: 2px;
}

    .round label {
        background-color: #fff;
        border: 1px solid #a6a6a6;
        border-radius: 50%;
        cursor: pointer;
        height: 14px;
        left: 0;
        position: absolute;
        top: 0;
        width: 14px;
    }

        .round label:after {
            border: 2px solid #fff;
            border-top: none;
            border-right: none;
            content: "";
            height: 5px;
            left: 2px;
            opacity: 0;
            position: absolute;
            top: 3px;
            transform: rotate( -45deg);
            width: 8px;
        }

    .round input[type="checkbox"] {
        visibility: hidden;
    }

        .round input[type="checkbox"]:checked + label {
            background-color: #66bb6a;
            border-color: #66bb6a;
        }

            .round input[type="checkbox"]:checked + label:after {
                opacity: 1;
            }



.dot-loader {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #6b6b6bc4;
    position: relative;
    -webkit-animation: 1.2s grow ease-in-out infinite;
    animation: 1.2s grow ease-in-out infinite;
}

.dot-loader--2 {
    -webkit-animation: 1.2s grow ease-in-out infinite 0.15555s;
    animation: 1.2s grow ease-in-out infinite 0.15555s;
    margin: 0 6px;
}

.dot-loader--3 {
    -webkit-animation: 1.2s grow ease-in-out infinite 0.3s;
    animation: 1.2s grow ease-in-out infinite 0.3s;
}



/* title-tip down */
.title-tip[title]:hover {
    position: relative;
}

.title-tip[title]:hover:before {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    content: attr(title);
    margin-top: 0.5em;
    padding: 0.5em;
    width: 200px; /* change it */
    overflow: hidden;
    word-wrap: break-word;
    font-size: inherit;
    color: #FFF;
    text-align: center;
    background-color: #222;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.title-tip[title]:hover:after {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99999;
    content: '';
    margin-left: -0.125em;
    width: 0;
    height: 0;
    border: 0.25em dashed transparent;
    border-bottom: 0.25em solid #222;
    font-size: inherit;
}
.Kappture_Karl_card {
    height: 160px;
}
.Karl_card_padding {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.kappture_karl_button {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* new-tip-up */
/*.newtip {
    width: max-content;
    position: relative;
}

    .newtip::after {
        content: attr(data-tooltip);
        display: block;
        background: #5a6268;
        color: white;
        position: absolute;
        padding: 5px 7px;
        border-radius: .3rem;
        margin-top: .3rem;
        opacity: 0;
        top: 0%;
        transform: scale(0);
        z-index: 999;
        box-shadow: 0px .5rem 1rem 4px rgba(0, 0, 0, .1);
        text-align: center;
        font-size: 12px;
    }

    .newtip:hover::after, newtip:focus-visible::after {
        opacity: 1;
        transform: scale(1);
        top: 100%;
        transition: opacity .2s ease-in-out, top .1s ease, transform .2s ease-in-out;
        transition-delay: .4s;
    }*/
.ColumnAlign {
    display: table !important;
    margin-left: 15px !important;
}
.ColumnAlign2 {
    display: table !important;
    margin-left: 8px !important;
}
.Box_shadow:hover {
    box-shadow: 1px 1px 20px 3px #787f8666;
}
.Card_Width {
    margin-left: -15px;
    margin-right: -15px;
    height: 165px;
}
.Card_height {
    height: 600px;
}
.Card_New {
    height:600px;
}

.CustomBadge {
    background-color: #9e9e9e;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 10px;
    border-radius: 100px;
}

.New {
    background-color: #fff3cd !important;
    color: #856404 !important;
}

.Inprocess {
    background-color: #cce5ff !important;
    color: #004085 !important;
}

.Completed {
    background-color: #d4edda !important;
    color: #155724 !important;
}

.Error {
    background-color: #f5c6cb !important;
    color: #155724 !important;
}

.total-label {
    top: 60px !important;
    position: absolute !important;
    margin-left: 30%;
    z-index: 1 !important;
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .total-label {
        margin-left: 21.5%;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .total-label {
        margin-left: 25%;
    }
}

@media (min-width: 1300px) and (max-width: 1399px) {
    .total-label {
        margin-left: 28%;
    }
}

@media (min-width: 1400px) and (max-width: 1500px) {
    .total-label{
        margin-left:32%;
    }
}

@media (min-width: 1501px) and (max-width: 1600px) {
    .total-label {
        margin-left: 30%;
    }
}

@media (min-width: 1601px) and (max-width: 1800px) {
    .total-label {
        margin-left: 32.3%;
    }
}

@media (min-width: 1801px) and (max-width: 2000px) {
    .total-label {
        margin-left: 34%;
    }
}

@media (min-width: 2001px) and (max-width: 2200px) {
    .total-label {
        margin-left: 36%;
    }
}

@media (min-width: 2201px) and (max-width: 2400px) {
    .total-label {
        margin-left: 37.5%;
    }
}



/*== start of code for tooltips ==*/
.tool-1 {
    cursor: help;
    position: relative;
    cursor: pointer !important;
}


    /*== common styles for both parts of tool tip ==*/
    .tool-1::before,
    .tool-1::after {
        left: 50%;
        opacity: 0;
        position: absolute;
        z-index: -100;
        cursor: pointer !important;
    }

    .tool-1:hover::before,
    .tool-1:focus::before,
    .tool-1:hover::after,
    .tool:focus::after {
        opacity: 1;
        transform: scale(1) translateY(0);
        z-index: 100;
        cursor: pointer !important;
    }


    /*== pointer tip ==*/
    .tool-1::before {
        border-style: solid;
        border-width: 1em 0.75em 0 0.75em;
        border-color: #5a6268 transparent transparent transparent;
        bottom: 100%;
        content: "";
        margin-left: -30%;
        /*        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
*/ transform: scale(.6) translateY(-90%);
        top: -17px !important;
    }

    .tool-1:hover::before,
    .tool-1:focus::before {
        /*        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
*/
    }


    /*== speech bubble ==*/
    .tool-1::after {
        background: #5a6268;
        border-radius: 5px;
        bottom: 180%;
        color: #fff;
        text-align: center !important;
        content: attr(data-tip);
        margin-left: -60px;
        padding: 4px 4px 4px 4px;
        /*        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
*/ transform: scale(.6) translateY(50%);
        width: 6em;
        font-size: 12px;
    }

    .tool-1:hover::after,
    .tool-1:focus::after {
        /*        transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);
*/ cursor: pointer !important;
        margin-left: -38px !important;
        bottom:130%;
    }


.custom-width{
    width:110%;
    left:-20px;
}

.width-65{
    width:65%;
}

.width-85 {
    width: 85%;
}

.width-105{
    width:105%;
    left:-10px;
}


/*wrning-text-blink styles*/
.green {
    color: #f21919;
}

#contenedor {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.cuadro {
    margin-top: 0px;
    border-radius: 10px;
    padding: 10px;
    width: auto;
    text-align: center;
    line-height: 10px;
    font-weight: 600;
    font-size: 18px;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@keyframes blink {
    0% {
        color: #e5997f;
    }

    100% {
        color: #cc3300;
    }
}

@-webkit-keyframes blink {
    0% {
        color: #e5997f;
    }

    100% {
        color: #cc3300;
    }
}

.blink {
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
}

    .blink > span {
        display: inline-block;
    }
/*
.parpadea {
    animation: parpadea-animation 0.7s steps(5, start) infinite;
    -webkit-animation: parpadea-animation 0.7s steps(5, start) infinite;
}

@keyframes parpadea-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes parpadea-animation {
    to {
        visibility: hidden;
    }
}

.text-blink {
    animation: text-blink-animation 1s steps(10, start) infinite;
    -webkit-animation: text-blink-animation 1s steps(10, start) infinite;
}

@keyframes text-blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes text-blink-animation {
    to {
        visibility: hidden;
    }
}

@keyframes text-blink {
    0% {
        color: white;
    }

    100% {
        color: black;
    }
}

@-webkit-keyframes text-blink {
    0% {
        color: white;
    }

    100% {
        color: black;
    }
}

.text-blink {
    -webkit-animation: text-blink 1s linear infinite;
    -moz-animation: text-blink 1s linear infinite;
    animation: text-blink 1s linear infinite;
}*/



.highlighterdesign {
    font-weight: 600 !important;
    font-size: 16px !important;
    background-color: #faff43 !important;
    padding: 0px 12px;
}
@media (max-width: 767px) {
    .container-fluid {
        padding-top: 26px;
    }
}
@media (max-width: 380px) {
    .container-fluid {
        padding-top: 52px;
    }
    .cuadro{
        font-size:14px;
    }
    .icon-button {
        width: 25px !important;
        height: 25px !important;
    }
    .mar_left{
        margin-top:0.5rem;
    }
}

.userinfo {
    color: #fd5426 !important;
    text-decoration: none !important;
    cursor: auto;
}
.resend {
    margin: -5px;
    font-size: 25px !important;
}


