﻿body {
    background: #fff !important;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    font-size: 1rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.5rem;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-bottom-width: 0;
    padding: 4px 10px;
}

/*::selection {
    -webkit-touch-callout: none; /* iOS Safari */
/*-webkit-user-select: none; /* Safari */
/*-khtml-user-select: none; /* Konqueror HTML */
/*-moz-user-select: none; /* Old versions of Firefox */
/*-ms-user-select: none; /* Internet Explorer/Edge */
/*user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
/*}*/
.loaderCenter {
    position: absolute;
    top: 23%;
    left: 50%;
    width: 3rem;
    height: 3rem;
}

.loaderLeft {
    position: absolute;
    top: 50%;
    left: 18%;
    border: .25em solid #fff;
    border-right-color: transparent;
    z-index: 99;
    width: 3rem;
    height: 3rem;
}

.empty-list p {
    font-size: 23px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

/*.iframecontain {
    position: absolute;
    width: 90%;
    height: 98%;
    top: 12%;
    margin: auto;
    left: 7%;
    z-index: 99
}*/
.divifremetitle {
    width: 90%;
    margin: auto;
    left: 7%;
    z-index: 99;
    background: #323639;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
}

    .divifremetitle p {
        margin-bottom: 0;
        font-size: 30px;
        margin-left: 17px;
        text-align: center;
        width: 100%;
        color: #fff;
        font-weight: 500;
    }

div#divifreme {
    position: absolute;
    width: 101%;
    height: 95%;
    top: 0;
    margin: auto;
    left: 0;
    z-index: 99;
}

.iframecontain {
    width: 90%;
    height: 98%;
    margin: auto;
    left: 7%;
    z-index: 99;
}

iframe#iframe {
    width: 100%;
    height: 98%;
    margin: auto;
    z-index: 99;
    background-color: #fff
}

.iframe_close {
    font-size: 38px;
    display: flex;
    margin-right: 10px;
    color: #fff;
    opacity: 1;
}

    .iframe_close:hover {
        color: #fff;
        opacity: 1 !important
    }

iframe#iframe .IFrameImage {
    width: 450px;
    align-items: center;
    justify-content: center;
    margin: auto;
    display: flex;
}
/*nav.main-header.navbar.navbar-expand.navbar-white.navbar-light.desktop_css, .sidebar-mini.sidebar-collapse .content-wrapper.desktop_css {
    margin-left: 0 !important
}*/
/***************Custome Scroll***********************/
/* width */
.image-close {
    position: absolute;
    background: #17a2b8;
    width: 20px;
    height: 20px;
    align-items: center;
    text-align: center;
    color: #fff;
    right: 10px;
    border-radius: 50%;
    line-height: 21px;
    font-size: 14px;
}

.services-section {
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    margin: auto;
    display: flex;
}

.img-services {
    width: 100px !important;
    height: auto !important;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

body.modal-open {
    height: 100vh !important;
    overflow-y: hidden !important;
}

.calendar-table thead {
    background-color: #fff !important;
    color: black;
}


.layout-fixed .main-sidebar ::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
}

.layout-fixed .main-sidebar ::-webkit-scrollbar-track {
    background: #343a40;
}

.layout-fixed .main-sidebar ::-webkit-scrollbar-thumb {
    background: #888;
}

    .layout-fixed .main-sidebar ::-webkit-scrollbar-thumb:hover {
        background: #343a40;
    }

div::-webkit-scrollbar {
    height: 5px;
}

