* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x:hidden;
}

.h1, h2 {
    font-weight: 500;
}

.main-content .container,
.pacific-body .container {
    margin: 0;
    padding: 0;
    font-size: 0.95rem;
}

@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1480px;
    }
}

.table {
    --bs-table-striped-bg: rgba(0, 0, 0, 0.02);
}
/*FORMS --------------------------------------------------------------------------------------------------- **/
input, input:-webkit-autofill {
    background-color: #fff !important;
}

label {
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: .5rem;
}

.form-group {
    margin-bottom: 1rem;
}

.hide {
    display: none;
}

.customFunctionGridButton.Delete {
    background: url(images/delete.png) 1px center no-repeat;
    background-size: 20px;
    padding-left: 24px;
}

.form-control {
    border-radius: 15px;
    border: 0px solid;
    box-shadow: 0px 1px 10px #ddd;
    height: calc(1.6em + .75rem + 2px);
    background: transparent;
}

select.form-control {
    display: inline-block;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .50rem center;
    background-size: 8px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.5rem 0.95rem;
}




.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.btn {
    min-width: 120px;
    margin: 1.5rem 0 1.5rem 0;
    border-radius: 2.25rem;
    border: 0px solid transparent;
    background: linear-gradient(90deg, rgba(143,236,217,1) 0%, rgba(124,228,213,1) 22%, rgba(85,174,225,1) 46%, rgba(83,168,230,1) 65%, rgba(80,158,240,1) 80%, rgba(88,121,228,1) 100%);
}

    .btn:hover {
        color:#fff;
        border-color: #0a58ca;
    }

.btn-primary:hover {
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.1rem rgb(49 132 253 / 50%);
}


.btn.btn-primary:disabled {
    background-color: #11A0DC !important;
    border-color: #11A0DC !important;
    color: #ffffff !important;
}

.error {
    color: red;
    font-weight: 400;
    font-size:12px;
}

.success {
    color: green;
    font-weight: 400;
    font-size: 12px;
}

.check {
    width: 15px;
    height: 15px;
    font-size: 14px;
}

ul {
    list-style-type: none;
    text-indent: 0;
    padding-left: 0;
}

.payment-method-list {
    margin-top: 15px;
}

