@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400..700&display=swap');

:root {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    --bs-primary: #0076BB;
    --bs-primary-rgb: 0, 118, 187;
    --bs-danger: #E12727;
    --bs-danger-rgb: 225, 39, 39;
}

@media screen and (max-width:575.98px) {
    :root {
        font-size: 14px;
    }
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background-color: #CCE5F3;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}

html,
body,
div,
a,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
span,
input,
textarea,
select,
label,
applet,
object,
iframe,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
form,
b,
strong,
i,
em,
article,
aside,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
ol,
ul,
li,
a,
button,
input[type="button"],
input[type="submit"],
table {
    font-family: "Open Sans", sans-serif;
}

/* Colors */
.bg-info {
    background-color: #CCE5F3 !important;
}

.text-primary {
    color: #0076BB !important;
}

.text-danger {
    color: #E12727 !important;
}

.text-icyblue {
    color: #CCE5F3 !important;
}

.text-error {
    color: #E12727 !important;
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0.25rem;
}

/* Typography */
.h4 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.875rem;
    margin-bottom: 0.5rem;
}

.h5 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.625rem;
    margin-bottom: 0.5rem;
}

.h6 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}
.fs-7 {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
h3.fs-7 {
    font-size: 0.825rem;
    
    color: #555;
}

p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}

a:not(.btn):hover,
a:hover,
a:focus,
a:active {
    text-decoration: none !important;
}

.truncate-text-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Badges */
.CPPortal .badge {
    float: none;
}

span.badge {
    display: inline-flex;
    padding: 0.25rem 0.875rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
}

.badge.badge-open {
    background: #CCE5F3;
    color: #0076BB;
}

/* Buttons */
.btn {
    white-space: nowrap;
    transition: 0.3s ease all;
    border-radius: 0.75rem;
    padding: 0.75rem;
    font-weight: 500;
    font-size: 1rem;
}

.btn.btn-sm {
    border-radius: 0.625rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
}

.btn.btn-outline-primary {
    border-color: #0076BB;
    color: #0076BB;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active {
    border-color: #005E95;
    background-color: #005E95;
    color: #ffffff;
}

.btn.btn-primary {
    background-color: #0076BB;
    border-color: #0076BB;
    color: #ffffff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    border-color: #005E95;
    background-color: #005E95;
    color: #ffffff;
}

.btn.btn-secondary {
    background-color: #DDDDDD;
    border-color: #DDDDDD;
    color: #333333;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    border-color: #999999;
    background-color: #999999;
    color: #ffffff;
}

.btn.btn-outline-danger {
    border-color: #E12727;
    color: #E12727;
}

.btn.btn-outline-danger:hover,
.btn.btn-outline-danger:focus,
.btn.btn-outline-danger:active {
    border-color: #D52525;
    background-color: #D52525;
    color: #ffffff;
}

.btn.btn-danger {
    background-color: #E12727;
    border-color: #E12727;
    color: #ffffff;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active {
    border-color: #D52525;
    background-color: #D52525;
    color: #ffffff;
}

.btn.btn-white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #0076BB;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
    border-color: #E8E6E3;
    background-color: #E8E6E3;
    color: #0076BB;
}

.btn-link-dark {
    color: #333333;
}

.btn-link-dark:hover,
.btn-link-dark:focus,
.btn-link-dark:active,
.btn-link-dark.active {
    color: #0076BB;
}

.input-group input+button.btn {
    padding: 10px 12px;
}

/* Button Group */
.btn-group .btn-outline-secondary {
    border: 1px solid #999999;
    color: #333333;
}

.btn-group .btn-outline-secondary:hover,
.btn-group .btn-outline-secondary:focus,
.btn-group .btn-outline-secondary:active {
    background-color: #CCE5F3;
    color: #333333;
}

.btn-group .btn-outline-secondary.active {
    border-color: #0076BB;
    background-color: #0076BB;
    color: #ffffff;
}

.nav-pills.btn-group .btn-outline-secondary {
    border-radius: 0;
}