div::-webkit-scrollbar-track {
    border-radius: 10px;
    webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

div::-webkit-scrollbar-thumb {
    background-color: #888 !important;
    webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

table.table.table-bordered::-webkit-scrollbar {
    height: 5px;
}

table.table.table-bordered::-webkit-scrollbar-track {
    border-radius: 10px;
    webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

table.table.table-bordered::-webkit-scrollbar-thumb {
    background-color: #888 !important;
    webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.user-dropdown-menu li.user-header {
    align-items: center;
    justify-content: center;
    margin: auto;
    display: block;
    text-align: center;
    background: #17a2b8;
    padding: 10px;
}

.user-dropdown-menu li.user-body a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

img.img-fluid.user_profile {
    height: 100%;
}

ul.user-dropdown-menu {
    list-style: none;
    padding: 0;
}

.user-dropdown-menu li.user-body {
    padding: 5px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #dddddd;
    display: flex;
    align-items: center;
}

.user-dropdown-menu li.user-header p {
    color: #fff;
    font-size: 20px;
}

img#drpImage {
    height: 100px;
}

.user-dropdown-menu li.user-body a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

a.btn.btn-primary.btn-flat.sign-out {
    color: #fff;
    font-size: 15px;
}

a.btn.btn-primary.btn-flat {
    font-size: 13px;
    align-items: center;
    margin: auto;
    /* align-items: end; */
    justify-content: center;
    margin-right: 0;
    display: flex;
}

.account_drop {
    max-width: 400px;
    min-width: 350px;
    padding: 0;
}

/***************Custome Scroll***********************/

.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: calc(3.5rem + 1px);
    margin: unset !important;
    height: 500px;
}

.layout-fixed .main-sidebar {
    top: 58px !important;
}

.content-header h1 {
    font-size: 24px;
    margin: 0;
    margin-left: 20px;
    text-transform: capitalize;
    letter-spacing: -1px;
    font-weight: bold;
}


/*Hover images*/
.image-popup-container {
    position: relative;
    display: inline-block; /* Important for containing the absolute image */
}

/* Style the small thumbnail (optional, matches your inline style) */
.small-thumbnail {
    height: 50px;
    width: 50px;
    display: block; /* Helps prevent extra space below the image */
}

/* Style and hide the large popup image initially */
.large-popup-image {
    display: none; 
    position: absolute;
    top: 60px; 
    left: 0; 
    transform:translateX(-50%);
    z-index: 10; 
    /*max-width: 300px;*/ 
    height: auto; 
    border: 1px solid #ccc; 
    background-color: white;
    padding: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3); 
    width: 450px;
    height: 450px;
}

/* Show the large image when the container link is hovered */
.image-popup-container:hover .large-popup-image {
    display: block; /* Change display to block to make it visible */
}

.large-popup-image {
    // ... other styles ...
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.image-popup-container:hover .large-popup-image {
    opacity: 1;
    visibility: visible;
}



table.table-bordered.dataTable tbody td a {
    text-align: center;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.fa-pencil-alt:before {
    content: "\f303";
    text-align: center;
    color: #17a2b8;
}

.fa-save:before {
    content: "\f0c7";
    text-align: center;
    color: #17a2b8;
}

.fa-trash:before {
    content: "\f1f8";
    text-align: center;
    color: #d11a2a;
}

.btn-primary {
    color: #fff;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
    box-shadow: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.page-link {
    color: #17a2b8;
}

td.sorting_1 a {
    display: block !important;
    text-align: left !important;
}

thead {
    background-color: #17a2b8;
    color: white;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #17a2b8 !important;
}

.login-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text, .register-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text {
    border-color: #17a2b8 !important;
}

.icheck-primary > input:first-child:checked + input[type=hidden] + label::before, .icheck-primary > input:first-child:checked + label::before {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.input-group:hover {
    border-color: #17a2b8 !important;
}

.input-group:focus {
    border-color: #17a2b8 !important;
}


table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
    padding: 6px 10px !important;
    font-size: 13px !important;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0;
    font-size: 14px !important;
}

.nav-treeview > .nav-item > .nav-link.active {
    background-color: transparent !important;
    color: #17a2b8 !important;
}

.nav-sidebar .nav-item > .nav-link {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

    .nav-sidebar .nav-item > .nav-link i {
        font-size: 15px !important;
    }

.main_title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: -23px;
    margin-bottom: -31px !important;
}

.no_background {
    background-color: white;
    color: black;
}

.nav-sidebar .nav-link > .right, .nav-sidebar .nav-link > p > .right {
    position: absolute;
    right: 1rem;
    top: .4rem !important;
}

.input-group.menu_search {
    margin-bottom: 10px;
}

.main_title a:not(.search_popup) {
    font-size: 12px;
    padding: 4px 10px;
    height: 28px;
}

.card-body.row.new-all-check {
    padding: 0px 1.25rem 1.25rem 1.25rem;
}

.main_title a i {
    margin-right: 5px;
}

.power-btn {
    border-color: #17a2b8;
    color: #17a2b8;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 1px;
    background: #17a2b8;
    color: #fff !important;
    font-size: 14px;
    margin-right: 20px;
}

label.vendor_label {
    margin-bottom: 0;
}

.info.information {
    margin: auto !important;
    padding: 0 !important;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0px;
}

footer.main-footer .btn {
    font-size: 12px;
    padding: 4px 10px;
}

footer.main-footer {
    padding-top: 10px;
    padding-bottom: 8px;
}

    footer.main-footer label {
        color: black;
    }

.innter_custom_btn {
    font-size: 12px;
    padding: 4px 10px;
    height: 28px;
}

#btnAddRow {
    font-size: 12px;
    padding: 4px 10px;
}

nav.main-header.navbar.navbar-expand.navbar-white.navbar-light {
    padding: 0;
}

a.brand-link {
    height: 41px !important;
    padding-top: 6px !important;
}

aside.main-sidebar.sidebar-dark-primary.elevation-4 {
    margin-top: -17px;
}


/*.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused, .sidebar-mini.sidebar-collapse .main-sidebar i.nav-icon.fas.fa-user.elevation-3.vendor-icon {
    text-align: center;
    margin: auto;
}*/

.vendor_configuration_ckeck .form-group {
    display: flex;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.vendor_configuration_ckeck {
    display: flex;
    text-align: center;
    align-items: center;
    padding: 0;
    justify-content: space-around;
    width: 100%;
}

.vender_limit .form-group {
    margin-right: 25px;
}

.vendor_configuration_ckeck label.col-form-label {
    text-align: center;
    justify-content: start;
    margin-right: 11px;
    margin-left: 11px;
    padding: 0;
    margin-top: -10px;
}

input[type=checkbox] {
    position: relative;
    cursor: pointer;
    zoom: 1.5 !important;
}

    input[type=checkbox]:before {
        content: "";
        display: block;
        position: absolute;
        width: 13px;
        height: 13px;
        top: -1px;
        left: 0;
        border: 0.9px solid #17a2b8;
        /*border-radius: 1px;*/
        background-color: white;
    }

    input[type=checkbox]:checked:after {
        content: "";
        display: block;
        width: 4px;
        height: 8px;
        border: solid #17a2b8;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 1px;
        left: 4px;
    }

.card-info:not(.card-outline) > .card-header, .card-info:not(.card-outline) > .card-header a {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: 300px !important;
}

.form-control {
    font-size: small;
}

.Clspromation_img {
    width: 100px !important;
    padding: 0;
    margin: auto;
    text-align: center;
    display: flex;
}

img#imgCompLogo {
    width: 100px;
    padding: 0;
    margin: auto;
    text-align: center;
    display: flex;
}

.card-body.row.Vendor_config {
    padding-top: 10px;
    padding-bottom: 5px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2rem + 0px);
}

button#mySearch {
    height: calc(2rem + 0px);
}

.delete_btn .btn .fa-trash:before {
    content: "\f1f8";
    text-align: center;
    color: #fff;
}

.delete_btn .delete {
    display: flex;
    margin: auto;
    margin-top: 10px;
    align-items: center;
    font-size: 12px;
    padding: 4px 10px;
}

    .delete_btn .delete i {
        margin-right: 10px;
    }

.img-preview {
    margin-top: 10px;
}

.search_icon-side {
    display: block !important;
}

checkbox {
    zoom: 1.5 !important;
}

.search_popup {
    margin-left: -18px;
    z-index: 1;
    border-left: 0;
    border-top-left-radius: 0;
    height: 32px;
    padding-top: 3px;
}

.ui-dialog .ui-dialog-titlebar-close:after {
    content: "X";
    align-items: center;
    font-weight: bold;
}

button#mySearch1 {
    height: 32px;
    padding-top: 4px;
}

.image_thumb img {
    width: 150px;
    height: 150px;
}

.alloow-check {
    margin-top: 10px;
}

.table-bordered td, .table-bordered th {
    font-size: 13px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: small;
    line-height: 2.1 !important;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    font-size: small;
}

.custom-file-label {
    font-size: small;
    height: 32px;
}

    .custom-file-label::after {
        height: 30px !important;
    }

.modal_custom_btn {
    font-size: 12px;
    padding: 4px 10px;
    height: 28px;
}

input[type="submit"] {
    margin: 10px;
    padding-left: 30px;
}

span.preview_btn {
    position: relative;
}

    span.preview_btn:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f06e";
        font-size: 13px;
        position: absolute;
        left: 20px;
        top: 4px;
        pointer-events: none;
        color: #fff;
    }
/*span.import_btn {
    position: relative;
}
    span.import_btn:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f2de";
        font-size: 13px;
        position: absolute;
        left: 20px;
        top: 4px;
        pointer-events: none;
        color: #fff;
    }*/




.DailyRateDate {
    align-items: center;
    justify-content: center;
    margin: auto;
}

.DailyRate_left {
    margin-right: -15px;
    z-index: 9;
    border-left: 0;
    border-top-left-radius: 0;
    height: 32px;
    padding-top: 3px;
}

.DailyRate_right {
    margin-left: -15px;
    z-index: 9;
    border-left: 0;
    border-top-left-radius: 0;
    height: 32px;
    padding-top: 3px;
}

.card-primary.card-outline-tabs > .card-header a.active {
    border-top: 3px solid #17a2b8;
}

.dvSelectColumn {
    cursor: pointer;
    height: auto;
    width: auto;
    display: inline-block;
    position: absolute;
    z-index: 99;
    padding-top: 3px;
}

