* {
    font-family: sans-serif;
}

.big-check-15 {
    transform: scale(1.5);
}

body {
    margin: .5rem;
    background-color: #EDF2F7;
}

html {
    height: 100%;
    background-color: #EDF2F7;
}

.diagonal-line {
    /* background-image: linear-gradient(to bottom left, transparent 50%, #ff03033d 2%); */
    background-color: rgba(255, 3, 3, 0.24);
}

.ptb-1-custom{
    padding-top: .2rem !important;
    padding-bottom: .2rem !important;
}

.small .btn,
.small {
    font-size: .75rem;
}

.smallx1 {
    font-size: .85rem;
}

.modal-packlist .modal-xl {
    width: 90% !important;
}

.modal-content {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border: none !important;
}

.modal-content {
    padding: 20px 10px;
    background: #00000059;
    border: solid 1px #FFF !important;
    border-radius: 3px;
    box-shadow: 0 0 9px 0px #999999;
}

.modal-body {
    background-color: white;
    border-radius: 3px;
}

#filter-modal .modal-body {
    padding-top: 0 !important;
}

.listing-tap .tap {
    background-color: #c7c7c7;
    color: #455052;
    border-top: 4px solid #c7c7c7;
    border-right: solid 2px #FFF;
}

.listing-tap .tap:hover {
    cursor: pointer;
}

.Transactions,
.Fulfillments {
    cursor: pointer;
}

.listing-tap .tap.new:hover {
    border-top: 4px solid #D95C5C;
}

.listing-tap .tap.new.active {
    background-color: #FFF;
    border-top: 4px solid #D95C5C;
}

.listing-tap .tap.dispatched:hover {
    border-top: 4px solid #A1CF64;
}

.listing-tap .tap.dispatched.active {
    background-color: #FFF;
    border-top: 4px solid #A1CF64;
}

.listing-tap .tap.in-progress:hover {
    border-top: 4px solid #e67e22;
}

.listing-tap .tap.in-progress.active {
    background-color: #FFF;
    border-top: 4px solid #e67e22;
}

.listing-tap .tap.hold.active {
    background-color: #FFF;
    border-top: 4px solid #22b0e6;
}

.listing-tap .tap.hold:hover {
    border-top: 4px solid #22b0e6;
}

.listing-tap .tap.all:hover {
    border-top: 4px solid #617477;
}

.listing-tap .tap.all.active {
    background-color: #FFF;
    border-top: 4px solid #617477;
}

.search {
    border-top: 4px solid #617477;
}

ul li.list {
    border-left: 6px solid #FFF;
    transition: all .2s ease-out;
}

ul .list:hover {
    background-color: #EDF2F7;
    border-left: 4px solid #617477;
    box-shadow: 0 0 .125rem .125rem rgba(0, 0, 0, .075) !important;
}

.side-bar {
    border-right: 2px solid rgb(196, 191, 191);
}

.side-bar .content:hover,
.router-link-exact-active.router-link-active div.p-3.fw-bold.content {
    background-color: rgba(45, 165, 193, 0.12);
    color: #037a96;
    border-radius: 5px;
    border-left: 4px solid #D95C5C;
}

.CellWithComment {
    position: relative;
}

.CellComment {
    z-index: 1;
    max-width: 600px;
    display: none;
    position: absolute;
    padding: 10px;
    background: rgba(252, 252, 252, 1) !important;
    box-shadow: 0 0 6px 5px #c5c2c2;
    top: 1px;
    left: 150px;
}

.CellWithComment:hover span.CellComment {
    display: block;
}

.dotnew {
    height: 15px;
    width: 15px;
    background-color: #d95c5c;
    border-radius: 50%;
    display: inline-block;
}

#paymentComplete {
    color: #66bf6f;
}

.CustomerTip {
    position: relative;
}

.CustomerShow {
    z-index: 1;
    width: 276px;
    display: none;
    position: absolute;
    padding: 10px;
    background: rgba(252, 252, 252, 1) !important;
    box-shadow: 0 0 6px 5px #c5c2c2;
    top: 1px;
    left: 60px;
}

.CustomerTip:hover span.CustomerShow {
    display: block;
}

.modal-backdrop {
    background-color: #000000c7;
}

.select {
    cursor: pointer;
}

.danger-text{
    color: red !important;
}

.start {
    margin-top: 300px;
}
.danger-text{
    color: red !important;
}
.spinner {
    width: 100px;
    height: 100px;
}
.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
/* .modal-dialog {
    padding: 60px 10px;
    background: #ffffff4d;
    border-radius: 0.18rem;
    border: solid 1px #FFF;
} */

ul a {
    text-decoration: none;
}

.pick {
    border-left: 4px solid #FFF !important;
}

.pick.selected,
.list.selected {
    background-color: #c1e0ff !important;
    border-left: 4px solid #72b8fd !important;
    border-bottom-color: #FFF !important;
}

.pick.selected {
    font-weight: bold
}

.floating-button {
    display: inline;
    position: fixed;
    bottom: 10px;
    left: 63px;
    transition: all 0.25s ease-out;
    padding: 5px;
    background: #ffffffba;
    border-radius: 0.5rem;
    border: solid 1px #FFF;
}

.floating-button-inset {
    box-shadow: 0 0 14px 0px #b0b0b0;
}

