.bg-white.border.border-gray-2.duration-100.flex.h-7.items-center.justify-center.mt-2.p-1.primary-bg-hover.relative.rounded-full.text-gray-12.w-7 {
    background: white !important;
}
.bg-white.border.border-gray-2.duration-100.flex.h-7.items-center.justify-center.mt-2.p-1.primary-bg-hover.relative.rounded-full.text-gray-12.w-7:hover {
    background: #B28B7A !important;
}
.grid-flow-col .trans-effect:hover {
    background-color: #B28B7A !important;
}
@media only screen and (max-width: 767px) {
  
.right-5 {
    right: 0.25rem;
}
.flex.flex-col.justify-center.mr-10.bg-gray-100.items-center.h-9.w-9.rounded-full.pink-blue.dark\:text-gray-2.hover\:text-purple-500.cursor-pointer {
    margin-right: 20px !important;
}
img.hero-slide-img.rounded-lg.object-cover.w-full{
    height: 110px !important;
}
}







html[data-select2-id] {
    overflow-x: hidden !important;
}
a{
    text-decoration: none !important;
}
div#add-language {
    overflow: unset !important;
}
#privacy-content, #privacy-content p, #privacy-content span, #font-nunito, #font-nunito p , #font-nunito span{
font-family : Nunito, sans-serif !important;
}
.swiper-button-prev, .swiper-button-next{
display : none !important;
}
.header{
background : #678877 !important;
}
.paragraph, .paragraph > span, .gjs-cell, .gjs-cell p, .gjs-cell span{
text-align : justify !important;
}
.flags {
    margin-top: -11px !important;
    margin-bottom: -8px !important;
}
.select2-container--open {
    z-index: 999999;
}
/* Header styles */
#dropdown-flag {
    padding-right: 41px;
    height: 13px;
    background-position: 0%;
}
.triangle-exclamation {
    margin-right: 20px;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    color: #ff5252;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
}
.task-bar {
    width: 0px !important;
}
.box-width {
    width: 700px !important;
}
.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0px;
        opacity: 1;
    }
}
@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}
.img {
    height: 22px;
    width: 22px;
}
.menua {
    list-style-type: none;
}
.menua li:last-child {
    margin-bottom: 10px;
}
.tbl_header_color {
    background-color: #ecf0f5;
    color: #2d2f30;
}
.control-label.require:after {
    content: "*";
    color: #ff4d4d;
}
.input-file-field {
    padding: 0px;
}
.align-center {
    text-align: center;
}
.border-B0BEC5 {
    border: 1px solid #b0bec5 !important;
}
.box {
    border-top: none;
    border-radius: 0px;
}
.b-b-none {
    border-bottom: none !important;
}
.b-top-ddd {
    border-top: solid 1px #ddd;
}
.b-bottom-ddd {
    border-bottom: solid 1px #ddd;
}
.custom-btn {
    padding: 2px 10px;
}
.disabledTab {
    pointer-events: none;
}
label.error {
    font-size: 11px;
    color: red;
}
.error {
    display: inline-block;
}
.nav-tabs-custom > .nav-tabs > li.active:first-of-type > a {
    color: #3c8dbc;
}
.form-group .select2 {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table;
    table-layout: fixed;
}
.nav-tabs.cus {
    border-bottom: 0px !important;
}
#time_sheet_assignee_list-error {
    font-size: 12px !important;
}
.project-task {
    width: 95% !important;
}
.no-record-found {
    text-align: center;
    margin-top: 45%;
    color: #888d9e;
}
.form-horizontal {
    margin-top: 2%;
}
/* Project styles */
#emailCheckboxDiv {
    display: none;
}
.project-activity {
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}
/* Project ticket add-edit styles starts */
/* This flex is for inline input and add button */
.flexContainer {
    display: flex;
}

.inputField {
    flex: 1;
}
/* Remove margins and padding from the list */
#myUL {
    margin: 0;
    padding: 0;
}
/* Style the list items */
#myUL li {
    list-style-position: inside;
    cursor: pointer;
    position: relative;
    padding: 6px 25px 6px 5px;
    transition: 0.2s;
    color: #4e545e;
    font-weight: bold;
    background: #d7e1e5;
    border-bottom: 1px solid white;
    border-radius: 4px;
    word-break: break-all;
    list-style: none;
}
/* Style the "Add" button */
.checklistAddBtn {
    padding: 6px;
    background: #d9d9d9;
    color: #555;
    float: left;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0;
}
#checkListDiv {
    border-bottom: 4px solid white;
}
.todo-item-delete {
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 7px 6px 0px;
}
/* Dashboard styles */
.minimize-padding-space {
    padding: 6px 25px !important;
}
.bitcoin-wallet {
    margin-bottom: 5px !important;
}
.canvas-height-width {
    width: 100% !important;
    height: 255px !important;
}
sup > span {
    text-decoration: none;
    background-color: transparent;
    color: #6c757d;
    font-weight: 600;
}
.ticket-summary {
    margin-bottom: 10px;
}
/* Project ticket add-edit styles ends */
.active_inactive_checking {
    border: 1px solid #04a9f5;
    padding: 5px 0px;
    margin: 0px 0 8px 0px;
    background: transparent;
    width: 60px;
}
.active_color {
    color: #28a745 !important;
}
.attachment-styles {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 110px;
    height: 80px;
}
.attachment_name {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 3px;
    width: 110px;
    height: 80px;
    background: #cad1d5;
    font-size: 30px;
    text-align: center;
}
.bg_f4f7fa {
    background-color: #f4f7fa;
}
.bg_F7F7E2 {
    background-color: #f7f7e2;
}
.btn-styles {
    margin: 0px 0px 0px 5px;
}
.border-gray {
    border: 1px solid gray;
}
.cursor_pointer {
    cursor: pointer;
}
.cursor_text {
    cursor: text;
}
.cursor_default {
    cursor: default !important;
}
.cursor_not_allowed {
    cursor: not-allowed !important;
}
.csv-btn {
    min-width: 120px;
}
.company_name {
    padding-top: 0px;
    padding-right: 0px;
}
.color_000 {
    color: #000;
}
.color_00a65a {
    color: #00a65a !important;
}
.color_0000ff {
    color: #0000ff !important;
}
.color_03a9f4 {
    color: #03a9f4 !important;
}
.color_1dc4e7 {
    color: #1dc4e7 !important;
}
.color_4CAF50 {
    color: #4caf50 !important;
}
.color_709A52 {
    color: #709a52 !important;
}
.color_848484 {
    color: #848484 !important;
}
.color_84c529 {
    color: #84c529 !important;
}
.color_8e8e8e {
    color: #8e8e8e !important;
}
.color_4293c2 {
    color: #4293c2 !important;
}
.color_ff2d42 {
    color: #ff2d42;
}
.color_red {
    color: red !important;
}
.color_white {
    color: white !important;
}
.color_black {
    color: black !important;
}
.color_green {
    color: green !important;
}
.clear_both {
    clear: both !important;
}
.display_inline {
    display: inline;
}
.display_contents {
    display: contents;
}
.display_inline_block {
    display: inline-block;
}
.display_inline_flex {
    display: inline-flex;
}
.display_none {
    display: none;
}
.display_block {
    display: block;
}
.display_table {
    display: inline-table !important;
}
.export-btn {
    width: 80px;
}
.f-bold {
    font-weight: bold;
}
.font-bold {
    font-weight: bolder;
}
.p-0 {
    padding: 0px !important;
}
.p-9 {
    padding: 9px !important;
}
.f-10 {
    font-size: 10px !important;
}
.f-11 {
    font-size: 11px !important;
}
.f-12 {
    font-size: 12px !important;
}
.f-13 {
    font-size: 13px !important;
}
.f-16 {
    font-size: 16px !important;
}
.f-20 {
    font-size: 20px !important;
}
.f-18 {
    font-size: 18px !important;
}
.f-13 {
    font-size: 13px !important;
}
.f-30 {
    font-size: 30px !important;
}
.f-40 {
    font-size: 40px !important;
}
.f-100 {
    font-size: 100px !important;
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.h-0 {
    height: 0px !important;
}

.h-30 {
    height: 30px !important;
}
.h-40 {
    height: 40px !important;
}

.h-33p {
    height: 33px !important;
}

.h-90 {
    height: 90px !important;
}
.h-200 {
    height: 200px !important;
}
.h-300 {
    height: 300px !important;
}
.h-340 {
    height: 340px !important;
}
.h-360 {
    height: 360px !important;
}
.h-380 {
    height: 380px !important;
}
.h-400 {
    height: 400px;
}
.max-h-500 {
    height: 500px;
}
.inactive_color {
    color: #dc3545 !important;
}
.item_category_padding {
    padding-top: 1%;
    text-align: left !important;
}
.line-through {
    text-decoration: line-through;
}
.location_name {
    overflow-wrap: break-word !important;
    white-space: normal !important;
    width: 105px;
}
.mb-1 {
    margin-bottom: 1% !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}

.mb--5 {
    margin-bottom: -5px;
}

.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-25 {
    margin-bottom: -25px !important;
}
.mb-m5 {
    margin-bottom: -0.3rem;
}
.import-error-sl {
    max-width: 40px;
    white-space: break-spaces !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mb-1p5 {
    margin-bottom: 1.5%;
}
.mt-p5 {
    margin-top: 0.5rem !important;
}
#mt-2 {
    margin-top: -2px !important;
}
.mt-neg-2 {
    margin-top: -2px !important;
}
.mt-4p {
    margin-top: 4% !important;
}
.mt-9p {
    margin-top: 9% !important;
}

.mt-19n {
    margin-top: -19px !important;
}
.mt-9 {
    margin-top: 9px !important;
}
#reply-btn {
    margin-top: 6% !important;
}
.mt-7 {
    display: none;
    margin-top: 7px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-12 {
    margin-top: 12px !important;
}
.mt-14 {
    margin-top: 14px !important;
}
.mt-15 {
    margin-top: -1.5px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.ml-1 {
    margin-left: 4px !important;
}
.ml-2 {
    margin-left: 8px !important;
}
.ml-3 {
    margin-left: 12px !important;
}
.ml-5 {
    margin-left: -0.5% !important;
}
.ml-4 {
    margin-left: 4px;
}

.mt-15p {
    margin-top: 15px !important;
}
.mt-22p {
    margin-top: 22px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-16 {
    margin-left: -16% !important;
}
.ml-18 {
    margin-left: -18% !important;
}
.ml-20p {
    margin-left: 20px !important;
}
.ml-36 {
    margin-left: 36% !important;
}
.ml-50 {
    margin-left: 50px !important;
}
.margin-top-1 {
    margin-top: 1% !important;
}
.noRecord {
    display: none;
    top: 60px;
    left: 15px;
    width: 520px;
}
.note-style {
    margin-right: 5px;
}
.note_padding {
    padding-bottom: 0.25rem !important;
}
.overflow_hidden {
    overflow: hidden !important;
}
.overflow-auto {
    overflow: auto !important;
}
.p-10 {
    padding: 10px !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 1% !important;
}
.top-auto {
    top: auto !important;
}
.pt-4px {
    padding-top: 4px !important;
}
.pt-1p5rem {
    padding-top: 1.5rem !important;
}
.refresh-btn {
    margin: 0px 0px 0px -15px;
}
.status-border {
    border: 1px solid #cbdbe0;
    border-radius: 8px;
}
.table_styles {
    margin-bottom: 5px;
    width: 100%;
    border: none;
}
.task_timer {
    margin-bottom: 2%;
    display: none;
}
.td_styles {
    width: 25%;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    text-align: left;
}
.td_styles1 {
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.v-align-mid {
    vertical-align: middle;
}

.w-88p {
    width: 88px !important;
}
.m-w-32 {
    max-width: 32.33%;
}

.w-15 {
    width: 15% !important;
}
.w-25 {
    width: 25% !important;
}
.w-85 {
    width: 85% !important;
}
.w-100 {
    width: 100% !important;
}
.w-40p {
    width: 40px !important;
}
.w-60p {
    width: 60px !important;
}
.w-100p {
    width: 100px !important;
}
.w-150p {
    width: 150px !important;
}
.w-200p {
    width: 200px !important;
}


.top-2p {
    top: 2px !important;
}

.min-width-145 {
    min-width: 145px;
}
/* Appearence styles */
.control-label {
    text-align: right;
}
.reset_defaults {
    padding: 0.18rem 0.8rem !important;
}
#siteshortlabel,
#default-language,
#default-currency {
    text-align: left !important;
}
.zero_padding {
    padding-left: 0px !important;
}
/* details_script */
.task_loading {
    margin-left: 36%;
    width: 150px;
    height: 150px;
}
.task_border {
    border: 1px solid #eaeaea;
}
.comment_color {
    background-color: #eeeff0;
}
.task-card-border {
    border: 1px solid rgb(234, 234, 234);
}
/* Tickets styles */
table.tickets th:nth-child(1),
table.tickets td:nth-child(1) {
    width: 120px !important;
    max-width: 120px !important;
}
table.tickets th:nth-child(3),
table.tickets td:nth-child(3) {
    width: 160px !important;
    max-width: 160px !important;
    white-space: pre-line;
}

#close-icon {
    display: block;
}
#reply-attachment {
    margin-left: 0px;
}
#ticket-status {
    border: 1px solid #04a9f5;
    width: 95px;
}
#wait {
    display: none;
    width: 100px;
    height: 120px;
    position: absolute;
    top: 20%;
    left: 50%;
    padding: 2px;
}
/* Items styles starts */
#variant-size,
#variant-color,
#variant-weight {
    margin-left: 35px !important;
}
#stock-management {
    opacity: 0.8;
}
#item-attribute {
    color: #00acd6;
    font-size: 16px;
}
/* Items styles ends */
/* Customer panel style */
.customer-file {
    margin: 0px 5px 10px 10px;
    font-size: 30px;
}
.customer-quotation {
    border-radius: 15px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.customer-payment-status {
    border: 1px solid #04a9f5;
    padding: 8px;
    margin: 8px 0 8px 0px;
    font-size: 14px;
    background: transparent;
    color: #04a9f5 !important;
}
.file {
    border: 1px solid #bbbbbb;
    padding: 3px 10px;
    border-radius: 22px;
    display: inline-block;
    margin-bottom: 5px;
}
.file-name {
    margin-right: 5px;
    color: #dc3545;
    font-size: 15px;
    font-weight: bold;
}
table.customer-panel-support th:nth-child(1),
table.customer-panel-support td:nth-child(1) {
    width: 7% !important;
}
table.customer-panel-support th:nth-child(3),
table.customer-panel-support td:nth-child(3) {
    width: 13% !important;
}
table.customer-panel-support th:nth-child(5),
table.customer-panel-support td:nth-child(5) {
    width: 10% !important;
}
/* Customer notes styles */
.dataTables_paginate.paging_simple_numbers {
    float: right;
    margin: 5px;
}
table.customer-notes th:nth-child(2) {
    width: 100px;
    max-width: 140px;
    word-wrap: break-word;
    white-space: pre-line;
}
table.customer-notes td:nth-child(2) {
    width: 600px;
    max-width: 600px;
    word-break: break-all;
    white-space: pre-line;
}
table.customer-notes td:nth-child(1) {
    width: 350px;
    max-width: 350px;
    word-wrap: break-word;
    white-space: pre-line;
}
/* Supplier order datatable styles */
table.supplier-orders th:nth-child(1),
table.supplier-orders td:nth-child(1),
table.supplier-orders th:nth-child(2),
table.supplier-orders td:nth-child(2),
table.supplier-orders th:nth-child(3),
table.supplier-orders td:nth-child(3),
table.supplier-orders th:nth-child(4),
table.supplier-orders td:nth-child(4),
table.supplier-orders th:nth-child(5),
table.supplier-orders td:nth-child(5) {
    width: 20% !important;
}
/* Supplier payment datatable styles */
table.supplier-payments th:nth-child(1),
table.supplier-payments td:nth-child(1),
table.supplier-payments th:nth-child(3),
table.supplier-payments td:nth-child(3),
table.supplier-payments th:nth-child(4),
table.supplier-payments td:nth-child(4),
table.supplier-payments th:nth-child(7),
table.supplier-payments td:nth-child(7) {
    width: 10% !important;
}
table.supplier-payments th:nth-child(2),
table.supplier-payments td:nth-child(2) {
    width: 12% !important;
}
table.supplier-payments th:nth-child(5),
table.supplier-payments td:nth-child(5),
table.supplier-payments th:nth-child(6),
table.supplier-payments td:nth-child(6) {
    width: 15% !important;
}
table.milestone-list th:nth-child(1),
table.milestone-list td:nth-child(1) {
    width: 40% !important;
}
table.milestone-list th:nth-child(2),
table.milestone-list td:nth-child(2),
table.milestone-list th:nth-child(3),
table.milestone-list td:nth-child(3),
table.milestone-list th:nth-child(4),
table.milestone-list td:nth-child(4) {
    width: 20% !important;
}
/* Supplier ledger styles */
.dataTables_paginate.paging_simple_numbers {
    float: right;
    margin: 5px;
}
.supplier-ledger-table {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #888;
    font-weight: 400;
}
.bg-gray {
    background-color: #f5f6fa !important;
}
.arrow {
    position: absolute;
    top: 8px;
    right: 0px;
    width: 20px;
}
.aero {
    line-height: 1.5 !important;
}
table.supplier-ledgers th:nth-child(1),
table.supplier-ledgers td:nth-child(1) {
    width: 5% !important;
}
table.supplier-ledgers th:nth-child(2),
table.supplier-ledgers td:nth-child(2),
table.supplier-ledgers th:nth-child(3),
table.supplier-ledgers td:nth-child(3),
table.supplier-ledgers th:nth-child(4),
table.supplier-ledgers td:nth-child(4),
table.supplier-ledgers th:nth-child(5),
table.supplier-ledgers td:nth-child(5),
table.supplier-ledgers th:nth-child(6),
table.supplier-ledgers td:nth-child(6) {
    width: 19% !important;
}
/* Bank transactions styles */
.p-26 {
    padding: 26px !important;
}
.align-left {
    text-align: left !important;
}
/* Bank account edit */
table.bank-account-edit th:nth-child(1),
table.bank-account-edit td:nth-child(1) {
    width: 15% !important;
}
table.bank-account-edit th:nth-child(2),
table.bank-account-edit td:nth-child(2) {
    width: 20% !important;
}
/* Expense list styles */
.expense-list th:nth-child(4),
table.expense-list td:nth-child(4),
.expense-list th:nth-child(5),
table.expense-list td:nth-child(5) {
    width: 130px !important;
}
/* User role styles */
#manage-roles .dtr-control {
    text-transform: capitalize !important;
}
table.user-roles th:nth-child(1),
table.user-roles td:nth-child(1),
table.user-roles th:nth-child(2),
table.user-roles td:nth-child(2),
table.user-roles th:nth-child(3),
table.user-roles td:nth-child(3),
table.user-roles th:nth-child(4),
table.user-roles td:nth-child(4),
table.user-roles th:nth-child(5),
table.user-roles td:nth-child(5),
table.user-roles th:nth-child(6),
table.user-roles td:nth-child(6) {
    white-space: nowrap !important;
}
table.user-role th:nth-child(1),
table.user-role td:nth-child(1),
table.user-role th:nth-child(2),
table.user-role td:nth-child(2) {
    width: 20% !important;
}
table.user-role th:nth-child(3),
table.user-role td:nth-child(3) {
    width: 30% !important;
    word-wrap: break-word !important;
    white-space: pre-line !important;
}
table.user-role th:nth-child(4),
table.user-role td:nth-child(4) {
    width: 10% !important;
}
/* role add styles */
.user-roles {
    margin: 0 auto !important;
    width: 100% !important;
    clear: both !important;
    border-collapse: collapse !important;
    table-layout: fixed !important;
    word-wrap: break-word !important;
}
.control_label_styles {
    text-align: left;
    font-size: 13px;
}
.align-left {
    text-align: left;
}
.own_view {
    word-wrap: break-word;
    white-space: normal;
    width: 10px;
}
.view_styles {
    width: 10px;
    margin-left: 35%;
}
#roles {
    width: 10px;
    text-align: left;
    padding-top: 2.9%;
}
.add_styles {
    width: 10px;
    margin-left: 21%;
}
.edit_styles {
    width: 10px;
    margin-left: 7%;
}
.delete_styles {
    width: 10px;
}
/* role edit styles */
.user-roles > tbody > tr > td {
    text-align: center;
}
.name_styles {
    text-align: left;
    font-size: 13px;
}
.role_edit_own_view {
    word-wrap: break-word;
    white-space: normal;
}
.roles {
    width: 10px;
    text-align: left !important;
}
.permissions {
    width: 10px;
    float: center;
    padding: 0px 0px;
}
.margin_bottom {
    margin-bottom: 0rem;
}
.role_edit_add_styles {
    width: 10px;
    float: center;
    padding: 0px 0px;
}
/* Location styles */
table.location th:nth-child(1),
table.location td:nth-child(1) {
    width: 20% !important;
}
table.location th:nth-child(3),
table.location td:nth-child(3) {
    width: 15% !important;
    word-wrap: break-word !important;
    white-space: pre-line !important;
}