.dataTables_length {
    padding-left: 30px;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    margin-top: -32px;
}

div.dataTables_filter {
    text-align: right;
    margin-top: -32px;
}

.dt-buttons button.dt-button.buttons-collection.buttons-colvis {
    width: 38px !important;
    margin-right: 20px;
    height: 34px;
    background: #17a2b8;
    color: #fff;
    border: 0;
}

    .dt-buttons button.dt-button.buttons-collection.buttons-colvis :before {
        content: "\f0c9";
        font-family: "Font Awesome 5 Free";
        display: block;
        margin: auto;
        font-weight: 900;
        margin-left: -2px;
        margin-top: -1px;
    }

div.dt-button-collection button.dt-button.active:not(.disabled) {
    background: #17a2b8 !important;
    color: #fff !important;
    border: 0 !important;
}

div.dt-button-collection button.dt-button {
    background: #ccc;
    color: #000;
}

    div.dt-button-collection button.dt-button:hover {
        background: #17a2b8;
        color: #fff;
    }

/*.dt-buttons:hover:after {
        content: "Column Chooser";
        position: absolute;
        top: -30px;
        padding-left: 5px;
        padding-right: 5px;
         background-color: #656565;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        width: max-content;
        margin-left: -27px;
    }*/

.dt-button.Excel_CSS {
    color: #fff !important;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
    box-shadow: none;
    background-image: none;
}

    .dt-button.Excel_CSS:hover {
        background: #000;
        background-image: none !important;
    }

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: #17a2b8 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
    box-shadow: 0 0 0 0.1rem rgba(23, 162, 184,0) !important;
}

div.dt-button-collection {
    height: auto;
    overflow: scroll !important;
    min-height: 150px;
    max-height: 415px;
}

.dataTables_scrollBody {
    overflow: auto;
    display: block;
    height: 325px;
    max-height: 400px;
    min-height: 100px;
}



/*.dataTables_scrollBody {
    overflow: auto;
    display: block;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
}*/


.layout-footer-fixed .wrapper .content-wrapper {
    padding-bottom: calc(3.5rem + 1px);
    padding: 0 !important;
}

body.sidebar-mini.layout-navbar-fixed.layout-footer-fixed.layout-fixed.sidebar-collapse .main-sidebar:hover li.nav-item.search-hide {
    display: none;
}

body.sidebar-mini.layout-navbar-fixed.layout-footer-fixed.layout-fixed.sidebar-collapse .main-sidebar li.nav-item.search-hide {
    display: block;
}

li.nav-item.active.menu-open a {
    background: #17a2b8 !important;
}

li.nav-item.active a {
    background: #17a2b8 !important;
}

ul.nav.nav-treeview .nav-item a {
    background: transparent !important;
}

.dashBoard.active {
    background: #17a2b8 !important;
}

.AddNewImage {
    background-color: palevioletred;
    width: 200px;
    height: 200px;
}

.img_drag ul .draggable {
    will-change: transform;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    list-style-type: none;
    background-color: white;
    color: #212121;
    width: auto;
    cursor: move;
    transition: all 200ms;
    user-select: none;
    position: relative;
    margin: 5px;
}

    .img_drag ul .draggable:after {
        content: '';
        right: 7px;
        font-size: 10px;
        position: absolute;
        cursor: pointer;
        line-height: 5;
        transition: all 200ms;
        transition-timing-function: cubic-bezier(0.48, 0.72, 0.62, 1.5);
        transform: translateX(120%);
        opacity: 0;
    }

    .img_drag ul .draggable:hover:after {
        opacity: 1;
        transform: translate(0);
    }

/*.over {
    transform: scale(1.1, 1.1);
}*/

.img_drag ul {
    display: flex;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    list-style: none;
    width: 50%;
    padding-left: 0;
}

    .img_drag ul .draggable img {
        width: 100%;
    }

a.RemoveImage {
    position: absolute;
    right: 0;
    background: #00000063;
    color: #fff;
    padding: 5px;
}

.drop_search {
    display: flex;
}

div#PopUpItemSub .modal-body {
    height: 450px;
    overflow: auto;
}

.none {
    display: none;
}

.show {
    display: block;
}

.loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #17a2b8 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #17a2b8 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #17a2b8 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #17a2b8 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #17a2b8 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    .loader:before {
        width: 50%;
        height: 50%;
        background: #17a2b8;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

    .loader:after {
        background: #f4f6f9;
        width: 75%;
        height: 75%;
        border-radius: 50%;
        content: '';
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swal2-toast {
    max-width: 500px !important;
    border-radius: .25rem;
    background-color: rgba(255,255,255,.85);
}

.swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: swal2-toast-show .5s;
    animation: swal2-toast-show .5s;
    display: block !important;
}

.swal2-popup.swal2-toast .swal2-actions {
    flex-basis: 0 !important;
    margin: 0;
    padding: 0;
    margin-top: 15px !important;
}

.swal2-popup.swal2-toast .swal2-title {
    margin: 0;
    color: #6c757d;
    text-align: justify;
    margin-left: 14px !important;
    margin-top: 15px !important;
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: 0;
    margin-right: 15px !important;
}

.fa-users:before {
    content: "\f0c0";
    /*color: white !important;*/
}
/*.info.information .fa-users:before {
    content: "\f0c0";
    color: #636365 !important;
}*/

.bg-warning {
    background-color: #17a2b8 !important;
}

.link_dash {
    color: black !important;
    margin-right: 30px;
}

.row.float-left.active_btn label {
    margin-right: 10px;
}

button.btn.btn-navbar.show-password {
    background: transparent;
    margin-left: -30px;
}

input#Password {
    border-right: 1px solid #ccc;
    border-radius: 5px;
}

span.info-box-icon.bg-warning.elevation-1 i {
    color: #fff;
}

.link_dash {
    color: black !important;
    margin-right: 24px !important;
    width: 18% !important;
}

form#sidebar-form {
    padding-left: 10px;
    padding-right: 10px;
}

li.nav-item.order-list_tab_list {
    align-items: center;
    justify-content: center;
    display: table-cell;
    text-align: center;
}

    li.nav-item.order-list_tab_list a:focus {
        outline: none;
    }

.orderlisttab {
    height: 85px;
}

.card.card-primary.card-tabs.order-list_tab:not(.card-outline) > .card-header {
    background-color: #d8d8d875;
    border-style: solid;
    border-width: 3px;
    -webkit-border-image: -webkit-linear-gradient( left, rgba(0,0,0,1) 1%, rgba(0,255,255,1) 50%, rgba(0,0,0,1) 100% ) 0 0 100% 0/0 0 3px 0 stretch;
    -moz-border-image: -moz-linear-gradient( left, rgba(0,0,0,1) 1%, rgba(0,255,255,1) 50%, rgba(0,0,0,1) 100% ) 0 0 100% 0/0 0 3px 0 stretch;
    -o-border-image: -o-linear-gradient( left, rgba(0,0,0,1) 1%, rgba(0,255,255,1) 50%, rgba(0,0,0,1) 100% ) 0 0 100% 0/0 0 3px 0 stretch;
    border-image: linear-gradient( to left, rgba(255, 255, 255, 0.49) 1%, rgb(79, 182, 198) 50%, rgba(255, 255, 255, 0.49) 100% ) 0 0 100% 0/0 0 3px 0 stretch;
}

