﻿@charset "UTF-8";
/*!
 * Entravision (https://entravisionliveops.n2hive.com/)
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
    --bg: #F4F5F9;
    --primaryDark: #4F008D;
    --primary: #852B8F;
    --primaryMedium: #B754C1;
    --primaryLight: #D892DF;
    --primaryMild: #FAD1FF;
    --grayDark: #26292E;
    --gray: #52585C;
    --grayMedium: #A2ACB2;
    --grayLight: #DFE3EB;
    --grayMild: #EBEFF7;
    --success: #50A51D;
    --successMedium: #85D752;
    --successMild: #E2FFD0;
    --warning: #EB6D00;
    --warningMedium: #F79C09;
    --warningMild: #fff1ca;
    --danger: #EE2819;
    --dangerMedium: #EF655C;
    --dangerMild: #FED8D8;
    --white: #ffffff;
    --filterPrimary: brightness(0) saturate(100%) invert(17%) sepia(72%) saturate(3004%) hue-rotate(281deg) brightness(88%) contrast(84%);
    --filterPrimaryLight: brightness(0) saturate(100%) invert(28%) sepia(21%) saturate(5056%) hue-rotate(205deg) brightness(82%) contrast(102%);
    --filterGrayDark: brightness(0) saturate(100%) invert(19%) sepia(6%) saturate(2315%) hue-rotate(177deg) brightness(97%) contrast(79%);
    --filterGray: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(66%) hue-rotate(222deg) brightness(93%) contrast(83%);
    --filterWhite: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(144deg) brightness(107%) contrast(104%);
    --filterInfo: brightness(0) saturate(100%) invert(25%) sepia(57%) saturate(2981%) hue-rotate(209deg) brightness(94%) contrast(94%);
    --filterSuccess: brightness(0) saturate(100%) invert(51%) sepia(86%) saturate(451%) hue-rotate(53deg) brightness(90%) contrast(86%);
    --filterWarning: brightness(0) saturate(100%) invert(43%) sepia(68%) saturate(1924%) hue-rotate(5deg) brightness(96%) contrast(101%);
    --filterDanger: brightness(0) saturate(100%) invert(22%) sepia(79%) saturate(5134%) hue-rotate(354deg) brightness(97%) contrast(92%);
    --filterGrayLight: brightness(0) saturate(100%) invert(90%) sepia(8%) saturate(282%) hue-rotate(178deg) brightness(93%) contrast(109%);
    --shadowDefault: 0px 1px 6px 0px rgba(0, 0, 0, 0.10);
    ;
    --shadowModal: 0px 10px 20px 0px rgba(20, 25, 35, 0.25),0px 25px 50px 0px rgba(20, 25, 35, 0.20),0px 0px 100px 0px rgba(20, 25, 35, 0.15);
    --shadowDropdown: 0px 0px 75px 0px rgba(65, 106, 135, 0.25),0px 15px 35px 0px rgba(65, 106, 135, 0.10),0px 5px 10px 0px rgba(65, 106, 135, 0.10);
    --shadowClickable: 0px 0px 24px 0px rgba(65, 106, 135, 0.08),0px 3px 8px 0px rgba(65, 106, 135, 0.15);
    --animationSlow: all 0.6s cubic-bezier(.47, 2.0, .41, .8);
    --animationFast: all 0.3s cubic-bezier(.47, 2.0, .41, .8);
    --animation: all 0.3s cubic-bezier(.15, .25, .75, 1);
    --animationModal: all 0.4s cubic-bezier(.47, 2.0, .41, .4);
    --size_label: 12px;
    --line_label: 14px;
    --size_xs: 12px;
    --line_xs: 15px;
    --size_sm: 12px;
    --Line_sm: 17px;
    --size_md: 14px;
    --line_md: 20px;
    --size_lg: 15px;
    --line_lg: 22px;
    --size_xl: 18px;
    --line_xl: 26px;
    --size_xxl: 22px;
    --line_xxl: 28px;
    --padding_xs: 4px;
    --padding_sm: 8px;
    --padding_md: 10px;
    --padding_lg: 16px;
    --margin_xs: 4px;
    --margin_sm: 8px;
    --margin_md: 10px;
    --margin_lg: 16px;
    --gap_xs: 2px;
    --gap_sm: 4px;
    --gap_md: 6px;
    --gap_lg: 8px;
    --gap_xl: 10px;
    --gap_xxl: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 2px transparent;
    background-color: transparent;
    height: 10px;
    width: 10px;
    transition: var(--animation);
    position: relative;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: rgba(145,155,160,0.15);
    border: 0px solid rgba(145,155,160,0.0);
    border-radius: 2px;
    transition: var(--animation);
}

:hover::-webkit-scrollbar {
    background-color: rgba(145,155,160,0.25);
    transition: var(--animation);
}

::-webkit-scrollbar-thumb {
    width: 8px;
    height: 8px;
    background-color: rgba(145,155,160,0.25);
    border: 2px solid rgba(145,155,160,0.0);
    border-radius: 6px;
    transition: var(--animation);
    cursor: pointer;
}

:hover::-webkit-scrollbar-thumb {
    width: 8px;
    height: 8px;
    background-color: rgba(145,155,160,0.65);
    transition: var(--animation);
}

body, body *,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
p {
    font-family: "Inter", sans-serif;
}

p {
    font-size: var(--size_sm);
    line-height: var(--Line_sm);
}

h3 {
    font-size: var(--size_h4);
    line-height: var(--size_h4);
    font-weight: 500;
    color: var(--grayDark);
    margin: 0;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

i.warning img {
    filter: var(--filterWarning);
}

i.info img {
    filter: var(--filterInfo);
}

i.success img {
    filter: var(--filterSuccess);
}

i.danger img {
    filter: var(--filterDanger);
}

i.smallIcon {
    width: var(--size_h4);
    height: var(--size_h4);
    display: flex;
    flex-shrink: unset;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    i.smallIcon img {
        width: 20px;
        height: 20px;
        display: inline-block;
        filter: var(--filterPrimary);
    }

i.iconBtn {
    display: flex;
    flex-shrink: unset;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    background-color: var(--primaryMild);
    border-radius: 50%;
    cursor: pointer;
    transition: var(--animation);
}

    i.iconBtn.primary {
        background-color: var(--primaryDark);
    }

    i.iconBtn img {
        width: var(--size_h4);
        height: var(--size_h4);
        display: inline-block;
        filter: var(--filterPrimary);
    }

    i.iconBtn.primary img {
        filter: var(--filterWhite);
    }

    i.iconBtn:hover {
        background-color: var(--white) !important;
        box-shadow: var(--shadowClickable);
    }

        i.iconBtn:hover img {
            filter: var(--filterPrimary) !important;
        }

body.fixed .content-wrapper {
    display: flex;
    flex-flow: column;
    padding: 44px 8px 0px 8px;
    height: calc(100vh - 3px) !important;
    min-height: inherit !important;
}

.fullHeight {
    display: flex;
    flex-flow: column;
    height: 100vh;
    width: 100%;
}

.heightCover {
    display: flex;
    flex-grow: 1;
    width: 100%;
    min-height: 100%;
}

    .heightCover.v-center {
        align-items: center;
    }

    .heightCover.h-center {
        justify-content: center;
    }

.cusDiv {
    display: flex;
    flex-shrink: unset;
    width: 100%;
}


.loginPage .heightCover {
    min-height: initial;
    flex-grow: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}


.fullHeight.loginLeft {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .fullHeight.loginLeft:before {
        content: "";
        position: absolute;
        width: 90px;
        height: 90px;
        right: 0;
        bottom: 0;
        z-index: 1;
        pointer-events: none;
        background-image: url('images/ui_images/logincornerwhite.svg');
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .fullHeight.loginLeft:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        pointer-events: none;
        background-image: url('images/ui_images/loginBg.svg');
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }


.fullHeight.loginRight {
    background-color: var(--white);
    position: relative;
    z-index: 0;
    border-radius: 90px 0 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .fullHeight.loginRight:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        pointer-events: none;
        background: rgb(153,212,255);
        background: linear-gradient(45deg, rgba(153,212,255,0) 50%, rgba(153,212,255,1) 100%);
    }

    .fullHeight.loginRight:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        pointer-events: none;
        background-image: url('images/ui_images/loginBg.svg');
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }

.cmpny_login.whiteBox {
    position: relative;
    z-index: 6;
}

    .cmpny_login.whiteBox h3 {
        position: absolute;
        left: var(--padding_lg);
        top: 0;
        transform: translateY(-50%);
        border: none;
        background-color: #1941ab;
        padding: 3px 12px;
        border-radius: 8px;
        color: var(--white);
        font-size: 20px;
        line-height: 26px;
    }

    .cmpny_login.whiteBox .whiteBoxInner {
        padding-top: 36px;
    }

    .cmpny_login.whiteBox form {
        margin: 0;
    }

    .cmpny_login.whiteBox .btnWrap {
        align-items: center;
        justify-content: space-between;
    }

.lost_password a {
    font-size: var(--size_label);
    line-height: var(--line_xs);
    color: #1B3DA2;
}

.fullHeight.loginLeft .copy-right {
    text-align: center;
    font-size: var(--size_sm);
    line-height: var(--Line_sm);
    color: #FFFFFF;
    width: 100%;
    padding: var(--padding_lg);
}

body.sidebar-mini .wrapper .main-sidebar {
    display: flex;
    flex-flow: column;
    gap: 0;
    background: rgb(233,13,67);
    background: linear-gradient(75deg, rgba(233,13,67,1) 0%, rgba(133,43,143,1) 100%);
    box-shadow: none;
    transition: var(--animationSlow);
}

body.sidebar-mini.sidebar-collapse .wrapper .main-sidebar {
    width: 55px !important;
}

body.sidebar-mini.sidebar-collapse .content-wrapper,
body.sidebar-mini.sidebar-collapse .right-side,
body.sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 55px !important
}

body.sidebar-mini .wrapper .main-sidebar .slimScrollDiv {
    overflow: unset !important;
    height: initial !important;
    flex-grow: 1;
    display: flex;
    width: 100% !important;
    max-height: calc(100vh - 102px);
}

    body.sidebar-mini .wrapper .main-sidebar .slimScrollDiv .sidebar {
        overflow: unset !important;
        height: initial !important;
        flex-grow: 1;
        width: 100% !important;
    }

body.sidebar-mini .wrapper .main-sidebar:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    aspect-ratio: 1/0.86;
    background-image: url('images/ui_images/sidebarlogo.svg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1;
}

body .content-wrapper {
    background-color: var(--bg);
    transition: var(--animationSlow);
}


    body .content-wrapper table,
    body .content-wrapper table.table-bordered.dataTable {
        border-collapse: separate !important;
        border-spacing: 0 0px;
        width: 100% !important;
        margin: 0px 0 0 0 !important;
        border: none !important;
    }

    body .content-wrapper .wrapper table * {
        border: none !important;
    }

body .wrapper table thead {
    background-color: var(--grayDark);
}

    body .wrapper table thead tr {
        position: relative;
        z-index: 6;
        position: sticky;
        z-index: 6;
        top: 0;
        background: var(--grayDark) !important;
    }

        body .wrapper table thead tr:after {
            content: "" !important;
            z-index: -1;
            position: sticky;
            z-index: 6;
            top: 0;
            background: var(--grayDark) !important;
        }

    body .wrapper table thead th {
        background-color: var(--grayDark) !important;
        color: var(--grayLight);
        font-weight: 500 !important;
        padding: var(--padding_sm) 30px var(--padding_sm) var(--padding_md) !important;
        border: none !important;
        font-size: var(--size_sm);
        line-height: var(--line_sm);
        white-space: nowrap;
        position: sticky !important;
        top: 0;
        z-index: 9;
    }

        body .wrapper table thead th.sorting:before {
            content: "" !important;
            opacity: 1;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-120%);
            transition: var(--animation);
            border-left: solid 3px transparent;
            border-top: solid 0px transparent;
            border-right: solid 3px transparent;
            border-bottom: solid 6px var(--gray);
        }

        body .wrapper table thead th.sorting:after {
            content: "" !important;
            opacity: 1;
            position: absolute;
            right: 10px;
            top: inherit;
            bottom: 50%;
            transform: translateY(120%);
            transition: var(--animation);
            border-left: solid 3px transparent;
            border-top: solid 6px var(--gray);
            border-right: solid 3px transparent;
            border-bottom: solid 0px transparent;
        }

        body .wrapper table thead th.sorting_asc:before {
            content: "" !important;
            opacity: 1;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-120%);
            transition: var(--animation);
            border-left: solid 3px transparent;
            border-top: solid 0px transparent;
            border-right: solid 3px transparent;
            border-bottom: solid 6px var(--grayMedium);
        }

        body .wrapper table thead th.sorting_asc:after {
            content: "" !important;
            opacity: 1;
            position: absolute;
            right: 10px;
            top: inherit;
            bottom: 50%;
            transform: translateY(120%);
            transition: var(--animation);
            border-left: solid 3px transparent;
            border-top: solid 6px var(--gray);
            border-right: solid 3px transparent;
            border-bottom: solid 0px transparent;
        }

        body .wrapper table thead th.sorting_desc:before {
            content: "" !important;
            opacity: 1;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-120%);
            transition: var(--animation);
            border-left: solid 3px transparent;
            border-top: solid 0px transparent;
            border-right: solid 3px transparent;
            border-bottom: solid 6px var(--gray);
        }

        body .wrapper table thead th.sorting_desc:after {
            content: "" !important;
            opacity: 1;
            position: absolute;
            right: 10px;
            top: inherit;
            bottom: 50%;
            transform: translateY(120%);
            transition: var(--animation);
            border-left: solid 3px transparent;
            border-top: solid 6px var(--grayMedium);
            border-right: solid 3px transparent;
            border-bottom: solid 0px transparent;
        }

        body .wrapper table thead th:hover.sorting:before {
            top: 50%;
            border-bottom: solid 7px var(--grayMedium);
        }

        body .wrapper table thead th:hover.sorting:after {
            bottom: 50%;
            border-top: solid 7px var(--grayMedium);
        }
        /*body .wrapper table > thead >  tr:after{content:""; position:absolute; left:0; top:0; right:0; bottom:0; background:var(--grayDark); z-index:-1; border-radius:4px;}*/

        body .wrapper table thead th input[type="checkbox"] {
            display: inline-block;
            vertical-align: middle;
            margin-left: 0;
            opacity: 0.85;
        }

body .wrapper table > tbody > tr {
    position: relative;
    border-radius: 8px;
    z-index: 0;
    transition: var(--animation);
}

    body .wrapper table > tbody > tr.catdetails {
        z-index: 2;
    }

    body .wrapper table > tbody > tr:after {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        right: 0;
        bottom: 2px;
        background: var(--grayLight);
        z-index: -1;
        border-radius: 6px;
        transition: var(--animation);
    }

    body .wrapper table > tbody > tr:hover:after {
        left: 0px;
        top: -2px;
        right: 0px;
        bottom: -2px;
        background: var(--primaryMild);
    }

    /*body .wrapper table > tbody >  tr:hover{z-index:7;}*/
    body .wrapper table > tbody > tr.catdetails:hover {
        z-index: 2;
    }

    body .wrapper table > tbody > tr.dropOpen {
        z-index: 9;
    }


    body .wrapper table > tbody > tr.submittedformdet:after,
    body .wrapper table > tbody > tr.catdetails:after {
        display: none;
    }

body .content-wrapper .dataTables_wrapper table.table-striped > tbody > tr.catdetails > td,
body .content-wrapper .dataTables_wrapper table.table-striped > tbody > tr.submittedformdet > td {
    position: sticky;
    left: 0;
    padding: 0 !important;
}



body .wrapper table tbody tr td {
    border: none !important;
    white-space: nowrap;
    color: var(--grayDark);
    background: transparent !important;
    font-weight: 400 !important;
    font-size: var(--size_xs);
    line-height: var(--line_xs) !important;
    white-space: nowrap;
}

body .content-wrapper table tr td,
body .content-wrapper .dataTables_wrapper table.table-striped tr td {
    border: none !important;
    white-space: nowrap;
    background: transparent !important;
    font-size: var(--size_xs);
    line-height: var(--line_xs) !important;
    font-weight: 400 !important;
    vertical-align: middle;
    box-shadow: none;
    padding: var(--padding_xs) 30px var(--padding_xs) var(--padding_md) !important;
    color: var(--gray);
    min-height: 34px;
}

    body .content-wrapper .dataTables_wrapper table.table-striped tr td:has(img.expcol),
    body .content-wrapper .dataTables_wrapper table.table-striped tr td:has(a.CES_CD_Model) {
        padding: var(--padding_xs) !important;
        text-align: center;
    }

body .wrapper table.table-striped > tbody > tr.deletedOrderBg > td,
body .wrapper table.table-striped > tbody > tr.deletedOrderBg > td a {
    color: var(--danger) !important;
    font-size: var(--size_xs) !important;
    line-height: var(--line_xs) !important;
}

body .content-wrapper .dataTables_wrapper table.table-striped tr td span[data-toggle="tooltip"] {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
    display: inline-block;
    white-space: nowrap;
}

body .content-wrapper .dataTables_wrapper table.table-striped tr td.actions {
    padding: var(--padding_sm) var(--padding_xs) !important;
}

body .wrapper table tbody tr td a {
    color: var(--grayDark) !important;
    font-weight: 600;
    font-size: var(--size_xs) !important;
    line-height: var(--line_xs) !important;
    display: inline-block;
}

body .wrapper table tbody tr td span[id^="remcount_"] {
    display: inline-block;
    background-color: var(--warning);
    padding: 3px 3px;
    color: var(--white);
    font-size: 12px !important;
    line-height: 12px;
    text-align: center;
    border-radius: 99px;
    min-width: 17px;
}

body .wrapper table tbody tr td span[id^="Reminderdate_"] {
    display: inline-block;
    background-color: var(--primary);
    padding: 3px 6px;
    color: var(--white);
    font-size: 10px !important;
    line-height: 10px;
    font-weight: 400;
    text-align: center;
    border-radius: 99px;
    min-width: 17px;
}

body .wrapper table.table-striped > tbody > tr td a:is(.Btn_Data-coll,.Btn_Data-green-AdOps,.Btn_Data-gray,.Btn_Data-gray-AdOps) {
    color: var(--white) !important;
    padding: 2px 6px;
    border-radius: 99px;
    width: 94px;
    display: flex;
    justify-content: center;
    font-size: var(--size_xs) !important;
    line-height: var(--line_xs) !important;
}


body .wrapper table.table-striped > tbody > tr td a#editComment {
    color: var(--white) !important;
    padding: 2px 6px;
    border-radius: 99px;
    display: flex;
    justify-content: center;
    font-size: var(--size_xs) !important;
    line-height: var(--line_xs) !important;
    background-color: var(--primary);
}

body .wrapper table tbody tr td a.Btn_Data-gray-AdOps {
    background-color: #bdc2cc;
    width: max-content;
    min-width: 100px;
}

body .wrapper table tbody tr td a:is(.Btn_Data-coll,.Btn_Data-green-AdOps) {
    background-color: #7ED115;
    width: max-content;
    min-width: 100px;
}

body .wrapper table.table-striped tbody tr td a.Btn_Data-gray {
    background-color: var(--grayMedium);
    width: max-content;
    min-width: 100px;
}

body .wrapper table tbody tr:hover td a:is(.Btn_Data-coll,.Btn_Data-green-AdOps,.Btn_Data-gray,.Btn_Data-gray-AdOps) {
    color: var(--white) !important;
}


body .wrapper table tbody tr:hover td a {
    color: var(--primaryDark) !important;
}

body .wrapper table tr table {
    border: none !important;
}

    body .wrapper table tr table tr {
        padding: 0 !important;
        height: auto !important;
    }

        body .wrapper table tr table tr th {
            padding: 4px 10px !important;
            border: none !important;
            background-color: transparent;
            color: var(--grayDark);
            height: auto !important;
            box-shadow: none;
            white-space: nowrap;
        }

            body .wrapper table tr table tr th.sorting {
                padding-right: 24px !important;
            }

    body .wrapper table tr table.Prodtable tr th {
        color: var(--grayLight);
        padding: 5px 20px 5px 6px !important;
    }

    body .wrapper table tr table tr td,
    body .wrapper table tr table tr td:nth-child(2) {
        padding: 0px 6px !important;
        height: auto !important;
        border: none;
        background-color: transparent;
    }

body .wrapper table tr td select,
body .wrapper table tr td select.form-control {
    padding: 3px 10px 3px 8px !important;
    border-radius: 99px;
    height: auto;
    border: none;
    font-size: var(--size_xs);
    line-height: var(--line_xs);
    margin-left: 8px;
    width: 140px;
    background-color: var(--grayMild);
    background-image: url('images/ui_images/selectarrow.svg');
    background-size: 6px 6px;
    background-position: calc(100% - 7px) 6px;
    background-repeat: no-repeat;
}

body .wrapper table tr.deletedOrderBg td select.form-control {
    color: rgba(100,102,107,0.65);
    background-image: none;
    background-color: rgba(255,255,255,0.35);
}


body .wrapper table tr td input[type="number"] {
    padding: 3px 10px 3px 8px !important;
    border: none;
    font-size: var(--size_xs);
    line-height: var(--line_xs);
    background-color: var(--white);
}

body .wrapper table tr th select.form-control {
    padding: 1px 10px 1px 8px !important;
    background-color: var(--gray);
    border: none !important;
    color: var(--grayLight);
    border-radius: 99px;
    width: 125px;
    margin-left: 6px;
    background-image: url(images/ui_images/selectarrow.svg);
    background-size: 6px 6px;
    background-position: calc(100% - 7px) 6px;
    background-repeat: no-repeat;
    font-size: var(--size_xs);
    line-height: var(--line_sm);
}

body .wrapper table tr td button[type="button"].multiselect {
    padding: 4px 20px 4px 10px !important;
    border-radius: 99px;
    height: auto;
    border: none;
    font-size: var(--size_xs);
    line-height: var(--line_xs);
    margin-left: 0;
    width: 125px;
    background-color: var(--grayMild);
    background-image: url('images/ui_images/selectarrow.svg');
    background-size: 6px 6px;
    background-position: calc(100% - 7px) 6px;
    background-repeat: no-repeat;
}

    body .wrapper table tr td button[type="button"].multiselect span {
        width: 100%;
        text-overflow: ellipsis;
        display: flex;
        white-space: nowrap;
        overflow: hidden;
    }