table.location th:nth-child(2),
table.location td:nth-child(2) {
    width: 35% !important;
    word-wrap: break-word !important;
    white-space: pre-line !important;
}
table.location th:nth-child(4),
table.location td:nth-child(4),
table.location th:nth-child(5),
table.location td:nth-child(5),
table.location th:nth-child(6),
table.location td:nth-child(6) {
    width: 10% !important;
}
/* Tax styles */
table.taxes th:nth-child(1),
table.taxes td:nth-child(1),
table.taxes th:nth-child(2),
table.taxes td:nth-child(2),
table.taxes th:nth-child(3),
table.taxes td:nth-child(3),
table.taxes th:nth-child(4),
table.taxes td:nth-child(4) {
    width: 25% !important;
}
/* User task list styles */
.dropzone-attachments {
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #80808045;
    height: 100%;
    margin-left: 10px;
}
.event-attachments {
    padding: 0px 7px;
}
.add-attachments {
    float: left;
    height: 45px;
    width: 45px;
    border: 1px dashed #aaa;
    margin: 5px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 14px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.add-attachments .fa-plus {
    font-size: 20px;
    margin-top: 11px;
}
.list-attachments {
    float: left;
    height: 45px;
    width: 45px;
    border: 1px dashed #aaa;
    text-align: center;
    background-color: #dddddd47;
    margin-top: 14px;
    margin-left: 10px;
    margin-bottom: 10px;
    position: relative;
}
.list-attachments .attachment-item-delete {
    font-size: 14px;
    margin-left: 14px;
    margin-top: -8px;
    clear: both;
    cursor: pointer;
    color: #a00;
    position: absolute;
}
.dz-preview,
.dz-file-preview {
    display: none;
}
.list-attachments .far {
    font-size: 30px;
    margin-top: 7px;
}
/* Customer task styles */
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
/* Customer invoice styles */
.inputTax.open {
    overflow: inherit;
}
.bitcoin-wallet i {
    right: 30px !important;
    top: 57% !important;
}
.text-btn {
    font-size: 18px !important;
    color: #1794bd !important;
}
.no-padding {
    padding-top: 5px 0px 5px 0px !important;
}
.ck-content {
    height: 200px;
}
/*Variable button */
.copyButton {
    color: #e83e8c;
    font-size: 14px;
    background-color: #eaeaea;
    padding-right: 0px 2px 0px 2px;
}
.variable {
    line-height: 1.9;
}
.previewButton {
    padding: 6px 14px;
}
.temp_data_body {
    height: 300px;
}
#inv-total-amount {
    color: #0000ff;
}
#inv-paid-amount {
    color: #4caf50;
}
#inv-due-amount {
    color: #848484;
}
#inv-over-due-amount {
    color: #ff2d42;
}
/* lead_list styles */
.tags-labels .label-tag {
    float: left;
    margin-top: 5px;
}
.lead_status {
    border: 1px solid #04a9f5;
    padding: 5px 0px;
    margin: 0px 0 8px 0px;
    background: transparent;
    width: 60px;
}
.lead_status_color {
    height: 25px;
    width: 25px;
    margin: 5px;
    display: inline-block;
    background-color: #00a65a;
}
table.lead-source-settings th:nth-child(2),
table.lead-source-settings td:nth-child(2) {
    white-space: nowrap !important;
}
.label-tag {
    color: #2d2d2d;
    margin-right: 5px;
    border: 1px solid #bfcbd9;
    background: #fff;
    font-size: 11.5px;
    text-align: left;
}
.label-tag:last-child {
    margin-right: 0;
}
table .tags-labels {
    float: left;
    display: inline-block;
    max-width: 100px;
    word-break: break-all;
    min-width: 100%;
}
.tags-labels .label-tag {
    display: inline-block;
    margin-top: 4px;
}
table .dtr-data .tags-labels {
    float: none;
}
.tags-labels {
    max-width: 268px;
    min-width: 80%;
}
.tags-labels-lead-view {
    max-width: 150px;
    min-width: 80%;
}
.tags-labels .label-tag {
    padding: 3px 7px;
}
#dataTableBuilder_length,
#dataTableBuilder_filter {
    margin-bottom: 0.5rem !important;
}
.filter-option-inner-inner {
    color: #444;
    line-height: 22px;
}
table th:nth-child(5) {
    width: 150px;
    max-width: 150px;
    word-wrap: break-word;
    white-space: pre-line;
}
/* Lead list data table */
.lead-status {
    padding: 0.2em 0.6em 0.2em;
    font-size: 90%;
}
.tag-in-result {
    opacity: 0.8;
    white-space: normal;
    color: #2d2d2d;
}
table.lead-list th:nth-child(3),
table.lead-list td:nth-child(3) {
    width: 10% !important;
}
table.lead-list th:nth-child(4),
table.lead-list td:nth-child(4) {
    width: 12% !important;
}
table.lead-list th:nth-child(6),
table.lead-list td:nth-child(6) {
    width: 20% !important;
}
/* team member purchase payment styles */
table.purch th:nth-child(1),
table.purch td:nth-child(1),
table.purch th:nth-child(2),
table.purch td:nth-child(2),
table.purch th:nth-child(4),
table.purch td:nth-child(4),
table.purch th:nth-child(6),
table.purch td:nth-child(6) {
    width: 10% !important;
    max-width: 10% !important;
    word-wrap: break-word;
    white-space: pre-line;
}
table.purch th:nth-child(3),
table.purch td:nth-child(3) {
    width: 20% !important;
}
table.purch th:nth-child(5),
table.purch td:nth-child(5),
table.purch th:nth-child(7),
table.purch td:nth-child(7) {
    width: 15% !important;
    max-width: 15% !important;
    word-wrap: break-word;
    white-space: pre-line;
}
table.purch th:nth-child(8),
table.purch td:nth-child(8) {
    width: 10% !important;
    max-width: 10% !important;
}
/* Customer ledger data table */
table.customer-ledger th:nth-child(1),
table.customer-ledger td:nth-child(1) {
    width: 7% !important;
    max-width: 7% !important;
}
table.customer-ledger th:nth-child(2),
table.customer-ledger td:nth-child(2),
table.customer-ledger th:nth-child(3),
table.customer-ledger td:nth-child(3),
table.customer-ledger th:nth-child(4),
table.customer-ledger td:nth-child(4),
table.customer-ledger th:nth-child(5),
table.customer-ledger td:nth-child(5),
table.customer-ledger th:nth-child(6),
table.customer-ledger td:nth-child(6) {
    width: 15% !important;
    max-width: 15% !important;
}
table.customer-payments-list th:nth-child(1),
table.customer-payments-list td:nth-child(1) {
    width: 7% !important;
    max-width: 7% !important;
    word-wrap: break-word;
    white-space: pre-line;
}
table.customer-payments-list th:nth-child(3),
table.customer-payments-list td:nth-child(3),
table.customer-payments-list th:nth-child(4),
table.customer-payments-list td:nth-child(4),
table.customer-payments-list th:nth-child(5),
table.customer-payments-list td:nth-child(5),
table.customer-payments-list th:nth-child(6),
table.customer-payments-list td:nth-child(6) {
    width: 15% !important;
}
table.customer-project-list th:nth-child(1),
table.customer-project-list td:nth-child(1) {
    width: 8% !important;
}
table.customer-project-list th:nth-child(2),
table.customer-project-list td:nth-child(2),
table.customer-project-list th:nth-child(3),
table.customer-project-list td:nth-child(3),
table.customer-project-list th:nth-child(4),
table.customer-project-list td:nth-child(4),
table.customer-project-list th:nth-child(5),
table.customer-project-list td:nth-child(5),
table.customer-project-list th:nth-child(6),
table.customer-project-list td:nth-child(6) {
    width: 15% !important;
}
table.customer-project-list th:nth-child(7),
table.customer-project-list td:nth-child(7) {
    width: 10% !important;
}
table.customer-task-list th:nth-child(2),
table.customer-task-list td:nth-child(2),
table.customer-task-list th:nth-child(3),
table.customer-task-list td:nth-child(3),
table.customer-task-list th:nth-child(4),
table.customer-task-list td:nth-child(4),
table.customer-task-list th:nth-child(5),
table.customer-task-list td:nth-child(5),
table.customer-task-list th:nth-child(6),
table.customer-task-list td:nth-child(6) {
    width: 12% !important;
}
table.customer-ticket-list th:nth-child(1),
table.customer-ticket-list td:nth-child(1) {
    width: 7% !important;
}
/* Customer payments data table */
table.customer-payment th:nth-child(1),
table.customer-payment td:nth-child(1),
table.customer-payment th:nth-child(4),
table.customer-payment td:nth-child(4),
table.customer-payment th:nth-child(6),
table.customer-payment td:nth-child(6) {
    width: 10% !important;
    max-width: 10% !important;
    word-wrap: break-word;
    white-space: pre-line;
}
table.customer-payment th:nth-child(2),
table.customer-payment td:nth-child(2) {
    width: 15% !important;
    max-width: 15% !important;
    word-wrap: break-word;
    white-space: pre-line;
}
table.customer-payment th:nth-child(3),
table.customer-payment td:nth-child(3) {
    width: 20% !important;
}
table.customer-payment th:nth-child(5),
table.customer-payment td:nth-child(5),
table.customer-payment th:nth-child(7),
table.customer-payment td:nth-child(7) {
    width: 15% !important;
    max-width: 15% !important;
    word-wrap: break-word;
    white-space: pre-line;
}
/* Customer invoice data table */
table.customer-invoices th:nth-child(2),
table.customer-invoices td:nth-child(2) {
    width: 20% !important;
    max-width: 20% !important;
}
table.customer-invoices th:nth-child(3),
table.customer-invoices td:nth-child(3),
table.customer-invoices th:nth-child(4),
table.customer-invoices td:nth-child(4),
table.customer-invoices th:nth-child(7),
table.customer-invoices td:nth-child(7) {
    width: 15% !important;
    max-width: 15% !important;
    word-wrap: break-word;
    white-space: pre-line;
}
table.customer-invoices th:nth-child(1),
table.customer-invoices td:nth-child(1),
table.customer-invoices th:nth-child(5),
table.customer-invoices td:nth-child(5),
table.customer-invoices th:nth-child(6),
table.customer-invoices td:nth-child(6) {
    width: 10% !important;
    max-width: 10% !important;
}
.customer-invoice {
    border: 1px solid #04a9f5;
    padding: 5px 0px;
    margin: 0px 0 8px 0px;
    background: transparent;
    width: 100%;
}
.color-f44236 {
    color: #f44236 !important;
}
.color-04a9f5 {
    color: #04a9f5 !important;
}
.color-4CAF50 {
    color: #4caf50 !important;
}
.color-3c8dbc {
    color: #3c8dbc;
}
.color-2d2f30 {
    color: #2d2f30;
}

.color-A9 {
    color: #0060a9 !important;
}
.color-9E {
    color: #9e4423 !important;
}
/* Customer quotation */
table.customer-quotations th:nth-child(1),
table.customer-quotations td:nth-child(1),
table.customer-quotations th:nth-child(3),
table.customer-quotations td:nth-child(3),
table.customer-quotations th:nth-child(4),
table.customer-quotations td:nth-child(4),
table.customer-quotations th:nth-child(5),
table.customer-quotations td:nth-child(5) {
    width: 20% !important;
    max-width: 20% !important;
    word-break: break-all !important;
    white-space: pre-line;
}
table.customer-quotations th:nth-child(2),
table.customer-quotations td:nth-child(2) {
    width: 15% !important;
    max-width: 15% !important;
    word-break: break-all !important;
    white-space: pre-line;
    text-align: center;
}
/* Customer purchases datatable */
table.customer-purchases th:nth-child(1),
table.customer-purchases td:nth-child(1),
table.customer-purchases th:nth-child(3),
table.customer-purchases td:nth-child(3),
table.customer-purchases th:nth-child(4),
table.customer-purchases td:nth-child(4),
table.customer-purchases th:nth-child(5),
table.customer-purchases td:nth-child(5) {
    width: 10% !important;
    max-width: 10% !important;
    word-wrap: break-word;
    white-space: pre-line;
}
table.customer-purchases th:nth-child(7),
table.customer-purchases td:nth-child(7) {
    width: 15% !important;
    max-width: 15% !important;
}
/* Customer transfer data table */
table.customer-transfer th:nth-child(1),
table.customer-transfer td:nth-child(1),
table.customer-transfer th:nth-child(3),
table.customer-transfer td:nth-child(3) {
    width: 15% !important;
    max-width: 15% !important;
}
table.customer-transfer th:nth-child(4),
table.customer-transfer td:nth-child(4) {
    width: 10% !important;
    max-width: 10% !important;
}
/* Customer order list data table */
.customer-order {
    margin: 0px 0px 0px 50px;
}
/* Customer task list data table */
.customer-task {
    color: #777;
}
#id .customer-task {
    color: #666;
}
.properties {
    border-bottom: 1px solid #f3f3f3;
    padding: 3px 2px;
    cursor: pointer;
}
.task-priority {
    border: 1px solid #04a9f5;
    padding: 5px 0px;
    width: 80px;
    background: transparent !important;
}
.task-priority-name {
    padding: 0px;
    background: #fff;
    min-width: 100px !important;
}
.status-styles {
    border-bottom: 1px solid #f3f3f3;
    padding: 3px 2px;
    cursor: pointer;
}
.task-status-name {
    border: 1px solid #04a9f5;
    padding: 6px;
    width: 95px;
    background: transparent;
}
#property .status-styles {
    border-bottom: 1px solid #f3f3f3;
}
.project-name {
    font-size: 12px;
    color: #709a52;
}
/* Customer edit styles */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black !important;
    color: #fff;
}
.insufficient {
    background-color: #fbd7cf;
    color: #000;
}
.sufficient {
    background-color: #c8e3b8;
    color: #000;
}
.invoice-navbar {
    background-color: #ecf0f5;
    border-color: #ecf0f5;
    border-radius: 2px;
    min-height: 40px !important;
}
.invoice-navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
    color: #3c8dbc !important;
}
.invoice-navbar-nav > li > a:hover {
    color: #000094 !important;
}
.deleteBtn {
    display: none;
}
.custom-dl dt {
    width: 50px;
}
.custom-dl dd {
    margin-left: 70px;
}
#sale {
    width: 15px;
    height: 15px;
    background: #429bce;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
#cost {
    width: 15px;
    height: 15px;
    background: #f56954;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
