.preview_url {
    max-width: 200px;
    max-height: 200px;
}

.logo {
    max-width: 80px;
}

.orders-table .cod {
    background: rgb(255, 255, 222);
}

.orders-table .USD {
    background: #c0ffaf;
}

/* comapre */

.img-comp-container {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.img-comp-img {
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
}

.img-comp-img img {
    display: block;
    vertical-align: middle;
}

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    /*set the appearance of the slider:*/
    width: 40px;
    height: 40px;
    background-color: #2196F3;
    opacity: 0.9;
    border-radius: 50%;
    z-index: 9;
}

.img-comp-slider:after {
    content: '';
    position: absolute;
    height: 1799px;
    width: 1px;
    top: -737px;
    background: #0000003d;
    left: 20px;
}

#compare-box .alert {
    max-width: 800px;
    padding: 4px 20px;
}

/* end compare */

#modelSide {
    position: absolute;
    right: 1%;
    top: 0;
    width: 30%;
    height: 100%;
    background: #00000015;
    padding: 20px;
}

.mergePics {
    max-width: 120px;
    display: inline-block;
    margin: 15px 0;
}


/* fabricjs */
#links img {
    max-width: 150px;
    max-height: 150px;
}

.canvas-container {
    outline: 1px solid #000;
}

.canvas-container:after {
    content: "clock";
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: white;
    background-size: cover;
}

/* progress bar */
.progress-bar-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background-color: #f0f0f0;
    z-index: 99999;
}

.progress-bar {
    height: 100%;
    background-color: #4caf50;
    width: 0;
    transition: width 0.3s ease-in-out;
}

/* end progress bar */

.cspreview {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 400px;
    left: 1%;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9900;
}

.loader {
    position: absolute;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    left: 50%;
    top: 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#wall_photo {
    max-width: 600px;
    max-height: 600px;
    border: 1px solid #ddd;
}

/* used for wallphoto 1.0 */
@font-face {
    font-family: "Playlist Caps";
    src: url(https://omgs.in/wp-content/plugins/pod-nkjskj/fonts/Playlist-Caps.otf);
}

/* card color by currency and payment method */
.USD .card {
    /* background: #e7ffcb;s */
}

.orders_home .cod .card {
    background: none;
}

.cod .card {
    background: rgb(241, 221, 183);
}


#print-area {
    width: 4in;
    border: 1px solid black;
    padding: 2px;
    margin-bottom: 20px;
}

#print-area .psizeCss {
    font-size: 10px;
}

#print-area td {
    margin: 0;
    font-size: 14px;
    padding: 5px;
    border: 1px solid #eee;
    text-align: center;
}

@media print {
    body * {
        visibility: hidden;
    }

    #print-area,
    #print-area * {
        visibility: visible;
    }

    #print-area {
        position: absolute;
        left: 0;
        top: 0;
    }
}


.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1055;
    max-width: 350px;
}

.toast-image {
    max-width: 100%;
    max-height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin-top: 8px;
}

.toast-body {
    max-height: 300px;
    overflow-y: auto;
}

.toast {
    margin-bottom: 10px;
}