.cp .cp-account ul li input:disabled {
	height: 23px !important;
}

.cp .billPlans .billPlans-lines > li ul.billPlans-details li dl  .billPlans-name {
	margin-bottom: 10px;

}

.cp .cp-account ul li input:disabled {
    margin-top: 5px !important;
}

#paymentModal select{
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	width: 100%;
	padding: 8px;
}

#paymentModal .effect-1{
    border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
}

/*#paymentModal .faux-select li .options.open{
	background: #fff;
	max-height: 1000%;
	box-shadow: 0px 20px 45px rgba(0,0,0,0.14);
	padding: 10px 15px 15px;
}

#paymentModal .faux-select li .options {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: transparent;
    position: absolute;
    width: 200%;
    max-height: 0px;
    overflow: hidden;
    top: 36px;
    left: -10px;
    transition: all ease 0.25s;
    z-index: 99;
}

#paymentModal  .faux-select li .options li {
    padding: 8px 15px;
    opacity: 0.5;
    text-indent: 22px;
    color: #535353;
}
#paymentModal  .faux-select li {
    padding: 6px 0 7px 0 !important;
    position: relative;
}

#paymentModal .card-options {
    z-index: 999 !important;
}*/

#paymentModal label{
	display: block;
	font-size: 14px;
	color: #aab8bd;
}

#paymentModal .finalsendbtn .btn.btn1.sendbtn2 {
    font-size: 12px;
    right: 0px;
    border: 1px solid #8c8c8c;
    border-radius: 50px;
    padding: 6px 20px;
    color: #535353;
    background: #fff;
    bottom: 0px;
    z-index: 99;
}

 #paymentModal .editpopcontent .top-custom-bx {
    text-align: center;
    padding: 30px 25px 0px 0px !important;
    border-radius: 5px 5px 0 0;
}

.portPopup #paymentModal .close span {
    color: #555454 !important;
}

.cp aside.bill .add-line {
    display: block;
    margin-top: 30px;
    text-align: center;
    height: 70px;
    line-height: 70px;
    border-radius: 5px;
    border: 2px dashed #aab8bd;
    color: #4c606b;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

.cp aside.bill .add-line i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #33cccc;
    text-align: center;
    line-height: 40px;
    text-align: center;
    color: white;
    margin: 13px 0 0 10px;
    border-radius: 5px;
    font-size: 28px;
    vertical-align: top;
}

.text-center{
    text-align: center;
}

.checkout-section .right-con .checkout-item-con .cart-list li .info table td{
    min-width: 100px !important;
}

.padding-left-right-10{
    padding-left: 10%;
    padding-right: 10%;
}

.padding-none{
    padding:0px !important;
}

.cp-account ul li select, .cp-account ul li input, .legend{
    line-height: 20px;
}

.categories-nav{
    height: 100% !important;
}

.supportWrapper .support form input[type="submit"] {
    height: 50px !important;
}

p strong{
    font-weight: bold !important;
}

.addon-description p{
    margin-top:10px;
    color: #829196 !important;
    font-size: 12px;
    line-height: 1.5;
}

.addon-label{
    font-size: 14px;
    font-weight: 700;
    color: #829196;
    line-height: 1.3;
}

@media (max-width: 959px) {
    .fonts-phones {
        font-size: 15px;
    }
    .text-account-page-left {
        margin-right: 50px !important;
    }
    .text-account-page-right {
        margin-top: 10px !important;
    }
    .amount-container {
        display:inline-flex;
        height: 100px;
    }
    .pricing-for-desktop {
        display: none;
    }
    .pricing-for-phone {
        display: block;
    }
}

@media (min-width: 959px) {
    .fonts-phones {
        font-size: 15px;
    }
    .pricing-for-desktop {
        display: block;
    }
    .pricing-for-phone {
        display: none;
    }
}

.no-input-spinners::-webkit-inner-spin-button,
.no-input-spinners::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tooltips {
    font-size: 15px;
    text-align: justify;
}

.prorated-tooltip {
    text-align: justify;
    font-size: 15px;
}

#choosePlan .right-con ul p{
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
}

.table-bordered  tbody  tr  td, .table-bordered {
    border: none !important;
}

.table-bordered  tbody  tr{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #dbddde !important;
}

#clear-order {
    width: 100% !important;
}

.mobile-cart-close-btn{
    padding-right: 25px !important;
}

.content-title-modified {
    color: #000000;
    font-weight: 700;
}


/* The sidebar menu */
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #053067;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
  }

  /* The sidebar links */
.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #e2e2e2;
    display: block;
    transition: 0.3s;
    margin-top: 20px;
    text-align: left;
    margin-left: 50px;
    width: 70%;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
    color: #2c2c2c;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidebar span {
    color: #e2e2e2;
}

/* The button used to open the sidebar */
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
}

.remove-line::before{
    height: 0px !important;
}

#customerForm em{
    white-space: pre;
}

#customerForm .legend{
    font-size: 24px;
    color: #aab8bd;
}

@media screen and (max-width: 719px) {
    .billPlans-details dd{
        font-size: 15px;
    }

    .billPlans-details dl{
        padding-right: 20px;
        padding-left: 20px;
    }

    .billPlans-line{
        border-bottom: 2px solid #d7dee0 !important;
    }

    #make-payment-form .form-group {
        margin-bottom: 15px !important;
    }
}

.device-description, .device-description-detail{
    line-height: normal;
}

.label-edit-btn{
    background: rgba(51, 204, 204, 0.1);
    color: #33cccc;
    cursor: pointer;
}

.label-edit-btn:hover{
    color: #33cccc;
}

.sub-details{
    width: 60%;
}

.edit-label dd{
    margin-bottom: 10px !important;
}

.label-cancel-btn{
    padding: 6px;
    border-radius: 5px;
    float: right;
    background:white;
    color:red;
    border: 1px solid red;
}

.label-save-btn{
    margin-left: 10px;
    padding: 6px;
    border-radius: 5px;
    float: right;
    background:#33cccc;
    color:white;
    border: 1px solid#33cccc;
}

#port-info .text-danger{
    padding: 10px;
    font-style: italic;
}

.padding-b-5{
    padding-bottom: 5px;
}

/*Usage CSS*/

.usages tr th{
    color:#aab8bd;
    font-size: 12px;
    font-weight: 700;
    display: table-cell;
    vertical-align: top;
    padding: 5px 10px;
    white-space: nowrap;
}

.voice-usage{
    border-right: 1px solid#d7dee0;
    border-left: 1px solid#d7dee0;
}

.sub-details{
    margin-bottom: 20px;
}

.billPlans-details .firstli{
    padding: 0px !important;
}

.usages{
    margin-bottom: 15px;
}

.data-table{
    width: 100% !important;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.data-table .odd{
    background-color: whitesmoke;
}
.data-table th{
    color: #aab8bd;
    font-weight: 700;
    text-align: center;
}

.data-table td{
    text-align: center;
}

.data-table tbody{
    font-size: 14px;
}

#usageModal #cycle{
    border: 1px solid #d7dee0;
    border-radius: 5px;
    padding: 7px 10px;
    padding-right: 10px;
    color:#4c606b;
    outline: none;
}
.tab-info{
    margin: 20px 0px;
}

.usages-details .subsctblehdr h1{
    color: #31a5d2;
}

.usages-details .subsctblehdr{
    margin-bottom: 10px;
}

#usageModal label{
    color:#aab8bd;
    font-weight: 550;
    text-align: center;

}

.usage-table-data .input-sm{
    border-radius: 10px;
}