/*MENU TOGGLER --------------------------------------------------------------------------------------------------- **/
.sidebar-toggler, .sidebar-toggler--mobile {
    position: absolute;
    left: 250px;
    padding: .5rem 1rem;
    background-color: #08335f;
    top: 0;
    height: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .sidebar-toggler--mobile {
        display: none;
    }
    .modal-dialog {
        max-width: 733px !important;
        margin: 1.75rem auto;
    }
    .wideModalBox {
        max-width: 910px !important;
        margin: 1.75rem auto;
    }
    #modal-dialog {
        max-width: 1140px !important;
    }
    #grid3 {
        width: 22% !important;
    }
   
}
@media only screen and (min-width: 768px) and (max-width: 834px) {
    #grid12 {
        width: 100% !important;
    }

    #grid8 {
        width: 66.666% !important;
    }

    #grid6 {
        width: 50% !important;
    }

    #grid4 {
        width: 33.3333% !important;
    }
    #grid3 {
        width: 22% !important;
    }
    #pacific .col-md-2 {
        flex: 0 0 auto;
        width: 17% !important;
    }
    #pacific .col-md-3 {
        width: 22% !important;
    }
    option {
        font-size: 10px !important;
    }

    .cart-box {
        margin-top: 0rem !important;
    }

    .btn-center {
        width: 55% !important
    }
    
}
@media (min-width: 835px) {
    .sidebar-toggler--mobile {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .sidebar-toggler--mobile {
        display: flex;
        z-index: 110;
        position: fixed;
        bottom: 0;
        right: 0;
        left: auto;
        top: auto;
    }
    

        .sidebar-toggler--mobile .fal::before {
            content: "\f00d";
            font-size: 1.2rem;
            color: #f8f9fa;
        }

        .sidebar-toggler .fal, .sidebar-toggler--mobile .fal {
            font-size: 1.2rem;
            color: #f8f9fa;
        }

        .sidebar-toggler small, .sidebar-toggler--mobile small {
            color: #f8f9fa;
            text-transform: uppercase;
            font-size: .7rem;
        }
}

@media (max-width: 834.98px) {
    .sidebar-toggler--mobile {
        display: flex;
        z-index: 110;
        position: fixed;
        bottom: 0;
        right: 0;
        left: auto;
        top: auto;
    }

        .sidebar-toggler--mobile .fal::before {
            content: "\f00d";
            font-size: 1.2rem;
            color: #f8f9fa;
        }

        .sidebar-toggler .fal, .sidebar-toggler--mobile .fal {
            font-size: 1.2rem;
            color: #f8f9fa;
        }

        .sidebar-toggler small, .sidebar-toggler--mobile small {
            color: #f8f9fa;
            text-transform: uppercase;
            font-size: .7rem;
        }
}
/*TOP NAVBAR --------------------------------------------------------------------------------------------------- **/
.navbar {
    height: 60px;
    width: 100%;
    top: 0;
    right: 0px;
    box-shadow: none;
    z-index: 120;
    justify-content: flex-end;
    flex-flow: row wrap;
    background: linear-gradient( 90deg, rgba(213,229,226,1) 21%, rgba(204,223,225,1) 36%, rgba(201,212,226,1) 52%, rgba(201,209,227,1) 65%, rgba(201,209,226,1) 80%);
}

.navbar-brand {
    text-align: center;
    margin-top: 20px;
    display: inline-block;
    padding-top: .2625rem;
    padding-bottom: .2625rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar a {
    text-decoration: none;
}

.navbar-brand img {
    width: 40%;
}

.navbar .nav-right {
    display: flex;
    align-items: center;
    margin: 0 30px 0 0;
}

/*SIDE NAV --------------------------------------------------------------------------------------------------- **/
.sidebar {
    background-color: #ffffff;
    top: 0px !important;
    left: 0;
    bottom: 0;
    border-radius: 0px 50px 50px 0px;
    width: 286px;
    position: fixed;
    transform: translateX(-100%);
    transition: transform .4s ease-in-out;
    z-index: 120;
    height: 100%;
    overflow: auto;
}

    .sidebar .sidebar__inner {
        height: auto;
        width: 95%;
        overflow: hidden;
        overflow-y: auto;
        padding-bottom: 25px;
        margin-top: 20px
    }

@media (max-width: 767.98px) {
    .sidebar {
        transform: translateX(0);
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    }
    .sidebar--active .sidebar {
        transform: translateX(-100%);
    }
}
@media (max-width: 834.98px) {
    .sidebar {
        transform: translateX(0);
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    }
    .sidebar--active .sidebar {
        transform: translateX(-100%);
    }
}
.sidebar--active .sidebar {
    transform: translateX(0);
}


@media (max-width: 1199.98px) {
    .sidebar {
        transform: translateX(0);
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    }

    .sidebar--active .sidebar {
        transform: translateX(-100%);
    }
}

ul.nav li a {
    font-weight: 400;
    font-size: 0.9rem;
    color: #343833;
    text-align: left;
    padding: 10px 10px 10px 20px;
    border-radius: 0;
    display: block;
    text-decoration: none;
}

    ul.nav li a:hover {
        color: #5D79E3;
    }

ul.nav-subnav {
    list-style: none;
}

    ul.nav-subnav li a {
        padding: 10px 10px 10px 20px;
    }

.nav-icon {
    margin-right: 15px;
    min-width: 25px;
}

.sidebar .sidebar__inner .sidebar__menu-group .sidebar__menu-group-content li.has-submenu .sidebar__submenu a::before {
    margin-right: 20px;
    content: none;
}

/*---------------------------------------------------------------------------------------------------------------- **/
/* Cards **/
.card {
    border-radius: 1.25rem;
    border: none;
    background-color: #f5f9f9;
}

.card-header {
  background-color: transparent;
  border: none;
  padding: 1.25rem 1.05rem;
  margin-bottom: 0;
}

.card-footer {
    border-top: none;
    padding: 1.25rem 1.5rem;
    background-color: transparent;
}

#amcs-elemos-quickpayment .card-footer,
.footer-bg {
    background: linear-gradient(153deg, rgba(93,120,227,1) 0%, rgba(93,121,227,1) 24%, rgba(100,147,222,1) 50%, rgba(119,193,217,1) 73%, rgba(127,214,216,1) 88%);
    border-radius: 0px 0px 20px 20px;
    margin-top: 4px;
    color: #fff;
}

.card-footer .minmaxAmount {
    width: 45%;
}

/*---------------------------------------------------------------------------------------------------------------- **/
/* Main Content Area **/
.sidebar--active .main-content {
    margin-left: 245px;
    padding-left: 70px;
    min-height: 100vh;
}

@media (max-width: 767.98px) {
    .sidebar--active .main-content {
        margin-left: 0;
        padding-left: 32px;
    }
}
@media (max-width: 834.98px) {
    .sidebar--active .main-content {
        margin-left: 0;
        padding-left: 32px;
    }
}


.main-content {
    background: linear-gradient(90deg, rgba(213,229,226,1) 0%, rgba(204,223,225,1) 22%, rgba(201,212,226,1) 46%, rgba(201,209,227,1) 65%, rgba(201,209,226,1) 80%);
    padding: 10px 30px 0px 30px;
    text-align: left;
    
}



table .table tr td button.btn,
td button.btn {
    background: none #11DCB3;
    text-decoration: none;
    color: #fff;
    font-size: 0.8rem;
    padding: .2rem .4rem;
    margin: 0.5rem 0 0.5rem 0;
}

/*---------------------------------------------------------------------------------------------------------------- **/
/* Data Tables **/

.page-item.active .page-link {
    z-index: 1;
    color: #FFF;
    background-color: #5686E8;
    border-color: #5686E8;
}

/*---------------------------------------------------------------------------------------------------------------- **/
/* Widgets/Screens **/
#quickPayBalanceText, #quickPaymentCurrency, #quickPaymentAmount {
    font-size: 1.25rem;
    float: left;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
/*#amountToPay{
	font-size:2rem;}*/

#portalTargetIframe {
    display: none;
    height: 700px;
    width: 100%;
    border: 1px solid #87875d;
}

#invoiceDashboard h2 {
    font-size: 1.5rem;
}

/*---------------------------------------------------------------------------------------------------------------- **/
/* Promo Panels **/
.pacific-public-body .promotion-outer {
    margin-top: 20px;
    display: flex;
}

    .pacific-public-body .promotion-outer .pacific-promo-panel {
        border-radius: 2.25rem;
        background-color: #FFF;
        z-index: 100;
        margin-bottom: 15px;
        padding: 20px 30px;
        width: 33%;
        max-width: 350px;
    }

.pacific-promo-panel:not(:last-child) {
    margin-right: 30px;
}

.pacific-promo-itemname {
    font-size: 1.2rem;
}

.pacific-promo-itemprice {
    font-size: 1.6rem;
    font-weight: 800;
    color: red;
}

.pacific-promo-itemdesc {
    font-size: 1rem;
}

.pacific-promo-itemimage {
    width: 200px;
    margin: 10px 0;
}

.btn.btn-buynow {
    color: #FFF;
    background: none #5686E8;
    border-color: #5686E8;
    width: 100%;
}

/*---------------------------------------------------------------------------------------------------------------- **/
img {
    max-width: 100%;
}

.main-content .main-content__header {
    display: none;
}

#announcements {
    display: none
}

.fa-phone-alt:before {
    content: "\f879";
}

.vertical_line {
    border-left: 1px solid #f8f9fa;
    height: 33px;
}

.user_details {
    display: block;
    margin-left: 20px;
    color: #343833;
}

.username {
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    margin-top: 6px;
}

.email_id {
    font-size: 10px;
}

.user_profile {
    margin-top: 6px;
    margin-right: 50px;
}

.img-update {
    margin-left: 53px;
    margin-top: 20px;
    width: 60%;
}

.icons i {
    font-size: 25px;
    color: #262626;
}

.icons-row {
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 24px !important;
}

.align-center {
    display: grid;
    text-align: center;
}

.fa-file-alt:before {
    content: "\f15c";
}

.card1 {
    background: #262626
}

.card2 {
    background: #21a1da
}

.card3 {
    background: #73bf4b
}

.icon-styles {
    font-size: 20px;
}

a .fas {
    margin-right: 20px;
}

