<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "payment_method.css";
@import "account_details.css";
@import "login_page.css";
@import "signup_page.css";
@import "grid.css";

:root {
    --box-shadow: 0px 0px 4px #5b5b5b;
    --white: #FFF;

    --main_background: #FFF;
    --header-background: #0983C3;
    --footer-background: #434655;

    --button-main: #3A58BD;
    --button-active: #44539A;
    --button-disabled: #D8D8D8;
    --button-disabled-text: #B6B6B6;

    --regular-body-text: #212120;

    --titles: #646777;

    --input-background: #E4EBF7;
    --input-border-and-text_default: #6B6E73;
    --input-border-and-text-active: #5670C7;
    --input-border-and-text-error: #C73223;

    --sidebar-background: #F9FBFF;
    --sidebar-link_item: #434655;

    --calendar-day-background: #F9FBFF;

    --summary-box-background: #F9FBFF;
    --details-box-background: #F9FBFF;
}

/* Main Style Component */
.input-form-section input[type=text] {
    padding: 12px 17px;
    height: 50px;
    border-radius: 10px;
    border: 0;
}
.form-control:focus {
    outline: none;
    -webkit-box-shadow: inset 0 0 0 #000, 0 0 0 #000;
            box-shadow: inset 0 0 0 #000, 0 0 0 #000;
}
.checkbox-component {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.plan-label {
    color: var(--regular-body-text, #1B1B1B);
    /* WIS/Middle labels */
    font-family: Poppins, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.plan-description {
    flex-direction: column !important;
    height: auto !important;
    align-items: baseline !important;
}
.plan-description p {
    font-weight: 500 !important;
    margin-top: 20px;
}
.compost-offer-list {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.compost-bin-txt-validation {
    display: none;
    font-size: 15px;
    color: #C73223;
}
.service-plan-img {
    max-height: 220px;
    max-width: 177px;
    object-fit: scale-down;
}
.signup_container textarea {
    padding: 12px 17px;
    height: 50px;
    background: var(--input-background);
    border-radius: 10px;
}
.signup_container textarea:focus {
    background: var(--input-background);
}
#signup .template-subtitle {
    margin-top: 20px;
}
#signupPayment span {
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 500;
}
#signupPayment #skipInfoDetails {
    justify-content: unset;
}
#signupPayment .skip-text-group {
    height: auto;
}
.payment-card-item, .payment-amount-item {
    cursor: pointer;
}
#signupPayment .payment-card-item, #signupPayment .payment-amount-item {
    border: 1px solid rgba(226, 227, 229, 1);
    border-radius: 3px;
}
.order-summary {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.order-summary-service-selected .service-info label {
    padding: 35% 0 10% 0;
}
.radio-button-item {
    border: 1px solid var(--input-border-and-text-active);
    width: 18px;
    height: 18px;
    border-radius: 20px;
}
.signup_container input[type=checkbox] {
    width: 18px;
    height: 18px;
    border-radius: 2px;
}
.sign-up-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 20px;

    width: 800px;
    height: auto;
    background-color: var(--details-box-background) !important;
    box-shadow: var(--box-shadow);
    border-radius: 5px;
}
.sign-up-form input {
    margin-top: 10px;
}
#servicePlanName span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;

    color: var(--regular-body-text) !important;
}
#transaction-data {
    width: 1204px;
}
#collections_grid {
    width: 1204px;
}
#invoice_grid {
    width: 1400px;
}
.account-details-section {
    box-shadow: var(--box-shadow);
}
#skips_grid {
    width: 100%;
}
#passwordSettings .account-details-section {
    width: 560px;
}
#companyDetails {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
#companyDetails .account-details-section {
    width: 560px;
    height: 410px;
}
.company-details {
    width: 600px !important;
}

.page-title {
    background-color: var(--header-background) !important;
}
.main-background-color-btn,
.btn-next, .btn-apply {
    background-color: var(--button-main) !important;
}
.main-background-color-btn:hover,
.main-background-color-btn:hover .btn-color,
.btn-add-card:hover,
.btn-wis:hover,
.btn-next:hover,
.btn-apply:hover {
    background-color: var(--button-active) !important;
    color: #FFF;
}
.signup-buttons.main-background-color-btn, .btn-continue.main-background-color-btn {
    box-shadow: none;
}
input,
.main-background-input,
.form-control,
.main-select,
.payment-method-options {
    background-color: var(--input-background) !important;
    border: 1px solid var(--input-border-and-text_default) !important;
}
.main-background-input:focus {
    border: 1px solid var(--input-border-and-text-active) !important;
}
.btn-cancel,
a {
    color: var(--button-main) !important;
}
.waste_disposal_button {
    border-radius: 50px;
    border: none;
    background: linear-gradient(90deg, var(--button-active) 0%, var(--header-background) 100%);
    filter: brightness(1.2);
    width: 329px;
    height: 53px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF;
}
.waste_disposal_button:hover{
    background: var(--button-active);
    filter: brightness(1);
}
.waste_disposal_button:active{
    background: var(--sidebar-link_item);
    filter: brightness(1);
}
.btn-cancel.inactive-field
a {
    color: #A6AAB0 !important;
}
.btn_wth_label {
    display: flex;
    align-items: center;
    gap: 15px;
}
.bth-dropdown {
    margin-top: 0px;
    width: auto;
    min-width: 250px;
}
input[type=checkbox],
.checkbox-notifications,
.remember-checkbox {
    accent-color: var(--input-border-and-text-active);
}
.btn-check:checked+.btn-outline-primary,
.radio-buttons:hover,
.btn-check:checked+.btn-outline-primary:hover,
.active-radio-button,
.card-active {
    background-color: var(--input-border-and-text-active);
}
.nav-element:hover {
    background: var(--input-border-and-text-active) !important;
    transition: all 3.s;
}
.sidebar-nav .active .icon-svg, 
.menu-label:hover .icon-svg,
.active-payment-icon,
.btn-add-card path,
.manage-cards path {
    fill: var(--input-border-and-text-active) !important;
}
.ballance-widget,
.account-details-section,
.small-table-row,
td.gridjs-td {
    background-color: var(--details-box-background) !important;
}
.payment-type-text {
    color: var(--regular-body-text) !important;
}
.btn-change-method {
    border: 1px solid var(--button-main) !important;
    color: var(--button-main) !important;
}
.btn-change-method .main-icon-color, .btn-cancel path {
    fill: var(--button-main) !important;
}
.btn-change-method .main-icon-color, .btn-cancel, .inactive-field path {
    fill: #A6AAB0 !important;
}
.btn-check:checked+.btn-outline-primary,
.active-payment-section {
    border: 1px solid var(--input-border-and-text-active) !important;
    transition: all .3s;
}
th.gridjs-th,
.ui-datepicker-year,
.ui-datepicker-month {
    background-color: var(--input-border-and-text_default);
}
.footer-content {
    background-color: var(--footer-background);
}

/* ------------- */

.titles-h1 {
   font-family: 'Poppins';
   font-style: normal;
   font-weight: 600;
   font-size: 35px;
   line-height: 52px;
}
.text-label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: var(--regular-body-text);
}

.title-h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: var(--regular-body-text);
}

/* /////////////////////////// Header &amp;&amp; Footer ///////////////////////////////// */
.top-menu {
    position: absolute;
    width: 100%;
    height: 99px;
    left: 0px;
    top: 0px;
}
.btn-wis {
    background-color: var(--button-main) !important; 
    font-weight: 500; 
    height: 36px;
    padding-right: 25px;
    padding-left: 25px;
    transition: all .5s;
}
.page-title {
    width: 100%;
    height: 105px;
    background: var(--titles);
}
.dropdown-title {
    color: var(--regular-body-text) !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.dropdown-title:hover {
    color: grey !important;
}
.main_logo_title {
    background: url(/WIS/images/WIS_logo.png) center no-repeat;
    background-size: cover;
    height: 75px;
    width: 100px;
    transition: all .5s;
}
.main_logo_title:hover {
    opacity: 0.7;
}
.footer-logo {
    max-height: 150px;
    max-width: 200px;
    min-width: 210px;
    cursor: pointer;
    transition: all .5s;
}
.footer-logo:hover {
    opacity: 0.6;
}
.icon-circle {
    border: 1px solid white;
    border-radius: 50px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    transition: all .2s;
}
.icon-circle:hover {
    background-color: var(--regular-body-text);
}
.section-title-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.footer-title {
    color: white;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-info {
    color: white;
}
.btn-find a {
    color: var(--white) !important;
}

/* //////////////////// Commercial Book a collection /////////////////////// */

#customer_bins_items {
    display: flex;
    flex-direction: column;
}
.book-collection {
    width: 259px;
}
#customer_bins_items tr {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 715px;
    height: 53px;
    align-items: center;
}
.bin_table_header {
    display: flex;
    width: 692px;
    justify-content: end;
    gap: 50px;
}
.bin-description {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
}
.top-menu-item {
    width: 287px;
    height: 35px;
    border-radius: 3px;
    border: 1px solid var(--input-border-and-text-active);

    color: var(--input-border-and-text-active);
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins';
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#noFound {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}
.customer-bin-date-icon {
    top: 0 !important;
    left: -2rem !important;
}
#calendarItem {
    display: flex;
}
.date-select {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
/* ////////////////////////////// Left Menu ///////////////////////////////////////////////// */

#leftMenuNavigation {
    text-align: center; 
    margin: 0; 
    position: absolute;
    padding-top: 30px;
    /*top: 42%;*/
}
.sidebar {
    background: #F9FBFF;
    width: 300px;
}
.sidebar-nav {
    list-style: none;
}
.sidebar-nav a {
    text-decoration: none;
}
.sidebar-nav li {
    font-family: 'Poppins';
    font-size: 15px;
    color: var(--sidebar-link_item);
    transition: all .3s;
    position: absolute;
    left: 75px;
}
.menu-label {
    display: flex;
    margin-top: 20px;
}
.menu-label:hover .menu-label-title {
    color: var(--input-border-and-text-active);
}
.sidebar-nav .active {
    display: flex;
    margin-top: 20px;
}
.sidebar-nav .active .menu-label-title{
    color: var(--input-border-and-text-active);
}
.icon-svg {
    fill: var(--sidebar-link_item);
    transition: all .3s;
}
.menu-icon {
    font-size: 26px !important;
    color: var(--sidebar-link_item);
    transition: all .3s;
}
.menu-item {
    display: flex;
}
.menu-title {
    color: #434655;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 22px;
    text-align: end;
    line-height: 33px;
    margin-right: 15px;
}
.table-title {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 27px;
    line-height: 40.5px;
    color: #1b1b1b;
}
.company-name {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: var(--input-border-and-text_default);
}
.btn-pay-household-bill {
    width: 225px;
    height: 55px;
    border-radius: 5px;
    color: white;
    border: white;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .5s;
}
#pay_now_button {
    cursor: pointer;
    width: 250px;
}
.btn-pay-household-bill:hover {
    box-shadow: var(--box-shadow);
    transition: all .5s;
}
.btn-pay-household-bill .active {
    display: block;
    position: static;
}
.btn-pay-household-bill a li {
    margin-top: 0px !important;
    color: white;
}
.btn-pay-household-bill a li:hover {
    color: white !important;
}
.btn-household {
    position: static !important;
}
.menu-line {
    border-top: 3px solid var(--input-border-and-text-active);
}

/* ////////////////////////////// Transaction History /////////////////////////////// */