.order-list_tab .card-header {
    padding: 0 !important;
}

img.order-list_Icon {
    height: 25px;
    align-items: center;
    justify-content: center;
    margin: auto;
    display: flex;
}

.order-list_tab ul#custom-tabs-two-tab {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    display: table;
    table-layout: fixed;
    width: 100%;
}

.orderlisttab p {
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    margin-top: 9px;
    display: flex;
    font-size: 17px;
    font-weight: bold;
    color: #17a2b8;
}

.orderlisttab p {
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    margin-top: 9px;
    display: flex;
    font-size: 12px;
    font-weight: bold;
    color: #17a2b8;
}

a.nav-link.orderlisttab.active {
    border: 1px solid #17a2c4 !important;
    border-bottom: 0 !important;
    /*border-image: linear-gradient( to bottom, #17a2c4, rgba(0, 0, 0, 0) ) 1 100%;*/
}
/*a .nav-link.orderlisttab.active {
    --border-width: 3px;
    position: relative;   
    justify-content: center;
    align-items: center;   
    color: white;    
    border-radius: 3px;
}
    a.nav-link.orderlisttab.active::after {
        position: absolute;
        content: "";
        top: calc(-1 * 3px);
        left: calc(-1 * 3px);
        z-index: -1;
        width: calc(100% + 3px * 2);
        height: calc(100% + 3px * 2);
        background: linear-gradient(60deg, #5f86f2, #a65ff2, #f25fd0, #f25f61, #f2cb5f, #abf25f, #5ff281, #5ff2f0);
        background-size: 300% 300%;
        background-position: 0 50%;
        border-radius: calc(2 * 3px);
        animation: moveGradient 4s alternate infinite;
    }

@keyframes moveGradient {
    50% {
        background-position: 100% 50%;
    }
}*/

.dragging li.ui-state-hover {
    min-width: 500px;
}

.dragging .ui-state-hover a {
    color: green !important;
    font-weight: bold;
}

.dragging th, .dragging td {
    /*text-align: right;*/
    padding: 2px 4px;
    border: 1px solid;
}

.connectedSortable tr, .ui-sortable-helper {
    cursor: move;
}

    .connectedSortable tr:first-child {
        cursor: default;
    }

.ui-sortable-placeholder {
    background: yellow;
}

.nav-tabs .nav-link.orderlisttab:focus, .nav-tabs .nav-link.orderlisttab:hover {
    border-color: #e9ecef #e9ecef #dee2e6 !important;
    border: 0 !important;
}

ul.dropdown-menu.order_process_option {
    padding-bottom: 0;
}

    ul.dropdown-menu.order_process_option li {
        padding: 15px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ccc;
        padding-top: 6px;
    }

        ul.dropdown-menu.order_process_option li a {
            color: #000;
            width: 100%;
            display: block;
        }

.Vendor_config_form {
    margin: auto;
    margin-top: 0;
}

.rate_date_top.row {
    align-items: center;
    justify-content: center;
}

.input-group.DailyRateDate {
    margin-left: 0;
}

.gold_silver_rate_top.row {
    align-items: center;
    justify-content: center;
}



/************************Chat page Css*************************/
#chat-container .message-content .message-text.img-View .attachment_img span {
    margin-right: 10px;
    font-size: 13px;
    position: absolute;
    left: 52px;
    font-size: 16px;
    font-weight: 600;
    color: #464646;
    overflow: hidden;
    text-align: left;
    width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#chat-container .other-message .message-text {
    display: inline-flex;
    padding: 0;
    text-align: end;
}


#chat-container .you-message .username_mag.deletmsg {
    display: flex;
    justify-content: end;
    align-items: center;
}

#chat-container .message-content button.btn.dropdown-toggle.delet_msg_btn {
    margin: 0;
    padding: 0;
    margin-right: 10px;
    color: #000;
    font-size: 23px;
}

#chat-container .message-content .username_mag.deletmsg {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
}

#chat-container .you-message .username_mag.deletmsg {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: unset;
}

#chat-container .you-message button.btn.dropdown-toggle.delet_msg_btn {
    margin: 0;
    padding: 0;
    margin-left: 10px;
    color: #fff;
    font-size: 23px;
}

#chat-container {
    display: grid;
    grid: 'search-container chat-title' 50px 'conversation-list chat-message-list' 1fr 'new-message-container chat-form' 78px / 275px 1fr;
    min-width: 90%;
    max-width: 90%;
    max-height: 800px;
    flex: 1 0 0;
    height: 90vh;
    background: #FFF;
    border-radius: 10px;
    margin: auto;
    margin-top: -5px;
    position: relative
}

    #chat-container #search-container,
    #chat-container #conversation-list,
    #chat-container #new-message-container {
        background: #343a40;
    }

    #chat-container #search-container {
        display: flex;
        align-items: center;
        grid-area: search-container;
        padding: 0 20px;
        border-radius: 10px 0 0 0;
        box-shadow: 0 1px 3px -1px rgba(0,0,0, 0.75);
        z-index: 1;
    }

        #chat-container #search-container input {
            flex: 1 0 0;
            color: #eee;
            outline: none;
            font-weight: bold;
            border-radius: 2px;
            height: 30px;
            border: 0;
            padding-left: 48px;
            padding-right: 20px;
            font-size: 15px;
            background: url('../img/search/search.svg') no-repeat rgba(255, 255, 255, 0.3);
            background-size: 20px 20px;
            background-position: 15px center;
            width: 100%;
        }

            #chat-container #search-container input::placeholder {
                color: #ddd;
                font-weight: bold;
            }

    #chat-container #conversation-list {
        grid-area: conversation-list;
        overflow-y: scroll;
    }

.chat-send-btn {
    font-size: 30px;
    margin-left: 20px;
    color: #343a40;
}

element.style {
}

#chat-container .conversation.active, #chat-container .conversation:hover {
    background: #ffffff1a;
}

#chat-container .conversation {
    display: grid;
    grid-template-columns: 33px 2fr max-content;
    grid-gap: 5px;
    color: #ddd;
    font-size: 1.3rem;
    border-bottom: 1px solid #575757;
    padding: 10px 20px 10px 10px;
    position: relative;
}

    #chat-container .conversation.active,
    #chat-container .conversation:hover {
        background: #ffffff1a;
    }

    #chat-container .conversation:hover {
        cursor: pointer;
    }

    /*#chat-container .conversation > img {
            grid-row: span 2;
            height: 40px;
            width: 40px;
            border-radius: 100%;
        }*/
    #chat-container .conversation > .user_profiel-img {
        grid-row: span 2;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        border: 1px solid currentColor;
        text-align: center;
        align-self: center;
    }

