body{
    font-size: 14px;
}
.copyright_text{
	color:#8f9fbc;
}
#notification-dropdown{
	position:relative;
}
.notifications_count {
    font-weight: 700;
    position: absolute;
    top: 14px;
    right: 0;
    min-width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    padding: 0 3px;
}
.admin_role{
	display: block;
}
.iq-sidebar-menu .side-menu li a .badge {
    position: absolute;
    right: 15px;
    width: 20px !important;
    height: 19px;
    border-radius: 12px;
    transition: all .6s ease-in-out;
    background-color: #02a196!important;
}
.noprint svg{
    display: inline;
    width: 25px;
}
.color_theme a{
    color:#02a196;
}
.color_theme a:hover{
    text-decoration:underline;
}
.color_theme thead tr th {
    background-color: rgba(51,120,255,.075);
}
/*.btn-primary {*/
/*    color: #fff;*/
/*    background-color: #02a196;*/
/*    border-color: #02a196;*/
/*    box-shadow: 0 4px 8px 0 hsla(0,0%,100%,.05);*/
/*}*/

.btn-info {
    color: #fff;
    background-color: #1e2128;
    border-color: #1e2128;
    box-shadow: 0 4px 8px 0 hsla(0,0%,100%,.05);
}

.btn-info.focus, .btn-info:focus, .btn-info:hover {
    color: #fff;
    background-color: #353b47;
    border-color: #353b47;
}
.btn-primary {
    color: #fff;
    background-color: #1e2128;
    border-color: #1e2128;
    box-shadow: 0 4px 8px 0 hsla(0,0%,100%,.05);
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #353b47;
    border-color: #353b47;
}
.btn-m-top{
    margin-top:29px;
}
.btnfullwidth{
    width:100%;
}
.modal-product-search .btn.btn-primary {
    height: auto;
}
.table td, .table th {
    padding: 8px 12px;
    font-size:14px;
}
.btn{
   font-size:14px;  
}
.reports_icon svg {
    width: 50px;
    margin-bottom: 10px;
}
.bg-color-reports {
    background: #98ffdf47;
    color: #02a196;
}
.bg-color-reports:hover{
    color:#333;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom: 2px solid #02a196;
    color: #02a196;
}
#myTabContent-2 label {
    font-weight: 600;
}
.nav-tabs .nav-link {
    font-weight: 600;
}
a.disabled {
  color: gray;
  pointer-events: none;
}
.save_table_data h3{
    font-size: 20px;
    margin-bottom: 7px;
}
.save_table_data .row {
    width: 100%;
}
.iq-sidebar-logo a span{
    white-space: nowrap;
}
.switch-toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 26px;
}

.switch-toggle input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
}

.switch-toggle input:checked + .slider {
  background-color: #5cb85c; 
}

.switch-toggle input:checked + .slider:before {
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.save_table_data label {
    margin-top: .5rem;
}
.card-body.save_table_data .row {
    margin-left: 0px;
    margin-right: 0px;
}
.delete {
    display: block;
    position: absolute;
    top: 0px;
    left: -40px;
}
.white-text_link{
    color:#fff !important;
}

.add_remove_btn {
    margin-bottom: 15px;
}
.removeRowButton, .removeRowButtonpayment {
    background-color: #19b3b3;
    border-color: #19b3b3;
    color:#fff;
    border-radius:4px;
    box-shadow: none;
}
#payment_item .payment-amount {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.log_btn {
	color: #324253;
	padding: 0 6px;
}

.log_btn:hover {
    color: #324253;
}

.confirmation-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
} 

.confirmation-modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    max-width: 400px;
    text-align: center;
}

.confirmation-modal-buttons {
    margin-top: 20px;
}

.mandatory {
    color: #f00;
    padding-left: 2px;
   font-weight: 700;
}

.full_width_popup{
    width:100%;
 }   
#line_item_qty {
	padding-left: 10px;
	padding-right: 10px;
	min-width: 70px;
}
.tax-free {
    margin-right: 6px;
    margin-top: 3px;
} 