.transactions-content {
    height: auto;
    min-height: 90vh;
}
.transaction-subtitle {
    font-size: 17px;
    color: var(--regular-body-text);
    height: 26px;
}
.form-date-picker {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 804px;
}
.lift-form {
    width: 100%;
}
.form-date-picker .vector {
    margin-right: 12px;
}
.form-date-picker .short-buttons {
    margin-top: 5rem;
}
.datepicker-input {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    position: static;
    width: 287px !important;
    height: 43px;
    left: 0px;
    top: 33px;
    border-radius: 10px !important;
}
.transaction-form .short-buttons {
    margin-top: 4rem;
}
#invoiceForm .short-buttons {
    margin-top: 5rem;
}
.download-icon {
    cursor: pointer;
}

/* //////////////////////////// Domestic Invoice ////////////////////////////////// */
.invoice-content {
    min-height: 80vh;
    height: auto;
}
.invoice-content h2 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 35px;
}
.invoice-content span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: var(--regular-body-text);
}
.invoice-content .form-date-picker {
    justify-content: flex-start;
    column-gap: 6%;
}
.alert-banner {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 20px;
    gap: 40px;
    width: 318px;
    height: 54px;
    border: 1px solid var(--sidebar-link_item);
    border-radius: 10px;
}
.alert-banner span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    color: var(--sidebar-link_item);
}
.no-request {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.no-request span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: var(--sidebar-link_item);
}
.no-request p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    color: var(--regular-body-text);
    text-align: center;
}
.no-request-horizon {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 35px;
}
.no-result-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 35px;
}
.calendar-icon {
    cursor: pointer;
    position: relative;
    left: 16rem;
    bottom: 35px;
}
.change-placeholder::-webkit-input-placeholder {
    color: var(--input-border-and-text-active);
}
/* Collection-content */

/* Paybill Content */
.paybill-content {
    height: auto;
    min-height: 70vh;
}
.menu-line {
    width: 225px;
}
.btn-pay-household-bill .active {
    position: static;
}

.export-button {
    width: 216px;
    display: flex;
    height: 40px;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #A6AAB0;
    border-radius: 5px;
    background: var(--button-disabled);
}

.export-button-active {
    color: var(--regular-body-text);
    border: 1px solid var(--button-active);
    background: var(--main_background);
}

.inactive-field {
    background: var(--button-disabled);
    color: #A6AAB0 !important;
}

.main-select.inactive-field {
    background: var(--button-disabled) !important;
}

/* //////////////////// Mobile Menu ///////////////////// */
.navbar-toggler {
    border: none;
}
.navbar-light .navbar-toggler-icon {
    background-image: none;
    color: white;
}
.mobile-menu {
    display: flex;
    flex-direction: row;
    background: var(--white);
    width: 65%;
    min-height: 90.8vh;
    position: fixed;
    z-index: 1;
    top: 206px;
    right: 0px;
}
.mobile-menu .sidebar-nav {
    margin-top: 2vh;
}
.mobile-menu .sidebar-nav .menu-label {
    margin-top: 25px;
}
.mobile-menu .sidebar-nav li {
    margin-left: 13px;
}
.activ-menu {
    width: 100%; 
    height: 100%; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: grayscale(50%) blur(3px) brightness(50%);
    z-index: 2; 
    cursor: pointer; 
    transition: all .3s;
}
.nested-content-blured-color {
    background: #808080;
    transition: all .3s;
}
.mobile-menu .btn-pay-household-bill a li {
    margin-left: 0px;
}

/* //////////////////////////// Exchange modal /////////////////////////////// */

.skip-exchange-modal,
.skip-collection-date-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.skip-modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 35px 50px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 651px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.skip-modal-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 15px;
}

.skip-modal-logo {
    flex-shrink: 0;
    margin-right: 15px;
    /* Ð¢ÑƒÑ‚ Ð´Ð¾Ð±Ð°Ð²ÑŒÑ‚Ðµ ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð»Ð¾Ð³Ð¾ */
}

.skip-modal-header h2 {
    margin: 0;
}

.skip-modal-body {
    padding: 20px 0;
}

.skip-exchange-radios {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
}
  
.skip-exchange-radios-title {
    margin-right: 20px;
}

.skip-exchange_for_radios {
    margin-left: 10px;
}

.skip-date-selection {
    display: flex;
    align-items: baseline;
}
.date-section .form-control {
    width: 113px !important;
}

.skip-date-selection .calendar-icon {
    left: 10rem;
}

.calendar_form #exchange_hire_from, #exchange_collection_date, #hire_from, #collection_date {
    width: 200px !important;
}

.time_position {
    margin-left: 15px;
}

.skip-checkbox {
    margin-bottom: 20px;
}

.skip-checkbox input,
.skip-radio-buttons input {
    margin-right: 5px;
}

.skip-price-breakdown {
    padding: 15px;
    border: 2px dashed #A6AAB0;
    border-radius: 10px;
}

.skip-price-breakdown-title {
    margin: 0;
    margin-bottom: 10px;
}

.skip-price-breakdown-line {
    border: none;
    height: 2px;
    background-color: #E4EBF7; /* Ñ†Ð²ÐµÑ‚ Ð»Ð¸Ð½Ð¸Ð¸ */
}

.skip-price-net,
.skip-price-vat,
.skip-total-price {
    float: right;
}

.skip-total-price {
    color: #5670C7;
    font-size: 17px;
    font-weight: 700;
}

.skip-modal-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.exchange-skip-date-selection #hire_time, 
.collection-skip-date-selection #collection_time {
    width: 126px !important;
}
.exchange_sh_order span {
    font-size: 17px;
    font-weight: 500;
}
.collection_date_sh_order span {
    font-size: 17px;
    font-weight: 500;
}
.exchange-selection span {
    font-size: 16px;
    font-weight: 400;
}
.skip-exchange-radios {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.skip-details {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.skip-details span {
    font-size: 16px;
    font-weight: 400;
}
.skip-order-logo {
    width: 110px;
}
.exchange-selection {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

/* ////////////  Style Only Firfox //////////// */

@-moz-document url-prefix() {
    .skip-date-selection {
        display: flex;
        align-items: self-start;
    }
    .collection-skip-date-selection .date-section {
        margin-top: 15px;;
    }
  }

/* ///////////////////////////////////////////// */
.time_option {
    width: 113px;
    height: 43px;
    border-radius: 10px;
    background-color: var(--input-background);
}
.date-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.date-options {
    display: flex;
    flex-direction: row;
}

/* ///////////////////////////// Skips /////////////////////////////////// */
.exchange-content {
    font-family: 'Poppins';
}
.top-row-date {
    display: flex;
    flex-direction: column;
}
.top-row-date div {
    display: flex;
    flex-direction: row;
}
.top-row-date span {
    color: var(--white);
    font-size: 17px;
    font-weight: 400;
}
.top-row-date p {
    color: var(--white);
    font-size: 17px;
    font-weight: 600;
}
.top-rows {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    border-radius: 5px;
    height: 136px;
    padding: 15px 50px 15px 50px;

    background: var(--header-background);
}
.top-rows h1 {
    color: var(--white);
    font-size: 35px;
}
.top-row-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.top-row-btns {
    display: flex;
    flex-direction: column;
}

.exchange-info-content {
    padding: 30px;
}
.exchange-info-content .btn-cancel {
    width: 350px;
    text-transform: none;
}
.exchange-info-content .first-table {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border: 1px solid #646777;

    border-radius: 8px;
    height: 210px;
}
.exchange-info-content .first-table h3 {
    font-size: 22px;
    font-weight: 600;
    color: #434655;
}
.exchange-info-content .first-table p {
    font-size: 14px;
    font-weight: 400;
    color: #434655;
}
.exchange-info-content .first-table hr {
    width: 100%;
    color: #646777;
}
.exchange-info-content .first-table span {
    font-size: 15px;
    font-weight: 500;
    color: #434655;
}
.exchange-info-content .first-table strong {
    font-size: 15px;
    font-weight: 700;
    color: #434655;
}
.order-summary-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.order-summary-section img {
    width: auto;
    max-height: 144px;
    max-width: 215px;
}
.divider {
    width: 100% !important;
}
.exchange-info-content h4 {
    font-size: 17px;
    font-weight: 600;
    color: #1B1B1B;
}
.order-summary-section span {
    font-size: 15px;
    font-weight: 500;
}
.order-summary-section strong {
    font-size: 15px;
    font-weight: 600;
}
#orderSummary {
    height: 261px;
}
.order-summary-section .order-info-column {
    box-shadow: var(--box-shadow);
    background-color: var(--details-box-background);

    padding: 30px;
    border-radius: 5px;
}
.order-details-section {
    display: flex;
    flex-direction: column;
}
.order-details-section ul {
    list-style: none;
    padding: 0;
}
.order-details-section ul li {
    font-size: 15px;
    font-weight: 400;
}
.order-details-section b {
    font-weight: 400;
    font-size: 11px;
}
.order-info {
    display: flex;
    flex-direction: column;
}
.order-details {
    display: flex;
    flex-direction: row;
}
.order-data {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#orderPaymentDetails .order-details {
    justify-content: space-between;
}
#orderPaymentDetails .view-skip-info span {
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
}
.old-transactions {
    display: none;
}
.contacts-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
}
.contacts-section div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contacts-section label {
    font-size: 19px;
    font-weight: 500;
}
.contacts-section span {
    font-size: 17px;
    font-weight: 500;
}
.order-history-content {
    display: flex;
    flex-direction: column;
    margin-top: 9px;
}
.order-history-content label {
    font-size: 14px;
    font-weight: 700;
}
.order-history-content span {
    font-size: 14px;
    font-weight: 400;
    color: #646777;
}
.order-history-points {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.history-icon {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.history-icon img {
    width: fit-content;
}
.skip-history {
    display: none;
}
.skip-info-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.skip-option {
    display: flex;
    width: 480px;
    padding: 30px 40px 40px 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;

    border-radius: 5px;
    background: var(--details-box-background);
    box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.25);
}
/* //////// Line Statuses //////// */


.line-default #firstLine {
    stroke: #A6AAB0;
}

.line-active .line-icon path {
    fill: #4AA7BD;
}
.line-active .line-icon:last-child path {
    fill: #A6AAB0;
}
.line-active #secondLine {
    stroke: #4AA7BD;
}

.line-error .line-icon path {
    fill: #CA6A6A;
}
.line-error #secondLine {
    stroke: #CA6A6A;
}

.line-completed #secondLine {
    stroke: #434655;
}
/* ///////////////////////////////// */