body .wrapper table tr td {
    position: relative;
}

    body .wrapper table tr td .statuslabel {
        position: absolute;
        left: 0;
        display: flex;
        top: 50%;
        transform: translateY(-50%);
    }

        body .wrapper table tr td .statuslabel + br {
            display: none;
        }

        body .wrapper table tr td .statuslabel span {
            width: 8px;
            height: 8px;
            display: inline-block;
            border-radius: 99px;
        }



body .wrapper table > tbody > tr.deletedOrderBg:after {
    background: var(--dangerMild);
}

body .wrapper table > tbody > tr.shown:after {
    background: var(--primaryMild);
}

body .wrapper table > tbody > tr.shown td,
body .wrapper table > tbody > tr.deletedOrderBg.shown td {
    color: var(--primary) !important;
}

    body .wrapper table > tbody > tr.shown td a,
    body .wrapper table > tbody > tr.deletedOrderBg.shown td a {
        color: var(--primary) !important;
    }

body .approve_orderDtls {
    border: none;
    padding: 0;
}

header.main-header,
.sidebar-expended-on-hover header.main-header {
    left: 240px !important;
    transition: var(--animationSlow);
}

.sidebar-collapse header.main-header {
    left: 55px !important;
}

aside.main-sidebar {
    width: 240px;
    padding: 0;
}


.content-wrapper,
.right-side,
.main-footer {
    margin-left: 240px !important;
}


header.main-header {
    background-color: var(--white);
    border-bottom: solid 1px #DFE3EB;
}

.skin-blue .main-header .navbar {
    background-color: transparent !important;
    padding: 3px 12px;
    background: transparent !important;
    box-shadow: none !important;
    height: inherit !important;
    min-height: inherit !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0 !important;
}

.headerLeft {
    display: flex;
    flex-flow: row;
    gap: var(--gap_md);
    align-items: center;
}

.headerRight {
    display: flex;
    flex-flow: row;
    gap: var(--gap_md);
    align-items: center;
}

.headerLeft h1 {
    margin: 0;
    font-size: var(--size_lg);
    line-height: var(--line_lg);
    font-weight: 500;
    color: var(--grayDark);
    padding-left: 6px;
}

.navbar-static-top .navbar-custom-menu {
    margin: 0 !important;
}

.navbar-custom-menu .nav.navbar-nav {
    display: flex;
    flex-flow: row;
    gap: var(--gap_md);
    align-items: center;
}

    .navbar-custom-menu .nav.navbar-nav li {
        margin: 0;
        padding: 0;
    }

/* ============ Dropdown UI ============ */
.dropdown button.dropdown-toggle {
    transition: var(--animation);
    border-radius: 8px;
    border: none !important;
    background-color: var(--white);
}

    .dropdown button.dropdown-toggle:hover,
    .dropdown button.dropdown-toggle.show {
        background-color: var(--grayLight);
        border: none !important;
    }

    .dropdown button.dropdown-toggle:after {
        border-right: solid 2px var(--primary);
        border-bottom: solid 2px var(--primary);
        border-top: solid 0px transparent;
        border-left: solid 0px transparent;
        width: 6px;
        height: 6px;
        transform: rotate(45deg);
        margin: -3px 6px 0 0;
    }

body .dropdown ul.dropdown-menu {
    border: none;
    box-shadow: var(--shadowDropdown) !important;
    padding: var(--padding_sm) !important;
    border-radius: 10px !important;
    width: max-content !important;
    min-width: 180px;
}

    body .dropdown ul.dropdown-menu li {
        width: 100%;
    }

        body .dropdown ul.dropdown-menu li a {
            text-decoration: none;
            width: 100%;
            display: flex;
            flex-flow: row;
            gap: var(--gap_xs);
            align-items: center;
            background: var(--white);
            transition: var(--animation);
            font-size: var(--size_xs);
            line-height: var(--size_sm);
            color: var(--grayDark);
            border-radius: 8px;
            padding: 1px var(--padding_lg) 1px 1px;
        }

            body .dropdown ul.dropdown-menu li a:hover {
                background: var(--primaryMild);
                color: var(--primary);
            }

            body .dropdown ul.dropdown-menu li a i {
                width: 34px;
                height: 34px;
                display: flex;
            }

                body .dropdown ul.dropdown-menu li a i img {
                    width: 100%;
                    height: 100%;
                }

        body .dropdown ul.dropdown-menu li label {
            width: calc(100% - 28px);
            display: flex;
            flex-flow: row;
            align-items: center;
            font-size: var(--size_label);
            line-height: var(--line_label);
            color: var(--primaryMedium);
            padding: 8px 0px 8px 0px;
            font-weight: 500;
            border-bottom: dotted 1px var(--grayMedium);
            margin: 0 var(--size_sm) 8px var(--size_sm);
        }


.navbar-custom-menu .user-menu button {
    display: flex;
    flex-flow: row;
    gap: var(--gap_sm);
    align-items: center;
    justify-content: space-between;
    transition: var(--animation);
    border-radius: 4px;
    border: none !important;
    padding: 4px
}



.navbar-custom-menu .user-menu .avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    border: solid 2px var(--white);
    box-shadow: 0 0 0px 1px #e0e4e9;
}

    .navbar-custom-menu .user-menu .avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.navbar-custom-menu .user-menu span.hidden-xs {
    display: flex;
    flex-flow: column;
    gap: 2px;
    justify-content: start;
    min-width: 100px;
    padding-right: 10px;
}

    .navbar-custom-menu .user-menu span.hidden-xs span {
        width: 100%;
        text-align: left;
    }

        .navbar-custom-menu .user-menu span.hidden-xs span:first-child {
            font-size: var(--size_label);
            line-height: var(--line_xs);
            color: var(--grayDark);
            font-weight: 500;
        }

        .navbar-custom-menu .user-menu span.hidden-xs span:last-child {
            font-size: var(--size_xs);
            line-height: var(--line_xs);
            font-weight: 500;
            color: var(--primary);
        }

.dropdown.notifiacations button.dropdown-toggle {
    padding: 0;
}

    .dropdown.notifiacations button.dropdown-toggle:after {
        display: none;
    }

    .dropdown.notifiacations button.dropdown-toggle i {
        display: flex;
    }

        .dropdown.notifiacations button.dropdown-toggle i img {
            filter: var(--filterSuccess);
            width: 34px;
            height: 34px;
        }



.dropdown.notifiacations .Alert_List {
    display: flex;
    flex-flow: column;
    min-width: 300px;
    gap: 8px;
}

aside.main-sidebar .sidebar .sidebar-menu {
    max-height: calc(100vh - 105px);
}

    aside.main-sidebar .sidebar .sidebar-menu:hover {
        overflow: auto;
    }

aside.main-sidebar .brandLogo {
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 15px 18px 0px 18px;
    transition: var(--animation);
    overflow: hidden;
}

aside.main-sidebar a.logo {
    width: 130px;
    height: 34px;
    position: relative;
    transition: var(--animation);
}

    aside.main-sidebar a.logo img:first-child {
        max-height: 34px;
        width: auto;
        display: inline-block;
        opacity: 1;
        visibility: visible;
        position: absolute;
        left: 0;
        top: 0;
        transition: var(--animation);
    }

    aside.main-sidebar a.logo img:last-child {
        max-height: 34px;
        width: auto;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 25px;
        top: 0;
        transition: var(--animation);
    }

.sidebar-collapse aside.main-sidebar .brandLogo {
    padding: 15px 10px 0px 10px;
}

.sidebar-collapse aside.main-sidebar a.logo {
    width: 40px;
    height: 34px;
}

    .sidebar-collapse aside.main-sidebar a.logo img:first-child {
        max-height: 34px;
        width: auto;
        opacity: 0;
        visibility: hidden;
        left: -25px;
    }

    .sidebar-collapse aside.main-sidebar a.logo img:last-child {
        max-height: 34px;
        width: auto;
        opacity: 1;
        visibility: visible;
        left: 0;
    }


aside.main-sidebar .sidebar-menu ul.accordion {
    background-color: transparent;
    border: none;
    display: flex;
    flex-flow: column;
    gap: var(--gap_xxl);
    margin: 0;
    padding: 0;
    justify-content: flex-start;
}

aside.main-sidebar .sidebar-menu ul li.accordion-item,
aside.main-sidebar .sidebar-menu ul li.treeview {
    background-color: transparent;
    border: none;
    position: relative;
}

aside.main-sidebar .sidebar-menu > ul > li:before {
    content: "";
    width: 5px;
    position: absolute;
    left: 0px;
    top: 0;
    height: 32px;
    background-color: rgba(255,255,255,0.15);
    border-radius: 0 6px 6px 0;
    transition: var(--animation);
    opacity: 0;
    z-index: -1;
}

aside.main-sidebar .sidebar-menu > ul > li:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    right: 6px;
    height: 32px;
    background-color: rgba(255,255,255,0.15);
    border-radius: 6px;
    transition: var(--animation);
    opacity: 0;
    z-index: -1;
}

body.sidebar-mini.sidebar-collapse aside.main-sidebar .sidebar-menu > ul > li:after {
    left: 10px;
    right: 10px;
}

aside.main-sidebar .sidebar-menu > ul > li:hover:before {
    opacity: 1;
    background-color: rgba(255,255,255,0.5);
}

aside.main-sidebar .sidebar-menu > ul > li:hover:after {
    opacity: 1;
}

aside.main-sidebar .sidebar-menu > ul > li.open:before {
    opacity: 1;
    background-color: rgba(255,255,255,0.95);
}

aside.main-sidebar .sidebar-menu > ul > li.open:after {
    opacity: 1;
    background-color: rgba(255,255,255,0.15);
}


aside.main-sidebar .sidebar-menu ul li a {
    display: flex;
    flex-flow: row;
    gap: var(--gap_xs);
    background-color: transparent;
    border: none;
    box-shadow: none;
    position: relative;
}

aside.main-sidebar .sidebar-menu > ul > li a.accordion-button:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    right: 9px;
    top: 10px;
    background: none;
    transform: rotate(135deg);
    border-left: solid 1px transparent !important;
    border-top: solid 1px var(--white);
    border-right: solid 1px var(--white);
    border-bottom: solid 1px transparent !important;
    opacity: 1;
    visibility: visible;
}

aside.main-sidebar .sidebar-menu > ul li a.accordion-button.collapsed:after {
    transform: rotate(45deg);
}

body.sidebar-mini.sidebar-collapse aside.main-sidebar .sidebar-menu > ul > li a.accordion-button:after {
    opacity: 0;
    visibility: hidden;
}

aside.main-sidebar .sidebar-menu ul li a {
    flex-grow: 1;
    align-items: center;
    font-weight: 400;
    color: var(--white);
    text-transform: uppercase;
    text-decoration: none;
    font-size: var(--size_sm);
    line-height: var(--Line_sm);
    padding: 0 12px;
    width: 230px;
    transition: var(--animationSlow);
}

body.sidebar-mini.sidebar-collapse aside.main-sidebar .sidebar-menu ul li a {
    width: 44px;
    overflow: hidden;
}

aside.main-sidebar .sidebar-menu ul li a span {
    flex-grow: 1;
    align-items: center;
    font-weight: 400;
    color: var(--white);
    text-transform: uppercase;
    text-decoration: none;
    font-size: var(--size_sm);
    line-height: var(--Line_sm);
    padding: 0 0;
}

aside.main-sidebar .sidebar-menu ul li a img {
    width: 32px;
    height: 32px;
    filter: var(--filterWhite);
}

body.loginPage {
    background: rgb(0,5,135);
    background: linear-gradient(200deg, rgba(0,5,135,1) 34%, rgba(27,61,162,1) 57%, rgba(10,100,253,1) 100%);
}

aside.main-sidebar .sidebar-menu ul li i {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}




aside.main-sidebar .sidebar-menu ul ul.accordion-collapse {
    list-style: none;
    padding-left: 31px;
    height: max-content;
    transition: var(--animation);
}

aside.main-sidebar .sidebar-menu ul.accordion-collapse li {
    position: relative;
}

    aside.main-sidebar .sidebar-menu ul.accordion-collapse li:before {
        content: "";
        width: 16px;
        position: absolute;
        left: -4px;
        top: -30px;
        bottom: 50%;
        display: inline-block;
        border-left: solid 1px #ff5bac;
        border-bottom: solid 1px #ff5bac;
        z-index: 1;
        opacity: 1;
        border-radius: 0 0 0 0px;
    }

    aside.main-sidebar .sidebar-menu ul.accordion-collapse li:first-child:before {
        top: -8px;
    }



body.sidebar-mini.sidebar-collapse .sidebar-menu ul ul.accordion-collapse {
    height: 0;
    overflow: hidden;
}





aside.main-sidebar .sidebar-menu ul.accordion-collapse li:after {
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    left: 1px;
    top: 7px;
    display: inline-block;
    background-color: var(--white);
    border-radius: 99px;
    z-index: 2;
    border: solid 4px #ff5bac;
}

aside.main-sidebar .sidebar-menu ul.accordion-collapse li.Forms_active:after {
    width: 11px;
    height: 11px;
    left: 1px;
    top: 7px;
    background-color: #ff5bac;
    border: solid 4px var(--white);
}

aside.main-sidebar .sidebar-menu ul.accordion-collapse li a {
    color: #ffd8ff;
    padding: 4px 6px 4px 14px;
    position: relative;
    width: 100%;
}

aside.main-sidebar .sidebar-menu ul.accordion-collapse li.Forms_active a {
    color: var(--white);
}

aside.main-sidebar .sidebar-menu ul.accordion-collapse li a:before {
    content: "";
}

aside.main-sidebar .sidebar-menu ul.accordion-collapse li.check_radio {
    min-height: auto;
    margin: 10px 0;
    align-items: center;
}

    aside.main-sidebar .sidebar-menu ul.accordion-collapse li.check_radio:before,
    aside.main-sidebar .sidebar-menu ul.accordion-collapse li.check_radio:after {
        display: none;
    }

    aside.main-sidebar .sidebar-menu ul.accordion-collapse li.check_radio input[type=radio] ~ label {
        color: #ffd8ff;
        padding-bottom: 0;
        font-size: 12px;
        width: calc(100% - 46px);
        padding-right: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline;
    }

        aside.main-sidebar .sidebar-menu ul.accordion-collapse li.check_radio input[type=radio] ~ label:before {
        }

    aside.main-sidebar .sidebar-menu ul.accordion-collapse li.check_radio input[type=radio]:checked ~ label:before {
        border: solid 1px var(--white);
    }

    aside.main-sidebar .sidebar-menu ul.accordion-collapse li.check_radio input[type=radio] ~ label:after {
    }

    aside.main-sidebar .sidebar-menu ul.accordion-collapse li.check_radio input[type=radio]:checked ~ label:after {
        background-color: var(--white);
    }

    aside.main-sidebar .sidebar-menu ul.accordion-collapse li.check_radio i {
        width: 16px;
        height: 16px;
        display: flex;
    }

        aside.main-sidebar .sidebar-menu ul.accordion-collapse li.check_radio i img {
            filter: var(--filterWhite);
            width: 100%;
            height: 100%;
        }

.login_left {
    position: relative;
}

.loginLogo {
    width: 60%;
    max-width: 400px;
    height: auto;
    display: flex;
}

    .loginLogo img {
        width: 100%;
        height: auto;
    }

.login_left .loginWelcome {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(29%,-50%);
    width: auto;
    height: calc(100vh - 100px);
    max-height: 740px;
}

    .login_left .loginWelcome img {
        width: auto;
        height: 100%;
    }

.login_right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cmpny_login {
    width: 100%;
    max-width: 350px;
}

body .wrapper .main-header .sidebar-toggle {
    width: 22px;
    height: 22px;
    position: relative;
    padding: 0;
}

    body .wrapper .main-header .sidebar-toggle:before,
    body .wrapper .main-header .sidebar-toggle:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
        background: var(--primary);
        border-radius: 2px;
        transition: var(--animationFast);
    }

    body .wrapper .main-header .sidebar-toggle:before {
        top: 3px;
        right: 4px;
        height: 3px;
    }

    body .wrapper .main-header .sidebar-toggle:after {
        bottom: 3px;
        right: 6px;
        height: 3px;
    }

body.sidebar-collapse .wrapper .main-header .sidebar-toggle:before {
    top: 3px;
    height: 3px;
    right: 0px;
}

body.sidebar-collapse .wrapper .main-header .sidebar-toggle:after {
    bottom: 3px;
    height: 3px;
    right: 0px;
}

body .wrapper .main-header .sidebar-toggle:hover:before {
    top: 3px;
    height: 3px;
    left: 6px;
    right: 0px;
}

body .wrapper .main-header .sidebar-toggle:hover:after {
    bottom: 3px;
    height: 2px;
    right: 10px;
}

body .wrapper .main-header .sidebar-toggle span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
}

    body .wrapper .main-header .sidebar-toggle span:before,
    body .wrapper .main-header .sidebar-toggle span:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--primary);
        border-radius: 2px;
    }

    body .wrapper .main-header .sidebar-toggle span:before {
        top: 0;
    }

    body .wrapper .main-header .sidebar-toggle span:after {
        bottom: 0;
    }

.formListLink {
    display: flex;
    flex-flow: wrap;
    gap: var(--gap_sm);
    height: calc(100vh - 55px);
    overflow: auto;
    padding-top: 12px;
}

    .formListLink a {
        text-decoration: none;
        position: relative;
        padding: var(--size_sm) var(--size_sm) var(--size_sm) 41px;
        display: inline-block;
        width: 100%;
        background-color: var(--white);
        transition: var(--animation);
        border-radius: 8px;
        color: var(--grayDark);
        flex-basis: calc(33.33333333333% - var(--gap_sm));
        box-shadow: var(--shadowDefault);
        font-size: var(--size_sm);
    }

        .formListLink a:hover {
            background-color: var(--primaryMild);
            box-shadow: none;
        }

        .formListLink a:before {
            content: "";
            width: 41px;
            height: 41px;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 0px;
            background-image: url('images/ui_images/form.svg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100% auto;
        }

.whiteBox {
    background-color: var(--white);
    padding: 0px;
    border-radius: 8px;
    box-shadow: var(--shadowDefault);
    position: relative;
}

    .whiteBox h3 {
        font-size: var(--size_md);
        line-height: var(--line_md);
        font-weight: 500;
        color: var(--grayDark);
        padding: var(--size_h4) var(--size_h4) var(--size_sm) var(--size_h4);
        border-bottom: solid 1px var(--grayLight);
        margin: 0;
    }

    .whiteBox .whiteBoxInner {
        padding: var(--padding_lg);
    }
/* ============ Modal UI ============ */
body .modal.fade .modal-dialog {
    transition: var(--animationSlow);
}

body .modal .modal-content {
    background-color: var(--white);
    border-radius: 20px;
    box-shadow: var(--shadowModal) !important;
    border: none;
}

body .modal .modal-fullscreen .modal-content,
body .modal .modal-fullscreen .modal-header {
    border-radius: 0px;
}

body .modal .modal-header {
    background-color: var(--primary);
    padding: var(--padding_sm) 34px var(--padding_sm) var(--padding_lg);
    border-radius: 12px 12px 0 0;
}

    body .modal .modal-header h4 {
        font-size: 16px;
        line-height: 22px;
        color: var(--white);
        font-weight: 400;
        margin: 0;
    }

    body .modal .modal-header button[type="button"].close {
        background: transparent !important;
        border: none !important;
        position: absolute;
        right: 18px;
        padding: 0;
        font-size: 0;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        min-width: inherit;
    }

        body .modal .modal-header button[type="button"].close:before,
        body .modal .modal-header button[type="button"].close:after {
            content: "";
            width: 15px;
            height: 3px;
            background: var(--white);
            border-radius: 2px;
            position: absolute;
            left: 50%;
            top: 50%;
            transition: var(--animationSlow);
        }

        body .modal .modal-header button[type="button"].close:before {
            transform: translate(-50%,-50%) rotate(-45deg);
        }

        body .modal .modal-header button[type="button"].close:after {
            transform: translate(-50%,-50%) rotate(45deg);
        }

        body .modal .modal-header button[type="button"].close:hover:before {
            width: 18px;
            transform: translate(-50%,-50%) rotate(45deg);
        }

        body .modal .modal-header button[type="button"].close:hover:after {
            width: 18px;
            transform: translate(-50%,-50%) rotate(135deg);
        }

/*.modal.fade:not(.show) {
    opacity: 1 !important;
}
.modal-backdrop.fade:not(.show) {
    opacity: 0.5 !important;
}
*/


body .modal .modal-footer {
    padding: var(--padding_xs) var(--padding_lg);
}

    body .modal .modal-footer button[type="button"][data-bs-dismiss="modal"],
    body .modal .modal-footer .btn_cancel {
        background-color: var(--white) !important;
        color: var(--primary) !important;
        border: solid 1px var(--primary);
    }



/* ============ Form Elements UI ============ */
body .from-group {
    display: flex;
    flex-flow: column;
    gap: 3px;
    width: 100%;
    margin-bottom: 18px;
}

body input:not([type="submit"],[type="button"],[type="checkbox"],[type="radio"]) {
    background-color: var(--grayMild) !important;
    border: solid 1px var(--grayMedium);
    border-radius: 6px;
    font-size: var(--size_label);
    line-height: var(--Line_sm);
    padding: 7px 8px;
    transition: var(--animation);
    color: var(--gray);
    width: 100%;
    margin: 0;
}

    body input:not([type="submit"],[type="button"],[type="checkbox"],[type="radio"]):focus-visible,
    body input:not([type="submit"],[type="button"],[type="checkbox"],[type="radio"]):not(:disabled):hover {
        border: solid 1px var(--grayMedium);
        background-color: var(--white) !important;
        outline: none !important;
    }

    body input:not([type="submit"],[type="button"],[type="checkbox"],[type="radio"]):disabled {
        cursor: not-allowed;
        border: solid 1px var(--grayMild);
    }

body .from-group label {
    color: var(--gray);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}
    /*body .from-group label:after{content:"(Optional)"; color:var(--grayMedium); padding-left:4px;}*/
    body .from-group label.required:after {
        content: "*";
        color: var(--danger);
    }


a.btn,
body input[type="submit"],
body input[type="button"]:not(.dropdown-toggle),
body input[type="submit"],
body input[type="button"].btn:not(.dropdown-toggle),
body button[type="button"]:not(.dropdown-toggle),
a.btnclearfilters,
a#btnsavefilters {
    background-color: var(--primaryDark) !important;
    border-radius: 99px;
    font-size: var(--size_sm) !important;
    line-height: var(--Line_sm);
    font-weight: 400 !important;
    padding: var(--padding_xs) var(--padding_md);
    border: solid 1px var(--primaryDark) !important;
    color: var(--white) !important;
    display: flex;
    flex-flow: row;
    gap: var(--gap_lg);
    justify-content: center;
    align-items: center;
    width: max-content;
    min-width: 100px;
    transition: var(--animation) !important;
    flex-shrink: unset;
    white-space: nowrap;
    min-height: 30px;
}


