﻿a {
    text-decoration: none !important;
    cursor: pointer;
}

ul {
    list-style: none;
}


body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.header-div {
    width: 100%;
    z-index: 99;
}




a {
    font-weight: 500;
    color: var(--primary-bg-color);
}



.textb {
    background-color: White;
    outline-color: #8B7B8B;
    border: white;
    padding: 3px;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    border-radius: 2px;
}

.textb1 {
    background-color: #F5F5DC;
    outline-color: #F5F5DC;
    border: #F5F5DC;
    padding: 3px;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    border-radius: 2px;
}

input[type='text']:focus {
    background-color: #F5F5DC;
    border: #EEE9BF;
}

.buttonnorm {
    border-style: none;
    border-color: inherit;
    color: #F5F5DC;
    padding: 8px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    text-transform: uppercase;
}

.btnprint {
    border-style: none;
    border-color: inherit;
    color: #fff !important;
    padding: 2px !important;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    text-transform: uppercase;
    min-width: 100px;
    max-width: 100%;
    background: #8f9cc0 !important;
    font-weight: 500 !important;
    letter-spacing: 0px;
    font-size: 12px !important;
    transition: var(--ts);
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.btnpdfprint {
    border-style: none;
    border-color: inherit;
    color: #fff !important;
    padding: 2px !important;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    text-transform: uppercase;
    min-width: 40px;
    /*  max-width: 100%;*/
    background: #dc3545 !important;
    font-weight: 500 !important;
    letter-spacing: 0px;
    font-size: 12px !important;
    transition: var(--ts);
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.btnexcelprint {
    border-style: none;
    border-color: inherit;
    color: #fff !important;
    padding: 2px !important;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    text-transform: uppercase;
    min-width: 40px;
    /*  max-width: 100%;*/
    background: #198754 !important;
    font-weight: 500 !important;
    letter-spacing: 0px;
    font-size: 12px !important;
    transition: var(--ts);
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.btnrptprint {
    border-style: none;
    border-color: inherit;
    color: #fff !important;
    padding: 2px !important;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    text-transform: uppercase;
    min-width: 40px;
    /*  max-width: 100%;*/
    background: #0d6efd !important;
    font-weight: 500 !important;
    letter-spacing: 0px;
    font-size: 12px !important;
    transition: var(--ts);
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.BR {
    color: red !important;
    font-weight: 800 !important;
}

.btnPwd {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    display: -moz-inline-stack;
    display: inline-block;
    border-style: none;
    border-color: inherit;
    border-width: medium;
    /*background-color: #8B8378;*/
    font-family: Calibri;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-shadow: #222222 1px 1px 0;
    color: #F5F5DC;
    margin: 1px;
    padding: 4px;
}

.buttonsmall {
    display: -moz-inline-stack;
    display: inline-block;
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: #8B8378;
    font-family: Calibri;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-shadow: #222222 1px 1px 0;
    color: #F5F5DC;
    margin: 1px;
    padding: 4px;
}

.save_new_closewidth {
    width: 50px;
}

.preview_width {
    width: 70px;
}

.buttonnorm:hover {
    color: #fff;
    opacity: .7;
}

.grid-view tr.headers {
    color: white; /*background-color: #8B7B8B;*/
    height: 25px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}



.textboxres {
    border: 1px solid #ccc;
    height: 50px;
    display: block;
    color: #818181;
    padding-top: 3px;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    border-radius: 5px;
    outline-color: #8B7B8B;
}

.buttonsmalls {
    border-radius: 7px;
    display: -moz-inline-stack;
    display: inline-block;
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: #838B8B;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-shadow: #222222 1px 1px 0;
    color: White;
    height: 23px;
}

.fileuploads {
    background-color: #BEBEBE;
}

.labelbold {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: var(--dark-theme);
    font-weight: 600;
    letter-spacing: .5px;
}

.labelbolds {
    font-family: 'Inter', sans-serif;
    font-size: 13px !important;
    color: var(--dark-theme);
    font-weight: 600;
    letter-spacing: .5px;
}

.aspNetDisabled {
    background: #d4d4d4 !important;
    cursor: not-allowed !important;
}



.radiobutton {
    font-family: Arial;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
}

.labelcopyr {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 0 20px;
    letter-spacing: .5px;
}

.checkboxbold {
    /* font-family: 'Inter', sans-serif;;*/
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: bold; /*color: #0e90ea;*/
    color: #0000ff;
}

.radiobuttonnormal {
    font-family: 'Inter', sans-serif;
    border: 0px solid #999999;
    font-size: 12px;
    font-weight: bold;
}

.lblcss {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
}
/* AutoComplete item */
.autocomplete_completionListElement {
    z-index: 10000;
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #ffff99;
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    font-variant: normal;
    color: #0019A0;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    padding: 1px;
    font-family: Verdana;
    font-size: small;
    font-weight: normal;
    font-variant: normal;
    color: #0019A0;
}

.txtautocomp {
    padding: 0;
    height: 30px;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #cccccc;
    border-color: rgba(0,0,0,.15);
    background-color: white;
    font-size: 16px;
}

/*.gvheaders
{
    cursor: pointer;
    background: #8B7B8B;
    height: 30px;
    border: 1px solid #333;
    color: White;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-family:"'Inter', sans-serif;
    font-size: 15px;
}*/


/*(.gvalts
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #D8BFD8;
    height: 25px;
}*/
/*.gvrow
{
    background-color: #F1F1EB;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 25px;
}*/
.PagerStyle /*Common Styles*/ {
    color: White; /*background-color: #39879E;*/
    font-size: 13px;
    font-family: Arial sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.lnkbtnClass {
    color: red;
    font-style: normal;
    font-weight: bold;
}

.linkbuttonnew {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #0e90ea;
    font-weight: bold;
}

    .linkbuttonnew:hover {
        color: Green;
    }

    .linkbuttonnew:visited {
        color: purple;
    }

.lnkbtnClass:hover {
    color: Green;
}

.lnkbtnClass:visited {
    color: purple;
}

select {
    width: 100%;
}


/* slideInDown Start */
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
/* slideInDown End */

/* table start */
.table-overflow-400 {
    width: 100%;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin
}

.table-overflow-300 {
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin
}

.table-overflow-600 {
    width: 100%;
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin
}

.table-overflow-200 {
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin
}

.table-div .gvheaders {
    position: sticky;
    top: 0;
    z-index: 1;
    font-family: 'Inter', sans-serif;
    margin: 0px;
    color: #fff !important;
    font-size: 14px;
    height: 30px;
    padding: 0 10px;
    background-color: var(--dark-theme); /*background-color: #9e8d80;*/
}

.table-div th {
    padding: 4px 10px;
    font-size: 14px;
    border-right: 1px solid var(--dark-theme);
    border: 1px solid #fff;
    font-weight: 300;
    letter-spacing: .5px;
}

.table-div tr:nth-child(2n+1) {
    font-size: 11px;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    height: 30px;
    border: solid 2px #E0E0E0;
    transition: var(--ts);
}


.table-div tr:nth-child(2n) {
    font-family: 'Inter', sans-serif;
    background-color: #8f8f8f3b;
    font-size: 11px;
    height: 25px;
    border: solid 2px #E0E0E0;
    transition: var(--ts);
}



.table-div td {
    border-left: solid 1px #E0E0E0;
    border-top: solid 1px #d3d1d1;
    padding: 5px 10px;
    letter-spacing: .5px;
    font-weight: 400;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none !important;
}

.gvrow td a, .table-div tr {
    text-decoration: none !important;
    cursor: pointer;
}

.grid-view {
    padding: 0;
    margin: 0;
    border: solid 2px #E0E0E0;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    background-color: White;
}



/* table end */

.title-div_cnt_lnk a:first-child {
    color: var(--primary-bg-color);
    transition: var(--ts);
}

    .title-div_cnt_lnk a:first-child:hover {
        color: var(--red-bg-color);
    }


.title-div_cnt_lnk a:last-child {
    color: #495057;
}

/* navbar start */
.slide-left i, .slide-right i {
    color: #000000;
    /*  color: #c9bebe;*/
}

.slide-left, .slide-right {
    border: 1px solid rgba(255, 255, 255, 0.1);
    /*  background-color: #3c3f4e;
    top: 6px;*/
    background-color: #fffffff2;
    top: 9px;
    position: absolute;
    cursor: pointer;
}




#ucmenu1_menu > ul:first-child > li > span.nav_plus {
    position: relative;
    color: #fff;
}

#ucmenu1_menu > ul:first-child > li > ul li > span.nav_plus {
    position: absolute;
    top: 7px;
    right: 5px;
    color: var(--dark-theme);
}

/*.nav_plus i {
    position: absolute;
    font-size: 10px;
    top: 2px;
    right: 2px;
}*/
.nav_plus i {
    position: absolute;
    font-size: 11px;
    top: 0px;
    right: 2px;
    color: rgb(142 143 144);
    transition: all 0.5s ease 0s !important;
}

.slide-left {
    left: 30px;
    /*padding: 6px 9px;*/
    padding: 7px 10px;
    border-radius: 100%;
    font-size: 14px;
    transition: var(--ts);
}

.slide-right {
    right: 30px;
    /* padding: 6px 9px;*/
    padding: 7px 10px;
    border-radius: 100%;
    font-size: 14px;
    transition: var(--ts);
}


/* company name start */
.companyNme > span {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-variant: petite-caps;
    color: #4d65d9;
}

/* profile start */
.nav-lst_profile:hover .nav-list_profile-div {
    display: block;
    top: 0;
    left: 0;
}

#nav-list_profile-div {
    cursor: pointer;
}

#nav-list_profile-div {
    display: none;
    background: #fff;
    z-index: 20;
    box-shadow: 0 2px 4px rgb(16 35 59 / 15%);
    width: 200px;
    right: 34px;
    top: 69px;
    border-radius: 11px;
}

#LblUserName {
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 10px 5px;
    letter-spacing: .5px;
    font-weight: 300;
}