.sn-title-container p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: var(--regular-body-text);
}
.service-plan-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 40px;
    color: var(--sidebar-link_item);
    text-transform: uppercase;
}
.service-plan-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    align-self: stretch;

}
.service-plan-name span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    color: var(--regular-body-text);
}
.bin-selection {
    display: flex;
    width: 1568px;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
}
.bin-selection .service-plan-name .skip-description div {
    height: auto;
}
.bin-selection .service-plan-name .skip-description p {
    margin-bottom: 0px;
}
.plan-options h3{
    font-weight: 500;
    font-size: 17px;
}
.skip-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
}
.skip-description &gt; :first-child {
    margin-bottom: 15px;
}
.skip-description div {
    display: flex;
    align-items: center;
    gap: 50px;
    align-self: stretch;
}
.skip-description div span {
    font-family: 'Poppins', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: var(--regular-body-text);
}
.skip-description div strong {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;

    color: var(--regular-body-text);
}
.skip-description div p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    width: 100%;
    color: var(--regular-body-text);
}
.pricing-plans {
    display: none;
    flex-direction: column;
    padding: 0px;
    gap: 20px;

    width: 100%;
    height: auto;
}
.servica-plan {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.service-plan-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    gap: 10px;
    height: 36px;
    background: var(--titles);
    border-radius: 3px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    color: var(--white);
    width: 100%
}
.sidebar-btn-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sidebar-btn-group li {
    margin-left: 0px !important;
}
.sidebar-btn-group .btn-cancel {
    width: 225px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#sh_order .main-select {
    width: 456px !important;
}
.service-plan-component {
    display: flex;
    flex-direction: row;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: var(--regular-body-text);
}
.active-radio-button * {
    background: var(--details-box-background);
}
.service-plan-component strong {
    font-weight: 700;
}
.service-plan-component span {
    font-weight: 400;
}
#servicePlanTitle {
    text-align: center;
}
.btn-back {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 55px;
    gap: 10px;

    width: 250px;
    height: 43px;

    background: var(--white);
    border-radius: 5px;
    border: 1px solid var(--input-border-and-text-active);

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.btn-back:hover {
    background-color: var(--button-disabled);
}
.btn-back .main-icon-color {
    fill: var(--button-main);
}
.btn-next, .btn-apply {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 55px;
    gap: 10px;

    width: 250px;
    height: 43px;

    border-radius: 5px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    cursor: pointer;
}
.btn-next:hover, .btn-apply:hover {
    color: var(--white);
}
.btn-hire-skip {
    width: 225px;
    height: 55px;
    border-radius: 5px;
    color: white;
    background: var(--btn);
    border: white;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .5s;
}
.btn-hire-skip:hover {
    box-shadow: 0 5px 10px -5px var(--btn-shadow);
    transition: all .5s;
}
.btn-hire-skip .active {
    display: block;
    position: static;
}
.btn-hire-skip p {
    margin-top: 0px !important;
    color: white;
}
.btn-hire-skip p:hover {
    color: white !important;
}
.skip-title-details {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    height: 40px;
    max-width: 300px;
}
.modal-subtitle {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    margin-top: 60px;

    text-align: center;
    color: var(--regular-body-text);
}
.skip-title-details span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 33px;

    color: var(--regular-body-text);

}
.proceed_button_text {
    color: var(--white) !important;
}
.map_content2 .template-subtitle {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
}
.radio-button-bin {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    gap: 20px;
    margin-top: 10px;
}
.radio-buttons {
    cursor: pointer;
}
.checked-radio {
    background: var(--input-border-and-text-active);
}
#WebclientCustomerPaymentForm_card_type .radio-button-form {
    justify-content: space-between;
    width: 150px;
}
.radio-button-bin span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: var(--regular-body-text);
}
.btn-sign-up-group {
    display: flex;
    justify-content: space-between;
    max-width: 825px;
    gap: 20px;
}
.bin-size-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 250px;    
}
.bin-types {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
.bin-size {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.bin-info-table {
    display: flex;
    flex-direction: column;
    width: 450px;
    height: auto;
    max-height: 580px;
    
    background: var(--summary-box-background) !important;
    box-shadow: var(--box-shadow);
    border-radius: 10px;

    font-family: 'Poppins';
    font-style: normal;
    color: var(--regular-body-text);
}
.price-plan-no-disscount {
    .price-plan-new-price,
    .price-plan-discount {
        display: none;
    }
    .price-plan-initial-price strong {
        font-size: 22px;
    }
}
.price-plan-with-disscount {
    .discount-divider,
    .apply-discount-container {
        display: none;
    }
    .price-plan-initial-price {
        font-size: 17px;
    }
    .price-plan-new-price strong {
        font-size: 22px;
        color: #4BAE4F;

    }
    .price-plan-discount strong {
        color: var(--input-border-and-text-error);
    }
}
.bin-info-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 40px;
    gap: 30px;
}
#signupContent {
    display: flex;
    flex-direction: row;
    gap: 150px;
}
.bin-info-table h2 {
    font-weight: 500 !important;
    font-size: 17px !important;
    color: var(--regular-body-text) !important;
}
.bin-info-table strong {
    font-weight: 600;
    font-size: 17px;
}
.bin-info-table b {
    font-weight: 500;
    font-size: 17px;
}
.btn-change-service {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;

    width: 100%;
    height: 50px;

    border-radius: 5px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;

    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--white) !important;

}
.btn-change-service:hover {
    color: var(--white);
}
.change-service {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
}
.input-form-section {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.find-location-margin{
    margin-top: 35px !important;
    /*margin-bottom: 50px !important;*/
}

input.signup-input.main-background-input#full_address {
    background-color: #E4EBF7 !important;
    border: none !important;
    font-family: 'Poppins';
    font-size: 15px;
}
.location-status #address_data {
    width: 80%;
}
.signup-personal-info {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.signup-input-field {
    width: 100%;
    min-width: 370px;
}
.selecedBinSection {
    height: auto;
}
.collection-billing-container h2 {
    font-family: 'Poppins';
    font-size: medium;
    font-weight: 600;
    font-size: 27px;
    color: var(--sidebar-link_item);
    text-transform: uppercase;
}
.collection-billing-container h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    color: var(--regular-body-text);
}
.collection-billing-container h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;

    color: var(--regular-body-text);
}
.collection-billing-container h5 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 22px;

    color: var(--text);
}
.bin-collection-overview {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.bin-section-info {
    display: flex;
    flex-direction: column;
    padding: 30px 50px;
    width: 406px;
    height: auto;

    background: #F9FBFF;
    box-shadow: var(--box-shadow);
    border-radius: 5px;

    font-family: 'Poppins';
    font-style: normal;
    color: var(--regular-body-text);
}
.bin-section-info strong {
    font-weight: 500;
    font-size: 17px;
}
.bin-section-info span {
    font-weight: 600;
    font-size: 15px;
}
.bin-section-row {
    display: flex;
    flex-direction: row;
}
.regular-payment {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 15px;
}
.payment-items {
    display: flex;
    flex-direction: column;
}
.payment-label {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 500;
}
.regular-payment-content {
    display: flex;
    flex-direction: row;

    margin-top: 5rem;
    gap: 225px;
}
.payment-method-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.bin-info-overview {
    display: flex;
    flex-direction: column;
    padding: 30px 40px;

    max-width: 820px;
    height: auto;

    background: #F9FBFF;

    box-shadow: var(--box-shadow);
    border-radius: 10px;

    font-family: 'Poppins';
    font-style: normal;
    color: var(--regular-body-text);
}
.bin-info-overview span {
    font-weight: 600;
    font-size: 15px;
}
.bin-info-overview strong {
    font-weight: 500;
}
.bin-info-row {
    display: flex;
    gap: 10px;
}
.info-overview {
    display: flex;
    gap: 30px;
}
.export-data-btns {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
#selectSite, #optionSite div {
    width: 17vw;
}
#selectSite {
    margin-top: 32px;
}
#optionSite {
    max-width: 289px;
    margin-left: 0px !important;
    margin-top: 2px;
    overflow-y: auto;
    max-height: 412px;
}
.payment-btn-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 525px;
}
.find-location-component {
    display: flex;
}
.find-location-component input {
    text-indent: 40px;
}
.find-location-component img {
    position: absolute;
    margin-left: 25px;
    margin-top: 15px;
}
.content-banner {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    padding: 9px 20px;

    max-width: 380px;
    width: auto;
    height: auto;

    background: var(--white);
    box-shadow: var(--box-shadow);
    border-radius: 5px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
}
.content-banner a {
    text-decoration: none;
}
.alert-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 52px;

    color: var(--regular-body-text);
}
.skip-info-table {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 60px;
    gap: 30px;

    width: 450px;
    height: auto;
    background-color: var(--summary-box-background) !important;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
}
.skip-info-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;

    font-family: 'Poppins';
    font-style: normal;
    color: var(--regular-body-text);
}
.skip-info-details img {
    max-height: 215px;
}
.skip-info-details span {
    font-weight: 500 !important;
    font-size: 17px;
    line-height: 26px;
}
.skip-info-details h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
}
.sh-form-container {
    display: flex;
    flex-direction: row;
    gap: 150px;
}
.skip-hire-form span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: var(--regular-body-text);
}
.skip-date-component {
    display: flex;
    flex-direction: row;
}
.skip-date-component input {
    width: 287px;
}
.skip-date-component img {
    position: absolute;
    margin-left: 250px;
    margin-top: 20px;
}
.skip-hire-title {
    margin-top: 1px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    color: var(--sidebar-link_item);
    text-transform: uppercase;
}
.skip-hire-option {
    display: flex;
    flex-direction: row;
    gap: 150px;
    padding: 40px 60px;
    width: auto;
    max-width: 1568px;
    height: auto;
    background: #F9FBFF;
    box-shadow: var(--box-shadow);
    border-radius: 5px;
    background-color: var(--details-box-background) !important;

    font-family: 'Poppins';
    font-style: normal;
}
#selectWasteType span {
    color: var(--regular-body-text);
}
#selectSkipDrop span {
    color: var(--regular-body-text);
}
.skip-left-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 44px;
}
.skip-left-side a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;

    color: var(--regular-body-text);
    text-decoration: none;
}
.skip-hire-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;

    width: 254px;
    height: 55px;

    border-radius: 5px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;

    text-align: center;
    text-transform: uppercase;

    color: var(--white);
}
.skip-hire-btn:hover {
    color: var(--white);
}
.view-skip-info {
    display: flex;
    flex-direction: row;
    gap: 10px;

    cursor: pointer;
}
.view-skip-info span {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
}
.view-skip-info .main-icon-color {
    fill: #212529;
}
.skip-info {
    display: none;
}
.skip-info-row {
    display: flex;
    flex-direction: row;
    max-width: 201px;

    margin-top: 5px;
}
.skip-right-side {
    display: flex;
    flex-direction: column;
    padding: 0px;
    
    width: 484px;
    height: 375px; 
}
.skip-right-side p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    
    color: var(--regular-body-text); 
}
.skip-subtitle {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.skip-subtitle span {
    font-weight: 500;
    font-size: 17px;
}
.active-view-skip span {
    color: var(--sidebar-link_item) !important;
}
.service-preferences {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 33px;

    width: 610px;
    height: auto;
}
.service-preferences span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;

    color: var(--regular-body-text);
}
.skip-dates {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
#optionPaymentType {
    max-width: 592px;
}
.skip-hire-form .main-select {
    max-width: 380px !important;
}
.skip-hire-form .options-select {
    max-width: 592px !important;
}
.skip-hire-form .options-select .select-option {
    max-width: 590px !important;
}
#status_list.options-select{
    margin-left: 0;
    margin-top: 47px;
}
#selected-status {
    background-color: var(--titles);
    color: var(--white)!important;
    width: 170px;
    height: 37px;
    border-radius: 8px;
    text-align: center;
    line-height: 37px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#selected-status svg {
    margin-left: 10px;
    width: 20px;
    height: 20px;
}
#selected-status div {
    width: 150px;
    color: var(--white)!important;
}

