.container-white {
    background: #fff;
    margin-top: calc(var(--bs-gutter-x) * 1);
    padding: 25px;
}

.container-white-top {
    margin-top: 0 !important;
}

    .container-white .row {
        --bs-gutter-x: .75rem;
    }

.container-pupup-form .row {
    --bs-gutter-x: .75rem;
}


.backBtnCst {
    margin-top: -1em;
}
    .backBtnCst a{
        padding:0 !important;
    }
    .container-white-row {
        display: flex;
        --bs-gutter-x: 1.2rem !important;
    }

.container-white-100 {
    height: calc(100% - var(--bs-gutter-x) * 1);
}

.breadcrumbs-path > a {
    left: 0 !important;
}

.loader-container {
    position: relative;
    flex:1;
}
    .loader-container.up100 > * {
        height: 100%;
    }

    .checkbox input {
        height: 25px;
        width: 25px;
        margin-top: 25px;
    }

.checkbox.form-floating label {
    padding-top: 23px;
    padding-right: 35px;
}

.col-wrapper {
    background-color: #F7FAED;
    border: 1px solid #91B50E;
    border-radius: .5rem;
    margin: -20px -6px;
    padding: 19px 5px;
}

.loader {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .loader img {
        width: 30px;
        height: 30px;
    }

.input-group .input-group-text {
    background: #A5A5A5;
    border-color: #707070;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    width: 50px;
    justify-content: center;
}

    .date.input-group .input-group-text {
        cursor: text !important;
    }
    
    .input-group .input-group-text i.fa {
        color: #fff;
        font-size: 18px;
    }

    .input-group .input-group-text i.icon-text {
        font-size: 24px;
        font-weight: bold;
    }

/*order statuses*/
.order-status-open {
    background: #dc3545 !important;
    font-weight: 400 !important;
}
.order-status-pending-approval {
    background: #0d6efd !important;
    font-weight: 400 !important;
}
.order-status-approved {
    background: #C9E074 !important;
    color: #fff !important;
    font-weight: 400 !important;
}
.order-status-cards-created {
    background: #FFC107 !important;
    color:#000 !important;
    font-weight: 400 !important;
}
.order-status-not-approved {
    background: #0d6efd !important;
    color: #ffc107 !important;
    font-weight: 400 !important;
}
.order-status-blocked {
    background: #6C757D !important;
    font-weight: 400 !important;
}
.order-status-discharged {
    background: #000 !important;
    font-weight: 400 !important;
}
.order-status-closed {
    background: #C9E074 !important;
    font-weight: 400 !important;
    color:#000 !important;
}
/*order statuses*/


.gx-3 {
    --bs-gutter-x: .77rem !important;
}

.mtminus > input{
    margin-top:-15px;
}
.new-customer-88 a {
    color: #212121 !important;
    text-decoration: none !important;
}

.order-23::-webkit-scrollbar-track,
.order-233::-webkit-scrollbar-track {
    background-color: transparent;
}

.order-23::-webkit-scrollbar,
.order-233::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

.order-23::-webkit-scrollbar-thumb,
.order-233::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: transparent;
}


.order-23:hover::-webkit-scrollbar-track,
.order-233:hover::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.order-23:hover::-webkit-scrollbar,
.order-233:hover::-webkit-scrollbar {
    width: 3px;
    background-color: #C9E074 !important;
}

.order-23:hover::-webkit-scrollbar-thumb,
.order-233:hover::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    background-color: #ffffff;
}

.home-group-bg {
    background: #000;
    padding: 12px 8px;
}

.flex-center {
    display: flex;
    align-items: center;
    width: 100%;
}

.home-group {
    float: left;
}

.search {
    display: flex;
    align-items: center;
}

    .search .ri-search-line {
        color: #fff;
        font-size: 24px;
    }

.search {
    position: relative;
}

    .search input {
        background: transparent;
        text-align: right;
        height: 37px;
        border: none;
        padding: 0 15px 0 0;
        outline: none;
        color: #fff !important;
        width: 100%;
    }

    .search i.ri-search-line {
        position: absolute;
        top: 0;
        right: 0;
    }

    .search input:focus {
        background: transparent;
        border: none;
        outline: none;
    }

.profile > span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.profile {
    display: flex;
    gap: 10px;
    position: relative;
}

.pl-0 {
    padding-left: 0 !important;
}

.drop-down-items {
    display: none;
    position: absolute;
    top: 38px;
    width:100%;
    background: #fff;
    z-index: 999;
}

.drop-down-item {
    display: block;
    padding: 8px 25px;
    text-decoration: none;
    color: #000;
}

.drop-down {
    cursor: pointer;
}

.drop-down-item:hover {
    color: #fff;
}

.drop-down::after {
    content: "\ea4e";
    font-family: 'remixicon' !important;
    font-style: normal;
    padding-top: 6px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1px;
}

.drop-down.active::after {
    padding-top: 6px;
    transition: all 0.2s ease-in-out;
    transform: rotate(180deg);
    margin-top: 10px;
}

.drop-down-item:hover {
    background: #C9E074;
}

.sitebar ul {
    list-style: none;
}

