input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif
}

body[data-sidebar=dark].vertical-collpsed {
    min-height: 100vh !important;
   
}

#sidebar-menu {
    position: fixed !important;
    height: 85vh;
    overflow: hidden scroll;
    margin-bottom: 30px;
}

#sidebar-menu::-webkit-scrollbar {
    display: none;
}

#sidebar-menu {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.disabled {
    border: none;
    pointer-events: none;
}

.agriwatch-logo {
    height: 35px;
    width: 127px;
    display: flex;
    justify-content: center;
    text-align: center;

}

#edit-password-section {
    position: relative;
    color: #aaa;
    font-size: 16px;
}

#search input {
    text-indent: 32px;
}

#search .fa-search {
    position: absolute;
    top: 10px;
    left: 10px;
}

.package-list {
    min-width: 250px;
    max-width: 250px;

    font-size: 16px;
}

.package-list>a {
    text-decoration: none;
    color: #495057;
    min-height: 100px;
}

#search .fa-search {
    left: auto;
    right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px !important;
    font-weight: 100;
}



.page-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #495057;
    text-transform: uppercase;

}

.inline-icon {
    vertical-align: middle;
    font-size: 17px !important;
}

.search-input {
    height: 36px;
    border-radius: 8px;
    padding-left: 35px;
    height: 38px;
}

.export-button {
    border-radius: 8px;
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
    text-align: center;
    color: #74788D;
    height: 38px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-left: 10px; */
}

.export-button-spot-price {
    border-radius: 8px;
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
    text-align: center;
    color: #74788D;
    height: 38px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-left: 10px; */
}

.create-button {
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
    text-align: center;
    height: 38px;
    border-radius: 8px;
    padding: 0 9px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    white-space: nowrap;
    /* box-sizing: border-box; */


}

.create-button-report {
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
    text-align: center;
    height: 38px;
    border-radius: 8px;
    padding: 0 9px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    white-space: nowrap;
    /* box-sizing: border-box; */


}

.create-button-group-report {
    margin-right: 25px;


}



.margin-right {
    margin-right: 20px;
}