#profit {
    width: 15px;
    height: 15px;
    background: #2fb628;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.scp {
    font-weight: bold;
    line-height: 15px;
    padding-left: -5px;
}
.skin-blue .main-header .navbar,
.skin-blue .main-header .logo {
    background-color: #4b5158;
}
.btn-border-orange {
    border: 1px solid #e08e0b;
    color: #e08e0b;
}
.btn-border-purple {
    border: 1px solid #504c8c;
    color: #504c8c;
}
.btn-border-info {
    border: 1px solid #00acd6;
    color: #00acd6;
}
.top-bar-title {
    font-weight: bold;
    padding-top: 9px;
    color: #00acd6;
    font-size: 16px;
    margin-left: 5px;
}
.left-padding-col4 {
    padding-left: 5px;
}
.right-padding-col8 {
    padding-right: 5px;
}
.btn-block-left-padding {
    padding-left: 5px;
    padding-right: 5px;
}
.btn-block-right-padding {
    padding-left: 5px;
    padding-right: 5px;
}
.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
    background-color: #6c7888;
}
.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a {
    background-color: #e9ebef;
    border-left-color: #e9ebef;
    color: #323a45;
}
.skin-blue .sidebar-menu > li > .treeview-menu {
    background-color: #fff;
    margin: 0px;
}
.skin-blue .treeview-menu > li > a {
    color: #323a45;
}
.skin-blue .sidebar a {
    color: white;
}
.skin-blue .treeview-menu > li > .active > a {
    color: red;
}
.skin-blue .treeview-menu > li.active > a {
    background-color: #03a9f4;
    border-left: 0 none !important;
    border-radius: 50px;
    color: #fff !important;
    display: inline-block;
    margin: 8px 0 8px 20px;
    padding: 5px 15px;
}
.skin-blue .treeview-menu > li > a:hover {
    color: #367fa9 !important;
}
.box {
    margin-bottom: 10px;
}
.padding-bottom {
    padding-bottom: 9px;
}
.top-left-btn {
    padding-right: 5px;
}
.top-right-btn {
    padding-left: 5px;
}
.delete-btn {
    border: 1px solid #ff0000;
    color: #ff0000;
}
.success-btn {
    border: 1px solid #7aa93c;
    color: #7aa93c;
}
.partial-color {
    border: 1px solid #ff6f00;
    color: #ff6f00;
    cursor: default;
}
.partial-color:hover {
    border: 1px solid #ff6f00;
    color: #ff6f00;
    cursor: default;
}
.success-btn-status {
    border: 1px solid #7aa93c;
    color: #7aa93c;
    cursor: default;
}
.success-btn-status:hover {
    border: 1px solid #7aa93c;
    color: #7aa93c;
    cursor: default;
}
.delete-btn-status {
    border: 1px solid #ff0000;
    color: #ff0000;
    cursor: default;
}
.delete-btn-status:hover {
    border: 1px solid #ff0000;
    color: #ff0000;
    cursor: default;
}
.btn-unpaid,
.btn-declined {
    border: 1px solid #ff0000 !important;
    color: #ff0000 !important;
    display: inline-block;
    margin: 8px 0 8px 0px;
    padding: 5px 15px;
    border-radius: 2px;
}
.btn-paid,
.btn-approved {
    border: 1px solid #4caf50 !important;
    color: #4caf50 !important;
    display: inline-block;
    margin: 8px 0 8px 0px;
    padding: 5px 15px;
    border-radius: 2px;
}
.btn-paid-partial,
.btn-pending {
    border: 1px solid #d36e16 !important;
    color: #d36e16 !important;
    display: inline-block;
    margin: 1px 0 8px 0px;
    padding: 6px 5px;
    border-radius: 2px;
}
.page-break {
    page-break-after: always;
}
.break-all {
    word-break: keep-all !important;
}
.break-word {
    word-wrap: break-word !important;
}
.white-space-unset {
    white-space: unset !important;
}
.add-row {
    cursor: pointer;
}
.barcode-select2 {
    margin-left: 0;
    padding-left: 0;
}
.barcode {
    border: 1px solid #ccc;
    display: block;
    height: 10.3in;
    margin: 10px auto;
    padding-top: 0.1in;
    page-break-after: always;
    width: 8.45in;
}
.barcode .item {
    border: 1px dotted #ccc;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}
.barcode .barcode_site,
.barcode .barcode_name {
    font-size: 14px;
}
.barcode .barcode_site {
    font-weight: bold;
}
.barcode .barcode_site,
.barcode .barcode_name,
.barcode .barcode_image,
.barcode .variants {
    display: block;
}
.bcimg {
    max-width: 95%;
}
.btn_bottom {
    margin-bottom: 10px;
}
.header_controls {
    margin-top: 0 !important;
    background-color: none !important;
}
/* Bank account type */
table.bank-account-type th:nth-child(2),
table.bank-account-type td:nth-child(2) {
    width: 20% !important;
    white-space: normal !important;
}
/* team member profile */
.profile-user-img {
    margin: 0 auto;
    width: 100%;
    padding: 3px;
    border: 1px solid #d2d6de;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12),
        0 3px 4px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12),
        0 3px 4px rgba(0, 0, 0, 0.24);
}
img {
    vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}
.child {
    white-space: nowrap !important;
}
/* css for company  logo  delete start */
.thumb {
    width: 120px;
    height: 100px;
    margin: 0.2em -0.7em 0 0;
}
.remove_img_preview {
    position: absolute;
    top: 15px;
    right: -8px;
    background: #e20707c0;
    color: rgb(255, 255, 255);
    border-radius: 50px;
    font-size: 0.9em;
    padding: 0 0.5em 0;
    text-align: center;
    cursor: pointer;
}
.remove_img_preview:before {
    content: "x";
}
.remove_icon_preview {
    position: relative !important;
    top: -45px;
    right: -34px;
    background: #dc3545;
    color: white;
    border-radius: 50px;
    font-size: 0.9em;
    padding: 0 0.3em 0;
    text-align: center;
    cursor: pointer;
}
.remove_icon_preview:before {
    content: "×";
}
/* css for calendar */
.color-picker-styles {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    margin-top: 5px;
}
.fc-event,
.fc-event:hover {
    color: #fff !important;
}
/* css for company  logo end */
/* Company settings style starts */
.img-wrap-favicon {
    width: 34px;
    height: 34px;
}
.company_logo_padding {
    padding: 10px 0px;
}
.settings-tab > .nav-item {
    width: 100%;
}
#iconCompany {
    margin-top: 25px;
    padding: 0px;
    margin: 0px;
}
/* general settings menu header */
#general-settings {
    color: #6c757d;
}
#general-settings:hover {
    color: #000;
}
/* sms setup style */
#headingOne .text-btn,
#headingTwo .text-btn {
    font-size: 18px !important;
    color: #1d9ac3 !important;
}
/* admin invoice styles */
table.invoice-list th:nth-child(1),
table.invoice-list td:nth-child(1),
table.invoice-list th:nth-child(4),
table.invoice-list td:nth-child(4) {
    width: 11% !important;
}
table.invoice-list th:nth-child(3),
table.invoice-list td:nth-child(3) {
    width: 15% !important;
}
table.invoice-list th:nth-child(8),
table.invoice-list td:nth-child(8) {
    width: 9% !important;
    text-align: center;
}
table.invoice-list th:nth-child(5),
table.invoice-list td:nth-child(5) {
    width: 13% !important;
}
.invoice-edit,
.invoice-delete {
    padding: 4px 5px !important;
}
/* admin quotation styles */
table.quotation-list th:nth-child(1),
table.quotation-list td:nth-child(1) {
    width: 13% !important;
}
table.quotation-list th:nth-child(3),
table.quotation-list td:nth-child(3) {
    width: 15% !important;
}
table.quotation-list th:nth-child(4),
table.quotation-list td:nth-child(4),
table.quotation-list th:nth-child(5),
table.quotation-list td:nth-child(5),
table.quotation-list th:nth-child(6),
table.quotation-list td:nth-child(6),
table.quotation-list th:nth-child(7),
table.quotation-list td:nth-child(7) {
    width: 10% !important;
}
table.quotation-list th:nth-child(6),
table.quotation-list td:nth-child(6) {
    width: 10% !important;
}
/* sales payment styles */
table.sales-payment-list th:nth-child(1),
table.sales-payment-list td:nth-child(1) {
    width: 8% !important;
}
table.sales-payment-list th:nth-child(2),
table.sales-payment-list td:nth-child(2) {
    width: 11% !important;
}
table.sales-payment-list th:nth-child(4),
table.sales-payment-list td:nth-child(4),
table.sales-payment-list th:nth-child(5),
table.sales-payment-list td:nth-child(5),
table.sales-payment-list th:nth-child(6),
table.sales-payment-list td:nth-child(6) {
    width: 10% !important;
}
/* Company settings style ends */
.progressbar {
    display: inline-block;
    width: 100px;
    margin: 25px;
}
.circle {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
}
.circle canvas {
    vertical-align: middle;
}
.circle div {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}
.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}
.circle span {
    display: block;
    color: #aaa;
    margin-top: 12px;
}
.color-picker > div {
    width: 40px;
    display: inline-block;
    height: 40px;
    margin: 5px;
    border-radius: 100%;
    opacity: 0.7;
}
.filter-label {
    margin-right: 35px;
    font-weight: normal;
}
.rtl {
    direction: rtl;
}
.bb-0 {
    border-bottom: 0 !important;
}
.bt-0 {
    border-top: 0 !important;
}
.bb-d-0-gray {
    border-bottom: 1px dotted #ededed !important;
}
.bt-d-0-gray {
    border-top: 1px dotted #ededed !important;
}
/*latest invoice*/
.bb-2-gray {
    border-bottom: 2px solid #ededed !important;
}
.bt-2-gray {
    border-top: 2px solid #ededed !important;
}
/*end latest invoice*/
/*select 2 responsive*/
.select2 {
    width: 100% !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 32px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    margin-top: 4px !important;
}
.popover-title {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    color: black;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 8px 14px;
}
/*Processing*/

.center {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 50% !important;
}
/* Sub menu styles */
.nav-pills {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.nav-pills > li > a {
    text-transform: capitalize !important;
    font-size: 14px !important;
}
/*Switch toggle checkbox*/
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.switch_slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
input:checked + .switch_slider {
    background-color: #2196f3;
}
input:focus + .switch_slider {
    box-shadow: 0 0 1px #2196f3;
}
input:checked + .switch_slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded switch_sliders */
.switch_slider.round {
    border-radius: 34px;
}
.switch_slider.round:before {
    border-radius: 50%;
}
/*File attachment button style*/
.add_attachment {
    padding: 5px;
}
.add_attachment:hover {
    padding: 5px;
    color: #5d3968;
    border-radius: 5px;
    cursor: pointer;
    background: #ced5da;
}
/* Reset Button */
.rstButton {
    margin-left: -2%;
}
.cardMinWidthCustomer {
    min-height: 620px;
}
.custom-link-bg {
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: linear-gradient(
        -135deg,
        rgb(29, 150, 233) 0%,
        rgb(29, 196, 233) 100%
    );
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
}
.quotation-pdf-header {
    padding-bottom: 7px !important;
}
.bg-c-yellow {
    background-color: rgb(204, 204, 0) !important;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
}
.bg-c-red {
    background-color: rgb(249, 73, 63) !important;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
}
.errors label.error {
    font-size: 15px;
}
.swicth-pos {
    margin-top: -25%;
}
span.nameError {
    color: #dc3545 !important;
    width: auto;
    display: inline;
    font-size: 11px;
}
span.editnameError {
    color: #dc3545 !important;
    width: auto;
    display: inline;
    font-size: 11px;
}
.badge-danger {
    color: #dc3545;
    background-color: transparent;
    border: 1px solid;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.decriptionLarge th:nth-child(3) {
    width: 500px;
    max-width: 600px;
    word-wrap: break-word;
    white-space: pre-line;
}
.decriptionLarge1 td:nth-child(3) {
    width: 500px;
    max-width: 600px;
    word-break: break-all;
    white-space: pre-line;
}
table thead {
    background: #3e3e3e;
    border-radius: 8px 8px 0px 0px;
}
#nav .nav-pills {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
#nav .nav-pills > li > a {
    text-transform: capitalize !important;
    font-size: 14px !important;
}
#nav .nav-item {
    width: 100% !important;
}
#sms-menu .nav-item {
    width: 100% !important;
}
.barcodeMargin {
    margin-left: -2%;
}

/* File Preview */
.previewer-file-total-div {
    position: relative;
    float: left;
    margin-right: 8px;
    width: 150px;
    height: 118px;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    opacity: 1;
    border: 1px solid #d1d1d1;
    margin-bottom: 8px;
}

.previewer-file-thumbnail-div {
    position: absolute;
    width: 150px;
    height: 80px;
    overflow: hidden;
    padding: 4px 5px 0px 4px;
}

.previewer-thumbnail-size {
    max-width: none !important;
    width: 100%;
    height: 100%;
    margin-top: -1px;
    object-fit: contain;
}

.object-fit-contain {
    object-fit: contain;
}

.previewer-icon-position {
    padding-top: 15px;
    padding-left: 17px;
}

.previewer-file-name-div {
    position: absolute;
    overflow: hidden;
    margin-left: 0px;
    margin-top: 84px;
    width: 149px;
    height: 34px;
    background-color: #e1e1e1;
    padding: 4px;
}

.previewer-file-name {
    color: #000;
    font-weight: normal;
    position: absolute;
    padding-top: 2px;
    padding-left: 6px;
}
/* End File PReview */

/*File Delete Icon*/
.delete-icon {
    position: absolute;
    top: 12px;
    left: 58px;
    z-index: 99;
}

.expense-delete-icon {
    left: 108px;
}

/*End File Delete Icon*/

#assign_me {
    cursor: pointer;
    text-decoration: underline;
    vertical-align: sub;
}
.transactions {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 2%;
    padding-bottom: 2%;
}
/* customer_register styles starts*/
#sign-up {
    margin-top: 1.8rem;
}
.state-visible {
    width: 100% !important;
    margin-bottom: 1rem !important;
    text-align: left;
}
/* customer_register styles ends */
/* Departments styles */
table.departments td:nth-child(2) {
    white-space: normal;
}
/* Language translation styles */
.translation-table td,
.translation-table th {
    white-space: normal !important;
}
table.translation-table td:nth-child(1),
table.translation-table th:nth-child(1) {
    width: 60px !important;
    white-space: normal !important;
}
/* Purchase report */
.barChartDiv {
    min-width: 260px;
}
/* Url shortner styles */
#url_shortner_form .col-sm-3 {
    text-align: left !important;
}
.labelError {
    display: flex !important;
}
/*Stripe Elements Style*/
.error-alert {
    color: #721c24 !important;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 10px 20px;
    border-radius: 4px;
    width: 96%;
}

.stripe-elements {
    background-color: #fff;
}

.stripe-elements .row {
    display: -ms-flexbox;
    display: flex;
    margin: 0 5px 10px;
}

.stripe-elements .field {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0 10px;
}

.stripe-elements .field.half-width {
    width: 45% !important;
}

.stripe-elements .field.quarter-width {
    width: calc(25% - 10px);
}

.stripe-elements .baseline {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #cfd7df;
    transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.stripe-elements label {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 8px;
    color: #04a9f5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transform-origin: 0 50%;
    cursor: text;
    pointer-events: none;
    transition-property: color, transform;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.stripe-elements .input {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-bottom: 7px;
    color: #32325d;
    background-color: transparent;
}

.stripe-elements .input::-webkit-input-placeholder {
    color: transparent;
    transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.stripe-elements .input::-moz-placeholder {
    color: transparent;
    transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.stripe-elements .input:-ms-input-placeholder {
    color: transparent;
    transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.stripe-elements .input.StripeElement {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: opacity;
}

.stripe-elements .input.focused,
.stripe-elements .input:not(.empty) {
    opacity: 1;
}

.stripe-elements .input.focused::-webkit-input-placeholder,
.stripe-elements .input:not(.empty)::-webkit-input-placeholder {
    color: #721c24;
}

.stripe-elements .input.focused::-moz-placeholder,
.stripe-elements .input:not(.empty)::-moz-placeholder {
    color: #721c24;
}

.stripe-elements .input.focused:-ms-input-placeholder,
.stripe-elements .input:not(.empty):-ms-input-placeholder {
    color: #721c24;
}

.stripe-elements .input.focused + label,
.stripe-elements .input:not(.empty) + label {
    color: #aab7c4;
    transform: scale(0.85) translateY(-25px);
    cursor: default;
}

.stripe-elements .input.focused + label {
    color: #04a9f5;
}

.stripe-elements .input.invalid + label {
    color: #721c24;
}

.stripe-elements .input.focused + label + .baseline {
    background-color: #04a9f5;
}

.stripe-elements .input.focused.invalid + label + .baseline {
    background-color: #721c24;
}

.stripe-elements input,
.stripe-elements button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-style: none;
}

.stripe-elements input:-webkit-autofill {
    -webkit-text-fill-color: #e39f48;
    transition: background-color 100000000s;
    -webkit-animation: 1ms void-animation-out;
}

.stripe-elements .StripeElement--webkit-autofill {
    background: transparent !important;
}

.stripe-elements input,
.stripe-elements button {
    -webkit-animation: 1ms void-animation-out;
}
.no-wrap {
    white-space: nowrap;
}
table.stock-transfer-edit th:nth-child(2),
table.stock-transfer-edit td:nth-child(2) {
    white-space: nowrap;
}
/*End Stripe Elements Style*/

/*Showing purchase edit error message below the field*/
#purchaseForm label.error {
    display: flex !important;
}
/*End Showing purchase edit error message below the field*/

.show-spin {
    position: absolute;
    width: 50% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    margin-top: 3px !important;
}

.task-modal-assignee-first-circle {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: 1px solid #6b6b6b;
    padding: 0 0 0 0;
}

#purchase-recieve-details-container {
    width: 100%;
}

#purchase-payment-view-details-container {
    width: 100%;
}

/*Task modal tags width*/
#tag_area {
    max-width: 100%;
}
/*End Task modal tags width*/
#customer-secret,
#consumer-key {
    text-align: left;
}
.f-60 {
    font-size: 60px !important;
}
.error_main {
    text-align: center;
    font-family: Monospace, sans-serif;
}
table.project-list-styles th:nth-child(2),
table.project-list-styles td:nth-child(2) {
    width: 25% !important;
    white-space: pre-line !important;
}
table.project-list-styles th:nth-child(3),
table.project-list-styles td:nth-child(3) {
    width: 20% !important;
    white-space: pre-line !important;
}
table.customer-panel-project-list-styles th:nth-child(1),
table.customer-panel-project-list-styles td:nth-child(1) {
    width: 7% !important;
    white-space: pre-line !important;
}
#invoiceForm label.error {
    display: block !important;
}
/*Ticket List*/
table.ticket_list_table th:nth-child(1),
table.ticket_list_table td:nth-child(1) {
    width: 5% !important;
    white-space: pre-line !important;
}
table.ticket_list_table th:nth-child(2),
table.ticket_list_table td:nth-child(2) {
    width: 25% !important;
    white-space: pre-line !important;
    text-align: justify;
}
table.ticket_list_table th:nth-child(5),
table.ticket_list_table td:nth-child(5) {
    width: 10% !important;
    white-space: pre-line !important;
}
table.ticket_list_table th:nth-child(6),
table.ticket_list_table td:nth-child(6) {
    width: 10% !important;
    white-space: pre-line !important;
}
/*End Ticket List*/