.usage-table-data .dataTables_length select.input-sm{
    line-height: 15px;
    width: 100%;
    font-weight: 200px;
}

.table.dataTable thead .sorting_asc::after{
    content: '\25B2' !important;
}

.table.dataTable thead .sorting_desc::after{
    content: '\25BC' !important;
}

.table.dataTable thead .sorting::after{
    display:none;
}

.dataTables_scrollHeadInner{
    width: 100% !important;
}

@media (max-width: 959px) {
    .tabstable .tab-info .row{
        display: inline-flex;
        width:100%;
    }

    .data-table tbody{
        font-size: 9px;
    }

    .width-70{
        width: 70%;
    }

    .width-30{
        width: 30%;
    }

    .table-responsive{
        border: 0px !important;
    }

    .dataTables_length, .dataTables_filter{
        margin-top: 10px !important;
        text-align: left !important;
    }


    .dataTables_wrapper .row div{
        padding: 0px;
    }

    .dataTables_length select{
        margin-left: 8%;
    }

    .pagination > li > a{
        padding: 5px 8px !important;
    }
}

@media (max-width: 576px) {
    .show-usages-btn{
        margin-bottom:10px;
    }
}

.note-italic{
    color: #829196;
    font-style: italic;
}

.change_sim_sub_btn{
    float: right;
}


/**
* @internal Added by Prajwal
*/
.mt-20 {
    margin-top: 20px;
}


.fs-15 {
    font-size: 15px;
}

.align-left {
    text-align:left
}

.font-italic {
    font-style: italic
}


.mt-5 {
    margin-top: 5px;
}

.transparent-border {
    border:transparent;
    color:black;
}

.cursor-pointer {
    cursor: pointer;
}


.white-color {
    color:white;
}

.w-100 {
    width: 100%;
}

.coupon-modal-close-btn {
    width: 30%;
    border-radius: 0;
}

.footer-mobile-coupon-code-tooltip {
    background:transparent;
    border:transparent;
    color:#053067;
}

.mb-5 {
    margin-bottom: 5px;
}

#sim-number-modal {
    border-top: none;
    border-left: none;
    border-right: none;
}

.port-note-history-notes {
    border-left: 1px solid#d7dee0;
}

.mt-40 {
    margin-top: 40px;
}

#fmSelectedGroups .tag {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 16px;
    border: 1px solid #ccc;
    font-size: 12px;
    margin: 0 6px 6px 0;
    background: #f7f7f7;
}

#filterModal .select2-container { width: 100% !important; }

#filterModal .select2-container--default .select2-selection--multiple{
    min-height: 36px;
    height: auto;
    padding: 2px 6px;
    border-radius: 6px;
    box-sizing: border-box;
}

#filterModal .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0;
    margin: 0;
}

#filterModal .select2-container--default .select2-search--inline .select2-search__field{
    margin: 0;
    height: 24px;
    line-height: 24px;
}

#filterModal .fm-tags-wrapper{
    margin-top: 10px !important;
    min-height: 26px !important;
}

#filterModal .fm-tag{
    display: inline-flex !important;
    align-items: center !important;
    padding: 4px 10px !important;
    border-radius: 999px !important;
    background: #eef2ff !important;
    border: 1px solid rgba(79,70,229,.18) !important;
    color: #3730a3 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    margin: 0 6px 6px 0 !important;
}

.select2-selection__choice:has(.fm-locked-choice) .select2-selection__choice__remove {
    display: none !important;
}

/* Force Select2 arrow to be visible */
.select2-container--default .select2-selection--multiple {
    position: relative;
    padding-right: 34px;
}

.select2-container--default .select2-selection--multiple:after {
    content: "▾";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    opacity: 0.8;
    pointer-events: none;
}

.select2-container--default .select2-selection__arrow {
    display: block !important;
}

#vtmo-availability-choice .radio-inline {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    margin-right: 14px;
    padding-left: 0;
}

#vtmo-availability-choice .radio-inline input[type="radio"] {
    position: static;
    margin: 0 6px 0 0;
    width: 14px;
    height: 14px;
    transform: none;
    flex: 0 0 auto;
}

#vtmo-availability-choice .radio-inline .radio-label-text {
    margin-left: 0;
}

/* Customer portal history page */
.cp-history {
    position: relative;
}

.section-billing,
.section-orders {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
    border: 1px solid #dde6eb;
    border-radius: 18px;
    padding: 28px 28px 24px;
    box-shadow: 0 14px 36px rgba(35, 64, 81, 0.06);
    margin-bottom: 22px;
}

.section-billing h1,
.section-orders h1 {
    padding: 0 !important;
    margin: 0 0 18px !important;
    font-size: 30px;
    font-weight: 700;
    color: #4c606b !important;
    letter-spacing: -0.02em;
    font-style: normal !important;
    font-family: inherit !important;
    line-height: 1.1;
    text-transform: none;
}

.section-billing .table,
.section-orders .table {
    margin-bottom: 0;
    border: 1px solid #dde7ec;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.section-billing .table table,
.section-orders .table table {
    width: 100%;
    min-width: 0;
}

.section-billing .table table thead th,
.section-orders .table table thead th {
    background: #f4f8fb;
    color: #546872;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: left;
    padding: 16px 18px;
    border-bottom: 1px solid #dde7ec;
}

.section-billing .table table tbody td,
.section-orders .table table tbody td {
    padding: 18px;
    color: #41545d;
    border-bottom: 1px solid #edf2f5;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    line-height: 1.55;
}

.section-billing .table table tbody tr:last-child td,
.section-orders .table table tbody tr:last-child td {
    border-bottom: 0;
}

.section-billing .table table tbody tr:hover td,
.section-orders .table table tbody tr:hover td {
    background: #fbfdfe;
}

.section-billing .table table tbody td:first-child,
.section-orders .table table tbody td:first-child {
    color: #253942;
    font-weight: 600;
}

.section-billing .table table tbody td strong,
.section-orders .table table tbody td strong {
    color: #243843;
    font-size: 16px;
    font-weight: 700;
}

.section-billing .table table tbody td a,
.section-orders .table table tbody td a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eef5fb;
    color: #34617b;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.section-billing .table table tbody td a:hover,
.section-orders .table table tbody td a:hover {
    background: #e2eef8;
    color: #264e64;
    text-decoration: none;
}

.section-billing .table table tbody td a.download-link {
    min-width: 118px;
    gap: 6px;
    text-transform: none;
    background: #eef4f8;
    color: #32566a;
    border: 1px solid #d0dde6;
    box-shadow: none;
}

.section-billing .table table tbody td a.download-link:before {
    content: '\2193';
    font-size: 12px;
    line-height: 1;
    opacity: 0.8;
}

.section-billing .table table tbody td a.download-link:hover,
.section-billing .table table tbody td a.download-link:focus {
    background: #e3edf4;
    border-color: #c2d2dd;
    color: #244658;
}

.section-billing .table table tbody td a.download-link,
.section-orders .table table tbody td a.show.details-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 118px !important;
    padding: 8px 14px !important;
    border-radius: 999px !important;
    background: #eef4f8 !important;
    color: #32566a !important;
    border: 1px solid #d0dde6 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    text-transform: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.section-billing .table table tbody td a.download-link:hover,
.section-billing .table table tbody td a.download-link:focus,
.section-orders .table table tbody td a.show.details-toggle:hover,
.section-orders .table table tbody td a.show.details-toggle:focus {
    background: #e3edf4 !important;
    color: #244658 !important;
    border-color: #c2d2dd !important;
    text-decoration: none !important;
}

.section-orders .order-number-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
    border: 1px solid #d8e3eb;
    color: #294352;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.section-orders .table .show.details-toggle {
    min-width: 118px;
    text-transform: none;
    background: #eef4f8;
    color: #32566a;
    border: 1px solid #d0dde6;
}