.nav-lst_pro_box {
    background-color: var(--primary-bg-color);
    border-radius: 11px 11px 0 0;
}

#lblUser_list > li {
    width: 100%;
    padding: 6px 20px;
    border-bottom: 1px solid #dddddd;
}

    #lblUser_list > li::last-child {
        border-bottom: none !important;
    }

ul#lblUser_list {
}

    ul#lblUser_list::before {
        content: "";
        position: absolute;
        top: -8px;
        right: 30px;
        width: 15px;
        height: 15px;
        border: 1px solid transparent;
        border-top-color: var(--primary-bg-color);
        border-left-color: var(--primary-bg-color);
        transform: rotate(45deg);
        background-color: var(--primary-bg-color);
        z-index: 901;
        display: block;
        transition-duration: 0.25s;
    }


#lblUser_list > li a {
    color: var(--dark-theme);
    font-size: 13px;
    letter-spacing: .5px;
    padding: 0 10px;
    transition: var(--ts);
}


    #lblUser_list > li a span > input {
        padding: 1px 0 !important;
        transition: var(--ts);
    }

    #lblUser_list > li a:hover, #lblUser_list > li a:hover input {
        color: var(--primary-bg-color);
    }



/* inner page */

.page {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

#imgLogo {
    object-fit: contain;
    height: 80px;
    object-position: left;
}