body input[type="button"]:not(.dropdown-toggle) {
}


body table input[type="submit"],
body table input[type="button"]:not(.dropdown-toggle),
body table input[type="submit"],
body table input[type="button"].btn:not(.dropdown-toggle),
body table button[type="button"]:not(.dropdown-toggle),
body table a.btnclearfilters,
body table a#btnsavefilters {
    padding: 2px var(--padding_sm);
    min-height: 24px;
}


a.btn.secondary,
body input[type="submit"].secondary,
body input[type="button"].btn.secondary:not(.dropdown-toggle),
body button[type="submit"],
body button[type="button"]:not(.dropdown-toggle).secondary,
a.btnclearfilters.secondary,
a#btnsavefilters.secondary {
    background-color: var(--primaryMild) !important;
    transition: var(--animation);
    color: var(--primaryDark) !important;
    border: solid 1px var(--primaryMild) !important;
}


a.btn:hover,
body input[type="submit"]:hover,
body input[type="button"].btn:not(.dropdown-toggle):hover,
body button[type="button"]:not(.dropdown-toggle):hover,
a.btnclearfilters:hover,
a#btnsavefilters:hover {
    background-color: var(--grayDark) !important;
    border: solid 1px var(--grayDark);
    color: var(--primaryMild) !important;
}

a.btn.disabled,
body input[type="submit"].disabled,
body input[type="button"].btn:not(.dropdown-toggle).disabled,
body button[type="button"]:not(.dropdown-toggle).disabled,
a.btnclearfilters.disabled,
a#btnsavefilters.disabled,
body input[type="button"]:not(.dropdown-toggle).disabled {
    background-color: var(--grayLight) !important;
    border: solid 1px var(--grayLight) !important;
    color: var(--grayMedium) !important;
    pointer-events: none;
}


.loadingBtn {
    display: flex;
    position: relative;
    z-index: 0;
    border-radius: 99px;
    overflow: hidden;
    width: max-content;
}

body .loadingBtn input[type="button"]:not(.dropdown-toggle) {
    margin: 0;
}

.loadingBtn .Submit_btn.uploading.disabled {
    color: var(--grayLight) !important;
}

.loadingBtn .bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: var(--successMedium);
    z-index: 2;
    display: none;
}

.loadingBtn .percent {
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: var(--size_sm);
    line-height: var(--Line_sm);
    color: var(--gray);
    mix-blend-mode: color-burn;
    z-index: 3;
    color: var(--grayDark);
}

.loadingBtn:has(.uploading.disabled) .bar {
    display: flex;
}

.loadingBtn:has(.uploading.disabled) .percent {
    display: flex;
}


a.btn i,
body input[type="submit"] i,
body input[type="button"]:not(.dropdown-toggle) i,
body input[type="submit"] i,
body input[type="button"].btn:not(.dropdown-toggle) i,
body button[type="button"]:not(.dropdown-toggle) i,
a.btnclearfilters i,
a#btnsavefilters i {
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    a.btn i img,
    body input[type="submit"] i img,
    body input[type="button"].btn:not(.dropdown-toggle) i img,
    body button[type="button"]:not(.dropdown-toggle) i img,
    a.btnclearfilters i img,
    a#btnsavefilters i img {
        filter: var(--filterWhite);
        transition: var(--animation);
        width: 100%;
        height: 100%;
    }

a.btn.secondary:hover,
body input[type="submit"].secondary:hover,
body input[type="button"].btn:not(.dropdown-toggle).secondary:hover,
body button[type="button"]:not(.dropdown-toggle).secondary:hover,
a.btnclearfilters.secondary:hover,
a#btnsavefilters.secondary:hover {
    background-color: var(--primary) !important;
    border: solid 1px var(--primary);
    color: var(--white) !important;
}


a.btn.secondary i img,
body input[type="submit"].secondary,
body input[type="button"].btn:not(.dropdown-toggle).secondary i img,
body button[type="button"]:not(.dropdown-toggle).secondary i img,
a.btnclearfilters.secondary i img,
a#btnsavefilters.secondary i img {
    filter: var(--filterPrimary);
}

    a.btn.secondary:hover i img,
    body input[type="submit"].secondary:hover i img,
    body input[type="button"].btn:not(.dropdown-toggle).secondary:hover i img,
    body button[type="button"]:not(.dropdown-toggle).secondary:hover i img,
    a.btnclearfilters.secondary:hover i img,
    a#btnsavefilters.secondary:hover i img {
        filter: var(--filterWhite);
    }

body .wrapper form label,
body .wrapper label,
body .wrapper form label.required,
body .wrapper label.required {
    color: var(--grayDark);
    font-size: var(--size_sm);
    line-height: var(--line_sm);
    margin-left: 0;
    display: flex;
    width: 100%;
    padding-bottom: 4px;
    position: relative;
    padding-right: 15px;
    font-weight: 500;
}


body .clsfield label,
body .clsfield label.required {
    display: inline-block;
}

    body .clsfield label:after,
    body .clsfield label.required:after {
        display: none;
    }

    body .clsfield label span.label:after,
    body .clsfield label.required span.label:after {
        content: "*";
        color: var(--danger);
    }

    body .clsfield label span:is([style="color:grey;"]),
    body .clsfield label.required span:is([style="color:grey;"]) {
        font-size: 10px;
        line-height: 12px;
        display: flex;
    }


    body .clsfield label br,
    body .clsfield label.required br {
        display: none;
    }

body .wrapper form label.required:after,
body .wrapper label.required:after,
body .wrapper form label.required:after,
body .wrapper label.required:after {
    content: "*";
    color: var(--danger);
}


body .wrapper label + .newIO_input {
    margin-top: var(--margin_xs);
}

body .wrapper select,
body .wrapper select.form-control {
    background-color: var(--grayMild);
    border: solid 1px var(--grayMedium);
    border-radius: 6px;
    font-size: var(--size_label);
    line-height: var(--Line_sm);
    padding: 7px 8px;
    transition: var(--animation);
    color: var(--gray);
    width: 100%;
}

body .wrapper .selectGroup {
    display: flex;
    flex-flow: row;
    gap: 12px;
}


body .wrapper textarea {
    background-color: var(--grayMild);
    border: solid 1px var(--grayMedium);
    border-radius: 6px;
    font-size: var(--size_sm);
    line-height: 20px;
    padding: 8px 10px;
    transition: var(--animation);
    color: var(--gray);
    width: 100%;
}

    body .wrapper textarea:focus-visible,
    body .wrapper textarea:not(:disabled):hover {
        border: solid 1px var(--grayMedium);
        background-color: var(--white);
    }


body .wrapper .form-inline .multiselect-container span.form-check {
    padding: 0 !important;
    margin: 0 !important;
}


.form-check,
.check_radio {
    position: relative;
    display: flex;
    min-height: 24px;
}

    .form-check input[type=checkbox],
    .check_radio input[type=checkbox] {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 !important;
    }

        .form-check input[type=checkbox] ~ label,
        .check_radio input[type=checkbox] ~ label {
            position: relative;
            padding-left: 20px;
            cursor: pointer;
            color: var(--grayMedium);
            min-width: 24px;
            min-height: 24px;
            font-size: var(--size_xs);
            line-height: var(--Line_sm);
            color: var(--gray);
        }

        .check_radio input[type=checkbox][value="Select All"] ~ label {
            font-weight: 600;
            color: var(--grayDark);
        }

    .form-check:hover input[type=checkbox] ~ label,
    .check_radio:hover input[type=checkbox] ~ label {
        color: var(--primary);
    }

    .form-check input[type=checkbox]:checked ~ label,
    .check_radio input[type=checkbox]:checked ~ label {
        color: var(--primary);
    }

    .form-check input[type=checkbox] ~ label:before,
    .check_radio input[type=checkbox] ~ label:before {
        content: "";
        width: 15px;
        height: 15px;
        display: flex;
        border-radius: 3px;
        border: solid 2px var(--grayLight);
        position: absolute;
        left: 0;
        top: 0px;
        transition: var(--animation);
        background-color: var(--white)
    }

    .form-check:hover input[type=checkbox] ~ label:before,
    .check_radio:hover input[type=checkbox] ~ label:before {
        border: solid 1px var(--primaryMedium);
    }

    .form-check input[type=checkbox]:checked ~ label:before,
    .check_radio input[type=checkbox]:checked ~ label:before {
        border: solid 1px var(--primary);
        background-color: var(--primary);
        box-shadow: 0 0 0 2px var(--primaryLight),0 0 0 4px var(--primaryMild)
    }

    .form-check input[type=checkbox] ~ label:after,
    .check_radio input[type=checkbox] ~ label:after {
        content: "";
        width: 6px;
        height: 10px;
        display: flex;
        border-radius: 0;
        background-color: transparent;
        position: absolute;
        left: 5px;
        top: 1px;
        transition: var(--animationSlow);
        transform: rotate(45deg) scale(2);
        opacity: 0;
        border-right: solid 3px var(--white);
        border-bottom: solid 3px var(--white)
    }

    .form-check input[type=checkbox]:checked ~ label:after,
    .check_radio input[type=checkbox]:checked ~ label:after {
        transform: rotate(45deg) scale(1);
        opacity: 1
    }

    .form-check input[type=radio],
    .check_radio input[type=radio] {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 !important;
    }

        .form-check input[type=radio] ~ label,
        .check_radio input[type=radio] ~ label {
            position: relative;
            padding-left: 26px;
            cursor: pointer;
            color: var(--grayMedium);
            font-size: var(--size_sm);
            line-height: var(--size_h4);
            color: var(--gray);
            font-weight: 400;
        }

            .form-check input[type=radio] ~ label:before,
            .check_radio input[type=radio] ~ label:before {
                content: "";
                width: 16px;
                height: 16px;
                display: flex;
                border-radius: 50%;
                border: solid 2px var(--grayLight);
                position: absolute;
                left: 0;
                top: 0;
                transition: var(--animation)
            }

        .form-check input[type=radio]:checked ~ label:before,
        .check_radio input[type=radio]:checked ~ label:before {
            border: solid 1px var(--primary);
            box-shadow: 0 0 0 2px var(--primaryLight),0 0 0 4px var(--primaryMild)
        }

        .form-check input[type=radio] ~ label:after,
        .check_radio input[type=radio] ~ label:after {
            content: "";
            width: 10px;
            height: 10px;
            display: flex;
            border-radius: 50%;
            background-color: var(--grayLight);
            position: absolute;
            left: 3px;
            top: 3px;
            transition: var(--animationSlow);
            transform: scale(2);
            opacity: 0
        }

        .form-check input[type=radio]:checked ~ label:after,
        .check_radio input[type=radio]:checked ~ label:after {
            background-color: var(--primary);
            transform: scale(1);
            opacity: 1
        }

    .form-check a.smallBtn,
    .check_radio a.smallBtn {
        position: absolute;
        right: 0;
    }

.bootsidemenu-right .check_radio a.smallBtn {
    transform: translateX(100%);
}

.bootsidemenu-right.open .check_radio a.smallBtn {
    transform: translateX(0%);
}


a.smallBtn {
    display: flex;
    flex-flow: row;
    gap: 6px;
    align-items: center;
    font-size: 12px;
    line-height: var(--size_sm);
    color: var(--primaryMild);
    cursor: pointer;
    background-color: var(--primary);
    padding: 4px 12px;
    border-radius: 99px;
    transition: var(--animation);
}

    a.smallBtn i {
        width: 16px;
        height: 16px;
    }

        a.smallBtn i img {
            filter: var(--filterPrimary);
            width: 100%;
            height: 100%;
        }


.daterangepicker.dropdown-menu {
    z-index: 99999999;
}

.saved-filter ul.product_accordian {
    display: flex;
    flex-flow: column;
    gap: 8px;
    width: 100%;
}

    .saved-filter ul.product_accordian li {
        display: flex;
        width: 100%;
        flex-flow: column;
        gap: 2px;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        font-weight: 500;
    }

        .saved-filter ul.product_accordian li br {
            display: none !important;
        }

    .saved-filter ul.product_accordian > li > a {
        display: flex;
        width: 100%;
        padding: 8px var(--size_sm);
        background-color: var(--primaryMild);
        color: var(--primary);
        font-size: var(--size_sm);
        justify-content: space-between;
        align-items: center;
        border-radius: 6px;
    }

    .saved-filter ul.product_accordian ul {
        flex-flow: column;
        gap: 6px;
        max-height: calc(100vh - 200px);
        overflow: auto;
    }

        .saved-filter ul.product_accordian ul li {
            margin-bottom: 4px;
        }

            .saved-filter ul.product_accordian ul li ul {
                max-height: calc(100vh - 300px);
                overflow: auto;
            }

                .saved-filter ul.product_accordian ul li ul li {
                    margin-top: 2px;
                    margin-bottom: 2px;
                }

                    .saved-filter ul.product_accordian ul li ul li a {
                        background-color: transparent;
                        color: var(--gray);
                        padding: 2px 0px;
                        border-radius: 0px;
                    }

                    .saved-filter ul.product_accordian ul li ul li:has(.show) a {
                        color: var(--primaryMedium);
                    }

                    .saved-filter ul.product_accordian ul li ul li a i {
                        width: 12px;
                        height: 12px;
                        top: 7px;
                        right: 5px;
                    }

                        .saved-filter ul.product_accordian ul li ul li a i:before {
                            width: 5px;
                            height: 5px;
                        }

                        .saved-filter ul.product_accordian ul li ul li a i:after {
                            width: 5px;
                            height: 5px;
                        }

.btnWrap {
    display: flex;
    flex-flow: row;
    gap: var(--gap_sm);
    justify-content: start;
    align-items: start;
}

#test {
    width: 0px;
    transition: var(--animationSlow);
    box-shadow: none;
    background-color: var(--white);
    right: 0 !important;
    transform: translateX(0%);
    padding: 0 0 0 0px;
    z-index: 999999;
    position: fixed;
    top: -1px;
    bottom: -1px;
}

    #test.open {
        transform: translateX(0%);
        box-shadow: var(--shadowModal);
        width: 310px;
        padding: 0 0 0 0px;
    }

    #test .menu-wrapper {
        padding: 18px;
        background-color: var(--white);
    }

        #test .menu-wrapper .filter-by {
            display: flex;
            flex-flow: row;
            gap: var(--gap_sm);
            align-items: center;
            justify-content: space-between;
            margin-bottom: 18px;
        }

.user_profile {
    margin-top: var(--margin_lg);
    padding-top: var(--padding_lg);
}

    .user_profile .whiteBox {
        margin-bottom: var(--gap_xxl);
    }

#UserPhoto {
    display: none;
}

.ProfilePhoto {
    display: flex;
    flex-flow: row;
    gap: var(--gap_xxl);
    align-items: center;
    padding-bottom: 12px;
}

    .ProfilePhoto.editable * {
        pointer-events: none;
    }

    .ProfilePhoto .userAvatar {
        width: 110px;
        aspect-ratio: 1/1;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        background-color: var(--grayLight);
    }

        .ProfilePhoto .userAvatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.uploadBtn {
    display: flex;
    flex-flow: column;
    gap: var(--gap_sm);
    justify-content: center;
}

    .uploadBtn span#uploadPhoto {
        background-color: var(--primaryMild) !important;
        border-radius: 99px;
        font-size: var(--size_sm);
        font-weight: 400;
        line-height: 16px;
        padding: var(--padding_xs) var(--padding_md);
        border: solid 1px var(--primaryMild);
        color: var(--primary) !important;
        display: flex;
        flex-flow: row;
        gap: 8px;
        justify-content: center;
        align-items: center;
        width: max-content;
        min-width: 100px;
        cursor: pointer;
    }

.ProfilePhoto.editable .uploadBtn span#uploadPhoto {
    background-color: var(--grayLight) !important;
    color: var(--grayMedium) !important;
}

.uploadBtn span#uploadPhoto i {
    width: 18px;
    height: 18px;
}

    .uploadBtn span#uploadPhoto i img {
        width: 100%;
        height: 100%;
        filter: var(--filterPrimary);
    }

.uploadBtn span:last-child {
    font-size: var(--size_sm);
    line-height: 22px;
    color: var(--grayMedium);
}

body .editable label:after {
    display: none;
}

body .editable input:not([type="submit"],[type="button"],[type="checkbox"],[type="radio"]) {
    background-color: transparent !important;
    border-radius: 0;
    border: none;
    padding: 0px 0;
    font-weight: 600;
}

.user_profile .whiteBox .whiteBox {
    box-shadow: none;
}

    .user_profile .whiteBox .whiteBox h3 {
        padding: 0 0 8px 0;
        border: none;
    }

    .user_profile .whiteBox .whiteBox .whiteBoxInner {
        border: solid 1px var(--grayLight);
        border-radius: 12px;
    }

    .user_profile .whiteBox .whiteBox.editable .whiteBoxInner {
        box-shadow: none;
        border: solid 1px var(--grayMild);
        border-radius: 12px;
        background-color: var(--grayMild);
        pointer-events: none;
    }

.EditForm {
    display: none;
}

.editable .EditForm {
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    flex-flow: row;
    gap: 6px;
    align-items: center;
    font-size: 12px;
    line-height: var(--size_sm);
    color: var(--primary);
    cursor: pointer;
    background-color: var(--grayLight);
    padding: 4px 12px;
    border-radius: 99px;
    opacity: 0;
    visibility: hidden;
    transition: var(--animation);
}

.editable:hover .EditForm {
    opacity: 1;
    visibility: visible;
}

    .editable:hover .EditForm:hover {
        background-color: var(--primaryMild);
    }

.editable .EditForm i {
    width: 16px;
    height: 16px;
}

    .editable .EditForm i img {
        filter: var(--filterPrimary);
        width: 100%;
        height: 100%;
    }

.editable .btnWrap,
.editable .newmPass,
.editable .crfmPass,
.editable .passHint {
    display: none;
}

.passHint {
    font-size: 12px;
    line-height: 16px;
    color: var(--danger);
    padding-bottom: var(--size_h4);
}

.whiteBox.profilePhotoBlock {
    box-shadow: none;
    background-color: transparent;
}

.user_profile .whiteBox .whiteBox.profilePhotoBlock .whiteBoxInner {
    padding: 0;
    background-color: transparent;
    border: none;
}

body .multiselect-container button[type="button"],
body .multiselect-container button[type="button"]:hover {
    background: transparent !important;
    border: none !important;
    border-radius: 0;
}

body .JCLRgrip {
    height: 38px !important;
    z-index: 9;
}

    body .JCLRgrip .JColResizer {
        background: transparent;
        border: none;
        outline: none;
    }

.JCLRgrip .JColResizer:hover {
    opacity: 1;
}

.JCLRgrip .JColResizer:before {
    content: "";
    width: 1px;
    position: absolute;
    left: 0px;
    top: 10px;
    bottom: 10px;
    border: dashed 1px var(--gray);
    opacity: 0;
    cursor: e-resize;
}

.JCLRgrip .JColResizer:hover:before {
    opacity: 0.15;
}

.dataTables_paginate {
    display: flex;
    width: max-content;
}

    .dataTables_paginate ul.pagination {
        display: flex;
        flex-flow: row;
        gap: 1px;
    }

        .dataTables_paginate ul.pagination li {
            display: flex;
            flex-flow: row;
            justify-content: center;
            align-items: center;
        }

            .dataTables_paginate ul.pagination li a {
                background-color: var(--grayLight);
                padding: 4px 8px;
                min-width: 25px;
                font-size: var(--size_xs);
                line-height: var(--Line_sm);
                color: var(--grayDark);
                font-weight: 400;
                text-align: center;
            }

            .dataTables_paginate ul.pagination li:first-child a {
                border-radius: 5px 0 0 5px;
            }

            .dataTables_paginate ul.pagination li:last-child a {
                border-radius: 0 5px 5px 0;
            }

            .dataTables_paginate ul.pagination li#RFPDetailsGridDataTable_ellipsis a {
                background-color: transparent;
            }

            .dataTables_paginate ul.pagination li.disabled a {
                color: var(--grayMedium);
            }

            .dataTables_paginate ul.pagination li:not(.disabled):hover a {
                background-color: var(--primaryMild);
                color: var(--primary);
            }

            .dataTables_paginate ul.pagination li.active a {
                background-color: var(--primary);
                color: var(--white) !important;
            }


.Export_btn {
    display: flex;
    flex-flow: row;
    gap: var(--gap_md);
    flex-shrink: unset;
    align-items: center;
}

