﻿::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #0066cc;
    border-radius: 35px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #798e98;
        cursor: pointer;
    }

.sidebar-card {
    --bs-border-color: #ffffffad !important;
    background-color: #ffffffad;
}

.create-btn {
    float: right;
    margin-bottom: 6px;
}

.filter-btn {
    margin-top: 21px;
}

.button-position {
    float: right;
    margin-bottom: 5px;
    margin-top: 30px;
}

.field_margin_bottom {
    margin-bottom: 10px;
}

.field_margin_top {
    margin-top: 10px;
}

.modal_style {
    top: 25px;
}

.row_style {
    margin-bottom: -10px;
}

.div_margin_top {
    margin-top: 12px;
}

.title_text_align {
    text-align: center;
}

.div_align {
    margin-bottom: 1rem;
}

.table_width {
    Width: 100%;
}

.model-bg-blur {
    background: rgba( 0, 0, 0, 0.40 );
    backdrop-filter: blur( 2px );
    -webkit-backdrop-filter: blur( 2px );
}

.modal_align {
    margin: 12px 0;
}

.display-none {
    display: none
}

.button-spacing {
    margin-bottom: 0;
}

.div-spacing {
    margin-top: 8%;
}

@media screen and (max-width: 1200px) {
    .button-spacing {
        margin-bottom: 15px;
    }

    .filter-btn {
        margin-top: 0px;
    }

    .button-position {
        float: right;
        margin-bottom: 5px;
        margin-top: 0px;
    }
}

.button-invoice-report {
    float: right;
    margin-bottom: 6px;
    margin-top: 20px
}

.button-alignment {
    float: right;
    margin-bottom: 6px
}

.button-alignment-pickup {
    float: right;
    margin-top: 26px;
}

.negative-amount-color {
    color: #ff0000;
    margin-bottom: 0;
    display: inline;
}

.positive-amount-color {
    color: #00ff21;
    margin-bottom: 0;
    display: inline;
}

.button-order-detail {
    float: right;
    margin-bottom: 6px
}

.button-order-print {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 500px) {
    .order-print-container {
        display: grid;
        place-items: flex-start;
        gap: 15px;
    }

    .button-order-print {
        width: 100%;
    }

        .button-order-print button {
            width: 100%;
        }
}

.order-create-btn {
    margin-top: 5px;
}

@media screen and (max-width: 500px) {
    .order-create-btn {
        margin-top: 10px;
    }
}

.disabled-form input {
    background-color: #00000021 !important;
}

.order-details-buttons-container {
    display: table-row;
}

.print-selection-container {
    display: inline-block;
    vertical-align: middle;
}

.back-btn {
    float: right;
    margin-bottom: 6px;
}

.scroll-style {
    width: 100% !important;
    overflow-x: auto;
}

.card-max-height-300 {
    max-height: 300px;
    padding: 0 15px;
    overflow: auto;
}

.background-color {
    background-color: #ffffff21;
}

@media screen and (max-width: 600px) {
    .order-details-buttons-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .res-width {
        width: 100%;
    }
}

.card-content-data {
    display: flex;
    justify-content: space-around;
}

.row-title {
    float: right;
}

.card-content-data .card-content-data-title {
    width: 40%;
    margin-bottom: 0;
}

.card-content-data span {
    width: 5%
}

.card-content-data .card-content-data-item {
    width: 55%;
    margin-bottom: 0;
}

@media only screen and (max-width: 440px) {
    .card .card-body .dataTables_wrapper .row .text-right div {
        display: block !important;
    }

        .card .card-body .dataTables_wrapper .row .text-right div .dt-buttons {
            margin-top: 10px !important;
            display: grid !important;
        }

            .card .card-body .dataTables_wrapper .row .text-right div .dt-buttons .ms-2 {
                margin-left: 0 !important;
                margin-bottom: 5px !important;
            }
}

@media only screen and (max-width: 900px) and (min-width: 767px) {
    .card .card-body .dataTables_wrapper .row {
        display: grid !important;
    }

        .card .card-body .dataTables_wrapper .row .text-right {
            width: 100%
        }
}