.section-orders .table .show.details-toggle:hover,
.section-orders .table .show.details-toggle:focus {
    background: #e3edf4;
    border-color: #c2d2dd;
    color: #244658;
}

.section-orders tr:not(.hidden-details) td:first-child {
    white-space: nowrap;
}

.section-orders tr.hidden-details td {
    background: #f7fbfd;
    padding: 12px 14px 16px;
    border-bottom: 0 !important;
}

.section-orders .order-details-wrap {
    border: 1px solid #dde8ef;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
    overflow: hidden;
}

.section-orders tr.hidden-details table,
.section-orders .order-details-table {
    width: 100%;
    border-top: 0;
    background: transparent;
}

.section-orders tr.hidden-details thead th {
    background: linear-gradient(180deg, #f4f8fb 0%, #edf4f8 100%);
    font-size: 11px;
    padding: 14px 16px;
    color: #65788a;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-bottom: 1px solid #e1eaf0;
}

.section-orders tr.hidden-details tbody td {
    padding: 15px 16px;
    font-size: 13px;
    border-bottom: 1px solid #edf2f5;
    background: transparent;
}

.section-orders tr.hidden-details tbody td:first-child,
.section-orders tr.hidden-details tbody td:nth-child(2) {
    color: #4c6472;
    font-weight: 600;
}

.section-orders tr.hidden-details tbody tr:last-child td {
    border-bottom: 0;
}

.section-billing .table table tbody td:nth-child(4),
.section-orders .table table tbody td:nth-child(3) {
    white-space: nowrap;
}

.section-billing .table table tbody td:last-child,
.section-orders .table table tbody td:last-child {
    text-align: right;
}

/* Customer payment modal */
#paymentModal .modal-content {
    padding: 0 !important;
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 44px rgba(25, 42, 55, 0.18);
}

#paymentModal .top-custom-bx {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 18px !important;
    margin: 0 0 16px 0;
    background: linear-gradient(180deg, #46e69e 0%, #31d68d 100%);
    border-radius: 0;
}

#paymentModal .editpopcontent .top-custom-bx {
    padding: 18px 18px !important;
}

#paymentModal .top-custom-bx h1 {
    margin: 0;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 500;
    font-style: normal !important;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

#paymentModal .popvtmcont {
    padding: 22px 24px 24px;
}

#paymentModal .payment-field-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

#paymentModal .payment-field-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

#paymentModal label {
    color: #50636d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

#paymentModal select,
#paymentModal input[type="text"],
#paymentModal input.form-control.effect-1,
#paymentModal select.effect-1 {
    min-height: 46px;
    border: 1px solid #d7e3e8;
    border-radius: 12px;
    background: #ffffff !important;
    box-shadow: none;
    color: #2f4650;
    background-clip: padding-box;
    padding-left: 14px;
    padding-right: 14px;
}

#paymentModal select {
    appearance: auto !important;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    padding-right: 14px;
}

#paymentModal #amount {
    background: #ffffff !important;
    border-color: #d7e3e8 !important;
    box-shadow: none !important;
}

#paymentModal .visacard .text,
#paymentModal .visacard {
    color: #2f4650;
}

#paymentModal .top-custom-bx .close {
    position: absolute;
    top: 10px;
    right: 14px;
    margin: 0;
    color: #ffffff !important;
    font-size: 24px;
    opacity: 1;
    text-shadow: none;
}

#paymentModal .top-custom-bx .close span {
    color: #ffffff !important;
}

#paymentModal .card-div {
    overflow: visible !important;
}

#paymentModal .visacard {
    flex: 1 1 auto;
    border: 1px solid #dce7ec;
    border-radius: 16px;
    background: #ffffff;
    padding: 14px 18px;
}

#paymentModal .payment-card-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#paymentModal .form-group {
    margin-bottom: 0;
}

#paymentModal .payment-amount-wrap {
    justify-content: stretch;
    border: 1px solid #dce7ec;
    border-radius: 16px;
    background: #ffffff;
    padding: 14px 18px;
}

#paymentModal .payment-amount-wrap label {
    margin-bottom: 10px;
}

#paymentModal .payment-amount-wrap > label,
#paymentModal .payment-amount-wrap > input {
    width: 100%;
}

#paymentModal .finalsendbtn {
    display: flex;
    justify-content: flex-end;
}

#paymentModal .payment-modal-actions .finalsendbtn {
    gap: 12px;
    justify-content: flex-end;
    margin-top: 18px;
}

#paymentModal .finalsendbtn .btn.btn1.sendbtn2 {
    min-width: 148px;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 700;
    cursor: pointer;
}

#paymentModal .finalsendbtn .btn.btn1.sendbtn2.new-card-btn {
    background: #eef2f4;
    border: 1px solid #d7dee2;
    color: #41535c;
}

#paymentModal .finalsendbtn .btn.btn1.sendbtn2.new-card-btn:hover,
#paymentModal .finalsendbtn .btn.btn1.sendbtn2.new-card-btn:focus {
    background: #e2e8ec;
    border-color: #c6d0d6 !important;
    color: #41535c !important;
}

#paymentModal .finalsendbtn button[type="submit"].btn.btn1.sendbtn2 {
    background: #8b00da;
    border: 1px solid #8b00da;
    color: #fff;
}

#paymentModal .finalsendbtn button[type="submit"].btn.btn1.sendbtn2:hover,
#paymentModal .finalsendbtn button[type="submit"].btn.btn1.sendbtn2:focus {
    background: #7600ba;
    border-color: #7600ba !important;
    color: #fff !important;
}

/* Customer usage modal */
#usageModal .modal-content {
    padding: 0 !important;
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 44px rgba(25, 42, 55, 0.18);
}

#usageModal .topbx {
    padding: 18px 18px !important;
    margin: 0 0 16px 0;
}

#usageModal .usage-modal-topbx {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#usageModal .topbx h1 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

#usageModal .usage-modal-topbx .close {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}

#usageModal .usage-modal-body {
    padding: 20px 20px 24px !important;
}

#usageModal .tabsbx {
    margin-bottom: 12px;
}

#usageModal .usages-tab {
    border-bottom: 0;
    gap: 8px;
}

#usageModal .usages-tab > li > a {
    border-radius: 20px;
    border: 1px solid #d9e3e8;
    background: #f5f8fa;
    color: #50636d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 8px 16px;
}

#usageModal .usages-tab > li.active > a,
#usageModal .usages-tab > li.active > a:focus,
#usageModal .usages-tab > li.active > a:hover {
    background: #8b00da;
    border-color: #8b00da;
    color: #fff;
}

#usageModal .tab-info {
    background: #f7fafb;
    border: 1px solid #e0e8ec;
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 16px;
}

#usageModal .tab-info .row {
    align-items: center;
}

#usageModal .tab-info label {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6a7d87;
}

#usageModal #cycle {
    width: 100%;
    max-width: 280px;
    min-height: 38px;
    border-color: #d4dfe5;
    border-radius: 8px;
    color: #3f525c;
    box-shadow: none;
}

#usageModal .usage-cycle-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#usageModal .usage-download-col {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