.nav-pills.btn-group .nav-item:first-child .nav-link {
    border-bottom-left-radius: .5rem;
    border-top-left-radius: 0.5rem;
}

.nav-pills.btn-group .nav-item:last-child .nav-link {
    border-bottom-right-radius: .5rem;
    border-top-right-radius: 0.5rem;
}

/* Header */
.header-top {
    background-color: #ffffff;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 10;
}

.header-top .dropdown.profile-dropdown a.dropdown-toggle {
    width: 2.75rem;
    height: 2.75rem;
    background-color: #0076BB;
    text-align: center;
    line-height: 2.75rem;
    padding: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    border-radius: 2.75rem;
    text-decoration: none !important;
}

.header-top .dropdown.profile-dropdown a.dropdown-toggle::after {
    display: none;
}

.header-top .dropdown.profile-dropdown a.dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: -7px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    background-color: #0076bb;
    color: #ffffff;
    transform: translateY(-50%);
    line-height: 14px;
    font-size: 7px;
}

.header-top .dropdown.profile-dropdown ul.dropdown-menu {
    padding: 0.5rem 0px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.header-top .dropdown.profile-dropdown ul.dropdown-menu li a {
    padding: 0.375rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: #555555;
    text-decoration: none !important;
}

.header-top .dropdown.profile-dropdown ul.dropdown-menu li a:hover,
.header-top .dropdown.profile-dropdown ul.dropdown-menu li a:focus,
.header-top .dropdown.profile-dropdown ul.dropdown-menu li a:active,
.header-top .dropdown.profile-dropdown ul.dropdown-menu li.active a {
    background-color: #0076bb;
    color: #ffffff;
}

.header-top .dropdown.profile-dropdown .account-details {
    padding: 0.75rem 1rem;
    background-color: #E8E6E3;
    margin-bottom: 0.5rem;
}

.header-top .account-details .username {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #0076BB;
    margin-bottom: 0.25rem;
}

.header-top .account-details p.location {
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #555555;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.header-top .account-details p.location strong {
    color: #333333;
}

/* Side Navigation */
.menu-sidenav {
    width: 14.5rem;
    position: fixed;
    left: -15rem;
    top: calc(45px + 1rem);
    height: calc(100vh - 43px - 1rem);
    z-index: 1001;
    border-right: 1px solid #dddddd;
    box-shadow: 2px 0 12px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    overflow-y: auto;
    transition: 0.3s ease-out all;
    opacity: 0;
}

body.menu-show .menu-sidenav {
    left: 0;
    opacity: 1;
}

.menu-sidenav .menu-link,
.menu-sidenav .menu-sub-link {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-align: left;
    color: #333333;
}

.menu-sidenav .menu-link {
    padding: 0.5rem 1.5rem;
    border-radius: 0 0.75rem 0.75rem 0;
    margin-left: 0;
    border: 0;
}

.menu-sidenav .menu-link:hover,
.menu-sidenav .menu-sub-link:hover,
.menu-sidenav .menu-link:focus,
.menu-sidenav .menu-sub-link:focus,
.menu-sidenav .menu-link:active,
.menu-sidenav .menu-sub-link:active {
    color: #0076BB;
}

.menu-sidenav .menu-link.active {
    background-color: #0076BB;
    color: #ffffff;
}

.menu-link+.collapse,
.menu-link+.collapsing {
    padding-left: 1.5rem;
}

.menu-sidenav .menu-link.btn-toggle {
    position: relative;
    padding: 0.25rem 1rem 0.25rem 1.5rem;
}

.menu-sidenav .menu-link.btn-toggle::after {
    content: "\f106";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 4px;
}

.menu-sidenav .menu-link.btn-toggle.collapsed::after {
    content: "\f107";
}

.menu-sidenav .menu-link+.collapse ul.btn-toggle-nav,
.menu-sidenav .menu-link+.collapsing ul.btn-toggle-nav {
    padding: 8px 4px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.50);
}

.menu-sidenav a.menu-sub-link {
    padding: 0.25rem 0.5rem;
    margin: 0;
    display: block;
}