i.fas.fa-lg {
    margin-right: 10px;
}

.footer-bg {
    background: linear-gradient(153deg, rgba(93,120,227,1) 0%, rgba(93,121,227,1) 24%, rgba(100,147,222,1) 50%, rgba(119,193,217,1) 73%, rgba(127,214,216,1) 88%);
    border-radius: 0px 0px 20px 20px;
}

#footer-currentBalance {
    color: #fff;
    font-weight: unset;
    font-size: 18px;
    display: block;
}

#footer-amount {
    font-size: 30px;
    color: #fff;
    font-weight: unset;
}

#btnQuickPayment {
    font-size: 18px;
    border: 2px solid white !important;
    width: 100%;
    color: #fff;
    left: 40%;
    top: 77%;
}

.payment-label {
    padding: 1.25rem 1.5rem;
}

.col-updates {
    background: #73bf4b;
    border-radius: 20px;
    height: 70px;
    align-items: center;
    margin-bottom: 20px;
}

    .col-updates .fas {
        font-size: 25px;
        text-align: left;
        position: relative;
    }

    .col-updates span {
        position: absolute;
        left: 40%;
        top: 33%;
    }

.col-landfill {
    background: #262626;
    color: white;
}

.col-compost {
    background: #73bf4b;
    color: #262626;
}

.col-bill {
    background: #e4e4e4;
    color: #262626;
}
/*.col-updates-info-selected {
	background:#fff;
	margin-left: -15px;
    border-radius: 0px 20px 20px 0px;
} */
.col-updates-info {
    font-weight: 600;
    color: #262626;
    height: 70px;
    align-items: center;
}

    .col-updates-info span {
        justify-self: left;
    }

.statement-footer {
    text-align: center;
    padding: 0;
}

    .statement-footer p {
        display: inline;
        font-weight: unset;
        vertical-align: super;
        color: #262626;
        margin-right: 20px;
    }

    .statement-footer span {
        color: #262626;
        font-size: 30px;
        font-weight: 600;
    }

.title_MostRecentStatements {
    display: inline-block;
    width: 63%;
    color: #fff;
    vertical-align: -webkit-baseline-middle;
}

.green-text {
    color: #262626;
}

hr {
    background: #fff;
    width: 100%;
}

.card--same-height {
  height: 98%;
}

/* =============================================================================================================== */
/* Circular Percentage Chart */
.single-chart {
    display: inline-block;
    width: 33%;
    vertical-align: middle;
}

.circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    max-height: 250px;
}

.circle-bg {
    fill: none;
    stroke: #747474;
    stroke-width: 3.8;
}

.blue .circle-bg {
    stroke: #6bbee1;
}

.green .circle-bg {
    stroke: #53813b;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.blue .circle {
    stroke: #fff;
}

.circular-chart.green .circle {
    stroke: #262626;
}

.circular-chart.black .circle {
    stroke: #fff;
}

.percentage {
    fill: #fff;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

/*========================================================================================================*/
/* Hover Effects */
.wrap-content {
    width: 92%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 10px;
}

    .wrap-content span {
        display: block;
    }

    .wrap-content:hover {
        border-radius: 10px;
        box-shadow: 0px 1px 10px #ddd;
    }

.updates-row:hover .col-updates {
    border-radius: 20px 0px 0px 20px;
}

.updates-row:hover .col-updates-info {
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0px 1px 3px #ddd;
    background: #fff;
}

/*========================================================================================================*/
/* Old CSS */

#announcements {
    width: 100%;
    margin: 10px 0 20px 0;
}

.announcement {
    border: 2px solid #d4c908 !important;
    background-color: #fcfbe8;
    padding: 20px;
    width: 100%;
    border-radius: 4px;
    display: block;
}

.help-icon {
    font-size: 2em;
    float: left;
    margin-right: 5px;
}

.help-panel h5 {
    margin-top: 3px !important;
}

@media print {
    .sidebar {
        display: none;
    }
}

/*-------------------------------------------------------------------*/
/* DESIGN: Theme */
body {
    background-color: #FFF;
    overflow-x:hidden;
}

.sidebar-toggler {
    display: none;
    background-color: #8b8c91 !important;
}

.login__wrap .login__visual {
    background-color: #8b8c91 !important;
}
/* Top Navbar */
.navbar {
    background-color: transparent;
}

    .navbar .navbar-brand {
        background-color: #8b8c91 !important;
    }

/*-------------------------------------------------------------------*/
/* Custom CSS */

#amcs-servicesummary #divElemosHeading,
#amcs-servicesummary #divWastedgeHeading,
#amcs-servicesummary #divTowerHeading {
    background-color: #000000 !important;
}

    #amcs-servicesummary #divElemosHeading h3,
    #amcs-servicesummary #divWastedgeHeading h3,
    #amcs-servicesummary #divTowerHeading h3 {
        color: #fff !important;
    }

#recentPara {
    color: #000000 !important;
    margin-left: 3%;
    white-space: nowrap;
}

#upcomingPara {
    color: #000000 !important;
    margin-left: 3%;
    white-space: nowrap;
}

#inv-dash-thead {
    background-color: #000000 !important;
    color: #fff !important;
}

#reportChart {
    height: 100%;
    width: 100%;
}

table.elemosGrid thead tr th {
    border: 1px solid #062647;
    border-bottom: 1px solid #062647;
    background: #000000 !important;
    color: #fff;
}

.card-footer .button {
    background-color: #11A0DC !important;
    border-color: #11A0DC !important;
    color: #FFFFFF !important;
    padding: 6px 12px;
    border-radius: 12px;
}


.top-navigation-notification {
    text-decoration: none;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

    .top-navigation-notification .badge {
        display: flex;
        justify-content: center;
        position: absolute;
        top: -8px;
        right: 10px !important;
        padding: 10%;
        border-radius: 50%;
        color: white !important;
        font-size: 12px;
        background-color: red !important;
        min-width: 18px;
        min-height: 15px;
    }

.pacific .search-button {
    min-width: 100px;
}

@media (min-width: 768px) {
    .pacific .col-md-2 {
        flex: 0 0 auto;
        width: 15.5% !important;
    }

    .pacific .col-md-3 {
        width: 23% !important;
    }
}

#portalTransactionPage {
    background: url('/Images/loader.gif') center center no-repeat;
    padding: 20px;
}