.header-div.position-fixed, .navbar.position-fixed {
    z-index: 99;
    animation-name: slideInDown;
    animation-duration: 0.5s;
}

.header-div.position-fixed {
    box-shadow: 0px 0px 16px #3333331f;
}
/* master.css  */

/* checkbox list (8 Nov) */

.chk_single.text-red label {
    color: var(--red-bg-color) !important;
}

.chk_single, .chk_singles.text-blue label {
    color: #4c68f3 !important;
}

.chk_singles.text-red label {
    color: var(--red-bg-color) !important;
}

.checkboxbold.text-red label {
    color: red !important;
}
/* legend start */
fieldset {
    border: 2px solid #495057;
    padding: 10px;
    padding-bottom: 0px !important;
    /*background: #e9e9e9;*/
}

legend {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    background: #e0e0e0;
    /* padding: 1px;*/
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -20px;
    width: auto;
    margin-bottom: 0;
    margin-left: -8px;
    min-width: 100px;
    text-align: center;
}

.form-div a {
    text-decoration: underline !important;
    font-size: 12px;
}

.chklst_h500 {
    height: 500px;
    border: 1px solid rgba(0,0,0,.125);
    overflow-y: auto;
}

.badge-div {
    display: flex;
    align-items: center;
    border: 1px solid rgba(0,0,0,.125);
    padding-left: 5px;
}