#usageModal .download-usages-btn {
    border-radius: 20px;
    border: 1px solid #cfdbe2;
    background: #fff;
    color: #4a5d67;
    padding: 8px 14px;
}

#usageModal .download-usages-btn:hover,
#usageModal .download-usages-btn:focus {
    background: #f2f6f8;
    border-color: #bccbd4 !important;
    color: #344750 !important;
}

#usageModal .download-usages-btn.is-disabled,
#usageModal .download-usages-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

#usageModal .plan-details-modal__usages_summary_total {
    display: inline-flex;
    align-items: center;
    margin: 0 0 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eef6fb;
    border: 1px solid #d7e6f0;
    font-size: 16px;
    font-weight: 700;
    color: #394c56;
    letter-spacing: 0.01em;
}

#usageModal .usages-details {
    background: #fff;
    border-radius: 12px;
}

#usageModal .usage-table-data .table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #dde7ec;
    border-radius: 10px;
    overflow: hidden;
}

#usageModal .usage-table-data .table thead th {
    background: #f4f8fb;
    color: #546872;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-top: 0;
    border-bottom: 1px solid #dde7ec;
    padding: 13px 14px;
    white-space: nowrap;
}

#usageModal .usage-table-data .table thead th:first-child {
    border-left: 0;
}

#usageModal .usage-table-data .table thead th:last-child {
    border-right: 0;
}

#usageModal .usage-table-data .table tbody td {
    padding: 14px;
    vertical-align: middle;
    border-top: 0;
    border-bottom: 1px solid #edf2f5;
    color: #455760;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.01em;
}

#usageModal .usage-table-data .table tbody tr:last-child td {
    border-bottom: 0;
}

#usageModal .usage-table-data .table tbody tr:hover td {
    background: #fbfdfe;
}

#usageModal .dataTables_wrapper .dataTables_length,
#usageModal .dataTables_wrapper .dataTables_filter,
#usageModal .dataTables_wrapper .dataTables_info,
#usageModal .dataTables_wrapper .dataTables_paginate {
    font-size: 12px;
    color: #60727b;
}

#usageModal .dataTables_wrapper .paginate_button {
    border-radius: 18px !important;
}

@media (max-width: 959px) {
    .section-billing,
    .section-orders {
        padding: 22px 18px 18px;
    }

    .section-billing h1,
    .section-orders h1 {
        font-size: 24px;
    }

    .section-billing .table table,
    .section-orders .table table {
        min-width: 760px;
    }
}

@media (max-width: 767px) {
    #paymentModal .top-custom-bx {
        padding: 18px 18px !important;
    }

    #paymentModal .top-custom-bx h1 {
        font-size: 18px;
    }

    #paymentModal .popvtmcont {
        padding: 20px 18px 20px;
    }

    #paymentModal .payment-modal-actions .finalsendbtn {
        flex-direction: column;
        align-items: stretch;
    }

    #paymentModal .finalsendbtn .btn.btn1.sendbtn2 {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .section-billing,
    .section-orders {
        padding: 18px 14px 16px;
    }

    .section-billing h1,
    .section-orders h1 {
        margin-bottom: 14px !important;
    }

    .section-billing .table table thead th,
    .section-orders .table table thead th {
        padding: 14px 12px;
    }

    .section-billing .table table tbody td,
    .section-orders .table table tbody td {
        padding: 14px 12px;
        font-size: 13px;
    }

    .section-billing .table table tbody td a,
    .section-orders .table table tbody td a {
        min-width: 0;
        padding: 8px 12px;
        font-size: 11px;
    }
}

/* Customer account page */
.cp-account,
.cp-payment {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
    border: 1px solid #dde6eb;
    border-radius: 18px;
    padding: 28px 28px 24px;
    box-shadow: 0 14px 36px rgba(35, 64, 81, 0.06);
    margin-bottom: 22px;
}

.cp-account ul li .editMeControls {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    float: none;
    margin-top: 14px;
}

.cp-account ul li .editMeControls a {
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    margin-left: 0;
}

.cp-account ul li .editMeControls .editMe {
    background: #eef5fb;
    color: #35617a;
    border: 1px solid #d4e5f0;
}

.cp-account ul li .editMeControls .editMe:hover,
.cp-account ul li .editMeControls .editMe:focus {
    background: #e2eef8;
    color: #264e64;
    text-decoration: none;
}

.cp-account ul li .editMeControls .saveMe {
    background: #8b00da;
    color: #fff;
    border: 1px solid #8b00da;
}

.cp-account ul li .editMeControls .cancelMe {
    background: #fff1f1;
    color: #b23e3e;
    border: 1px solid #efb0b0;
}