.sitebar {
    background: #595655;
    height: calc(100vh - 60px);
    position: relative;
    z-index: 998;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    position: sticky;
    top: 60px;
}

    .sitebar ul li a {
        text-decoration: none;
        display: block;
        padding: 15px;
        background: #595655;
        border-bottom: #ccc;
        border-bottom: 2px solid #727272;
    }

        .sitebar ul li a svg {
            fill: #fff;
        }

.menu a:hover {
    color: #fff;
}

.menu a {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    display: flex !important;
    gap: 10px;
}

    .menu a span:first-child {
        height: 18px;
    }

#topheader .navbar-nav li.active > a {
    background: #91B50E;
    /*color: #000;*/
    font-weight: 700;
}
/*
.sitebar ul li.active a svg {
    fill: #000 !important;
}
*/
.menu-titlre {
    line-height: 18px;
    /*height: 33px;*/
}

.site-logo {
    position: relative;
    bottom: 1%;
}

.ul .sub-menu {
    z-index: 9;
}





/* -------------------         NEW css order status         ------------------- */

.order-status {
    background: #fff;
    /*margin-top: 12px;*/
    padding: 25px 25px;
}

.order-12 {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}

.order-view {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    color: #91B50E;
}

    .order-view a {
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
        color: #91B50E;
        text-decoration: none;
    }

        .order-view a:hover {
            font-size: 16px;
            font-weight: 600;
            line-height: 21px;
            color: #91B50E;
        }

    .order-view:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.order-view1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #212121;
}

.order-sgf {
    padding: 21px 0;
    border-bottom: 1px solid #dbd9d9;
}

    .order-sgf:hover {
        background: #F7FAED;
    }

.order-23 {
    min-height: 600px;
    position: relative;
    height: 100%;
}

.close-menu-2.active {
    width: calc(100% - 70px) !important;
}

.close-menu-1.collapsed {
    width: 70px !important;
}

    .close-menu-1.collapsed span.menu-titlre {
        text-indent: -999px;
    }

li.menu.close-menu.active a {
    background: #595655 !important;
}

    li.menu.close-menu.active a svg {
        fill: #fff !important;
        transition: all 0.2s ease-in-out;
        transform: rotate(-180deg);
    }

.sub-menu {
    display: none;
}

.close-menu-1 {
    transition: transform .28s ease-out;
}

/* #topheader .navbar-nav li.active>a {
    background: #C9E074;
    color: #000;
    font-weight: 700;
}
.menu_collapse li.menu.active a .menu-titlre, .menu_collapse li.menu.active ul {
    position: absolute;
    right: 70px;
    text-indent: inherit;
    background: #c9e074;
    width: 180px;
    padding-right: 15px;
} */

.heding-mtv {
    padding-bottom: 0;
    margin-top: 0.5rem;
}

.level {
    width: 1px;
    height: 230px;
    background: #91B50E;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .level span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #91B50E;
        display: block;
        position: absolute;
        left: -5px;
        top: 0px;
    }

.level_11.active {
    color: #91B50E;
    font-size: 18px;
    font-weight: 700;
}

.level_11 {
    color: #C9E074;
    font-size: 18px;
    font-weight: 700;
}

.level_12 {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
}

.level_1 span {
    display: block;
}

.level_1 {
    display: block;
}

.level_box {
    display: flex;
    gap: 15px;
}

.level-dy-ft {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 250px;
}

.breadcrumbs .breadcrumbs-path {
    display: block;
    margin: 15px 0 5px 0;
    text-align: right;
}

.breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

    .breadcrumbs a:hover {
        color: #91B50E;
        text-decoration: underline;
    }

input {
    font-size: 18px !important;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    height: 50px;
    border: none;
    border: .5px solid #707070;
    border-radius: 10px;
}

    input:focus

    .existing {
        padding-top: 40px;
        text-align: right;
        padding-right: 10px;
    }

.group {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 30px auto;
}

input {
    font-size: 18px !important;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    height: 50px;
    border: none;
    border: .5px solid #707070;
    border-radius: 10px;
}

    input:focus {
        outline: none;
    }

/* LABEL ======================================= */
.search label {
    color: #595655;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    right: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input.focused ~ label {
    top: -20px;
    right: 0;
}

/* active state */
input:focus ~ .bar:before,
input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 0%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.minimizes {
    max-width: 50px;
    color: #fff;
}

.bottom_minimize_logo {
    line-height: 1;
    max-width:40%;
    margin:0 auto;
    padding-top:10px;
}
.bottom_minimize_logo img{
   width:fit-content;
   background-color:white;
   border-radius:5px;
   
   padding:3px;
}
.new_customer {
    font-size: 18px;
    color: #91B50E;
    font-weight: 600;
    line-height: 23px;
    text-decoration: underline;
    width: 100%;
    display: block;
}

    .new_customer:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.new_customer_data {
    width: 360px;
    margin: 0 auto;
}

.new_digitalOrder_data {
    width: 360px;
    margin: 0 auto;
}

    .new_digitalOrder_data .animation {
        text-align: center;
    }

.bold {
    font-weight: bold;
}

.new_digitalOrder_data .animation img {
    width: 200px;
    margin-top: -25px;
    margin-bottom: -25px;
}

.pe-28 {
    padding-right: 28px;
}

