.action-btn {
    width: 30px !important;
    height: 40px !important;
    border-radius: 9px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
.modal-custom {
    width: 1000px !important;
    margin: auto;
  }
.price-card {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

.price-card.price-2 {
    color: #fff;
}

.price-card.price-2 .price-badge {
    color: #fff;
    background: #1C232F;
}

.price-card .p-price {
    font-size: 30px;
}

.price-card .price-badge {
    color: #fff;
    padding: 7px 24px;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.price-card .list-unstyled {
    display: inline-block;
}

.price-card .list-unstyled li {
    display: flex;
    align-items: center;
}

.price-card .list-unstyled li+li {
    margin-top: 8px;
}

.price-card .list-unstyled .theme-avtar {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #fff;
    margin-right: 15px;
}

.side-feature {
    overflow: hidden;
}

.setting-img {
    height: 68px !important;
    width: auto !important;
    filter: drop-shadow(1px 1px 2px #222);
}

.small-logo {
    height: 60px;
}

.dash-sidebar .main-logo {
    justify-content: center;
    /*height: 100%;*/
    min-height: 80px;
    max-height: 80px;
    width: 100%;
    min-width: 255px;
    /*max-width: 255px;*/
}

a.b-brand {
    height: 100px;
    width: 100px;
}

.alert {
    font-size: 0.875rem;
}

.alert-warning {
    color: #936f1d;
    background-color: #ffeecc;
    border-color: #ffe7b8;
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert {
    position: relative;
    padding: 0.875rem 0.875rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.dash-sidebar .main-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    width: auto !important;
    height: auto;
    max-width: -webkit-fill-available !important;
    max-height: -webkit-fill-available !important;
    max-width: -moz-available;
    max-height: -moz-available;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.img_setting {
    filter: drop-shadow(2px 3px 7px #011C4B);
}

.form-switch .form-check-input {
    margin-left: 0 !important;
}

.faq .accordion .accordion-item {
    border-radius: 10px;
    overflow: hidden;
    border: none;
    margin-bottom: 10px;
}

.faq .accordion .accordion-item .accordion-button {
    font-weight: 700 !important;
    padding: 1.3rem 1.25rem;
}

.faq .accordion .accordion-item .accordion-button span>i {
    font-size: 20px;
    margin-right: 8px;
}

.faq .accordion .accordion-item .accordion-button:not(.collapsed) {
    border-radius: 10px;
    background: transparent;
    box-shadow: 0 6px 30px rgba(182, 186, 203, 0.3);
}

.faq .accordion .accordion-item .accordion-body {
    padding: 2.3rem 2.3rem 2.3rem 3rem;
}


/*CIRCULAR PROGRESSBAR*/

.circular-progressbar .flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
}

.circular-progressbar .single-chart {
    width: 25%;
    justify-content: space-around;
}

.circular-progressbar .circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 70%;
    max-height: 250px;
}

.circular-progressbar .circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}

.circular-progressbar .circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-progressbar .circular-chart.red .circle {
    stroke: #ff3a6e;
}

.circular-progressbar .circular-chart.orange .circle {
    stroke: #fd7e14;
}

.circular-progressbar .circular-chart.green .circle {
    stroke: #01007f;
}

.circular-progressbar .circular-chart.blue .circle {
    stroke: #3c9ee5;
}

.circular-progressbar .percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}


/*End CIRCULAR PROGRESSBAR*/


/* Copy invoice and show */

.contacts {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.invoice-to {
    text-align: start !important;
    float: left;
    width: 50%;
}

.company-details {
    text-align: end !important;
    width: 50%;
    float: right;
}

.download_btn a {
    background: #01007f;
    color: #fff !important;
    margin: 20px 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-left: auto;
}

.invoice-to {
    text-align: start !important;
    float: left;
}

.company-details {
    text-align: end !important;
}


/* Copy invoice and show */

.bill_custom_space {
    padding: 0 20px 20px 20px;
}

.table td,
.table th {
    padding: 1.0rem 0.25rem !important;
}

.input-group-text {
    padding: 0.875rem 1rem !important;
}

.setting_page_rtl_btn {
    display: flex;
    justify-content: space-between;
}

h6.rtl-hide {
    margin-left: 35px !important;
}

.profile_update {
    padding: 10px 30px;
    border-radius: 7px;
    color: #fff;
}


/* invoice */

.invoice_color_pallate {
    width: 25%;
    float: left;
    padding: 20px 20px;
}

.color_palette {
    padding: 0 10px;
}

.colorinput {
    margin: 0;
    position: relative;
    cursor: pointer;
}

.colorinput-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.colorinput-color {
    background-color: #fdfdff;
    border-color: #e4e6fc;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
}

.main_invoice {
    width: 75%;
}

.h-1050 {
    height: 1050px;
}

.badge-info {
    color: #FFF;
    background-color: #00B8D9;
}

.card.card-stats.mb-0.cat-active {
    background: #01007f;
}

.custom_color_radio_button {
    box-shadow: 1px 1px 10px 0px #00000082;
}


/* .bg-f5f7f9 {
    background-color: #f5f7f9 !important;
} */

.badge-danger {
    color: #f11515;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.card-body.carttable.cart-product-list {
    padding: 0 15px;
}

.avatar {
    position: relative;
    color: #FFF;
    display: inline-flex;
    align-items: center;
    height: 3.125rem;
    border-radius: 0.25rem;
}


/* purchase imvoice  */

.shadow {
    box-shadow: 0 0 1.25rem rgb(31 45 61 / 8%) !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-circle-product {
    border-radius: 60% !important;
    height: 80px;
}

.rounded-circle-purchase {
    border-radius: 60% !important;
    width: 66px;
    height: 59px
}

.rounded-circle-sale {
    border-radius: 60% !important;
    width: 66px;
    height: 59px
}

.product-img-btn {
    border: none;
}

.float-right {
    float: right !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.h4 {
    font-weight: 600;
}

[class*="shadow"] {
    transition: all 0.2s ease;
}

#product-listing .toacart {
    cursor: pointer;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.fade {
    transition: opacity 0.2s linear;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.carttable .quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

.carttable .quantity.buttons_added .minus {
    border-right: 0;
}

.carttable .quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}
table { border-collapse: collapse; }
td { border: 2px solid Gray; }
.carttable .quantity .input-number {
    width: 80px!important;
    height: 35px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
}
.carttable .price .input-number {
    width: 150px!important;
    height: 35px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
}

.carttable .quantity.buttons_added .plus {
    border-left: 0;
}

.carttable .quantity.buttons_added .minus,
.carttable .quantity.buttons_added .plus {
    padding: 4px 10px 8px;
    height: 35px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    cursor: pointer;
}

.form-row>.zoom-in {
    transition-property: background-color, border-color, color, fill, opacity, box-shadow, transform;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    cursor: pointer;
    margin-bottom: 10px !important;
}

.zoom-in:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
}

.select-warning {
    display: block;
    text-align: center;
    background: #ffab2b1a;
    color: #FFAB2B;
    font-size: 13px;
    padding: 6px 12px;
    margin-bottom: 10px;
    border-radius: 4px;
    text-transform: capitalize;
    font-weight: normal;
}

.invoice .invoice-details {
    text-align: right;
    float: right;
}


/* .invoice {
    text-align: end;
} */

.invoice .invoice-details .invoice-id {
    margin-top: 20px;
    color: #3989c6;
}

.table_over::-webkit-scrollbar {
    display: none;
}

a.paginate_button.current {
    border: none !important;
    background: #d9d9d9 !important;
}

.active_color {
    border: 2px solid #000 !important;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    position: relative;
    top: 2px;
}

.payment-status.dropdown-menu {
    min-width: 10rem;
}

.display-payment {
    text-align: center;
}

.display-payment .payment-label {
    min-width: 103px;
    transform: translateY(1px);
    color: #fff;
    border-radius: .25rem;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.display-payment .payment-label.unpaid {
    border-color: #f5365c;
    background-color: #f5365c;
}

.display-payment .payment-label.partially-paid {
    border-color: #fb6340;
    background-color: #fb6340;
}

.display-payment .payment-label.paid {
    border-color: #2dce89;
    background-color: #2dce89;
}

.display-payment .payment-status .payment-actions a.payment-action {
    border-radius: 0;
    margin: 2px 0;
}

.display-payment .payment-status .payment-actions a.payment-action:active {
    background: #fff;
    color: #778CA2 !important;
}

.display-payment .payment-status .payment-actions a.payment-action.selected {
    border-left: 4px solid #4D7CFE;
    background-color: #f8f9fa;
    outline: none;
}

.dropdown,
.dropup,
.dropright,
.dropleft {
    display: inline-block;
}

#card-element {
    border: 1px solid #a3afbb !important;
    border-radius: 10px !important;
    padding: 10px !important;
}


/* Logo set */

.setting-logo {
    justify-content: center;
    height: 40px;
    width: 100%;
    margin: 30px 0px;
    text-align: left !important;
}

.choose-files div {
    color: #fff;
    /* background: #584ED2 !important; */
    border: none;
    border-radius: 10px;
    padding: 8px 15px;
    max-height: 40px !important;
    max-width: 155px !important;
    font-size: 12px;
    font-weight: 500;
}

.file {
    position: relative !important;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    border: none;
    padding: 0;
    margin: 0;
    /* cursor: pointer; */
}

.nowrap {
    white-space: nowrap;
}


/* end logo  */


/* datepicker branchsalestargets */

.datepicker table tr td span {
    line-height: 54px;
    display: block;
    float: left;
    width: 23%;
    height: 54px;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
}

.datepicker td,
.datepicker th {
    text-align: center;
}


/* End datepicker */


/* Todo dashboard */

.checklist-item-checked .checklist-info * {
    text-decoration: line-through;
}


/* End Todo dashboard*/


/* Quotation */

.display-quotation .quotation-status .quotation-actions a.quotation-action {
    border-radius: 0;
    margin: 3px 0;
}

.display-quotation .quotation-status .quotation-actions a.quotation-action:active {
    background: #fff;
    color: #778CA2 !important;
}

.display-quotation .quotation-status .quotation-actions a.quotation-action.selected {
    border-left: 4px solid #4D7CFE;
    background-color: #f8f9fa;
    outline: none;
}

.display-quotation {
    text-align: center;
}

.display-quotation .quotation-label {
    min-width: 50px;
    transform: translateY(1px);
    color: #fff;
    border-radius: .25rem;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.display-quotation .quotation-label.quotation-open {
    border-color: #2dce89;
    background-color: #2dce89;
}

.display-quotation .quotation-label.quotation-close {
    border-color: #f5365c;
    background-color: #f5365c;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #8492A6;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #051C4B;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #051C4B;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #C0CCDA;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.35rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #C0CCDA;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #8492A6;
}


/* End quotation */

.catgory-pad {
    padding-top: 10px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 0px !important;
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.todo-scrollbar {
    height: 192px;
    overflow: scroll;
}

.hover-shadow-lg:hover {
    box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%) !important;
}

.cart-images img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    overflow: hidden;
}

.buttons_added input.minus,
.buttons_added input.plus {
    width: 35px !important;
    height: 35px !important;
}

.card:not(.table-card) .table tr td:first-child,
.card:not(.table-card) .table tr th:first-child {
    padding-left: 25px !important;
}

img.wid-75.rounded-circle.grid-img {
    min-width: 77px !important;
    height: 75px !important;
}

img.wid-35.rounded-circle {
    min-width: 41px !important;
    height: 41px !important;
}

img.profile-image.rounded-circle-product {
    min-height: 92px !important;
    width: 100px !important;
}

img.card-image.avatar.rounded-circle.shadow.hover-shadow-lg {
    width: 3.25rem;
}

.drp-language .dropdown-toggle {
    color: #525B69;
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 0.7rem;
    margin: 0 7.5px;
    border-radius: 4px;
    position: relative;
    font-weight: 500;
    border-radius: 12px;
    border: 1px solid rgba(206, 206, 206, 0.2);
}

.pos-top-bar {
    background: #6fd944;
    border-radius: 10px;
    padding: 15px;
}

.total-section {
    width: 100%;
    background: #f1f1f1;
    padding: 15px 15px;
    border-radius: 10px;
    box-shadow: 0px 10px 10px -10px #97979780;
}

.top-badge {
    position: absolute;
    top: 0;
    right: 0;
}

.product-title-name {
    font-size: 13px;
    font-weight: 600;
    flex: 1;
    min-height: 33px;
}

.product-body-nop .form-row [class*="col-"] {
    display: flex;
}

.cat-active .btn {
    color: #fff;
}

.tab-btns {
    min-width: 100px;
    white-space: nowrap;
    border-radius: 0.625rem!important;
    padding: 10px 20px;
    font-size: 12px;
}

.cart-product-list .table tr th {
    padding: 5px 15px !important;
}

.total-price h6 {
    font-size: 11px;
}

.product-body-nop .card:not(:last-of-type) {
    margin-bottom: 12px;
}

.product-body-nop {
    height: calc(100vh - 260px);
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -7px;
    padding-right: 7px;
}

.product-body-nop::-webkit-scrollbar {
    width: 5px;
    margin-right: -5px;
}

.product-body-nop::-webkit-scrollbar-thumb {
    background-color: lightgrey;
    border-radius: 10px;
}

.sop-card {
    margin-bottom: 10px;
}

.carttable-scroll {
    height: calc(100vh - 252px);
}

.carttable-scroll .table-responsive {
    height: calc(100vh - 380px);
}

.carttable-scroll .table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    margin-right: -5px;
}

.carttable-scroll .table-responsive::-webkit-scrollbar-thumb {
    background-color: lightgrey;
    border-radius: 10px;
}

.carttable-scroll .name,
.carttable-scroll .tax {
    padding: 0 !important;
}

.carttable-scroll .tax {
    text-align: center;
}

.total-section {
    width: 100%;
    background: #f1f1f1;
    padding: 15px 15px;
    border-radius: 10px;
    box-shadow: 0px 10px 10px -10px #97979780;
}


/* .sop-card {
    height: 100%;
} */

.product-body-nop .card {
    width: 100%;
}

.product-body-nop .card .avatar {
    object-fit: scale-down;
    padding: 20px 0 10px;
    background: transparent;
    min-height: 9rem;
    width: 100%;
}

.product-body-nop .card .card-body {
    flex: 1 1 auto;
    padding: 25px 25px;
    display: flex;
    flex-direction: column;
}

.product-body-nop .card .badge {
    padding: 4px 10px;
    width: auto;
    max-width: 100px;
    margin: 0 auto 0 0;
}

.product-body-nop .card .shadow {
    box-shadow: none !important;
}

.toacart {
    display: flex;
}

.product-body-nop .card .product-title-name {
    min-height: unset;
}

/*chat css*/

.chat-wrap {
    display: flex;
    height: 100%;
}

.chat-div-wrap {
    padding: 0;
}

.chat-wrap .chat-user {
    width: 450px;
    background: transparent;
    border-right: 1px solid #eee;
}

.chat-wrap .chat-user .chat-persons ul li.active-person {
    background: transparent !important;
    /* box-shadow: 0 0 7px -1px rgb(81 69 157 / 30%); */
    background: linear-gradient(141.55deg, #6fd943 3.46%, #6fd943 99.86%), #6fd943 !important;
    color: #fff;
}

.chat-wrap .chat-screen {
    width: calc(100% - 450px);
    height: 760px !important;
    border-bottom: 1px solid #eee;
    background: #fafaff;
}

.chat-wrap .chat-user .search-contact {
    padding: 15px;
    border-bottom: 1px solid #cce6ff;
}

.chat-wrap .chat-user .search-contact input {
    border-radius: 100px;
    height: 36px;
    line-height: normal;
    padding: 0 15px;
}

.chat-div-wrap {
    padding: 0px;
    border: 1px solid #eee;
}
.chat-div-main{
    padding: 25px;
}

.chat-wrap .chat-user .chat-persons {
    overflow: auto;
}

.chat-wrap .chat-user .chat-persons ul {
    padding: 0px;
    margin: 0;
    list-style: none;
}

.chat-wrap .chat-user .chat-persons ul li {
    padding: 10px 15px;
}

.chat-wrap .chat-user .chat-persons ul li .peroson img.avatar-sm {
    border-radius: 100px;
}

.chat-wrap .chat-user .chat-persons ul li .peroson {
    display: flex;
    align-items: center;
    position: relative;
    gap: 15px;
}

.chat-wrap .chat-user .chat-persons ul li .peroson h6.m-0 {
    font-size: 14px;
    line-height: 14px;
    color: #606679;
}

.chat-wrap .chat-user .chat-persons ul li .peroson span {
    font-size: 12px;
    line-height: 12px;
    color: rgb(202, 202, 202);
}

.chat-wrap .chat-user .chat-persons ul li.active-person {
    background: #e9edff;
}

.chat-wrap .chat-user .chat-persons ul li .peroson span.dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #e3e3e4;
    border-radius: 100px;
    position: absolute;
    right: 0;
}

.chat-wrap .chat-user .chat-persons ul li .peroson span.dot.active {
    background: #42ce42;
}

.chat-wrap .chat-screen .chat-head .chat-persons ul li .peroson {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 50px;
}

.chat-wrap .chat-screen .chat-head .peroson img.avatar-sm {
    border-radius: 100px;
    left: 15px;
    width: 40px;
    height: 40px;
    top: 14px;
}

.chat-wrap .chat-screen .chat-head .peroson h6.m-0 {
    font-size: 14px;
    line-height: 14px;
}

.chat-wrap .chat-screen .chat-head .peroson span {
    font-size: 12px;
    line-height: 12px;
}

.chat-wrap .chat-screen .chat-head .peroson {
    position: relative;
    padding: 15px;
    /*padding-left: 70px;*/
    border-bottom: 1px solid #eee;
    height: 67px;
}

.chat-wrap .chat-screen .chat-footer .send-msg-box {
    position: relative;
    background: #fff;
}

.chat-wrap .chat-screen .chat-footer {
    border-top: 1px solid #cce6ff;
}

.chat-wrap .chat-screen .chat-footer .send-msg-box input.form-control {
    border-radius: 100px;
}

.chat-wrap .chat-screen .chat-footer .send-msg-box a {
    background: #6771e5;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 100px;
    bottom: 0;
    width: 90px;
    text-align: center;
    line-height: 46px;
}

.chat-wrap .chat-screen .chat-body {
    height: 100%;
    max-height: calc(100% - 108px);
    overflow: auto;
}

.chat-wrap .chat-screen .chat-body ul {
    list-style: none;
    padding: 15px;
    margin: 0;
}

.chat-wrap .chat-screen .chat-body ul li {
    padding: 10px;
    display: block;
    font-size: 13px;
    background: #eff1fb;
    border-radius: 100px;
    width: auto;
}

.chat-wrap .chat-screen .chat-body ul li.right {
    background: transparent;
    text-align: right;
    color: #000;
}

.chat-wrap .chat-screen .chat-body ul li+li {
    margin-top: 10px;
}

#footer-main {
    position: unset !important;
}

.badge.pending {
    border-radius: 50rem;
    position: absolute;
    display: inline-block;
    right: 0;
}

.select-field {
    height: 40px;
    padding: 0;
    width: 115px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-left: 10px;
    border-color: #a3afbb;
    line-height: 40px;
    font-size: 14px;
}

.text-blue {
    color: #255ff7;
}

.apexcharts-legend.position-bottom.center,
.apexcharts-legend.position-top.center {
    transform: translateX(0%) !important;
}

.select2-container--default {
    margin-bottom: 0px !important;
}

@media only screen and (max-width: 600px) {
    .select2-container--default {
        margin-bottom: 10px !important;
    }
}

.w-100 {
    width: 100% !important;
}

.w-90 {
    width: 90px !important;
}

input.btn.btn_primary_custom.btn-sm.rounded-pill {
    line-height: 1.3px;
}

input.btn.btn-secondary.btn-sm.rounded-pill {
    line-height: 1.3px;
}

.btn_primary_custom {
    background: #255ff7;
    ;
}

.action-btn {
    width: 29px;
    height: 28px;
    border-radius: 9.3552px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.auth-footer {
    margin-top: 30px;
}

.faq .accordion .accordion-item {
    border-radius: 10px;
    overflow: hidden;
    border: none;
    margin-bottom: 10px;
}

.faq .accordion .accordion-item .accordion-button {
    font-weight: 700 !important;
    padding: 1.3rem 1.25rem;
}

.faq .accordion .accordion-item .accordion-button span>i {
    font-size: 20px;
    margin-right: 8px;
}

.faq .accordion .accordion-item .accordion-button:not(.collapsed) {
    border-radius: 10px;
    background: transparent;
    box-shadow: 0 6px 30px rgba(182, 186, 203, 0.3);
}

.faq .accordion .accordion-item .accordion-body {
    padding: 2.3rem 2.3rem 2.3rem 3rem;
}

ul.knowledge_ul {
    padding: 0;
}

ul.knowledge_ul li {
    margin: 0px 10px 6px;
}

ul.knowledge_ul li a {
    font-size: 15px;
}

.user-main-image {
    max-width: 120px;
}

.user-main-image img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    max-width: 100%;
}


/* .logo-set-bg{
    background: #EFF2F7;
} */

.chat-wrap .chat-screen .chat-body ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.chat-wrap .chat-screen .chat-body ul li {
    width: fit-content;
}

.chat-wrap .chat-screen .chat-body ul li.right {
    margin-left: auto;
    margin-right: 0;
    background: #eff1fb;
}

.chat-wrap .chat-screen .chat-head .peroson {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.table tr th:last-child {
    padding-right: 40px !important;
}

.table tr th:last-child .dataTable-sorter {
    padding-right: 10px !important;
}

.space_desc {
    white-space: break-spaces !important;
}


/* .card:not(.table-card) .table-responsive {
    margin: auto !important;
} */


/* 17-7-23 */
.messenger-search {
    margin: 0px 15px;
    width: calc(100% - 25px);
    border: none;
    padding: 3px 7px;
    border-radius: 3px;
    outline: none;
    background: #f7f7f7;
}
.listView-x{
    display: none;
}
.chat-head-left{
    margin: 10px 0px 10px;
}
.messenger-list-item {
    margin: 0px;
    width: 100%;
    cursor: pointer;
    transition: background 0.1s ease 0s;
    border-bottom: 1px solid #eee;
}
.messenger-list-item tr > td:first-child {
    padding-right: 0px;
    width: 55px;
}
.messenger-list-item td {
    padding: 0px 10px;
    width: 100%;
    text-align: left;
}
.messenger-list-item .av-m {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    border-radius: 50%;
}
.messenger-list-item td p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: space-between;
}
.messenger-list-item td p {
    color: #606679;
}
.messenger-list-item td span {
    color: rgb(202, 202, 202);
    font-weight: 400;
    font-size: 13px;
}
.chat-wrap .chat-user .chat-persons ul li.active-person  h6.m-0{
    color: #fff;
}
.chat-wrap .chat-user .chat-persons ul li .peroson h6.m-0
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px !important;
}
.chat-wrap .chat-user .chat-persons ul li.active-person  h6.m-0 span{
    color: #fff;
}
.lastMessageIndicator{
    color: #6fd943 !important;
    font-weight: bold;
}
.chat-wrap .chat-user .chat-persons ul li.active-person .lastMessageIndicator, .chat-wrap .chat-user .chat-persons ul li.active-person .chat-msg
{
    color: #fff !important;
}
.chat-head{
    box-shadow: 0px 5px 6px rgb(0 0 0 / 6%);
    background: #fff;
}
.chat-screen .float-left{
    display: flex;
    align-items: center;
}
.chat-screen .peroson img.avatar-sm{
    margin-right: 15px;
}
.chat-screen .peroson .chat_head{
    color: #606679;
    font-weight: bold;
}
.float-right{
    display: flex;
    align-items: center;
    gap: 10px;
}
.chat-screen .show-infoSide{
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
}
.messenger-infoView {
    padding-top: 7px;
    overflow: auto;
    width: 40%;
    display: none;
}
.messenger-infoView nav
{
    text-align: center;
}
.messenger-infoView .avatar-sm {
    max-width: 100px !important;
    margin: 10px auto 0px;
    display: flex;
}
.messenger-infoView > p {
    text-align: center;
    margin: auto;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
}
.messenger-infoView > div {
    margin: auto;
    margin-top: 8%;
    text-align: center;
}
.messenger-title {
    margin: 0;
    padding: 10px;
    padding-bottom: 0px;
    text-transform: uppercase;
    color: #aeaeb7;
    font-size: 12px;
    font-weight: 600;
}
.message-hint span {
    background: rgba(154, 161, 170, 0.13);
    padding: 3px 10px;
    border-radius: 20px;
    color: rgb(135, 147, 164);
}
.message-hint{
    margin-top: 15px;
}
@media (min-width: 981px){
    .show-listView{
        display: none;
    }
}
@media (max-width: 980px){
.chat-wrap .chat-user{
    position: fixed;
    left: 0;
    /* top: 0; */
    top: 158px !important;
    bottom: 0;
    max-width: 334px;
    background: #fff;
    box-shadow: 0px 0px 20px rgb(18 67 105 / 6%);
    z-index: 1;
}
.listView-x {
    display: block;
}
.m-header-right {
    position: absolute;
    top: -13px;
    right: 0;
}
.chat-head-left {
    position: relative;
}
.chat-wrap .chat-screen{
    width: 60%;
}
.messenger-infoView > p{
    font-size: 14px;
}
.show-listView{
    margin-right: 10px;
}
}
@media (max-width: 575px){
.chat-wrap .chat-user {
    max-width: 300px;
}
.favorite{
    display: none !important;
}
.chat-wrap .chat-screen .chat-head .peroson{
    padding: 10px;
}
.chat-wrap .chat-screen .chat-head .peroson img.avatar-sm{
    width: 26px !important;
    height: 26px !important;
}
.chat-wrap .chat-screen .chat-head .peroson h6.m-0 {
    font-size: 12px;
}
}


@media (max-width: 450px){
    .chat-wrap .chat-screen {
        width: 100%;
    }
    .messenger-infoView{
        width: 100%;
    }
}

/*  ticket attachment   */

.attachment_list {
    flex-direction: row;
    flex-wrap: wrap;
}

.attachment_list li {
    border: none !important;
}

.attachment_list li:last-child {
    margin-right: 0 !important;
}

.card:not(.table-card) .custom-field-table tr td:last-child,
.card:not(.table-card) .custom-field-table tr th:last-child {
    padding-right: 25px !important;
}

.send_msg_btn {
    position: absolute;
    top: 8px;
    left: auto;
    right: 18px;
    font-size: 20px;
}


/*  chat responsive css     */

@media only screen and (max-width:767px) {
    .chat-wrap .chat-user {
        width: 100%;
    }
    .chat-wrap .chat-screen {
        width: 100%;
    }
    .chat-wrap {
        flex-wrap: wrap;
    }
    .chat-div-wrap {
        height: 100%;
    }
    .chat-wrap .chat-screen .chat-body {
        min-height: 110px;
    }
    .chat-wrap .chat-user .chat-persons ul {
        max-height: 197px;
        height: 100%;
        overflow: auto;
    }
    .chat-wrap .chat-user .chat-persons {
        height: 100%;
        overflow: unset;
    }
}


/*    */


/* fix-badge size  */

#pc-dt-simple .badge.fix_badge {
    min-width: 110px;
}