.order-success__meta {
    margin-bottom: 20px;
}

.order-success__meta-list {
    padding: 10px;
    margin: 0;
}

.order-success__meta-products {
    margin-bottom: 20px;
    padding: 10px;
}

.order-success__address {
    margin-bottom: 20px;
    padding: 10px;
}

#customerDeliverySitesBlock {
    margin-top: 3%;
    margin-bottom: 4%;
}

#initiatePayment {
    
    height: 46em;
    background: url('../Images/loader.gif') center center no-repeat;
    margin-bottom:50px;
}

#paymentIframe {
    height: 100%;
    width: 100%;
    margin-top:30px;
   
}

#amcsPayIframe {
    width: 100%;
    height: 750px;
}

.dashboard-picture {
  margin-right: 1.25rem !important;
  border-radius: 0.4rem;
 }

    .dashboard-picture > img {
        width: 100px;
        height: 100px;
        flex-shrink: 0;
        display: inline-block;
        border-radius: 0.475rem;
    }

.dashboard-container {
    flex-grow: 1 !important;
}

.fw-bolder {
    font-weight: 600 !important;
}

.dashboard-lineItem {
    font-size: .9rem !important;
}

.dashboard-containerMaterial {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.pt-2-custom {
    padding-top: 0.4rem !important;
}

.font-medium {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.unset-color {
    color: unset;
}

.popupTable {
    border: 1px solid #e5e5e5;
}

.tableTitle {
    display: block;
    border-radius: 0 !important;
    padding: 0 10px;
    height: auto;
    background-color: #e5e5e5;
}

.titleCaption {
    line-height: 22px;
    font-size: 16px;
    color: black;
    padding-right: 5px;
    padding-top: 10px;
    width: unset;
    padding: 11px 0 9px;
}

.thTitle {
    background-color: #e5e5e5;
}


fieldset {
    border: 1px solid #cccc;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
}

legend {
    line-height: 22px;
    font-size: 16px;
    color: black;
    width: auto;
    float: none;
}

.itemCount {
    margin-top: 1rem;
}

.site-selection {
    margin-top: .5rem;
    padding-top: 20px;
    padding-bottom: 20px;
}

#siteSelectionDiv {
    float: right;
}

.font-size-90 {
    font-size: 90%;
}

.popupRow {
    margin-top: 20px;
    margin-bottom: 20px;
}

.polygon {
    width: 100%;
    height: 0;
    border-top: 50px solid #EFEEED;
    border-left: 100px solid transparent;
}

.overlay-text {
    line-height: 5px;
    margin-top: -30px;
}

.popUpHeader {
    font-weight: bold;
    font-size: 16px;
}

.ticketPopUpPic {
    max-height: 50px;
}

table#invoiceDetailsPopupItemTable th, table#invoiceDetailsPopupItemTable td,
table#invoiceDetailsPopupPriceTable th, table#invoiceDetailsPopupPriceTable td {
    width: 20%;
}

.dataTables_length {
    width: 50%;
    float: left;
}

.siteDropDownWidth {
   min-width:40%
}


.cart_modal.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.cart_modal.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.cart_modal.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.cart_modal.modal.right.fade .modal-dialog {
    width: 50%;
    right: 0%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.cart_modal.modal.right.fade.in .modal-dialog {
    right: 0;
}

.cart_modal .modal-content {
    border-radius: 0;
    border: none;
}

.cart_modal .modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

.cart-slider .cart-product-info-terms a {
    font-size: 1.2rem;
}

.cart-slider .cart-product-image__tag {
    max-width: 86px;
}

.cart-slider .cart-promoDiv, .cart-slider .discountFeePromo, #discountFeePromotion {
  display: flex
}

.cart-slider .cart-promo, #discountFeePromotion .cart-promo {
  margin-right: 20px
}

.cart-slider .btn-applyPromo,
.cart-slider .btn-removePromo {
  margin-top: 3px
}

#discountFeePromotion .btn-applyDiscountFeePromo, #discountFeePromotion .btn-removeDiscountFeePromo {
  margin-top: 0px;
}

.empty-cart {
  text-align: center;
}

#cartProductPriceDetails {
  margin-top: 1rem;
}

.cart-slider .cart-product-image__body {
  border-radius: 0.4rem;
  width: 5vw;
  height: 5vw;
  background-color: #F5F8FA;
}

.cart-slider .slider-icon {
    margin-right: 5px;
}

.cart-slider .cart-total {
    font-size: 1.5rem;
    font-weight: 500;
  
}

.v-center_contents {
    text-align: center;
}

.cart-slider .cart-product-details {
    margin-top: 25px;
    border-bottom: 3px solid #EFF2F5;
}

.cart_modal .cart_modal_header h4 {
    font-size: 1.15rem;
}

.cart-slider a {
    cursor: pointer;
    color: #757575;
}

.cart-slider .cart-product-item-price {
    font-weight: bold;
}

.cart-slider .cart-product-rent {
    font-size: 12px;
}

.cart-slider .cart-product-links {
    font-size: 16px;
}

.cart-slider .product-terms {
    padding-left: 15px;
}

.toolbar_logo_div {
    display: none;   
}

.logo_image {
    height: 50px;
}

.header_toolbar {
    display: grid;
    position: relative;
    width: 100%;
}

    .header_toolbar .toolbar {
        justify-content: flex-end;
        display: flex;
        grid-column: 4;
        grid-row: 2;
        margin-right: 24px;
    }

    .header_toolbar .toolbarsidemenu {
        justify-content: flex-start;
        display: flex;
        grid-column: 1;
        grid-row: 2;
    }
.toolbar #toolbar-products {
    cursor: pointer;
}

.cart-slider .product-info, .product-terms {
    display: inline-block;
}

.cart-product {
    margin-bottom: 15px;
}

.cart-product-info-terms {
    margin-bottom: 15px;
}

.cart-checkout {
    margin-top: 1rem;
}

input[type=checkbox].checkbox-margin {
    margin: 5px;
}

#customerServiceLocation {
    margin-top: -20px;
    text-align: center;
    background-color: #e2e8ea;
}

#btnEditServiceLocation {
    margin-left: 10px;
    text-decoration: none;
    color: #0d6efd;
    cursor: pointer;
}