.visibility-icon {
    background-color: #EEF0FC;
    color: #5F74E7;
    border-radius: 5px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.edit-icon {
    background-color: #EDF6FE;
    color: #73A5F1;
    border-radius: 5px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 8px;
}

.toggle-icon {
    background-color: #EEF0FC;
    color: #73A5F1;
    border-radius: 5px;
    cursor: pointer;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 8px;
}

.download-icon {
    background-color: #556EE6;
    color: #FFFFFF;
    border-radius: 4px;
    cursor: pointer;
    /* width: 36px;
    height: 36px; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 34px;
    height: 34px;
}

.lead-status-hover {
    cursor: pointer;
}

.font-icon-size {
    font-size: 20px !important;
}

.toggle-input {
    border-color: #5F74E7 !important;
    width: 25px !important;
}

.icon-size {
    font-size: 14px;
}


.margin-right-button {
    margin-right: 24px;
}

table {
    line-height: 24px !important;
}

.table th {
    font-weight: 500;
    font-size: 14px;
}

.table tbody tr td {
    font-weight: 400;
    font-size: 14px;
}

.unique-section .card-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.table thead tr th {
    border: none !important;
}

.report-table {}



.unique-section .table thead tr th:first-child,
.unique-section .table tbody tr td:first-child {
    margin-left: 35px;
    padding-left: 35px;

}

.unique-section .table thead tr th:last-child,
.unique-section .table tbody tr td:last-child {

    margin-right: 35px;
    padding-right: 35px;
}

.pagination-margin {
    margin-left: 23px;
    margin-right: 23px;
}




.border-none {
    border: none;
}

.font-weight-400 {
    font-weight: 100;
}

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

.line-height-24 {
    line-height: 24px;
}

.font-bold {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;

}

.font-parameter {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
}

.font-normal {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #495057;

}

.button-height {
    height: 38px !important;
}

.autocomplete-select {
    margin-left: 20px !important;


}


.select2-container .select2-selection--single .select2-selection__rendered {
    border-radius: 20px !important;
}

.button-style {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 38px
}



.error {
    border: 1px solid red !important;
    color: red !important;
}

.small-font {
    font-size: 12px;
}

.img-display {
    width: 150px;
    height: 150px;
}

.form-control[readonly] {
    background-color: #FFFFFF;
    cursor: not-allowed;
}

::placeholder {
    color: #C0C0C0;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #C0C0C0;
}

.selected-item {
    display: flex;
    align-items: center;
    padding: 5px;
    border: 1px solid blue;
    border-radius: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.selected-item span {
    margin-right: 5px;
}

.remove-item {
    cursor: pointer;
    color: red;
}


.selected-spot-price {
    border: 1px solid #556EE6;




}

.selected-spot-price button {
    background-color: #556EE6;
    color: #ffff;
}

.unSelected-spot-price {
    border: 1px solid #CED4DA;
}






/* spot price css */

.exported-box {
    width: 55%;
}


.auto-commodity {
    width: 750px;
}


/* commodity group */

.padding-left {
    padding-left: 20px;

}

.select2-container--default .select2-selection--single .select2-selection__clear {
    right: 68px !important;
    font-size: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px !important;
    display: none;
}



.select2-container--open {
    z-index: 9999 !important;
}

.select2-dropdown--below {
    top: auto !important;
    bottom: auto !important;
}



#newOrderModal .select2-selection__choice__remove {
    display: none;
}


/* lead */

.main-div {
    width: 100%;
    /* height: 400px; */
    position: relative;
}

.about-lead-left {
    width: 40%;
    border-left: 1px solid #CED4DA;
    border-top: 1px solid #CED4DA;
    border-bottom: 1px solid #CED4DA;
    border-right: 1px solid #CED4DA;
    border-radius: 4px 0 0 4px;
    display: flex;
    flex-direction: column;
    /* flex: 1; */
}

.about-lead-right {
    width: 60%;
    border-right: 1px solid #CED4DA;
    border-top: 1px solid #CED4DA;
    border-bottom: 1px solid #CED4DA;
    border-left: 1px solid #CED4DA;
    ;
    border-radius: 0 4px 4px 0;
    display: flex;
    flex-direction: column;
    /* flex: 1; */

}

.table-header-light {
    font-weight: 400 !important;
    color: #74788D !important;
    line-height: 24px !important;

}

.table-row-light {
    font-weight: 500 !important;
    color: #495057 !important;
    line-height: 27px !important;

}

.lead-td {

    /* border: 1px solid red; */

    span {
        /* max-width: 100px; */
        text-wrap: wrap;
        /* border: 1px solid red; */
        white-space: normal;
        display: block;
        width: 100%;

    }
}

.table-row-light {
    max-width: 150px;
}

.view-mode {
    display: block;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}


.table tbody tr:last-child {
    border-bottom: 1px solid #dee2e6;

}






.main-div {
    display: flex;
    width: 100%;
    height: auto;
    position: relative;
}

.about-lead-left,
.about-lead-right {
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: hidden;
}

.hidden-content {
    display: none;
}


.view-more-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-top: auto;
    align-self: flex-end;
    color: #556EE6;
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
}

.view-more-btn i {
    margin-left: 5px;
}

.expanded .hidden-content {
    display: table-row;

}

.table-container {
    width: 100%;
    overflow-x: auto;
}

.light-color {
    color: transparent;
}



.lead-notes {
    border: 1px solid #CED4DA;
    border-radius: 4px;


}

.large-textarea {
    width: 100%;
    height: 200px;
}


/* lead status */
.status {
    width: 100px;
    max-width: 100px;
    height: 32px;
    font-weight: 400;
    size: 14px;
    line-height: 21px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    color: #FFFFFF;
    border-radius: 5px;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 10px;

}

.newStatus {
    width: 153px;
    height: 32px;
    font-weight: 400;
    size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 5px;
    max-width: 130px !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    text-align: center;
}

.statusChange {
    width: 100%;
    height: 36px;
    font-weight: 600;
    size: 16px;
    color: #FFFFFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;


}

/* lead list status */
.NEW.list {
    background-color: #0FE2FF1A;
    color: #00BED8;
    max-width: 100px;
    height: 32px;
    font-weight: 400;
    size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 10px;

}

.CLOSED_WON.list {
    background-color: #F1FFFA;
    color: #34C38F;

}

.CLOSED_INVALID,
.CLOSED_LOST,
.CLOSED_NO_RESPONSE,
.CLOSED_NOT_INTERESTED {
    background-color: #F46A6A;
}


.CONTACTED_EMAIL_SENT.list,
.CONTACTED_INTERESTED.list {
    background-color: #EDF6FE;
    color: #50A5F1;
}

.NOT_CONNECTED_1.list,
.NOT_CONNECTED_2.list,
.NOT_CONNECTED_3.list {
    background-color: #FCF1DF;
    color: #FFA756;
}