.cp-account ul li label,
.cp-payment .addCardForm label {
    color: #6d818b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.cp-account ul li input[type="text"],
.cp-account ul li input[type="password"],
.cp-account ul li select,
.cp-payment .addCardForm input[type="text"],
.cp-payment .addCardForm select {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d6e1e6;
    border-radius: 12px;
    padding: 10px 14px;
    color: #324650;
    background: #fff !important;
    box-shadow: none !important;
    background-clip: padding-box;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.cp-account ul li select,
.cp-payment .addCardForm select {
    appearance: auto !important;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    padding-right: 40px;
    text-indent: 0;
}

.cp-account ul li input[type="text"]::placeholder,
.cp-account ul li input[type="password"]::placeholder,
.cp-payment .addCardForm input[type="text"]::placeholder {
    color: #8a9ca5;
}

.cp-account ul li input[type="text"]:focus,
.cp-account ul li input[type="password"]:focus,
.cp-account ul li select:focus,
.cp-payment .addCardForm input[type="text"]:focus,
.cp-payment .addCardForm select:focus {
    border-color: #b7cad4;
    box-shadow: 0 0 0 3px rgba(84, 121, 141, 0.08) !important;
    outline: 0;
}

.cp-account ul li input[disabled],
.cp-account ul li select[disabled] {
    background: #f8fbfc !important;
    color: #5f727c;
    cursor: not-allowed;
}

.cp-account ul li .shipping-info,
.cp-account ul li .legend {
    margin-bottom: 14px;
}

.cp-account ul li .legend {
    color: #39505a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cp-account h1,
.cp-payment h1 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #223842;
    letter-spacing: -0.02em;
}

.cp-payment .autopay {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
    padding: 18px 20px;
    border: 1px solid #dce7ec;
    border-radius: 16px;
    background: linear-gradient(180deg, #f8fbfd 0%, #f1f7fa 100%);
}

.cp-payment .autopay label {
    color: #2d4651;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
}

.cp-payment .autopay label span {
    display: block;
    margin-top: 4px;
    color: #6d818b;
    font-size: 12px;
    font-weight: 600;
}

.cp-payment ul.cp-paymentOptions {
    margin-top: 0;
}

.cp-payment ul.cp-paymentOptions li {
    border: 1px solid #dde6eb;
    border-radius: 16px;
    padding: 22px 22px 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(35, 64, 81, 0.05);
    margin-bottom: 16px;
}

.cp-payment ul.cp-paymentOptions li:last-child {
    margin-bottom: 0;
}

.cp-payment ul.cp-paymentOptions li figure {
    filter: drop-shadow(0 8px 16px rgba(31, 53, 66, 0.12));
}

.cp-payment ul.cp-paymentOptions li .card .status {
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: max-content;
    padding: 5px 10px;
    border-radius: 999px;
    background: #eef5fb;
    color: #35617a;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cp-payment ul.cp-paymentOptions li .card .status a {
    color: inherit;
    text-decoration: none;
}

.cp-payment ul.cp-paymentOptions li .card .text,
.cp-payment ul.cp-paymentOptions li .expiry .text {
    color: #223842;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.cp-payment ul.cp-paymentOptions li .additinal span,
.cp-payment ul.cp-paymentOptions li .expiry .expires {
    display: block;
    margin-bottom: 6px;
    color: #7b909a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cp-payment ul.cp-paymentOptions li .additinal .text {
    color: #465963;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
}

.cp-payment ul.cp-paymentOptions li .editCardControls {
    padding-top: 18px;
}

.cp-payment ul.cp-paymentOptions li .editCardControls a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff1f1;
    border: 1px solid #efb0b0;
    color: #b23e3e;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.cp-payment ul.cp-paymentOptions li .editCardControls a:hover {
    background: #ffe6e6;
    color: #982f2f;
    text-decoration: none;
}

.cp-payment .addCard {
    margin-top: 24px;
    padding: 22px 22px 18px;
    border: 1px solid #dde6eb;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.cp-payment .addCard > a.addLine {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    margin-top: 0;
    margin-left: 0;
    line-height: 1.1;
    text-align: left;
    border-radius: 999px;
    background: #8b00da;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: none;
    text-decoration: none;
}

.cp-payment .addCard > a.addLine:hover {
    background: #7600ba;
    text-decoration: none;
}

.cp-payment .addCardForm {
    margin-top: 22px;
}

.cp-payment .addCardForm ul {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
}

.cp-payment .addCardForm li {
    margin-bottom: 0;
    width: 100% !important;
    padding-right: 0 !important;
    float: none !important;
}

.cp-payment .addCardForm li.city,
.cp-payment .addCardForm li.card-holder,
.cp-payment .addCardForm li.addr {
    grid-column: span 12;
}

.cp-payment .addCardForm li.expiration-month,
.cp-payment .addCardForm li.expiration-year,
.cp-payment .addCardForm li.cvv,
.cp-payment .addCardForm li.state,
.cp-payment .addCardForm li.zip {
    grid-column: span 4;
}

.cp-payment .addCardForm li.cvv {
    position: relative;
}

.cp-payment .addCardForm li.cvv img {
    position: absolute !important;
    right: 8px;
    top: 40px;
    transform: translateY(-50%);
    height: 12px;
    width: auto;
    opacity: 0.82;
    pointer-events: none;
    display: block !important;
    max-width: none !important;
    margin: 0 !important;
}

.cp-payment .addCardForm li.cvv input[type="text"] {
    width: 100% !important;
    max-width: none !important;
    padding-right: 28px;
    line-height: 1.2;
}

.cp-payment .addCardForm li.cvv input[type="text"]::placeholder {
    color: #8a9ca5;
    opacity: 1;
    font-size: 12px;
    letter-spacing: 0;
}

.cp-payment .addCardForm .expiration-month select,
.cp-payment .addCardForm .expiration-year select,
.cp-payment .addCardForm .state select {
    background-color: #ffffff !important;
    border-color: #d6e1e6 !important;
    box-shadow: none !important;
    color: #324650 !important;
}

.cp-payment .addCardForm .expiration-month,
.cp-payment .addCardForm .expiration-year,
.cp-payment .addCardForm .state {
    position: relative;
}

.cp-payment .addCardForm .formButtons {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 24px;
}

.cp-payment .addCardForm .formButtons input[type="reset"],
.cp-payment .addCardForm .formButtons .card-btn {
    min-width: 120px;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 700;
}

.cp-payment .addCardForm .formButtons input[type="reset"] {
    background: #eef2f4;
    border: 1px solid #d7dee2;
    color: #41535c;
}

.cp-payment .addCardForm .formButtons .card-btn {
    background: #8b00da;
    border: 1px solid #8b00da;
    color: #fff;
}

.customer-btn {
    border-radius: 999px;
    padding: 10px 18px;
    background: #8b00da;
    color: #fff;
    border: 1px solid #8b00da;
    font-weight: 700;
}

/* Customer plan details page */
.billGlance.cp-section {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
    border: 1px solid #dde6eb;
    border-radius: 18px;
    padding: 28px 28px 24px;
    box-shadow: 0 14px 36px rgba(35, 64, 81, 0.06);
}

.billGlance.cp-section h1,
#billPlans-section > h1 {
    padding: 0 !important;
    margin: 0 0 12px !important;
    font-size: 30px;
    font-weight: 600;
    color: #4c606b !important;
    letter-spacing: -0.02em;
    font-style: normal !important;
    font-family: inherit !important;
    line-height: 1.1;
    text-transform: none;
}

.billGlance.cp-section > p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 16px;
    margin-bottom: 0;
    color: #60737d;
    font-size: 14px;
    line-height: 1.6;
}

.billGlance.cp-section > p > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f1f7fa;
    color: #52666f;
    font-size: 12px;
    font-weight: 600;
}

.billGlance.cp-section > p > span a {
    font-style: normal;
    font-weight: 700;
    color: #35617a;
}

#billPlans-section,
.billGlance.cp-section {
    margin-bottom: 0;
}

#billPlans-section {
    padding-top: 24px;
}

#billPlans-section > h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 16px 20px !important;
    margin: 0 0 18px !important;
    border: 1px solid #d6e3e9;
    border-radius: 18px;
    background: linear-gradient(135deg, #f5fbf8 0%, #eef7fb 55%, #f9fbfd 100%);
    box-shadow: 0 12px 28px rgba(35, 64, 81, 0.08);
    overflow: hidden;
}

#billPlans-section > h1:after {
    content: 'Manage your lines';
    margin-left: auto;
    padding-left: 20px;
    color: #68808b;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.billGlance.cp-section ul {
    margin-top: 20px;
    border-top: 0;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.billGlance.cp-section ul:before,
.billGlance.cp-section ul:after {
    display: none !important;
    content: none !important;
}

.billGlance.cp-section ul li {
    display: block;
    width: 100%;
    padding: 18px 18px 16px;
    border: 1px solid #e2ebef;
    border-radius: 16px;
    background: #fff;
    color: #334850;
    font-size: 32px;
    font-weight: 300;
    text-align: left;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.billGlance.cp-section ul li h4 {
    margin-bottom: 10px;
    color: #7b909a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.billGlance.cp-section ul li sup {
    font-size: 16px;
}

.billGlance.cp-section ul li span {
    margin-top: 10px;
    color: #61757f;
    font-size: 12px;
    font-weight: 600;
}

.billGlance.cp-section ul li:last-child {
    background: linear-gradient(180deg, #f8f1ff 0%, #f0e1ff 100%);
    border-color: #e4d0ff;
    color: #6004ba;
    font-weight: 700;
}

#billPlans-section .billPlans-lines {
    margin-top: 14px;
    border-top: 0;
}

#billPlans-section .billPlans-lines > li.billPlans-line {
    margin-bottom: 18px;
    padding: 24px 24px 20px;
    border: 1px solid #dde6eb;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
    box-shadow: 0 14px 36px rgba(35, 64, 81, 0.06);
    position: relative;
    isolation: isolate;
    overflow: visible;
}

#billPlans-section .billPlans-lines > li.billPlans-line:last-child {
    margin-bottom: 0;
}

#billPlans-section .billPlans-lines > li .menu {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 6;
    pointer-events: auto;
}

#billPlans-section .billPlans-lines > li .menu a.trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 98px;
    height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: #f2f7fa;
    border: 1px solid #d9e4e9;
    color: #556974;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    font-family: inherit !important;
    font-style: normal !important;
    text-transform: none;
    position: relative;
    z-index: 7;
    pointer-events: auto;
    transition: all 0.2s ease;
}