#customerServiceLocation {
    top: 91px;
    left: 0;
    width: 100%;
    position: absolute;
}

.customerServiceLocationRow {
    margin-right: 0;
}

#customerServiceLocation #serviceLocation {
    margin-top: 11px;
    margin-bottom: 11px;
}

.dropdown-menu[data-bs-popper] {
    left: auto;
    right: 0;
    top: auto;
    margin-top: 1rem;
    position: absolute;
}


/*tickethistory-tabs*/
.pageTabs {
    margin-bottom: 15px;
    padding-left: 0;
    background-color: #fff;
    border: 1px solid #bce8f1;
    border-radius: 4px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.pageTabs > .panel-heading {
    color: #31708f;
    background-color: white;
    border-color: #bce8f1;
    padding: 5px 5px 0 5px;
}

.panel-heading > .nav > li > a {
    text-decoration: none;
    border-radius: 4px 4px 0 0;
    color: #000000 !important;
    background-color: transparent;
    padding: 10px 15px;
    display: block;
    position: relative;
}

    .panel-heading > .nav > li > a.active {
        border-radius: 4px 4px 0 0;
        border: 1px solid #bce8f1;
        padding: 10px 15px;
        display: block;
        color: #000000;
        background-color: #bbb;
        border-bottom-color: transparent;
    }

/*Payment confirmation screen styles*/
#payConfirmHeaderText {
    text-align: center;
    margin-top: 5px;
    padding: 15px;
}

#payConfirmCardBody {
    text-align: center;
}

#successStatusDiv {
    color: #67bd51;
    font-size: 2rem;
}

#payConfirmTransactionInfo, #payConfirmPaidAmount {
    margin-top: 15px;
    font-weight: 600;
}

#successStatusDiv #thanksMsg {
    font-weight: bold;
    font-size: 2rem;
}

#successStatusDiv #thanksFabIcon {
    font-size: 4rem;
}
/*  Mobile view changes*/
@media (max-width: 1199.98px) {
    #topMenuNav, #topMenuNav {
        display: none !important;
    }

    .cart_modal.modal.right.fade .modal-dialog {
        width: 100%!important;
    }

    #initiatePayment {
        margin-left: 0%;
        width: 100%;
    }
    .sidebar-toggler--mobile {
        display: flex;
        z-index: 110;
        position: fixed;
        bottom: 0;
        right: 0;
        left: auto;
        top: auto;
    }

        .sidebar-toggler--mobile .fal::before {
            content: "\f00d";
            font-size: 1.2rem;
            color: #f8f9fa;
        }

        .sidebar-toggler .fal, .sidebar-toggler--mobile .fal {
            font-size: 1.2rem;
            color: #f8f9fa;
        }

        .sidebar-toggler small, .sidebar-toggler--mobile small {
            color: #f8f9fa;
            text-transform: uppercase;
            font-size: .7rem;
        }
    .sidebar--active .main-content {
        margin-left: 0;
        padding-left: 32px;
    }
}

@media (min-width: 1200px) {
    #topMenuMobileNav, #mobileNavMenus {
        display: none;
    }
    .sidebar-toggler--mobile {
        display: none;
    }
}

#topMenuNav i {
    width: 16px !important;
    height: 16px !important;
}

/*  Notifications Drop-down view changes*/
#notification .dropdown-menu {
    left: auto;
    right: 0;
    position: absolute;
    margin-top: 1rem;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fbfef9;
    background-clip: padding-box;
    border: 1px solid rgba(25,25,35,.15);
    border-radius: 0.25rem;
}

.show {
    display: block;
    opacity: 1;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

#notifications .notificationContentHeader {
    margin: 0 10px;
}



.leftFloat {
    float: left;
}

    .leftFloat p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

#notifications .notificationContentContainer {
    margin: 0 10px;
    overflow: auto;
    max-height: 400px;
    clear: both;
}

    #notifications .notificationContentContainer .notificationContent {
        margin-bottom: 16px;
    }

*, *::before, *::after {
    box-sizing: border-box;
}

#notifications .notificationContentContainer .notificationContent .header {
    background-color: #08335f;
    color: #fff;
    float: left;
    width: 100%;
    padding: 4px 0 2px 8px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #08335f;
}

    #notifications .notificationContentContainer .notificationContent .header h3 {
        color: #fff;
        font-size: 1.5rem;
        font-weight: 700;
        margin-top: 0;
    }

#notifications {
    margin-right: 0px !important;
}

    #notifications .notificationContentContainer .notificationContent .body {
        padding: 16px 8px 0;
        clear: both;
        border: 2px dotted #22505f;
        border-radius: 0 0 10px 10px;
        background-color: #f4f4f4;
        white-space: pre;
    }

.custom-switch {
    padding-left: 2.25rem;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.9rem;
    padding-left: 2.25rem;
}

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