body .wrapper .Billing_Filter {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    padding: 6px;
    height: calc(100vh - 225px);
    overflow: auto;
    gap: var(--gap_md);
}

    body .wrapper .Billing_Filter > * {
        width: calc(33.3333333333% - var(--gap_md));
        height: 33.333333333333%;
        flex-shrink: 1;
        align-self: stretch;
        display: flex;
        flex-flow: column;
        flex-grow: 1;
    }

    body .wrapper .Billing_Filter.rowTwo > * {
        height: calc(50% - 8px);
    }

    body .wrapper .Billing_Filter > * > label {
        font-weight: 500;
        color: var(--primary);
        font-size: var(--size_sm);
        padding: var(--padding_xs) var(--padding_sm);
        background-color: var(--primaryMild);
        border-radius: 6px 6px 0 0;
        display: flex;
    }

    body .wrapper .Billing_Filter > * > ul {
        height: 100%;
        flex-grow: 1;
        overflow: auto;
        padding: 12px;
        border: dotted 1px var(--grayLight);
        border-top: 0;
        border-radius: 0 0 6px 6px;
    }

        body .wrapper .Billing_Filter > * > ul a.toggle {
            background-color: var(--grayMild);
            display: inline-block;
            width: 100%;
            font-size: var(--size_sm);
            color: var(--grayDark);
            padding: 3px 6px;
            margin-bottom: 8px;
            border-radius: 4px;
            font-weight: 500;
        }

            body .wrapper .Billing_Filter > * > ul a.toggle i {
                display: none;
            }

    body .wrapper .Billing_Filter input[type="text"] {
        margin-top: 12px;
    }

    body .wrapper .Billing_Filter ul li b {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        display: flex;
        color: var(--warning);
    }

    body .wrapper .Billing_Filter > * > ul li.no-data {
        text-align: center;
        font-size: var(--size_label);
        line-height: var(--line_label);
        font-weight: 400;
        background-color: var(--dangerMild);
        padding: 5px 15px;
        border-radius: 6px;
        color: var(--danger);
    }

    body .wrapper .Billing_Filter > * > ul li b {
        color: var(--primaryMedium);
        text-align: center;
        font-size: var(--size_label);
        line-height: var(--line_label);
        font-weight: 400;
        padding: 5px 15px;
    }

.tableScrollWrapper {
    overflow: auto;
    flex-grow: 1;
}

.tableTopWrapper {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    gap: var(--gap_md);
}

    .tableTopWrapper .Right {
        display: flex;
        flex-flow: row;
        justify-content: end;
        align-items: center;
        gap: var(--gap_md);
    }

.tableBottomWrapper {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    gap: var(--gap_md);
}

    .tableBottomWrapper .Left {
        display: flex;
        flex-flow: row;
        justify-content: start;
        align-items: center;
        gap: var(--gap_md);
    }


body .wrapper .dataTables_length {
    display: flex;
    flex-flow: row;
    justify-content: start;
    align-items: center;
    gap: var(--gap_md);
}

    body .wrapper .dataTables_length label {
        font-size: var(--size_xs);
        line-height: var(--line_xs);
        color: var(--gray);
        display: flex;
        padding: 0;
        align-items: center;
        gap: 4px;
    }

        body .wrapper .dataTables_length label select {
            width: 75px;
            margin: 0;
            padding: 4px 8px 3px 8px;
        }

body .wrapper .dataTables_info {
    font-size: var(--size_xs);
    line-height: var(--line_xs);
    color: var(--grayMedium);
    padding: 0 !important;
}

body .wrapper div.dataTables_filter label {
    align-items: center;
    padding: 0;
    font-size: var(--size_label);
    line-height: var(--line_label);
}

.modal .SavedFilter h2 {
    font-size: var(--size_md);
    font-weight: 500;
    line-height: var(--line_md);
}

#sortable1.connectedSortable,
#sortable2.connectedSortable,
#sortable1OrderByAdv.connectedSortable,
#sortable2OrderByAdv.connectedSortable,
#sortable1AdvByProp.connectedSortable,
#sortable2AdvByProp.connectedSortable,
#sortable1Line.connectedSortable,
#sortable2Line.connectedSortable {
    margin: 0;
    padding: 4px;
    border: dashed 1px var(--grayMedium);
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    gap: var(--gap_xs);
    position: relative;
    height: calc(100% - 24px);
    align-content: flex-start;
    justify-content: flex-start;
}

    #sortable1.connectedSortable li,
    #sortable2.connectedSortable li,
    #sortable1OrderByAdv.connectedSortable li,
    #sortable2OrderByAdv.connectedSortable li,
    #sortable1AdvByProp.connectedSortable li,
    #sortable2AdvByProp.connectedSortable li,
    #sortable1Line.connectedSortable li,
    #sortable2Line.connectedSortable li {
        padding: var(--padding_xs) var(--padding_sm);
        margin: 0;
        text-transform: none;
        font-size: var(--size_xs);
        line-height: var(--size_xs);
        font-weight: 400;
        border-radius: 4px;
        position: relative;
        transform: translate(0px,0px) rotate(0deg);
        transition: var(--animation);
        position: relative;
        cursor: pointer;
    }


        #sortable1.connectedSortable li:not(.ui-sortable-placeholder):hover,
        #sortable2.connectedSortable li:not(.ui-sortable-placeholder):hover,
        #sortable1OrderByAdv.connectedSortable li:not(.ui-sortable-placeholder):hover,
        #sortable2OrderByAdv.connectedSortable li:not(.ui-sortable-placeholder):hover,
        #sortable1AdvByProp.connectedSortable li:not(.ui-sortable-placeholder):hover,
        #sortable2AdvByProp.connectedSortable li:not(.ui-sortable-placeholder):hover,
        #sortable1Line.connectedSortable li:not(.ui-sortable-placeholder):hover,
        #sortable2Line.connectedSortable li:not(.ui-sortable-placeholder):hover {
            font-weight: 400 !important;
            z-index: 3;
            box-shadow: var(--ShadowBoxHover);
        }

        #sortable1.connectedSortable li.ui-sortable-placeholder,
        #sortable2.connectedSortable li.ui-sortable-placeholder,
        #sortable1OrderByAdv.connectedSortable li.ui-sortable-placeholder,
        #sortable2OrderByAdv.connectedSortable li.ui-sortable-placeholder,
        #sortable1AdvByProp.connectedSortable li.ui-sortable-placeholder,
        #sortable2AdvByProp.connectedSortable li.ui-sortable-placeholder,
        #sortable1Line.connectedSortable li.ui-sortable-placeholder,
        #sortable2Line.connectedSortable li.ui-sortable-placeholder {
            outline: dashed 1px var(--grayLight);
            visibility: visible !important;
            background-color: var(--grayMild);
            box-shadow: none;
            flex-grow: 1;
            flex-basis: 100%;
        }

    #sortable2.connectedSortable li,
    #sortable2OrderByAdv.connectedSortable li,
    #sortable2AdvByProp.connectedSortable li,
    #sortable2Line.connectedSortable li {
        background-color: var(--dangerMild);
        color: var(--danger)
    }


    #sortable1.connectedSortable li,
    #sortable1OrderByAdv.connectedSortable li,
    #sortable1AdvByProp.connectedSortable li,
    #sortable1Line.connectedSortable li {
        background-color: var(--primary);
        color: var(--primaryMild);
        border: none;
    }

    #sortable2.connectedSortable li,
    #sortable2OrderByAdv.connectedSortable li,
    #sortable2AdvByProp.connectedSortable li,
    #sortable2Line.connectedSortable li {
        background-color: var(--grayLight);
        color: var(--gray);
        border: none;
    }


    #sortable1.connectedSortable li:not(.ui-sortable-placeholder):hover,
    #sortable1OrderByAdv.connectedSortable li:not(.ui-sortable-placeholder):hover,
    #sortable1AdvByProp.connectedSortable li:not(.ui-sortable-placeholder):hover,
    #sortable1Line.connectedSortable li:not(.ui-sortable-placeholder):hover {
        transform: translate(10px,0px) rotate(-1deg);
        background-color: var(--grayLight);
        color: var(--gray) !important;
    }

    #sortable2.connectedSortable li:not(.ui-sortable-placeholder):hover,
    #sortable2OrderByAdv.connectedSortable li:not(.ui-sortable-placeholder):hover,
    #sortable2AdvByProp.connectedSortable li:not(.ui-sortable-placeholder):hover,
    #sortable2Line.connectedSortable li:not(.ui-sortable-placeholder):hover {
        transform: translate(-10px,0px) rotate(1deg);
        background-color: var(--primaryMild);
        color: var(--primary) !important;
    }


    #sortable1.connectedSortable li i,
    #sortable2.connectedSortable li i,
    #sortable1OrderByAdv.connectedSortable li i,
    #sortable2OrderByAdv.connectedSortable li i,
    #sortable1AdvByProp.connectedSortable li i,
    #sortable2AdvByProp.connectedSortable li i,
    #sortable1Line.connectedSortable li i,
    #sortable2Line.connectedSortable li i {
        width: var(--size_h4) !important;
        height: var(--size_h4) !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: var(--size_sm) !important;
        color: var(--info) !important;
    }

    #sortable1.connectedSortable li.ui-sortable-helper,
    #sortable2.connectedSortable li.ui-sortable-helper,
    #sortable1OrderByAdv.connectedSortable li.ui-sortable-helper,
    #sortable2OrderByAdv.connectedSortable li.ui-sortable-helper,
    #sortable1AdvByProp.connectedSortable li.ui-sortable-helper,
    #sortable2AdvByProp.connectedSortable li.ui-sortable-helper,
    #sortable1Line.connectedSortable li.ui-sortable-helper,
    #sortable2Line.connectedSortable li.ui-sortable-helper,
    #sortable1.connectedSortable li:hover.ui-sortable-helper,
    #sortable2.connectedSortable li:hover.ui-sortable-helper,
    #sortable1OrderByAdv.connectedSortable li:hover.ui-sortable-helper,
    #sortable2OrderByAdv.connectedSortable li:hover.ui-sortable-helper,
    #sortable1AdvByProp.connectedSortable li:hover.ui-sortable-helper,
    #sortable2AdvByProp.connectedSortable li:hover.ui-sortable-helper,
    #sortable1Line.connectedSortable li:hover.ui-sortable-helper,
    #sortable2Line.connectedSortable li:hover.ui-sortable-helper {
        background-color: var(--warningMild) !important;
        color: var(--warning) !important;
        transform: translate(0px,0px) rotate(0deg);
        box-shadow: var(--ShadowBoxHover);
        white-space: nowrap;
    }


td.actions a i {
    position: relative;
    z-index: 0;
    display: flex;
}

    td.actions a i:before {
        content: "";
        position: absolute;
        width: 28px;
        aspect-ratio: 1/1;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        background-color: rgba(255,255,255,0.0);
        z-index: -1;
        border-radius: 99px;
        transition: var(--animation);
    }

body .wrapper table > tbody > tr:hover > td.actions a i:before,
body .wrapper table > tbody > tr.deletedOrderBg > td.actions a i:before,
body .wrapper table > tbody > tr.shown > td.actions a i:before {
    background-color: rgba(255,255,255,1);
}

td.actions a i,
a.LineItemInteractionHistory i,
a.editlinehistory i,
a#btn-lineitem-attachment i {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

body .content-wrapper .dataTables_wrapper table.table-striped tr td.actions a span[data-toggle="tooltip"] {
    overflow: visible;
}

td.actions a i img,
a.LineItemInteractionHistory i img,
a.editlinehistory i img,
a#btn-lineitem-attachment i img {
    width: 20px;
    height: 20px;
    display: flex;
}

a.LineItemInteractionHistory i img {
    filter: var(--filterWarning);
}

a.editlinehistory i img {
    filter: var(--filterInfo);
}

a#btn-lineitem-attachment i img {
    filter: var(--filterPrimary);
}


body .wrapper table tr td .multiselect-container {
    max-height: 200px;
    min-width: 320px;
    overflow: auto;
    display: none !important;
    padding: 12px 12px 12px 12px;
    box-shadow: var(--shadowDropdown);
    position: absolute;
}

    body .wrapper table tr td .multiselect-container.show {
        display: block !important
    }

    body .wrapper table tr td .multiselect-container .multiselect-filter {
        position: sticky;
        top: 0px;
        z-index: 1;
        margin-bottom: 8px;
    }

        body .wrapper table tr td .multiselect-container .multiselect-filter:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 100%;
            height: 12px;
            background-color: var(--white);
        }

        body .wrapper table tr td .multiselect-container .multiselect-filter:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 100%;
            height: 8px;
            background-color: var(--white);
        }

    body .wrapper table tr td .multiselect-container input.multiselect-search {
        border-radius: 4px !important;
        border: solid 1px var(--grayLight) !important;
    }

    body .wrapper table tr td .multiselect-container button {
        padding: 0 !important;
        min-height: initial;
    }



body .wrapper .mab-jquery-taginput,
#Filtertags .order-shorting,
.cc-list-container,
.CCLineItems,
.OrderAssigntags,
.LineItemsAssignUsers,
.to-list-container,
ul.Flter_hide {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    gap: var(--gap_xs);
    margin-bottom: var(--margin_xs);
    padding-bottom: 3px;
    border-bottom: solid 1px #c2c6d0;
    width: 100%;
}

#Filtertags .order-shorting {
    padding-bottom: 0px;
    border-bottom: solid 0px #c2c6d0;
}

.tableInnerLeft .btnWrap {
    justify-content: start;
    margin-bottom: 12px;
}

.tableInnerRight .cc-list-container,
.tableInnerRight .to-list-container {
    float: left;
    display: contents;
}

    .tableInnerRight .cc-list-container span,
    .tableInnerRight .to-list-container span {
        float: left;
        margin-right: 4px;
        margin-bottom: 4px;
        width: max-content;
    }

    .tableInnerRight .cc-list-container + input[type="text"],
    .tableInnerRight .to-list-container + input[type="text"] {
        width: max-content;
        padding: 3px var(--padding_xs) 2px var(--padding_xs);
        font-size: var(--size_xs);
        line-height: var(--line_xs);
        border-radius: 0px;
        border: solid 1px var(--white) !important;
        background-color: var(--white) !important;
    }

ul.Flter_hide li {
    display: flex;
}

    #Filtertags .order-shorting li a,
    .cc-list-container span,
    .to-list-container span,
    ul.Flter_hide li a {
        display: flex;
        flex-flow: row;
        width: max-content;
        padding: 2px 8px;
        background-color: var(--grayLight) !important;
        color: var(--grayDark);
        border-radius: 99px;
        gap: var(--gap_sm);
        align-items: center;
        font-size: var(--size_xs);
        line-height: var(--line_xs);
    }


body .wrapper .mab-jquery-taginput span:not(.twitter-typeahead, .glyphicon-remove),
body .wrapper .OrderAssigntags span:not(.twitter-typeahead, .glyphicon-remove),
.CCLineItems span:not(.twitter-typeahead, .glyphicon-remove),
.LineItemsAssignUsers span.label {
    display: flex;
    flex-flow: row;
    width: max-content;
    padding: 2px 8px;
    background-color: #d0d5dd !important;
    color: var(--gray);
    border-radius: 99px;
    gap: var(--gap_sm);
    align-items: center;
    font-size: var(--size_xs);
    line-height: var(--line_xs);
    margin: 0;
}


    body .wrapper .mab-jquery-taginput span.glyphicon-remove,
    #Filtertags .order-shorting li a span i.Canceltagonsave,
    .cc-list-container span span.glyphicon-remove,
    .CCLineItems span:not(.twitter-typeahead) span.glyphicon-remove,
    .OrderAssigntags span span.glyphicon-remove,
    .LineItemsAssignUsers span.label span.glyphicon-remove,
    .to-list-container span i,
    .cc-list-container span i,
    ul.Flter_hide li a span,
    ul.Flter_hide li a span i {
        width: 16px;
        height: 16px;
        position: relative;
        cursor: pointer;
        flex-grow: unset;
    }


        body .wrapper .mab-jquery-taginput span.glyphicon-remove:before,
        #Filtertags .order-shorting li a span i.Canceltagonsave:before,
        .cc-list-container span span.glyphicon-remove:before,
        .CCLineItems span:not(.twitter-typeahead) span.glyphicon-remove:before,
        .OrderAssigntags span span.glyphicon-remove:before,
        .LineItemsAssignUsers span.label span.glyphicon-remove:before,
        .to-list-container span i:before,
        .cc-list-container span i:before,
        ul.Flter_hide li a span i:before {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            width: 8px;
            height: 1px;
            background-color: var(--danger);
            display: inline-block;
            transform: translate(-50%,-50%) rotate(0deg);
            transition: var(--animation);
        }

        body .wrapper .mab-jquery-taginput span.glyphicon-remove:after,
        #Filtertags .order-shorting li a span i.Canceltagonsave:after,
        .cc-list-container span span.glyphicon-remove:after,
        .CCLineItems span:not(.twitter-typeahead) span.glyphicon-remove:after,
        .OrderAssigntags span span.glyphicon-remove:after,
        .LineItemsAssignUsers span.label span.glyphicon-remove:after,
        .to-list-container span i:after,
        .cc-list-container span i:after,
        ul.Flter_hide li a span i:after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            width: 8px;
            height: 1px;
            background-color: var(--danger);
            display: inline-block;
            transform: translate(-50%,-50%) rotate(0deg);
            transition: var(--animation);
        }


    body .wrapper .mab-jquery-taginput span:hover span.glyphicon-remove:before,
    #Filtertags .order-shorting li:hover a span i.Canceltagonsave:before,
    .cc-list-container span:hover span.glyphicon-remove:before,
    .CCLineItems span:not(.twitter-typeahead):hover span.glyphicon-remove:before,
    .OrderAssigntags span:hover span.glyphicon-remove:before,
    .LineItemsAssignUsers span.label:hover span.glyphicon-remove:before,
    .to-list-container span:hover i:before,
    .cc-list-container span:hover i:before,
    ul.Flter_hide li a:hover span i:before {
        transform: translate(-50%,-50%) rotate(45deg);
    }


    body .wrapper .mab-jquery-taginput span:hover span.glyphicon-remove:after,
    #Filtertags .order-shorting li:hover a span i.Canceltagonsave:after,
    .cc-list-container span:hover span.glyphicon-remove:after,
    .CCLineItems span:not(.twitter-typeahead):hover span.glyphicon-remove:after,
    .OrderAssigntags span:hover span.glyphicon-remove:after,
    .LineItemsAssignUsers span.label:hover span.glyphicon-remove:after,
    .to-list-container span:hover i:after,
    .cc-list-container span:hover i:after,
    ul.Flter_hide li a:hover span i:after {
        transform: translate(-50%,-50%) rotate(-45deg);
    }


#Filtertags .order-shorting li a span {
    display: flex;
}

.cc-list-container {
    padding-top: 8px;
}

body input.mab-jquery-taginput-input {
    background-color: transparent !important;
    border: solid 1px transparent !important;
    padding: 3px var(--padding_xs) 2px var(--padding_xs) !important;
    font-size: var(--size_xs);
    line-height: var(--line_xs);
    border-radius: 99px;
    color: var(--grayDark);
}



body input:not([type="submit"],[type="button"],[type="checkbox"],[type="radio"]):not(:disabled).mab-jquery-taginput-input:hover {
    border: solid 1px transparent !important;
    background-color: #ffffff75 !important;
}

body input:not([type="submit"],[type="button"],[type="checkbox"],[type="radio"]):not(:disabled).mab-jquery-taginput-input:focus-visible {
    border: solid 1px transparent !important;
    background-color: #ffffff !important;
}

.Tickets_title {
    display: flex;
    flex-flow: row;
    gap: 12px;
}

.TogglesOrderNav .LeftPanel,
body .wrapper .assign_label {
    padding: 0 0 0 0;
    border-radius: 5px;
    margin-bottom: 25px;
    background-color: transparent;
    border: solid 0px var(--grayLight);
    display: flex;
    height: calc(68vh - 16px);
    overflow: auto;
}

.TogglesOrderNav .tableInnerLeft.hasToggle .LeftPanel {
    padding-top: 34px;
}

.TogglesOrderNav {
    position: relative;
    display: flex;
    flex-flow: row;
    gap: var(--gap_md);
    transition: var(--animation);
}

    .TogglesOrderNav .tableInnerLeft {
        width: 400px !important;
        min-width: 400px;
        flex-shrink: unset;
        transition: none;
        overflow: hidden;
    }

        .TogglesOrderNav .tableInnerLeft label {
            font-weight: 500;
            color: var(--grayDark);
        }

        .TogglesOrderNav .tableInnerLeft > div {
            width: 400px !important;
            position: relative;
            transform: translateX(0%);
            transition: none;
            padding: var(--padding_md) var(--padding_md) var(--padding_md) var(--padding_md);
            background-color: #e8ebf2;
            border: solid 1px #d5d9e2;
        }

    /*.TogglesOrderNav .tableInnerLeft > div:has(.faq-links){padding:0; background-color:transparent; border: solid 1px transparent;}*/
    .TogglesOrderNav.closedPannel .tableInnerLeft > div {
        transform: translateX(calc(-100% + 30px));
    }

    .TogglesOrderNav .tableInnerLeft > div > * {
        opacity: 1;
        transition: none;
        overflow: hidden;
    }

    .TogglesOrderNav .tableInnerLeft > div .order_area {
        width: 100%;
        overflow: auto;
        padding: 0 0 var(--padding_xs) 0;
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        gap: var(--gap_md);
    }


    .TogglesOrderNav.closedPannel .tableInnerLeft > div * {
        opacity: 0;
    }

    .TogglesOrderNav .tableInnerRight {
        flex-grow: 1;
        width: initial !important;
        position: relative;
        transition: none;
        overflow: hidden;
    }

    .TogglesOrderNav.closedPannel .tableInnerLeft {
        width: 30px !important;
        min-width: 30px;
        border-radius: 6px;
    }

    .ProductLevelCommuni,
    .TogglesOrderNav .maindivarea {
        position: relative;
        padding: var(--padding_xs) var(--padding_md) var(--padding_md) var(--padding_md);
        border-radius: 5px;
        margin-bottom: 25px;
        background-color: var(--white);
        border: solid 1px var(--grayLight);
        display: flex;
        height:  calc(68vh - 16px);
        overflow: auto;
        flex-flow: column;
    }

    /*.ProductLevelCommuni {
    padding: 0;
    border-radius: 5px;
    height: 410px;
    margin-bottom: 25px;
    background-color: var(--white);
    border:solid 1px var(--grayLight);
}*/

    .product_area .tableInnerTwoLeft .assign_label span.twitter-typeahead,
    .TogglesOrderNav .tableInnerLeft span.twitter-typeahead {
        background-color: transparent;
        padding: 0;
        border-radius: 0; /*width: 100%;*/
    }

.Tickets_title i {
    padding: 15px 0 0 0;
}


body .wrapper .assign_label label {
    padding-left: 0;
    padding-right: 0;
    color: var(--grayDark);
    font-weight: 500;
}

body .wrapper .assign_label .assign_list,
body .wrapper .assign_label .cc_list {
    padding-left: 0;
    padding-right: 0;
}

body .wrapper .assign_label .btnWrap {
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
}