#billPlans-section .billPlans-lines > li .menu a.trigger:hover,
#billPlans-section .billPlans-lines > li .menu a.trigger:focus {
    background: #e8f1f6;
    border-color: #c7d6de;
    color: #304650;
    text-decoration: none;
}

#billPlans-section .billPlans-lines > li .menu a.trigger .trigger-label,
#billPlans-section .billPlans-lines > li .menu a.trigger .trigger-chevron {
    font-family: inherit !important;
    font-style: normal !important;
    font-weight: inherit;
    line-height: 1;
}

#billPlans-section .billPlans-lines > li .menu a.trigger .trigger-chevron {
    font-size: 11px;
    opacity: 0.75;
}

#billPlans-section .billPlans-lines > li .menu ul {
    right: 0;
    top: 46px;
    min-width: 220px;
    background: #233641;
    padding: 12px 14px;
    border-radius: 12px;
    box-shadow: 0 18px 36px rgba(18, 33, 42, 0.22);
}

#billPlans-section .billPlans-lines > li .menu ul:before {
    background: #233641;
    right: 18px;
}

#billPlans-section .billPlans-lines > li .menu ul li {
    text-align: left;
    padding: 2px 0;
}

#billPlans-section .billPlans-lines > li .menu ul li a {
    display: block;
    padding: 8px 6px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}

#billPlans-section .billPlans-lines > li .menu ul li a:hover {
    background: rgba(255, 255, 255, 0.08);
}

#myModal_neworexisting .modal-content,
#myModal_extnumberselt .modal-content {
    padding: 0 !important;
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 44px rgba(25, 42, 55, 0.18);
}

#myModal_neworexisting .modal-header,
#myModal_extnumberselt .modal-header {
    position: relative;
    display: block;
    height: 0;
    min-height: 0;
    padding: 0 !important;
    margin: 0;
    border: 0;
    overflow: visible;
}

#myModal_neworexisting .modal-body,
#myModal_extnumberselt .modal-body {
    position: relative;
    padding: 0 24px 24px !important;
    background: #ffffff;
}

#myModal_neworexisting .modal-body:before,
#myModal_extnumberselt .modal-body:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 52px;
    background: linear-gradient(180deg, #46e69e 0%, #31d68d 100%);
}

#myModal_neworexisting .close,
#myModal_extnumberselt .close {
    position: absolute;
    top: 15px;
    right: 18px;
    z-index: 2;
    font-size: 24px;
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
}

#myModal_neworexisting h3,
#myModal_extnumberselt h3 {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin: 0 0 16px;
    padding: 0 40px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

#myModal_neworexisting h3 {
    padding-right: 34px;
}

#myModal_neworexisting p,
#myModal_extnumberselt p {
    color: #60737d;
    line-height: 1.6;
}

#myModal_neworexisting #get-new-number-help-text,
#myModal_extnumberselt > .modal-body > p:first-of-type {
    margin-bottom: 18px;
    text-align: center;
}

#myModal_neworexisting .input_color,
#myModal_extnumberselt .input_color,
#myModal_extnumberselt .form-control,
#myModal_neworexisting select,
#myModal_extnumberselt select {
    min-height: 46px;
    border: 1px solid #d7e3e8;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: none;
    color: #304650;
}

#transfer-plan-details-state {
    background: #ffffff !important;
    background-image: none !important;
    color: #304650 !important;
    padding-right: 14px !important;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    appearance: menulist !important;
}

#myModal_extnumberselt textarea.form-control {
    min-height: 96px;
    border-radius: 14px;
}

#myModal_neworexisting .update_phoe,
#myModal_neworexisting button.update_phoe,
#myModal_extnumberselt .final-port-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: #8b00da;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(139, 0, 218, 0.18);
}

#myModal_neworexisting .update_phoe:hover,
#myModal_neworexisting .update_phoe:focus,
#myModal_neworexisting button.update_phoe:hover,
#myModal_neworexisting button.update_phoe:focus,
#myModal_extnumberselt .final-port-submit-btn:hover,
#myModal_extnumberselt .final-port-submit-btn:focus {
    background: #7400b9;
    color: #ffffff;
    text-decoration: none;
}

#myModal_neworexisting .or_class {
    color: #90a1a9;
    font-size: 12px;
    letter-spacing: 0.08em;
}

#myModal_extnumberselt .transfer-plan-details {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

#billPlans-section .billPlans-lines > li ul.billPlans-details li {
    border-left-color: #e3ebef;
}

#billPlans-section .billPlans-lines > li ul.billPlans-details li dl dt {
    color: #7f949e;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

#billPlans-section .billPlans-lines > li ul.billPlans-details li dl dd {
    color: #31454f;
    line-height: 1.55;
}

#billPlans-section .billPlans-lines > li ul.billPlans-details li dl dd strong {
    font-size: 18px;
    color: #213741;
}

#billPlans-section .sub-details {
    margin-bottom: 16px;
}

#billPlans-section .label-edit-btn {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #eef4f8;
    color: #47606b;
    font-size: 12px;
    font-style: normal;
}

#billPlans-section .label-edit-btn:hover,
#billPlans-section .label-edit-btn:focus {
    background: #e1edf3;
    color: #2d4752;
    text-decoration: none;
}

#billPlans-section .edit-label dd {
    margin-bottom: 10px !important;
}

#billPlans-section .label-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

#billPlans-section .label-save-btn,
#billPlans-section .label-cancel-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
    transition: all 0.2s ease;
    float: none;
}

#billPlans-section .label-save-btn {
    margin-left: 0;
    background: #5b52d6;
    color: #ffffff;
    border: 1px solid #5b52d6;
}

#billPlans-section .label-save-btn:hover,
#billPlans-section .label-save-btn:focus {
    background: #4f46e5;
    border-color: #4f46e5;
    color: #ffffff;
    text-decoration: none;
}

#billPlans-section .label-cancel-btn {
    background: #f8fafc;
    color: #64748b;
    border: 1px solid #d7e0ea;
}

#billPlans-section .label-cancel-btn:hover,
#billPlans-section .label-cancel-btn:focus {
    background: #eef2f7;
    color: #334155;
    text-decoration: none;
}

#billPlans-section .usages {
    width: 100%;
    margin: 6px 0 18px;
    border: 1px solid #e3ebef;
    border-radius: 14px;
    overflow: hidden;
    background: #fbfdfe;
}

#billPlans-section .usages tr:first-child th {
    background: #f3f8fb;
    color: #6a7e88;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 10px 12px;
}

#billPlans-section .usages tr:last-child th {
    background: #fff;
    color: #2f4650;
    font-size: 15px;
    font-weight: 700;
    padding: 12px;
    border-top: 1px solid #e8eff3;
}

#billPlans-section .usages tr:last-child th:only-child,
#billPlans-section .usages tr:last-child th:first-child:nth-last-child(3),
#billPlans-section .usages tr:last-child th:first-child:nth-last-child(3) ~ th {
    white-space: nowrap;
}

#billPlans-section .usages tr:last-child th[data-empty-usage="1"] {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6d8089;
}

#billPlans-section .usages .voice-usage {
    border-right-color: #e4ecef;
    border-left-color: #e4ecef;
}

#billPlans-section .data-usage-updated-at {
    margin: 0 0 10px;
    color: #7c919b;
    font-size: 12px;
}