/* Plugin Style Start */
.kwt-file {
    max-width: 300px;
    margin: 0 auto;
}

.kwt-file__drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0px;
    border-radius: 10px;
    border: 0.5px solid #707070;
    height: 50px;
}

    .kwt-file__drop-area.is-active {
        background-color: #d1def0;
    }

.kwt-file__choose-file {
    flex-shrink: 0;
    background-color: #A5A5A5;
    border-radius: 10px 0 0 10px;
    margin-right: 10px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -1px;
}

    .kwt-file__choose-file.kwt-file_btn-text {
        border-radius: 4px;
        width: auto;
        height: auto;
        padding: 10px 20px;
        font-size: 14px;
    }

    .kwt-file__choose-file svg {
        width: 24px;
        height: 24px;
        display: block;
    }

.kwt-file__msg {
    color: #1d3557;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.kwt-file__input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

    .kwt-file__input:focus {
        outline: none;
    }

.kwt-file__delete {
    display: none;
    position: absolute;
    right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

    .kwt-file__delete:after {
        content: "";
        position: absolute;
        opacity: 0;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%) scale(0);
        background-color: #1d3557;
        border-radius: 50%;
        transition: 0.3s;
    }

    .kwt-file__delete:hover:after {
        transform: translate(-50%, -50%) scale(2.2);
        opacity: 0.1;
    }

/* Plugin Style End */
.group button#contact-submit {
    background: #ffffff;
    height: 50px;
    border-radius: 10PX;
    border: none;
    max-width: 305px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    border: .5px solid #FF9898;
    color: #FF9898;
}

.create_gtd {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    /*height: 100%;*/
    min-height: calc(100vh - 130px);
}

.marting_ct {
    margin-bottom: 12px;
}

.marting_32 {
    display: grid !important;
    grid-template-rows: min-content auto;
    box-sizing: border-box;
}

.all-order-group {
    margin: 0;
}

.all-order-group-11 {
    display: flex;
    gap: 11px;
}

.all-order-group-12 span.reset {
    font-size: 18px;
    font-weight: 600;
    color: #91B50E;
    text-decoration: underline;
}

.all-order-group-12 {
    display: flex;
    align-items: center;
}

.calendar {
    background: #A5A5A5;
    border-radius: 10px 0px 0px 10px;
    padding: 11px 12px 13px 12px;
    position: absolute;
    top: 0;
    left: 0;
}

.drop-down-order {
    font-size: 18px;
    width: 100%;
    color: #595655;
    height: 50px;
    border: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
}


.select-dropdown {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 100%;
}

button.select-dropdown__button {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #707070;
    padding: 0;
    height: 50px;
    text-align: right;
    padding-right: 10px;
    display: flex;
    align-items: center;
}

    button.select-dropdown__button.drop-down-12 {
        background: #fff;
        border-radius: 10px 10px 0 0;
        border: 1px solid #707070;
        padding: 0;
        height: 50px;
        text-align: right;
        padding-right: 10px;
        display: flex;
        align-items: center;
    }

    button.select-dropdown__button:hover {
        background: #F7FAED;
        border: 1px solid #707070;
        padding: 0;
        padding-right: 10px;
        font-weight: 700;
        color: #212121;
    }




.select-dropdown__button {
    background-color: #fff;
    border: none;
    cursor: pointer;
    width: 100%;
}

.select-dropdown button:focus {
    outline: none;
}

.select-dropdown button .zmdi-chevron-down {
    position: absolute;
    right: 10px;
    top: 12px;
}

.select-dropdown__list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 1px solid #cecece;
    border-top: 0px solid transparent;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    z-index: 2;
}

    .select-dropdown__list.active {
        opacity: 1;
        pointer-events: auto;
        transform: scale(1, 1);
    }

.select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    font-size: 18px;
    cursor: pointer;
    color: #212121;
    font-weight: 400;
    text-align: left;
    transition: all ease-in-out 0.3s;
    text-align: right;
    height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.select-dropdown__list-item-disabled {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background: #f5f3f3;
    border-top: 1px solid #e6e6e6;
    font-size: 18px;
    cursor: not-allowed;
    color: #cbbaba;
    font-weight: 400;
    text-align: left;
    transition: all ease-in-out 0.3s;
    text-align: right;
    height: 48px;
}

.select-dropdown__list-item:hover {
    background: #F7FAED;
    font-weight: 700;
}

button.select-dropdown__button::after {
    content: "\ea4e";
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    margin-left: 8px;
    font-size: 28px;
    font-weight: 400;
}

button.select-dropdown__button.drop-down-12::after {
    transition: all 0.2s ease-in-out;
    transform: rotate(180deg);
}

.order-gt {
    padding-top: 15px;
}

.the_order_maker span {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    color: #212121;
}

    .the_order_maker span.main-order {
        font-weight: 700;
    }

.w-60 {
    max-width: 60px !important;
}

.main-order121 {
    font-weight: 700 !important;
    color: #91B50E !important;
}

    .main-order121 a {
        font-weight: 700 !important;
        color: #91B50E !important;
    }

.button-order {
    background: #FFE474;
    border-radius: 20px;
    padding: 8px;
    text-align: center;
    width: 140px !important;
    display: block;
    color: #212529 !important;
    text-decoration: none;
}