.tabset {
    /* height: 350px; */
    text-align: left;
    margin-bottom: 0px;
}

.order_user_dtls1 {
    width: 160px;
}

.topBlock {
    padding: 0 0;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
}

    .topBlock h4,
    .topBlock h2 {
        flex-grow: 1;
        font-size: var(--size_sm);
        line-height: 20px;
        margin: 0;
        text-align: left;
    }

    .topBlock .buttonArea,
    .topBlock .buttonArea .buttonList {
        display: flex;
        gap: 8px;
    }

.maindivarea .pro_category {
    padding: 0px;
    margin: 2px 0;
    display: flex;
    flex-flow: column;
    gap: 4px;
}

    .maindivarea .pro_category .product_list {
        display: flex;
        padding: 4px 8px;
        gap: 8px;
        border-radius: 4px;
        justify-content: start;
        align-items: center;
        background-color: #DFE3EB;
        flex-direction: row-reverse;
    }

        .maindivarea .pro_category .product_list .OrderReminder {
            display: none;
        }

            .maindivarea .pro_category .product_list .OrderReminder a {
                display: flex;
                background-color: var(--primaryMedium);
                color: var(--white) !important;
                flex-flow: row;
                gap: 6px;
                align-items: center;
                padding: 4px 8px;
                border-radius: 99px;
                font-size: var(--size_xs);
                line-height: var(--line_xs);
            }

        .maindivarea .pro_category .product_list label {
            padding: 0;
            width: max-content;
            font-weight: 600;
        }

            .maindivarea .pro_category .product_list label.cat {
                color: #565A5F;
                padding: 4px 0;
                border-radius: 99px;
                font-size: var(--size_sm);
                line-height: var(--line_sm);
                cursor: pointer;
                display: flex;
                align-items: center;
                gap: 4px;
                font-weight: 600;
                flex-grow: 1;
            }


.topBlock .searchArea {
    position: relative;
}

    .topBlock .searchArea a.srchBtn {
        position: absolute;
        right: 12px;
        top: 10px;
    }

.bottomBlock {
    padding: 0;
    margin-bottom: 12px;
    display: flex;
    flex-flow: column;
    gap: var(--gap_xxl);
}

    .bottomBlock .toCC {
        display: flex;
        flex-flow: row;
        gap: var(--gap_xl);
        margin-top: 12px;
        position: relative;
        border-bottom: solid 1px var(--grayLight);
        padding-bottom: var(--padding_xs);
    }

        .bottomBlock .toCC .toCCBlock {
            width: max-content;
            position: relative;
            padding-top: 3px;
            font-weight: 600;
            color: var(--grayDark);
            min-width: 32px;
        }

            .bottomBlock .toCC .toCCBlock span.mailNumProd,
            .bottomBlock .toCC .toCCBlock span.mailNum {
                position: absolute;
                background-color: var(--primary);
                color: var(--white);
                left: 24px;
                top: 2px;
                min-width: 14px;
                min-height: 14px;
                text-align: center;
                border-radius: 4px;
                font-size: 9px;
                line-height: 9px;
                padding: 3px;
                max-width: max-content;
                justify-content: center;
            }

            .bottomBlock .toCC .toCCBlock + div {
                width: 100%;
            }

.to-user-list, .cc-user-list {
    position: absolute;
    left: 26px;
    top: 40px;
    right: 0;
    background-color: var(--white);
    padding: var(--padding_xs);
    box-shadow: var(--shadowDropdown);
    border-radius: 8px;
    z-index: 9;
    max-height: 150px;
    overflow: auto;
}

    .to-user-list .single-user-body,
    .cc-user-list .cc-single-user-body {
        display: flex;
        width: 100%;
        background-color: var(--white);
        transition: var(--animation);
        flex-flow: row;
        gap: 8px;
        padding: 4px;
        border-radius: 4px;
        cursor: pointer;
        align-items: center;
    }

        .to-user-list .single-user-body:hover,
        .cc-user-list .cc-single-user-body:hover {
            background-color: var(--primaryMild);
            color: var(--primary);
        }

        .to-user-list .single-user-body i,
        .cc-user-list .cc-single-user-body i {
            width: 22px;
            height: 22px;
            border: solid 1px var(--grayMedium);
            overflow: hidden;
            border-radius: 50%;
            display: flex;
        }

            .to-user-list .single-user-body i img,
            .cc-user-list .cc-single-user-body i img {
                width: 100%;
                height: 100%;
            }


    .to-user-list button.closeList,
    .cc-user-list button.closeList {
        border: none;
        width: 18px;
        height: 18px;
        position: absolute;
        right: 10px;
        top: 10px;
        background-color: var(--grayDark);
    }

        .to-user-list button.closeList i,
        .cc-user-list button.closeList i {
            width: 18px;
            height: 18px;
            position: relative;
        }

            .to-user-list button.closeList i:before,
            .cc-user-list button.closeList i:before {
                content: "";
                position: absolute;
                left: 50%;
                top: 50%;
                width: 10px;
                height: 2px;
                background-color: var(--danger);
                display: inline-block;
                transform: translate(-50%, -50%) rotate(45deg);
                transition: var(--animation);
            }

            .to-user-list button.closeList i:after,
            .cc-user-list button.closeList i:after {
                content: "";
                position: absolute;
                left: 50%;
                top: 50%;
                width: 10px;
                height: 2px;
                background-color: var(--danger);
                display: inline-block;
                transform: translate(-50%, -50%) rotate(-45deg);
                transition: var(--animation);
            }

.user-Comments-product-view .textAreaBlock .ckEditorDropProd {
    position: relative;
    width: max-content;
}

.user-Comments-product-view .textAreaBlock .dropdown-submenu {
    display: none;
}

.ckEditorDrop {
    position: relative;
}

.newDropdown-menu {
    display: none;
    position: absolute;
    background: var(--white);
    padding: var(--padding_sm);
    box-shadow: var(--shadowDropdown);
    border-radius: 12px;
    inset: auto auto;
    left: 0%;
    bottom: calc(100% + 6px);
}

.bottomBlock .toCC .to-list-container {
    margin-top: 12px;
}

.tag-to-input {
    width: 100%;
    display: inline-block;
    line-height: 30px;
}



.Mail_AddCC {
    flex-grow: 1;
}

.blankRecord {
    display: flex;
    flex-flow: column;
    padding: var(--margin_md);
    border-radius: 12px;
    border: dashed 1px var(--warningMedium);
    background-color: var(--warningMild);
    justify-content: center;
    align-items: center;
    margin-top: var(--margin_md);
}

    .blankRecord h2 {
        font-size: var(--size_sm);
        line-height: var(--Line_sm);
        font-weight: 400;
    }

    .blankRecord h3 {
        font-size: var(--size_md);
        line-height: var(--line_md);
        font-weight: 500;
        color: var(--warning);
    }


.Recall_div {
    margin-top: var(--margin_md);
}

.form-group {
    margin-bottom: 10px;
    position: relative;
}

body form label.required, body label.required {
    color: var(--gray);
    font-size: var(--size_label);
    line-height: var(--line_label);
    margin-left: 0;
}

body .wrapper .switch {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    flex-flow: wrap;
    justify-content: start;
}

    body .wrapper .switch input {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden
    }

        body .wrapper .switch input ~ label {
            width: 30px;
            min-width: 30px;
            height: 16px;
            text-indent: -999px;
            display: inline-block;
            border-radius: 99px;
            background-color: var(--grayLight);
            position: relative;
            z-index: 0;
            overflow: hidden;
            cursor: pointer
        }

            body .wrapper .switch input ~ label:before {
                content: "";
                width: 62px;
                height: 16px;
                display: inline-block;
                background: linear-gradient(90deg,#85d752 50%,#d8e0ed 50%);
                border-radius: 99px;
                position: absolute;
                left: calc(-100% - 1px);
                top: 0;
                transition: var(--animation);
                z-index: 1
            }

    body .wrapper .switch.dark input ~ label:before {
        background: linear-gradient(90deg,#85d752 50%,#bcc3cf 50%);
    }

    body .wrapper .switch input:checked ~ label:before {
        left: 0
    }

    body .wrapper .switch input ~ label:after {
        content: "";
        width: var(--size_sm);
        height: var(--size_sm);
        display: inline-block;
        background-color: var(--white);
        border-radius: 50%;
        position: absolute;
        left: 2px;
        top: 1px;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.35);
        transition: var(--animation);
        z-index: 2
    }

    body .wrapper .switch input:checked ~ label:after {
        left: 16px
    }

    body .wrapper .switch span {
        color: var(--gray);
        font-size: var(--size_sm);
        line-height: 20px;
        min-width: 70px;
    }

        body .wrapper .switch span.mnth {
            text-align: right;
        }

        body .wrapper .switch span.yrs {
            text-align: left;
        }

        body .wrapper .switch span.note {
            flex-basis: 100%;
            color: var(--primaryMedium);
            font-size: var(--size_H3);
            line-height: var(--line_H3);
        }

.topPannel {
    display: flex;
    justify-content: space-between;
    gap: var(--gap_lg);
    align-items: center;
}

    .topPannel .leftSide {
        flex-grow: 1;
        display: flex;
        flex-flow: row;
        gap: var(--gap_md);
        align-items: center;
    }

        .topPannel .leftSide label {
            width: max-content;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }

        .topPannel .leftSide input[type="text"] {
            width: 200px;
            white-space: nowrap;
        }

#forSearch .Right {
    display: flex;
    flex-flow: row;
    gap: var(--gap_lg);
    align-items: center;
}

.customerContentArea {
    display: flex;
    flex-flow: column;
    gap: 0;
    flex-grow: 1;
    padding-top: var(--padding_sm);
    height: 100%;
    max-height: calc(100% - 0px);
    position: relative;
}

    .customerContentArea .tableWrapper {
        display: flex;
        flex-flow: column;
        gap: var(--gap_xl);
        flex-grow: 1;
        height: 100%;
    }

    .customerContentArea .customerContentArea {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

body .jconfirm-box-container {
    min-width: 320px;
    max-width: 460px;
    margin: 0 auto;
}

body .jconfirm.jconfirm-white .jconfirm-bg {
    background-color: rgba(8, 17, 43,0.45) !important;
}

body .jconfirm.jconfirm-white .jconfirm-box {
    box-shadow: var(--shadowModal);
    border-radius: 12px;
    padding: var(--padding_lg);
    position: relative;
    overflow: hidden;
}

body .jconfirm .jconfirm-box div.title-c {
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 6px 28px;
    color: var(--primary);
    position: relative;
}

    body .jconfirm .jconfirm-box div.title-c:before {
        content: "";
        width: 20px;
        height: 20px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 2px;
        background-image: url('images/ui_images/alert.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    body .jconfirm .jconfirm-box div.title-c .icon-c {
        display: none !important;
    }

    body .jconfirm .jconfirm-box div.title-c .title {
        padding-bottom: 0px;
    }

body .jconfirm .jconfirm-box div.content-pane {
    height: auto !important;
}

    body .jconfirm .jconfirm-box div.content-pane .content {
        border-radius: 8px;
        padding: 6px 6px 0 28px;
        min-height: inherit;
        font-size: var(--size_sm);
        line-height: 20px;
        color: var(--gray);
        position: static !important;
    }

body .jconfirm.jconfirm-white .jconfirm-box .buttons {
    display: flex;
    flex-flow: row;
    gap: 6px;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

    body .jconfirm.jconfirm-white .jconfirm-box .buttons button[type="button"].btn.btn-warning {
        background-color: var(--primaryMild) !important;
        color: var(--primary) !important;
        font-weight: 400;
        text-transform: capitalize;
        border: solid 1px var(--primaryMild) !important;
    }


.dataTables_wrapper {
    flex-grow: 1;
    display: flex;
    flex-flow: column;
    gap: 6px;
    padding-bottom: 2px;
    position: relative;
    min-height: 100px;
    overflow: hidden;
}


body .wrapper div.dataTables_processing,
body .wrapper #dvExportedLoader {
    margin: 0 !important;
    background-color: rgba(244, 245, 249,0.0) !important;
    left: 0 !important;
    top: 0 !important;
    right: 0;
    bottom: 0;
    height: 100% !important;
    min-height: 100px;
    z-index: 9;
    backdrop-filter: blur(2px);
}

    body .wrapper div.dataTables_processing:before,
    body .wrapper #dvExportedLoader:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #F4F5F9 !important;
        animation: mymove 1s infinite;
        border-radius: 6px;
    }

@keyframes mymove {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 0.5;
    }
}

body .wrapper #loading,
body .wrapper #dvExportedLoader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: var(--white);
    border-radius: 99px;
    padding: 3px;
}

    body .wrapper #loading #loading-image {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

body .wrapper #dvattachdetails .dataTables_processing {
    background-color: transparent !important;
}

    body .wrapper #dvattachdetails .dataTables_processing #loading {
        background-color: rgba(255,255,255,0.5);
    }

section.formScrolling {
    height: calc(100vh - 100px);
    display: flex;
    flex-flow: column;
    background-color: var(--white);
    border-radius: 12px;
    padding: 12px;
    margin-top: 6px;
}

    section.formScrolling .DynamicForm {
        flex-grow: 1;
        overflow: auto;
    }

        section.formScrolling .DynamicForm .row {
            margin: 0;
        }

.DynamicForm .clsfield {
    margin-bottom: 12px;
}

.DynamicForm .singleSelectWrap,
.DynamicForm .multipleSelectWrap {
    display: flex;
    flex-flow: wrap;
    gap: var(--gap_xs);
    align-items: start;
    align-content: flex-start;
}

    .DynamicForm .singleSelectWrap > label,
    .DynamicForm .multipleSelectWrap > label {
        width: 100%;
    }


    .DynamicForm .singleSelectWrap .check_radio,
    .DynamicForm .multipleSelectWrap .check_radio {
        width: calc(25% - var(--gap_xs));
        margin-bottom: 12px;
        flex-flow: column;
    }

body .content-wrapper .dataTables_wrapper table.table-striped tr td .Product_cont {
    padding: 0px 0px 0px 0px;
    overflow: auto;
}

    body .content-wrapper .dataTables_wrapper table.table-striped tr td .Product_cont table {
        border-spacing: 0 2px;
    }

        body .content-wrapper .dataTables_wrapper table.table-striped tr td .Product_cont table tr td {
            padding: 4px 25px 4px 3px !important;
            color: var(--grayDark);
            font-size: var(--size_xs);
        }

        body .content-wrapper .dataTables_wrapper table.table-striped tr td .Product_cont table tr:last-child td {
            padding: 0 !important;
            color: var(--grayDark) !important;
        }

        body .content-wrapper .dataTables_wrapper table.table-striped tr td .Product_cont table tr:after {
            background-color: #c5cbd8;
            border-radius: 2px;
        }

body .content-wrapper .dataTables_wrapper table.table-striped tr.shown td .Product_cont table tr:after {
    background-color: #c5cbd8;
    border-radius: 2px;
}

body .content-wrapper .dataTables_wrapper table.table-striped tr td .Product_cont table tr:has(#expandProductStatus):after {
    background-color: transparent;
}


body .content-wrapper .dataTables_wrapper table.table-striped tr.shown td .Product_cont table tr td {
    color: var(--grayDark) !important;
}

body .content-wrapper .dataTables_wrapper table.table-striped tr td .Product_cont table tr:first-child:after {
    background-color: #4e5055;
}

body .content-wrapper .dataTables_wrapper table.table-striped tr td .Product_cont table tr:first-child th {
    font-weight: 400;
    color: #b1bacd;
}

body .content-wrapper .dataTables_wrapper table.table-striped tr td .Product_cont table tr:hover:after {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

body .content-wrapper .dataTables_wrapper table.table-striped tr td .Product_cont table tr:last-child:after td {
    padding: 1px 1px 1px 0px !important;
}


body .wrapper table tbody tr td.expand_product a,
body .wrapper table tbody tr.deletedOrderBg td.expand_product a {
    display: flex !important;
    background-color: var(--primary);
    width: max-content;
    padding: 1px 6px;
    font-size: 10px !important;
    color: var(--white) !important;
    font-weight: 600;
    justify-content: center;
    line-height: var(--size_sm);
    border-radius: 4px;
    cursor: pointer;
}

body .wrapper table tbody tr.shown td.expand_product a,
body .wrapper table tbody tr.deletedOrderBg.shown td.expand_product a {
    background-color: var(--white);
    color: var(--primaryMedium) !important;
}

body .content-wrapper .dataTables_wrapper table.table-striped tr td span.assignopsspanAdOps {
    margin-left: 8px;
    font-size: 8px;
    padding: 0px 8px;
    display: inline-block;
    background-color: transparent;
    line-height: 8px;
    margin-top: 5px;
    border-radius: 99px;
}


#dvExportedColumns:has(li) {
    display: flex;
    flex-flow: wrap;
    gap: var(--gap_xs) var(--gap_xxl);
}

#dvExportedColumns li:first-child {
    width: calc(100% - 0px);
}

    #dvExportedColumns li:first-child label {
        font-weight: 500;
        color: var(--grayDark);
    }

#dvExportedColumns li:not(:first-child) {
    width: calc(25% - var(--gap_xxl));
}


#marketNotificationDtls {
    font-size: var(--size_sm);
    line-height: var(--Line_sm);
}

    #marketNotificationDtls .Notifica_pop .btnWrap {
        justify-content: start;
        padding: 0 0 var(--padding_md) 0;
        border-bottom: solid 1px var(--grayLight);
        margin-bottom: var(--margin_lg);
        gap: var(--gap_xxl);
    }

        #marketNotificationDtls .Notifica_pop .btnWrap .form-group {
            display: flex;
            align-items: center;
            margin: 0;
        }

            #marketNotificationDtls .Notifica_pop .btnWrap .form-group label {
                padding-bottom: 0;
                padding-right: 4px;
                width: max-content;
                white-space: nowrap;
            }

.nav_toggle {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.user-Comments-product-view {
    pointer-events: all !important;
}


tr td .panel-body,
.catdtls_contant,
.product_area {
    position: sticky;
    left: 0;
}

    .product_area .user-Comments-product-view .faq-links {
        width: 100%;
        position: relative;
        font-size: var(--size_sm);
        line-height: var(--Line_sm);
        font-weight: 500;
        color: var(--primary);
    }


.mailList ul {
    display: flex;
    flex-flow: column;
    gap: 12px;
}

    .mailList ul li {
        font-size: 12px;
        line-height: 20px;
        color: var(--gray);
        padding: var(--padding_sm) var(--padding_md);
        border: solid 1px var(--grayLight);
        border-radius: 5px;
    }

        .mailList ul li.noCmmnt {
            border: none !important;
            border-radius: 6px;
            padding: 8px !important;
            background-color: var(--warningMild);
        }

            .mailList ul li.noCmmnt .no-comments {
                align-items: center;
                gap: 8px;
            }

                .mailList ul li.noCmmnt .no-comments br {
                    display: none !important;
                }

                .mailList ul li.noCmmnt .no-comments i {
                    display: inline-block;
                    font-size: 16px;
                    color: var(--warningMedium);
                }

            .mailList ul li.noCmmnt p {
                margin: 0 !important;
            }

        .mailList ul li strong,
        .mailList ul li b {
            font-size: 12px;
            line-height: 20px;
            font-weight: 500;
            color: var(--grayDark);
        }

        .mailList ul li h2 {
            font-size: var(--size_sm);
            line-height: var(--Line_sm);
            font-weight: 500;
            color: var(--grayDark);
            width: 100%;
            position: relative;
            padding-left: var(--size_sm);
            margin-bottom: 8px;
            text-align: left;
        }

            .mailList ul li h2:before {
                content: "";
                position: absolute;
                left: 0;
                top: 4px;
                bottom: 4px;
                width: 4px;
                background-color: var(--primaryMedium);
            }

            .mailList ul li h2 span {
                font-size: var(--size_xs);
                line-height: var(--line_xs);
                font-weight: 400;
                color: var(--primaryMedium);
                width: 100%;
                display: flex;
            }

            .mailList ul li h2 ~ * {
                padding-left: var(--size_sm);
                font-size: var(--size_sm);
                line-height: var(--Line_sm);
                margin: 0 0 var(--margin_xs) 0;
                text-align: left;
            }

        .mailList ul li * {
            white-space: normal;
        }

        .mailList ul li a {
            background-color: var(--grayLight);
            display: flex !important;
            flex-flow: row;
            gap: 6px;
            border-radius: 99px;
            padding: var(--padding_xs) var(--padding_md);
            font-size: var(--size_xs);
            line-height: var(--line_xs);
            color: var(--grayDark) !important;
            width: max-content;
            align-items: center;
        }

            .mailList ul li a i.fa-file-o {
            }

body .wrapper .mailList ul table > tbody > tr:after {
    display: none;
}

#dvcommentdetails .btnWrap button[type="button"].file-Upload {
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #dvcommentdetails .btnWrap button[type="button"].file-Upload i {
        display: flex;
        align-items: center;
        justify-content: center;
    }


.catdetailDetails {
    display: flex;
    flex-flow: row;
    gap: 12px;
    width: 100%;
    position: relative;
    padding-right: 20px;
}

    .catdetailDetails:has(label[style="display:none;"]) {
        display: none;
    }

body .wrapper .catdetailDetails label {
    width: 120px;
    color: var(--grayDark);
    font-weight: 500;
    padding: 0;
    white-space: break-spaces;
}

body .wrapper .catdetailDetails > span,
body .wrapper .catdetailDetails > strong,
body .wrapper .catdetailDetails > div:is(.assign_list, .cc_list, .tab-custome) {
    width: calc(100% - 132px);
    font-weight: 400;
    color: var(--gray);
    display: flex;
    gap: 4px;
}

.catdetailDetails span strong {
    font-weight: 400;
    width: 100%;
    display: flex;
    white-space: normal;
    color: var(--gray);
}

.catdetailDetails span i {
    color: var(--grayDark);
}

.catdetailDetails span i {
    position: relative;
    cursor: pointer;
}