#skips_period_from {
    width: 100% !important;
    float: none !important;
}
#skips_period_to{
    width: 100% !important;
    float: none !important;
}
.calendar-icon{
    left: 16rem;
}
#skips-search-criteria .calendar-icon{
    left: 85%
}
#status_list {
    width: 190px;
}
.status-options {
    width: 188px;
}
.sh-form-container .btn-sign-up-group {
    max-width: 830px;
}
.form-group-textarea {
    padding: 12px 17px;
    height: auto;
    background: var(--input-background);
    border-radius: 10px;
    max-width: 520px;
}
.form-group-textarea:focus {
    background: var(--input-background);
}
#skipInfoDetails {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px 30px;
    gap: 0px;
    min-height: 480px !important;

    width: 553px !important;
    font-family: 'Poppins';
    font-style: normal;
    color: var(--regular-body-text);
}
#skipInfoDetails h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    text-transform: uppercase;
}
#skipInfoDetails span {
    font-weight: 500;
    font-size: 17px !important;
    line-height: 26px;
    width: 100%;
    text-align: left;
}
#skipInfoDetails h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
}
#skipInfoDetails label {
    font-weight: 500;
    font-size: 15px !important;
    line-height: 22px !important;
}
.skip-text-group {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 25px;
    align-items: baseline;
}
#skipOrderInfo {
    justify-content: space-between;
}
.skip-text-group b {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}
#skipHirePayment {
    justify-content: space-between;
}

/* ////////////////////////// Welcome Content /////////////////////////////// */
.welcome-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: auto;
    min-height: 500px;
    gap: 100px;

    font-family: 'Poppins';
    font-style: normal;
}
.welcome-content hr {
    width: 358px;
    border: 2px solid var(--input-border-and-text-active);
    height: 5px;
    display: none;
}
.welcome-content .menu-label {
    margin-top: 5rem;
}
.welcome-content a {
    text-decoration: none;
}
.welcome-content b {
    color: var(--regular-body-text);
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin-left: 10px;
    transition: all .3s;
}
.welcome-content h1 {
    font-weight: 600;
    line-height: 52px;
    font-size: 35px;
}
.welcome-content h2 {
    font-weight: 600;
    line-height: 33px;
    font-size: 22px;
    text-align: center; 
}
.navigation-items {
    display: flex;
    flex-direction: row;
    gap: 20px;

    margin-top: 8rem;
}
#firstItemsList {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
#secondItemsList {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.nav-element {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 28px;
    gap: 10px;

    width: 150px;
    height: 150px;

    background: #646777;
    border-radius: 5px;
    cursor: pointer;
}
.nav-element span {
    color: var(--white);
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
}
#welcomeRightContent {
    position: absolute;
    min-height: 596px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    width: 398px;
    right: 10%;
    top: 205px;
    background: var(--sidebar-background);
}
.welcome-right-content-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 20px 5px 20px;
}
.welcome-right-content-div div{
    display: flex;
    align-items: center;
    gap: 20px;
}
.welcome-right-content-div h2 {
    width: 160px;
}
.background-color-column {
    background-color: var(--sidebar-background);
}
#paybillsBtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 338px;
    height: 55px;
    border-radius: 5px;
    color: var(--white) !important;
    border: white;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .5s;
}
#getInfoBtn {
    border: 1px solid var(--button-main);;
    height: 55px;
    width: 338px;
    text-transform: uppercase;
    color: var(--input-border-and-text-active) !important;
    font-weight: 600;
    font-size:15px;
    transition: all .5s;
}
#getInfoBtn:hover {
    background-color: color-mix(in srgb, var(--button-active) 10%, transparent) !important;
    box-shadow: var(--box-shadow);
}
#getInfoBtn:active {
    background-color: color-mix(in srgb, var(--button-active) 30%, transparent) !important;
}

/* ////////////////////////// WasteWise helper ///////////////////////// */
.wastewise_container{
    position: relative;
}
.wastewise_header{
    display: block;
    width:100%; 
    height:306px; 
    text-align: center; 
    background-color: #D6DFF1;
    padding-top: 60px;
    padding-bottom: 60px;
}
.customer_wastewise_header {
    background-color: var(--main_background);
    text-align: left;
}
.customer_wastewise_header .wastewise_header_text_block {
    text-align: center;
    max-width: 1300px;
}
.customer_wastewise_header .wastewise_header_text_block .waste_item_name_search {
    background-color: #E4EBF7 !important;
}
.customer_wastewise_header .waste_item_search_img_border {
    margin-left: 635px !important;
}
.wastewise_header h2 {
    font-size: 22px;
}
.waste_item_search {
    display: inline-flex;
    margin-top: 15px;
}
#waste_item_search2_hidden #waste_item_name_search_2 {
    background-color: #E4EBF7 !important;
    width: 30vw; 
    max-width:700px;
}
#recycling_center_title {
    color: #1B1B1B;
    justify-content: center;
}
.wastewise_recycling_contents .waste_item_search {
    margin-top: 0px;
} 
.wastewise_recycling_contents #waste_item_name_search_2 {
    margin-top: 0px;
    background-color: #E4EBF7 !important;
    width: 60%;
}
#waste_item_search2_div {
    width: 46vw;
    max-width: 873px;
}
.waste_item_search_img_border {
    background-color: var(--button-main);
    cursor: pointer;
    border-radius: 20px;
    position: absolute;
    margin-left: 635px;
    margin-top: 10px;
    width: 43px;
    height: 40px;
    padding: 7px;
    transition: all .3s;
}
.waste_item_search_img_border:hover {
    background-color: var(--button-active);
}
.waste_item_search_img_border:active {
    background-color: #434655;
}
#waste_item_search2_hidden .waste_item_search_img_border, .wastewise_recycling_contents .waste_item_search .waste_item_search_img_border {
    margin-left: -55px;
    padding: 7px 9px;
}
.wastewise_disposal_page .waste_item_search{
    height: 230px;
    display: flex;
    justify-content: flex-end;
}
.waste_item_name_search{
    border: none !important;
    background-color: var(--main_background) !important;
    display: inline-block;
    padding: 10px 20px;
    width: 700px;
    height: 60px;
    border-radius: 30px;
}
.waste_item_name_search:focus {
    border: 1px solid !important;
    border-color: var(--button-active) !important;
    outline: none;
}
.wisewise_search_mobile {
    visibility: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}    
.popular_waste_items_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.waste_disposal_item-img {
    max-height: 160px;
    max-width: 160px;
    border-radius: 20px;
}
.search_name_image_box .waste_disposal_item-img {
    margin-top: 45px;
    margin-left: 10px;
}
.search_name_image_box {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.main-account-template .search_name_image_box {
    max-width: 1460px;
    justify-content: space-between;
}
.main-account-template .waste_disposal_item_img_div {
    width:160px;
    height: 160px;
    align-content: center;
}
.main-account-template .search_name_image_box .waste_disposal_item-img {
    margin-top: 0;
    margin-left: 0;
}
.wastewise_left_content .wastewise_disposal_title {
    margin-bottom: 20px;
    max-width: 400px;
}
.waste_items_category_block {
    display: none;
}
.waste_items_category_block a{
    margin: 2px;
    display: inline-block;
}
.popular_waste_items_page{
    min-height: 1220px;
}
.popular_waste_items_page_container{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 30px 0 30px;
    width: 100vw;
    max-width: 1850px;
}
.main-account-template .popular_waste_items_page_container{
    width: auto;
    max-width: 1600px;
    transform: none;
    left: 300px;
}
.main-account-template .popular_waste_items_page{
    position: inherit;
    width: auto;
    min-height: 900px;
}
.main-account-template .popular_waste_items_block{
    justify-content: flex-start;
}
.popular_waste_items_block_view_all{
    display: flex;
    align-items: baseline;
    gap: 20px;
    font-family: 'Poppins';
    font-size: 22px;
    justify-content: flex-start;
    padding-left: 20px;
}
.popular_waste_items_block_view_all p {
    cursor: pointer;
    font-weight: bold;
}
.popular_waste_items_block_view_all a {
    font-size: 15px;
}
.popular_waste_item {
    padding: 20px;
}
.waste_item_element {
    display: flex;
    width: 400px;
    height: 243px;
    text-align: center;
    font-family: 'Poppins';
    padding: 20px;
    font-weight: 500;
    line-height: 33px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border: 1px;
    border-color: var(--button-main);
    border-radius: 10px;
    box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}
.waste_items_block_view_all{
    padding: 20px;
    gap:50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
    
}
.wastewise_category_wrapper, .wastewise_alphabetic_wrapper{
    overflow: auto;
    height: 850px;
}
.category_title {
    cursor: pointer;
}
.category_title.active::after {
    content: "â–²";
}
.category_title::after {
    content: "â–¼";
    float: right;
}
.show_all_waste_items {
    width: 400px;
}
.wastwise-color-block {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0px 16px 0px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
}

.wastwise-color-block .color-sample {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid;
}

.wastwise-color-block .color-label {
    font-size: 14px !important;
    margin: 0;
}
.waste_disposal_description{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 30px 20px;
    gap: 15px;
    width: 46vw;
    max-width: 873px;
    margin-bottom: 20px;

    border: 1px solid #CDD3DE;
    border-radius: 10px;

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}
.wastewise_disposal_page p{
    display: flex;
    flex-direction: row;
    align-items: initial;
    gap: 15px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #434655;
}
.waste_disposal_description_title{
    font-size: 17px !important;
    line-height: 26px !important;
}
.waste_disposal_description_text,
.waste_disposal_description_text p{
    display: block;
    font-family: 'Roboto' !important;
    font-style: normal!important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #1B1B1B !important;
    margin-bottom: 7px;
}
.wastewise_disposal_page{
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 1% 10% 2% 10%;
}
.main-account-template .wastewise_disposal_page{
    display: inline-flex;
    justify-content: flex-start;
    flex-direction: column;
    min-height: 900px;
    padding: 0;
}
.main-account-template .wastewise_disposal_page, .main-account-template .waste_disposal_description, .main-account-template .waste_disposal_description_center, .main-account-template .wastewise_recycling_contents{
    width: 70vw;
    max-width: 1460px;
}
.main-account-template .waste_item_search_img_border{
    margin-left: -57px;
    padding: 8px 9px;
}
.main-account-template #waste_item_search2_div{
    margin-top: 0px;
    height: 263px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.main-account-template #waste_item_name_search_2{
    background-color: #E4EBF7 !important;
    width: 58%;
    min-width: 430px;
}
.waste_disposal_center_name{
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #1B1B1B !important;
}
.waste_disposal_description_center{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 19px 20px 20px 20px;
    gap: 25px;
    width: 46vw;
    max-width: 873px;
    margin-bottom: 25px;
    border: 1px solid #CDD3DE;
    border-radius: 10px;
}
.waste_disposal_center_link{
    display: flex;
    align-self: center;
    gap: 20px;
}
.waste_disposal_center_link p{
    display: flex;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 15px;
    color: #3A58BD;
    cursor: pointer;
    gap: 8px;
    flex-direction: row;
    margin-bottom: 0px;
}
.waste_disposal_center_link .link-disabled{
    filter: grayscale(100%);
    cursor: default;
}
.wastewise_disposal_title{
    display: flex;
    gap: 30px;
    justify-content: flex-start;
    height: 180px;
    margin: 20px 15px 20px 0;
}
.wastewise_disposal_title p{
    align-items: center;
    font-size: 35px;
    color: #1B1B1B;
}
.wastewise_disposal_title img{
    align-content: center;
    width: 135px;
    height: 135px;
    font-size: 15px;
}
.wastewise-custom-autocomplete {
    background-color: #fff;
    border: 1px solid var(--button-main);
    border-radius: 10px;
    font-family: 'Poppins';
    font-size: 16px;
    padding: 5px;
    margin: 0;
    max-height: 250px;
    overflow-y: auto;
    z-index: 1000 !important;
    box-shadow: 3px 5px 9px 3px var(--button-active);
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.wastewise-custom-autocomplete::-webkit-scrollbar {
    display: none;
}

/* ////////////////////////// Lifts style ////////////////////////////// */
.graph-container {
    display: flex;
    flex-direction: row;
    width: 80vw;
    max-width: 1400px;
}

.graph-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.menu-list {
    width: 200px;
    display: none;
    position: absolute;
    margin-top: 45px;
    z-index: 999;
}

.btn-common{
    display: flex;
    padding: 6px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid var(--button-active);
    background: var(--main_background);
}

.list-btn{
    border: 2px solid var(--button-active);
    border-top: none;
    background: var(--summary-box-background);
    display: flex;
    padding: 9px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    width: 200px;
}

.list-btn:first-child{
    border-radius: 3px 3px 0px 0px;
    border-top: 2px solid var(--button-active);
}

.list-btn:last-child{
    border-radius: 0px 0px 3px 3px;
}

.export-section {
    margin-top: 5px;
    clear: both;
    display: flex;
    padding-bottom: 0;
    align-items: center;
    gap: 30px;
}

/* ////////////////////////// Datepicker style ////////////////////////////// */

#ui-datepicker-div {
  width: 330px;
  height: 320px;
  margin-top: 20px;
  border: 1px solid var(--input-border-and-text-active);
  background: var(--white);
  box-shadow: var(--box-shadow);
  border-radius: 5px;
  display: none;
}
.ui-datepicker {
    padding: 0px 20px !important;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.ui-datepicker .ui-datepicker-prev {
    display: none;
}
.ui-datepicker .ui-datepicker-next {
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    margin-top: 15px;
    margin-bottom: 20px;
    background: white;
    border: none;
}
.ui-datepicker-year {
    color: white;
}
.ui-datepicker-month {
    width: 152px !important;
    height: 36px;
    border-radius: 5px;
    border: none;
    margin-right: 20px !important;
    color: white;
    font-family: 'Poppins' !important;
    font-style: normal !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 22px;
    padding: 6px;
}
.ui-datepicker-month:focus {
    outline: none; 
}
.ui-datepicker-trigger {
    display: none;
}
.ui-datepicker-year {
    width: 117px !important;
    height: 36px;
    left: 168px;
    border-radius: 5px;
    border: none;
    color: white;
    font-family: 'Poppins' !important;
    font-style: normal !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 22px;
    padding: 6px;
}
.ui-datepicker-year:focus {
    outline: none; 
}
.ui-datepicker th {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    top: 25%;
    left: 25%;
    right: 25%;
    bottom: 25%;
    line-height: 18px;
    align-items: center;
    text-align: center;
    color: var(--input-border-and-text_default);
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-color: var(--calendar-day-background) !important;
    border: none !important;
    color: var(--sidebar-link_item) !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: var(--input-border-and-text-active) !important;
    color: var(--sidebar-link_item) !important;
}
.ui-datepicker td a {
    text-align: center !important;
    text-decoration: none !important;
    padding: 5px 5px !important;
}
.ui-state-default {
    margin-left: -2px;
    margin-bottom: -3px;
    background: #F9FBFF;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'Poppins';
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: var(--regular-body-text);
}

.ui-lifts-datapicker {
    display: flex;
    flex-direction: row-reverse;
    width: 230px;
    height: 43px;
    padding: 10px 17px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
}

.ui-lifts-datapicker .datepicker-input {
    width: 230px !important;
    margin-right: -17px;
    position: absolute;
    top: unset;
    left: unset;
    background: var(--input-background) !important;
    border: none;
}
#skips-search-criteria .datepicker-input {
    max-width: 100% !important;
}