/*User List*/
table.user_list_table th:nth-child(4),
table.user_list_table td:nth-child(4) {
    width: 15% !important;
    white-space: pre-line !important;
    text-align: justify;
}
/*End User List*/

/*Timesheet List*/
table.timesheet_list_table th:nth-child(2),
table.timesheet_list_table td:nth-child(2) {
    width: 40% !important;
    white-space: pre-line !important;
    text-align: justify;
}
/*End Timesheet List*/

/*CodeMirror Border*/
.CodeMirror {
    border: 1px solid #dddddd;
}
/*CodeMirror Border*/

#translate .CodeMirror-gutters {
    min-width: 29px;
}
#translate .CodeMirror pre.CodeMirror-line {
    padding-left: 32px !important;
}

#preference_form .error {
    width: 100%;
}

table.email-template-list th:nth-child(3),
table.email-template-list td:nth-child(3) {
    width: 40% !important;
    white-space: pre-line !important;
    text-align: justify;
}

@media only screen and (min-width: 768px) {
    .table-responsive {
        overflow-x: hidden;
    }
    .transaction-information1 {
        text-align: right;
        color: black;
    }
    .transaction-information2 {
        text-align: left;
    }
    table.lead-status-setting th:nth-child(1),
    table.lead-status-setting td:nth-child(1) {
        width: 35% !important;
    }
    table.lead-status-setting th:nth-child(2),
    table.lead-status-setting td:nth-child(2),
    table.lead-status-setting th:nth-child(3) {
        width: 25% !important;
        white-space: normal !important;
    }
    table.lead-status-setting th:nth-child(4),
    table.lead-status-setting td:nth-child(4) {
        width: 15% !important;
    }
    table.lead-source-settings th:nth-child(2),
    table.lead-source-settings td:nth-child(2),
    table.lead-source-settings th:nth-child(3),
    table.lead-source-settings td:nth-child(3) {
        width: 25% !important;
    }
    table.user-quotation-list th:nth-child(1),
    table.user-quotation-list td:nth-child(1) {
        width: 15% !important;
    }
    table.user-quotation-list th:nth-child(2),
    table.user-quotation-list td:nth-child(2) {
        text-align: left;
        width: 25% !important;
    }
    .lead-view-tag {
        max-width: 300px;
    }
    table.backup-list th:nth-child(1),
    table.backup-list td:nth-child(1) {
        width: 10% !important;
    }
    table.backup-list th:nth-child(2),
    table.backup-list td:nth-child(2) {
        width: 40% !important;
    }
    /* Bank account styles */
    table.account-list th:nth-child(4),
    table.account-list td:nth-child(4) {
        width: 10% !important;
    }
    table.account-list th:nth-child(1),
    table.account-list td:nth-child(1),
    table.account-list th:nth-child(3),
    table.account-list td:nth-child(3),
    table.account-list th:nth-child(5),
    table.account-list td:nth-child(5),
    table.account-list th:nth-child(6),
    table.account-list td:nth-child(6) {
        width: 17% !important;
        word-break: break-all !important;
        white-space: pre-line !important;
    }
    /* Bank transfer styles */
    table.transfer-list th:nth-child(3),
    table.transfer-list td:nth-child(3),
    table.transfer-list th:nth-child(4),
    table.transfer-list td:nth-child(4),
    table.transfer-list th:nth-child(5),
    table.transfer-list td:nth-child(5) {
        width: 17% !important;
        word-break: break-all !important;
        white-space: pre-line !important;
    }
    table.customer-list-styles th:nth-child(4),
    table.customer-list-styles td:nth-child(4) {
        width: 15% !important;
        word-break: break-all !important;
        white-space: pre-line !important;
    }
    table.ticket-list-styles th:nth-child(4),
    table.ticket-list-styles td:nth-child(4) {
        width: 11% !important;
        white-space: pre-line !important;
    }
    table.project-ticket-list-styles th:nth-child(2),
    table.project-ticket-list-styles td:nth-child(2) {
        width: 16% !important;
        white-space: pre-line !important;
    }
    table.project-ticket-list-styles th:nth-child(4),
    table.project-ticket-list-styles td:nth-child(4) {
        width: 11% !important;
        white-space: pre-line !important;
    }
    table.project-timesheet-styles th:nth-child(6),
    table.project-timesheet-styles td:nth-child(6) {
        width: 20% !important;
        white-space: pre-line !important;
    }
    table.sales-payment-list th:nth-child(3),
    table.sales-payment-list td:nth-child(3) {
        width: 15% !important;
        word-break: break-all;
        white-space: pre-line;
    }
    table.supplier-list-styles th:nth-child(4),
    table.supplier-list-styles td:nth-child(4) {
        width: 20% !important;
        word-break: break-all;
        white-space: pre-line;
    }
}
@media (max-width: 767px) {
    .header_controls {
        margin-top: -50px !important;
        background-color: transparent !important;
    }
    .push-sm-right {
        float: right;
    }
    #add-button-sm {
        display: inline-block;
    }
    .input-group {
        background-color: transparent;
    }
}
@media (min-width: 768px) {
    #add-button-md {
        display: inline-block;
    }
    #add-button-sm {
        display: none;
    }
}
@media (max-width: 1024px) {
    #paid-styles,
    #partially-paid-styles,
    #unpaid-styles {
        margin-top: -8% !important;
    }
}
/* Reports styles starts*/
@media (min-width: 1024px) {
    table.inventory-report th:nth-child(1),
    table.inventory-report td:nth-child(1) {
        width: 30% !important;
        max-width: 30% !important;
        word-wrap: break-word;
        white-space: pre-line;
    }
    table.inventory-report th:nth-child(2),
    table.inventory-report td:nth-child(2),
    table.inventory-report th:nth-child(3),
    table.inventory-report td:nth-child(3),
    table.inventory-report th:nth-child(4),
    table.inventory-report td:nth-child(4),
    table.inventory-report th:nth-child(5),
    table.inventory-report td:nth-child(5),
    table.inventory-report th:nth-child(6),
    table.inventory-report td:nth-child(6),
    table.inventory-report th:nth-child(7),
    table.inventory-report td:nth-child(7) {
        width: 10% !important;
    }
    table.sale-report th:nth-child(1),
    table.sale-report td:nth-child(1) {
        width: 12% !important;
    }
    table.sale-report th:nth-child(2),
    table.sale-report td:nth-child(2) {
        width: 10% !important;
        text-align: center;
    }
    table.item-datatable th:nth-child(1),
    table.item-datatable td:nth-child(1) {
        width: 10% !important;
        max-width: 10% !important;
    }
    table.item-datatable th:nth-child(2),
    table.item-datatable td:nth-child(2) {
        width: 200px;
        max-width: 200px;
        word-wrap: break-word;
        white-space: pre-line;
    }
    table.purchase-list th:nth-child(1),
    table.purchase-list td:nth-child(1) {
        width: 12% !important;
    }
    table.purchase-list th:nth-child(4),
    table.purchase-list td:nth-child(4) {
        width: 13% !important;
    }
    table.purchase-list th:nth-child(5),
    table.purchase-list td:nth-child(5) {
        width: 10% !important;
    }
    table.purchase-receive-list th:nth-child(1),
    table.purchase-receive-list td:nth-child(1),
    table.purchase-receive-list th:nth-child(5),
    table.purchase-receive-list td:nth-child(5),
    table.purchase-receive-list th:nth-child(7),
    table.purchase-receive-list td:nth-child(7) {
        width: 11% !important;
    }
    table.purchase-receive-list th:nth-child(4),
    table.purchase-receive-list td:nth-child(4) {
        width: 10 !important;
        word-break: break-all;
        white-space: pre-line;
    }
    table.purchase-receive-list th:nth-child(2),
    table.purchase-receive-list td:nth-child(2) {
        width: 15% !important;
    }
    table.purchase-payment-list th:nth-child(1),
    table.purchase-payment-list td:nth-child(1),
    table.purchase-payment-list th:nth-child(2),
    table.purchase-payment-list td:nth-child(2),
    table.purchase-payment-list th:nth-child(4),
    table.purchase-payment-list td:nth-child(4),
    table.purchase-payment-list th:nth-child(5),
    table.purchase-payment-list td:nth-child(5),
    table.purchase-payment-list th:nth-child(6),
    table.purchase-payment-list td:nth-child(6) {
        width: 10% !important;
        word-wrap: break-word;
        white-space: pre-line;
    }
    table.purchase-payment-list th:nth-child(7),
    table.purchase-payment-list td:nth-child(7),
    table.purchase-payment-list th:nth-child(8),
    table.purchase-payment-list td:nth-child(8) {
        width: 10% !important;
    }
    table.stock-transfer-list th:nth-child(1),
    table.stock-transfer-list td:nth-child(1),
    table.stock-transfer-list th:nth-child(4),
    table.stock-transfer-list td:nth-child(4),
    table.stock-transfer-list th:nth-child(5),
    table.stock-transfer-list td:nth-child(5),
    table.stock-transfer-list th:nth-child(6),
    table.stock-transfer-list td:nth-child(6) {
        width: 10% !important;
    }
    table.stock-transfer-list th:nth-child(2),
    table.stock-transfer-list td:nth-child(2),
    table.stock-transfer-list th:nth-child(3),
    table.stock-transfer-list td:nth-child(3) {
        width: 30% !important;
    }
    #department-parent-div {
        margin-top: -3%;
    }
    #department-div {
        width: 300px;
        margin-left: 5%;
    }
    table.quotation-view th:nth-child(5),
    table.quotation-view td:nth-child(5) {
        white-space: inherit !important;
    }
    table.customer-panel-quotation th:nth-child(1),
    table.customer-panel-quotation td:nth-child(1),
    table.customer-panel-quotation th:nth-child(2),
    table.customer-panel-quotation td:nth-child(2),
    table.customer-panel-quotation th:nth-child(3),
    table.customer-panel-quotation td:nth-child(3),
    table.customer-panel-quotation th:nth-child(4),
    table.customer-panel-quotation
        td:nth-child(4)
        table.customer-panel-quotation
        th:nth-child(5),
    table.customer-panel-quotation td:nth-child(5) {
        width: 20% !important;
    }
    table.customer-panel-payment th:nth-child(1),
    table.customer-panel-payment td:nth-child(1) {
        width: 8% !important;
    }
    table.customer-panel-payment th:nth-child(2),
    table.customer-panel-payment td:nth-child(2) {
        width: 15% !important;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    #siteshortlabel,
    #default-language,
    #default-currency {
        margin-top: -2%;
    }
}
@media (min-width: 769px) {
    table.stock-transfer-edit th:nth-child(2),
    table.stock-transfer-edit td:nth-child(2) {
        width: 20% !important;
    }
}
/* Reports style ends */
/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
    .inputQty,
    .inputDiscount {
        min-width: 80px;
    }
    .inputPrice {
        min-width: 60px;
    }
    .inputDiscountType {
        min-width: 60px;
        border-left: 0;
    }
    .inputTax {
        min-width: 80px;
    }
    .shippingAmount input,
    .otherDiscount input,
    .customAmount input {
        width: 60px;
    }
    .inputDescription {
        min-width: 140px;
    }
    .inputHSN {
        min-width: 80px;
    }
    #department-parent-div {
        margin-top: -4%;
    }
    #department-div {
        width: 300px;
        margin-left: 0%;
    }
}
/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    .inputQty,
    .inputPrice,
    .inputDiscount {
        min-width: 80px;
    }
    .inputTax {
        min-width: 80px;
    }
    .inputDiscountType {
        min-width: 40px;
    }
    .shippingAmount input,
    .otherDiscount input,
    .customAmount input {
        width: 55px;
    }
    #itemInputFooter > table {
        min-width: inherit;
        float: inherit;
    }
    #otherDiscountType {
        min-width: 60px;
    }
    .inputHSN {
        min-width: 80px;
    }
}
@media (min-width: 280px) and (max-width: 590px) {
    .inputQty,
    .inputPrice,
    .inputDiscount {
        min-width: 80px;
    }
    .inputDescription {
        min-width: 140px;
    }
    /* Bank account deposit styles */
    table.deposit-list th:nth-child(1),
    table.deposit-list td:nth-child(1),
    table.deposit-list th:nth-child(2),
    table.deposit-list td:nth-child(2) {
        width: 10% !important;
    }
    /* expense account number */
    #acc_no-error {
        margin-left: 4%;
    }
}

@media screen and (max-width: 720px) {
    .rstButton {
        margin-left: 0%;
    }
}
/*Customer Panel Home*/
@media only screen and (max-width: 767px) {
    .customHomeMarginCustomer {
        margin-top: 10px !important;
    }

}
@media only screen and (max-width: 575px) {
    .customHomeMarginCustomer {
        margin-top: 6px !important;
    }
    .table-responsive {
        overflow-x: scroll;
    }
}
@media only screen and (max-width: 384px) {
    .barcode .style30 {
        height: 1in;
        padding-top: 0.05in;
        width: 30%;
        margin-left: 2.14%;
    }

    .barcode .style20 {
        margin-left: 5%;
        height: 1in;
        padding-top: 0.05in;
        width: 90%;
    }
}
@media only screen and (max-width: 575px) and (min-width: 385px) {
    .barcode .style30 {
        margin-left: 2.5%;
        height: 1in;
        padding-top: 0.05in;
        width: 44%;
        margin-right: 10px;
    }

    .barcode .style20 {
        height: 1in;
        margin-left: 7%;
        padding-top: 0.05in;
        width: 39%;
    }
}
@media only screen and (max-width: 768px) and (min-width: 576px) {
    .barcode .style30 {
        height: 1in;
        padding-top: 0.05in;
        width: 30%;
        margin-left: 2.33%;
    }

    .barcode .style20 {
        margin-left: 5.15%;
        height: 1in;
        padding-top: 0.05in;
        width: 42%;
    }
    #charge-status,
    #total_cost_div {
        margin-top: 3%;
    }
}
@media only screen and (max-width: 768px) and (min-width: 426px) {
    .bitcoin-wallet i {
        right: 7px !important;
    }
    table.customer-panel-payment th:nth-child(1),
    table.customer-panel-payment td:nth-child(1) {
        width: 8% !important;
    }
    table.customer-panel-payment th:nth-child(2),
    table.customer-panel-payment td:nth-child(2) {
        width: 15% !important;
    }
    .responsive-icon-6 {
        margin-left: -3.3%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .barcode .style30 {
        height: 1in;
        padding-top: 0.05in;
        width: 30%;
        margin-left: 2.33%;
    }

    .barcode .style20 {
        height: 1in;
        padding-top: 0.05in;
        width: 45%;
        margin-right: 3%;
        margin-left: 2.006%;
    }
}
@media only screen and (min-width: 992px) {
    .barcode .style30 {
        height: 1in;
        margin: 0 0.092in;
        padding-top: 0.05in;
        width: 30%;
        margin-left: 2%;
    }

    .barcode .style20 {
        height: 1in;
        margin: 0 0.1in;
        padding-top: 0.05in;
        width: 45%;
        margin-left: 2.8%;
    }
}
@media screen and (min-width: 426px) {
    .customcss {
        width: 100% !important;
        margin: 0% !important;
    }
    #walking-customer {
        padding-left: 16px;
        text-align: left;
        margin-top: -2%;
    }
    table.departments td:nth-child(1),
    table.departments th:nth-child(1) {
        width: 70% !important;
    }
    .custom-variant-title {
        width: 105%;
    }
}
@media only screen and (max-width: 425px) {
    .barcodeMargin {
        margin-left: -5.5%;
    }
    #reply-btn {
        margin-top: 16% !important;
    }
    #task-timer-submitBtn {
        margin-right: -4% !important;
    }
    #shipping-credentials {
        margin-top: 5%;
    }
    #weightUnitDiv {
        margin-top: 1.6%;
    }
    .item-block {
        padding-left: 0;
    }
    #firstPreviewButton {
        margin: -10% 0% 2% 0% !important;
    }
}
@media only screen and (max-width: 375px) {
    .barcodeMargin {
        margin-left: -4%;
    }
    #task-timer-submitBtn {
        margin-right: -5% !important;
    }
    .lead-view-tag {
        max-width: 200px;
    }
}
@media only screen and (max-width: 426px) {
    #account_no-error {
        margin-left: 5%;
    }
}
@media only screen and (max-width: 320px) {
    #account_no-error {
        margin-left: 7%;
    }
    #task-timer-submitBtn {
        margin-right: -6% !important;
    }
    .responsive-icon-3,
    .responsive-icon-5 {
        margin-left: -7%;
    }
    .responsive-icon-4,
    .responsive-icon-6 {
        margin-left: 2%;
    }
    .icon-3 {
        margin-left: -8%;
    }
    #firstPreviewButton {
        margin: -12% 0% 2% 0% !important;
    }
    .shipping-address {
        margin-top: 3%;
    }
}
@media only screen and (max-width: 640px) and (min-width: 576px) {
    #nav .nav-pills {
        padding: 10px 18px !important;
    }
}
@media (min-width: 641px) and (max-width: 735px) {
    .nav-pills > li > a {
        min-width: 80px !important;
    }
}
@media (max-width: 326px) and (min-width: 320px) {
    #iconTop {
        margin-top: 3.5rem !important;
    }
}
@media (max-width: 374px) and (min-width: 327px) {
    #iconTop {
        margin-top: 2.5rem !important;
    }
}
@media (max-width: 540px) and (min-width: 375px) {
    #iconTop {
        margin-top: 2rem !important;
    }
}
@media (min-width: 576px) and (max-width: 865px) {
    #iconTop {
        margin-top: 4rem !important;
    }
}
@media (min-width: 922px) and (max-width: 1085px) {
    #iconTop {
        margin-top: 4rem !important;
    }
}
@media (min-width: 1086px) and (max-width: 1097px) {
    #iconTop {
        margin-top: 3.5rem !important;
    }
}
@media (min-width: 1098px) and (max-width: 1200px) {
    #iconTop {
        margin-top: 2.5rem !important;
    }
}
@media (min-width: 1440px) {
    .progressbar {
        display: inline-block;
        width: 100px;
        margin: 8px;
        margin-top: 8px;
        margin-right: 8px;
        margin-bottom: 8px;
        margin-left: 8px;
    }
}
@media (min-width: 1200px) {
    .customer-ticket {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 581px) and (max-width: 740px) {
    .marginTop {
        margin-top: -4%;
    }
}
/* Customer task media queries */
@media (min-width: 992px) {
    #taskStatus_summary .col-md-2 .panel-primary {
        min-height: 120px;
    }
}
@media (min-width: 750px) {
    /* Bank account deposit styles */
    table.deposit-list th:nth-child(3),
    table.deposit-list td:nth-child(3),
    table.deposit-list th:nth-child(4),
    table.deposit-list td:nth-child(4),
    table.deposit-list th:nth-child(5),
    table.deposit-list td:nth-child(5),
    table.deposit-list th:nth-child(6),
    table.deposit-list td:nth-child(6) {
        width: 15% !important;
        word-break: break-all !important;
        white-space: pre-line !important;
    }
    /* Bank account transaction list styles */
    table.transaction-list th:nth-child(1),
    table.transaction-list td:nth-child(1),
    table.transaction-list th:nth-child(3),
    table.transaction-list td:nth-child(3),
    table.transaction-list th:nth-child(6),
    table.transaction-list td:nth-child(6) {
        width: 12% !important;
        word-break: break-all !important;
        white-space: pre-line !important;
    }
    table.transaction-list th:nth-child(4),
    table.transaction-list td:nth-child(4),
    table.transaction-list th:nth-child(5),
    table.transaction-list td:nth-child(5) {
        width: 15% !important;
    }
}