.CusScroll {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 8px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 12px;
}

    .CusScroll > div {
        display: flex;
        flex-flow: row;
        gap: var(--gap_md);
    }

        .CusScroll > div i.fa.fa-copy {
            margin-top: 0px;
            cursor: pointer;
            position: absolute;
            right: 4px;
            top: 0;
        }

            .CusScroll > div i.fa.fa-copy:before {
                content: "" !important;
                width: 11px;
                height: 11px;
                display: inline-block;
                background-color: transparent;
                background-image: url('images/ui_images/copy.svg');
                filter: var(--filterSuccess);
                background-position: center;
                background-repeat: no-repeat;
                background-size: 100% 100%;
            }

            .CusScroll > div i.fa.fa-copy.copied:before {
                filter: var(--filterGray);
            }

            .CusScroll > div i.fa.fa-copy:after {
                content: "copied";
                font-family: "Inter", sans-serif;
                font-size: var(--size_xs);
                line-height: var(--line_xs);
                background-color: var(--successMedium);
                color: var(--white);
                padding: 3px 6px;
                border-radius: 3px;
                display: flex;
                position: absolute;
                top: 50%;
                right: 100%;
                transform: translate(0%, -50%);
                opacity: 0;
            }

            .CusScroll > div i.fa.fa-copy.copied:after {
                transform: translate(-50%, -10%);
                animation: clikedCopy 600ms linear;
            }

@keyframes clikedCopy {
    0% {
        transform: translate(0%, -50%);
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    65% {
        opacity: 1;
        transform: translate(-7%, -50%);
    }

    100% {
        transform: translate(-21%, -50%);
        opacity: 0;
    }
}

.CusScroll > div strong {
    white-space: normal;
    color: var(--gray);
    font-weight: 400;
    text-align: left;
}


body .wrapper ul.nav-tabs {
    display: flex;
    flex-flow: row;
    gap: 2px;
}

    body .wrapper ul.nav-tabs li.nav-item {
        display: flex;
    }

        body .wrapper ul.nav-tabs li.nav-item button[type="button"] {
            border-radius: 10px 10px 0 0;
            background-color: var(--grayMild) !important;
            border: none !important;
            color: var(--gray) !important;
        }

            body .wrapper ul.nav-tabs li.nav-item button[type="button"].active {
                background-color: var(--primary) !important;
                color: var(--white) !important;
            }

.Add_pop {
    width: 100%;
    display: flex;
    justify-content: end;
    padding: 12px 0;
}

body .cke_chrome {
    margin-bottom: 6px;
}

body .cke_wysiwyg_frame,
body .cke_wysiwyg_div {
    background: var(--grayLight) !important;
    height: 155px !important;
}

body .cke_reset {
    background: var(--whitye) !important;
    border-radius: 5px;
    height: max-content !important;
}

body wrapper .cke_top {
    border-radius: 5px;
}

body .cke_browser_ios .cke_contents {
    overflow-y: auto;
    max-height: 160px;
}

body .tt-menu {
    padding: 0;
    background-color: var(--white);
    box-shadow: var(--shadowDropdown);
    max-height: 100px;
    overflow: auto;
}

body .typeahead-header {
}

body .tt-selectable {
    width: 100%;
    margin: 0;
    cursor: pointer;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 6px 24px 6px 12px;
    font-size: var(--size_xs);
    line-height: var(--line_xs);
}

    body .tt-selectable strong {
        display: inline;
    }

    body .tt-selectable:hover {
        text-decoration: none;
        background-color: var(--primaryMild);
        color: var(--primary);
    }




#ProductExternalSubmitForm #dvformdetails > .row {
    max-height: calc(100vh - 300px);
    overflow: auto;
    margin-top: 12px;
}


.infoView {
    display: flex;
    width: 100%;
    flex-flow: column;
    gap: var(--gap_xs);
}

    .infoView .infoViewItem {
        display: flex;
        flex-flow: row;
        gap: var(--gap_xs);
    }

        .infoView .infoViewItem label {
            min-width: 150px;
            width: max-content;
            font-size: var(--size_sm);
            line-height: 20px;
            color: var(--grayDark);
            font-weight: 600;
            padding: 0;
        }

        .infoView .infoViewItem span {
            flex-grow: 1;
            width: 100%;
            font-size: var(--size_sm);
            line-height: 20px;
            color: var(--gray);
            font-weight: 400;
        }


body .dropzone {
    border: dashed 1px var(--primaryMedium);
    border-radius: 12px;
    min-height: 140px;
}

    body .dropzone.clsDropzoneForm {
        display: flex;
        align-items: center;
        width: 100% !important;
        flex-flow: wrap;
    }

    body .dropzone .dz-message {
        margin: 0em 0;
    }

.dropzone.dz-clickable .dz-message .UploadFileBox i {
    width: 100px;
    height: 100px;
    display: inline-block;
}

.dropzone.dz-clickable .dz-message .UploadFileBox.smallBox i {
    width: 60px;
    height: 60px;
    display: inline-block;
}

.dropzone.dz-clickable .dz-message .UploadFileBox i img {
    width: 100%;
    height: 100%;
    filter: var(--filterPrimary);
}

.dropzone.dz-clickable .dz-message .UploadFileBox h3 {
    color: var(--primaryMedium);
}

.dropzone.dz-clickable .dz-message .UploadFileBox.smallBox h3 {
    font-size: var(--size_sm);
    line-height: var(--Line_sm);
}

.dropzone.dz-clickable .dz-message .UploadFileBox span {
    width: 100%;
    max-width: 800px;
    display: inline-block;
    word-break: break-word;
    font-size: var(--size_sm);
    color: var(--gray);
    padding: 5px 50px;
}

body .hldDropzone .dropzone.dz-started {
    border: none;
    padding: 0;
}

    body .hldDropzone .dropzone.dz-started .dz-message {
        display: inline-block;
        width: 100%;
        margin: 0;
    }

        body .hldDropzone .dropzone.dz-started .dz-message .UploadFileBox {
            margin-bottom: var(--size_h4);
            border: dashed 1px var(--primaryMedium);
            border-radius: 8px;
            padding: var(--size_h4);
        }

            body .hldDropzone .dropzone.dz-started .dz-message .UploadFileBox i {
                width: 40px;
                height: 40px;
                display: inline-block;
            }

            body .hldDropzone .dropzone.dz-started .dz-message .UploadFileBox h3 {
                font-size: 13px;
                line-height: var(--size_h4);
            }

            body .hldDropzone .dropzone.dz-started .dz-message .UploadFileBox span {
                font-size: 13px;
                line-height: var(--size_h4);
                display: none;
            }

body .dropzone .dz-preview {
    width: 20%;
    padding: 10px;
    margin: 0;
    max-width: 150px;
}


    body .dropzone .dz-preview .dz-image {
        width: 100%;
        border-radius: 10px;
        aspect-ratio: 1/1;
        height: inherit;
        background-color: var(--grayLight);
        border: solid 1px var(--grayLight);
    }


        body .dropzone .dz-preview .dz-image img {
            width: 100%;
            object-fit: cover;
            height: 100%;
        }


    body .dropzone .dz-preview:hover .dz-image img {
        filter: blur(0px);
    }


    body .dropzone .dz-preview .dz-details {
        position: unset;
        padding: 0;
        opacity: 1;
        text-align: left;
        margin-bottom: 5px;
    }


        body .dropzone .dz-preview .dz-details .dz-size {
            margin-bottom: 0;
        }


            body .dropzone .dz-preview .dz-details .dz-size span {
                background-color: transparent;
                font-size: var(--size_sm);
            }


            body .dropzone .dz-preview .dz-details .dz-size strong {
                color: #1b3da2;
            }

    body .dropzone .dz-preview .dz-progress {
        margin-top: 0px;
        position: unset;
        width: 100%;
        margin-left: 0;
        height: 8px;
        border-radius: 8px;
        background: rgba(200,205,210,0.9);
    }

        body .dropzone .dz-preview .dz-progress .dz-upload {
            background: #64e12c;
            background: linear-gradient(to bottom, #64e12c, #4aad1e);
        }

    body .dropzone .dz-preview .dz-success-mark,
    body .dropzone .dz-preview .dz-error-mark {
        top: 15px;
        right: 15px;
        left: inherit;
        margin: 0;
    }


        body .dropzone .dz-preview .dz-success-mark svg,
        body .dropzone .dz-preview .dz-error-mark svg {
            display: block;
            width: 30px;
            height: 30px;
        }

    body .dropzone .dz-preview .dz-remove {
        text-align: center;
        display: flex;
        cursor: pointer;
        border: none;
        width: 23px;
        height: 23px;
        background: #e74343;
        border-radius: 99px;
        position: absolute;
        right: 3px;
        top: 3px;
        z-index: 99;
        font-size: 12px;
        line-height: 12px;
        align-items: center;
        justify-content: center;
        color: var(--white);
        cursor: pointer;
    }

        body .dropzone .dz-preview .dz-remove:hover {
            text-decoration: none;
        }

        body .dropzone .dz-preview .dz-remove i {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            cursor: pointer;
        }

#InsertionLineItemOrders {
    margin-bottom: 12px;
}

    #InsertionLineItemOrders ul {
        display: flex;
        flex-flow: wrap;
        gap: 12px;
    }

        #InsertionLineItemOrders ul li {
            display: flex;
            flex-flow: row;
            gap: 6px;
            align-items: center;
            justify-content: start;
            background-color: var(--grayMild);
            padding: 4px 8px;
            border-radius: 4px;
        }

            #InsertionLineItemOrders ul li input {
                margin: 0;
            }

            #InsertionLineItemOrders ul li a {
                white-space: nowrap;
                margin: 0;
                padding: 0;
                font-size: 12px;
                line-height: var(--size_sm);
                color: var(--grayDark);
            }

                #InsertionLineItemOrders ul li a span {
                    font-size: 12px;
                    line-height: var(--size_sm);
                    color: var(--grayDark);
                }

                #InsertionLineItemOrders ul li a i {
                    width: 16px;
                    height: 16px;
                    display: inline-block;
                }

                    #InsertionLineItemOrders ul li a i img {
                        width: 100%;
                        height: 100%;
                    }


body .content-wrapper table tr td.dataTables_empty,
body .content-wrapper .dataTables_wrapper table.table-striped tr td.dataTables_empty {
    border-radius: 10px;
    border: dashed 1px var(--warningMedium) !important;
    background-color: var(--warningMild) !important;
    padding: 25px !important;
    font-size: var(--size_sm);
    line-height: var(--size_h4) !important;
    font-weight: 400 !important;
}



.datepicker.datepicker-dropdown {
    border: none;
    padding: 1px 10px 10px 10px;
    border-radius: 8px;
    box-shadow: var(--shadowClickable);
}

    .datepicker.datepicker-dropdown > div {
        position: relative;
        z-index: 2;
    }

        .datepicker.datepicker-dropdown > div:before {
            content: "";
            position: absolute;
            left: -9px;
            right: -9px;
            top: 0;
            height: 32px;
            background-color: var(--primaryMild);
            z-index: -1;
            border-radius: 9px 9px 0 0;
        }

        .datepicker.datepicker-dropdown > div table thead {
            vertical-align: middle;
        }

            .datepicker.datepicker-dropdown > div table thead tr:first-child th {
                color: var(--primary);
                transition: var(--animation);
                cursor: pointer !important;
            }

                .datepicker.datepicker-dropdown > div table thead tr:first-child th:hover {
                    background-color: var(--primaryLight);
                    color: var(--primaryDark);
                }

                .datepicker.datepicker-dropdown > div table thead tr:first-child th:first-child,
                .datepicker.datepicker-dropdown > div table thead tr:first-child th:last-child {
                    padding: 5px 5px;
                    font-size: var(--size_xs);
                    line-height: var(--line_xs);
                    font-weight: 400;
                    color: var(--grayDark);
                    border-radius: 0;
                    height: 32px;
                    width: 32px;
                    vertical-align: middle;
                    position: relative;
                    z-index: 1;
                    background: none !important;
                    display: table-cell;
                }

                    .datepicker.datepicker-dropdown > div table thead tr:first-child th:first-child:before,
                    .datepicker.datepicker-dropdown > div table thead tr:first-child th:last-child:before {
                        content: "";
                        position: absolute;
                        width: 32px;
                        height: 32px;
                        border-radius: 99px;
                        left: 50%;
                        top: 50%;
                        transform: translate(-50%,-50%) scale(1);
                        z-index: -1;
                        transition: var(--animation);
                        background-color: var(--primaryMild);
                    }

                    .datepicker.datepicker-dropdown > div table thead tr:first-child th:first-child:hover:before,
                    .datepicker.datepicker-dropdown > div table thead tr:first-child th:last-child:hover:before {
                        background-color: var(--primaryLight);
                        color: var(--white);
                        transform: translate(-50%,-50%) scale(1);
                    }



            .datepicker.datepicker-dropdown > div table thead tr th {
                padding: 5px 5px;
                font-size: var(--size_sm);
                line-height: var(--Line_sm);
                font-weight: 500;
                color: var(--grayMedium);
            }

        .datepicker.datepicker-dropdown > div table tbody tr td {
            padding: 5px 5px;
            font-size: var(--size_sm);
            line-height: var(--Line_sm);
            font-weight: 400;
            color: var(--primary) !important;
            border-radius: 0;
            height: 32px;
            width: 32px;
            vertical-align: middle;
            position: relative;
            z-index: 1;
            background: none !important;
            display: table-cell;
        }

            .datepicker.datepicker-dropdown > div table tbody tr td.new {
                color: var(--primary) !important;
            }


            .datepicker.datepicker-dropdown > div table tbody tr td.day:not(.disabled, .old, .new):before {
                content: "";
                position: absolute;
                width: 30px;
                height: 30px;
                border-radius: 99px;
                left: 50%;
                top: 50%;
                background-color: var(--grayMild);
                transform: translate(-50%,-50%) scale(1);
                opacity: 1;
                z-index: -1;
                transition: var(--animationModal);
            }

            .datepicker.datepicker-dropdown > div table tbody tr td.day.new:before {
                content: "";
                position: absolute;
                width: 34px;
                height: 34px;
                border-radius: 99px;
                left: 50%;
                top: 50%;
                background-color: var(--white);
                transform: translate(-50%,-50%) scale(1);
                opacity: 0.5;
                z-index: -1;
                transition: var(--animationModal);
            }

            .datepicker.datepicker-dropdown > div table tbody tr td.day.new:hover:before {
                background-color: var(--primaryMild);
            }

            .datepicker.datepicker-dropdown > div table tbody tr td.day:not(.disabled, .old, .new):hover {
                color: var(--primary) !important;
            }

                .datepicker.datepicker-dropdown > div table tbody tr td.day:not(.disabled, .old, .new):hover:before {
                    background-color: var(--primaryMild);
                    opacity: 1;
                    transform: translate(-50%,-50%) scale(1);
                }

            .datepicker.datepicker-dropdown > div table tbody tr td.today,
            .datepicker.datepicker-dropdown > div table tbody tr td.old.today {
                color: var(--white) !important;
            }

            .datepicker.datepicker-dropdown > div table tbody tr td.day.today:before,
            .datepicker.datepicker-dropdown > div table tbody tr td.day.old.today:before {
                background-color: var(--primaryMedium);
                transform: translate(-50%,-50%) scale(1);
            }

            .datepicker.datepicker-dropdown > div table tbody tr td.day.active {
                color: var(--white) !important;
            }

    .datepicker.datepicker-dropdown .datepicker-days table tbody tr td.day.active:before {
        background-color: var(--primary);
        transform: translate(-50%,-50%) scale(1);
        opacity: 1;
    }

    .datepicker.datepicker-dropdown > div table tbody tr td.day.old {
        color: var(--grayMedium) !important;
    }

    .datepicker.datepicker-dropdown > div table tbody tr td.day.disabled {
        cursor: no-drop;
    }

    .datepicker.datepicker-dropdown > div table tbody tr td.day.old.disabled {
        color: var(--grayLight) !important;
    }


    .datepicker.datepicker-dropdown > div table tfoot tr th {
        padding: 5px 5px;
        font-size: var(--size_default);
        line-height: var(--line_default);
        font-weight: 400;
        color: var(--primary);
        background-color: var(--primaryMild);
        transition: var(--animation);
        position: static;
    }

        .datepicker.datepicker-dropdown > div table tfoot tr th:hover {
            background-color: var(--primaryMedium);
        }

    .datepicker.datepicker-dropdown > div table tbody tr td span.month,
    .datepicker.datepicker-dropdown > div table tbody tr td span.year {
        position: relative;
        background-color: transparent !important;
        width: 53px;
        margin: 0;
    }

        .datepicker.datepicker-dropdown > div table tbody tr td span.month:before,
        .datepicker.datepicker-dropdown > div table tbody tr td span.year:before {
            content: "";
            position: absolute;
            width: 53px;
            height: 53px;
            border-radius: 99px;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%) scale(0.5);
            z-index: -1;
            transition: var(--animationModal);
        }

        .datepicker.datepicker-dropdown > div table tbody tr td span.month:hover:before,
        .datepicker.datepicker-dropdown > div table tbody tr td span.year:hover:before {
            background-color: var(--primaryMild);
            transform: translate(-50%,-50%) scale(1);
        }

.presentation_list11 ul {
    list-style: none;
    padding: 0;
    margin: var(--margin_lg) 0 !important;
    ;
    display: flex;
    flex-flow: row;
    align-items: start;
    justify-content: space-around;
    gap: var(--gap_lg);
    margin-bottom: var(--size_h4);
}

    .presentation_list11 ul li {
        margin: 0 !important;
        cursor: pointer;
        text-align: center;
        display: inline-block;
        width: 100%;
        flex-shrink: unset;
    }

        .presentation_list11 ul li a {
            width: 100%;
            display: flex;
            flex-flow: column;
            justify-content: start;
            align-items: center;
            position: relative;
            background-color: var(--grayMild);
            border-radius: 8px;
            overflow: hidden;
            transition: var(--animation);
        }

        .presentation_list11 ul li:hover a {
            background-color: var(--primaryMild);
        }

        .presentation_list11 ul li a span.folderImg {
            max-width: 70px;
            width: 100%;
            aspect-ratio: 1/1;
            position: relative;
            display: flex;
        }

            .presentation_list11 ul li a span.folderImg img {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                transition: var(--animation);
            }

                .presentation_list11 ul li a span.folderImg img:first-child {
                    opacity: 1;
                    visibility: visible;
                }

                .presentation_list11 ul li a span.folderImg img:last-child {
                    opacity: 0;
                    visibility: hidden;
                }

        .presentation_list11 ul li.presentation_list11_active a span.folderImg img:first-child {
            opacity: 0;
            visibility: hidden;
        }

        .presentation_list11 ul li.presentation_list11_active a span.folderImg img:last-child {
            opacity: 1;
            visibility: visible;
        }

        .presentation_list11 ul li a span.orderCount {
            position: absolute;
            left: 0;
            top: 0;
            background-color: var(--grayDark);
            color: var(--white);
            padding: 4px;
            text-align: center;
            font-size: var(--size_xs);
            line-height: var(--line_xs);
            min-width: 20px;
            height: 20px;
            justify-content: center;
            display: flex;
            align-items: center;
            border-radius: 8px 0px 6px 0px;
        }

        .presentation_list11 ul li a label {
            text-align: center;
            font-size: 12px;
            line-height: var(--size_sm);
            display: inline-block;
            background-color: var(--grayLight);
            padding: 8px 4px;
            color: var(--grayDark);
            text-transform: capitalize;
            font-weight: 500;
            transition: var(--animation);
        }

        .presentation_list11 ul li:hover a label {
            background-color: var(--primaryLight);
            color: var(--primaryDark);
        }


.externalfiles ul.externalFileList,
.presentation_list11 .tab-pane ul,
.presentation_list11 .tab-pane #InsertionLineItemOrders ul {
    display: flex;
    flex-flow: wrap;
    gap: 8px;
    justify-content: start;
}

    .externalfiles ul.externalFileList li,
    .presentation_list11 .tab-pane ul li,
    .presentation_list11 .tab-pane #InsertionLineItemOrders ul li {
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
        text-align: left;
    }


        .externalfiles ul.externalFileList li:has(input),
        .presentation_list11 .tab-pane ul li:has(input),
        .presentation_list11 .tab-pane #InsertionLineItemOrders ul li:has(input) {
            flex-basis: content;
            display: flex;
            flex-flow: row;
            font-size: 9px;
            line-height: 12px;
            white-space: nowrap;
            align-items: center;
            margin: 0 !important;
            gap: 6px;
            background-color: var(--grayLight);
            font-weight: 400;
            border-radius: 4px;
            padding: 4px 8px;
            color: var(--gray);
        }



        .presentation_list11 .tab-pane ul li.Attach_num,
        .presentation_list11 .tab-pane #InsertionLineItemOrders ul li.Attach_num {
            flex-grow: 1;
            display: flex;
            gap: 4px;
            flex-flow: row;
            flex-basis: 100%;
            background-color: transparent;
            text-decoration: none;
            position: relative;
        }

        .presentation_list11 .tab-pane ul li:has(ul),
        .presentation_list11 .tab-pane #InsertionLineItemOrders ul li:has(ul) {
            background-color: transparent;
            padding: 0;
            width: 100%;
            flex-basis: 100%;
        }

        .externalfiles ul.externalFileList li a,
        .presentation_list11 .tab-pane ul li a,
        .presentation_list11 .tab-pane #InsertionLineItemOrders ul li a {
            width: max-content;
            background-color: transparent;
            color: var(--grayDark);
            font-weight: 500;
            font-size: 10px;
            text-decoration: none;
        }


            .externalfiles ul.externalFileList li a span,
            .presentation_list11 .tab-pane ul li a span,
            .presentation_list11 .tab-pane #InsertionLineItemOrders ul li a span {
                background-color: transparent;
                color: var(--grayDark);
                font-size: var(--size_xs);
                line-height: var(--line_xs);
            }

        .presentation_list11 .tab-pane ul li input,
        .presentation_list11 .tab-pane #InsertionLineItemOrders ul li input {
            margin: 0;
        }


        .externalfiles ul.externalFileList li a span i,
        .presentation_list11 .tab-pane ul li a span i,
        .presentation_list11 .tab-pane #InsertionLineItemOrders ul li a span i {
            margin-left: 6px;
            width: 10px;
            height: 10px;
        }

            .externalfiles ul.externalFileList li a span i.fa-download,
            .presentation_list11 .tab-pane ul li a span i.fa-download {
                color: var(--success);
            }

            .presentation_list11 .tab-pane ul li a span i.fa-trash-o {
                color: var(--danger);
            }

        .presentation_list11 .tab-pane ul li label,
        .presentation_list11 .tab-pane #InsertionLineItemOrders ul li label {
            margin: 0;
            padding: 0;
            font-weight: 600;
            color: var(--primaryMedium);
        }

        .presentation_list11 .tab-pane ul li a:is(.bulk, .bulkP),
        .presentation_list11 .tab-pane #InsertionLineItemOrders ul li a:is(.bulk, .bulkP) {
            width: max-content;
            color: var(--primary);
            font-weight: 600;
            font-size: 10px;
            display: flex;
            display: flex;
            flex-flow: row;
            gap: 6px;
            align-items: center;
        }

            .presentation_list11 .tab-pane ul li a:is(.bulk, .bulkP) i,
            .presentation_list11 .tab-pane #InsertionLineItemOrders ul li a:is(.bulk, .bulkP) i {
                width: 16px;
                height: 16px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