/* Common Body */
.wrapper-body {
    background-image: url(portal-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(100% - 43px - 1rem);
    padding-top: calc(45px + 1rem);
}

/* Form Controls */
.form-select,
.form-control {
    border-radius: 0.5rem;
    border: 1px solid #DDDDDD !important;
    background-color: #ffffff !important;
    padding: 9px 12px;
    color: #555555;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
}
.form-control::placeholder {
    color: #777777 !important;
}

label.form-label {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0.125rem;
}
label.form-label.required::after {
    content: " *";
    color: #E12727;
}

.form-select {
    padding-right: 2.25rem;
}

.dropdown .form-select.dropdown-toggle {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.dropdown .dropdown-toggle+.dropdown-menu {
    min-width: 100%;
    max-width: 100%;
    max-height: 175px;
    overflow: hidden;
    overflow-y: auto;
}

.dropdown .dropdown-menu label.dropdown-item {
    font-size: 0.938rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-top .dropdown .form-select.dropdown-toggle {
    width: 250px;
    max-width: 100%;
}
.header-top .dropdown .form-select.dropdown-toggle.multi-options {
    padding-right: 3.25rem;
}
.header-top .dropdown .form-select.dropdown-toggle.multi-options span.extra-count{
    position: absolute;
    right: 2rem;
    background-color: #CCE5F3;
    color: #0076BB;
    width: 20px;
    text-align: center;
    height: 20px;
    border-radius: 4px;
    font-size: 0.875rem;
    display: inline-block;
    font-weight: 600;
}

.header-top .dropdown .dropdown-menu {
    width: 200px;
    max-width: 100%;
}

.header-top .dropdown .dropdown-menu .dropdown-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.875rem;
}

.header-top .dropdown.profile-dropdown .dropdown-menu {
    width: auto;
    max-width: unset;
}

.form-select.dropdown-toggle::after {
    display: none;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #ffffff;
    background-color: var(--bs-primary);
}

.dropdown-menu a.dropdown-item {
    padding: 8px 20px !important;
    border: none !important;
}

.dropdown-menu a.dropdown-item:hover,
.dropdown-menu a.dropdown-item:focus {
    background-color: #CCE5F3;
    color: #0076BB;
    border: none !important;
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

/* Custom Calendar */
input[type="date"]::-webkit-calendar-picker-indicator,
.calendar input {
    cursor: pointer;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #d2a0a0 !important;
    background: #e0c0c0 !important;
    color: #E12727 !important;
}

#ui-datepicker-div .hover-range {
    background: #0076BB !important;
    color: #ffffff !important;
    border-color: #0076BB !important;
    border-radius: 40px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center !important;
}

/* Form Toggle Switch */
.form-switch {
    padding-left: 3em;
}

.form-switch .form-check-input {
    width: 2.5rem;
    height: 1.5rem;
    margin-left: -3rem;
    margin-top: 0;
}

.form-switch-swap.form-switch {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 0;
}

.form-switch-swap.form-switch .form-check-input {
    float: none;
    margin: 0;
}

/* Cards */
.card.list-card {
    background-color: #ffffff;
    border: 1px solid #E8E8E8;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 0;
}

.card.list-card .card-body {
    padding: 1rem;
}

.card-gray {
    display: flex;
    padding: 0.625rem 1rem;
    flex-direction: column;
    gap: 0.25rem;
    border-radius: 0.625rem;
    border: 1px solid #DDDDDD;
    background: #F6F8FA;
}

.card-gray p {
    color: #333333;
}

.card-gray p strong {
    font-weight: 600;
    color: #555555;
}

.card.list-card .card-footer {
    background: linear-gradient(270deg, rgba(0, 118, 187, 0.20) -0.09%, rgba(127, 188, 223, 0.20) 49.95%, rgba(225, 39, 39, 0.20) 100%);
    padding: 0.625rem 0.625rem 0.625rem 1rem;
    border: none;
}

.card.list-card .card-footer p {
    color: #212121;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.gradient-card .btn.btn-white.btn-text-red{
    color: #E12727;
}
.gradient-card .btn.btn-white:hover,
.gradient-card .btn.btn-white:focus,
.gradient-card .btn.btn-white:active {
    border-color: #E12727;
    background-color: #E12727;
    color: #ffffff;
}

.card.list-card.gradient-card {
    background: linear-gradient(155deg, #1B9FEC 0%, #0076BB 24.97%, #00507E 59.37%, #E12727 124.79%), #00507E;
}

.card.list-card.gradient-card.gradient-2 {
    background: linear-gradient(155deg, #CCE5F3 0%, #7FBCDF 24.97%, #0076BB 133.3%), #7FBCDF;
}

.card.list-card.gradient-card p,
.card.list-card.gradient-card h2 {
    color: #ffffff;
}

.card.list-card.gradient-card.gradient-2 p,
.card.list-card.gradient-card.gradient-2 h2 {
    color: #212121;
}

.card.list-card.gradient-card.gradient-2 h3 {
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2.625rem;
}

.card-overlay {
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.25);
}

.card.card-primary {
    background-color: #0076BB;
    border: none;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 0;
}

.card.card-primary1 {
    background-color: #268AC5;
    border: none;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 0;
}

.card-primary h3.h2,
.card-primary1 h3.h2 {
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 2.5rem;
}

.card.module-card {
    border-radius: 0.75rem;
    border: 1px solid #dddddd;
    background: #E8E6E3;
    overflow: hidden;
    margin-bottom: 0;
    transition: 0.3s ease all;
    text-decoration: none !important;
    padding: 1rem;
}

.card.module-card:hover,
.card.module-card:focus,
.card.module-card:active,
.card.module-card.active {
    /* background-color: #CCE5F3;
    border-color: #7FBCDF; */
    background-color: #FFEBEB;
    border-color: #e2c8c8;
    text-decoration: none !important;
}

.card.module-card h5 {
    color: #212121;
    font-size: 1rem;
    line-height: 1.25rem;
    transition: 0.3s ease all;
}

.module-card i[class^="fa-"] {
    font-size: 2rem;
    color: #57585A;
    transition: 0.3s ease all;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    display: inline-block;
}
.PPPortal .card.module-card h5 {
    font-size: 0.875rem;
    line-height: 1.125rem;
}

.PPPortal .module-card i[class^="fa-"] {
    font-size: 1.25rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
}

.card.module-card:hover h5,
.card.module-card:focus h5,
.card.module-card:active h5,
.card.module-card.active h5,
.card.module-card:hover i,
.card.module-card:focus i,
.card.module-card:active i,
.card.module-card.active i {
    /* color: #0076BB; */
    color: #E12727;
}

.card-overlay.product-card:hover,
.card-overlay.product-card:focus,
.card-overlay.product-card:active {
    background: rgba(255, 255, 255, 0);
    transition: 0.3s ease all;
}

.card-overlay.product-card:hover *,
.card-overlay.product-card:focus *,
.card-overlay.product-card:active * {
    color: #ffffff;
}
.upload-card{min-height: 285px;}

/* Table */
.table thead {
    --bs-table-bg: #E3EDFB;
    --bs-table-color: #212121;
    --bs-table-border-color: #E8E8E8;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #fff !important;
}

.table-responsive{
    min-height: 200px;
}
.table th {
    color: #212121;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    padding: .625rem 1rem;
}

.table th a[role="button"] {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.table td {
    color: #333333;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding: .75rem 1rem;
}

table td .btn-group .btn.dropdown-toggle {
    padding: 0 0.5rem;
    border: none;
    border-radius: 0;
    color: #606060;
}

table td .btn-group .btn.dropdown-toggle::after {
    display: none;
}

.table tr.recent td {
    background-color: #FFEBEB;
    color: #E12727;
}
.table tr.inactive-user td {
    background-color: #FFEBEB;
}
.table tr.inactive-user td.last-login-date {
    color: #E12727;
}

.table tr.active td {
    background-color: #E3F5FF;
    color: #0076BB;
}

.table {
    border: 1px solid #DDDDDD !important;
}

.dataTables_length label {
    font-size: 14px !important;
    font-weight: 400;
}

/* dataTables */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 1rem;
}

.dataTables_wrapper .dataTables_filter input[type="search"],
.dataTables_wrapper .dataTables_length select {
    border-radius: 0.5rem;
    border: 1px solid #DDDDDD !important;
    background-color: #ffffff !important;
    padding: 9px 12px;
    color: #555555;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
}
.dataTables_wrapper, .table-responsive .dataTables_wrapper {
    min-height: 250px;
}
.dataTables_wrapper .dataTable tbody tr:last-child:not(:first-child) .menu-wrapper .menu-dropdown {
    bottom: 25px;
}

/* Carousel */
.track-order-carousel button.carousel-control-next,
.track-order-carousel button.carousel-control-prev {
    position: absolute;
    top: -2.2rem;
    bottom: unset;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.5rem;
    background-color: #777777;
    right: 0px;
    left: unset;
}

.track-order-carousel button.carousel-control-prev {
    margin-right: 2.25rem;
}

.track-order-carousel .carousel-control-next-icon,
.track-order-carousel .carousel-control-prev-icon {
    width: 1.125rem;
    height: 1.125rem;
}


/* Pagination */
.view-pagination ul.pagination {
    margin: 0;
    margin-bottom: 1rem;
    justify-content: end;
    align-items: center;
    --bs-pagination-color: #212121;
    --bs-pagination-active-bg: var(--bs-primary);
    --bs-pagination-focus-color: var(--bs-primary);
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover {
    background-color: var(--bs-primary) !important;
}

.view-pagination ul.pagination li.page-item .page-link {
    white-space: nowrap;
    text-align: center;
}

.view-pagination ul.pagination li.page-item .page-link:focus {
    box-shadow: none !important;
}

/* Breadcrumb */
.breadcrumb .h5 {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    line-height: 1.625rem !important;
    color: #000000 !important;
}
.breadcrumb a.btn-link {
    font-weight: 500;
}

/* Modal */
.alert-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}


/* profile */



/* Preloader */
.preloader-container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    flex-direction: column;
    background-color: rgba(232, 230, 227, 0.9);
    backdrop-filter: blur(10px);
}

.preloader-container.inner-pre {
    background-color: rgba(232, 230, 227, 0.6);
    backdrop-filter: blur(5px);
}

.preloader-container.active {
    display: flex;
}

.preloader {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader img {
    width: 100%;
    height: auto;
    animation: rotatePause 2.5s ease-in-out infinite;
}

.iceOrderDetails .orderdetails {
    padding: 10px;
}

@keyframes rotatePause {
    0% {
        transform: rotate(0deg);
    }

    30% {
        transform: rotate(180deg);
    }

    60% {
        transform: rotate(180deg);
    }

    /* pause */
    90% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }

    /* pause */
}

.preloader-container p.auth-text {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333333;
    margin: 1rem 0;
    text-align: center;
    transition: 0.1s ease all;
}

.dots::after {
    content: '';
    animation: dots 1.5s steps(4, end) infinite;
}

@keyframes dots {
    0% {
        content: '';
    }

    25% {
        content: '.';
    }

    50% {
        content: '..';
    }

    75% {
        content: '...';
    }

    100% {
        content: '';
    }
}

/* Footer */
footer.footer-bottom {
    background-color: #fff;
    box-shadow: 0px -2px 12px 0px rgba(0, 0, 0, 0.05);
}

footer.footer-bottom p {
    color: #333333;
    font-size: 0.875rem;
}

.clear-wrap {
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
}



.form-select:disabled {
    background-color: #e9ecef !important;
}

select:disabled {
    opacity: .4;
}

.orderdetails p {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}

.orderdetails {
    background-color: #F6F8FA;
    border: 1px solid #E8E8E8 !important;
    margin: 0;
    border-radius: 12px;
    margin-bottom: 15px;
}

.track-box {
    display: flex;
    row-gap: 10px;
    column-gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

.count {
    color: #0076BB;
    width: 30px;
    height: 30px;
    border: 1px solid #0076BB;
    border-radius: 30px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.track-box .content-box {
    display: flex;
    border: #E8E8E8 1px solid;
    border-radius: 12px;
    padding: 10px;
    width: 100%;
    gap: 10px;
}

.track-box .content-box .time {
    display: flex;
    row-gap: 10px;
    column-gap: 10px;
    align-content: center;
    align-items: center;
}

.track-box .content-box .time i {
    color: #0076BB;
    font-size: 20px;
}

.track-box .content-box .time p {
    font-size: 12px;
    margin-bottom: 0;
}

.track-order-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.track-order-box .left {
    display: flex;
}

.right {
    display: flex;
    gap: 20px;
    align-items: center;
}



.dataTables_wrapper #example_filter {
    display: none;
}

.withsearch-box .dataTables_wrapper #example_filter {
    display: block;
}



.dataTables_wrapper #example_filter label {
    font-size: 14px;
    font-weight: 400;
}

table.dataTable.row-border>tbody>tr>th,
table.dataTable.row-border>tbody>tr>td,
table.dataTable.display>tbody>tr>th,
table.dataTable.display>tbody>tr>td {
    border-top: none !important;
    box-shadow: none !important;
}

table {
    width: 100%;
}

.menu-wrapper {
    position: relative;
    display: inline-block;
}

.menu-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.menu-dropdown {
    display: none;
    position: absolute;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    min-width: 120px;
    z-index: 1000;
}

.menu-dropdown a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
}