button, input {
    overflow: visible;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

    input[type="checkbox" i] {
        background-color: initial;
        cursor: default;
        appearance: auto;
        box-sizing: border-box;
        margin: 3px 3px 3px 4px;
        padding: initial;
        border: initial;
    }

input {
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: fieldtext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    background-color: field;
    margin: 0em;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fbfef9;
    border-color: #08335f;
    background-color: #08335f;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-control-label::before {
    position: absolute;
    top: 0.45rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fbfef9;
    border: #adb5bd solid 1px;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fbfef9;
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-label::after {
    top: calc(0.45rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-control-label::after {
    position: absolute;
    top: 0.45rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

#notifications .notificationContentContainer .notificationContent .header {
    background-color: #08335f;
    color: #fff;
    float: left;
    width: 100%;
    padding: 4px 0 2px 8px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #08335f;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

#btnAddAccessTime, #submitskipsbutton, #btnEditAccessTimeTemplate, #btnDeleteAccessTimeTemplate, #btnOkAccessTimeTemplate, #btnCancelAccessTimeTemplate {
    min-width: 120px;
    margin: 1.5rem 0 1.5rem 0;
    border-radius: 2.25rem;
    border: 0px solid transparent;
    background: linear-gradient(90deg, rgba(143,236,217,1) 0%, rgba(124,228,213,1) 22%, rgba(85,174,225,1) 46%, rgba(83,168,230,1) 65%, rgba(80,158,240,1) 80%, rgba(88,121,228,1) 100%);
}

.pointer {
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .img-center-m {
        text-align: center
    }
}

#AccessTime_AccessStartTime, #AccessTime_AccessEndTime {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}
.DisplaySetPicture-width-full {
    width:100%
}
ul.pagination {
    float: right !important;
}

#serviceLocationsTabname {
    padding: 10px;
    color: #343833 !important;
    font-weight: bold;
}
@media (max-width: 767.98px) {
    .fc-toolbar {
        display: block !important;
        text-align: center;
    }
    .fc-toolbar-chunk{
        margin-bottom:10px
    }
    .siteDropDownWidth {
        min-width: 100%
    }
    #siteDropdown{
        display:block!important;
    }
}
.carousel-indicators button {
    background-color: gray !important;
}


.carousel-item > img {
    max-height: 180px;
}

p a.btn.btn-primary {
    padding: 12px;
}
.custom-file-input {
    display: block;    
    position: relative;
}
    .custom-file-input input[type="file"] {
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
    }
.servicefeecard {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
    height: 100% !important;
    background-color:white;
}

.checkout__payment-serviceFee {
  padding-bottom: 5px;
}
.mobillbtn{
    width:30%;
    height:auto;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    vertical-align:super;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
    }

/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider,
input[type="checkbox"]:checked + .slider {
    background-color: #2196F3;
}

/* include generated hidden field here */
input[type="checkbox"]:focus + input[type="hidden"] + .slider,
input[type="checkbox"]:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
input[type="checkbox"]:checked + .slider:before {
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.input-group-text {
    display: flex;
    align-items: baseline;
    padding: 6px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 28px 2px 0px 28px;
    height: 32px;
}
i {
    cursor: pointer;
}


#scrollstyle::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(247 244 244 / 0%);
    background-color: #f8f9fa00;
    border-radius: 0px 95px 95px 0px;
    height: 80%;
    margin: 29px
}

#scrollstyle::-webkit-scrollbar {
    width: 5px;
    background-color: #d4e4e214;
    border-radius: 0px 50px 50px 0px;
}

#scrollstyle::-webkit-scrollbar-thumb {
    background-color: #F5F5F5;
    border: 0.5px solid #08335f;
    border-radius: 10px;
}
.fc-popover {
    position: absolute;
    z-index: 999 !important;
    box-shadow: 0 2px 6px rgb(0 0 0 / 15%);
}
.fc-event.normal {
    background-color: #3788D8;
}
.fc-event.cardboard {
    background-color: #F1B598;
}

.fc-event.invoice {
    background-color: #4caf50;
}

.fc-event.communication {
    background-color: #747171;
}

.fc-event.payment {
    background-color: #55d6c2;
}

.fc-event.creditnote {
    background-color: #640a91;
}

.fc-event.routevisit {
    background-color: #D3C7E6;
}

.fc-event.routeassignment {
    background-color: #FED5CF;
}

.fc-event.standingjob {
    background-color: #BEDAE3;
}

.fc-event.notification {
    background-color: #40E0D0;
}

.fc-event.organic {
    background-color: #995d03;
}

.fc-event.recycle {
    background-color: #09913f;
}

.fc-event.aluminium {
    background-color: #FEC9F1;
}

.fc-event.bulkywaste {
    background-color: #EFC7C2;
}

.fc-event.construction {
    background-color: #D387AB;
}

.fc-event.copper {
    background-color: #f3de8a;
}

.fc-event.generalwaste {
    background-color: #70d6ff;
}

.fc-event.glass {
    background-color: #D699FF;
}

.fc-event.metal {
    background-color: #E899DC;
}

.fc-event.mixedpackage {
    background-color: #ffc107;
}

.fc-event.paper {
    background-color: #A557FD;
}

.fc-event.plastic {
    background-color: #E49908;
}

.fc-event.steel {
    background-color: #F82A8A;
}

.fc-event.wood {
    background-color: #C24D0E;
}


iframe#digitalPage {
    height:65px;
    width: 100%;
}

input.prefix {
    width: 13%;
    display: inline;
    border-radius: 28px 2px 0px 28px;
}

input.surfix {
    width: 84%;
    display: inline;
    border-radius: 0px 28px 28px 0px;
}
@media (max-width: 834.98px) {
    input.prefix {
        width: 18%;
        display: inline;
        border-radius: 28px 2px 0px 28px;
    }
 
    input.surfix {
        width: 79%;
        display: inline;
        border-radius: 0px 28px 28px 0px;
    }   
}
    .payment-methods {
        background-color: #ffffff;
        padding: 1rem;
        margin: 0.5rem 0;
        border-radius: 5px;
        border: 1px solid #fff
    }

.payment-methods-digital {
    background-color: #ffffff !important;
    padding: 5px 15px;
    margin: 0.5rem 0;
    border-radius: 5px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 2px #ddd;
}

    li.payment-methods:hover {
        border: 1px solid #0075ff;
        border-radius: 5px
    }

    li.payment-methods-digital:hover {
        border: 1px solid #0075ff;
        border-radius: 5px
    }

    .paymenttypeImg {
        width: 50px;
        height: 50px;
        margin-top: -3px;
    }

.field-validation-error {
    color: red;
}
button#btn-Checkout {
    font-size: 13px !important;
    font-weight: bold;
}
a.link-remove-product {
    font-size: 13px !important;
}

a.show-more {
  color: #6c757d;
  text-decoration: auto;
  font-size: 13px;
  font-weight: bold;
}
.table-container {
    height: auto;
    max-height: 230px;
    overflow-y: auto;
    border-radius: 6px;
    border: 1px solid #EBEDF3;
}

.multipleinvoice-table {
    width: 100%;
    margin-bottom:15px;
    font-size: 15px;
   
}
.invoice{
    font-size:14px;
    font-weight:bold;
}
.invoiceprice_total {
    font-size: 13px;
    font-weight: bold;
}
.fs-smaller{
    font-size:smaller;
}
.wide-cell {
  width: 5%;
  text-align: center;
}
@media (max-width: 834.98px) {
    .cart_modal.modal.right.fade .modal-dialog {
        width: 100%!important;
        max-width:600px;
    }
}