#chat-container .title-text {
    font-weight: bold;
    color: #eee;
    padding-left: 10px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    font-size: medium;
    margin-bottom: 0;
}

#chat-container .created-date {
    font-size: small;
}

#chat-container .conversation-message {
    grid-column: span 2;
    padding-left: 10px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

#chat-container #new-message-container {
    display: flex;
    align-items: center;
    grid-area: new-message-container;
    border-top: 1px solid rgba(0,0,0, 0.25);
    border-radius: 0 0 0 10px;
    padding: 0 15px;
}

    #chat-container #new-message-container a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        background: #eee;
        border-radius: 100%;
        color: #343a40;
        text-decoration: none;
        font-size: 25px;
    }

#chat-container #chat-title,
#chat-container #chat-form {
    background: #eee;
}


#chat-container #chat-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-area: chat-title;
    color: #343a40;
    font-weight: bold;
    font-size: x-large;
    border-radius: 0 10px 0 0;
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.75);
    padding: 0 20px;
}


#chat-container chat-title > img,
#chat-container #chat-form > img {
    cursor: pointer;
}

#chat-container #chat-title > img {
    width: 36px;
    height: 36px;
}

.chat-message-full-list {
    position: relative;
}
/*#chat-container #chat-message-list {
        grid-area: chat-message-list;
        display: flex;
        flex-direction: column-reverse;
        padding: 0 20px;
        overflow-y: scroll;
    }*/
div#account-type {
    position: absolute;
    width: 100%;
    background: #eee;
    /* border-radius: 0 10px 0 0; */
    box-shadow: 0 1px 3px -1px rgba(0,0,0,0.75);
    padding: 10px 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

#chat-container div#account-type::-webkit-scrollbar {
    display: block;
}

#chat-container #chat-message-list {
    grid-area: chat-message-list;
    display: flex;
    flex-direction: column-reverse;
    padding: 0 20px;
    overflow-y: scroll;
    height: 60vh;
    margin-top: 75px;
}

#chat-container .message-row {
    display: grid;
    grid-template-columns: 70%;
    margin-bottom: 10px;
}

/*#chat-container .message-content {
    display: grid;
}*/

#chat-container .message-content {
    display: flex;
}

#chat-container .you-message {
    justify-content: end;
}

    #chat-container .you-message .message-content {
        justify-items: end;
        display: flex;
        flex-direction: row-reverse;
    }

/*#chat-container .other-message .message-content {
    grid-template-columns: 48px 1fr;
    grid-column-gap: 15px;
}*/

#chat-container .message-row .user_profiel-img {
    border-radius: 100%;
    grid-row: span 3;
    width: 25px;
    height: 25px;
    border: 1px solid currentColor;
    text-align: center;
    font-size: 13px;
    display: none
}

#chat-container .message-time {
    font-size: small;
    color: #777;
    text-align: right;
    font-style: italic;
}

#chat-container .you-message .message-content .message-time {
    color: #c5c5c5;
    font-style: italic;
}

#chat-container .message-text {
    padding: 9px 14px;
    font-size: small;
    margin-bottom: 5px;
}

#chat-container .you-message .message-text {
    /*background: #494e53;
    color: #eee;
    border: 1px solid #494e53;
    border-radius: 14px 14px 0 14px;*/
    padding: 0;
    text-align: end
}

#chat-container .other-message .message-text {
    /*background: #eee;
    color: #111;
    border: 1px solid #ddd;
    border-radius: 14px 14px 14px 0;*/
    display: inline-flex;
    padding: 0
}

#chat-container #chat-form {
    display: flex;
    align-items: center;
    grid-area: chat-form;
    border-top: 1px solid rgba(0,0,0, 0.25);
    border-radius: 0 0 10px 0;
    padding-left: 20px;
    padding-right: 20px;
}

    #chat-container #chat-form > img {
        width: 32px;
        height: 32px;
        margin-right: 15px;
    }

    #chat-container #chat-form input {
        flex: 1 0 0;
        outline: none;
        padding: 10px;
        border: 2px solid #ddd;
        color: #330;
        border-radius: 6px;
        font-size: small;
    }

#chat-container ::-webkit-scrollbar {
    display: none;
}

div#conversation-new {
    display: none;
    /* position: absolute; */
    grid-area: conversation-list;
    overflow-y: scroll;
    height: 100%;
    /* margin-top: 50px; */
    height: 85vh;
}

.Back_header p {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-left: 30px;
}

.Back_header a {
    font-size: 22px;
    cursor: pointer;
    padding-left: 10px;
}

#chat-container a {
    cursor: pointer;
}

.Back_header {
    display: flex;
    background: #fff;
    height: 40px;
    line-height: 40px;
}

.w3-animate-bottom {
    position: relative;
    animation: animatebottom 0.4s
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.w3-animate-top {
    position: relative;
    animation: animatetop 0.4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.multiselect_account {
    position: absolute;
    width: 100%;
    background: #eee;
    /* border-radius: 0 10px 0 0; */
    /* box-shadow: 0 1px 3px -1px rgb(0 0 0 / 75%); */
    padding: 10px 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    bottom: 0;
}



#new-message-container #select_dept p {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: bold;
}

#new-message-container #select_dept {
    background: #fff;
    color: #000;
    padding: 12px;
}

.bootstrap-select .bs-ok-default::after {
    width: 0.3em;
    height: 0.6em;
    border-width: 0 0.1em 0.1em 0;
    transform: rotate(45deg) translateY(0.5rem);
}

.btn.dropdown-toggle:focus {
    outline: none !important;
}

.select_dept button.btn.dropdown-toggle.bg-white.rounded-pill.px-4.py-3.shadow-sm {
    flex: 1 0 0;
    outline: none;
    padding: 10px !important;
    border: 2px solid #ddd;
    color: #330;
    border-radius: 6px !important;
    font-size: small;
}

.select_dept .bootstrap-select .dropdown-menu li a span.text {
    font-size: 15px
}

.select_dept .filter-option-inner-inner {
    font-size: 15px;
}


div#select_contact #conversation-list {
    height: 80vh;
    overflow: scroll;
}

button.btn.btn-primary.btnAccountType.active {
    background-color: #343a40 !important;
    border: none !important;
    margin-right: 10px;
}

button.btn.btn-primary.btnAccountType {
    margin-right: 10px;
}

#chat-container .you-message .message-content .allmsg {
    margin-right: 20px;
    background: #494e53;
    color: #eee;
    border: 1px solid #494e53;
    border-radius: 14px 14px 0 14px;
}

    #chat-container .you-message .message-content .allmsg .userName {
        text-align: right;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 6px;
    }

.message-text.img-View .attachment_img {
    width: 250px;
    height: auto;
}

.message-text.img-View {
    position: relative;
}

.download-icon {
    position: absolute;
    bottom: 3%;
    right: 6%;
    color: #17a2b8;
    font-size: 1.5em;
}

}