.button-order-1 {
    background: #FF9898;
    border-radius: 20px;
    padding: 8px;
    text-align: center;
    width: 140px !important;
    display: block;
    color: #212529 !important;
    text-decoration: none;
}

.button-order-2 {
    background: #C9E074;
    border-radius: 20px;
    padding: 8px;
    text-align: center;
    width: 140px !important;
    display: block;
    color: #212529 !important;
    text-decoration: none;
}

.button-order-3 {
    background: #FFB9FC;
    border-radius: 20px;
    padding: 8px;
    text-align: center;
    width: 140px !important;
    display: block;
    color: #212529 !important;
    text-decoration: none;
}

.the_order_maker {
    display: flex;
    align-items: center;
}

.col.the_order_maker.button-order {
    display: flex;
    justify-content: center;
}

.col.the_order_maker.button-order-1 {
    display: flex;
    justify-content: center;
}

.col.the_order_maker.button-order-2 {
    display: flex;
    justify-content: center;
}

.col.the_order_maker.button-order-3 {
    display: flex;
    justify-content: center;
}

.the_order_maker .main-order::after {
    content: "\ea4d";
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0px;
    font-size: 24px;
}

.the_order_maker .main-order {
    position: relative;
}

.all-order-group-121:hover {
    background: #F7FAED;
}

    .all-order-group-121:hover .hover-text {
        display: block;
    }

    .all-order-group-121:hover .without-hover-text {
        display: none;
    }

.hover-text {
    display: none;
}

input#file {
    position: absolute;
    z-index: 9;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

#dropZ .file_select {
    position: absolute;
    top: 15%;
    left: 22%;
}

.zone {
    position: relative;
}

.file_to_upload {
    font-size: 30px;
    color: #91B50E;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0%;
    padding: 60px 49px;
    border: 1px solid #91B50E;
    border-radius: 10px;
    background: #F7FAED;
    margin-bottom: 10px;
    text-align: center;
}

.file-btn {
    max-width: 320px !important;
    width: 320px !important;
}

.selectFile {
    width: 320px;
    height: 300px;
    background: #F7FAED;
    border: 1px solid #C9E074;
    border-radius: 10px;
    margin-top: 30px;
}

.download_a_file {
    color: #91B50E;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: start;
    padding-top: 5px;
    text-decoration: underline;
    align-items: center;
    gap: 8px;
}

    .download_a_file a {
        color: #91B50E !important;
    }

    .download_a_file.templetaDownloadLink a {
        display: flex;
        gap: 0.3em;
    }

.download_submit {
    margin-top: 40px;
    max-width: 350px !important;
}



.level_11.active span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #91B50E;
    display: block;
    position: absolute;
    right: -23px;
    top: 6px;
}

.level_11.active {
    position: relative;
}

.order-summary-1 {
    width: 400px;
    margin: 0 auto;
}

.main-order-00 {
    font-weight: 600;
}

.semibold {
    font-weight: 600;
}

.group-22 {
    text-align: center;
}

.order-summary {
    text-align: right;
}

.summary .group button#contact-submit {
    max-width: 350px !important;
}

.summary .group {
    max-width: 350px;
}

.search-tavim {
    margin-top: 48px;
}

.character_tavim .all-order-group-11 {
    gap: 30px;
}


.order-time-date {
    background: #F7FAED;
    border-radius: 10px;
    padding: 0;
}

.all-order-group-11.search-tavim.row {
    gap: 0;
    margin-top: 30px;
}

.bg-1 {
    background: #F7FAED;
    padding: 25px 0 0 0;
}

.mt-top {
    margin: 25px 0 !important;
}

.character12 {
    right: 22px;
}

.filter_by {
    font-size: 18px;
    font-weight: 700;
}

.filter_by_soft input {
    width: 16px;
}

.radio-1,
.radio-2 {
    display: inline-block;
    position: relative;
    width: 100%;
}

#radio-1,
#radio-2 {
    width: 20px;
}

.sort-by {
    display: flex;
    gap: 30px;
}

.title {
    position: absolute;
    top: 12px;
    right: 27px;
    font-size: 16px;
}

.pt-14 {
    padding-top: 14px !important;
}

.all-order-group span.reset1 {
    font-size: 18px;
    font-weight: 600;
    color: #91B50E;
    text-decoration: underline;
}

.rect {
    display: flex;
    align-items: center;
}

.order-221 {
    height: 100vh;
}


.new-customer {
    width: 300px;
    margin: 0 auto;
    padding-top: 100px;
}

    .new-customer .submit-btn {
        margin-top: 40px;
    }

.new-customer-88 {
    margin-top: 100px !important;
    border: 1px solid rgb(145, 181, 14) !important;
    background: #fff !important;
    color: #91B50E;
}

.new-customer8787 {
    padding-top: 40px;
}

.order-status-add {
    margin-top: 55px;
}

.order-status-a2dd {
    margin-top: 20px;
}

.add-new-cus h4 {
    padding-top: 30px;
}

.add-new-cus87 .select-dropdown {
    max-width: 300px;
}

.add-new-cus4365 {
    margin-top: 65px;
}