#delivery_charges {
    min-width: 95px;
}
.logo_icons {
    width: 27px;
}
.tax_free {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.modal-product-search .loaction_select{
    width:200px;
}
.user_details svg {
    width: 20px;
}
.user_data {
    margin-bottom: 7px;
}
.user_data span {
    min-width: 100px;
    display: inline-block;
}
.edit_user_data {
    background: #02a196;
    color: #fff;
    padding: 3px 9px;
    border-radius: 4px;
}
.edit_user_data:hover{
    background: #08837a;
    color: #fff;
}
.edit_user_data svg{
   width: 16px; 
}
.btn.logs_btn {
    display: inline-block;
    padding: 0px;
    min-width: 80px;
}
.specail_orders thead tr td {
    background: #008ffb;
    color: #fff;
}

.register_data_label .label {
    display: block;
    font-weight: 600;
    font-size: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px !important;
}
.select2-container .select2-selection--single {
    height: 46px !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #f1f1f1 !important;
}
.alert-action{
    padding:0;
}
.dataTables_wrapper {
    overflow: auto;
}
.dark .confirmation-modal-content {
    background: #222;
}
@media (max-width:1299px){
    .iq-sidebar-logo a span {
        white-space: nowrap;
        font-size: 15px;
        line-height: 24px;
    }
}
.dark .log_btn{
    color: #eff0f1;
}
.dark .dropdown-menu .dropdown-item:focus, .dark .dropdown-menu .dropdown-item:hover{
    border-radius: 0px;
}
.dark input[type="date"]:not([style*="background-color: black"])::-webkit-calendar-picker-indicator {
  filter: invert(1); 
}
.dark .table-striped tbody tr:nth-of-type(odd) {
    background-color: #3e3e3e17;
}
.dark .iq-sub-dropdown {
    color: #ccc;
    text-align: center;
}
.dark .date-icon-set svg {
    stroke: #ccc;
}
textarea.form-control {
    line-height: 24px;
}
.color_theme tbody tr td a{
    color: #000;
}
.color_theme thead tr td{
    font-weight:bold;
}
.container_chat_boat {
    border-radius: 5px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
.people-list {
    background: #ebeaea;
    color: #fff;
    float: left;
    width: 30%;
}
.people-list .search {
    padding: 20px;
    position: relative;
}
.people-list input {
    background: #fff;
    border: none;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
    padding: 14px;
    width: 100%;
}
.people-list .fa-search {
    color: #000;
    position: absolute;
    right: 30px;
    top: 34px;
}
.user_list {
    max-height: 712px;
    overflow: auto;
}
.people-list ul {
    height: 686px;
    list-style: none;
    padding: 20px;
    overflow-y: auto;
    padding-top: 0;
    margin-bottom: 20px;
}
.people-list ul li {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.people-list img {
    border-radius: 100%;
    float: left;
    height: 55px;
    object-fit: cover;
    width: 55px;
}
.people-list .about {
    float: left;
    margin-top: 0;
    padding-left: 8px;
}
.people-list ul li a {
    color: #000;
}
.people-list ul li.selected {
    background: #69abb94f;
    border-radius: 5px;
}
.chat {
    background: #fff;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #434651;
    float: left;
    width: 70%;
}
.chat .chat-header {
    align-items: center;
    border-bottom: 2px solid #fbf4f4;
    display: flex;
    padding: 20px;
}
.chat .chat-header .chat-about {
    float: left;
    margin-top: 6px;
    padding-left: 10px;
}
.chat .chat-header .chat-with {
    font-size: 17px;
    font-weight: 700;
}
.chat .chat-history {
    border-bottom: 2px solid #fff;
    height: 500px;
    overflow-y: auto;
    padding: 30px 30px 20px;
}
.chat-history ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.clearfix.our-messages {
    clear: both;
    float: right;
}
.our-messages .message-data.our-messages {
    text-align: right;
}
.chat .chat-history .message-data {
    margin-bottom: 15px;
}
.our-messages>.message.our-messages {
    background: #edf3ee;
}
.chat .chat-history .message:after {
    border: 10px solid transparent;
    border-bottom-color: #edf3ee;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 7%;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.our-messages .message.our-messages:after {
    left: auto;
    right: 25px;
}
.chat .chat-message {
    padding: 30px;
}
.chat .chat-message textarea {
    background: #f0f0f0;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 20px;
    resize: none;
    width: 100%;
}
.chat .chat-message .fa-file-image-o, .chat .chat-message .fa-file-o {
    color: gray;
    cursor: pointer;
    font-size: 16px;
}
.chat .chat-history .message-data-time {
    color: #a8aab1;
    font-size: 13px;
    padding-left: 6px;
}
.chat .chat-history .message {
    border-radius: 7px;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    padding: 18px 20px;
    position: relative;
    width: 50%;
    min-width: 150px;
}
.other-messages>.message.other-messages {
    background: #d9f3f2;
    width: 50%;
    min-width: 150px;
}
.chat .chat-history .other-messages>.message.other-messages:after {
    border: 10px solid transparent;
    border-bottom-color: #d9f3f2;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 25px;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    right: 9%;
    width: 0;
}
.our-messages .message.our-messages {
    float: right;
}
.clearfix.other-messages {
    clear: both;
    float: left;
}
.chat-about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: none;
    width: 100%;
}
@media (max-width:767px){
    .people-list, .chat {
        width: 100%;
    }
    .people-list ul{
        height: auto;
    }
    .chat-about {
        display: block;
    }
    .user_list {
        max-height: 250px;
        overflow: auto;
    }
}
.popup_textarea {
    margin-bottom: 15px;
    background: #f0f0f0;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 20px;
    resize: none;
    width: 100%;
}
.messages_dots span {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #f00;
    border-radius: 100%;
    top: 37px;
    left: 25px;
    border: 1px solid #fff;
}
.selectall_user {
    margin-bottom: 15px;
    font-weight: 600;
    padding: 10px;
    background: #d7eaf5;
    border-radius: 5px;
}
.popup_user_list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    max-height: 200px;
    overflow-y: auto;
}
.popup_user_list li {
    margin-bottom: 10px;
    font-weight: 600;
    padding-left: 10px;
}
.modal-footer.btn-first {
    justify-content: flex-start;
}
.badge-notification {
    width: 19px;
    height: 19px;
}
.chat-circle-icon {
    width: 100px;
    height: 100px;
    background: #f1f1f1;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    padding: 15px;
}
.message_welcome {
    font-size: 20px;
    color: #000;
    min-height: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 305px;
    text-align: center;
}
#selectedUserId {
    display: none;
}
.dark .people-list{
    background: #302f2f;
}
.dark .people-list ul li a {
    color: #fff;
}
.dark .color_theme tbody tr td a {
    color: #fff;
}
.dark  .chat{
   background: #4c4b4b;
}
.dark .chat .chat-header .chat-with {
    color: #fff;
}
.dark .message_welcome{
     color: #fff;
}
.dark .chat .chat-history{
    border-bottom: 2px solid #5c5858;
}
.dark .chat .chat-header{
    border-bottom: 2px solid #5c5858;
    
}
.dark .selectall_user{
    color: #000;
}

.dark .people-list input::placeholder, .dark .chat .chat-message textarea::placeholder, .dark .popup_textarea::placeholder {
        color: #999; 
    }

.dark .people-list input::placeholder,  .dark .chat .chat-message textarea::placeholder, .dark .popup_textarea::placeholder {
        color: #555; 
    }
.card.card-with-border {
    border: 2px solid #1e2128;
}
.card.card-with-border .card-title{
    background: #1e2128;
    margin: -20px;
    margin-bottom: 10px;
    padding: 15px;
    color: #fff;
    font-size:18px;
}
.text-secondary {
    color: #5c6a83!important;
}
@media (max-width:991px){
    .mobile-hide{
        display:none;
    }
}
@media (min-width:992px){
    .mobile_selling_store{
        display:none;
    }
}
.line-item-remove-btn {
    border-color: #f42b3d;
}
.gap_with_btn {
    column-gap: 10px;
    align-items: center;
}
.set-in-table {
    height: 24px;
}