.editable-field {
    background-color: #00000021 !important;
}

.margin-space {
    margin-right: 30px
}

.modal-dialog-slideout {
    min-height: 90%;
    margin: 0 0 0 auto;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%,0)scale(1);
    transform: translate(100%,0)scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
}

    .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
        overflow-y: auto;
        overflow-x: hidden;
    }

.modal-dialog-slideout .modal-content {
    border: 0;
    top: 52px;
    height: calc(100vh - 52px);
}

.modal-dialog-slideout .modal-header, .modal-dialog-slideout .modal-footer {
    height: 69px;
    display: block;
}

.modal-dialog-slideout .modal-header {
    width: 100%;
    margin: auto;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .modal-dialog-slideout .modal-header h5 {
        float: left;
    }

.test-header {
    width: 100%;
    margin: auto;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.searchbarcontainer {
    position: absolute;
    top: 24px;
    left: 450px;
}

.full-height {
    height: 100%
}

option {
    color: black;
}

.chat-btn {
    position: fixed;
    right: 0;
    bottom: 30px;
    width: 150px;
    height: 50px;
    background: #388dce;
    border: none;
    font-size: 18px;
    box-shadow: 3px 2px 6px #0000009c;
    border-radius: 10px 0 0 10px;
    transition: 0.3s ease;
    z-index: 10;
}

.addnote-btn {
    font-size: 1.7rem;
    margin-top: 4px;
}

.chat-box {
    height: calc(100% - 70px);
    overflow-y: auto;
    background: #d9d9d9;
    overflow-x: hidden;
    padding: 20px 30px;
}

.chat-btn:hover {
    width: 175px;
}

.message-right {
    background: #0f6d71;
    float: right;
    max-width: 70%;
    margin-bottom: 20px;
    font-size: 14px;
    border-radius: 20px 20px 0px 20px;
    padding: 15px;
    color: white;
}

.message-left {
    background: white;
    float: left;
    max-width: 70%;
    margin-bottom: 20px;
    font-size: 14px;
    border-radius: 5px;
    color: black;
    border-radius: 20px 20px 20px 0px;
    padding: 15px;
}

.notify-icon i {
    font-size: 2rem;
}

.notify-icon span {
    margin-left: -10px;
}

.profile-left {
    height: 100%;
}

.profile-right {
    height: 100%;
    overflow-y: auto;
}

.profile-left img {
    width: 100%;
}

.profile-left-info {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.profile-right-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-right-content {
    width: 100%;
}

.profile-card-title {
    text-align: end;
}

@media only screen and (max-width: 600px) {
    .profile-card-title {
        text-align: start;
    }

    .profile-right-item {
        width: auto !important;
    }
}

.card-bottom-button{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.user-image {
    width: 100%;
    aspect-ratio: 1/1;
}

.logged-in-user-image {
    width: 35px;
    border-radius: 50%;
}

.button-position-search {
    margin-top: 28px !important;
}

.height-align {
    height: 350px;
}

.dispatch-modal-body {
    max-height: 350px;
    overflow-y: auto;
}

.button-position-search {
    margin-top: 28px !important;
}

.modal-dialog-width {
    max-width: 50% !important
}

.modal-content-scroll {
    max-height: 65vh;
    overflow-y: auto;
}

.user-profile-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


.custom-selector {
    position: relative;
    padding: 0
}

#custom-selectField {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    #custom-selectField input {
        width: 100%;
        padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    }

    #custom-selectField i {
        position: absolute;
        right: 10px;
        font-size: 0.8rem;
        opacity: 0.9;
        cursor: pointer;
    }

#custom-list {
    position: absolute;
    top: 35px;
    width: 100%;
    background: #f8f8f8;
    /*background: linear-gradient(180deg,rgba(50,70,80,1) 0,#008080 100%);*/
    border-radius: 6px;
    max-height: 300px;
    overflow: auto;
    padding-left: 0;
    border: 1px solid #ffffff4a;
    box-shadow: 3px 3px 8px 2px #00000029;
    z-index: 99;
}

.form-chechbox-position {
    margin-top: 35px;
}

.custom-options {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 8px;
    list-style: none;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}

    .custom-options:hover, .custom-options:active {
        background: #3cd2a5
    }
    .custom-options:hover p{
        color: #000;
    }

    .custom-options img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }

    .custom-options p {
        color: var(--bs-text);
        margin: 0;
        margin-left: 25px;
    }