.badgeC {
    width: 12px;
    border-radius: 100%;
    height: 12px;
    display: block;
}

.badgeL {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: var(--dark-theme);
    font-weight: 600;
    padding-left: 5px;
    letter-spacing: .5px;
}

.chk_single {
    width: 100%;
    border: 1px solid rgba(0,0,0,27%) !important;
    padding: 2px 10px;
    height: 28px;
    display: flex;
    border: none;
    margin-bottom: 6px;
    border-radius: 2px;
    box-shadow: none;
    font-weight: 500 !important;
    line-height: 23px;
}

.chk_singles {
    width: 100%;
    border: 1px solid rgba(0,0,0,27%) !important;
    padding: 0px 10px;
    height: 28px;
    display: flex;
    border: none;
    margin-bottom: 6px;
    border-radius: 2px;
    box-shadow: none;
    font-weight: 500 !important;
    line-height: 28px;
}

.chklst_div {
}

.chklst_box.mt-2 {
    margin: 0 20px 5px 0;
}

/*input[type="checkbox"] {
    width: 11px;
}*/

.chklst_box_1 > .checkboxbold {
    min-width: 180px;
    border: 1px solid #4d65d9 !important;
    padding: 2px 10px;
    display: flex;
    border: none;
    width: fit-content;
    margin-bottom: 6px;
    border-radius: 4px;
    box-shadow: none;
}

.chklst_box_1 label {
    color: #4d65d9;
    font-weight: 600;
    letter-spacing: .5px;
}


.chklst_box_2 {
    padding: 0px 8px;
    overflow-y: auto;
    max-height: 100px;
}

    .chklst_box_2 label {
        font-weight: 500;
    }

    .chklst_box_2 > table td {
        display: flex;
        align-items: center;
    }


/* tree check list 8 Nov*/
.tree_chklst {
    line-height: 25px;
}

    .tree_chklst a {
        letter-spacing: .5px;
        margin-left: 8px;
        color: var(--dark-theme);
        font-weight: 500;
    }

/* tabs start */
div.tabs-nav .nav-link.active {
    background-color: var(--primary-bg-color);
    color: #fff !important;
    z-index: 1;
    font-weight: 600;
}

div.tabs-nav .nav-link {
    position: relative;
    margin-right: 6px;
    font-size: 13px;
    border-radius: 10px 10px 0 0;
    color: var(--dark-theme);
    letter-spacing: .5px;
    font-weight: 400;
    background-color: #e3e3e3db;
    padding: 7px !important;
}

    div.tabs-nav .nav-link:hover {
        border-color: transparent
    }

    div.tabs-nav .nav-link.active:hover {
        border-color: #dee2e6 #dee2e6 #fff;
    }

.tabs_cnt .tab-content {
    border-radius: 0 10px 10px 10px;
    margin-top: -1px;
}

/* small button in tabs */
.button-arrow {
    color: #fff;
    background: var(--primary-bg-color);
    border: none;
    width: 50px;
    height: 31px;
}

.options_space > option:first-child {
    margin-top: 4px;
}

.options_space > option {
    margin-bottom: 3px;
}
/* asp tabs and navs */
.asp-tabs .ajax__tab_header > span.ajax__tab_active {
    background-color: var(--primary-bg-color);
    color: #fff !important;
    font-weight: 600;
    z-index: 0;
}

.asp-tabs .ajax__tab_xp .ajax__tab_outer {
    height: 32px !important;
}

.asp-tabs .ajax__tab_default .ajax__tab_tab {
    overflow: initial !important
}

.asp-tabs .ajax__tab_xp .ajax__tab_active .ajax__tab_tab, .asp-tabs .ajax__tab_xp .ajax__tab_inner, .asp-tabs .ajax__tab_xp .ajax__tab_tab, .asp-tabs .ajax__tab_xp .ajax__tab_outer {
    background: none !important;
}

.asp-tabs .ajax__tab_xp .ajax__tab_header {
    font-family: 'Inter', sans-serif !important;
    background: none !important;
}

.asp-tabs .ajax__tab_xp .ajax__tab_body {
    border: 1px solid #bdbdbd !important;
}

