/* General Body Font */
@font-face {
    font-family: 'Roboto-Black';
    src: url('/fonts/Roboto/Roboto-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-BlackItalic';
    src: url('/fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-BoldCondensed';
    src: url('/fonts/Roboto/Roboto-BoldCondensed.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-BoldCondensedItalic';
    src: url('/fonts/Roboto/Roboto-BoldCondensedItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-BoldItalic';
    src: url('/fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Condensed';
    src: url('/fonts/Roboto/Roboto-Condensed.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-CondensedItalic';
    src: url('/fonts/Roboto/Roboto-CondensedItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Italic';
    src: url('/fonts/Roboto/Roboto-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('/fonts/Roboto/Roboto-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-LightItalic';
    src: url('/fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-MediumItalic';
    src: url('/fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Thin';
    src: url('/fonts/Roboto/Roboto-Thin.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-ThinItalic';
    src: url('/fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
}

/*Already Updated*/
body {
    font-family: 'Roboto-Regular', sans-serif !important;
    color: #111921;
}
.fs-1, .fs-2, .fs-3 {
    font-family: 'Roboto-Bold', sans-serif !important;
    text-transform: uppercase;
    color: #76777b;
    font-style: normal !important;
}

.fs-4, .fs-5, .fs-6 {
    font-family: 'Roboto-Bold', sans-serif !important;
    text-transform: uppercase;
    color: #76777b;
    font-style: normal !important;
}

p {
    font-family: 'Roboto-Medium', sans-serif !important;
    color: #111921;
}

.b-filter {
    color: unset !important;
}
/* Navigation Buttons */
.nav-button {
    font-family: 'Roboto-Medium', sans-serif !important;
    text-transform: uppercase !important;
    color: #76777b !important;
    background-color: transparent !important;
    padding: 10px 15px !important;
    border-radius: 4px !important;
    transition: all 0.3s ease-in-out !important;
    display: inline-block !important;
    text-decoration: none !important;
}
    .nav-button:hover {
        color: #ffffff !important;
        background-color: #76777b !important;
        text-decoration: none;
    }

/* Buttons */
.btn-cancel, .btn-delete, .btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
}

.btn-dark-gray, .btn-secondary {
    background-color: #76777b;
    border-color: #76777b;
    color: white;
}

    .btn-dark-gray:disabled,
    .btn-secondary:disabled {
        background-color: #d6d6d6;
        color: #A0A0A0;
        cursor: not-allowed;
        border-color: #d6d6d6;
    }

.btn-green, .btn-success {
    background-color: #198767;
    border-color: #198767;
    color: white;
}

.btn-light-gray {
    background-color: #D6D6D6;
    border-color: #D6D6D6;
    color: white;
}

.btn-blue, .btn-primary {
    background-color: #238dc1;
    border-color: #238dc1;
    color: white;
}

/*Sweet Alert*/
.swal2-popup {
    background-color: #ffffff !important;
}

/* General body font */
.swal2-html-container {
    font-family: 'Roboto-Regular';
    color: #111921 !important;
}

/* Header font */
.swal2-title {
    font-family: 'Roboto-Bold';
    text-transform: uppercase !important;
    color: #76777b !important;
    font-weight:400 !important;
}

/* Override button styles */
.swal2-confirm {
    background-color: #198767 !important;
    color: white !important;
    border: none !important;
}

.swal2-cancel {
    background-color: #76777b !important;
    color: white !important;
    border: none !important;
}

/* Swap button positions */
.swal2-actions {
    flex-direction: row-reverse !important; /* Yes/OK on the right, No/Cancel on the left */
}

/* Change the icon color */
.swal2-icon {
    color: #111921 !important; 
    border-color: #111921 !important; 
}

/* For specific icons */
.swal2-success .swal2-icon,
.swal2-error .swal2-icon,
.swal2-warning .swal2-icon,
.swal2-info .swal2-icon,
.swal2-question .swal2-icon {
    color: #111921 !important;
    border-color: #111921 !important;
}

/* Success icon custom color */
.swal2-success .swal2-success-ring {
    border-color: #111921 !important;
}

.swal2-success .swal2-success-line-tip,
.swal2-success .swal2-success-line-long {
    background-color: #111921 !important;
}

/* Error icon custom color */
.swal2-error .swal2-x-mark-line {
    background-color: #111921 !important;
}

/* Warning, Info, and Question icons */
.swal2-warning,
.swal2-info,
.swal2-question {
    border-color: #111921 !important;
}
/*End Already Updated*/




/* Header Font */
.Custom-Background-Color {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /*padding: 15px;*/
    background: gray;
    /*background: linear-gradient(-135deg, #0088BB, #76777b) !important;*/
}
b, span {
    font-family: 'Roboto-Regular', sans-serif !important;
    color: #111921;
}
a {
    font-family: 'Roboto-Regular', sans-serif !important;
    color: #111921;
}

small {
    font-family: 'Roboto-Regular', sans-serif !important;
    color: #76777b;
}


/* Subheader Font */
.subheader {
    font-family: 'Roboto-Regular', sans-serif;
    color: #111921;
}

/* Specific Styling for Sidebar Cart Button */
#SidebarBtn a.side-nav-button {
    color: #76777b !important; /* Ensure default color */
    background-color: transparent !important;
    border: 1px solid #76777b !important;
    padding: 10px 15px !important;
    border-radius: 4px !important;
    transition: all 0.3s ease-in-out !important;
    display: inline-block !important;
    font-family: 'Roboto-Medium', sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

    #SidebarBtn a.side-nav-button:hover {
        color: #ffffff !important;
        background-color: #76777b !important;
        text-decoration: none;
    }

.tooltiptext {
    width: 28px;
    /*background-color: #63297c;*/
    background-color: #198767 !important;
    color: #ffffff;
    font: normal normal bold 11px helvetica;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    /*right: 3.8%;*/
    top: 5px;
    right: 5px;
    /*top: 5px;*/
    /*left: 110%;*/
    /*left: -80%;*/
}
/* Selected Tab */
.selected-tab {
    background-color: #238DC1;
    color: #ffffff;
}

/* Not Selected Tab */
.not-selected-tab {
    color: #238DC1;
}

    .not-selected-tab:hover {
        color: #D6D6D6;
    }

/* Order Number & Instruction */
.order-info {
    color: #238DC1;
}

    .order-info:hover {
        color: #D6D6D6;
    }

/* Search Orders Box */
.search-orders {
    background-color: #D6D6D6;
    color: #111921;
}



/* What's New Popup */
.whats-new-popup {
    background-color: #111921;
    color: #111921;
}

    .whats-new-popup button {
        background-color: white;
        color: #76777b;
    }

        .whats-new-popup button:hover {
            background-color: #D6D6D6;
            color: #111921;
        }

/* Order Navigation Menu */
.order-nav-menu {
    color: #111921;
}

    .order-nav-menu .selected-step {
        background-color: #111921;
        color: #111921;
    }

    .order-nav-menu .gray-arrow {
        color: #76777b;
    }

/*Tables*/
/* Tab Navigation */
.nav-pills .nav-link { color: #238dc1 !important;
    transition: background-color 0.3s, color 0.3s;
    margin-right: 5px;

    background-color: #ffffff !important;          }

    .nav-pills .nav-link.active { color: #ffffff !important;
    
    background-color: #238dc1 !important;          }

    .nav-pills .nav-link:hover { 
        color: #ffffff !important;
        background-color: #238dc1 !important;
    }

/* Order No & What We Need You To Do */
.link-info { color: #238dc1 !important;
     }

    .link-info:hover { color: #d6d6d6 !important;
         }

/* Search Orders Box */
.input-group .form-control { background-color: #d6d6d6 !important;
    border-color: #d6d6d6 !important;
          }

/* Pagination */
.pagination .btn { background-color: #76777b !important;
    color: #FFFFFF;
    border: none;
     }

    .pagination .btn:hover {
        background-color: #5e5f63;
    }

/*Modals*/
/* Hover Box Buttons */
.hover-box {
    text-align: center;
    background-color: #76777b;
    color: #FFFFFF;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: none;
    cursor: pointer;
    margin: 0px 4px;
    padding: 8px 8px;
    width: 50%
}

    .hover-box:hover {
        background-color: #D6D6D6;
        color: #111921;
    }

/* Close Button */
.modal-header a {
    text-decoration: none;
    color: #FFFFFF;
}

    .modal-header a:hover {
        color: #D6D6D6;
    }

/* custom.css */
.download-btn {
    background-color: #76777b;
    padding: 5px 10px;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center; /* Center content horizontally */
    gap: 5px; /* Space between icon and text */
    width: 90%;
    font-family: 'Roboto-Regular', sans-serif;
    margin-left: 9px;
















}

    .download-btn:hover {
        background-color: #d6d6d6;
        color: #111921;
    















}

.order-text-table {
    color: #238DC1;
    transition: color 0.3s ease-in-out;
    cursor: pointer;
}

    .order-text-table:hover {
        color: #D6D6D6;
    }