/* File Preview */
@media (max-width: 375px) {
    .previewer-file-total-div {
        width: 135px;
        height: 113px;
    }
    .previewer-file-thumbnail-div {
        width: 135px;
    }
    .previewer-file-name-div {
        width: 134px;
        margin-top: 83px;
        height: 29px;
    }
    .previewer-icon-position {
        padding-top: 12px;
        padding-left: 9px;
    }
    #department-parent-div {
        margin-top: 0%;
    }
    #department-div {
        width: 300px;
        margin-left: 12%;
    }
    .responsive-icon-4 {
        margin-left: -5.4% !important;
    }
    .responsive-icon-5 {
        margin-left: 2% !important;
    }
    .responsive-icon-6 {
        margin-left: -2% !important;
    }
}
@media (max-width: 320px) {
    .previewer-file-total-div {
        width: 110px;
        height: 103px;
    }
    .previewer-file-thumbnail-div {
        width: 110px;
    }
    .previewer-file-name-div {
        width: 109px;
        margin-top: 73px;
        height: 29px;
    }
    .previewer-icon-position {
        padding-top: 10px;
        padding-left: 7px;
    }
}
/* End File Preview */

/* Ticket summary */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    #ticket-name:not(:first-child) {
        margin-left: 0.5% !important;
    }
}

/*File Delete Icon*/
@media (max-width: 768px) {
    .delete-icon {
        top: 10px;
    }
    table.item-datatable th:nth-child(1),
    table.item-datatable td:nth-child(1) {
        width: 10% !important;
        max-width: 10% !important;
    }
    #customer-list-in-quotation {
        width: 80%;
    }
    #add-button-md {
        width: 20%;
    }
    .quotation-convert {
        margin-left: 0px !important;
    }
}

@media (max-width: 425px) {
    .delete-icon {
        top: 9px;
        left: 58px;
    }

    #department-parent-div {
        margin-top: 0%;
    }
    #department-div {
        width: 300px;
        margin-left: 12%;
    }
    .responsive-icon-3 {
        margin-left: -2%;
    }
    .responsive-icon-4 {
        margin-left: -2%;
    }
    .responsive-icon-5 {
        margin-left: -5%;
    }
    .responsive-icon-6 {
        margin-left: 2%;
    }
}

@media (max-width: 375px) {
    .delete-icon {
        left: 43px;
    }
}

@media (max-width: 320px) {
    .delete-icon {
        left: 18px;
    }
    #department-parent-div {
        margin-top: 0%;
    }
    #department-div {
        width: 300px;
        margin-left: 10%;
    }
}
@media (max-width: 425px) {
    .expense-delete-icon {
        left: 107px;
    }
}
@media (max-width: 375px) {
    .expense-delete-icon {
        left: 93px;
    }
}

@media (max-width: 320px) {
    .expense-delete-icon {
        left: 67px;
    }
}

/*End File Delete Icon*/

/* Navabar notification loader */
#itemNotificationsLoader {
    margin-left: 36%;
    margin-top: 25%;
    width: 80px;
    height: 80px;
}

/* Attribute value css */
#values tr:hover {
    cursor: pointer;
}

#values tr.ui-sortable-helper {
    cursor: move;
}

.drag_and_drop.ui-sortable-helper {
    cursor: move;
}

.cursor-move {
    cursor: move !important;
}

.padding_6 {
    padding: 6px !important;
}

.padding_3 {
    padding: 3px !important;
}

.font_12 {
    font-size: 12px;
}