.ui-lifts-datapicker img {
    z-index: 0;

}

/* //////////// Barchart /////////////// */

.barchart-type {
    display: flex;
    gap: 10px;
}
.active-barchart {
    border: 1px solid var(--input-border-and-text-active) !important;
    transition: all .3s;
}
.active-barchart svg path {
    fill: var(--input-border-and-text-active);
}
.active-hidechart svg path {
    fill: #434655 !important;
}
.active-hidechart span {
    color: #434655 !important;
}
#hideChart {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}
#hideChart span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #444;
    text-transform: uppercase;
    margin-top: 2px;
}
#hideChart svg path {
    fill: #444;
}
.barchart-item {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    width: 155px;
    height: 38px;
    padding: 6.5px 20px 6.5px 20px;
    border-radius: 5px;
    border: 1px solid #e2e3e5;
    cursor: pointer;
}
.barchart-item span {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 15px;
    color: var(--regular-body-text);
}
.top-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1070px;
}
/* /////////// Pay Now ////////////// */
.pay-household-bill-section h3 {
    font-family: 'Poppins' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    line-height: 26px !important;
    color: var(--regular-body-text) !important;
}
.pay-household-bill-section .text-button {
    max-width: 410px;
}
.customer-info-balance {
    width: 457px;
    height: 177px;
    background: #F9FBFF;
    box-sizing: border-box;
    box-shadow: var(--box-shadow);
    border-radius: 5px;
}
.company-info-balance {
    width: 450px;
    height: 59px;
}
#credit-debit-form {
    display: none;
}
#another-amount-form {
    display: none;
    transition: all .3s;
}
#another-amount-form .input {
    margin-right: 10px;
    width: 170px;
    position: relative;
    bottom: 10px;
    text-align: right;
    padding: 10px 22px 10px 17px !important;
}
#amount-form .input {
    /*margin-right: 10px;*/
    width: 170px;
    position: relative;
    bottom: 10px;
    text-align: right;
    padding: 10px 22px 10px 17px !important;
}
#currencyFormat {
    position: absolute;
    z-index: 1;
    margin-left: 15px;
}
.payment-method-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .3s;
    padding-top: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.payment-method-card:hover {
    border: 1.5px solid #CDD3DE;
    filter: drop-shadow(var(--box-shadow));
    border-radius: 3px;
    transition: all .1s;
}
.card-active .payment-method-label {
    color: white;
}
.payment-cards {
    display: flex;
    flex-direction: row;
}
.preffered-payment-method {
    width: 60px;
    height: 41px;
    border: 1px solid #D9D9D9;
    justify-content: center;
    border-radius: 4px;
    box-sizing: border-box;
    background: var(--white);
    display: flex;
    padding: 6px 6px;
}
.paypal-card {
    padding: 3px 0px !important;
}
.payment-method-icons {
    margin-top: 4px;
    margin-right: 2px;
}
.payment-method-title {
    font-size: 17px;
    color: #3C4043;
}
.payment-method-label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    transition: all .3s;
}
.paypal-svg {
    width: 36px;
    height: 32px;
}
.cc-form &gt; .input {
    width: 336px !important;
}
.cc-form .card-section input {
    width: 336px !important;
}
#card_cvn {
    width: 97px !important;
}
.enscypted-data {
    display: flex;
    position: static;
    width: 336px;
    justify-content: space-between;
}
.enscypted-data .input {
    width: 84px !important;
    padding: 10px 17px;
    text-align: center;    
}
.enscypted-data .input:nth-child(4) {
    width: 97px !important;
}
.separator {
    font-size: 25px;
    font-weight: 100;
    color: #CDD3DE;
}
.terms-conditons {
    display: flex;
}
.payment-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--regular-body-text);
    margin-left: 15px;
}
.payment-text a {
    text-decoration: none;
}
.terms-conditons .remember-checkbox {
    margin-top: 0px;
}
.remember-card {
    display: flex;
}
.remember-card .remember-checkbox {
    margin-top: 3px;
}
.btn-pay {
    width: 212px;
    height: 55px;
    border-radius: 5px;
    border: none;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 15px;
    line-height: 22.5px;
    text-align: center;
    text-transform: uppercase;
}
.btn-cancel-method {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 30px;
    gap: 15px;
    height: 43px;
    background-color: #f30b1e;
    border-radius: 5px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
    width: min-content;
    margin-bottom: 1em;
}
.hr-divider {
    border: 1px solid var(--input-border-and-text-active);
    margin: 0px;
}
.dotted-divider {
    border-bottom: 1px dotted var(--input-border-and-text-active);
    width: 100%;
    margin: 0px;
}
.text-button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 320px;
    height: 33px;
    padding-left: 27px;
    padding-top: 20px;
}
.text-button h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    color: var(--regular-body-text);
}
.text-button h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
}
.next-service-charge {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 27px;
}
.service-charge-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 350px;
    max-width: 350px;
}
.service-charge-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.service-charge-row .service-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: var(--regular-body-text);
}
.service-charge-row p {
    font-weight: 400 !important;
}
.section-pay {
    width: 450px;
    height: 74px;
    border: 0.5px solid var(--btn-disabled-background);
    box-sizing: border-box;
    margin-bottom: 2px;
    padding: 24px 10px;
}
.section-any-amount {
    display: flex;
    justify-content: space-between;
}
.com-section-any-amount {
    width: 450px;
    display: flex;
    justify-content: space-between;
}
.amount-block {
    display: flex;
}
.last-invoice-block {
    display: flex;
    flex-direction: column;
    position: relative;
    bottom: 10px;
}
.last-invoice-block span {
    position: relative;
    bottom: 12px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    margin-left: 15px;
}
.pay-left-content {
    display: flex;
}
.btn-disabled {
    background: var(--button-disabled) !important;
    color: var(--button-disabled-text) !important;
    cursor: not-allowed;
}
.btn-change-method .main-icon-color, .btn-disabled path {
    fill: #A6AAB0 !important;
}
.card-section {
    display: flex;
}
.credit-card {
    margin-top: 15px;
    margin-left: 15px;
    transition: all .3s;
}
.payment-type-active {
    border: 1px solid var(--input-border-and-text-active);
    border-radius: 3px;
    transition: all .3s;
}
.pay-now-hr {
    max-width: 70%;
}
.company-payment-options {
    padding: 24px 10px;
    display: flex;
    width: 450px !important;
    justify-content: space-between;
}

/* ///////////////// Collection Calendar //////////////// */

.collections-content {
    min-height: 80vh;
    height: auto;
}
.collection-download {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 40px;
    width: 526px;
    height: 43px;
}
.collection-download p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    color: var(--regular-body-text);
    margin-top: 15px;
}
.collections-content strong {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    width: 225px;
    color: var(--regular-body-text);
}
.download-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 55px;
    gap: 5px;
    width: 150px;
    height: 43px;
    background: var(--button-main);
    border-radius: 5px;
    flex-grow: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--white) !important;
}
.download-btn:hover {
    color: var(--white);
}
.download-btn img {
    margin-right: 5px;
}
.bin-collections-info {
    display: flex;
    flex-direction: row;
}

/* ////////////// Payment type button ///////////// */

#google_pay_button {
   background: url('../wthemes/Layouts/img/gpay-button.png') center no-repeat;
   background-size: cover;
   width: 190px;
   height: 39.77px;
   cursor: pointer; 
}

/* ////////////// Info Window /////////////////// */
.error-window {
    width: 561px;
    height: 462px;
    background: #F9FBFF;
    box-shadow: var(--box-shadow);
    border-radius: 5px;
}
.img-error {
    width: 65px;
    height: 65px;
}
.error-vector {
    position: relative;
    top: 50px;
    text-align: center;
}
.error-title {
    text-align: center;
    position: relative;
    top: 70px;
}
.error-subtitle {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: var(--regular-body-text);
    text-align: center;
    position: relative;
    top: 86px;
}
.error-message {
    color: #842029;
    background-color: #f8d7da;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 15px;
}
.btn-got {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 212px;
    height: 55px;
    background: #646777;
    border-radius: 15px;
    position: relative;
    top: 100px;
    border: 0px;
    color: white;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
}
.close-modal {
    display: flex;
    justify-content: center;
}