.name-date {
    display: flex;
    justify-content: space-between;
}

.msg_count {
    width: 20px;
    height: 20px;
    background: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: auto;
    display: flex;
    border-radius: 50%;
    color: #000;
    font-size: 12px;
    margin-right: 0;
    position: absolute;
    top: 35px;
    right: 15px;
}

div.allmsg .download-iconw[href$=".jpg"]:before, div.allmsg .download-iconw[href$=".JPEG"]:before, div.allmsg .download-iconw[href$=".png"]:before, div.allmsg .download-iconw[href$=".PNG"]:before {
    padding-left: 20px;
    content: "\f1c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 30px;
    margin-top: -10px;
    color: #007bff
}

div.allmsg .download-iconw[href$=".pdf"]:before {
    padding-left: 20px;
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 30px;
    margin-top: -10px;
    color: #f00
}

div.allmsg .download-iconw[href$=".doc"]:before {
    padding-left: 20px;
    content: "\f1c2";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 30px;
    margin-top: -10px;
    color: #43a3ff
}

div.allmsg .download-iconw[href$=".txt"]:before {
    padding-left: 20px;
    content: "\f15c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 30px;
    margin-top: -10px;
    color: black
}

div.allmsg .download-iconw[href$=".xls"]:before, div.allmsg .download-iconw[href$=".xlsx"]:before {
    padding-left: 20px;
    content: "\f1c3";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 30px;
    margin-top: -10px;
    color: #3f78ff
}

div.allmsg .download-iconw[href$=".exe"]:before {
    padding-left: 20px;
    content: "\f1c3";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 30px;
    margin-top: -10px;
    color: #dddddd
}

a.download-iconw:before {
    padding-left: 20px;
    content: "\f15b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 30px;
    margin-top: -10px;
    color: #494e53
}

h6.userName.bold {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: bold;
}

.allmsg {
    background: #eee;
    color: #111;
    border: 1px solid #ddd;
    border-radius: 14px 14px 14px 0;
    /* display: inline-flex; */
    padding: 9px 14px;
    max-width: 50%;
}

#chat-container .other-message .message-content .user_profiel-img {
    display: none;
}

.message-text.img-View .attachment_img span {
    margin-right: 10px;
    font-size: 13px;
}

.message-text.img-View .attachment_img .fas {
    font-size: 23px;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

a.download-iconw {
    color: #000
}

.attachment_bg {
    height: 47px;
    background: #f5f5f5;
    padding: 10px 10px 10px 0;
    border-radius: 14px 14px 0 14px;
    position: relative;
    margin-bottom: 10px;
}

.message-text.img-View .attachment_img span {
    margin-right: 10px;
    font-size: 13px;
    position: absolute;
    left: 52px;
    font-size: 16px;
    font-weight: 600;
    color: #464646;
    overflow: hidden;
    text-align: left;
    width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.filelabel {
    width: 50px;
    /* border: 2px dashed grey; */
    border-radius: 5px;
    display: block;
    padding: 5px;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: center;
    margin: 0;
}

    .filelabel i {
        display: block;
        font-size: 30px;
        padding-bottom: 5px;
    }

    .filelabel i,
    .filelabel .title {
        color: grey;
        transition: 200ms color;
    }

    /*.filelabel:hover {
        border: 2px solid #1665c4;
    }*/

    .filelabel:hover i,
    .filelabel:hover .title {
        color: #1665c4;
    }

.txtChatAttachment {
    display: none;
}



/*.attachment-send {
    position: absolute;
    height: 85vh;
    background: #e6e6e6;
    width: 100%;
    top: -49px;
    z-index: 9;
}*/
.attachment-send {
    position: absolute;
    height: fit-content;
    background: #e6e6e6;
    width: 77%;
    /* top: -50px; */
    z-index: 9;
    left: 275px;
    /* height: auto; */
    overflow: auto;
    max-height: 800px;
    height: 100%;
}

.attachment-image {
    border-bottom: 1px solid #0000004a;
    /* padding-bottom: 15px; */
    /* margin-top: 50px; */
}

button.close.modal_close {
    //width: 100%;
    opacity: 1;
    float: left;
    margin-left: 20px;
}

    button.close.modal_close span {
        color: #000;
        font-size: 50px;
        float: left;
    }

    button.close.modal_close:focus {
        outline: none;
    }

.attachment-image .attachment-large-img {
    margin: auto;
    display: flex;
    height: 350px;
    box-shadow: 0px 0px 19px -2px rgb(0 0 0);
    -webkit-box-shadow: 0px 0px 19px -2px rgb(0 0 0);
    -moz-box-shadow: 0px 0px 19px -2px rgba(0,0,0,1);
}

.attachment-thumbnail-img {
    align-items: center;
    justify-content: center;
    margin: auto;
    display: flex;
    margin-top: 20px;
}

    .attachment-thumbnail-img .attachment-thumbnail-gallery {
        height: 80px;
        margin-right: 15px;
        width: 80px;
    }

.attachment_input input {
    flex: 1 0 0;
    outline: none;
    padding: 14px;
    border: 2px solid #ddd;
    color: #330;
    border-radius: 50px;
    font-size: small;
}

.attachment_input {
    align-items: center;
    justify-content: center;
    margin: auto;
    display: flex;
    width: 48%;
    margin-top: 20px;
}

.attachment-meg-send {
    position: relative;
    right: 20px;
    /* bottom: 100px; */
    /* margin-top: 20px; */
}

    .attachment-meg-send .chat-send-btn {
        margin: 0;
        width: 60px;
        height: 60px;
        background: #17a2b8;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        transform: rotate( 41deg);
        color: #fff;
    }

        .attachment-meg-send .chat-send-btn:hover {
            text-decoration: none;
        }

span.attachment-count {
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: -6px;
    top: -13px;
    font-weight: bold;
}

span.thumbnail_close {
    display: none;
}
/*span.thumbnail_close:hover {
    display: block;
    position: absolute;
    right: 20px;
    font-size: 20px;
    top: -6px;
    color: #fff;
}*/
.attachment-thumbnail-img .thumbnail-gallery:hover span.thumbnail_close {
    display: block;
    position: absolute;
    right: 20px;
    font-size: 20px;
    top: -6px;
    color: #fff;
}

.attachment-thumbnail-img .thumbnail-gallery {
    position: relative;
}

    .attachment-thumbnail-img .thumbnail-gallery:hover .attachment-thumbnail-gallery {
        border: 2px solid #17a2b8;
    }

div#divSend {
    position: relative;
    right: 20px;
    display: flex;
    align-items: center;
}

    div#divSend .select_dept {
        margin-right: 40px;
    }


/******************19/01/22 admin Panel Style Change Start*******************/
:root {
    --newthemecolor: #17a2b8;
}

.content-wrapper {
    background-color: #fff !important;
    margin-bottom: 30px;
}