.asp-tabs .ajax__tab_header > span {
    border-radius: 10px 10px 0 0;
    padding: 7px;
    margin-right: 6px;
    background-image: none !important;
    position: relative;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px;
    color: var(--dark-theme);
    letter-spacing: .5px;
    font-weight: 400;
    background-color: #dcd8d8;
}

.PwdPopUp {
    display: inline-block;
    width: 350px;
    background-color: White;
    min-height: 200px;
    box-shadow: 0px 1px 2px 1px #dcdcdc;
    padding: 5px;
}

    .PwdPopUp > div.row > div > p {
        padding: 5px;
        background-color: #000;
        margin: 0px;
        color: White;
        font-size: 14px;
        font-weight: 600;
    }

.fieldsetcss {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
    border: 1px solid rgba(0,0,0,.125);
}

.multiselect-group.dropdown-item-text {
    font-weight: 600;
    font-size: 15px;
}

.modal-header {
    display: flex;
    justify-content: center;
    border-bottom: none;
    background-color: lightgray !important;
}

.modal {
    z-index: 1050;
}

.modal-title {
    font-weight: 700;
}

.modal-header h4 {
    color: black !important;
}

@media only screen and (max-width: 768px) {
    .login-div_form_input label {
        font-size: 13px;
    }

    .chklst_box.mt-2 {
        margin: 0 5px 0;
    }
}
/* button start */
.btnsmall {
    width: 30px;
    border: 1px solid rgba(0,0,0,.125);
    height: 28px;
    line-height: 23px;
    border-radius: 4px;
    margin-top: 4px;
    color: #fff;
    background: #f1388b;
    padding: 0 6px 3px;
    font-size: 14px;
}

.btnsmalls {
    width: 30px;
    border: 1px solid rgba(0,0,0,.125);
    height: 28px;
    line-height: 19px;
    border-radius: 2px;
    margin-top: 4px;
    color: #fff;
    background: #f1388b;
    padding: 0 6px 3px !important;
    font-size: 14px;
}

/* multiselect start */
.form-div_inp .multiselect-container {
    top: 30px;
}

.form-div_inp .multiselect {
    color: #3c4858;
    background: #fff;
    width: 100% !important;
    border: 1px solid rgba(0,0,0,27%);
    height: 28px;
    line-height: 28px;
    border-radius: 2px;
    margin-top: 4px;
    padding: 0 12px 3px;
    font-size: 14px;
    font-weight: 600;
}

/* accordion start */
.acc-btn {
    background: #fff !important;
    padding: 6px 8px !important;
    font-family: 'Inter', sans-serif;
    font-size: 12px !important;
    color: var(--dark-theme) !important;
    font-weight: 600;
    letter-spacing: .5px;
}

.accordion-body {
    padding: 6px 5px 2px !important;
}

.acc-btn::after {
    background-size: 15px !important;
    filter: hue-rotate(221deg) !important;
}

.h-50 {
    height: 50px !important;
}

.h-100 {
    height: 100px !important;
}

.h-175 {
    height: 175px !important;
}