.customer-new {
    position: absolute;
    top: -25px;
}

.all-order-group-11 {
    position: relative;
}

.new-customer-88:hover {
    background-color: #C9E074 !important;
    border: 1px solid #C9E074 !important;
    color: #fff;
}

.custom-434 .new-customer-88 {
    margin-top: 65px !important;
}

.custom-434 .new-customer-888 {
    margin-top: 65px !important;
    display: flex;
    align-items: center;
}

.reset11 {
    font-size: 18px;
    font-weight: 600;
    color: #91B50E;
    text-decoration: underline;
    cursor: pointer;
}

.custom-437 {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.w-50 {
    max-width: 50px !important;
}

.w-80 {
    max-width: 80px !important;
}

.w-110 {
    max-width: 110px !important;
}

.all-customer-33 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.col-width-fit {
    width: auto !important;
}

.order-status-a2dd.all-order-group-11.custom-434 {
    padding-bottom: 60px;
}

.add_an_address_1 {
    color: #91B50E;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
    padding-bottom: 30px;
}

.pt-10 {
    padding-top: 10px;
}

.balance_report_66 {
    margin-top: 90px;
}

input.checkbox-44 {
    width: 30px !important;
    height: 30px !important;
    border-radius: 5px;
}

.checkbox-44 {
    position: absolute;
    left: -11px;
    top: 0;
    opacity: 0;
    cursor: pointer;
    right: 11px;
}


.all-order-group input:checked ~ label.checkbox-48::after {
    content: "\eb7a";
    font-family: 'remixicon' !important;
    font-style: normal;
    position: absolute;
    color: #000;
    background: #91B50E;
    font-size: 24px;
    border: 0.5px solid #91B50E;
    top: -1px;
    left: -1px;
    width: 28px;
    height: 28px;
    line-height: 26px;
    border-radius: 5px;
}

.all-order-group label.checkbox-48 {
    padding: 12px 12px;
    background: #fff;
    position: relative;
    border-radius: 5px;
    border: 0.5px solid #212121;
    cursor: pointer;
    float: right;
    width: 28px;
    height: 28px;
    top: 0;
}

.chekbox-2 {
    display: inline-block;
    position: relative;
    margin-top: 15px;
    margin-bottom: 10px;
}

.checkbox-645 {
    font-size: 20px;
    color: #212121;
    padding-right: 18px;
}

.hide {
    display: none;
}

.pt-38 {
    padding-top: 38px;
}

.top-title {
    position: absolute;
    top: -23px;
}

.popup {
    background-color: #2121219e;
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 9999999;
    padding-top: 100px;
}

.cover-popup {
    background-color: #fff;
    width: 850px;
    text-align: right;
    margin: 0 auto;
    border-radius: 30px;
    padding: 20px 30px;
    min-width: 410px;
    position: relative;
    /*max-height: calc(100vh - 100px);*/
    /*overflow: hidden;
    overflow-y: scroll;*/
}

.closePopUpBtn {
    position: absolute;
    top: -2.5em;
    right: -2.5em;
}

.closePopUpBtn2 {
    position: absolute;
    top: -5em;
    right: -4em;
}

    .closePopUpBtn:hover, .closePopUpBtn2:hover {
        cursor: pointer;
    }

    .closePopUpBtn input, .closePopUpBtn2 input {
        border: none;
    }

.cover-popup-480 {
    width: fit-content;
    min-width: 410px;
    width: 410px;
    padding: 60px 60px;
}

.cover-popup-450 {
    width: fit-content;
    min-width: 390px;
    width: 390px;
    padding: 60px 60px;
}

.cover-popup-400 {
    width: fit-content;
    min-width: 340px;
    width: 340px;
    padding: 60px 60px;
}

.cover-popup-520 {
    width: fit-content;
    min-width: 520px;
    width: 520px;
    padding: 40px;
}

.cover-popup-640 {
    width: fit-content;
    min-width: 640px;
    width: 640px;
    padding: 60px 60px;
}

.cover-popup-800 {
    width: fit-content;
    min-width: 800px;
    width: 800px;
    padding: 60px 60px;
}

.cover-popup-900 {
    min-width: 900px;
    width: 900px;
}

.pt-50 {
    padding-top: 50px;
}

.name_template {
    font-size: 18px;
    font-weight: 600;
}

.left-title span {
    display: block;
    text-align: right;
}

.right-title span {
    display: block;
    text-align: right;
}

.mt-30 {
    margin-top: 30px !important;
}

.all-order-group-11.search-tavim.mt-30 {
    gap: 30px !important;
}

.submit-btn-2 {
    width: 230px !important;
    background: #C9E074;
    height: 50px;
    border-radius: 10PX;
    border: none;
    width: auto;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

    .submit-btn-2:hover {
        width: 230px !important;
        background: #C9E074;
        height: 50px;
        border-radius: 10PX;
        border: none;
        width: auto;
        font-size: 18px;
        font-weight: 700;
        color: #000;
        box-shadow: 0px 0px 16px #00000029;
    }

    .submit-btn-2 a {
        color: #000;
        display: block;
        text-decoration: none;
    }

        .submit-btn-2 a:hover {
            color: #000;
            display: block;
            text-decoration: none;
        }

.mt-80 {
    margin-top: 80px !important;
}

.open-popup-show {
    height: 40px !important;
    cursor: pointer;
}

.close {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #91B50E;
    cursor: pointer;
}

.open-popup-show-3 {
    cursor: pointer;
}

.nay {
    font-size: 20px;
}

.sub-menu li a {
    background: #212121 !important;
    color: #fff !important;
    font-weight: 400 !important;
}

    .sub-menu li a.active {
        background: #212121 !important;
        color: #C9E074 !important;
        font-weight: 600 !important;
    }

.cover-popup-485 {
    width: fit-content;
    min-width: 1100px;
    padding: 20px 25px;
}

.user_number {
    position: absolute;
    top: -22px;
    right: 10px;
    color: #595655;
}

.bg-color {
    background: #DBDBDB;
}

.add_an_address {
    font-size: 18px;
    color: #91B50E;
    text-decoration: underline;
}

.order-233 {
    overflow: hidden;
    overflow-y: scroll;
    height: 500px;
}

.bottom-button {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.page-20 {
    border: 1px solid #212121;
    border-radius: 5px;
    padding: 2px 15px;
    cursor: pointer;
}

    .page-20:hover,
    .page-20.active {
        border: 1px solid #91B50E;
        border-radius: 5px;
        padding: 2px 15px;
        color: #91B50E;
    }

.page-225.active {
    background: #91B50E;
    border-radius: 100px;
    text-align: center;
    padding: 3px 10px;
    color: #fff;
    line-height: 1;
    cursor: pointer;
}

.page-225:hover {
    background: #91B50E;
    border-radius: 100px;
    text-align: center;
    padding: 3px 10px;
    color: #fff;
    line-height: 1;
    cursor: pointer;
}

.page-225 {
    border-radius: 100px;
    text-align: center;
    padding: 3px 10px;
    line-height: 1;
    cursor: pointer;
}

.w-20 {
    max-width: 10px !important;
}

.gap-2 {
    gap: 10px !important;
}

.mt-12 {
    margin-top: 12px;
}

.bottom-button2 {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.order-status.character_tavim.order-23.gap-2 #contact {
    position: initial;
}

.table > :not(caption) > * > * {
    border-bottom-width: 0 !important;
}

/* Commented by ram On 24 April 223 */
/* 
label.search-icon::before {
    content: "\f0d1";
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    position: absolute;
    top: -4px;
    right: 15px;
} */

input:focus + .search-icon::before {
    display: none;
}

.order-23 .the_order_maker span {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #212121;
}

.btns .btn-actions {
    min-width: 200px;
    height: 50px !important;
}

/* table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #fff !important;
} */

.powered {
    /*position: absolute;*/
    bottom: -75px;
}

.order-status-a2dd .all-order-group-11 {
    /*position: relative;*/
    bottom: 5px;
}

button#contact-submit a {
    height: 50px;
    border-radius: 10PX;
    border: none;
    max-width: 305px;
    width: 100%;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    padding-top: 8px;
}

.group button#contact-submit a {
    background: #ffffff;
    height: 50px;
    border-radius: 10PX;
    border: none;
    max-width: 305px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #FF9898 !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.reset11 a {
    font-size: 18px;
    font-weight: 600;
    color: #91B50E;
    text-decoration: underline;
}

.new-customer-88 a {
    color: #91B50E !important;
}

    .new-customer-88 a:hover {
        color: #000 !important;
    }

button#contact-submit:hover {
    background: #C9E074;
    height: 50px !important;
    border-radius: 10PX;
    border: none;
    color: #000;
    max-width: 305px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}