.login-logo, .register-logo {
    background: var(--newthemecolor);
    margin-bottom: 0 !important;
    padding: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
}

    .login-logo a, .register-logo a {
        color: #fff !important;
    }

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--newthemecolor) !important;
}

.login-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text {
    border-color: var(--newthemecolor) !important;
}

.login-card-body .btn-block {
    background-color: var(--newthemecolor) !important;
    font-weight: 600;
    color: white;
}

.forgotpass {
    color: var(--newthemecolor) !important;
}

.icheck-primary {
    margin-top: 0 !important;
}

    .icheck-primary > input:first-child:checked + input[type=hidden] + label::before, .icheck-primary > input:first-child:checked + label::before {
        background-color: var(--newthemecolor) !important;
        border-color: var(--newthemecolor) !important;
    }

input#Password {
    border-right: 1px solid #ccc;
    border-radius: 5px;
    border-right-width: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.login-card-body, .register-card-body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #f3f3f3;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
/*.projectFactsWrap .item {  
    background: #fff !important;
}*/

.user-dropdown-menu li.user-header {
    background: #fff;
}

    .user-dropdown-menu li.user-header p {
        color: #000;
    }

a.btn.btn-primary.btn-flat.sign-out {
    background-color: var(--newthemecolor) !important;
    font-weight: 600;
    color: white;
    border: 0
}

.dashBoard.active {
    background: var(--newthemecolor) !important;
}

.nav-sidebar .nav-item > .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .nav-sidebar .nav-item > .nav-link:hover {
        background: var(--newthemecolor) !important;
        color: #fff !important;
    }

.nav-sidebar .nav-link > .right, .nav-sidebar .nav-link > p > .right {
    top: .7rem !important;
}

.nav-sidebar .nav-item > .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff !important;
}

    .nav-sidebar .nav-item > .nav-link.active {
        background: var(--newthemecolor) !important;
        color: #fff !important;
    }

li.nav-item.active a {
    background: var(--newthemecolor) !important;
}

/*li.nav-item.active.menu-open a {
    background: #fff !important;
}*/

.info.information i, .info.information span {
    color: #fff !important;
}

a.brand-link span {
    color: #000 !important;
}

/*aside.main-sidebar.sidebar-dark-primary {
    background: #fff;
}*/

.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) {
    background-color: #fff;
}

[class*=sidebar-dark] .user-panel {
    border-bottom: 1px solid #a6aab4;
}

[class*=sidebar-dark] .brand-link {
    border-bottom: 1px solid #a6aab4;
}

button#mySearch1 {
    border-color: #d3d3d4;
}

aside.main-sidebar.sidebar-dark-primary.elevation-4 {
    margin-top: -17px;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2) !important;
}

.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: calc(3.5rem + 1px);
    margin: unset !important;
    height: calc(100vh - 161px);
}

.card-info:not(.card-outline) > .card-header {
    background: var(--newthemecolor) !important;
}

thead {
    background-color: var(--newthemecolor) !important;
    color: white !important;
}

.dt-buttons button.dt-button.buttons-collection.buttons-colvis {
    background-color: var(--newthemecolor) !important;
}

div.dt-button-collection button.dt-button.active:not(.disabled) {
    background: var(--newthemecolor) !important;
    color: #fff !important;
    border: 0 !important;
}

.layout-fixed .main-sidebar ::-webkit-scrollbar {
    width: 0px;
    border-radius: 10px;
}

.layout-fixed .main-sidebar ::-webkit-scrollbar-track {
    background: #a6aab4;
}

.fa-pencil-alt:before {
    content: "\f303";
    text-align: center;
    color: var(--newthemecolor) !important;
}

.btn-primary {
    color: #fff;
    background-color: var(--newthemecolor) !important;
    border-color: var(--newthemecolor) !important;
    box-shadow: none;
}

.btn-info {
    color: #fff;
    background-color: #fff !important;
    border-color: var(--newthemecolor) !important;
    box-shadow: none;
    color: var(--newthemecolor) !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--newthemecolor) !important;
    border-color: var(--newthemecolor) !important;
}

.page-link {
    color: #636365 !important;
}

#tblRow #btnAddRow {
    color: #fff !important;
}

input[type=checkbox]:before {
    border-color: var(--newthemecolor) !important;
}

input[type=checkbox]:checked:after {
    border-color: var(--newthemecolor) !important;
}

.card-primary.card-outline-tabs > .card-header a.active {
    border-top: 3px solid var(--newthemecolor) !important;
    color: black !important;
}

.card.card-outline-tabs .card-header a {
    color: var(--newthemecolor) !important;
}

.loader {
    position: absolute;
    left: 50%;
    z-index:9999;
    top:40%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #17a2b8 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #d2a85b 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #17a2b8 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #17a2b8 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #d2a85b 10%, rgba(255, 255, 255, 0) 42%);
}

    .loader:after {
        background: #fff;
    }

    .loader:before {
        background: var(--newthemecolor) !important;
    }
div.dt-button-collection button.dt-button {
    background: #000;
    color: #fff;
}
div.dt-button-collection button.dt-button:hover {
    background: #888;
    color: #fff;
}
.image-close {
    background: var(--newthemecolor) !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid var(--newthemecolor) !important;
    background: var(--newthemecolor) !important;
    font-weight: normal;
    color: #ffffff;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: var(--newthemecolor) !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
    box-shadow: 0 0 0 0.1rem rgba(23, 162, 184,0) !important;
}


img#catalogue_pic {
    align-items: center;
    justify-content: center;
    margin: auto;
    object-fit: contain;
    border: 1px solid #00000017;
    padding: 2px;
    width: 100%;
    height: 100%;
}

input#file_pic {
    visibility: hidden;
    display: none;
}
.upload_catalogue_img{
    margin-bottom:10px
}
button.btn.removeimgBtn i {
    margin-right: 10px;
}

button.btn.removeimgBtn {
    background: #ff5c5c;
    color: #fff;
}
.removeimg {
    text-align: right;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

/******************19/01/22 admin Panel Style Change End*******************/
/******************responsive css*******************/
@media only screen and (max-width: 1920px), only screen and (max-height: 1080px) {
    #chat-container #chat-message-list {
        height: 70vh;
        margin-top: 75px;
    }

    #chat-container {
        max-height: 100%;
        height: 90vh;
    }

    .attachment-send {
        width: 84%;
        overflow: auto;
        height: 90vh;
        max-height: unset;
    }

    .attachment-image .attachment-large-img {
        height: 450px;
        margin-top: 100px;
    }
}

@media only screen and (max-width: 1920px) {
    .attachment-send {
        width: 84%;
    }
}

@media only screen and (max-width: 1440px) {
    .attachment-image .attachment-large-img {
        height: 350px;
        margin-top: 20px;
    }

    .attachment-send {
        width: 78%;
    }
}