.QUOTE_SENT.list {
    background-color: #ECF2E1;
    color: #88B145;
}



/* lead detail view */

.NEW {
    background-color: #556EE6;

}

.CLOSED_WON {
    background-color: #34C38F;
}

.CLOSED_INVALID.list,
.CLOSED_LOST.list,
.CLOSED_NO_RESPONSE.list,
.CLOSED_NOT_INTERESTED.list {
    background-color: #FDF0F0;
    color: #F46A6A;
}


.CONTACTED_EMAIL_SENT,
.CONTACTED_INTERESTED {
    background-color: #50A5F1;
}

.NOT_CONNECTED_1,
.NOT_CONNECTED_2,
.NOT_CONNECTED_3 {
    background-color: #FFA756;
}

.QUOTE_SENT {
    background-color: #88B145;
}









/* light status color */

.NEW.lightStatus {
    background-color: #EFF2F7;

}

.CLOSED_WON.lightStatus {
    background-color: #F1FFFA;
}

.CLOSED_INVALID.lightStatus {
    background-color: #FDF0F0;
}

.CLOSED_LOST.lightStatus {
    background-color: #FDF0F0;
}

.CLOSED_NO_RESPONSE.lightStatus {
    background-color: #FDF0F0;
}

.CLOSED_NOT_INTERESTED.lightStatus {
    background-color: #FDF0F0;
}


.CONTACTED_EMAIL_SENT.lightStatus {
    background-color: #EDF6FE;
}

.CONTACTED_INTERESTED.lightStatus {
    background-color: #EDF6FE;
}


.NOT_CONNECTED_1.lightStatus {
    background-color: #FCF1DF;
}

.NOT_CONNECTED_2.lightStatus {
    background-color: #FCF1DF;
}

.NOT_CONNECTED_3.lightStatus {
    background-color: #FCF1DF;
}

.QUOTE_SENT.lightStatus {
    background-color: #88B14529;
}









.datepicker {
    z-index: 1600 !important;
}



/* row items center */

.row-item-center {
    padding-top: 17px !important;
}

.followUpStatus {
    width: 108px;
    height: 36px;
    font-weight: 400;
    size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 5px;

}

.editLeadfollowUpStatus {
    width: 120px;
    font-weight: 400;
    size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 5px;

}

.row-item-center-followup {
    padding-top: 18px !important;

}

.row-item-center-followup-list {
    padding-top: 18px !important;
    width: 140px !important;


}

.SCHEDULED {
    background-color: #50A5F1;


}

.WIP {
    background-color: #F1B44C;

}

.OVERDUE {
    background-color: #F46A6A;

}

.CLOSED {
    background-color: #34C38F;

}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' stroke-width='2' viewBox='0 0 16 16'%3e%3cpath fill='none' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

/* quotes */

.header-info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border: 1px solid #dee2e6;
    padding: 10px;
    background-color: #f8f9fa;
}


.header-info div strong {
    margin-right: 5px;
}

/* spot price */
.accordion-top-filter {
    margin-top: 14px;

}

.accordion-top {
    margin-top: -2px;

}

.accordion-item {
    border: transparent !important;
    margin-bottom: 3px;
}

.accordion-button {
    font-weight: 600 !important;
    font-size: 24px;
    line-height: 36px;
    height: 50px;
    text-transform: capitalize;
}

.accordion-title {
    height: 50px;

}

.accordion-button::after {
    font-weight: bold;
}

.accordion-button.collapsed .accordion-icon i {
    font-weight: bold;
    /* Adjust the icon's font weight */
}

/* quote */

.quote-title-view {
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    color: #495057;
}

.quote-title-backgroud {
    background-color: #F8F9FA;
}

.parent-box {
    border: 1px solid #CED4DA;
}

.child-box {
    border: 1px solid #CED4DA;

}

.record-button {
    width: 130px;
    height: 30px;
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
    color: #FFFFFF;
    background-color: #556EE6;
    border: 1px solid #556EE6;
    border-radius: 4px;
}

.download-quote-button {
    width: 130px;
    height: 30px;
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
    color: #556EE6;
    background-color: #FFFFFF;
    border: 1px solid #556EE6;
    border-radius: 4px;
    padding: 8.09px,
        12.14px,
        8.09px,
        12.14px;
}

.upload-form {
    border: 1px solid #CED4DA;
    border-radius: 4px;
}


/* date range picker */

/* dashboard */