.reset11 a:hover {
    color: #91B50E;
}

.input-popup {
    cursor: pointer;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 1;
    position: absolute;
    left: 0;
    width: 100%;
    right: 0;
    -webkit-appearance: none;
}

input[type="date"]::-webkit-datetime-edit {
    color: transparent;
}



.Polygon_2 {
    cursor: pointer;
    background: transparent;
    position: absolute;
    z-index: 9;
    /*margin-bottom: 50px;*/
}

.calendar {
    z-index: 1;
}

.mt-150 {
    margin-top: 130px;
}

.content-years {
    padding-left: 25px;
    background: #fff;
}

.datepicker-content .col-5 {
    width: 110px !important;
}

.datepicker-prev {
    transform: rotate(-180deg);
}

.datepicker-next {
    transform: rotate(180deg);
}

.sub-menu li.active a {
    font-weight: 600 !important;
    color: #91B50E !important;
}

/* .order-status button#contact-submit:hover {
    background: transparent !important;
    height: 50px !important;
    border-radius: 10PX;
    border: none;
    color: #000;
    max-width: 305px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
} */

.back-color {
    background: #ffffff !important;
    height: 45px !important;
    border-radius: 10PX;
    border: none;
    max-width: 305px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #FF9898 !important;
}




/* -------------------     new css     ------------------------*/
.col-lgl-2 {
    width: calc(200px + var(--bs-gutter-x)) !important;
    flex: 0 0 auto;
}

.col-lgl-10 {
    width: calc(100% - 200px - var(--bs-gutter-x)) !important;
    flex: 0 0 auto;
    padding-left: calc(var(--bs-gutter-x));
    padding-bottom: calc(var(--bs-gutter-x));
}