@media (max-width: 767.98px) {
    .bg-default {
        min-height: auto;
    }
    #guestLogin{
        display: none!important;
    }
    .section {
        position: relative;
        width: 100%;
        height: calc(100vh);
        overflow: hidden;
        overflow-y: auto !important;
        top: 65px;
    }
    
}

@media (min-width: 834.98px) {

    #siteLogo {
        display: none;
    }
}

@media (max-width: 834.98px) {
    #guestLogin {
        display: none !important;
    }

    div#accountLogin {
        width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
    #loginForm {
        width: 66.66666667%;
        margin-left: 16.66666667%;
    }
    #mobillsContainer {
        margin-top: 0px !important;
    }
    .mobillsContainer {
        width: 100%;
    }
   
}
#sustainabilityHome{
    font-size:14px;
   /* margin-left:auto;*/
}
    #sustainabilityHome h5{
        font-size:18px!important;
    }
    .text-gray {
        color: rgba(40, 53, 51, 0.8);
    }
table#SustainabilityMaterialTable {
    margin-bottom:auto;
}
.image-size {
    width: 55% !important;
}
.limit-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-text-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-text-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.title-widget {
    
    height:197px;
   
    background: #EBF7FF;
    border-radius: 20px;
}

    .title-widget img {
        max-height: 100%;
        max-width: 33%;
        border-radius: 20px;
    }
.card-height{
    height:100%
}
.title-image {
    position: absolute;   
    height: 185px;
    left: 65%;
    top: 0px;
}
.title-image2 {
    position: absolute;
    height: 194px;
    left: 3%;
    top: 125px;
    width: 88%;
}
.graph-widget-left {
    position: absolute;
    left: 0px;
    top: 155px;
    padding:0px 20px
}
.graph-widget-right {
    position: absolute;
    right: 0px;
    top: 155px;
    padding: 0px 20px 0px 0px;
}
.graph-widget {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #EBEDF3;
    border-radius: 5px;
    padding: 0px 0px
}
.materialTablePosition {
    position: relative;
    padding:20px 32px;
    left: 0px;
    top: 283px;
}
.materialTable-widget {
    box-sizing: border-box;
   
    background: #FFFFFF;
    border: 1px solid #EBEDF3;
    border-radius: 5px;
    
}
.pd-45 {
    padding: 30px;
}
.mt-30{
    margin-top:31px !important;
}
.mb-30{
    margin-bottom:30px !important;
}
.viewservicePadding {
    padding: 45px 25px;
}
.fs-14{
    font-size:14px;
}
.fs-10{
    font-size:10px
}
.fs-12 {
    font-size: 12px
}
.fieldvalue {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    
    color: #464E5F;
}

#btnViewService{
    min-width:170px
}
.table-light th {
    height: 50px;
    padding-top: 14px;
    border-bottom: 1px solid #ddd !important;

}
.table-container {
    position: relative;
    height: 350px;
    overflow-y: auto;
    max-height: 293px;
}

.table-footer {
    position: sticky;
    bottom: -1px;
    background-color: #f9f9f9;
    z-index: 1; /* Ensure footer appears above the scrollable tbody */
}

    .table-footer table {
        width: 100%;
        border-collapse: collapse;
    }

    .table-footer td {
        padding: 0px 8px;
        height: 50px
    }

#SustainabilityMaterialTable tfoot {
    border-style: none;
}

#SustainabilityMaterialTable tbody {
    max-height: 350px;
    overflow-y: scroll;
}
canvas.MaterialTableChart {
    height: 25px !important;
    width: 100% !important;
    top: 10px;
    position: relative;
}
.default-width {
    width: 230px!important;
}
.tablecellalign{
       padding-right:65px!important;
}

.flex-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.flex-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left:30px;
}
.tipsIcon {
    color: #38ADFC;
    font-size:40px;
}
.text-black {
    color: #212529;
    font-weight:700;
}
.chart-tooltip {
    white-space: nowrap;
    max-width: none;
}
.graphContainer {
    max-width: 100%;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: thin;
}

.graphContainerBody {
    height: 250px;
}

.graphContainer::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: transparent;
    cursor: pointer;
}

.graphContainer::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.graphContainer::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

    .graphContainer::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.select2-selection__clear {
    display: none !important;
}

.display-flex {
  display: flex;
}
.fs-18{
    font-size:18px;
}


#ContainerTypeHistoryModal .modal-dialog{
  max-width : 800px !important;
}

#btnSignUpContinue, #btnSubmitPIN, #btnSubmitInvoice {
    min-width: 100%;
}
.signUpOptionBox {
    border: 1px solid #eceff1;
    border-radius: 5px;
    padding: 3px !important;
}
.iconBox {
    border: 1px solid #eceff1;
    border-radius: 5px;
    padding: 10px;
    font-size: 20px;
}
.optionMargin {
    margin: 20px 6px 0px 10px !important;
    border: 1px solid #CFD8DC
}
.m-left-right-3{
    margin:0px 3px;
}
.selectedOption {
    border: 2px solid #0d6efd;
 }
.form-check-input:checked {    
    border: 2px solid #0d6efd !important;
}
/*.top45{
    top:24%!important;
}
.top20 {
    top: 15%!important;
}*/
.hiddenreg {
    display: none;
}

#signUpPIN{
    transform:translateX(100%)
}
#signUpInvoice {
    transform: translateX(100%)
}

.section {
    position: relative;
    width: 100%;
    height: calc(100vh);
    overflow: hidden;
}

#signUpPIN, #signUpInvoice {
    position: absolute;
    top: 70px;
    left: 12px;
    width: 100%;
    height: 90%;
    display:flex!important;
    padding:5px;
    transition: transform 0.3s ease;
}
#registerMethods {
    position: relative;
    top: 70px;
    left: 0;
    width: 100%;
    height: 90%;
    display: flex !important;
    padding: 5px;
    transition: transform 0.3s ease;
}
.datarangeBox {
    background: #fff;
    cursor: pointer;
    padding-top: 0.7rem;
    width: 100%
}
.width-92{
    width:92%;
}
.width-75 {
    width: 75%;
}
.table-container-md  tr{
    height:50px!important;
    background-color:#fff;

}
.table-container-md th {    
    background-color: #eee;
}
.icon-box {
    border: 1px solid rgba(40, 53, 51, 0.15);
    padding: 5px;
    border-radius: 3px;
}
.commonbg-primary {
    background: rgba(0, 158, 247, 1);
}
.color-primary {
   color: rgba(20, 136, 202, 1);
}
.icon-box:hover {
    border: 1.5px solid rgba(20, 136, 202, 1);
}