.date-range-container {
    position: relative;
    display: flex;
    align-items: center;
    height: 36px;
    justify-content: center;
}

.date-range-icon-container {
    position: absolute;
    right: 0.9px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EFF2F7;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 10px;
    top: 0px;
}

.date-range-icon {
    color: #495057;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;

}

#date-range-picker {
    padding-right: 40px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    font-size: 13px;
    height: 100%;
    font-weight: 400;
    color: #74788D !important;
    line-height: 19px;
    width: 250px;
}





#date-range-picker-order-report {
    padding-right: 40px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    font-size: 13px;
    height: 100%;
    font-weight: 400;
    color: #74788D !important;
    line-height: 19px;
    width: 250px;
}

#date-range-picker-lead-report {
    padding-right: 40px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    font-size: 13px;
    height: 100%;
    font-weight: 400;
    color: #74788D !important;
    line-height: 19px;
    width: 250px;
}

.date-range-icon-lead-container {
    position: absolute;
    right: 1px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EFF2F7;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 10px;
    top: 0px;
}



.order-report-box {
    margin-bottom: 24px;
}

.order-report {
    border: 1px solid #CED4DA;
    width: 56%;

}


.report-title-backgroud {
    background-color: #F8F9FA;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-report-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 30px;
    color: #495057;
}

.subscriotion-due-title {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 30px !important;

}

.report-date {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}


/* subscription report */

.subscription-report {

    border: 1px solid #CED4DA;
    margin-left: 18px;
    width: 42%;
    /* text-align: right; */


}

.report-table-header {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #000000 !important;
}


.subscription-due-box {
    margin-bottom: 24px;
}

.subscription-due {
    border: 1px solid #CED4DA;

}

.view-subscription-button {

    background-color: #556EE6;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #556EE6;
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
    color: #FFFFFF;
    width: 200px;
}

.total-renewal {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #34C38F;
    display: block;
    position: absolute;
    top: 35px;
}

/* lead report */

.lead-row {
    max-width: 140px !important;
    white-space: normal !important;
    word-break: break-word !important;
}

.lead-report-box {
    margin-bottom: 24px;

}

.lead-report {

    border: 1px solid #CED4DA;

}

.current-lead-box {
    margin-bottom: 24px;

}

.current-lead {

    border: 1px solid #CED4DA;

}

.view-all-lead-button {
    height: 36px;
    width: 200px;
    background-color: #556EE6;
    border-radius: 4px;
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
    color: #FFFFFF;
    border: 1px solid #556EE6;
}



/* spot price dashboard */

.spot-price-box {
    margin-bottom: 24px;

}

.daily-report-box {
    margin-bottom: 24px;

}

.daily-news-box {
    margin-bottom: 24px;

}

.daily-insights-box {
    margin-bottom: 24px;

}

.hide-technical-column {
    color: transparent !important;
    padding-left: 50px;
    width: 30% !important;

}

.technical-row {}

.reports-updated {
    width: 30% !important;
    border: 1px solid red !important;

}

.update-pending {
    width: 30% !important;
    border: 1px solid red !important;

}

.technical {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.row-value {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #000000 !important;
}

/* edit subscription */

.edit-subscription {
    cursor: pointer !important;
}

/* orders */

.order-id {
    max-width: 130px;
    white-space: normal;
    overflow-wrap: break-word;
}

.irn-box {
    /* width: 120px; */
}

.irn {
    /* background-color: #556EE6;
    color: #FFFFFF;
    padding: 5px;
    width: 160px;
    margin-left: 5px;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    max-width: 80px;
    cursor: pointer; */
}


/* followup  */


.TASK {
    background-color: #EEF0FC;
    color: #556EE6;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    width: 70px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.MEETING {
    background-color: #DFEFFC !important;
    color: #73A5F1 !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    width: 70px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.CAll {
    background-color: #FCF1DF;
    color: #F1B44C;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    width: 70px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;


}


/* lead country code */

#leadPhoneInput,
#isdCode {

    height: 100%;


}

#leadPhoneAutoComplete {

    height: 50%;


}

#isdCode {}

.isdCode-parent {}

.input-group-phone {
    .select2-selection--multiple {
        height: 50% !important;
        min-height: 37px;

    }
}


/* spot price  */

.edit-button-price {
    border: transparent !important;

}


.save-icon {
    background-color: #F1FFFA;
    color: #34C38F;
    border-radius: 5px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 8px;
}