/* //////////// Statement Template ///////////// */
.statements-template {
    height: 75vh;
}


/* //////////// Payment-Successful ///////////// */

.template-payment-successful {
    min-height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.successful-window {
    display: flex;
    flex-direction: column;
    width: 650px;
    background: #F9FBFF;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
}
.successful-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.success-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.success-vector {
    display: flex;
    justify-content: center;
}
.success-title {
    text-align: center;
    position: relative;
    top: 30px;
}
.info-item {
    display: flex;
    width: 400px;
    justify-content: space-between;
    margin-bottom: 20px;
}
.info-item p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: var(--regular-body-text);
}
.info-item strong {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: var(--regular-body-text);
}
.success-subtitle {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    width: 100%;

    text-align: center;
    color: var(--regular-body-text);
}
.back-home {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    min-height: 55px;
    background: #646777;
    border-radius: 5px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    cursor: pointer;
}
.minimum-payment-select {
    display: none;
}

.minimum-payment-select .full-widht-label {
    width: 100%;
}

.minimum-payment-select  .payment-ammount-text {
    float: right;
    margin-right: 20px;
}

#signInBtn {
    width: 270px;
    height: 55px;
}
#modalBtnGroup {
    max-width: 900px;
    width: 650px;
}
.back-home a {
    color: var(--white) !important;
    text-decoration: none;
}
.redirect_to_url {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
#timer_seconds {
    font-size: 17px;
    font-weight: 500;
}
#cancel_redirect_btn {
    text-align: center;
}
#cancel_redirect_btn .btn {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 600;
    color: #2c77f6;
    text-transform: uppercase;
}
#btn_redirect {
    display: none;
    margin: auto;
}
.input-requred input:focus{
    border: 13px solid black
}

/* /////// Loader /////// */
#wrapper-loader {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.hide-msg {
    display: none;
}

.error-msg {
    color: red;
}
  
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

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

/* Medium Devices, Wide screens */


@media only screen and (min-width : 1199px) {
    .main-account-template {
        padding-left: 50px;
    }
}

@media only screen and (max-width : 1880px) {
    #transaction-data {
        max-width: 1204px;
        width: 100%;
    }
    #collections_grid {
        max-width: 1204px;
        width: 100%;
    }
    #invoice_grid {
        max-width: 1400px;
        width: 100%;
    }
    #skips_grid {
        max-width: 1204px;
        width: 100%;
    }
    
}

@media only screen and (max-width : 1800px) {
    #welcomeRightContent {
        left: 1300px;
    }
    .bin-selection {
        width: 100%;
    }
}

@media only screen and (max-width : 1700px) {
    #welcomeRightContent {
        left: 1200px;
    }
    .form-date-picker {
        flex-direction: column;
    }
    .form-date-picker.lift-form {
        flex-direction: row;
        gap: 5%;
    }
    .form-date-picker.lift-form .short-buttons {
        margin-top: 5rem;
    }
    .form-date-picker .short-buttons {
        margin-top: 1rem;
    }
    .form-date-picker div .personal-details-text {
        height: 25px;
    }
    .transactions-content {
        height: 110vh;
    }
    .transactions-content .personal-details-text {
        margin-bottom: 30px;
    }
    .graph-container{
        width: 73vw;
    }
}

@media only screen and (max-width : 1679px) {
    .customer_wastewise_header {
        width: 800px;
        margin-left: 50px;
    }
}

@media only screen and (max-width : 1600px) {
    #signupContent {
        gap: 90px;
    }
    .sh-form-container {
        gap: 20px;
    }
    #welcomeRightContent {
        left: 70vw;
    }
}

@media only screen and (max-width : 1490px) {
    #signupContent {
        gap: 70px;
    }
    #welcomeRightContent {
        width: auto;
        left: 60vw;
        align-items: center;
        justify-content: center;
        top: 245px;
    }
    .leftContent {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .navigation-items {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 5vw;
    }
}

@media only screen and (max-width : 1420px) {
    #signupContent {
        gap: 50px;
    }
    .top-actions {
        margin-top: 5vh;
        flex-direction: column;
    }
}

@media only screen and (max-width : 1400px) {
    #signupContent {
        flex-direction: column;
    }
    .payment-btn-group {
        gap: 15px;
    }
    .regular-payment-content {
        gap: 50px;
    }
    .skip-hire-left-side {
        max-width: 700px;
    }
    #firstItemsList {
        gap: 5px;
    }
    #secondItemsList {
        gap: 5px;
    }
    .navigation-items {
        gap: 5px;
    }
    .form-date-picker.lift-form {
        flex-direction: column;
    }
    .graph-container {
        flex-direction: column;
    }
    .order-data {
        width: 475px;
        justify-content: start;
        gap: 15px;
    }
    .order-summary-section .order-info-column {
        padding: 15px;
    }
    #selectSite, #optionSite div {
        width: 230px;
    }
}

@media only screen and (max-width : 1350px) {
    .waste_disposal_center_link {
        gap: 5px;
        flex-wrap: wrap;
        flex-direction: column;
    }
    #waste_item_name_search_2 {
        width: 100% !important;
    }
    .main-account-template #waste_item_name_search_2 {
        width: unset !important;
        min-width: 80%;
    }
}

@media only screen and (max-width : 1299px) {
    .skip-hire-left-side {
        max-width: 650px;
    }
    .bin-selection {
        width: auto;
    }

}

@media only screen and (max-width : 1260px) {
    .main-account-template .popular_waste_items_block {
        justify-content: center;
    }
    .main-account-template .popular_waste_items_block_view_all {
        justify-content: center;
    }
}
@media only screen and (max-width : 1240px) {
    .main-account-template .popular_waste_items_page {
        min-height: 1220px;
    }
}
@media only screen and (max-width : 1199px) {
    .datepicker-input {
        max-width: 210px;
    }
    .skip-option {
        flex-direction: column;
        height: auto;
        align-items: center;
    }
    .regular-payment-content {
        gap: 25px;
    }
    .view-skip-info {
        width: 203px;
    }
    .skip-hire-option {
        gap: 180px;
    }
    .sh-form-container {
        flex-direction: column;
    }
    #welcomeRightContent {
        background: var(--white);
    }
    .form-date-picker {
        width: 100%;
    }
    #invoice_grid {
        max-width: 650px;
    }
    #skips_grid {
        max-width: 650px;
    }
    .map-location-content {
        gap: 110px;
    }
    .signup-personal-info {
        flex-direction: column;
        gap: 0;
    }
    .exchange-info-content {
        padding: 5px;
    }
    .order-summary-section {
        display: flex;
        flex-direction: column;
    }
    .order-data {
        width: 100%;
    }
    .skip-date-selection {
        gap: 20px;
    }
}

@media only screen and (max-width : 1120px) {
    .main-account-template .wastewise_left_content {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }
    .main-account-template .waste_item_name_search {
        width: 500px;
    }
    .main-account-template .waste_item_search_img_border {
        margin-left: 435px;
    }
    .main-account-template .wastewise_left_content .wastewise_disposal_title {
        margin-bottom: 0px;
    }
    .main-account-template .search_name_image_box .waste_disposal_item-img {
        margin: 0px 0px 15px 0px;
    }
    .main-account-template .search_name_image_box {
        flex-direction: column;
        align-items: stretch;
    }
    .main-account-template .wisewise_search_mobile {
        visibility: visible;
        align-items: flex-start;
    }
    .main-account-template .wisewise_back_mobile {
        width: 43px !important;
        height: 40px !important;
        padding: 8px 17px !important;
    }
    .main-account-template .wisewise_search_mobile .waste_item_search_img_border {
        position: inherit;
        margin: 0px;
        padding: 7px 9px;
        border-radius: 5px;
    }
    .main-account-template .waste_disposal_item_img_div {
        height: unset;
        align-self: center;
    }
    .main-account-template .wastewise_left_content .wastewise_disposal_title {
        align-items: flex-start;
        height: auto;
        margin-top: 0px;
    }
    .main-account-template #waste_item_search2_div {
        display: none;
    }
    .main-account-template #waste_item_search2_hidden {
        display: flex;
        margin: 20px 0px 20px 0px;
        height: 60px;
        justify-content: center;
    }
    .main-account-template .wisewise_back_mobile p {
        display: none !important;
    }
    .main-account-template .wastewise_left_content .wastewise_disposal_title {
        align-items: flex-start;
        height: auto;
        margin-top: 0px;
    }
    .main-account-template.wastewise_hidden_block_height {
        height: 50px;
    }
    .main-account-template .wastewise_left_content .wastewise_disposal_title p {

        text-align: center;
    }
    .main-account-template .wastewise_disposal_page {
        flex-direction: column;
        align-items: center;
    }
    .main-account-template .popular_waste_items_page_container {
        left: 260px;
    }
    .customer_wastewise_header .waste_item_search {
        width: auto !important;
    }
    .customer_wastewise_header .waste_item_search_img_border {
        margin-left: 435px !important;
    }
    .customer_wastewise_header {
        width: auto;
        margin-left: 0;
    }
}

@media only screen and (max-width : 1075px) {
    .regular-payment-content {
        flex-direction: column;
    }
    .map-location-content {
        gap: 80px;
    }
}