#billPlans-section .show-usages-btn,
#billPlans-section .show-filter-btn,
#billPlans-section .activate-now-btn {
    display: flex;
    flex-wrap: wrap;
    clear: both;
    width: 100%;
    gap: 10px;
    justify-content: center;
    margin-top: 12px;
}

#billPlans-section .show-filter-btn {
    margin-top: 20px !important;
}

#billPlans-section .show-usages-btn .btn,
#billPlans-section .show-filter-btn .btn,
#billPlans-section .activate-now-btn .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    max-width: none;
    min-width: 0;
    width: auto;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
}

#billPlans-section .show-usages-btn > .btn:only-child {
    margin-left: auto;
    margin-right: auto;
}

#billPlans-section .detail-device-img,
#billPlans-section .billPlans-details li figure img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 58px;
    max-height: 90px;
    margin: 0 auto;
    filter: drop-shadow(0 10px 18px rgba(36, 64, 80, 0.12));
}

#billPlans-section .billPlans-details li figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    margin: 0;
}

.refresh-usage-button,
.refresh-usage-button-temp {
    position: relative;
    min-width: 0;
}

.refresh-usage-button.is-loading {
    pointer-events: none;
    opacity: 0.9;
}

.refresh-usage-button.is-loading::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-top-color: #fff;
    border-radius: 50%;
    animation: usageRefreshSpin 0.8s linear infinite;
    vertical-align: middle;
}

@keyframes usageRefreshSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

#pauseScheduleModal .modal-content {
    padding: 0 !important;
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 44px rgba(25, 42, 55, 0.18);
}

#portpopup .modal-content,
#filterModal .modal-content {
    padding: 0 !important;
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 44px rgba(25, 42, 55, 0.18);
}

#portpopup .topbx,
#pauseScheduleModal .topbx {
    padding: 18px 18px !important;
    margin: 0 0 16px 0;
}

#portpopup .port-request-topbx,
#pauseScheduleModal .pause-schedule-topbx {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#portpopup .topbx h1,
#pauseScheduleModal .topbx h1 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

#portpopup .port-request-topbx .close,
#pauseScheduleModal .pause-schedule-topbx .close {
    position: absolute;
    top: 10px;
    right: 14px;
}

#portpopup .port-request-topbx .close,
#pauseScheduleModal .pause-schedule-topbx .close,
#usageModal .usage-modal-topbx .close,
#paymentModal .top-custom-bx .close,
#myModal_neworexisting .close,
#myModal_extnumberselt .close,
#changeSim .modal-header .close,
#filterModal .modal-header .close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 400;
    opacity: 1 !important;
    text-shadow: none !important;
    line-height: 1;
    padding: 0 !important;
    width: 22px;
    height: 22px;
}

#portpopup .port-request-topbx .close span,
#pauseScheduleModal .pause-schedule-topbx .close span,
#usageModal .usage-modal-topbx .close span,
#paymentModal .top-custom-bx .close span,
#myModal_neworexisting .close span,
#myModal_extnumberselt .close span,
#changeSim .modal-header .close span,
#filterModal .modal-header .close span {
    color: #ffffff !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

#changeSim .modal-header,
#filterModal .modal-header {
    position: relative;
}

#changeSim .modal-content {
    padding: 0 !important;
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 44px rgba(25, 42, 55, 0.18);
}

#changeSim .modal-header {
    background: linear-gradient(180deg, #46e69e 0%, #31d68d 100%);
    border-bottom: 0;
    padding: 18px 18px !important;
    min-height: 56px;
}

#changeSim .modal-title {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

#filterModal .modal-header {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #46e69e 0%, #31d68d 100%);
    border-bottom: 0;
    padding: 0 48px !important;
    min-height: 56px;
}

#filterModal .modal-title,
#filterModal #filterModalLabel {
    display: block;
    width: 100%;
    margin: 0;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
    text-transform: none !important;
    letter-spacing: -0.01em !important;
    text-align: center !important;
    -webkit-font-smoothing: antialiased;
}

#changeSim .modal-body {
    padding: 22px 20px 24px;
    background: #ffffff;
}

#changeSim .form-group {
    margin-bottom: 18px;
}

#changeSim .form-group label {
    display: block;
    margin-bottom: 8px;
    color: #4f6570;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

#changeSim .form-control {
    width: 100%;
    min-height: 46px;
    border: 1px solid #d6e1e7;
    border-radius: 10px;
    background: #ffffff;
    color: #31464f;
    font-size: 14px;
    font-weight: 500;
    box-shadow: none;
    padding: 11px 14px;
}

#changeSim .form-control::placeholder {
    color: #8ba0ab;
    opacity: 1;
}

#changeSim .form-control:focus {
    border-color: #9fc2d1;
    box-shadow: 0 0 0 3px rgba(120, 162, 183, 0.12);
}

#changeSim small.text-muted {
    color: #708690 !important;
    font-size: 12px;
}

#changeSim .modal-header .close,
#filterModal .modal-header .close {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    margin: 0;
}

#portpopup .popvtmcont {
    padding: 24px 24px 28px !important;
}

#pauseScheduleModal .popvtmcont {
    padding: 20px 20px 24px !important;
}

#pauseScheduleModal .alert {
    margin-bottom: 16px;
}

#pauseScheduleSaveBtn,
#pauseScheduleResetBtn {
    padding: 10px 24px;
    border-radius: 30px;
}

#pauseScheduleSaveBtn {
    background: #8b00da;
    border: 1px solid #8b00da;
    color: #fff;
}

#pauseScheduleSaveBtn:hover,
#pauseScheduleSaveBtn:focus {
    background: #7600ba;
    border-color: #7600ba !important;
    color: #fff !important;
}

#pauseScheduleResetBtn {
    background: #eef2f4;
    border: 1px solid #d7dee2;
    color: #41535c;
}

#pauseScheduleResetBtn:hover,
#pauseScheduleResetBtn:focus {
    background: #e2e8ec;
    border-color: #c6d0d6 !important;
    color: #41535c !important;
}

#pauseScheduleModal .pause-rule-actions {
    display: inline-flex;
    gap: 8px;
    flex-wrap: wrap;
}

#pauseScheduleModal .pause-rule-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 62px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

#pauseScheduleModal .pause-rule-btn-edit {
    background: #e8faf0;
    border: 1px solid #8fd0aa;
    color: #1f7a45;
}

#pauseScheduleModal .pause-rule-btn-edit:hover,
#pauseScheduleModal .pause-rule-btn-edit:focus {
    background: #d9f3e5;
    border-color: #74bc91 !important;
    color: #176238 !important;
}

#pauseScheduleModal .pause-rule-btn-delete {
    background: #fff1f1;
    border: 1px solid #efb0b0;
    color: #b33a3a;
}

#pauseScheduleModal .pause-rule-btn-delete:hover,
#pauseScheduleModal .pause-rule-btn-delete:focus {
    background: #ffe3e3;
    border-color: #e58d8d !important;
    color: #992b2b !important;
}

#pauseScheduleModal .pause-schedule-table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
}

#pauseScheduleModal .pause-schedule-table thead th {
    background: #f4f8fb;
    color: #546872;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-top: 1px solid #dde7ec;
    border-bottom: 1px solid #dde7ec;
    padding: 13px 14px;
    white-space: nowrap;
}

#pauseScheduleModal .pause-schedule-table thead th:first-child {
    border-left: 1px solid #dde7ec;
    border-top-left-radius: 10px;
}

#pauseScheduleModal .pause-schedule-table thead th:last-child {
    border-right: 1px solid #dde7ec;
    border-top-right-radius: 10px;
}