.opacity {
    opacity: 1;
    transition: all .2s ease-out;
}

.list:hover .opacity {
    opacity: 1;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img[title]:hover::after {
    content: attr(title);
    position: absolute;
    top: -100%;
    left: 0;
}

.modal-open {
    overflow: hidden;
}

.zoom {
    transition: transform .2s;
    margin: 0 auto;
}

.zoom-reason {
    transition: transform .2s;
    position: relative;
}

.zoom-reason:hover {
    -ms-transform: scale(2.0);
    -webkit-transform: scale(2.0);
    transform: scale(2.0);
    box-shadow: rgb(163 156 156 / 64%) -2px 3px 3px 0px;
    border: #d0cdcd solid 1px;
    background: white;
    z-index: 999;
}

.zoom-pack,
.zoom-pack-combo {
    transition: transform .2s;
    margin: 0 auto;
    /* position: absolute; */
    position: relative;
}

.zoom:hover,
.zoom-pack:hover {
    -ms-transform: scale(3.0);
    -webkit-transform: scale(3.0);
    transform: scale(3.0);
    box-shadow: rgb(163 156 156 / 64%) -2px 3px 3px 0px;
    border: #d0cdcd solid 1px;
    padding: 3px;
    background: white;
    z-index: 999;
}

.zoom-pack-combo:hover {
    -ms-transform: scale(2.0);
    -webkit-transform: scale(2.0);
    transform: scale(2.0);
    box-shadow: rgb(163 156 156 / 64%) -2px 3px 3px 0px;
    border: #d0cdcd solid 1px;
    padding: 3px;
    background: white;
    z-index: 999;
}

.list-flags {
    padding: .20rem .40rem;
}

.modal-open {
    overflow: hidden;
}

.side {
    background-color: #16113A;
}

.viewBtn {
    height: 27px;
}

.noteTip {
    position: relative;
}

.noteShow {
    z-index: 1;
    width: 400px;
    display: none;
    position: absolute;
    padding: 10px;
    background: rgba(252, 252, 252, 1) !important;
    box-shadow: 0 0 6px 5px #c5c2c2;
    top: 1px;
    left: 60px;
}

.noteTip:hover span.noteShow {
    display: block;
}

#sales-nav {
    background-color: #0000a4;
}

#table-view {
    background-color: #00a4b4;
}

.pannel {
    color: #0000a4;
    border-bottom: 4px solid #0000a4;
}

.footer {
    background: rgb(180, 58, 165);
    background: linear-gradient(90deg, rgba(180, 58, 165, 1) 4%, rgba(235, 56, 25, 0.6474964985994398) 40%, rgba(252, 69, 69, 0.2329306722689075) 98%);
}

#subFlags {
    background-image: linear-gradient(35deg,
            hsl(240deg 100% 20%) 0%,
            hsl(276deg 100% 21%) 0%,
            hsl(296deg 100% 21%) 2%,
            hsl(311deg 100% 25%) 7%,
            hsl(322deg 100% 31%) 12%,
            hsl(329deg 100% 36%) 20%,
            hsl(334deg 100% 40%) 28%,
            hsl(339deg 100% 44%) 37%,
            hsl(353deg 87% 56%) 47%,
            hsl(6deg 98% 61%) 56%,
            hsl(17deg 100% 59%) 66%,
            hsl(27deg 100% 56%) 75%,
            hsl(37deg 100% 50%) 83%,
            hsl(43deg 100% 50%) 90%,
            hsl(49deg 100% 50%) 96%,
            hsl(55deg 100% 50%) 100%);
}

#vs {
    font-family: cursive
}

.selected-filter {
    background-color: #c1e0ff !important;
    border-left: 4px solid #72b8fd !important;
    border-bottom-color: #FFF !important;
}

.full {
    height: 15px;
    width: 15px;
    background-color: #808000;
    border-radius: 50%;
    display: inline-block;
}

.partial {
    height: 15px;
    width: 15px;
    background-color: #800000;
    border-radius: 50%;
    display: inline-block;
}

.preItem:hover {
    background-color: #EDF2F7;
    box-shadow: 0 0 .125rem .125rem rgba(0, 0, 0, .075) !important;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.compooo {
    background-color: white;
    /* background: linear-gradient(90deg, rgb(30 4 173 / 22%) 0%, rgb(9 9 121 / 13%) 35%, rgb(0 255 243 / 9%) 100%); */
    /* background: linear-gradient(to right, #afd3ef45, #c2e59c6e); */
    background: #F7F8F8;
    background: linear-gradient(to right, #ACBB78, #F7F8F8);
}

.side-bar .contents:hover {
    /* background-color: rgba(45,165,193,0.12);
    color: #037a96;
    border-radius: 5px; */
    border-left: 4px solid #0000a4;
    color: #0000a4;
    /* border-bottom: 4px solid #0000a4; */
}

.fixed {
    border-left: 4px solid #0000a4;
    color: #0000a4;
}

.sigin-text {
    text-align: center;
}

.product-table-active {
    background: #e7e7e770 !important;
}

.p-list :hover {
    background: white !important;
}

.image-container {
    position: relative;
    overflow: hidden;
    /* border-radius: 10px;  */
}

.image {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    /* border-radius: 10px;  */
}

.zoom-img:hover .image {
    transform: scale(1.4);
}