ul.product_accordian li ul.inner li a {
    display: flex;
    padding: 4px 8px;
    background-color: var(--grayMild);
    font-size: var(--size_sm);
    line-height: 20px;
    color: var(--gray);
    border-radius: 6px;
    position: relative;
}

    ul.product_accordian li ul.inner li a i {
        width: 17px;
        height: 17px;
        display: inline-block;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: var(--size_sm);
        top: 6px;
    }

        ul.product_accordian li ul.inner li a i:before,
        ul.product_accordian li ul.inner li a i:after {
            content: "" !important;
            display: flex;
            border-right: solid 1px var(--grayMedium);
            border-bottom: solid 1px var(--grayMedium);
            position: absolute;
        }

        ul.product_accordian li ul.inner li a i:before {
            width: 8px;
            height: 8px;
            transform: translate(-50%, -50%) rotate(45deg);
            left: calc(50% - 1px);
            top: calc(50% - 2px);
        }

        ul.product_accordian li ul.inner li a i:after {
            width: 6px;
            height: 6px;
            transform: translate(-50%, -50%) rotate(45deg);
            left: calc(50% - 1px);
            top: calc(50% - 3px);
        }

body .wrapper #test.default .toggler {
    background-color: var(--primary);
    position: absolute;
    top: 50%;
    right: 100%;
    left: inherit;
    transition: var(--animationFast);
    width: 16px;
    border-radius: 8px 0 0 8px;
    border: none;
    transform: translateY(-50%);
    animation: resizeOne 600ms infinite alternate linear;
    height: 100px;
    cursor: pointer;
}

    body .wrapper #test.default:hover .toggler,
    body .wrapper #test.default .toggler:hover {
        width: 30px;
        animation: none;
    }

body .wrapper #test.default.open .toggler {
    width: 30px;
    animation: none;
}

body .wrapper #test.default .toggler span {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: calc(50% + 4px);
    transform: translate(-50%, -50%) rotate(45deg);
    border-left: solid 2px var(--white);
    border-bottom: solid 2px var(--white);
    transition: var(--animationFast);
}

body .wrapper #test.default.open .toggler span {
    left: calc(50% - 4px);
    transform: translate(-50%, -50%) rotate(45deg);
    border-left: solid 0px var(--white);
    border-bottom: solid 0px var(--white);
    border-right: solid 2px var(--white);
    border-top: solid 2px var(--white);
}

body .wrapper #test.default.open .toggler:hover span {
    left: calc(50% - 2px);
}


@keyframes resizeOne {
    0% {
        height: 60px;
    }

    100% {
        height: 90px;
    }
}


.user_profile .whiteBoxInner {
    max-height: calc(100vh - 150px);
    overflow: auto;
}


body .wrapper table tr.catdetails .catdtls_contant {
    padding: var(--size_h4);
}


body .content-wrapper .dataTables_wrapper table.table-striped tr.details td.details {
    padding: 0 !important;
}

body .wrapper table tr.details:after {
    display: none;
}

body .content-wrapper .dataTables_wrapper table.table-striped tr.details td.details .tableScrollWrapper {
    max-height: 440px;
    overflow: auto;
}

    body .content-wrapper .dataTables_wrapper table.table-striped tr.details td.details .tableScrollWrapper table tr th {
        color: var(--white);
    }


.assignedemail {
    display: flex;
    flex-flow: column;
    max-height: 15px;
    min-width: 220px;
    padding-right: 6px;
    overflow-y: auto;
    overflow-x: hidden;
    transition: var(--animation);
}

    .assignedemail:hover {
        max-height: 44px;
        transition: var(--animation);
    }

    .assignedemail:not(:hover) span:not(:first-child) {
        display: none;
    }


    .assignedemail::-webkit-scrollbar-track {
        height: 2px;
        width: 2px;
    }

    .assignedemail::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }


.dashboardInfoCards .cards {
    padding: 10px;
    border-radius: 8px;
    box-shadow: var(--shadowDefault);
    background-color: var(--white);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .dashboardInfoCards .cards .icons {
        width: 50px;
        aspect-ratio: 1/1;
        display: flex;
    }

        .dashboardInfoCards .cards .icons img {
            width: 100%;
            height: 100%;
        }

    .dashboardInfoCards .cards .infoDetails {
        display: flex;
        flex-flow: column;
        align-items: end;
        align-content: center;
        text-align: right;
    }

        .dashboardInfoCards .cards .infoDetails span:first-child {
            font-size: 20px;
            line-height: 26px;
            font-weight: 500;
            color: var(--grayDark);
        }

        .dashboardInfoCards .cards .infoDetails:last-child {
            font-size: var(--size_sm);
            line-height: var(--Line_sm);
            font-weight: 400;
            color: var(--grayMedium);
        }


.dashBoardRightPannel {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    height: calc(100vh - 70px);
    gap: 12px;
}

    .dashBoardRightPannel .heightCover {
        overflow: auto;
        justify-content: flex-start;
        height: 100%;
        min-height: inherit;
    }

.graphAreaScroller {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    height: calc(100vh - 160px);
    gap: 12px;
    min-height: inherit;
    margin-top: var(--margin_lg);
}

    .graphAreaScroller .graphArea {
        overflow: auto;
    }

        .graphAreaScroller .graphArea .graphAreaWrap {
            width: 100%;
            overflow-x: hidden;
        }


.formQuickLinks {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 8px;
    justify-content: flex-start;
    height: max-content;
}

    .formQuickLinks a.formQuickLinksItems {
        display: flex;
        padding: var(--padding_xs) 30px var(--padding_xs) 0px;
        justify-content: flex-start;
        align-items: center;
        flex: 1 0 0;
        align-self: stretch;
        background-color: #852B8F;
        border-radius: 6px;
        position: relative;
        transition: var(--animation);
        border: solid 2px #852B8F;
    }

        .formQuickLinks a.formQuickLinksItems:nth-child(1) {
            background-color: #852B8F;
            border: solid 2px #852B8F;
        }

        .formQuickLinks a.formQuickLinksItems:nth-child(2) {
            background-color: #9A3BA5;
            border: solid 2px #9A3BA5;
        }

        .formQuickLinks a.formQuickLinksItems:nth-child(3) {
            background-color: #B04BBB;
            border: solid 2px #B04BBB;
        }

        .formQuickLinks a.formQuickLinksItems:nth-child(4) {
            background-color: #C55BD1;
            border: solid 2px #C55BD1;
        }

        .formQuickLinks a.formQuickLinksItems:nth-child(5) {
            background-color: #D96AE5;
            border: solid 2px #D96AE5;
        }

        .formQuickLinks a.formQuickLinksItems:nth-child(6) {
            background-color: #F07BFD;
            border: solid 2px #F07BFD;
        }

        .formQuickLinks a.formQuickLinksItems:hover {
            background-color: var(--primaryMild);
            border: solid 2px var(--primaryMild);
        }

        .formQuickLinks a.formQuickLinksItems:before {
            content: "";
            width: 10px;
            height: 10px;
            border-right: solid 2px var(--white);
            border-top: solid 2px var(--white);
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%) rotate(45deg);
            transition: var(--animation);
        }

        .formQuickLinks a.formQuickLinksItems:hover:before {
            border-right: solid 2px var(--primary);
            border-top: solid 2px var(--primary);
        }

        .formQuickLinks a.formQuickLinksItems i {
            display: flex;
            width: 46px;
            aspect-ratio: 1/1;
        }

            .formQuickLinks a.formQuickLinksItems i img {
                filter: var(--filterWhite);
                width: 100%;
                height: 100%;
                transition: var(--animation);
            }

        .formQuickLinks a.formQuickLinksItems:hover i img {
            filter: var(--filterPrimary);
        }

        .formQuickLinks a.formQuickLinksItems span {
            color: var(--white);
            flex-grow: 1;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            transition: var(--animation);
            font-size: var(--size_sm);
            line-height: var(--Line_sm);
        }

        .formQuickLinks a.formQuickLinksItems:hover span {
            color: var(--primary);
        }

.latestOrder {
    padding: var(--padding_lg);
    border-radius: 9px;
    background: rgb(233, 13, 67);
    background: linear-gradient(75deg, rgba(233, 13, 67, 1) 0%, rgba(133, 43, 143, 1) 100%);
}

    .latestOrder h4 {
        color: var(--white);
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        margin-bottom: 16px;
    }

    .latestOrder .infoView .infoViewItem label {
        color: var(--white);
        font-size: var(--size_sm);
        line-height: var(--Line_sm);
        font-weight: 500;
        min-width: 95px;
    }

    .latestOrder .infoView .infoViewItem span {
        color: var(--white);
        font-size: var(--size_sm);
        line-height: var(--Line_sm);
    }


.graphArea {
    width: 100%;
}

.chartBox .whiteBox {
    padding: var(--padding_lg);
    margin-bottom: var(--margin_lg);
}

.chartBox h3 {
    font-size: var(--size_md);
    line-height: var(--line_md);
    font-weight: 500;
    color: var(--grayDark);
    padding: 8px 0 8px 38px;
    position: relative;
    margin-bottom: 8px;
}

    .chartBox h3 i {
        width: 30px;
        aspect-ratio: 1/1;
        display: flex;
        position: absolute;
        left: 0;
        top: 0;
    }

        .chartBox h3 i img {
            width: 100%;
            height: 100%;
        }

.chartBox > .whiteBox img {
    width: 100%;
}

body .modal#LineItemInteractionHistory .modal-content,
body .modal#InteractionHistory .modal-content {
    background: var(--grayLight) !important;
    box-shadow: none !important;
}

    body .modal#LineItemInteractionHistory .modal-content .modal-header,
    body .modal#InteractionHistory .modal-content .modal-header {
        border: none;
    }


.first-container {
    display: flex;
    flex-flow: column;
    gap: 8px;
    justify-content: flex-start;
}

.LineItemInteractionHistoryItems {
    background-color: var(--white);
    border-radius: 10px;
    padding: var(--padding_sm);
    position: relative;
}

    .LineItemInteractionHistoryItems .timezoneHistory {
        display: flex;
        flex-flow: row;
        align-items: center;
        gap: 12px;
        padding-bottom: 6px;
        border-bottom: solid 1px var(--grayLight);
        margin-bottom: 6px;
    }

        .LineItemInteractionHistoryItems .timezoneHistory > span {
            display: flex;
            flex-flow: row;
            gap: 6px;
            justify-content: flex-start;
            align-items: center;
            background-color: var(--grayMild);
            padding: 4px 9px;
            border-radius: 99px;
        }

            .LineItemInteractionHistoryItems .timezoneHistory > span i {
                width: var(--size_sm);
                height: var(--size_sm);
                display: flex;
                justify-content: flex-start;
                align-items: center;
            }

                .LineItemInteractionHistoryItems .timezoneHistory > span i img {
                    width: 100%;
                    height: 100%;
                    filter: var(--filterPrimary);
                }

            .LineItemInteractionHistoryItems .timezoneHistory > span > span {
                display: flex;
                font-size: 10px;
                line-height: 10px;
                color: var(--gray);
            }


    .LineItemInteractionHistoryItems h4 {
        font-size: var(--size_sm);
        line-height: 20px;
        font-weight: 600;
        color: var(--grayDark);
        margin: 0 0;
        flex-grow: 1;
    }

        .LineItemInteractionHistoryItems h4 span {
            font-weight: 600;
            color: var(--primaryMedium);
        }

    .LineItemInteractionHistoryItems h5 {
        font-size: var(--size_sm);
        line-height: 20px;
        font-weight: 400;
        color: var(--gray);
        margin: 0;
    }

ul.clsTotalTab {
    width: 100%;
    display: flex;
    flex-flow: row;
    gap: var(--gap_xl);
    margin: var(--margin_sm) 0;
}

    ul.clsTotalTab li {
        display: flex;
        flex-flow: column;
        background-color: var(--grayLight);
        flex-basis: 100%;
        padding: 8px 8px 6px 8px;
        border-radius: 6px;
    }

        ul.clsTotalTab li h2 {
            font-size: var(--size_sm);
            line-height: var(--Line_sm);
            margin: 0 0 0px 0;
            color: var(--primaryMedium);
        }

        ul.clsTotalTab li span {
            font-size: var(--size_md);
            line-height: var(--line_md);
            font-weight: 500;
            color: var(--grayDark);
            margin: 0;
        }


.OrderAssigntags {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 12px;
}

.TogglesOrderNav .nav_toggle {
    width: 20px;
    height: 20px;
    background: var(--grayDark);
    position: absolute;
    left: 0%;
    top: 0;
    transform: translate(10px, 8px);
    z-index: 1;
    border-radius: 3px 3px 3px 3px;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
}

.TogglesOrderNav.closedPannel .nav_toggle {
    transform: translate(-4px, 8px);
    border-radius: 3px 3px 3px 3px;
    left: 378px;
    opacity: 1 !important;
}

.TogglesOrderNav .sidenav .LeftPanel .tab-custome {
    margin-bottom: 12px;
}

.TogglesOrderNav div[class^="order_user_dtls"] {
    width: 100%;
    margin-bottom: 10px;
}

.TogglesOrderNav .LeftPanel .faq-links {
    margin: 0;
}

    .TogglesOrderNav .LeftPanel .faq-links a {
        font-size: var(--size_sm) !important;
        line-height: var(--Line_sm) !important;
        font-weight: 500;
        color: var(--white) !important;
        display: flex;
        width: 100%;
        justify-content: space-between;
        background-color: var(--primaryMedium);
        padding: 5px 8px;
        border-radius: 4px;
        margin-bottom: 0px;
    }

        .TogglesOrderNav .LeftPanel .faq-links a i {
            display: flex;
            align-items: center;
            margin-left: 4px;
        }


.TogglesOrderNav h3.faq-links {
    font-size: var(--size_sm);
    line-height: var(--Line_sm);
    font-weight: 500;
    color: var(--white) !important;
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: var(--primaryMedium);
    padding: 5px 8px;
    border-radius: 4px;
    gap: 10px;
    margin: 10px 0 10px 0;
    cursor: pointer !important;
}

body .wrapper table > tbody > tr.catdetails .catdtls_contant {
    padding: 0;
    background: none !important;
    box-shadow: none !important;
}

/*body .viewForm .form-group{margin-bottom: 8px; padding:8px 12px; background-color: var(--grayMild); border-radius:6px;}*/

body .viewForm input:not([type="submit"]),
body .viewForm input:not([type="button"]),
body .viewForm input:not([type="checkbox"]),
body .viewForm input:not([type="radio"]) {
    pointer-events: none;
}

    body .viewForm input:not([type="submit"]):hover,
    body .viewForm input:not([type="button"]):hover,
    body .viewForm input:not([type="checkbox"]):hover,
    body .viewForm input:not([type="radio"]):hover {
        pointer-events: none;
    }

body .wrapper .viewForm textarea:hover,
body .wrapper .viewForm textarea:focus-visible {
    background-color: var(--grayMild);
}

.Prodlistaccdn_pagelevel {
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    margin-bottom: var(--margin_sm);
}


.Additional_Tab ul {
    display: flex;
    flex-flow: row;
    gap: 12px;
    padding-top: var(--size_h4);
}

    .Additional_Tab ul li {
        padding: 8px 16px;
        font-size: 16px;
        background-color: var(--grayLight);
        border-radius: 6px 6px 0 0;
        color: var(--gray);
        cursor: pointer;
    }

        .Additional_Tab ul li.active,
        .Additional_Tab ul li.tabactive {
            background-color: var(--primary);
            color: var(--white);
        }

ul.Flter_hide {
    padding-top: 12px;
}

.check_radio_Wrapper {
    display: flex;
    flex-flow: wrap;
    gap: 8px;
    justify-content: flex-start;
    align-content: flex-start;
    padding-top: 8px;
}

.flexColScroller {
    flex-grow: 1 !important;
    flex-flow: column;
    overflow: hidden;
}

.display_month #selectedMonth {
    display: flex;
    flex-flow: wrap;
    gap: 3px 3px;
    max-height: 100px;
    overflow: auto;
    margin: 12px 0 0 0;
}

    .display_month #selectedMonth span {
        display: flex;
        flex-flow: row;
        width: max-content;
        padding: 2px 8px;
        background-color: var(--grayLight) !important;
        color: var(--grayDark);
        border-radius: 99px;
        gap: 4px;
        align-items: center;
        font-size: var(--size_xs);
        line-height: var(--line_xs);
    }


body .main-footer {
    font-size: var(--size_xs);
    line-height: var(--line_xs);
    color: var(--gray);
    padding: var(--padding_sm) var(--padding_lg);
    position: relative;
    z-index: 1;
}

body.skin-blue .wrapper {
    box-shadow: none;
}

.clsextrenalfield span.hintsText{font-size: var(--size_xs); line-height: var(--line_xs); color: var(--gray); display: inline-block; width: 100%; padding-bottom: 8px;}

body .wrapper table > tbody > tr > td img.expcol,
body .wrapper table > tbody > tr > td a.hint--top > img,
body .wrapper table > tbody > tr > td img[alt="expand/collapse"] {
    width: 16px;
    height: 16px;
    margin-left: 0;
    cursor: pointer;
}

body .wrapper table > tbody > tr > td i img[alt="expand/collapse"] {
    margin-left: 0;
}


body .wrapper table > tbody > tr td.catdetails input[type="submit"],
body .wrapper table > tbody > tr td.catdetails input[type="button"]:not(.dropdown-toggle),
body .wrapper table > tbody > tr td.catdetails input[type="submit"],
body .wrapper table > tbody > tr td.catdetails input[type="button"].btn:not(.dropdown-toggle),
body .wrapper table > tbody > tr td.catdetails button[type="button"]:not(.dropdown-toggle),
body .wrapper table > tbody > tr td.catdetails a.btnclearfilters,
body .wrapper table > tbody > tr td.catdetails a#btnsavefilters {
    min-width: 40px;
    gap: var(--gap_lg);
    background-color: var(--primary) !important;
    border: solid 1px var(--primary) !important;
}

    body .wrapper table > tbody > tr td.catdetails input[type="submit"].secondary,
    body .wrapper table > tbody > tr td.catdetails input[type="button"].secondary:not(.dropdown-toggle),
    body .wrapper table > tbody > tr td.catdetails input[type="submit"].secondary,
    body .wrapper table > tbody > tr td.catdetails input[type="button"].btn.secondary:not(.dropdown-toggle),
    body .wrapper table > tbody > tr td.catdetails button[type="button"].secondary:not(.dropdown-toggle),
    body .wrapper table > tbody > tr td.catdetails a.btnclearfilters,
    body .wrapper table > tbody > tr td.catdetails a#btnsavefilters {
        min-width: 40px;
        gap: var(--gap_lg);
        background-color: var(--primaryMild) !important;
        border: solid 1px var(--primaryMild) !important;
    }

        body .wrapper table > tbody > tr td.catdetails input[type="submit"]:hover,
        body .wrapper table > tbody > tr td.catdetails input[type="button"]:not(.dropdown-toggle):hover,
        body .wrapper table > tbody > tr td.catdetails input[type="submit"]:hover,
        body .wrapper table > tbody > tr td.catdetails input[type="button"].btn:not(.dropdown-toggle):hover,
        body .wrapper table > tbody > tr td.catdetails button[type="button"]:not(.dropdown-toggle):hover,
        body .wrapper table > tbody > tr td.catdetails a.btnclearfilters:hover,
        body .wrapper table > tbody > tr td.catdetails a#btnsavefilters:hover {
            background-color: var(--grayDark) !important;
            border: solid 1px var(--grayDark) !important;
        }

/*body .wrapper .cke_reset{max-height: 127px !important;}
body .wrapper .cke_contents.cke_reset{max-height:136px !important;}
body .wrapper frame.cke_reset{max-height:136px !important;}*/

body .wrapper .cke_top {
    background: var(--primaryMild);
}

body .wrapper .catdetailDetails textarea {
    height: 65px;
    background-color: var(--white);
}

body.sidebar-mini .wrapper .main-sidebar p.copyRight {
    color: var(--white);
    font-size: var(--size_xs);
    line-height: var(--Line_sm);
    text-align: center;
    padding: var(--padding_sm) var(--padding_lg);
    margin: 0;
    opacity: 1;
    visibility: visible;
    transition: var(--animation);
}

body.sidebar-mini.sidebar-collapse .wrapper .main-sidebar p.copyRight {
    opacity: 0;
    visibility: hidden;
}

.tooltip.bs-tooltip-auto {
    font-size: var(--size_xs) !important;
}

.tooltip .tooltip-inner {
    text-align: left;
    box-shadow: 2px 2px 6px #00000050;
}




.file-list-containerP,
.file-list-container {
    display: flex;
    flex-flow: wrap;
    gap: var(--gap_xs);
    margin-bottom: 12px;
}

    .file-list-containerP li,
    .file-list-container li {
        display: flex;
    }

        .file-list-containerP li a,
        .file-list-container li a {
            display: flex;
            width: max-content;
            padding: 2px 8px;
            background-color: var(--grayLight) !important;
            color: var(--grayDark) !important;
            border-radius: 99px;
            align-items: center;
            font-size: var(--size_xs);
            line-height: var(--line_xs);
            font-weight: 400;
        }

            .file-list-containerP li a span,
            .file-list-container li a span {
                display: flex;
                flex-flow: row;
                width: max-content;
                color: var(--grayDark) !important;
                gap: var(--gap_sm);
                align-items: center;
                font-size: var(--size_xs);
                line-height: var(--line_xs);
                font-weight: 400;
            }

                .file-list-containerP li a span i.fa.filesIconP,
                .file-list-container li a span i.fa.filesIconP {
                    position: static;
                    font-size: 9px !important;
                    line-height: 9px !important;
                }