@media only screen and (max-width : 991px) {
    .sidebar {
        display: none;
    }
    .datepicker-input {
        max-width: 240px;
    }
    .manage-cards-template .account-details-line {
        display: block;
    }
    .sign-up-form {
        width: 100%;
    }

    .map-location-content {
        flex-direction: column-reverse;
        gap: 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .find-location-margin {
        margin-top: 0px !important;
    }
    .search-field {
        justify-content: space-between;
    }
    .map-image {
        margin-left: 0px;
    }
    .map-location-content .location-status {
        width:560px;
        height: 50px;
        flex-direction: row;
        gap: 35px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #location-status-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: inherit;
    }
    .location-status #address_data {
        text-align: center;
        margin-top: 15px !important;
    }
    .skip-hire-option {
        flex-direction: column;
        gap: 25px;
    }
    .skip-right-side {
        height: auto;
    }
    .welcome-content {
        flex-direction: column;
        align-items: center;
        gap: 1px;
    }
    .welcome-content hr {
        display: block;
    }
    #welcomeRightContent {
        position: inherit;
        padding: 0px 40px 70px;
        height: 260px;
        gap: 0px;
    }
    .welcome-right-content-div {
        display: flex;
        padding: 40px 20px 5px 20px;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }
    #welcomeRightContent img {
        display: none;
    }
    .show_all_waste_items {
        width: 300px;
    }
    .wastewise_header {
        height: auto;
        width: auto;
    }
    .waste_item_name_search {
        width: 500px;
    }
    .waste_item_search_img_border {
        margin-left: 435px;
    }
    .wastewise_left_content .wastewise_disposal_title {
        margin-bottom: 0px;
    }
    .search_name_image_box .waste_disposal_item-img {
        margin: 0px 0px 15px 0px;
    }
    .search_name_image_box {
        flex-direction: column;
    }
    .wisewise_search_mobile {
        visibility: visible;
    }
    .wisewise_back_mobile {
        width: 43px !important;
        height: 40px !important;
        padding: 8px 17px !important;
    }
    #waste_item_search2_div {
        display: none;
    }
    #waste_item_search2_hidden {
        display: flex;
        margin: 20px 0px 20px 0px;
        height: 60px;
        width: 46vw;
        justify-content: center;
    }
    .wisewise_back_mobile p {
        display: none !important;
    }
    .wastewise_left_content {
        width: 46vw;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .main-account-template .waste_item_search {
        width: 80vw;
    }
    .wisewise_search_mobile .waste_item_search_img_border {
        position: inherit;
        margin: 0px;
        padding: 7px 9px;
        border-radius: 5px;
    }
    .wastewise_disposal_title {
        margin: 20px 15px 20px 20px;
    }
    .wastewise_left_content .wastewise_disposal_title {
        align-items: flex-start;
        height: auto;
        margin-top: 0px;
    }
    .wastewise_hidden_block_height {
        height: 50px;
    }
    .wastewise_left_content .wastewise_disposal_title p{
        font-size: 22px;
        text-align: center;
    }
    .wastewise_disposal_page {
        flex-direction: column;
        align-items: center;
    }
    .main-account-template .wastewise_disposal_page {
        display: block;
        padding: 1% 10% 2% 10%;
    }
    .wastewise_left_content, #waste_item_search2_hidden {
        width: 100%;
    }
    .main-account-template .wastewise_disposal_page,
    .main-account-template .waste_disposal_description,
    .main-account-template .waste_disposal_description_center,
    .main-account-template .wastewise_recycling_contents {
        width: unset;
        max-width: unset;
    }
    .waste_disposal_description, .waste_disposal_description_center {
        width: 75vw;
    }
    .main-account-template #waste_item_name_search_2 {
        width: 100% !important;
    }
    .main-account-template .popular_waste_items_page_container {
        position: inherit;
        width: 500px;
        left: 0;
    }
    .main-account-template .popular_waste_items_page {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #logoutItem {
        position: relative;
        bottom: -37rem;
    }
    .welcome-content .menu-label {
        margin-top: -2rem;
    }
    .navigation-items {
        margin-top: 2rem;
        margin-left: 0px;
    }
    #exchangeContnent .container {
        max-width: 900px;
        position: relative;
        bottom: 10rem;
    }
    .second-table {
        margin-top: 6rem !important;
    }
    .top-rows {
        position: relative;
        top: 23rem !important;
        background: none;
        padding: 15px;
        justify-content: center;
    }
    .top-rows h1 {
        display: none;
    }
    .top-row-date p {
        color: #434655;
    }
    .top-row-date span {
        color: #434655;
    }
    .order-data {
        display: flex;
        flex-direction: column;
    }
    .order-summary-section .order-info-column {
        height: auto;
    }
    #orderSummary {
        height: auto;
    }
    .plan-frequency {
        width: 22vw !important;
        padding: 10px 25px !important;
    }
}

@media only screen and (max-width : 767px) {
    .btn-sign {
        margin-top: 20px;
    }
    .datepicker-input {
        max-width: 205px;
    }
    .iban-section {
        display: flex;
        flex-direction: column;
    }
    .btn-find {
        margin-left: 0px;
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .gridjs {
        width: 100% !important;
    }
    #selecedBinSection h2 {
        margin-bottom: 30px;
    }
    .bin-collection-overview {
        justify-content: center;
    }
    .bin-info-overview {
        margin: 10px 20px;
    }
    .info-overview {
        flex-direction: column;
        gap: 0px;
    }
    .find-location-margin {
        margin-top: 10px !important;
    }
    .map-location-content .location-status {
        height: 85px;
        gap: 15px;
        margin-top: 15px;
        margin-bottom: 40px;
    }
    #location-status-info {
        align-items: center;
        text-align: center;
    }
    .location-status #address_data {
        text-align: center;
    }
    .btn.signup-buttons, .map-location-content .location-status, #continueBtn, .signup-input.main-background-input#full_address{
        width: 100%;
        /*width: 516px;*/
    }
    .find-location-component {
        display: inline-flex;
        width: 100%;
    }
    /*
    #signup .template-subtitle {
        margin-top: 15px;
    }
    */
    .signup-input {
        width: 100% !important;
    }
    .search-field {
        gap: 1px;
        width: 100%;
    }
    .find-location-grid {
        width: initial;
    }
    .signup-buttons.main-background-color-btn, .btn-continue.main-background-color-btn {
        margin-top: 10px;
    }
    .search-field {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 50px;
        width: 100% !important;
    }
    .help-banner {
        width: 100%;
    }
    .skip-right-side {
        width: 100%;
    }
    .skip-dates {
        display: flex;
        flex-direction: column;
    }
    .service-preferences {
        width: 100%;
    }
    .skip-hire-left-side .help-banner {
        height: auto;
    }
    .skip-date-component img {
        margin-left: 290px;
    }
    #skipInfoDetails {
        width: 100% !important;
    }


    #paymentSuccess .successful-window {
        width: 600px;
    }
    #paymentSuccess .success-subtitle {
        width: auto;
    }
    .export-section {
        flex-direction: column;
        align-items: flex-start;
    }
    .ui-lifts-datapicker {
        width: 205px;
    }
    .top-rows  {
        top: 26rem !important;
    }
    .top-row-content {
        display: flex;
        flex-direction: column;
    }
    .second-table {
        margin-top: 12rem !important;
    }
    .top-row-btns .btn-cancel {
        width: 343px;
    }
    .top-row-date div {
        justify-content: center;
    }
    .order-summary-section img {
        width: 100%;
        max-height: inherit;
        max-width: inherit;
    }
    .skip-info-section {
        display: flex;
        flex-direction: column;
    }
    .skip-modal-content {
        width: 90%;
    }
    .skip-date-selection {
        gap: 15px;
    }
    .date-section {
        display: flex;
    }
    .date-section {
        align-items: center;
    }
    .collection-skip-date-selection {
        margin-top: 15px;
    }
    .waste_items_block_view_all {
        flex-direction: column !important;
        align-items: center;
    }
    .wastewise_category_wrapper,
    .wastewise_alphabetic_wrapper{
        height: 500px;
    }
    .waste_items_block_view_all {

    }
}

@media only screen and (max-width : 657px) {
    .form-date-picker {
        display: flex;
        flex-direction: column;
    }
    .datepicker-input {
        max-width: 287px;
    }
    .error-window {
        padding: 15px 0px;
        width: 100%;
    }
    #paymentSuccess .successful-window {
        width: 500px;
    }
    .ui-lifts-datapicker .datepicker-input {
        left: 7vw;
    }
    .date-section {
        align-items: flex-start;
        flex-direction: column;
    }
    .skip-date-selection {
        flex-direction: column;
        gap: 0px;
    }
    .skip-price-breakdown {
        margin-top: 20px;
    }
    .calendar_form #exchange_hire_from, #exchange_collection_date, #hire_from, #collection_date {
        width: 100% !important;
    }
    .skip-date-selection .calendar-icon {
        left: 15rem;
    }
    .waste_disposal_description_center {
        flex-direction: column;
    }
    .waste_disposal_center_link {
        flex-direction: row;
        justify-content: space-around;
        align-self: flex-start;
        gap: 20px;
    }
    .main-account-template .wastewise_disposal_page {
        padding: 0 2% 0 2%;
    }
}

@media only screen and (max-width : 575px) {
    .sh-payment-btns {
        display: flex;
        flex-direction: column;
    }
    #skipInfoDetails img {
        width: 100%;
    }
    .input {
        width: 100% !important;
        height: 50px !important;
    }
    .page-title {
        height: 29px;
    }
    .paybill-content {
        padding: 0px 10px;
    }
    #another-amount-form .input {
        max-width: 170px;
    }
    #amount-form .input {
        max-width: 170px;
    }
    .successful-window {
        width: 100%;
    }
    .template-payment-successful {
        padding: 0px 15px;
    }
    .payment-method-content {
        padding: 10px 20px;
    }
    .manage-cards-template {
        padding: 10px 20px;
    }
    .mobile-menu {
        top: 130px;
        padding-left: 20px;
        width: 75%;
    }
    #reccuringCardInfo {
        width: 100% !important;
    }
    #reccuringCardInfo div {
        gap: 30px;
    }
    .card-number-component {
        gap: 0px !important;
    }
    .bin-selection {
        padding: 15px;
    }
    #binInfoComponent {
        display: flex;
        justify-content: center;
    }
    #binInfoContent {
        padding: 10px 15px;
    }
    .regular-payment-container {
        padding: 5px 20px;
    }
    .payment-btn-group {
        flex-direction: column;
        align-items: center;
    }
    .success-content {
        padding: 10px 15px;
    }
    .alert-title {
        font-size: 20px !important;
        line-height: 35px;
    }
    .skip-hire-right-side {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .sh-form-container {
        padding: 10px 15px;
    }
    .leftContent h1 {
        font-size: 28px;
    }
    #payment_details {
        padding: 10px 15px;
    }
    .map-location-content {
        display: flex;
        flex-wrap: wrap;
    }
    .map-image, .location-status {
        min-width: 100%;
    }
    .map-location-content .location-status {
        gap: 1px;
    }
    #paymentSuccess .successful-window {
        width: 480px;
    }
    .ui-lifts-datapicker .datepicker-input {
        left: 25px;
        width: 86vw !important;
    }
    .top-rows {
        max-width: 500px !important;
        top: 26rem !important;
    }
    .order-data .order-details {
        justify-content: space-between;
        width: 65%;
    }
    .order-summary-section .order-info-column {
        gap: 15px;
    }
    .top-row-content, .top-row-date {
        width: 100%;
    }
    .skip-exchange-radios {
        flex-direction: column;
        align-items: flex-start;
    }
    #hr-after-title {
        margin-bottom: 5px !important;
    }
    .waste_item_name_search {
        width: 400px;
    }
    .waste_item_search_img_border {
        margin-left: 335px;
    }
    .show_all_waste_items {
        width: 300px;
    }
}

@media only screen and (max-width : 528px) {
    .payment-cards {
        display: flex;
        flex-direction: column;
    }
    .payment-method-card {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 10px;
    }
    .payment-method-label {
        margin-left: 10px;
    }
    .customer-info-balance {
        width: 100%;
    }
    .cards-payments {
        width: 100%;
    }
    .submit-btn-form {
        width: 100%;
    }
    .manage-cards-template .submit-btn-form {
        width: 100%;
    }
    .btn-form-component {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}

@media only screen and (max-width : 508px) {
    .payment-form-group {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .payment-input {
        width: 100%;
    }
    .small-table-row {
        width: 100%;
    }
    .payment-type-text {
        font-size: 18px;
    }
    #selectBalance {
        width: 100%;
    }
    .sign-up-form input {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .skip-info-table {
        width: 100%;
    }
    #binInfoContent .input-form-section {
        display: flex;
        flex-direction: column;
    }
    .customer_wastewise_header .waste_item_name_search {
        width: 80vw !important;
    }
    .customer_wastewise_header .waste_item_search_img_border {
        margin-left: 65% !important;
    }
}

@media only screen and (max-width : 491px) {
    .section-pay {
        width: 100%;
    }
    .pay-household-bill-section .text-button h2 {
        padding-right: 10px;
    }
    .error-subtitle {
        padding: 0px 5px;
    }
    .info-item {
        padding: 0px 20px;
    }
    .info-item:nth-child(1) {
        display: flex;
        flex-direction: column;
        margin-bottom: 5px;
    }
    .info-item p {
        font-size: 14px;
    }
    .info-item span {
        font-size: 14px;
    }
    .successful-window {
        height: auto;
    }
    .payment-title-section {
        width: 100%;
        padding: 0px 10px;
    }
    .submit-btn-form .btn-cancel {
        margin-right: 10px;
    }
    .submit-btn-form .btn-save {
        margin-left: 10px;
        padding: 0px;
    }
    .find-location-component {
        width: 100%;
    }
    .find-location-component input {
        width: 100% !important;
    }
    .skip-img {
        width: 100%;
    }
    .skip-left-side {
        gap: 22px;
    }
    .nav-element {
        background: var(--white);
        height: 130px;
    }
    .nav-element-clicked {
        background: var(--btn);
        transition: all 0.5s;
    }
    .nav-element span {
        color: var(--sidebar-link_item);
    }
    #welcomeRightContent {
        height: 330px;
    }
    #welcomeRightContent hr{
        margin-top: 3rem;
    }
    #paymentSuccess .successful-window {
        width: auto;
        padding: 10px;
    }
    .skip-modal-footer {
        flex-direction: column;
        gap: 15px;
    }
    .skip-modal-footer button {
        width: 100%;
    }
    .skip-modal-content {
        padding: 30px 20px;
    }
    .skip-option {
        width: 90vw;
    }
    .waste_item_name_search {
        width: 343px;
    }
    .waste_item_search_img_border {
        margin-left: 278px;
    }
    .waste_item_element {
        width: 343px;
        height: 223px;
        padding: 0px;
    }
    .wastewise_header {
        height: auto;
        padding: 20px;
    }
    .popular_waste_items_block {
        height: 1200px;
    }
}