.spot-price-input {
    max-width: 60px;
    height: 30px !important;
    border-radius: 3px;
    border: 1px solid #74788D78;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #495057;
}

.spot-price-select {
    max-width: 90px !important;
    height: 30px !important;
    border-radius: 3px;
    border: 1px solid #74788D78;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #495057;

}

.unit-select {
    width: 60px!important;
    max-width: 60px !important;
    height: 30px !important;
    border-radius: 3px;
    border: 1px solid #74788D78;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #495057;

}


/* spot price table */
#uniqueTable {
    border-bottom: transparent !important;
}


/* order a tag  */

.order-mobile {
    text-decoration: underline;
    color: #0056b3;
    text-decoration-color: #0056b3;
}

#uniqueTable th {
    background-color: #F8F9FA;
}


#spot-price-table-box {
    border: 1px solid #CED4DA;
    border-radius: 4px;
    border-bottom: transparent !important;
}






.spot-price-row-width {
    width: 150px !important;
    padding-left: 15px !important;

    max-width: 150px !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
}

.spot-price-padding {
    width: 150px !important;
    /* border: 1px solid red; */
    /* padding-left: 30px !important; */
}

.spot-price-first-col {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #000000 !important;
    text-transform: capitalize;


}

.spot-price-table-val {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #495057 !important;

}

.spotPrice-left {
    margin-left: -5px;
}


.spot-price-commodity-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #556EE6;
    text-transform: capitalize;
    margin-left: 30px;
    padding-bottom: 5px;

}

.reAssign {
    margin-left: 5px;
    border: transparent;
    background-color: #DFEFFC;
    color: #5F74E7;
    border-radius: 5px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* change due date button */

.button-due-date {
    background-color: transparent;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

.button-due-date i {
    margin-right: 5px;
}

/* edit lead*/

.lead-edit-box {
    max-width: 150px !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;

}

.lead-hidden-box {
    border: transparent;
    border-bottom: 1px solid #6C7176;
    border-radius: 0px;
}


/* all subscriptions row width */
.subscription-id {
    max-width: 70px !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
}

/* all subscriptions in lead row width */
.subscriptionlead-id {
    max-width: 150px !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
}

/* all quote row width */
.quote-id {
    max-width: 150px !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
}

/* all followup row width */
.followup-id {
    max-width: 120px !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
}

.freetrial-id {
    max-width: 130px !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
}



/* customers row width */


.customer-id {
    max-width: 100px !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
}

.customer-id-commodity {
    max-width: 95px !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
}

.customer-id-email {
    max-width: 67px !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
}



/* quote row width */

.quote-row-id {
    max-width: 130px !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;

}

.quote-row-id-val {
    max-width: 100px !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;

}

.quote-row-id-val-input {
    width: 80px !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;

}

.order-width {

    width: 135px !important;

}


/* free trial modal */

.custom-modal {
    display: none;

    position: fixed;

    z-index: 1;

    left: 0;
    top: 0;
    width: 100%;

    height: 100%;

    overflow: auto;

    background-color: rgba(0, 0, 0, 0.4);

    justify-content: center;

    align-items: center;

}

.custom-modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 5px;
}

.custom-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-modal-title {
    font-size: 1.25em;
}

.custom-modal-close {
    font-size: 1.5em;
    background: none;
    border: none;
    cursor: pointer;
}

.custom-modal-body {
    margin-top: 10px;
}

.custom-modal-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.custom-modal-button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
}

.custom-modal-button:hover {
    background-color: #0056b3;
}


/* insights  */

.insight-row {
    max-width: 230px;
    white-space: normal;
    overflow-wrap: break-word;
}



/* lead action hide */

