﻿
@import url('../fontawesome-free-7.1.0-web/css/all.css');

.ReferenceField {
    background: #f3f7f8 !important;
}

.radiobuttonlist {
}

    .radiobuttonlist tr {
    }

    .radiobuttonlist td:not(:first-child) {
        padding-left: 20px;
    }

    .radiobuttonlist tr td input {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        width: 20px;
        height: 20px;
        border: none;
        cursor: pointer;
    }

    .radiobuttonlist tr td label {
        margin-right: 3px;
        font-weight: bold;
        margin-left: 5px;
    }

.requestdetailsbox {
    background-color: #fff;
    align-items: center;
    /*padding: 15px;*/
    padding: 1rem;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .2), 0 6px 10px 0 #1F4C73 !important;
    border: 5px solid rgb(230, 230, 230);
    border-radius: 30px;
    height: auto !important;
    display: inline-grid;
    align-items: stretch;
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1.7 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.pending div {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
    border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
    color: rgb(133 77 14 / var(--tw-text-opacity, 1) 1 );
    border-width: 1px;
    border-radius: 9999px;
    text-align: center;
    font-size: 17px;
    border-style: solid;
    width: 17rem;
    float: inline-end;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.pending .status-text::before {
    font-family: "Font Awesome 7 Free";
    font-weight: 400;
    content: "\f017"; /* Unicode for fa-clock */
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.inprogress div {
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
    border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
    border-width: 1px;
    border-radius: 9999px;
    text-align: center;
    font-size: 17px;
    border-style: solid;
    width: 17rem;
    float: inline-end;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.inprogress .status-text::before {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    content: "\f110";
    margin-right: 8px;
    display: inline-block;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.completed div {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231);
    border-color: rgb(187 247 208);
    color: rgb(22 101 52 / var(--tw-text-opacity, 1));
    border-width: 1px;
    border-radius: 9999px;
    text-align: center;
    font-size: 17px;
    border-style: solid;
    width: 17rem;
    float: inline-end;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.completed .status-text::before {
    font-family: "Font Awesome 7 Free";
    font-weight: 400; /* Regular style (fa-regular) */
    content: "\f058"; /* Unicode for fa-circle-check */
    color: #28a745; /* Optional: green color for success */
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.rejected div {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
    border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
    color: rgb(153 27 27 / var(--tw-text-opacity, 1));
    border-width: 1px;
    border-radius: 9999px;
    text-align: center;
    font-size: 17px;
    border-style: solid;
    width: 17rem;
    float: inline-end;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.rejected .status-text::before {
    font-family: "Font Awesome 7 Free"; /* correct font family */
    font-weight: 900; /* solid style (fa-solid) */
    content: "\f057"; /* Unicode for fa-circle-xmark */
    color: #dc3545; /* red color for "rejected" */
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.dvtimeuser {
    display: inline-flex;
    gap: 1.25rem;
}

.border-radius10 {
    border-radius: 10px !important;
}

.padding-lef10 {
    padding-left: 10px
}

.padding-right18 {
    padding-right: 18px;
}

.border-color-Crayola {
    border-color: #7f64b2;
}

.checkbox.checkboxlist input[type="checkbox"] {
    position: absolute;
    /*margin-top: 0.3rem;*/
    margin-top: 1.3rem;
    /*margin-left: -1.25rem;*/

    width: 18px;
    height: 17px;
}

.checkbox.checkboxlist label {
    margin-bottom: 0;
    display: inline-block;
    font-weight: bold;
    padding-left: 7px;
    margin-top: 1.3rem;
}

fieldset .checkbox {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.load-more-button {
    background-color: #007bff;
    border: none;
    padding: 8px 14px;
    font-size: 14px;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
}

    .load-more-button:hover {
        background-color: #0056b3;
    }

.cart-summary {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
    /*min-width: 280px;*/
}

    .cart-summary h5 {
        color: #333;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .cart-summary hr {
        border: none;
        height: 1px;
        background: #e9ecef;
        /*margin: 16px -24px;*/
    }


.cart-summary-fixed {
    position: fixed;
    /*top: 20px;*/
    top: 2px;
    right: 20px;
    z-index: 1050;
    width: 240px; /* adjust for your layout */
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border: 1px solid #e9ecef;
}

/* Optional: full width on small screens */
@media (max-width: 767.98px) {
    .cart-summary-fixed {
        left: 10px;
        right: 10px;
        width: auto;
    }
}

.orderSummaryTitile {
    background: #af8a43;
    color: white;
    height: 30px;
    padding-top: 6px;
    padding-left: 4px;
}

.m-t4 {
    margin-top: 4px;
}

.btnAddToCard {
    width: 21px;
    height: 21px;
    background-color: #af8a43;
    border-radius: 50%;
    color: white;
    padding: 0px !important;
    min-width: 0px !important;
}

    .btnAddToCard:hover {
        border: 1px var(--primary100) solid;
        color: #af8a43;
        background-color: #fff !important;
    }

.print-email-btn {
    color: #ffffff;
    background-color: #08aaf1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#08aaf1), to(#0480b6)) !important;
    background-image: -webkit-linear-gradient(top, #08aaf1, #0480b6) !important;
    padding: 4px 20px;
}
    .print-email-btn .caret {
        margin: 8px 0px 7px 5px !important;
    }