.menu-dropdown a:hover {
    background: #f0f0f0;
}


.alert-popup {
    text-align: center;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.alert-popup .icon {
    width: 60px;
    height: 60px;
}

.alert-popup .btn-panel {
    gap: 10px;
    display: flex;
}

.modal-footer.quickorderfooter {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    flex-wrap: wrap;
}

div#noitemstodisplay {
    margin-bottom: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: .3em .4em !important;
    font-size: 12px !important;
}

.UserInvitationform .crmEntityFormView {
    background-color: transparent;
    color: #000000;
    border: none;
}

.UserInvitationform .crmEntityFormView .cell {
    padding: 5px !important;
}

.UserInvitationform .crmEntityFormView label {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0.125rem;
}

textarea.form-control{
    max-width: 100%;
    width: 100%;
}

.notificaion-icon{
    font-size: 20px;
    color: #0076bb;
    border: 1px solid #ebebeb;
    border-radius: 100px;
    width: 2.75rem;
    height: 2.75rem;
    display: flex
;
    justify-content: center;
    align-items: center;
}
 .notification-box h4{
    color: #0077bd;
  }

  .notification-box span i{
   color: #e21f1f;
  }

  .custom-quantity-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.validation-box{
    display: none;
    color: var(--bs-danger);
}

.validation-box.active{
    display: block;
}