.search-text {
    font-size: 18px;
    color: #fff;
    padding-right: 12px;
    margin-top: 5px;
}

.ms-40 {
    margin-left: 40px !important;
}

.file-upload-2 input {
    width: 320px;
    height: 320px;
    position: relative;
    z-index: 999;
    border: 1px solid #91B50E;
    opacity: 0 !important;
}

#fileLabel {
    opacity: 0;
}

.file-name-show {
    color: #91B50E;
    font-size: 18px;
    font-weight: 500;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box !important;
    white-space: inherit;
    overflow: hidden;
    padding: 0 20px;
    position: absolute;
    right: 0;
    left: 0;
}

/*.flex-table {
    display: flex;
    justify-content: space-between;
}
    .flex-table .Fcolumn {
        flex-grow: 1;
        flex-basis: 0;
        text-align: center;
    }*/
.hiddenPolicyPreview {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 232px;
    background: transparent;
    width: 300px;
    overflow: scroll;
    z-index: 9;
    border: 3px solid #C9E074;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 25px #C9E077;
}
    .hiddenPolicyPreview > * {



    }
/*
.flex-r {
    display: flex;
    margin: 10px;
}

.flex-r .fr {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    justify-content: center;
    margin: auto 10px;
    font-family: 'Open Sans', sans-serif;
}
    .flex-r .fr .btn {
        margin: auto;
        width: auto;
        padding: 0 20px;
    }*/
.customTblRow {
    padding: 10px 0;
}
    .customTblRow:hover {
       background: #F7FAED;
    }

    .customTblRow:not(:first-child) {
        border-bottom: 1px solid #ddd;
    }
    .customTblRow .cl {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
    }
    .customTblRow .cl .btn {
        margin: auto;
        width: auto;
        padding: 0 20px;
        text-align: center;
    }

    .mButton {
        margin: 1em 0.5em;
    }
table.dataTable thead .sorting:before {
    content: "" !important;
}

table.dataTable thead .sorting_asc:before {
    content: "" !important;
}

table.dataTable.table thead th.sorting_asc:after {
    content: "\ea4d" !important;
    font-family: 'remixicon' !important;
    font-style: normal;
    font-size: 24px;
    color: #000 !important;
    position: absolute !important;
    top: 4px !important;
    left: -4px !important;
    right: auto !important;
    opacity: 1;
}

table.dataTable.table thead th.sorting_asc:before, table.dataTable.table thead th.sorting_desc:before, table.dataTable.table thead th.sorting:after, table.dataTable.table thead td.sorting:after {
    content: "" !important;
    font-size: 0px !important;
}

table.dataTable.table thead th.sorting_desc:after {
    content: "\ea77" !important;
    font-family: 'remixicon' !important;
    font-style: normal;
    font-size: 24px;
    color: #000 !important;
    position: absolute !important;
    top: 7px !important;
    left: -4px !important;
    right: auto !important;
    opacity: 1;
}

.fw-7 {
    font-weight: 700 !important;
}

.py-15 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

table#tbl_data, table#tbl_orders_data {
    width: 100% !important;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.odd,
.sorting_1 {
    background: transparent !important;
}

.hover-btn {
    display: none;
}

.hover-order:hover .hover-btn {
    display: block;
}
/*
.hover-order:hover .hover-hide {
    display: none;
}*/

#tbl_orders_data_paginate {
    position: absolute;
    bottom: -83px;
    right: 40px;
}