.action-hide {
    background-color: white;
    border-radius: 5px;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* subscription */

.subscription-renewal-date {
    margin-left: 75px !important;
}

/* subscription */

.Expired {
    width: 107px !important;
    color: #495057 !important;
    background-color: #EDEDED !important;
    height: 28px !important;
    padding-left: 6px;
    padding-right: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    padding-top: 4px;
    padding-bottom: 4px;


}

.Expiring_Soon {
    width: 107px !important;
    color: #F46A6A !important;
    background-color: #FDF0F0 !important;
    height: 28px !important;
    padding-left: 6px;
    padding-right: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    padding-top: 4px;
    padding-bottom: 4px;

}

.Ongoing {
    width: 75px !important;
    height: 28px !important;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 5px;
    background-color: #34C38F14;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #34C38F;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;

}

.lead-date {
    width: 130% !important;
}

.lead-search-box {
    margin-right: 2px;

}

.date-select-mobile {
    margin-right: 2px;


}

.date-select-mobile-lead {
    margin-right: 2px;


}

.subscription-status {
    width: 28% !important;
    margin-left: -12px !important;

}

.subscription-plan {
    width: 27% !important;
    margin-left: 30px !important;

}

.commodity-padding {
    padding-right: 0px;
    padding-left: 0px;
}

.city-padding {
    padding-right: 0px;
    padding-left: 0px;

}

.admin-padding {
    padding-right: 0px;
    padding-left: 0px;

}

.customer-download {
    margin-right: 10px;
}

@media (max-width: 991px) {
    .autocomplete-select {
        margin-left: 20px !important;
        margin-right: 20px !important;
        margin-top: 10px;
    }


    .date-select-mobile {
        margin-left: 20px !important;
        margin-right: 20px !important;
        margin-top: 10px;
        margin-bottom: 10px !important;


    }

    .date-select-mobile-lead {
        margin-left: 20px !important;
        margin-right: 20px !important;
        margin-bottom: 10px !important;


    }

    .create-button {
        font-weight: 400;
        font-size: 13px;
        line-height: 19.5px;
        text-align: center;
        height: 38px;
        border-radius: 8px;
        padding: 0 9px;
        display: flex;
        align-items: center;
        white-space: nowrap;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;

    }

    .export-button {
        border-radius: 8px;
        font-weight: 400;
        font-size: 13px;
        line-height: 19.5px;
        text-align: center;
        color: #74788D;
        height: 38px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 10px;
        width: 100%;
    }


    .lead-date {
        width: 100% !important;
        margin-top: 10px;
    }

    .search-input {
        height: 36px;
        border-radius: 8px;
        padding-left: 35px;

    }

    .all-sales-team {
        margin-top: 10px;
    }

    .spotPrice-left {
        margin-left: 0px !important;
    }

    .spot-price-date {
        margin-top: 10px;

    }

    .export-button-spot-price {
        border-radius: 8px;
        font-weight: 400;
        font-size: 13px;
        line-height: 19.5px;
        text-align: center;
        color: #74788D;
        height: 38px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        margin-top: 10px;
    }

    .date-select-mobile-spot-price {
        margin-left: 20px !important;
        margin-right: 20px !important;

    }


    .pagination-margin {
        margin-left: -8px !important;
        margin-right: -8px !important;
    }

    .pagination-wrap {
        word-wrap: break-word !important;
        margin-right: 10px !important;
        margin-left: 5px !important;
    }

    .pagination-number {
        margin-right: 120px !important;
        display: flex;
        justify-content: start !important;
    }

    .create-button-group-report {
        margin-right: 25px;



    }

    .create-button-report {
        font-weight: 400;
        font-size: 13px;
        line-height: 19.5px;
        text-align: center;
        height: 38px;
        border-radius: 8px;
        padding: 0 9px;
        display: flex;
        align-items: center;
        white-space: nowrap;
        width: 100%;
        margin-top: 10px;
    }

    .order-date {
        width: 100% !important;
        margin-top: 10px;

    }

    .subscription-status {
        width: 100% !important;
        margin-left: 0px !important;
        margin-top: 10px;

    }

    .subscription-plan {
        width: 100% !important;
        margin-top: 20px !important;
        margin-left: 0px !important;

    }

    .commodity-padding {
        padding-right: 10px;
        padding-left: 10px;
    }

    .city-padding {
        padding-right: 12px;
        padding-left: 12px;
        margin-top: 10px;

    }

    .mandi-padding {
        padding-right: 12px;
        padding-left: 12px;
        margin-top: 10px;

    }

    .admin-padding {
        padding-right: 12px;
        padding-left: 12px;
        margin-top: 10px;

    }



}

/* lead address */


.address-ellipsis {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    max-width: 200px !important;
    cursor: pointer !important;
}


/* spot price na reason */

.na-reason {
    background-color: red;
}


/* quote save */

.quote-save-btn{
    display: flex;
    justify-content: end;
    text-align: end;

}
/* create insight image */

.insight-image{
    margin-top: 5px;
}


.select2-image-thumbnail {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
    vertical-align: middle;
}

/* Enlarge the image on hover */
/* .select2-results__option:hover .select2-image-thumbnail {
    position: absolute;
    width: 200px;
    height: 200px;
    z-index: 1000;
} */

/* Styling for the image dropdown option */
.image-option {
    display: flex;
    align-items: center;
}