.custom-textarea{
    height:100px;
}

.upload-container {
    position: relative;
    height: 200px;
    border: 2px dashed #1488ca;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f7fbff;
}

.uploadSignedDoc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.centered-icon {
    font-size: 48px;   
    color: #007bff;
    }
.upload-label {
    position: relative;
}
input#DutyOfCareDocument {
    opacity: 0;
}
.input-with-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.icon-25 {
    margin: -25px;
}
.bg-lightgray{
    background-color:#eeeeee!important;
}
#choosefile {
    color: #0d6efd;
    text-decoration: underline;
}
/*cart css*/
.input-number {
    display: block;
    position: relative;
}

input#Quantity {
    height: fit-content;
    box-shadow: none;
    font-size: 25px;
    font-weight: bolder;
    background-color: transparent !important;
}

.input-number__input {
    -moz-appearance: textfield;
    display: block;
    width: 100%;
    min-width: 88px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
}

    .input-number__input::-webkit-inner-spin-button, .input-number__input::-webkit-outer-spin-button {
        -webkit-appearance: none;
    }

.lowest-quantity {
    color: #ddd;
    pointer-events: none;
}

.input-number__sub,
.input-number__add {
    position: absolute;
    height: 55%;
    width: 22px;
    top: 7px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .7;
    -webkit-transition: opacity .18s;
    transition: opacity .18s;
    border: 3px solid var(--bs-gray-dark);
    border-radius: 50%;
}

    .input-number__sub:before, .input-number__sub:after,
    .input-number__add:before,
    .input-number__add:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background: currentColor;
    }

    .input-number__sub:before,
    .input-number__add:before {
        width: 8px;
        height: 2px;
    }

    .input-number__sub:hover,
    .input-number__add:hover {
        opacity: 1;
    }

.input-number__sub {
    left: 1px;
}

.input-number__add {
    right: 1px;
}

.quantity_add {
    right: -25px;
}

.quantity_add, .quantity_sub {
    border: 1px solid #D1D1D1;
}

#product_Quantity {
    box-shadow: none !important;
    background-color: transparent !important;
    font-size: 14px;
}

.input-number__add:after {
    width: 2px;
    height: 8px;
}

.alert_NoService, .alert_DifferentAddress {
    width: 500px;
}

#CustomerDeliverySiteId {
    margin-left: 19%;
    width: 50%;
}

input:read-only {
    background-color: #e9ecef !important;
    opacity: 1;
}

.site_NoService {
    margin-left: 32%;
    text-align: center;
    width: 36%;
}

@media (min-height: 1292px) {
    .card-height {
        height: 104% !important;
    }
}
.truncateText {
    width: 268px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.popover-arrow::after, .bs-popover-end > .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
   
}
.popover-body {
    padding: 1rem 1rem;
    
}
.popover{
    max-width:50%!important;
    max-height:85%;
    overflow-y:auto;
    top:15px;
}


.querySupport-container {
    position: relative;
    overflow: hidden;
    height: 130px;
    border: 2px dashed #1488ca;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f7fbff;
    cursor: pointer;
}


.querySupportSignedDoc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.centered-icon {
    font-size: 48px;
    color: #1488ca!important;
}

.querySupport-label {
    position: relative;
}

input#queryDoc {
    opacity: 0;
}

.querySupport-fileInput {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
textarea#Notes{
   height:70px;
   background: #fff;
}
/*multiselect*/
.multi-select-container {
    display: inline-block;
    position: relative;
}

.multi-select-menu {
    position: absolute;
    left: 0;
    top: 0.8em;
    float: left;
    min-width: 100%;
    background: #fff;
    margin: 1em 0;
    padding: 0.4em 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: none;
    border-radius: 0.25rem;
}

    .multi-select-menu input {
        margin-right: 0.3em;
        vertical-align: 0.1em;
    }

.multi-select-button {
    border-radius: 15px;
    border: 0px solid;
    box-shadow: 0px 1px 10px #ddd;
    height: calc(1.6em + .75rem + 2px);
    background: #ffffff;
    display: inline-block;
    font-size: 1rem;
    padding: .375rem .75rem;
    min-width: 13em;
    max-width:13em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;    
    cursor: default;
}
label.multi-select-menuitem{
    display:block;
}

.multi-select-button:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0.4em 0 0.4em;
    border-color: #999 transparent transparent transparent;
    margin-left: 0.4em;
    vertical-align: 0.1em;
    float: right;
    margin-top: 9px;
}

.multi-select-container--open .multi-select-menu {
    display: block;
}
.n-mt-20{
    margin-top:-20px!important;
}
.mobillsImg {
    margin: -8px -8px;
    height: 114%;
    width: 36% !important;
}

.multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
}
a.btnTicketNo {
color: #1488CA;
text-decoration: none;
}

button.btnTicketNo.btn-link {
color: #1488CA;
text-decoration: none;
}

input#txtSelectedAmount {
    background-color: #fff!important;
}
button#btnTransactionHistoryConfirm {
    width: 100%;
}
.filedownloadicon {
    color: rgba(20, 136, 202, 1);

}

.w-32-p {
    width: 32%;
}


.m-s-center-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    display: block;
}

.m-r-10-i {
    margin-right: 10px !important;
}

.j-c-c {
    justify-content: center;
}

#invoice-error {
  font-weight: 400;
  color: red
}

#payment-info-msg {
    color: red;
    font-size: 24px; /* Adjust the size as needed */
}
input::-ms-reveal {
    display: none; /* Hide the default Edge password toggle */
}
.group {
    position: relative;
    display: flex;
    align-items: center;
}
    .group input {
        width: 100%;
        padding-right: 40px;
    }

.group .toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #999;
}

    .group .toggle-password:hover {
        color: #333;
    }

    .group .toggle-password.text-secondary:hover {
        color: #333 !important;
    }

.service-tile-items {
    display: flex;
    align-items: center;
}

.service-tile-view-all {
    text-decoration: none;
    font-weight: bold;
}

.f-s-md {
    font-size: medium;
}

.float-right {
    float:right;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-r-0 {
    padding-right: 0px;
}