.validation-box .alert{
    border: 1px solid #ff9999;
}

.alert-danger {
    background-color: #f9f1f1;
    border-color: #f9f1f1;
    color: #d91d1d;
}

  .file-box .fa-folder {
    color: #0076bb;
    font-size: 25px;
    margin-right: 10px;
  }
  .folder-name
    {
    color: #0d6efd;
    text-decoration: underline;
   }
    .file-box .dataTables_wrapper #example_filter{
    display: block;
   }


     .file-box .fa-file{
    color: #0a293b;
    font-size: 18px;
    margin-right: 10px;
   }

/* Custom Column / 5 column */
@media (min-width: 992px) {
    .col-lg-2-5 {
        flex: 0 0 auto;
        width: 20%;
    }
}
@media (max-width: 991.98px) {
    .card.card-order-ice a.btn, .card.card-order-ice button {
        border-radius: 0.625rem;
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
        line-height: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .track-order-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .track-box .content-box {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .reddy-ice-modal .modal-fullscreen-sm-down .modal-content {
        border-radius: 0 !important;
    }

    .header-top .dropdown .form-select.dropdown-toggle {
        width: 100%;
    }

    .modal-footer.quickorderfooter {
        display: flex;
        justify-content: flex-end !important;
        align-items: center;
        flex-wrap: wrap;
    }
}