@media only screen and (max-width : 482px) {
    .btn-edit-method {
        justify-content: center;
    }
    .account-details-input {
        width: 100%;
    }
    .btn-sign-up-group {
        flex-direction: column-reverse;
    }
    .btn-back {
        width: 100%;
    }
    #pay_now_button {
        width: 100%;
    }
    .btn-next, .btn-apply {
        width: 100%;
    }
    .bin-info-table {
        width: 100%;
    }
    .payment-btn-group div {
        width: 100%;
    }
    .main-select {
        width: 100% !important;
    }
    .select-option {
        width: 100%;
    }
    #binInfoComponent {
        margin: 5px 10px;
    }
    .skip-hire-option {
        padding: 20px 40px;
    }
    .skip-option {
        padding: 30px 50px;
    }
    .service-plan-name {
        align-items: center;
    }
    .signup-input-field {
        min-width: 100%;
    }
    #exchangeContnent .container {
        padding: 0px;
    }
    #location-status-info {
        align-items: flex-start;
        text-align: left;
    }
    .location-status #address_data {
        text-align: left;
        width: auto;
    }
    .map-location-content .location-status {
        gap: 15px;
        justify-content: flex-start;
        margin-top: 0px;
    }
}

@media only screen and (max-width : 470px) {
    .btn {
        max-width: 170px;
    }
    .signup-buttons.main-background-color-btn, .btn-continue.main-background-color-btn {
        max-width:  100%;
    }
    .btn-form-component div {
        width: 100%;
    }
    .btn-next, .btn-apply {
        max-width: 100% !important;
    }
    .skip-hire-btn {
        max-width: 100% !important;
        width: 100%;
    }
    .skip-dates {
        width: 100%;
    }
    .skip-date-component img {
        margin-left: 350px;
    }
    .skip-hire-form .main-select {
        max-width: 100% !important;
    }
    .navigation-items .nav-element {
        width: 100px;
    }
    #firstItemsList {
        gap: 15px;
    }
    #secondItemsList {
        gap: 25px;
    }
}

@media only screen and (max-width : 460px) {
    .leftContent h1 {
        text-align: center;
    }
    .row-div {
        width: 70px !important;
    }
}

@media only screen and (max-width : 450px) {
    .info-item {
        padding: 0 15px;
        width: 370px;
    }
    .current-payment-title {
        font-size: 15px;
    }
    .payment-type-text {
        font-size: 15px;
    }
    #reccuringCardInfo {
        max-width: 450px;
        width: 100%;
    }
    #reccuringCardInfo div {
        gap: 20px;
        width: 100%;
    }
}

@media only screen and (max-width : 439px) {
    .customer-info-balance {
        height: auto;
    }
    .service-charge-info {
        display: initial;
        flex-direction: column;
    }
    .service-charge-row {
        width: 174px;
    }
    .btn-got {
        width: 100%;
        margin-right: 15px;
        margin-left: 15px;
    }
    .mobile-menu .btn-pay-household-bill {
        width: 100%;
    }
    #reccuringCardInfo div {
        gap: 10px;
    }
    #bankDirectDebit div {
        width: 100%;
    }
    .bin-collection-overview {
        padding: 5px 15px;
    }
    .content-banner {
        font-size: 14px;
    }
    .skip-info-table {
        padding: 30px 30px;
    }
    .skip-info-details img {
        width: 100%;
    }
}

@media only screen and (max-width : 425px) {
    .ballance-widget {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .personal-details-text {
        width: auto;
    }
    .payment-details-info {
        padding-left: 10px;
        padding-right: 10px;
    }
    .btn-edit-form {
        max-width: 375px;
    }
    .cc-form &gt; .input {
        width: 100% !important;
    }
    .cc-form .card-section input { 
        width: 100% !important;
    }
    .enscypted-data {
        width: 100%;
    }
    .btn-pay {
        width: 100%;
    }
    .success-title {
        font-size: 32px !important;
    }
    .small-table-row {
        padding: 7px 20px;
    }
    #new_card_payment_details .submit-btn-form {
        width: 100%;
    }
    .skip-hire-option {
        padding: 15px 30px;
    }
    .skip-date-component img {
        margin-left: 330px;
    }
}

@media only screen and (max-width : 415px) {
    .payment-method-content {
        padding: 10px 10px;
    }
    .transaction-form {
        padding-left: 20px;
        padding-right: 20px;
    }
    .btn-sign {
        width: 100% !important;
    }
    .btn-form {
        padding: 0px 20px;
    }
    .input-group {
        padding: 0px 10px;
    }
    .radio-button-form {
        padding: 0px 10px;
    }
    .payment-options .radio-button-form {
        padding: 24px 10px;
        justify-content: space-between;
    }

    /* h3 {
        padding: 0px 10px;
    } */
    .remember-me {
        padding: 0px 20px;
    }
    .forgot-text {
        margin-left: 10px;
    }
    .datepicker-input {
        max-width: 100%;
        width: 100% !important;
    }

    .graph-container {
        width: 100%;
    }
    /* .short-buttons {
        width: 100%;
    } */
    .template-subtitle {
        font-size: 15px;
        padding: 0px 10px;
    }
    .form-date-picker .short-buttons {
        margin-top: 2rem;
    }
    .service-charge-info {
        width: 100%;
    }
    .amount-block {
        min-width: 170px;
    }
    .error-window .titles-h1 {
        font-size: 28px;
    }
    .success-subtitle {
        font-size: 14px;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .back-home {
        width: 100%;
    }
    .sign-into {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 55px;
        border-radius: 5px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 22px;
        text-align: center;
        text-transform: uppercase;
        color: var(--white);
        cursor: pointer;
    }
    .info-item {
        width: 350px;
    }
    .box-content .btn {
        max-width: 100%;
    }
    .box-content .btn-form {
        padding: 0px 20px;
    }
    .skip-date-component img {
        margin-left: 310px;
    }
    .download-btn {
        width: 100%;
    }
    .form-date-picker .short-buttons {
        width: 100%;
    }
    .mobile-menu .sidebar-nav {
        padding-left: 0;
    }
    .top-row-date p {
        font-size: 14px;
    }
    .top-row-date span {
        font-size: 14px;
    }
}

@media only screen and (max-width : 398px) {
    .input-field-pass {
        width: 100% !important;
    }
    .text-button {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .pay-household-bill-section .text-button {
        padding-left: 25px;
    }
    .payment-options .radio-button-form .pay-left-content {
        width: 188px;
    }
    .pay-left-content p {
        margin-left: 5px !important;
    }
    .amount-block p {
        margin-left: 5px !important;
    }
    .last-invoice-block span {
        margin-left: 5px !important;
    }
    .info-item {
        width: 330px;
        padding: 0px 25px;
    }
    .payment-method-content .title-details-section {
        font-size: 32px; 
    }
    .card-number-component {
        gap: 0px !important;
    }
    .skip-option {
        padding: 30px 0px;
    }
    #web-content {
        padding: 0px 25px;
    }
    .skip-date-selection .calendar_form {
        width: 100%;
    }
    .skip-date-selection .calendar-icon {
        left: 17rem;
    }
    #location-status-info {
        width: inherit;
    }
}

@media only screen and (max-width : 379px) {
    .template-subtitle {
        margin-top: 30px;
    }
    .title-details-section {
        font-size: 30px;
    }
    .pay-household-bill-section .text-button {
        display: flex;
        flex-direction: column;
        height: auto;
        align-items: flex-start;
        margin-left: 20px;
        max-height: 73px;
        padding-left: 0px;
    }
    .error-window {
        padding: 0px;
    }
    .skip-date-selection .calendar-icon {
        left: 16rem;
    }
    .ui-lifts-datapicker {
        width: 85vw !important;
    }
    .btn_wth_label {
        flex-direction: column;
        align-items: flex-start;
    }
    .bth-dropdown {
        min-width: 87vw;
    }
    .service-plan-name {
        padding: 0 15px;
    }
    .waste_item_name_search {
        width: 280px;
    }
    .waste_item_search_img_border {
        margin-left: 215px;
    }
    .popular_waste_item {
        padding:0px;
    }
    .main-account-template .popular_waste_items_page_container, .main-account-template .popular_waste_items_page_container {
        position: inherit;
        width: auto;
    }
    .show_all_waste_items {
        width: 250px;
    }
}

@media only screen and (max-width : 365px) {
    .info-item {
        width: 100%;
    }
    .small-table-row {
        padding: 7px 10px;
    }
    .title-details-section {
        font-size: 28px !important;
    }
    .mobile-menu .sidebar-nav {
        margin-left: -1rem;
    }
    .mobile-menu .sidebar-nav li {
        margin-left: 0px !important;
    }
    .mobile-menu {
        padding-left: 30px;
        width: 75%;
    }
    .waste_item_search, .waste_item_name_search {
        width: 100%;
    }
    .waste_item_search_img_border {
        margin-left: 70%;
    }
}

@media only screen and (max-width : 350px) {
    .small-table-row {
        display: flex;
        flex-direction: column;
        height: auto;
    }
    #web-content {
        padding: 0px 15px;
    }
    .waste_item_element {
        width: 300px;
        height: 240px;
    }
}

@media only screen and (max-width : 326px) {
    .form-signin-heading {
        font-size: 19px;
    }
    .forgot-text {
        font-size: 13px;
    }
    .text-button h2 {
        font-size: 20px;
    }
    .pay-household-bill-section h3 {
        font-size: 16px !important;
    }
    .waste_item_element {
        width: 180px;
    }
}

@media only screen and (max-height: 765px) {
    .mobile-menu .sidebar-nav {
    margin-top: 0;
    padding-left: 0;
    }
    .mobile-menu .sidebar-nav li {
    left: 45px;
    }

    .mobile-menu .btn-pay-household-bill {
    margin-top: 15px !important;
    }
    .mobile-menu .menu-line {
    margin-top: 20px !important;
    }

    .mobile-menu .sidebar-nav .menu-label {
    margin-top: 4vh;
    }

}

.margin-top50 { margin-top: 50px }
.margin-left15 { margin-left: 15px }

</pre></body></html>