.margin-neg-top-05 {
    margin-top: -0.5%;
}
.btn-green {
    background: #04a9f5cc !important;
    font-size: 12px;
    border-radius: 16px;
    padding: 2px 8px;
    font-weight: 600;
}
.btn-red {
    background: rgb(238 93 93 / 93%) !important;
    font-size: 12px;
    border-radius: 16px;
    padding: 2px 8px;
    font-weight: 600;
}
.btn-plan {
    background: #6577ffeb;
    border-radius: 5px;
    text-align: center;
    color: #fffffff0;
    padding: 6px 12px;
    border: none !important;
    cursor: pointer;
}
.btn-plan:hover {
    color: #fffffff0;
    background: #6577ff;
}
.btn-plan:focus {
    outline: 0 !important;
}
.my-subscription {
    font-size: 30px;
    color: #545c6b;
}
.font-18 {
    font-size: 18px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-12 {
    font-size: 12px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.text-light-gray {
    color: #65758e !important;
}
.text-light-black {
    color: #333;
}
.text-red {
    color: #f00 !important;
}
.border-bottom {
    border-bottom: 1px solid #ddd !important;
}
.p-38 {
    padding: 38px !important;
}
.mb-120 {
    margin-bottom: 120px !important;
}
.w-250 {
    width: 250px !important;
}
.relative {
    position: relative;
}
.plan-price {
    position: absolute;
    bottom: 38px;
    right: 50%;
    transform: translate(50%, 0%);
}
.information {
    cursor: pointer;
}
.information img {
    width: 15px;
}
.bg-light-blue {
    background-color: #04a9f5cc !important;
}
.bg-light-red {
    background-color: rgb(238 93 93 / 93%) !important;
}
/* toolbar css */
.bottom-toolbar {
    position: absolute;
    line-height: 39px !important;
    right: 0px;
    top: 0;
}

.legend_att {
    font-size: 16px;
    padding: 3px;
    background-color: #888;
    color: #fff;
}
.display-td {
    display: table-cell;
    vertical-align: middle;
    width: 61%;
}
.border-top {
    border-top: 1px solid #ddd !important;
}

.hideMe {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    margin-top: -20px !important;
}

.d-flex.justify-content-between.mx-3.mt-3 {
    background: white;
    z-index: 10;
}

.btn-sm {
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5;
    border-radius: 0.2rem !important;
}
.data-table-image {
    width: 50px !important;
    height: 50px !important;
}
.ajax-loader {
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index: +100 !important;
    width: 100%;
    height: 100%;
}

.ajax-loader img {
    position: relative;
    top: 50%;
    left: 50%;
}

.marginTop-2r {
    margin-top: 2rem !important;
}
.item-import-table {
    height: 60vh;
    overflow-y: auto;
}
.overflow-x-scroll {
    overflow-x: scroll;
}
.bg-blue {
    background: #2aaef6;
}

.ml-neg-15 {
    margin-left: -15px !important;
}

.wallet {
    margin: 20px 0;
    height: 100px;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #358dcd55, 0px -2px 5px #358dcd55,
        -2px 1px 5px #358dcd55;
}

.wallet .wallet-symbol {
    width: 40%;
    margin-top: 10px;
    float: left;
}
.wallet .wallet-symbol span {
    padding: 8px 15px;
    display: inline-block;
    background-color: #358dcd22;
    border-radius: 50%;
    font-weight: bold;
    color: #358dcd;
    font-size: 18px;
}
.wallet .wallet-main {
    width: 60%;
    float: left;
}
.wallet .wallet-currency-name {
    margin: 0;
}
.wallet .wallet-currency-balance {
    font-weight: bolder;
    font-size: 20px;
    color: #555;
    margin-top: 8px;
}

.ml-neg-point5 {
    margin-left: -0.5rem !important;
}
.mt_2point4 {
    margin-top: 2.4rem !important;
}

.mt1point7 {
    margin-top: 1.7rem !important;
}

.ml-27px {
    margin-left: 27px;
}

.text-16 {
    font-size: 16px !important;
}

.mt-n8 {
    margin-top: -16px !important;
}

.ml-16p {
    margin-left: 16px !important;
}
.ml-40p {
    margin-left: 40px !important;
}

.text-lg {
    font-size: 18px !important;
}

.h-100 {
    height: 100% !important;
}

.min-h-100 {
    min-height: 100vh;
}

.text-black {
    color: black;
}

.card-header-right {
    right: 25px !important;
}

.bg-inherit {
    background: inherit !important;
}

.bg-transparent {
    background: transparent !important;
}

.placeholder {
    margin: 0;
    border-radius: 5px;
    width:100%;
}

.placeholder-lg {
    height: 150px;
}

.placeholder-md {
    height: 100px;
}

.placeholder-sm {
    height: 70px;
}

.placeholder div {
    background: #3f4d67;
}

.placeholder .square {
    float: left;
    width: 100%;
    height: 100%;
    margin: 0 0 10px;
}

.placeholder .line {
    height: 12px;
    margin: 0 0 10px 105px;
}
.placeholder .line:nth-child(2) {
    width: 120px;
}
.placeholder .line:nth-child(3) {
    width: 170px;
}
.placeholder .line:nth-child(4) {
    width: 150px;
}

.placeholder .circle {
    float: left;
    width: 15px;
    height: 15px;
    margin: 0 15px 10px 0;
    border-radius: 15px;
}

.br-15p {
    border-radius: 15px;
}

.placeholder.wave div {
    animation: wave 2s infinite linear forwards;
    -webkit-animation: wave 2s infinite linear forwards;
    background: #3f4d67;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
}

@keyframes wave {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@-webkit-keyframes wave {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.user-has-popup {
    position: relative;
    cursor: pointer;
    display: inline;
}
.user-popup {
    position: absolute;
    bottom: 25px;
    left: -20px;
}

.has-dash-popup {
    cursor: pointer;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    vertical-align: text-bottom;
    border: 0.25rem solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.8s linear infinite;
    animation-delay: 0s;
}

.spinner1rem {
    width: 1rem;
    height: 1rem;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 2px;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    30% {
        opacity: 0.5;
        transform: scale(0.5);
    }

    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow 0.75s linear infinite;
    animation-delay: 0s;
}

.spinner-grow:nth-child(2) {
    animation-delay: 0.2s;
}

.spinner-grow:nth-child(3) {
    animation-delay: 0.6s;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.dash-popup-modal {
    z-index: 999;
    cursor: pointer;
    position: fixed;
    opacity: 0;
    visibility: none;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
    box-shadow: 0 0 5px -2px #434343;
    max-width: 400px !important;
}

.popup-active.dash-popup-modal {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.dash-popup-modal .img-fluid {
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
}
/*Admin Dashboard Order Details Page start*/

@font-face {
    src: url(public\dist\fonts\DMSans-Regular.ttf);
    font-family: "DM regular";
    font-style: normal;
}
.dm-regular {
    font-family: "DM regular";
}

.order-details-text {
    margin-bottom: 20px;
}
.order-details-text,
.order-details-text a,
.order-details-container .order-reference {
    color: #2c2c2c !important;
    font-weight: 700 !important;
    font-size: 24px !important;
}
.order-details-container .order-number {
    color: #2c2c2c !important;
    font-weight: 500;
    font-size: 15px;
}
.order-details-body p {
    margin-bottom: 5px;
}
.order-detail-payment-gap {
    margin: 0 25px 0 25px;
}
.order-detail-paid-gap {
    margin: 0 25px 0 94px;
}
.order-detail-ip-gap {
    margin: 0 25px 0 61px;
}
.order-details-body .payment-type,
.payment-date,
.order-ip,
.order-details-body .general-section .general,
.order-details-body .billing-section .billing,
.order-details-body .shipping-section .shipping {
    color: #2c2c2c;
    font-size: 16px !important;
    font-weight: 700 !important;
}
.order-details-body .payment-method,
.paid-on,
.customer-ip {
    color: #898989;
    font-size: 16px;
}
.order-details-body .paid-on a {
    text-decoration: underline;
    color: #115b98;
}
.order-details-body .general-section {
    margin-top: 30px;
}
.order-details-body .general-section .general {
    margin-bottom: 24px;
}
.order-details-body .general-section input[type="number"] {
    width: 74px;
    height: 40px;
}
.order-details-body .general-section .input-date {
    height: 40px;
    width: 100%;
}
.order-details-body .general-section input,
.order-details-body .general-section select {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #898989;
    padding-left: 15px;
}
.order-details-body .general-section .date-summary {
    align-items: center;
    margin-bottom: 18px;
}
.order-details-body .general-section .date-summary .date-summary-icon {
    margin: 0 12px 0 12px;
}
.order-details-body .general-section .date-summary .time-gap {
    margin: 0 6px 0 6px;
}
.order-details-body .general-section #status {
    width: 427px;
}

.order-details-body .general-section .customer-dropdown {
    margin-top: 18px;
}
.gbs-section .billing-section {
    margin-top: 30px;
    width: 100%;
}
.gbs-section .billing-section .billing-icon-container,
.gbs-section .shipping-section .shipping-icon-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 25px;
}
.gbs-section .billing-section .billing-icon-container .billing-icon,
.gbs-section .shipping-section .shipping-icon-container .shipping-icon {
    margin-left: 12px;
    cursor: pointer;
}
.gbs-section .billing-section .email {
    white-space: nowrap;
}
.gbs-section .billing-section .email span,
.gbs-section .billing-section .phone span,
.gbs-section .shipping-section .phone span {
    color: #2c2c2c !important;
    font-weight: 700 !important;
}
.gbs-section .shipping-section {
    margin-top: 30px;
}
.order-details-table-responsive {
    overflow-x: auto;
}
.order-actions-container {
    width: 100%;
}
.gbs-section .billing-information-container .billing-information {
    font-weight: 500;
    font-size: 16px !important;
    line-height: 25px;
    color: #898989;
}
.order-info-table-container .order-info-table {
    padding: 0 !important;
}

.order-info-thead {
    background: #2c2c2c;
    border-radius: 8px 8px 0px 0px;
    color: white;
}
.order-info-thead th {
    padding-top: 18px;
    padding-bottom: 18px;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
}
.order-itm-img-con img {
    width: 66px;
    height: 66px;
    margin-right: 29px;
}
.order-info-table tbody {
    margin-top: 40px !important;
}
.order-info-table .table td,
.order-info-table .table th {
    border: none;
}
.order-info-table tbody tr:first-child td {
    padding-top: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #898989;
}

.order-info-table tbody tr td:nth-child(3),
.order-info-table tbody tr td:nth-child(5),
.order-info-table tbody tr td:nth-child(6),
.order-info-table tbody tr td:nth-child(7) {
    padding-top: 38px !important;
}
.order-info-table tbody tr td:nth-child(3) {
    font-weight: 500;
    font-size: 16px;
    line-height: 0px;
    color: #898989;
    padding-top: 40px !important;
}
.order-info-table tbody tr td:nth-child(n + 5):nth-child(-n + 7) {
    font-weight: 600;
    font-size: 18px;
    line-height: 8px;
    text-align: left;
    color: #2c2c2c;
}
.order-info-table td,
.order-info-table th {
    padding-left: 6px !important;
}
.order-info-table .status {
    border: 0 !important;
    width: 120px;
}
.invoice-total-customize {
    background-color: white !important;
    border-top: 1px solid #dfdfdf;
}

.invoice-table-container .invoice-total.table th {
    border: 0;
    padding: 4px 40px;
    text-align: right;
}
.invoice-total-customize tr {
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 21px;
    color: #898989;
}
.order-details-container .product-permissions-header,
.order-details-container .shipment-header {
    background: #2c2c2c !important;
    border-radius: 8px 8px 0px 0px;
    height: 62px;
    display: flex;
    align-items: center;
    position: relative;
}
.order-details-container .product-permissions-header span,
.order-details-container .shipment-header span {
    margin-left: 32px;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
}
.order-details-container .product-permissions-header .drop-down-icon,
.order-details-container .shipment-header .drop-down-icon {
    position: absolute;
    right: 28px;
    cursor: pointer;
}
.order-details-container .shipment-body {
    padding: 40px 32px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #898989;
}
.order-details-container .product-permissions-body {
    padding: 40px 32px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #bcbcbc;
}
.order-details-container .product-permissions-body input {
    width: 427px;
    padding: 9.5px;
    border-radius: 2px;
    border: 1px solid #dfdfdf;
    margin-right: 15px;
}
.order-details-container .product-permissions-body button {
    color: #2c2c2c !important;
    background: #ffffff;
    border: 1px solid #2c2c2c;
    border-radius: 2px;
    font-weight: 600 !important;
    cursor: pointer;
    transition: 0.25s ease;
}
.order-actions-container .order-sections-header {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #2c2c2c;
    display: flex;
    flex-direction: row;
    align-items: center !important;
    position: relative;
    padding: 16px;
    border-bottom: 1px solid #dfdfdf;
}
.order-sections-header .order-icon {
    position: absolute;
    right: 25px;
    margin-top: -10px;
    cursor: pointer;
}
.order-sections-body,
.order-delivery-sections-body {
    padding: 16px;
}
.order-sections-body select {
    width: 358px;
    margin-top: 4px;
}
.order-sections-body .trash-update {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    align-items: center;
}
.order-sections-body span.underline {
    text-decoration-line: underline;
    color: #9e4423;
    cursor: pointer;
}
.order-sections-body button {
    background: #2c2c2c;
    border-radius: 2px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #ffffff !important;
    padding: 11px 46px;
    border: 1px solid #2c2c2c;
    cursor: pointer;
    transition: 0.25s ease;
}
.order-delivery-sections-body {
    font-size: 14px;
}
.order-delivery-sections-body .delivery-time,
.order-delivery-sections-body .store-location {
    color: #2c2c2c;
    font-weight: 700 !important;
}
.order-delivery-sections-body .store-location-container {
    padding-top: 15px;
}

.order-pdf-btn {
    padding: 20px 16px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}
.order-pdf-btn .pdf-inv-btn {
    background: #f3f3f3;
    border: 1px solid #dfdfdf;
    padding: 11px 12px;
    border-radius: 2px;
    color: #2c2c2c !important;
    cursor: pointer;
}
.order-pdf-btn .pdf-slip-btn {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    padding: 11px 12px;
    border-radius: 2px;
    margin-top: 12px;
    color: #2c2c2c !important;
}
.order-notes {
    background: #fef8e7;
    border: 1px solid #fcca19;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 15px;
}
.order-notes span {
    text-decoration: none !important;
}
.order-notes-container .date-delete-container {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.order-notes-container .date-delete-container .date {
    color: #898989 !important;
}
.order-notes-container .date-delete-container .delete-note {
    color: #c8191c !important;
}
.add-note-container .add-note {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 6px;
}
.add-note-icon {
    margin-left: 6px;
    cursor: help;
}

.add-note-container .add-note-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #898989;
    text-decoration: none !important;
}
.add-note-text-field .add-private-note {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.add-note-text-field .add-private-note select {
    width: 187px;
    height: 40px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #898989;
}
.add-note-text-field .add-private-note button {
    margin-left: 12px;
    background: #ffffff;
    border: 1px solid #2c2c2c;
    box-sizing: border-box;
    border-radius: 2px;
    color: #2c2c2c !important;
    padding: 6px 30px !important;
    margin-top: 2px;
}
.order-item-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #2c2c2c !important;
}
.order-item-attr {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #898989;
}
.order-refund-container {
    border-top: 1px solid #dfdfdf;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.order-refund-container button {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 11px 30px;
    transition: 0.25s ease;
}
.order-refund-container button:hover {
    border: 1px solid #2c2c2c;
    cursor: pointer;
}
.order-refund {
    display: flex;
    align-items: center;
}
.order-refund-icon {
    margin-right: 6px;
    margin-top: 5px;
}
.order-q-icon {
    margin-right: 5px;
}
.order-item-name-attribute {
    margin-top: 9px;
}
.order-status {
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #898989;
    padding: 0;
    text-align: left !important;
}
.product-permissions-body .grant-access {
    padding-left: 20px;
    padding-right: 20px;
}
.product-permissions-body .grant-access:hover,
.trash-update button:hover,
.add-note-text-field .add-private-note button:hover {
    background-color: #fcca19;
    color: #2c2c2c !important;
    font-weight: 600 !important;
    border: 1px solid #fcca19;
}
.order-grand-total {
    color: #2c2c2c !important;
    padding: 0 40px;
    font-weight: 600;
}
.order-grand-currency {
    color: #2c2c2c !important;
    font-weight: 600;
}
#order-date-input,
#order-time-slot {
    margin-top: 4px;
}
.order-itm-img-con img {
    margin-top: 0 !important;
}
.order-details-body .status-dropdown {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1776px) {
    .order-details-container {
        display: grid;
        grid-template-columns: 3fr 1fr;
    }
    .order-details-body .general-section .input-date {
        width: 227px;
    }
    .order-actions-container {
        margin-left: 32px;
        width: 390px;
    }
}

@media only screen and (min-width: 768px) {
    .gbs-section .billing-section {
        width: 230px;
        margin-left: 7.5%;
    }
    .gbs-section .shipping-section {
        margin-top: 30px;
        width: 230px;
        margin-left: 70px !important;
    }
}

@media (max-width: 991px) {
    svg.external-link path.outer {
        fill: #eee !important;
    }

    svg.external-link path.inner {
        fill: #fcca19 !important;
    }
}

@media (max-width: 768px) {
    .nav-icon {
        float: left !important;
    }
    .nav-menu li {
        margin-bottom: -20px !important;
    }
    .nav-menu-home {
        margin-left: -25px;
    }
}
@media (min-width: 768px) {
    .form-edit-con .form-width {
        width: 60% !important;
    }
    .form-edit-con .select2-container,
    .form-edit-con .custom-file {
        width: 60% !important;
    }
    .form-edit-con .form-container {
        margin-left: 5%;
    }
    .form-edit-con .btn-con {
        margin-left: 30%;
    }
}

@media (min-width: 1200px) {
    .form-edit-con .btn-con {
        margin-left: 5%;
    }
}
@media (min-width: 1400px) {
    .form-edit-con .form-container {
        margin-left: 1%;
    }
    .form-edit-con .btn-con {
        margin-left: 1%;
    }
}

.d-flx {
    display: flex;
}

.gap-10px {
    gap: 10px;
}
/*Admin Dashboard Order Details Page end*/

/* Admin form edit for multiple page start */
.user-img-con img {
    box-shadow: none !important;
}
.form-edit-con .form-con {
    padding-left: 60px;
    padding-top: 45px;
}
@media only screen and (min-width: 280px) and (max-width: 768px) {
    .form-edit-con .form-con {
        padding-left: 0px;
        padding-top: 0px;
    }
}
.form-edit-con .btn-align {
    margin-left: 58px;
}
/* Admin form edit for multiple page end */

/*Select option for Admin start*/
.select2-results__option--highlighted {
    color: #2c2c2c !important;
    background-color: #fcca19 !important;
}
/*Select option for Admin end*/

.margin-top-neg-15 {
    margin-top: -15px !important;
}

span.rotate-0 {
    transition: all 0.5s;
    transform: rotate(0deg);
}

span.rotate-180 {
    transition: all 0.5s;
    transform: rotate(180deg);
}
.track-line {
    height: 2px !important;
    background-color: #488978;
    opacity: 1;
}

.dot {
    height: 10px;
    width: 10px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 0px;
    background-color: #488978;
    border-radius: 50%;
    display: inline-block;
}

.big-dot {
    height: 25px;
    width: 25px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    background-color: #488978;
    border-radius: 50%;
    display: inline-block;
}

.big-dot i {
    font-size: 12px;
}

.refund-message-icon {
    border-radius: 100%;
    height: 24px;
    width: 24px;
    padding: 6px;
    border: 1px solid rgb(10, 208, 40);
}

.ml-neg-30 {
    margin-left: -30px !important;
}
.border-tl-radius-0 {
    border-top-left-radius: 0 !important;
}
.box-shadow-unset {
    box-shadow: unset;
}
.z-index-10 {
    z-index: 10;
}
.mr-neg-10 {
    margin-right: -10px !important;
}

a.nav-link.arrows.active::after {
    content: "\2192";
    color: rgb(255, 255, 255);
    position: absolute;
    right: 8px;
}

.min-h-210 {
    min-height: 210px;
}

.popup-content-remove {
    margin-top: -10px;
}
.popup-content-remove .remove-text {
    font-size: 30px;
    color: #000000;
    transition: 0.3s ease;
}

.popup-content-remove .remove-text:hover {
    color: #f00;
    text-shadow: 2px 2px 8px #000;
}

.input-group .error {
    display: block;
    width: 100%;
    padding-top: 7px;
    background: #fff;
}

.slider-icon {
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    border: 1px solid #a59292;
    border-radius: 50%;
    padding: 4px 7px;
}
.slider-icon i {
    color: #7b7878;
    opacity: 1 !important;
}
.pb-45 {
    padding-bottom: 45px !important;
}
.pb-35 {
    padding-bottom: 35px !important;
}

.border-unset {
    border: unset !important;
}

.mt-neg-12 {
    margin-top: -12px !important;
}

.ml-neg-40 {
    margin-left: -40px !important;
}
.slide .active {
    border: 2px solid #aaa;
    border-radius: 5px;
    cursor: not-allowed;
}

/* view reviews page start */
.order-review-section .items .item-name,
.order-review-section .items .seller-name,
.order-review-section .reviews .user-name,
.order-review-section .reviews .review-comments,
.order-review-section .ratings .rating-count {
    color: #2c2c2c;
}
.order-review-section .items .seller-category {
    background-color: #fcca19;
    color: #2c2c2c;
    font-size: 12px;
    padding: 4px 8px;
}
.order-review-section .reviews .v-fied-con {
    font-size: 7px;
    margin-top: -5px;
    margin-left: 5px;
}
.order-review-section .reviews .v-fied-con .v-fied {
    font-size: 10px;
    font-weight: 700;
    color: #2c2c2c;
}
.order-review-section .ratings .rating-count {
    font-size: 16px;
    font-weight: 700;
    margin-top: -3px;
}
.order-review-section .review-img {
    height: 170px;
    width: 170px;
}
.order-review-section .reviews .review-user-img {
    height: 56px;
    width: 56px;
}
.review-photo{
    height: 80px;
    width: 80px;
    object-fit: cover;
}
.order-review-section .ratings .review-photos {
    height: 108px;
    width: 108px;
}
@media only screen and (min-width: 768px) {
    .order-review-section .items .item-container {
        width: 500px;
    }
}
/* view reviews page end */
.pl-8per {
    padding-left: 8% !important;
}

.hover_variable:hover {
    color: var(--textHoverColor) !important;
    background-color: var(--bgHoverColor) !important;
}

.radio input[type="radio"] + .cr.custom:before {
    margin-right: 40px !important;
}

.product-spinner.spinner-border-sm {
    width: 12px;
    height: 12px;
    border-width: 1px;
    display: inline-block;
    margin-right: 6px;
}

.product-spinner.spinner-border {
    vertical-align: inherit;
}
/* product edit css */

.add-title {
    font-weight: 700;
    font-size: 18px;
    color: #2c2c2c;
}
.label-title {
    font-weight: 500;
    font-size: 16px;
    color: #2c2c2c;
}
.note-editor.note-frame.panel.panel-default {
    border-radius: 4px;
}

.product-permissions-header,
.order-details-container .shipment-header {
    background: #2c2c2c !important;
    border-radius: 8px 8px 0px 0px;
    height: 62px;
    display: flex;
    align-items: center;
    position: relative;
}

h4.ml-n3 {
    margin-left: -8px;
}

.order-sec-head {
    height: 50px;
}

.m-trash {
    text-decoration-line: underline;
    color: #9e4423;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}

.p-title {
    font-weight: 500;
    font-size: 16px;
    color: #2c2c2c;
}
.u-btn {
    background: #2c2c2c;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    color: #ffffff !important;
    cursor: pointer;
    transition: 0.25s ease;
    width: 141px;
    height: 40px;
}
.item-h {
    height: 62px;
}

.m-change {
    text-decoration-line: underline;
    color: #0060a9;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    transition: 0.3s ease all;
}

.text-14 {
    font-size: 14px !important;
}

.mt-20p {
    margin-top: 20px !important;
}

input:focus {
    border-right: 1px solid black;
}

.mt-2p {
    margin-top: 2px !important;
}

.btn-add {
    border: 1px solid #2c2c2c;
    height: 33px;
    width: 70px;
    border-radius: 2px;
    font-size: 14px;
    color: #2c2c2c;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    transition: 0.2s;
    display: flex;
    cursor: pointer;
    font-weight: 500;
}

.sp-tag {
    font-size: 14px;
    color: #898989;
    margin-top: -2px;
}

.mt-16p {
    margin-top: 16px !important;
}
.pb-4p {
    padding-bottom: 4px !important;
}

.pb-55p {
    padding-bottom: 55px !important;
}
.cus-tab .active {
    background-color: #fcca19 !important;
    border-radius: unset;
}

.cus-tab {
    background: #f5f5f5;
    border-bottom: 1px solid #2c2c2c;
    padding-bottom: 1px;
    font-size: 14px !important;
    color: #2c2c2c !important;
    font-weight: 500 !important;
}
.cus-tab a {
    font-size: 14px !important;
    color: #2c2c2c !important;
    font-weight: 600 !important;
}

.ml-32p {
    margin-left: 32px !important;
}
.input-wdth {
    width: 320px !important;
    height: 36px !important;
}
.px-7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
}
.px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.pr-5 {
    padding-left: 0 !important;
    padding-right: 5px !important;
}

.px-40p {
    padding: 0px 40px 0px 40px !important;
}
.mr-32p {
    margin-right: 32px !important;
}

.mr-35p {
    margin-right: 35px !important;
}

.mr-4p {
    margin-right: 4px !important;
}

.ml-44p {
    margin-left: 44px !important;
}
.pb-45 {
    padding-bottom: 45px !important;
}
.pb-39 {
    padding-bottom: 39px !important;
}

.pb-11p {
    padding-bottom: 11px !important;
}

.pb-17p {
    padding-bottom: 17px !important;
}

.mt-px {
    margin-top: 1px !important;
}

.sp-title {
    font-size: 14px !important;
    color: #2c2c2c !important;
    font-weight: 500 !important;
    text-align: left !important;
}

.sp-title.require:after {
    content: "*";
    color: #ff4d4d;
}
.h-36p {
    height: 36px !important;
}

.mr-8p {
    margin-right: 8px !important;
}
.slide .active {
    border: 2px solid #aaa;
    border-radius: 5px;
    cursor: not-allowed;
}

/* view reviews page start */
.order-review-section .items .item-name,
.order-review-section .items .seller-name,
.order-review-section .reviews .user-name,
.order-review-section .reviews .review-comments,
.order-review-section .ratings .rating-count {
    color: #2c2c2c;
}
.order-review-section .items .seller-category {
    background-color: #fcca19;
    color: #2c2c2c;
    font-size: 12px;
    padding: 4px 8px;
}
.order-review-section .reviews .v-fied-con {
    font-size: 7px;
    margin-top: -5px;
    margin-left: 5px;
}
.order-review-section .reviews .v-fied-con .v-fied {
    font-size: 10px;
    font-weight: 700;
    color: #2c2c2c;
}
.order-review-section .ratings .rating-count {
    font-size: 16px;
    font-weight: 700;
    margin-top: -3px;
}
.order-review-section .review-img {
    height: 170px;
    width: 170px;
}
.order-review-section .reviews .review-user-img {
    height: 56px;
    width: 56px;
}
.order-review-section .ratings .review-photos {
    height: 108px;
    width: 108px;
}
@media only screen and (min-width: 768px) {
    .order-review-section .items .item-container {
        width: 500px;
    }
}
/* view reviews page end */
.pl-8per {
    padding-left: 8% !important;
}

.mt-26p {
    margin-top: 26px !important;
}

.mt-28p {
    margin-top: 28px !important;
}
.mx-6p {
    margin-left: 6px !important;
    margin-right: 6px !important;
}

.mt-29p {
    margin-top: 29px !important;
}

.ml-24p {
    margin-left: 24px !important;
}

.mx-8p {
    margin: 0px 8px 0px 8px !important;
}

.pb-25p {
    padding-bottom: 25px !important;
}

.pb-49p {
    padding-bottom: 49px !important;
}

.mt-24p {
    margin-top: 24px !important;
}

.mt-21p {
    margin-top: 21px !important;
}

.mt-4px {
    margin-top: 4px !important;
}
.mt-11p {
    margin-top: 11px !important;
}

.mt-n5 {
    margin-top: -5px !important;
}

.mt-30p {
    margin-top: 30px !important;
}
.mt-36p {
    margin-top: 36px !important;
}

.mt-19p {
    margin-top: 19px !important;
}

.mt-23p {
    margin-top: 23px !important;
}

.top-30p {
    top: 30px !important;
}

.pb-9p {
    padding-bottom: 9px !important;
}

.text-black-1 {
    color: #2c2c2c !important;
}

.checkbox input[type="checkbox"] + .crv:before {
    content: "\e83f";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #898989;
    font-size: 13px;
    font-family: "feather";
    font-weight: 400;
    line-height: 12px;
    text-align: center;
    background: #ffffff;
    color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.checkbox.checkbox-primary input[type="checkbox"]:checked + .crv:before {
    background: #000;
    border-color: #000;
    color: #ffffff;
}

.checkbox input[type="checkbox"] + .crs:before {
    content: "\e83f";
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #898989;
    font-size: 10px;
    font-family: "feather";
    font-weight: 400;
    line-height: 12px;
    text-align: center;
    background: #ffffff;
    color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.checkbox.checkbox-primary input[type="checkbox"]:checked + .crs:before {
    background: #000;
    border-color: #000;
    color: #ffffff;
}

.text-grayed {
    font-weight: 500;
    font-size: 14px;
}

.mt-18p {
    margin-top: 18px !important;
}

.ml-12p {
    margin-left: 12px !important;
}

.dropdown .dropdown-toggle:after {
    content: "\e842";
    font-family: "feather";
    font-size: 15px;
    border: none;
}
.px-32p {
    padding: 0px 32px 0px 32px !important;
}

.bg-F5 {
    background: #f5f5f5 !important;
}

.pb-14p {
    padding-bottom: 14px !important;
}

.border-t {
    border-top: 1px solid #e0e0e0 !important;
}

.h-66p {
    height: 66px !important;
}

.pr-30p {
    padding-right: 30px !important;
}

.pr-32p {
    padding-right: 32px !important;
}

.right-24p {
    right: 24px !important;
}

.toggle-btn {
    transition: 0.5s;
}
.toggle-btn.active {
    transform: rotate(180deg);
}

.pointer-e {
    pointer-events: none;
}

.custom-file-uploader {
    position: relative;
}

::-webkit-file-upload-button {
    cursor: pointer;
}
.custom-file-uploader input[type="file"] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer !important;
}

.browse-btn {
    height: 40px;
    width: max-content;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #2c2c2c;
    font-size: 13px;
    font-weight: 600;
    background-color: #f3f3f3;
    border: 1px solid #dfdfdf;
    border-left: none;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
}

.color-2c {
    color: #2c2c2c !important;
}

.color-89 {
    color: #898989 !important;
}

.mt-n10 {
    margin-top: -10px !important;
}

/* black radio button */
.radio.radio-warning input[type="radio"]:checked + .crq:before {
    border-color: #2c2c2c;
}
.radio.radio-warning input[type="radio"]:checked + .crq:after {
    background: #2c2c2c;
}

.radio input[type="radio"] + .crq:before {
    width: 13px;
    height: 13px;
    border: 1px solid #898989;
}

.radio input[type="radio"] + .crq:after {
    width: 5px;
    height: 5px;
    position: absolute;
    left: 4px;
}

.radio input[type="radio"] + .crq:after,
.radio input[type="radio"] + .crq:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    vertical-align: bottom;
    background: #fff;
    color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.radio input[type="radio"] + .crq:after,
.radio input[type="radio"] + .crq:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    vertical-align: bottom;
    background: #fff;
    color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* black radio button end*/
.custom-file-input{
    position: relative;
    width: 100%;
    cursor: pointer;
}
.custom-file-label {
    left: 0;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    height: 40px;
    cursor: pointer;
}
.custom-file-label, .custom-file-label::after {
    position: absolute;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    top: 0;
    right: 0;
}
.custom-file-label::after {
    content: attr(data-before);
    bottom: 0;
    z-index: 3;
    display: flex;
    background-color: #f3f3f3;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
    height: 40px !important;
    width: max-content!important;
    align-items: center;
    justify-content: center;
    color: #2c2c2c ;
    font-size: 13px;
    cursor: pointer;
    font-weight: 600;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.mt-12p {
    margin-top: 12px !important;
}

.ml-15p {
    margin-left: 15px !important;
}
.mt-n4 {
    margin-top: -4px !important;
}

.mt-n2 {
    margin-top: -2px !important;
}
.ml-12p {
    margin-left: 12px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}

.mt-n3 {
    margin-top: -3px !important;
}

.w-50p {
    width: 50px !important;
}

.h-32p {
    height: 32px !important;
}

.h-44p {
    height: 44px !important;
}

span.select2-selection__arrow {
    right: 4px !important;
}
.btn-confirms {
    width: max-content;
    height: 40px;
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background-color: #2c2c2c;
    color: white;
    cursor: pointer;
    font-size: 14px;
    transition: 0.2s;
    font-weight: 700;
}

.btn-confirms:hover {
    background-color: #fcca19;
    color: #2c2c2c;
}

.u-btn:hover {
    background: #fcca19;
}

.btn-add:hover {
    background: #fcca19;
    color:#2c2c2c;
}

.btn-cancels {
    width: 126px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    color: #2c2c2c;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #2c2c2c;
    transition: 0.2s;
}

.btn-cancels:hover {
    color: #2c2c2c !important;
    background: #fcca19;
}

.img-boxed {
    width: 50px;
    height: 50px;
    position: relative;
    margin-right: 15px;
}

.fit-boxed {
    object-fit: cover;
    width: inherit;
    height: inherit;
    background-color: #f3f3f3;
    border-radius: 2px;
}

.svg-postion {
    position: absolute;
    right: -6px;
    top: -6px;
}

.img-box-two {
    width: 90px;
    height: 52px;
    position: relative;
    margin-right: 15px;
}

.fit-box-two {
    object-fit: cover;
    width: 90px;
    height: 52px;
    background-color: #f3f3f3;
    border-radius: 2px;
}

.video-prev {
    height: 80px !important;
    width: 150px !important;
}

.video-prev video {
    height: inherit !important;
    width: inherit !important;
}

.options-add {
    width: max-content;
    height: 36px;
    border-radius: 2px;
    border: solid 1px #2c2c2c;
    color: #2c2c2c;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
}

span.select2-selection.select2-selection--single {
    height: 40px !important;
    padding-top: 4px;
}

select#warranty_type {
    height: 40px !important;
}

.gray-89 {
    color: #898989 !important;
}

.visi-title {
    font-size: 12px !important;
    color: #2c2c2c !important;
    font-weight: 500 !important;
    text-align: left !important;
}

.options-select {
    width: max-content;
    height: 36px;
    border-radius: 2px;
    border: solid 1px #2c2c2c;
    color: #2c2c2c;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.options-add-two {
    width: max-content;
    padding: 0px 10px;
    height: 36px;
    border-radius: 2px;
    background-color: #2c2c2c;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s;
    white-space: nowrap;
}

.options-add-two:hover {
    background-color: #fcca19;
    color: #2c2c2c;
}

.options-add:hover {
    background-color: #fcca19;
}

.options-select:hover {
    color: #2c2c2c !important;
}

.mt-10p {
    margin-top: 10px !important;
}

.ml-8p {
    margin-left: 8px !important;
}

.mt-42p {
    margin-top: 42px !important;
}

.w-175p {
    width: 175px !important;
}

.mx-7p {
    margin: 0px 7px 0px 7px;
}

.pb-27p {
    padding-bottom: 27px !important;
}
.pb-30p {
    padding-bottom: 30px !important;
}

.pb-20p {
    padding-bottom: 20px !important;
}

.pb-19p {
    padding-bottom: 19px;
}

.pb-29p {
    padding-bottom: 29px !important;
}

.red-9E {
    color: #9e4423 !important;
}

.pb-47p {
    padding-bottom: 47px !important;
}
.pb-32p {
    padding-bottom: 32px !important;
}

.top-n9 {
    margin-top: -9px;
}

.mb-n34 {
    margin-bottom: -34px !important;
}

.top-32p {
    top: 32px !important;
}

.top-43p {
    top: 43px !important;
}

.top-10p {
    top: 10px !important;
}

.w-320p {
    width: 320px !important;
}

.h-94p {
    height: 94px !important;
}

.mt-25p {
    margin-top: 25px !important;
}

.mt-27p {
    margin-top: 27px !important;
}

.ml-10p {
    margin-left: 10px !important;
}

.border-b-2c {
    border-bottom: 1px solid #2c2c2c;
}

.t-heads {
    background-color: white;
    height: 35px;
    font-size: 13px;
    font-weight: 500;
    color: #2c2c2c;
}

.t-heads th {
    font-weight: 500 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    vertical-align: middle !important;
}

.t-table td {
    padding: 0.75rem !important;
}

.t-table {
    margin-bottom: unset !important;
}

.top-11p {
    top: 11px !important;
}

.add-files-button {
    height: 33px;
    width: max-content;
    flex-grow: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    border: solid 1px #c7c5c5;
    color: #2c2c2c;
    font-size: 12px;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 600;
    padding: 6px;
    border: 1px solid #2c2c2c;
}

.top-9p {
    top: 9px !important;
}

.px-11p {
    padding: 0px 11px 0px 0px !important;
}

.right-n6 {
    right: -6px !important;
}

.mr-10p {
    margin-right: 10px !important;
}

.w-14pt {
    width: 14% !important;
}

.dn-files {
    padding-left: 15px;
    padding-right: 15px;
    word-break: break-all;
}

.mt-8p {
    margin-top: 8px !important;
}

.mr-n8p {
    margin-right: -8px !important;
}

.hidden_div {
    display: none;
}
.hidden_di {
    display: none;
}

.mt-37p {
    margin-top: 37px !important;
}

.pr-10p {
    padding-right: 10px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pb-18p {
    padding-bottom: 18px !important;
}

.right-7p {
    right: 7px !important;
}

.ml-6p {
    margin-left: 6px !important;
}

.pt-20p {
    padding-top: 20px !important;
}

.pt-24p {
    padding-top: 20px !important;
}

.pt-19p {
    padding-top: 19px !important;
}

.mt-7p {
    margin-top: 7px !important;
}

.u-img-box {
    height: 89px;
    width: 89px;
    background-color: #f5f5f5;
}

.pb-13p {
    padding-bottom: 13px !important;
}

.ml-25p {
    margin-left: 25px !important;
}

.mt-14p {
    margin-top: 14px !important;
}

.h-40p {
    height: 40px !important;
}

.mx-25n {
    margin: 0 -25px !important;
}

.w-74p {
    width: 74px !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.tooltips {
    position: relative;
    display: inline-block;
}

.tooltips .tooltiptexts {
    visibility: hidden;
    width: 120px;
    background-color: #2c2c2c;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 100;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
    padding: 10px;
}

.tooltips .tooltiptexts::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltips:hover .tooltiptexts {
    visibility: visible;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.pl-32p {
    padding-left: 32px !important;
}

td.pl-31p {
    padding-left: 31px !important;
}

.d-unset {
    display: unset !important ;
}


@media only screen and (max-width: 1875px) {
    .flx-direct {
        flex-direction: column !important;
    }

    .mx-w-n {
        max-width: unset !important;
    }

    .mt-16-res {
        margin-top: 16px;
    }
}

@media only screen and (max-width: 1505px) {
    .custom-scroll {
        overflow-x: scroll;
        white-space: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .custom-scroll::-webkit-scrollbar {
        height: 4px !important;
    }

    .custom-scroll::-webkit-scrollbar-track {
        background-color: #ebebeb;
    }

    .custom-scroll::-webkit-scrollbar-thumb {
        background: #bbbbbb;
    }
}

@media only screen and (min-width: 1200px) {
    .w-space {
        white-space: nowrap !important;
    }

    .w-276p {
        width: 276px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .px-3-res {
        padding: 0px 1rem 0px 1rem !important;
    }
    .pl-3-res {
        padding-left: 1rem !important;
    }
    .pl-0-res {
        padding-left: 0 !important;
    }

    .p-0-res {
        padding: 0 !important;
    }

    .pb-20-res {
        padding-bottom: 20px !important;
    }

    .ml-16n-res {
        margin-left: -16px !important;
    }

    .mx-9n-res {
        margin: 0px -9px 0px -9px !important;
    }

    .mx-9r-res {
        margin: 0px 0px 0px -9px !important;
    }
}

@media only screen and (min-width: 624px) {
    .mr-42p {
        margin-right: 6px;
    }

    .d-flx-y {
        display: flex !important;
    }

    .ml-n {
        margin-left: 12px !important;
    }

    .b-res {
        margin-top: 15px !important;
    }

    .icon-collapse {
        padding: 7px !important;
        cursor: pointer;
        align-items: center;
        justify-content: end;
        display: flex;
    }

    .ml-n40 {
        margin-left: -40px !important;
    }

    .ml-n26 {
        margin-left: -26px !important;
    }
}

@media only screen and (max-width: 767px) {
    .t-res {
        margin-top: 15px !important;
    }
}

@media only screen and (max-width: 623px) {
    .t-10-res {
        margin-top: 10px !important;
    }

    .d-flx-n {
        display: unset;
    }

    .h-66p {
        height: 140px !important;
    }

    .right-24p {
        right: 27px !important;
        top: 104px;
    }

    .mt-10-res {
        margin-top: 10px;
    }

    .col-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .align-unset {
        align-items: unset !important;
    }

    .mt-15-res {
        margin-top: 15px;
    }

    .label-res {
        display: unset !important;
    }

    .w-break-n {
        word-break: unset !important;
    }

    .w-n {
        width: unset !important;
    }

    .mt-46-res {
        margin-top: 46px;
    }

    .ml-0-res {
        margin-left: 0 !important;
    }

    .float-n {
        float: unset !important;
    }

    .t-25-res {
        margin-top: 25px !important;
    }

    .ml-10-res {
        margin-left: 10px !important;
    }

    .pb-9-res {
        padding-bottom: 9px !important;
    }
}

@media only screen and (max-width: 575px) {
}

.edit-input:focus {
    border: 1px solid #2c2c2c !important;
}

#overlayed {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
}
.loadered {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 3;
    border: 4px solid #fff;
    top: 50%;
    animation: loader 2s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loadered {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
/*.is-hide {
    display: none;
}*/
.margin-top-neg-15 {
    margin-top: -15px !important;
}

span.rotate-0 {
    transition: all 0.5s;
    transform: rotate(0deg);
}

span.rotate-180 {
    transition: all 0.5s;
    transform: rotate(180deg);
}
.track-line {
    height: 2px !important;
    background-color: #488978;
    opacity: 1;
}

.dot {
    height: 10px;
    width: 10px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 0px;
    background-color: #488978;
    border-radius: 50%;
    display: inline-block;
}

.big-dot {
    height: 25px;
    width: 25px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    background-color: #488978;
    border-radius: 50%;
    display: inline-block;
}

.big-dot i {
    font-size: 12px;
}

.refund-message-icon {
    border-radius: 100%;
    height: 24px;
    width: 24px;
    padding: 6px;
    border: 1px solid rgb(10, 208, 40);
}

.ml-neg-30 {
    margin-left: -30px !important;
}
.border-tl-radius-0 {
    border-top-left-radius: 0 !important;
}
.box-shadow-unset {
    box-shadow: unset;
}
.z-index-10 {
    z-index: 10;
}
.mr-neg-10 {
    margin-right: -10px !important;
}

a.nav-link.arrows.active::after {
    content: "\2192";
    color: rgb(255, 255, 255);
    position: absolute;
    right: 8px;
}

.min-h-210 {
    min-height: 210px;
}

.popup-content-remove {
    margin-top: -10px;
}
.popup-content-remove .remove-text {
    font-size: 30px;
    color: #000000;
    transition: 0.3s ease;
}

.popup-content-remove .remove-text:hover {
    color: #f00;
    text-shadow: 2px 2px 8px #000;
}

.input-group .error {
    display: block;
    width: 100%;
    padding-top: 7px;
    background: #fff;
}

.slider-icon {
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    border: 1px solid #a59292;
    border-radius: 50%;
    padding: 4px 7px;
}
.slider-icon i {
    color: #7b7878;
    opacity: 1 !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.border-unset {
    border: unset !important;
}

.mt-neg-12 {
    margin-top: -12px !important;
}

.ml-neg-40 {
    margin-left: -40px !important;
}

span.add-slide {
    background: #eee;
    padding: 20px;
    border-radius: 7px;
}

.slide .active {
    border: 2px solid #aaa;
    border-radius: 5px;
}

.pl-8per {
    padding-left: 8% !important;
}

.hover_variable:hover {
    color: var(--textHoverColor) !important;
    background-color: var(--bgHoverColor) !important;
}

.radio input[type="radio"] + .cr.custom:before {
    margin-right: 40px !important;
}

.product-spinner.spinner-border-sm {
    width: 12px;
    height: 12px;
    border-width: 1px;
    display: inline-block;
    margin-right: 6px;
}

.product-spinner.spinner-border {
    vertical-align: inherit;
}

.note-editable {
    height: 400px;
}

span.select2-selection.select2-selection--multiple {
    min-height: 40px !important;
}

.transition-none {
    transition: none !important;
}

.note-editor.note-frame.panel.panel-default {
    background-color: white;
}

.note-editor .btn-toolbar button[data-event="help"] {
    display: none !important;
}

.note-btn-group.btn-group.note-view .note-icon-question {
    display: none !important;
}

.switch.switch-bg input[type="checkbox"]:checked + .cr:before {
    background: #fcca19;
}

.switch input[type="checkbox"] + .cr-bg {
    background: #d2d2d2 !important;
}

/* Slider loader start */
.slide.slide-edit,
.slide.slide-create {
    position: relative;
}

.slide.slide-edit div.boxes,
.slide.slide-create div.boxes {
    position: absolute;
    width: 75px;
    height: 75px;
    margin: 0 auto;
    top: 0;
    left: 0;
    background-color: #2d2d2db5;
}

.slide.slide-edit div.boxes > div.box,
.slide.slide-create div.boxes > div.box {
    width: 20px;
    height: 20px;
    background: #dcdcdc;
    border-radius: 1vmin;
    animation: animate 2s cubic-bezier(0.3, 1, 0.3, 1) infinite;
    position: absolute;
    display: inline-block;
    margin: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.row-striped .stripable:nth-of-type(2n+1) {
    background: rgb(246 246 246);
}

@keyframes animate {
    0%,
    100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(35px, 0);
    }
    50% {
        transform: translate(35px, 35px);
    }
    75% {
        transform: translate(0, 35px);
    }
}

.slide.slide-edit div.boxes > div.box:nth-child(1),
.slide.slide-create div.boxes > div.box:nth-child(1) {
    animation-delay: 1.5s;
}
.slide.slide-edit div.boxes > div.box:nth-child(2),
.slide.slide-create div.boxes > div.box:nth-child(2) {
    animation-delay: 1s;
}
.slide.slide-edit div.boxes > div.box:nth-child(3),
.slide.slide-create div.boxes > div.box:nth-child(3) {
    animation-delay: 0.5s;
}

/* Slider loader End */

.close-slide {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ebb700;
    border-radius: 50%;
    transition: 0.3s ease;
    opacity: 0;
    height: 20px;
    width: 20px;
    color: red;
    display: table;
    text-align: center;
    line-height: 17px;
}

.slide:hover .close-slide {
    opacity: 1;
}

.calendar-table table thead {
    background: unset !important;
}

button.cancelBtn.btn.btn-sm.btn-default {
    background: unset !important;
    font-weight: unset !important;
    margin-left: 0px !important;
}
button.applyBtn.btn.btn-sm.btn-primary {
    background: #2c2c2c !important;
    font-weight: unset !important;
    margin-left: 0px !important;
    color: white !important;
}

button.applyBtn.btn.btn-sm.btn-primary:hover {
    background: #fcca19 !important;
    color: #2c2c2c !important;
}

.expand-hover:hover {
    color: #7caed3 !important;
}
.close-hover:hover {
    color: #f77547 !important;
}

.virtual-child {
    position: absolute !important;
    right: 556px;
    top: 22px;
    z-index: 1;
}
.download-child {
    position: absolute !important;
    right: 400px;
    top: 22px;
    z-index: 1;
}
.select-child {
    position: absolute !important;
    right: 90px;
    top: 13px;
    z-index: 1;
}

@media only screen and (min-width: 1334px) and (max-width: 1400px) {
    .virtual-child {
        right: 505px;
    }
    .download-child {
        right: 375px;
    }
}

@media only screen and (min-width: 1322px) and (max-width: 1335px) {
    .virtual-child {
        right: 505px;
    }
    .download-child {
        right: 375px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1323px) {
    .virtual-child {
        right: 505px;
        top: 46px;
    }
    .download-child {
        right: 375px;
        top: 45px;
    }
    .select-child {
        top: 34px;
    }
    .cursor-move {
        top: 49px;
    }
    .product-res {
        margin-top: -34px;
    }
    .toggle-btn {
        top: 43px;
    }
    .h-66p {
        height: 88px !important;
    }
}

@media only screen and (min-width: 624px) and (max-width: 1199px) {
    .virtual-child {
        right: 340px;
    }
    .download-child {
        right: 213px;
    }
    .select-child {
        right: 93px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 623px) {
    .virtual-child {
        right: unset;
        left: 17px;
        top: 94px;
    }
    .download-child {
        right: 120px;
        top: 103px;
    }
    .select-child {
        right: unset;
        width: 92%;
        top: 35px;
        left: 17px;
    }
    .right-58p {
        right: 47px !important;
    }
}

.blockUI.blockOverlay {
    background: white !important;
    opacity: 0.8 !important;
}

.right-25p {
    right: 25px;
}
.right-58p {
    right: 58px;
}
ul.note-dropdown-menu.dropdown-menu.dropdown-style.show {
    min-width: 190px !important;
}

ul.note-dropdown-menu.dropdown-menu {
    padding: 20px !important;
}

i.note-icon-magic {
    margin-right: unset !important;
}

ul.note-dropdown-menu.dropdown-menu li {
    padding: 5px !important;
}

ul.note-dropdown-menu.dropdown-menu li a {
    padding: 0px !important;
    font-size: unset !important;
}

ul.note-dropdown-menu.dropdown-menu li a h2 {
    font-size: 26px !important;
}

ul.note-dropdown-menu.dropdown-menu li a h1 {
    font-size: 30px !important;
}
ul.note-dropdown-menu.dropdown-menu li a blockquote {
    border-left: 5px solid #f86466;
    background: white;
}
ul.note-dropdown-menu.dropdown-menu li a pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button.note-btn.btn.btn-default.btn-sm.dropdown-toggle::after {
    display: none !important;
}

button.note-btn.btn.btn-default.btn-sm {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

button.note-btn.btn.btn-default.active {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}

.note-btn.btn > i {
    margin-right: 0px !important;
}

button.note-btn.btn.btn-default.btn-sm:hover {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}

.note-editor .note-toolbar .note-dropdown-menu,
.note-popover .popover-content .note-dropdown-menu {
    min-width: 227px !important;
}

[aria-label="Help"] {
    display: none !important;
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu,
.note-popover .popover-content .note-color-all .note-dropdown-menu {
    min-width: 375px !important;
}

[aria-label="More Color"] span {
    margin-left: -3px !important;
    display: inline-block;
}

.note-editor .note-toolbar .note-para .note-dropdown-menu,
.note-popover .popover-content .note-para .note-dropdown-menu {
    min-width: 233px !important;
}

.note-modal .close {
    margin: unset !important;
}

.sec-dlt {
    cursor: pointer;
}

.smoothly-hide {
    height: 0 !important;
    opacity: 0 !important;
}

.notification-msg-bar {
    transition: 0.3s all;
    opacity: 1;
    height: 60px;
    position: fixed;
    z-index: 9999;
    width: max-content;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}

.disabled-btn {
    pointer-events: none !important;
    cursor: not-allowed !important;
}

span.accordion-row-action i {
    background: #fcca19;
    color: white;
    padding: 2px;
    border-radius: 50%;
}

.remove-row-btn i {
    background: #f44236 !important;
}

.accordion-action-group {
    position: absolute;
    left: 100%;
    top: 0;
    margin: auto;
    cursor: pointer;
    display: flex;
    gap: 5px;
    height: 100%;
    align-items: center;
    text-align: left;
    margin-left: 5px;
}

@media only screen and (min-width:280px) and (max-width:768px){
    .accordion-action-group{
        display: flow-root;
    }
}
.checkbox.checkbox-warning input[type="checkbox"]:checked+.crv:before {
    background: #fcca19;
    border-color: #fcca19;
    color: #ffffff;
}

.max-h-350 {
    max-height: 350px;
}

.order-mail {
    border: 1px solid #aaa;
    padding: 4px 8px;
    margin-left: 2px;
    border-radius: 4px;
    cursor: pointer;
}
.order-mail:hover {
    background: #fcca19;
    color: #000;
}

.order-action-loader.spinner-border {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 3px;
}
img.dashboard-product-popup {
    max-width: 100%;
    max-height: 200px;
    object-fit: cover;
}
.hide-export .dataTables_length .btn-group>.btn-group {
    display:none !important;
}

.text-c-yellow{
    color:#fcca19;
}
 .c-gray-5{
  color: #898989;
}
.nav-parent{
    position: relative;
    color: red !important;
}
.hover_line:hover:after{
    opacity: 1;
}
 .hover_line:after{
    position: absolute;
    bottom: 1rem !important;
    left: 0;
    width: 100%;
    height: 0.125rem;
    content: '';
    background-color: #fcca19;
    opacity: 0;
    transition: .4s;
}
.list-curent-color{
    transition: .2s;
    color: #898989 !important;
}
.list-curent-color:hover{
    color: #2c2c2c !important;
}

.card .card-header h5:after {
    content: "";
    background-color: #fcca19;
    position: absolute;
    left: -25px;
    top: 0;
    width: 4px;
    height: 20px;
}

.Application-list .table .label, .code-table .table .label {
    border-radius: 15px;
    box-shadow: unset;
}
.card .card-header h5 {
    margin-bottom: 0;
    color: #2c2c2c !important;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.1;
    position: relative;
}
h1, h2, h3, h4, h5, h6 {
    color: #2c2c2c;
}

.pcoded-header .input-group .input-group-text, .pcoded-header a, .pcoded-header dropdown-toggle {
    color: #898989;
}
.pcoded-header .input-group .input-group-text:hover, .pcoded-header a:hover, .pcoded-header dropdown-toggle:hover {
    color: #2c2c2c;
}
.view-color-btn{
    background-color: #fcca19;
    color: #2c2c2c;
}
.accept-color-btn{
    background-color: #2c2c2c;
    color: white;
}
.reject-color-btn{
    background-color: red;
    color: white;
}
.text-2c{
    color: #2c2c2c;
}
.star-inactive{
    color: #dfdfdf;
}
.line-height-25 {
    line-height: 25px !important;
}
.w-30p{
    width: 30px;
}
.total-amount-design{
    position: relative;
    right: 89px;
}
@media only screen and (max-width:1680px){
    .total-amount-design{
        right: 119px;
    }
}
@media only screen and (max-width:1600px){
    .total-amount-design{
        right: 100px;
    }
}
@media only screen and (max-width:1550px){
    .total-amount-design{
        right: 80px;
    }
}
@media only screen and (max-width:1440px){
    .total-amount-design{
        right: 76px;
    }
}
@media only screen and (max-width:1366px){
    .total-amount-design{
        right: 64px;
    }
}
@media only screen and (max-width:1280px){
    .total-amount-design{
        right: 54px;
    }
}
@media only screen and (max-width:1024px){
    .total-amount-design{
        right: 0px;
    }
}
.refund-chat .message {
    background: #F3F3F3;
    color: #2C2C2C;
    padding: 15px 22px 15px 20px;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.refund-chat .user-name {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #2C2C2C;
    line-height: 16px;
}
.refund-chat .title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #898989;
    margin-left: 6px !important;
}
.refund-chat .time {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;

    color: #898989;
}

.custom-btn-cancel, .custom-btn-submit {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 1px solid #2c2c2c;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    font-size: 0.938rem;
    color: #2c2c2c;
    padding: 0.563rem 1.813rem;
    border-radius: 0.375rem;
    font-weight: 600;
    transition: all 0.2s;
}

.custom-btn-submit {
    background-color: #2c2c2c !important;
    color: white;
    transition: all 0.2s;
}

.custom-btn-submit:hover:enabled {
    background-color: #FCCA19 !important;
    color: #2c2c2c;
    border: 1px solid #FCCA19;
}

.sub-category {
    background-color: #2c2c2c !important;
    color: #fff !important;
}

.btn-m {
    margin-left: 0% !important;
}

.custom-btn-cancel:disabled, .custom-btn-submit:disabled {
    background-color: #F3F3F3 !important;
    color: #898989;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.layout-down-icon {
    font-size: 21px;
    margin-bottom: -2px;
    margin-left: 10px;
}

.kycForm .rendered-form .form-control{
    height: auto !important;
}

.pcoded-header .dropdown.drp-user a.show:before {
    color: #2c2c2c;
}
.loader-bg .loader-track .loader-fill:after,
.loader-bg .loader-track .loader-fill:before {
    background: #fcca19 !important;
}
.language-header {
    right: 0px !important;
    margin-left: 0px !important;
}

.email-template-header {
    right: 14px !important;
    margin-left: 14px !important;
}
.kycFormAdmin input {
    height: 40px!important;
    width: 100% !important;
}
.kycFormAdmin input[type="radio"]{
    height: auto!important;
    width: auto !important;
}
.kycFormAdmin input[type="checkbox"]{
    height: auto!important;
    width: auto !important;
}
.inputFieldDesign{
    height: 40px!important;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.order-header {
    right: -22px !important;
    margin-left: -22px !important;
}
.role-header {
    right: -10px !important;
    margin-left: -12px !important;
}
.switch input[type=checkbox]:checked+.cr:before{
    background: #fcca19 !important;
}
.pixel-field-height{
    height: 40px!important;
}
.checkbox.checkbox-fill.checkbox-primary input[type=checkbox]:checked+.cr:before{
    color: #fcca19 !important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color:  #fcca19 !important;
}
.header-background-color{
    background: #2c2c2c;
}
.word-break{
    word-break: break-all;
}

.admin-panel-header-logo {
    width: 200px;
    height: 44px;
    object-fit: contain;
}
.kycFormAdmin .form-wrap.form-builder .formbuilder-radio-inline{
    vertical-align: inherit !important;
}
.pcoded-header .dropdown{
    position: relative;
}
@media only screen and (max-width:767px){
    .pcoded-header .dropdown{
        position: inherit;
    }
}
.vendor-dropdown{
    transform: translate(-130px, 25px) !important;
    margin-top: 10px !important;
}
table th, td{
    color: #888888;
}
.form-group{
    margin-bottom: 16px;
}
.badge-info{
    background-color: #17a2b8;
}
.nav-link:hover{
    color: #000;
}
.table-striped>tbody>tr:nth-of-type(odd)>*{
    color: #888888;
}
.btn-link{
    color: #007bff;
    font-weight: 400;
    background-color: transparent;
    text-decoration: none;
}
.btn-link:hover {
    color: #0056b3;
}
.collapse:not(.show) {
    display: none;
}

.fade {
    transition: opacity .15s linear;
}
.fade:not(.show) {
    opacity: 0;
}
.btn:not(:disabled):not(.disabled), .navbar-toggler:not(:disabled):not(.disabled), .page-link:not(:disabled):not(.disabled), summary {
    cursor: pointer;
}
.width-100p {
    width: 100% !important;
}
.all-cancel-btn:hover{
    border: 1px solid #2c2c2c;
    color: #2c2c2c;
}
#add-new-value{
    background-color: #e6e6e6;
}
#add-new-value:hover{
    color: #2c2c2c;
}
.form-select:focus{
    box-shadow: none;
    border-color: #000;
}
.form-select{
    font-size: 14px;
}
.btn-close:focus{
    box-shadow: none;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
.nav-link:focus, .nav-link:hover{
    color: none;
}
.navbar-content .nav{
    --bs-nav-link-color: white;
    --bs-nav-link-hover-color:white;
}
.nav{
    --bs-nav-link-color: #2c2c2c;
    --bs-nav-link-hover-color:#2c2c2c;
}
.popup-image-position{
    position: absolute;
}
@media only screen and (max-width: 1024px){
    .popup-image-position{
        position: relative;
    }
}
.btn-default {
    background-color:#e6e6e6;
    border-color: #e6e6e6;
  }
.list-group-item{
    color: currentColor;
  }
.rendered-form .form-control:focus{
    box-shadow: none!important;
}
.form-wrap.form-builder .form-control:focus{
    box-shadow: none!important;
}
.object-contain{
    object-fit: contain;
}
.chat-parent-container {
    --primary-color: #fdd44c;
}
.h-16p {
    height: 16px !important;
}
.sub-menu-custom li a {
    text-align: left;
    padding: 0px 7px 7px 25px !important;
    margin: 0;
    display: block;
}
.paginate_button.current{
    color: #2c2c2c !important;
    background-color: #fcca19 !important;
    border-color: #fcca19 !important;
}
.minicolors-theme-bootstrap .minicolors-swatch{
    top: 6px !important;
}

.h-100vh {
    height: 100vh;
}
.h-300px {
    height: 300px;
}
.toast:not(.show){
    display: block;
}
.overflow-auto {
    overflow: auto;
}

.border-none {
    border: none;
}

.z-index-999 {
    z-index: 999;
}

.mask-type-alpha {
    mask-type: alpha;
}

.z-index-1 {
    z-index: 1;
}

.header-checkbox[type=checkbox] {
    position: relative;
    border: 2px solid #f4c22b;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: .5;
}
.header-checkbox[type="checkbox"]:hover {
    opacity: 1;
}
.header-checkbox[type="checkbox"]:checked {
    background-color: #f4c22b;
    opacity: 1;
}
.header-checkbox[type="checkbox"]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}
.shipping-animation{
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}
.tab-contents {
    display: none;
  }

  .tab-contents.active {
    display: block;
  }
  .method-tab {
    display: none;
  }

  .method-tab.active {
    display: block;
  }
.border-left-right td{
    border: 1px solid #eaeaea !important;
}

.object-fit-cover {
    object-fit: cover !important;
}

select[name="dataTableBuilder_length"] {
    height: 33px;
}

.radio-item input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    padding: 2px;
    background-clip: content-box;
    border: 1px solid #fcca19;
    background-color: white;
    cursor: pointer;
    border-radius: 50%;
  }
.radio-item input[type="radio"]:checked {
    background-color: #fcca19;
  }
  .daterangepicker .ranges li.active {
    background-color: #fcca19 !important;
    color: #2c2c2c !important;
  }
  .daterangepicker td.active, .daterangepicker td.active:hover{
    background-color: #fcca19 !important;
    border-color: transparent;
    color: #2c2c2c!important;
  }
  button.cancelBtn.btn.btn-sm.btn-default:hover{
    border: 1px solid #2c2c2c;
  }
  .form-wrap.form-builder .frmb .sortable-options>li .remove{
    float: unset !important;
    right: 0 !important;
    top: 0 !important;
  }

  .w-full.order-5 {
    width: 27% !important;
  }
.footer-background{
  background-color:#B28B7A;
  color: #401A07 !important;
}
.top-header{
  background-color:#B28B7A;
}
.header-nav-style{
  background-color: #B28B7A;
}
.header-style{
   background-color:#B28B7A;
}
.header-style .border-l{
  background-color: unset !important;
}

.md:w-1/3 .text-base.break-all{
  word-break: break-word !important;
  
}
@media only screen and (max-width: 767px) {
  
  .body-font .w-full.order-5{
    
    width: 100% !important;
}
}

@media only screen and (max-width: 767px){
.gap-15p .h-44 {
    height: 186px !important;
}
  .pb-2 .object-cover {
    object-fit: contain !important;
}
  .gap-15p .object-cover {
    object-fit: contain !important;
}
}
:root {
    --primary-color: #401a074f;
    --semi-primary-color: #B28B7A;
}
.bg-opacity {
    display: none;
}
@media screen and (min-width: 1367px) and (max-width: 1600px) {
    .header-searchbar-margin {
        margin-left: 138px !important;
    }
}

.active-border-bottom{
border-color: #FFFFFF!important;
  color:#FFFFFF!important
}
.categories-menu:hover {
    /* background-color: var(--primary-color); */
    background-color: #cac1bdb0 !important;
    color: #000000bf !important;
    margin-left: 7px;
    transition: all 120ms ease-in-out;
  border-left: 2px solid var(--primary-color); }

.rtl-direction-space:hover{
background-color:#cac1bdb0!important;
}
.group-category:hover>ul {
    transform: translatex(101%) scale(1)!important;
}
.accordion-homepage-wrapper{
position:relative;
}
#i4map, #ig5r,#i4map{
position:relative;
  overflow:hidden;
}

#iuxmj,#iqa1p3,#itxbh {
    opacity: 0.4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bg-indigo-500 {
    background-color: #401A07 !important;
}