.TogglesOrderNav .tableInnerRight .textAreaBlock,
.TogglesOrderNav .tableInnerRight .mailList {
    padding-left: 0;
}

.TogglesOrderNav .save-changes {
    padding-left: 30px;
    padding-top: 12px;
}

    .TogglesOrderNav .save-changes ul {
        display: flex;
        flex-flow: row;
        gap: 8px;
        justify-content: flex-end;
    }



a.download-doc {
    display: flex;
    flex-flow: row;
    background-color: var(--grayLight);
    width: max-content;
    font-size: var(--size_xs);
    line-height: var(--line_xs);
    padding: var(--padding_xs);
    gap: var(--gap_xs);
    align-content: center;
    border-radius: 6px;
}

.UnderConstruction {
    text-align: center;
    width: 100%;
    background: var(--white);
    padding: 80px 25px;
    border-radius: 12px;
    position: relative;
    transform: translateY(-20%);
    box-shadow: 0px 15px 25px 0px rgba(20, 25, 35, 0.015),0px 0px 100px 0px rgba(20, 25, 35, 0.015);
}

    .UnderConstruction h2 {
        font-size: var(--size_lg);
        line-height: var(--line_lg);
        color: var(--primaryMedium);
    }

    .UnderConstruction h1 {
        font-size: var(--size_xxl);
        line-height: var(--line_xxl);
        font-weight: 700;
        color: var(--grayDark);
    }

    .UnderConstruction h4 {
        font-size: var(--size_sm);
        line-height: var(--Line_sm);
        color: var(--grayMedium);
    }


body .content-wrapper table tr td span.ShowReminderSpan_External,
body .content-wrapper .dataTables_wrapper table.table-striped tr td span.ShowReminderSpan_External {
    display: flex;
    background-color: var(--primaryMedium);
    color: var(--white) !important;
    flex-flow: row;
    gap: 6px;
    align-items: center;
    padding: 3px 9px !important;
    border-radius: 99px;
    font-size: 12px;
    line-height: 12px;
}


ul.newDropdown-menu li.check_radio ul.dropdown-submenu {
    position: absolute;
    right: 100%;
    top: 0;
    background: var(--white);
    padding: var(--padding_sm);
    box-shadow: var(--shadowDropdown);
    border-radius: 12px;
    flex-flow: column;
    max-height: 130px;
    overflow: auto;
}

    ul.newDropdown-menu li.check_radio ul.dropdown-submenu li {
        background-color: var(--white);
        transition: var(--animation);
        border-radius: 4px;
    }

        ul.newDropdown-menu li.check_radio ul.dropdown-submenu li:hover {
            background-color: var(--primaryMild);
        }

        ul.newDropdown-menu li.check_radio ul.dropdown-submenu li a {
            color: var(--gray) !important;
            padding: 4px 8px;
            transition: var(--animation);
        }

        ul.newDropdown-menu li.check_radio ul.dropdown-submenu li:hover a {
            color: var(--primary) !important;
        }


.Prodlistaccdn_pagelevel .tableScrollWrapper table tbody tr.shown + tr:after {
    display: none !important;
}


.modal#MarketNotificationHistory .dataTables_wrapper {
    margin-top: 8px;
}

ul.ui-autocomplete {
    max-height: 150px;
    overflow: auto;
    box-shadow: var(--shadowDropdown);
    z-index: 999999999;
}

    ul.ui-autocomplete li a {
        font-size: var(--size_xs);
        line-height: var(--Line_xs) !important;
        padding: 4px 8px !important;
        border: none;
        margin: 0 !important;
        transition: var(--animation);
        cursor: pointer;
    }

        ul.ui-autocomplete li a.ui-state-focus {
            padding: 4px 8px !important;
            border: none !important;
            margin: 0 !important;
            background-color: var(--primaryMild) !important;
            color: var(--primary);
        }


.check_radio:has(input[type="radio"]) ~ .input-group {
    display: none;
    margin-bottom: 12px;
}

.check_radio:has(input[type="radio"]:checked) ~ .input-group:has(*) {
    display: flex;
}
/*.check_radio:has(input[type="radio"]:checked) ~ .input-group:empty{display:none;} */

ul[class^="externalFileList_"] {
    margin-top: 8px;
    margin-bottom: 18px;
}

    ul[class^="externalFileList_"] li {
        display: flex;
        width: 100%;
        margin-bottom: 4px;
        gap: 6px;
        /*justify-content: space-between*/
    }

        ul[class^="externalFileList_"] li:first-child {
            align-items: center;
        }

        ul[class^="externalFileList_"] li a {
            white-space: nowrap;
            display: flex;
            gap: 4px;
            font-size: var(--size_xs);
            line-height: var(--line_xs);
            font-weight: 400;
            color: var(--gray);
            align-items: center;
        }

            ul[class^="externalFileList_"] li a.clsExternalDownload,
            a.selectAllLabel {
                display: flex;
                /*flex-grow: 1;*/
                justify-content: space-between;
                align-items: center;
            }
            ul.externalFileList li a.adjExt{max-width:calc(100% - 0px); overflow:hidden;}
            ul[class^="externalFileList_"] li a.adjExt{max-width:calc(100% - 60px); overflow:hidden;}

            ul.externalFileList li a.adjExt span,
                ul[class^="externalFileList_"] li a.adjExt span {
                    
                    display:inline-block;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

            ul.externalFileList li a.adjExt span{width:calc(100% - 30px)}
            ul[class^="externalFileList_"] li a.adjExt span{width: 100%;}

            .externalfiles ul.externalFileList.extsize{flex-flow:column;}
            ul[class^="externalFileList_"] li a.bulk {
                padding: 3px 9px;
                background-color: var(--primary);
                border-radius: 99px;
                color: var(--white);
            }



body .wrapper .alert {
    padding: 12px 30px 12px 10px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 0;
}

    body .wrapper .alert.alert-success {
        background-color: var(--successMild) !important;
        border: solid 1px var(--successMild) !important
    }

    body .wrapper .alert.alert-danger {
        background-color: var(--dangerMild) !important;
        border: solid 1px var(--dangerMild) !important
    }

    body .wrapper .alert.alert-warning {
        background-color: var(--warningMild) !important;
        border: solid 1px var(--warningMild) !important
    }

    body .wrapper .alert.alert-info {
        background-color: var(--infoMild);
        border: solid 1px var(--infoMild)
    }

    body .wrapper .alert h4 {
        margin: 0;
        font-size: var(--size_xs);
        line-height: var(--line_xs);
        font-weight: 400;
        display: flex;
        flex-flow: row;
        gap: 6px;
        position: relative;
        padding-left: 24px;
        word-break: auto-phrase;
    }

    body .wrapper .alert.alert-success h4 {
        color: var(--success)
    }

    body .wrapper .alert.alert-danger h4 {
        color: var(--danger)
    }

    body .wrapper .alert.alert-warning h4 {
        color: var(--warning)
    }

    body .wrapper .alert.alert-info h4 {
        color: var(--info)
    }

    body .wrapper .alert h4:before {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        display: inline-block;
        left: 0;
        top: -2px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 100%
    }

    body .wrapper .alert.alert-success h4:before {
        background-image: url(../Content/images/ui_Images/success.svg)
    }

    body .wrapper .alert.alert-danger h4:before {
        background-image: url(../Content/images/ui_Images/error.svg)
    }

    body .wrapper .alert.alert-warning h4:before {
        background-image: url(../Content/images/ui_Images/warning.svg)
    }

    body .wrapper .alert.alert-info h4:before {
        background-image: url(../Content/images/ui_Images/info.svg)
    }

    body .wrapper .alert h4 i {
        display: none !important;
    }


    body .wrapper .alert button[type="button"].close {
        background-image: none;
        background-color: transparent !important;
        width: 24px !important;
        height: 24px;
        min-width: inherit;
        padding: 0;
        margin: 0;
        position: absolute;
        opacity: 1;
        right: 10px;
        top: 8px;
        overflow: hidden;
        text-indent: -999px;
        min-height: initial;
        border: none !important;
    }

        body .wrapper .alert button[type="button"].close:hover {
            box-shadow: none;
            background-color: transparent !important
        }

        body .wrapper .alert button[type="button"].close:after,
        body .wrapper .alert button[type="button"].close:before {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            width: 10px;
            height: 1.5px;
            border-radius: 1px;
            background-color: var(--dangerMedium);
            display: inline-block;
            transition: var(--animation)
        }

        body .wrapper .alert button[type="button"].close:hover:after, .alert .close:hover:before {
            width: 14px;
            height: 1.5px;
            background-color: var(--danger)
        }

        body .wrapper .alert button[type="button"].close:before {
            transform: translate(-50%,-50%) rotate(45deg)
        }

        body .wrapper .alert button[type="button"].close:after {
            transform: translate(-50%,-50%) rotate(-45deg)
        }


button#submit-all {
    background-color: var(--primaryDark) !important;
    border-radius: 99px;
    font-size: var(--size_sm) !important;
    line-height: var(--Line_sm);
    font-weight: 400 !important;
    padding: var(--padding_xs) var(--padding_md);
    border: solid 1px var(--primaryDark) !important;
    color: var(--white) !important;
    display: flex;
    flex-flow: row;
    gap: var(--gap_lg);
    justify-content: center;
    align-items: center;
    width: max-content;
    min-width: 100px;
    transition: var(--animation) !important;
    flex-shrink: unset;
    white-space: nowrap;
}



body .wrapper table > tbody > tr.shown .dropdown.assignDate button i img {
    filter: var(--filterWhite);
}

body .wrapper table tr td select, body .wrapper table tr td select[id^="ProdStat"] {
    position: relative;
    z-index: 2;
}


table tbody tr:has(.dropdown-menu.show) {
    z-index: 8;
}

body .content-wrapper .dataTables_wrapper table.table-striped tr td .assignDate .dropdown-menu {
    padding: var(--padding_sm);
    min-width: inherit;
    box-shadow: var(--shadowClickable);
}

    body .content-wrapper .dataTables_wrapper table.table-striped tr td .assignDate .dropdown-menu .addedDate {
        display: flex;
        flex-flow: column;
        gap: 4px;
        width: max-content;
    }

body .content-wrapper .dataTables_wrapper table.table-striped tr td .addedDate span.assignopsspanAdOps {
    margin: 0;
    width: max-content;
}

.no-data {
    color: var(--warningMedium);
}

.func-container .cke_reset .cke_toolbar_last .cke_toolgroup {
    display: none;
}

.func-container a.cke_button,
.func-container a.cke_button:hover {
    border: none;
    padding: 4px 6px;
}

.catdtls_contant:has(.product_area) .row {
    margin: 0;
}

.catdtls_contant .product_area {
    padding: 0;
}

body .content-wrapper table .catdtls_contant tr.shown + tr td {
    padding: 0 !important;
}

.catdtls_contant .product_area {
    display: flex;
    flex-flow: row;
    gap: 8px;
}

.tableInnerTwoLeft {
    flex-grow: 1;
    max-width: 350px;
}

.tableInnerTwoRight {
    flex-grow: 1;
}

.tableInnerTwoLeft .assign_label {
    flex-flow: column;
    padding: var(--padding_md) !important;
    background: var(--white) !important;
    border: solid 1px var(--grayLight) !important;
}

.Additional_Tab {
    margin-top: 18px;
}

.LoginWrapper {
    width: 100%;
    display: flex;
}
/* Comment this CSS */
/*.dropdown.assignDate{display:flex; position:absolute; right:12px; top:50%; transform:translate(-50%,-50%);}
.dropdown.assignDate button{border:none; outline:none; padding:0; background: transparent;}
.dropdown.assignDate button i{width:9px; height:9px; display:flex; position:relative;}
.dropdown.assignDate button i:before{content:"" !important; position:absolute; right:-5px; top:-4px; bottom:0; left:-25px; background-color:var(--primaryMedium); z-index:-1; border-radius:0 99px 99px 0; height: 18px;}
.dropdown.assignDate button i img{filter:var(--filterWhite);}*/
/* Comment this CSS */



body .daterangepicker.dropdown-menu {
    z-index: 9999999 !important;
    box-shadow: var(--shadowDropdown);
    left: auto !important;
    right: 0 !important;
}

body .range_inputs {
    display: flex;
    gap: 8px;
}


    body .range_inputs button[type="button"] {
        min-width: 74px;
    }

        body .range_inputs button[type="button"].cancelBtn {
            background-color: var(--primaryLight) !important;
            border: solid 1px var(--primaryLight) !important;
            color: var(--primaryDark) !important;
        }

body .daterangepicker {
    max-width: 634px;
    width: auto;
}

    body .daterangepicker.dropdown-menu .calendar {
        display: none;
    }

    body .daterangepicker.dropdown-menu.show-calendar .calendar {
        display: block;
    }

    body .daterangepicker.dropdown-menu.show-calendar .ranges ul li:last-child {
        pointer-events: none;
    }

    body .daterangepicker .calendar th {
        font-weight: 500;
    }

    body .daterangepicker .calendar th,
    body .daterangepicker .calendar td {
        font-size: var(--size_xs);
        min-width: 30px;
        height: 30px;
    }

    body .daterangepicker.ltr .ranges {
        display: flex;
        flex-flow: column;
    }

    body .daterangepicker .ranges ul {
        flex-grow: 1;
    }

    body .daterangepicker .ranges li {
        border: none;
        margin-bottom: 4px;
        color: var(--gray);
        font-size: var(--size_xs);
        padding: var(--padding_xs) var(--padding_sm);
    }

        body .daterangepicker .ranges li:hover {
            background-color: var(--primaryMild);
            color: var(--primary);
            border: none;
        }

        body .daterangepicker .ranges li.active {
            background-color: var(--primaryMedium);
            color: var(--white);
            border: none;
        }

    body .daterangepicker td.active,
    body .daterangepicker td.active:hover {
        background-color: var(--primaryMedium) !important;
        color: var(--white) !important;
    }

    body .daterangepicker td.in-range {
        background-color: var(--primaryMild);
    }

.daterangepicker.opensright:before,
.daterangepicker.opensright:after {
    display: none;
}



.tableInnerLeft .order_user-dtls {
    background-color: #e8ebf2;
    border: solid 1px #e8ebf2;
    border-radius: 4px;
}

    .tableInnerLeft .order_user-dtls .orderdetailsarea {
        padding: 0;
    }

    .tableInnerLeft .order_user-dtls h1.faq-links {
        margin: 0;
    }

    .tableInnerLeft .order_user-dtls:has([style="display: block;"]) .order_user_dtls1 a {
        border-radius: 4px 4px 0 0 !important;
    }

.title-page .topPannel .MidSide .statusIndication {
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: var(--gap_sm);
}

    .title-page .topPannel .MidSide .statusIndication label {
        margin: 0;
        padding: 0;
    }

    .title-page .topPannel .MidSide .statusIndication ul {
        display: flex;
        flex-flow: row;
        gap: var(--gap_lg);
        background-color: var(--grayLight);
        padding: var(--padding_xs) var(--padding_md);
        border-radius: 99px;
    }

        .title-page .topPannel .MidSide .statusIndication ul li {
            display: flex;
        }

            .title-page .topPannel .MidSide .statusIndication ul li a {
                display: flex;
                width: max-content;
                font-size: var(--size_xs);
                line-height: var(--line_xs);
                color: var(--gray);
                align-items: center;
                gap: var(--gap_xs);
                padding: 1px 0 1px 14px;
                position: relative;
            }

                .title-page .topPannel .MidSide .statusIndication ul li a span.bullet {
                    width: 10px;
                    height: 10px;
                    display: inline-block;
                    border-radius: 99px;
                    border: solid 2px var(--white);
                    background-color: var(--gray);
                    position: absolute;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%) scale(1);
                    transition: var(--animationModal);
                }

            .title-page .topPannel .MidSide .statusIndication ul li:hover a span.bullet {
                transform: translateY(-50%) scale(1.25);
            }



            .title-page .topPannel .MidSide .statusIndication ul li a span:not(.bullet) {
                font-weight: 600;
                color: var(--grayDark);
                display: flex;
                font-size: var(--size_xs);
                line-height: var(--line_xs);
            }

                .title-page .topPannel .MidSide .statusIndication ul li a span:not(.bullet):before {
                    content: "(";
                }

                .title-page .topPannel .MidSide .statusIndication ul li a span:not(.bullet):after {
                    content: ")";
                }

.from-group:has(.newIO_input) {
    flex-flow: wrap;
}

.from-group .newIO_input:has(.check_radio) {
    width: calc(50% - 3px);
}

li a.selectAllLabelP,
li a.selectAllLabel {
    font-weight: 700 !important;
    border-radius: 0 !important;
}

.Billing_Filter .searchWrapper {
    width: 100%;
    padding: 4px 4px 4px 4px;
    border-right: dotted 1px var(--grayLight);
    border-left: dotted 1px var(--grayLight);
    display: flex;
    gap: 4px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    background-color: #fce4ff;
}

    .Billing_Filter .searchWrapper input:not([type="submit"],[type="button"],[type="checkbox"],[type="radio"]) {
        padding: 3px 6px;
        border-radius: 4px;
        border-color: #e3bfe8;
        background: var(--white) !important;
    }

    .Billing_Filter .searchWrapper button[type="button"] {
        width: 23px;
        height: 23px;
        padding: 0;
        min-width: inherit;
        min-height: inherit;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        background-color: var(--primaryMedium) !important;
        border-color: var(--primaryMedium) !important;
    }

        .Billing_Filter .searchWrapper button[type="button"] i {
            width: 23px;
            height: 23px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .Billing_Filter .searchWrapper button[type="button"] i img {
                width: 30px;
                height: 30px;
                aspect-ratio: 1/1;
                filter: var(--filterWhite);
            }


#dvlinedetails div.view {
    font-size: var(--size_sm);
    line-height: var(--Line_sm);
    color: var(--gray);
    padding: 4px 0;
}

    #dvlinedetails div.view strong {
        font-weight: 600;
        color: var(--grayDark);
        padding-right: 6px;
        padding-left: 16px;
        display: inline-block;
        position: relative;
    }

        #dvlinedetails div.view strong:before {
            content: "";
            width: 9px;
            height: 9px;
            background-color: var(--primaryMedium);
            border-radius: 50%;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 4px;
        }



.subFrm {
    display: none;
    position: absolute;
    bottom: 30px;
    right: 22px;
    background: white;
    z-index: 9;
    width: 100%;
    padding: 0;
    box-shadow: var(--shadowDropdown);
    border-radius: 12px;
}

    .subFrm:before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        bottom: -18px;
        left: 20px;
        border-left: solid 10px transparent;
        border-top: solid 10px var(--white);
        border-right: solid 10px transparent;
        border-bottom: solid 10px transparent;
    }

    .subFrm.show {
        display: block;
    }

    .subFrm .subFrmInner {
        padding: 14px;
        overflow: auto;
        width: 100%;
        max-height: 200px;
    }

#progressPopup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(15,17,21,0.5);
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    transition: var(--animation);
}

    #progressPopup.uploading {
        visibility: visible;
        opacity: 1;
    }

    #progressPopup .progress {
        display: flex;
        padding: 24px;
        background-color: var(--white);
        border-radius: 12px;
        box-shadow: var(--shadowModal);
        flex-flow: column;
        width: max-content;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        gap: 10px;
    }

.barRail {
    display: inline-block;
    width: 350px;
    height: 10px;
    min-height: 10px;
    border-radius: 99px;
    overflow: hidden;
    background-color: var(--grayLight);
    position: relative;
}

#progressPopup .progress p {
    margin: 0;
    color: var(--grayMedium);
    text-align: center;
}

    #progressPopup .progress p span {
        font-weight: 500;
        color: var(--grayDark);
    }

#progressPopup .progress .bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: var(--success);
}


body .content-wrapper .dataTables_wrapper table#LineUpdatesStatusDataTable.table-striped tr td {
    height: 34px;
}

.viewType {
    display: flex;
    flex-flow: row;
    gap: 1px;
    padding: 0 10px 0px 0px;
    align-items: center;
}

    .viewType label {
        font-size: var(--size_label);
        line-height: var(--line_label);
        font-weight: 400;
        color: var(--primaryLight) !important;
        padding-bottom: 0 !important;
        padding-right: 8px !important;
    }

    .viewType > span {
        display: flex;
        flex-shrink: unset;
        padding: 5px;
        cursor: pointer;
        transition: var(--animation);
    }

        .viewType > span img {
            width: 15px;
            height: 15px;
        }

        .viewType > span#thumbView {
            border-radius: 5px 0 0 5px;
            background-color: var(--primaryMedium);
        }

        .viewType > span#listView {
            border-radius: 0 5px 5px 0;
            background-color: var(--primaryMedium);
        }

        .viewType > span#thumbView img {
            filter: var(--filterWhite);
            opacity: 1;
            transition: var(--animation);
        }

        .viewType > span#listView img {
            filter: var(--filterPrimary);
            opacity: 1;
            transition: var(--animation);
        }

.listView .viewType > span#thumbView {
    background-color: var(--primaryMedium);
}

.listView .viewType > span#listView {
    background-color: var(--primaryMedium);
}

.listView .viewType > span#thumbView img {
    filter: var(--filterPrimary);
    opacity: 1;
}

.listView .viewType > span#listView img {
    filter: var(--filterWhite);
    opacity: 1;
}

.listview .clsextrenalfield.col-lg-6 {
    width: 100% !important;
}


.checkList_Scroll {
    max-height: 250px;
    overflow: auto;
    border: none !important;
    padding: 0 var(--padding_sm) var(--padding_sm) var(--padding_sm);
    background-color: var(--grayMild);
    border-radius: 0 0 4px 4px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 12px;
}

.form-group:has(.switch) {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
}

.select_All {
    overflow: auto;
    border: none !important;
    padding: var(--padding_sm) var(--padding_sm) 0 var(--padding_sm);
    background-color: var(--grayMild);
    border-radius: 4px 4px 0 0;
    margin-bottom: 0px;
}

.checkList_Scroll .form-group .switch ~ label {
    margin-left: 8px;
}