#pauseScheduleModal .pause-schedule-table tbody td {
    padding: 14px;
    vertical-align: middle;
    border-top: 0;
    border-bottom: 1px solid #edf2f5;
    color: #455760;
}

#pauseScheduleModal .pause-schedule-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

#pauseScheduleModal .pause-schedule-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

#pauseScheduleModal .pause-schedule-table tbody tr:hover td {
    background: #fbfdfe;
}

@media (max-width: 959px) {
    .cp-account,
    .cp-payment,
    .billGlance.cp-section {
        padding: 22px 18px 18px;
    }

    .cp-account h1,
    .cp-payment h1,
    .billGlance.cp-section h1,
    #billPlans-section > h1 {
        font-size: 24px;
    }

    .cp-payment .autopay {
        padding: 16px;
    }

    .cp-payment ul.cp-paymentOptions li,
    .cp-payment .addCard {
        padding: 18px 16px;
    }

    .cp-payment .addCardForm ul {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .cp-payment .addCardForm li.expiration-month,
    .cp-payment .addCardForm li.expiration-year,
    .cp-payment .addCardForm li.cvv,
    .cp-payment .addCardForm li.state,
    .cp-payment .addCardForm li.zip {
        grid-column: span 3;
    }

    #billPlans-section > h1 {
        padding: 14px 16px !important;
    }

    #billPlans-section > h1:after {
        display: none;
    }

    .billGlance.cp-section ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    #billPlans-section > h1 {
        align-items: flex-start;
        margin-bottom: 14px !important;
    }

    #billPlans-section .billPlans-lines > li.billPlans-line {
        padding: 20px 18px 18px;
    }

    #billPlans-section .billPlans-lines > li .menu {
        top: 16px;
        right: 16px;
    }

    #billPlans-section .billPlans-lines > li .menu a.trigger {
        min-width: 88px;
        height: 34px;
        padding: 0 12px;
        font-size: 12px;
    }

    #billPlans-section .billPlans-lines > li .menu ul {
        top: 40px;
        min-width: 200px;
    }

    #myModal_neworexisting .modal-body,
    #myModal_extnumberselt .modal-body {
        padding: 0 18px 20px !important;
    }

    #myModal_neworexisting h3,
    #myModal_extnumberselt h3 {
        min-height: 52px;
        font-size: 18px;
        padding: 0 12px;
    }

    #paymentModal .top-custom-bx {
        padding: 18px 18px !important;
    }

    #paymentModal .top-custom-bx h1 {
        font-size: 18px;
    }

    #paymentModal .popvtmcont {
        padding: 20px 18px 20px;
    }

    #paymentModal .payment-modal-actions .finalsendbtn {
        flex-direction: column;
        align-items: stretch;
    }

    #paymentModal .finalsendbtn .btn.btn1.sendbtn2 {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .cp-account,
    .cp-payment {
        padding: 18px 14px 16px;
    }

    .cp-account ul li .editMeControls {
        justify-content: stretch;
        flex-wrap: wrap;
    }

    .cp-account ul li .editMeControls a {
        width: 100%;
    }

    .cp-payment .autopay {
        flex-direction: column;
        gap: 10px;
    }

    .cp-payment .addCardForm ul {
        grid-template-columns: 1fr;
    }

    .cp-payment .addCardForm li.expiration-month,
    .cp-payment .addCardForm li.expiration-year,
    .cp-payment .addCardForm li.cvv,
    .cp-payment .addCardForm li.state,
    .cp-payment .addCardForm li.zip {
        grid-column: span 1;
    }
}

@media (max-width: 576px) {
    .cp .cp-sections {
        width: 100%;
        margin-left: 0;
    }

    .cp .cp-section {
        margin-left: -8px;
        margin-right: -8px;
    }

    .billGlance.cp-section {
        padding: 20px 16px 18px;
    }

    .billGlance.cp-section > p {
        flex-direction: column;
        align-items: flex-start;
    }

    #billPlans-section {
        padding: 18px 12px 0;
    }

    #billPlans-section .billPlans-lines {
        margin-top: 12px;
        margin-left: 0;
        margin-right: 0;
    }

    #billPlans-section .show-usages-btn .btn,
    #billPlans-section .show-filter-btn .btn,
    #billPlans-section .activate-now-btn .btn {
        width: 100%;
        justify-content: center;
    }

    #billPlans-section .billPlans-lines > li.billPlans-line {
        padding: 18px 14px 16px;
    }

    #billPlans-section .billPlans-lines > li .menu {
        position: absolute;
        top: 14px;
        right: 14px;
        width: auto;
        margin-top: 0;
        display: block;
        z-index: 30;
    }

    #billPlans-section .billPlans-lines > li .menu ul {
        right: 0;
        left: auto;
        top: 40px;
    }

    #billPlans-section .billPlans-lines > li .menu,
    #billPlans-section .billPlans-lines > li .menu * {
        pointer-events: auto;
    }
}

@media (max-width: 520px) {
    .billGlance.cp-section ul {
        display: grid !important;
        grid-template-columns: 1fr;
    }

    .billGlance.cp-section ul li {
        float: none;
        display: block;
        padding: 16px;
    }
}

#topbar .header-btn,
#header .header-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    line-height: 1;
}

#topbar .topbar-auth .header-btn,
#header .nav-menu .login_pop .loggedin .header-btn {
    min-height: 36px;
    padding: 0 15px;
}

#topbar .topbar-auth > span,
#header .nav-menu .login_pop .loggedin > span {
    display: inline-block;
    width: 4px;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        position: fixed !important;
        top: 34px !important;
        right: 14px !important;
        transform: translateY(-50%);
        z-index: 10020 !important;
        width: 42px;
        height: 42px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: #ffffff;
        box-shadow: 0 10px 24px rgba(22, 40, 52, 0.14);
    }

    .mobile-nav-toggle i {
        color: #304650 !important;
        font-size: 24px;
    }

    .mobile-nav {
        z-index: 10010 !important;
    }

    .mobile-nav-overly {
        z-index: 10000 !important;
    }
}

.choose-device-content .phone_deails {
    margin-top: 14px;
    padding: 16px 18px;
    border: 1px solid #dfe9ee;
    border-radius: 14px;
    background: #f8fbfd;
    text-align: left;
}

.choose-device-content .phone_deails p {
    margin: 0 0 8px;
    color: #5f7580;
    font-size: 13px;
    line-height: 1.65;
}

.choose-device-content .phone_deails p:first-child {
    color: #344c58;
    font-weight: 600;
}

.choose-device-content .phone_deails p:nth-child(2) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 24px;
    margin: 6px 0 10px;
    padding: 0 10px;
    border-radius: 999px;
    background: #efe5fb;
    color: #7a1dcb;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.choose-device-content .phone_deails p:nth-child(3) {
    margin-bottom: 8px;
    color: #344c58;
    font-weight: 600;
}

.choose-device-content .phone_deails ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.choose-device-content .phone_deails li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 18px;
    color: #5f7580;
    font-size: 13px;
    line-height: 1.65;
}

.choose-device-content .phone_deails li:last-child {
    margin-bottom: 0;
}

.choose-device-content .phone_deails li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #7a1dcb;
}

.choose-device-content .compact-or {
    padding-left: 0;
    padding-right: 0;
}

.choose-device-content .create-customer {
    min-width: 220px;
    min-height: 44px;
    margin-top: 18px;
    border-radius: 999px;
    padding: 0 22px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
}