@media only screen and (max-width: 1024px) {
    h3#h3AttachmentTitle {
        font-size: 20px;
    }

    .attachment-meg-send {
        position: relative;
        right: 0px;
        /* bottom: 100px; */
        /* margin-top: 20px; */
    }

    .attachment-send {
        width: 68%;
    }

    .vendor_configuration_ckeck {
        width: 100%;
    }

    #chat-container .message-content .allmsg {
        max-width: 299px;
    }

    #chat-container .you-message .message-content .allmsg {
        max-width: 299px;
    }

    .attachment-image .attachment-large-img {
        height: 337px;
        margin-top: 50px;
    }

    .attachment-image {
        border-bottom: 1px solid #0000004a;
        /* padding-bottom: 15px; */
        /* margin-top: 50px; */
        padding-bottom: 18px;
    }

    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 163px;
    }
}

@media only screen and (max-width: 768px) {
    .attachment-send {
        width: 77%;
    }
}

@media only screen and (min-width: 768px) {


    .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info, .sidebar-mini.sidebar-collapse .sidebar-form, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span, .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span > .pull-right, .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
        display: none !important;
        -webkit-transform: translatez(0);
    }

    body.sidebar-mini.layout-navbar-fixed.layout-footer-fixed.layout-fixed li.nav-item.search-hide {
        display: none;
    }
}


/*@media (min-width: 576px) {
    #ItemSubPopUp .modal-dialog {
        max-width: fit-content;
        margin: auto;
    }
}*/
@media only screen and (max-width: 640px) {
    div.dt-buttons {
        float: left !important;
        text-align: center;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0.5em;
        display: inline-block;
        width: auto !important;
    }

    .content-header h1 {
        font-size: 18px;
        margin: 0;
        margin-left: 20px;
        text-transform: capitalize;
        letter-spacing: -1px;
        font-weight: bold;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 640px) {
}

@media (max-width: 576px) {
    #ItemSubPopUp .modal-dialog {
        max-width: fit-content;
        margin: auto;
    }

    .modal-content {
        width: 100% !important;
    }

    div.dataTables_wrapper div.dataTables_filter {
        text-align: right;
        margin-top: 0;
    }

    div#tblmstHSNCode_length {
        margin-bottom: 10px;
    }

    div#tblmstItemPrefix_length {
        margin-left: -35px;
        display: flex;
        width: 100%;
    }

    div#tblmstItemPrefix_filter {
        display: flex;
        width: 100%;
        margin-top: 10px;
    }

    .dataTables_length {
        margin-left: -35px;
        display: flex;
        width: 100%;
        margin-bottom: 10px;
    }

    .dataTables_filter {
        display: flex;
        width: 100%;
        margin-top: 10px;
    }

    h5.EmployeeName {
        font-size: 18px;
    }

    .main_title.slider_images_title {
        display: block;
        width: 100%;
        /* margin: auto; */
        margin-bottom: 0px !important;
    }

    .custom-file.col-sm-2 {
        width: 92%;
        margin: auto;
        display: flex;
        margin-left: 8px;
    }

    .banner_collection_image {
        display: block;
    }

    .main_title h1 {
        font-size: 15px;
    }

    input#btnGo {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 425px) {

    .modal-content {
        width: 100% !important;
    }

    .vendor_configuration_ckeck {
        display: block;
        text-align: center;
        text-align: right;
        padding: 0;
        justify-content: stretch;
        width: 100%;
    }

        .vendor_configuration_ckeck .form-group {
            justify-content: space-between;
        }
}

.start_pre {
    color: #9a9797;
}

.start_post {
    color: #f2c557;
}
/*banner-collection strat*/
section.content-header.banner-collection-details {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.banner-collection {
    background-color: #fff;
    padding: 10px;
}

section.banner-collection-contains {
    margin: 20px 0 20px 20px;
}

img.profile_pic {
    align-items: center;
    justify-content: center;
    margin: auto;
    object-fit: contain;
    border: 1px solid #00000017;
    padding: 0px;
    /* max-width:100%;
    max-height:100%;*/
}

input.file_pic {
    visibility: hidden;
    display: none;
}

.banner-collection h4 {
    margin-bottom: 20px;
}

.upload---profine {
    margin: 10px 0;
}
/*banner-collection end*/

/*menu-dropdown css start here*/
.menu-details-dropdown.dropdown:hover > .dropdown-menu {
    display: block;
}

.menu-details .dropdown > .menu-details .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.menu-details ul li {
    margin: 0 16px;
}

    .menu-details ul li .dropdown a.btn-secondary {
        background: transparent;
        color: #17a2b8;
        border: 1px solid #17a2b8;
    }
/*Right*/
#filter-modal.modal.right.fade .modal-dialog {
    right: -430px;
    top: 62px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

#filter-modal.modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal-dialog::backdrop {
    background: #fff !important;
}

#filter-modal.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

#filter-modal.modal.right .modal-body {
    padding: 15px 15px 14px;
}

.filter_btns {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
}

.filter_contains {
    margin-top: 4px;
}

.customer-password {
    border-right-width: 1px;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.modal-new-itemlist ul {
    max-height: 200px;
    overflow-y: scroll;
    margin-top: 0px;
    padding-top: 6px;
}



/*use Memory Css start*/

      .modal-confirm {
            color: #636363;
            width: 400px;
        }

            .modal-confirm .modal-content {
                padding: 20px;
                border-radius: 5px;
                border: none;
                text-align: center;
                font-size: 14px;
            }

            .modal-confirm .modal-header {
                border-bottom: none;
                position: relative;
            }

            .modal-confirm h4 {
                text-align: center;
                font-size: 26px;
                margin: 20px 0 -10px;
            }

            .modal-confirm .close {
                position: absolute;
                top: -5px;
                right: -2px;
            }

            .modal-confirm .modal-body {
                color: #999;
            }

            .modal-confirm .modal-footer {
                border: none;
                text-align: center;
                border-radius: 5px;
                font-size: 13px;
                padding: 10px 15px 25px;
            }

                .modal-confirm .modal-footer a {
                    color: #999;
                }

            .modal-confirm .icon-box {
                width: 80px;
                height: 80px;
                margin: 0 auto;
                border-radius: 50%;
                z-index: 9;
                text-align: center;
                border: 3px solid #f15e5e;
            }

                .modal-confirm .icon-box i {
                    color: #f15e5e;
                    font-size: 46px;
                    display: inline-block;
                    margin-top: 13px;
                }

            .modal-confirm .btn, .modal-confirm .btn:active {
                color: #fff;
                border-radius: 4px;
                background: #60c7c1;
                text-decoration: none;
                transition: all 0.4s;
                line-height: normal;
                min-width: 120px;
                border: none;
                min-height: 40px;
                border-radius: 3px;
                margin: 0 5px;
            }

        a.btn.btn-success {
            color: white;
        }

        .modal-confirm .btn-secondary {
            background: #c1c1c1;
        }

            .modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {
                background: #a8a8a8;
            }

        .modal-confirm .btn-danger {
            background: #f15e5e;
        }

            .modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
                background: #ee3535;
            }

.daterangepicker th.month {
    width: auto;
    color: black !important;
}
/*use Memory Css end*/