.textbm {
    color: #3c4858;
    width: 100% !important;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 4px;
    margin-top: 4px;
    padding: 0 12px 3px;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.form-div_line {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 6px;
}

.form-div_inp_line {
    flex: 1;
}

    .form-div_inp_line input[type="text"], .form-div_inp_line select {
        color: #3c4858;
        width: 100% !important;
        border: 1px solid rgba(0,0,0,.125);
        height: 28px;
        line-height: 28px;
        border-radius: 4px;
        margin-top: 4px;
        padding: 0 12px 3px;
        font-size: 14px;
    }

.labelbold_line {
    white-space: nowrap;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: var(--dark-theme);
    font-weight: 600;
    letter-spacing: .5px;
    margin-right: 10px;
}

.PopUp {
    display: inline-block;
    width: 350px;
    background-color: White;
    min-height: 200px;
    box-shadow: 0px 1px 2px 1px #dcdcdc;
}

    .PopUp > div {
        padding: 0px;
        margin: 0px;
    }

        .PopUp > div > p {
            padding: 5px;
            background-color: #282d3e;
            margin: 0px;
            color: White;
            font-size: 14px;
            font-weight: 500
        }

.date_pr {
    position: relative;
}

    .date_pr > .ui-datepicker-trigger {
        top: 7px;
        position: absolute;
        right: 7px;
    }

.trtotal {
    background: antiquewhite !important;
}

.grtotal {
    background: #000 !important;
    color: #ffffff !important;
}

/* ========================== @media ============================ */
@media only screen and (max-width: 768px) {
    .login-div_form_input label {
        font-size: 13px;
    }

    .navbar-div {
        position: static;
    }


    #ucmenu1_menu > ul:first-child > li > ul li > span.nav_plus {
        color: #fff;
        transition: .5s all ease-in-out !important;
    }

    .menu-copyright {
        position: fixed;
        bottom: 0;
        width: 260px;
        display: flex !important;
        justify-content: center;
    }


    #ucmenu1_menu > ul:first-child > li > span.nav_plus {
        position: static !important;
    }

    #ucmenu1_menu > ul:first-child > li {
        /* padding: 2px 8px !important;*/
        padding: 2px 0px !important;
    }

    .nav_plus i {
        position: absolute;
        font-size: 12px;
        top: 16px;
        right: 17px !important;
    }

    #ucmenu1_menu {
        min-height: 60vh;
    }

    .navbar-div {
        box-shadow: none;
        border: none;
    }

    #ucmenu1_menu > ul:first-child > li > ul li > ul > li span.nav_plus {
        position: absolute;
        top: -15px;
        color: #fff;
        left: -23px;
    }

    /*  #ucmenu1_menu > ul > li > ul > li > span.nav_plus i {
        top: 8px !important;
        color: #fff !important;
        font-size: 11px;
        right: -190px !important;
    }*/
    #ucmenu1_menu > ul > li > ul > li > span.nav_plus i {
        top: 13px !important;
        color: #050505 !important;
        font-size: 11px;
        right: -190px !important;
        font-size: 12px;
    }

    #ucmenu1_menu > ul > li > ul > li > ul > li > span.nav_plus i {
        font-size: 9px !important;
        top: 24px !important;
        position: absolute;
        right: -206px !important;
    }

    #ucmenu1_menu > ul:first-child > li > ul > li > span.nav_plus {
        position: absolute;
        top: -1px;
        color: #fff !important;
        right: auto;
    }

    #ucmenu1_menu > ul:first-child > li > ul, #ucmenu1_menu > ul:first-child > li > ul > li > ul {
        display: none;
        line-height: 26px;
        background: #e3e3e3 !important; /*
        background: transparent !important;*/
        position: relative !important;
        top: 0px !important;
        border: 0 !important;
    }

    #ucmenu1_menu > ul > li > ul > li > ul {
        margin-top: 6px !important;
        padding: 0 !important;
    }

    #ucmenu1_menu > ul:first-child > li > ul a {
        background: transparent !important;
    }

    #ucmenu1_menu > ul > li ul {
        left: 0 !important;
    }

    #ucmenu1_menu > ul:first-child > li > ul li {
        border-radius: 0 !important;
        padding: 4px 0px;
    }

    .mob_nav > i {
        transition: .5s all ease-in-out;
    }

    #ucmenu1_menu > ul > li li.mob_nav > a {
        color: #fff !important;
        background: transparent !important;
        border-bottom: 1px solid #ffffff29;
        border-radius: 0 !important;
    }

    #ucmenu1_menu > ul:first-child > li.show > span.nav_plus > i {
        transform: rotate(180deg) !important;
        font-size: 12px;
    }

    ul > li.show > span.nav_plus > i {
        transform: rotate(90deg) !important;
    }

    #ucmenu1_menu > ul:first-child > li > ul > li a {
        font-size: 13px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 1px;
        display: block;
        width: 100%;
        color: #474444;
        /* color: #928d8d;*/
        transition: var(--ts);
    }

    #ucmenu1_menu > ul > li > ul {
        width: 100%;
    }

    #ucmenu1_menu > ul:first-child > li > ul {
        padding: 10px 6px !important;
        background-color: white !important;
    }

    #ucmenu1_menu > ul > li > a {
        padding: 10px !important;
        letter-spacing: 1px;
        white-space: normal !important;
        margin-right: 0 !important;
        width: 100%;
        display: block;
        transition: .1s all ease-in-out !important;
    }

    #ucmenu1_menu a {
        border-radius: 8px !important;
    }
}

@media only screen and (max-width: 568px) {
}