.hide-list {
    display: none;
}

.input-search {
    position: relative;
}

.input-search-icon {
    position: absolute;
    top: 39px;
    right: 0;
    color: #0066cc;
    font-size: 0.9rem;
}

.order-name-input {
    border: none;
    padding-left: 0;
}

.order-name-container {
    display: flex;
    margin-top: 20px;
}

.order-name-label {
    display: grid;
    place-items: center;
}

.item-image {
    width: 35px;
    aspect-ratio: 1/1;
    margin-right: 15px;
    border-radius: 5px;
}

.page-heading{
    margin-bottom: 0;
}

[data-title]:hover:after {
    opacity: 0.8;
    transition: all 0.3s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    background-color: var(--bs-theme);
    color: #FFF;
    font-size: 80%;
    position: absolute;
    padding: 3px 8px;
    bottom: 2.2em;
    left: -100%;
    white-space: nowrap;
    opacity: 0;
    border-radius: 5px;
    z-index: 99999;
    visibility: hidden;
}

[data-title] {
    position: relative;
}

.check-box-position {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkbox-container{
    display: flex;
}

.custom-checkbox {
    left: 110px;
    appearance: none;
    -webkit-appearance: none;
    height: 22px;
    width: 22px;
    background-color: #0066cc;
    border-radius: 5px;
    margin-left: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
    .custom-checkbox:hover {
        background-color: #388dce;
    }

    .custom-checkbox::after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "\f00c";
        font-size: 12px;
        color: #ffffff;
        display: none;
    }

    .custom-checkbox:checked {
        background-color: #0066cc;
    }

    .custom-checkbox:checked::after{
        display: block;
    }

.customer-contact-icons {
    font-size: 0.7rem;
    margin-top: 10px;
}

.text-area-height {
    height: 114px;
}
.align-text-box {
    margin-top: -4px
}

.step-content {
    display: none;
}

.nav-link.active .nav-text {
    color: black; 
}

.nav-link.disabled .nav-text {
    color: #080808;
}

.wizard-body-height {
    min-height: 250px
}


.d-boy-dashboard-card-body {
    height: 500px;
    overflow-y: auto;
}

.d-boy-dashboard-card-header {
    background: #218486;
}


.grid-place-item-center {
    display: grid;
    place-items: center;
}

.header-action-btn {
    color: var(--bs-theme);
    transition: 0.3s;
}

.header-action-btn:hover {
    color: var(--bs-primary)
}

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

.custom-z-index{
    z-index:9 !important;
}


.table-height {
    height: 665px;
    overflow-y: auto;
}

.staffInfoContainer {
    width: 25%;
    margin-right: 30px
}

@media screen and (max-width: 991px) {
    .staffAddressContainer {
        margin: 10px 0;
    }
}

.card-body-custom-scroll{
    height: 420px;
    overflow: auto;
}


.float-right{
    float: right
}

.order-items-height{
    max-height: 360px;
    overflow: auto;
}

li.custom-options:hover {
    background: var(--bs-blue);
}
.zindex-0{
    z-index:0 !important;
}
.delivery-formlabel{
    color: var(--bs-text);
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after {
     opacity: .7 !important; 
}

.custom-tag-rounded {
    padding: 10px 20px;
    border: 1px solid #0066cc78;
    width: fit-content;
    border-radius: 10px;
    background: #cee6ff;
    position: relative;
}

    .custom-tag-rounded .close-btn {
        position: absolute;
        top: -7px;
        right: -16px;
    }