.paginate_button.active a {
    color: #fff;
    text-decoration: none;
    background: #91B50E;
    border-radius: 100px !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .paginate_button.active a:hover {
        background: #91B50E;
        border-radius: 100px !important;
        width: 30px;
        height: 30px;
        color: #fff;
        display: flex;
        align-items: center;
        text-align: center;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0 -12px !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: #fff !important;
        border: 1px solid transparent !important;
        background-color: transparent !important;
        background: transparent !important;
        background: transparent !important;
    }

.paginate_button a {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    background: transparent;
    border-radius: 100px !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .paginate_button a:hover {
        background: transparent;
        border-radius: 100px !important;
        width: 30px;
        height: 30px;
        color: #91B50E;
        font-weight: 500;
        font-size: 18px;
        display: flex;
        align-items: center;
        text-align: center;
    }

.paginate_button span.ri-arrow-left-s-line,
.paginate_button span.ri-arrow-right-s-line {
    font-size: 28px;
}

/* added by ram On 28 April 2023 start */
header {
    top: 0 !important;
    position: fixed;
    width: 100% !important;
    z-index: 999 !important;
}

main {
    margin-top: 60px !important;
}

.profile img {
    height: 36px;
}

.home-group {
    margin-left: -5px !important;
}

.home-group-bg {
    align-items: center;
}

.search label {
    top: 3px !important;
}

.search input:focus ~ label img,
.search input:focus ~ label,
.search input:not(:placeholder-shown) ~ label img,
.search input:not(:placeholder-shown) ~ label {
    display: none !important;
}

.sitebar ul.navbar-nav {
    overflow-y: auto;
    height: calc(100vh - 130px);
}

.active .sitebar ul.navbar-nav {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

.hover-text {
    display: none;
}
/*
tbody tr:hover .normal-text {
    display: none !important;
}*/

tbody tr:hover .hover-text {
    display: block !important;
}

.bar.order-status {
    padding: 25px 5px 5px 5px;
}

.bottom_minimize_logo img {
    cursor: pointer;
}

.pt-6 {
    padding: 6px !important;
}

/* added by ram On 28 April 2023 end */



/* added by rakesh On 01/ 05/ 2023 start */

.no-sort p {
    margin-bottom: 0 !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.col-lg-71 {
    width: 71% !important;
}

.col-lg-29 {
    width: 29% !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #d2d2d2 !important;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}

input[type="time"]::-webkit-placeholder {
    color: #fff;
}

.btn-6 {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

    .btn-6:hover {
        color: #000;
        text-decoration: none;
        font-weight: 500;
    }

.py-15 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

.alin-tr {
    vertical-align: middle !important;
}

.line-page span:last-child {
    margin-left: 0px !important;
}

input::placeholder {
    color: transparent !important;
}

input:focus::placeholder {
    color: #707070 !important;
}

.popup-11 .cover-popup-485 {
    padding-left: 0;
}

.popup-11 .order-233 {
    height: calc(100vh - 200px);
    padding-left: 25px;
}

.odr_all_list {
    min-height: calc(100vh - 412px) !important;
}

.odr_steps .bottom-button2 {
    position: relative;
}

.odr_steps .odr_count {
    white-space: nowrap;
}

.order-summary .row .col:last-child {
    display: flex;
    justify-content: flex-end;
}

.w-200 {
    width: 200px;
}

.w-250 {
    width: 250px;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    background: none !important;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    color: #000;
}

.datepicker-content ul {
    width: 100%;
}

.datepicker-container {
    z-index: 10 !important;
}

.datepicker-content {
    background: #fff !important;
}

.icr-z-index .select-dropdown__list {
    z-index: 99;
}

.odr_view_pg_tbl td {
    padding: 20px 5px !important;
    border-top: 1px solid #ddd !important;
    min-width: 134px;
}

.odr_view_pg_tbl tr:first-child td {
    border-top: 0 !important;
}

.odr_view_pg_tbl th {
    padding-right: 5px !important;
    min-width: 134px;
}

    .odr_view_pg_tbl th:last-child {
        min-width: 140px;
    }

.order-summary .all-order-group-1212 {
    border-bottom: 1px solid #ddd;
}

.col-lg-70 {
    width: 70% !important;
}

.col-lg-30 {
    width: 30% !important;
}

button.btn-green-txt {
    color: #C9E074 !important;
}

    button.btn-green-txt:hover {
        color: #000 !important;
    }

.close-menu-1.collapsed .collpased-hover-active span.menu-titlre {
    text-indent: inherit;
    right: calc(70px - var(--bs-gutter-x));
    margin-top: -15px;
    padding-top: 15px;
    width: 199px;
}

.close-menu-1.collapsed .collpased-hover-active > a > span.menu-titlre {
    position: absolute;
    background: #91B50E;
    width: 249px;
    padding-right: 25px;
    padding-bottom: 17px; /*2px for border*/
}

.color-green {
    color: #91B50E !important;
}

.downloads_pg {
    min-height: calc(100vh - 130px);
}

    .downloads_pg .main-order121 a {
        font-weight: 400 !important;
        text-decoration: none;
    }

    .downloads_pg .main-order121 span {
        text-decoration: underline;
        padding-right: 5px;
    }

.height_100_130 {
    min-height: calc(100vh - 130px);
}

.height_100_251 {
    min-height: calc(100vh - 251px);
}

.show_customer_address_pg_30 {
    margin-top: 25px;
    margin-bottom: 60px;
}

.customer_address_pg_30 {
    margin-top: 35px;
    margin-bottom: 30px;
}

.max-w-300 {
    max-width: 300px !important;
}

.alignCenter {
    text-align: center;
}

.linkButtonBlock {
    text-align: center;
    margin: 2em auto;
}

    .linkButtonBlock > * {
        color: #95B818;
        font-weight: 600;
        font-size: 1.2em;
    }

.error {
    color: red;
    border-color: red;
    display: inline;
}

.kwt-file__choose-file:hover, .hover:hover, .dateTimePickerFromIcon:hover {
    cursor: pointer;
}

.boldTitle {
    font-weight: 700 !important;
    color: #212121 !important;
    font-size: 1.3em !important;
}
/*#########################*/
.notes-container .card {
    top: 45%;
    width: 72%;
    max-height: 50%;
    padding-bottom: 5px;
    position: absolute !important;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
    z-index:99;
}
.notes-container .btn-close {
    color:black;
    cursor:pointer;
}
.notes-container .card-body {
    overflow-y: scroll;
}

a.aspNetDisabled {
    text-decoration: none;
}

.export-button {
    width: 32px;
    height: 32px;
    filter: invert(73%) sepia(8%) saturate(3478%) hue-rotate(44deg) brightness(102%) contrast(73%);
    content: url('/assets/images/excel-icon.svg');
}

    .export-button:hover {
        filter: none;
        content: url('/assets/images/excel-hover-icon.svg');
    }