/* Single Number Transfer CSS */

/* Common */


.transfer-single-number-port,
.port-single-match-number {
    background: url('../../images/image/number-transfer-new-bg.jpg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custome-section {
    margin: unset !important;
}

.port-single-match-number .port-single-match-number-inner .btn {
    padding: 14px 22px;
}

.port-single-match-number .port-single-match-number-inner .mbtn-grp {
    max-width: 470px;
    margin: 0 auto;
}

.port-single-match-number .port-single-match-number-inner .multynumber-box2 {
    max-width: 713px;
}

.multynumber-box2 .multynumber-content {
    padding: 50px;
    max-width: 770px;
    margin: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 20px;
}

.port-single-match-number .port-single-match-number-inner .multynumber-box2 .multynumber-content {
    padding: 12px 50px 50px 50px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ntransfer-footer {
    padding: 147px 0 15px 0 !important;
    background: url('../../images/image/below-footer-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.port-single-match-number .port-single-match-number-inner .match-number-icon {
    width: 100%;
    margin-bottom: -1px;
}

.port-single-match-number .port-single-match-number-inner .match-number-icon img {
    width: 100%;
    height: auto;
}

.input-desh {
    flex: 1;
    position: relative;
    margin-right: 17px;
}

.input-desh input {
    width: 100% !important;
}

.input-desh:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -12px;
    margin: auto;
    height: 2px;
    border-radius: 4px;
    background-color: #8C94B0;
    width: 7px;
}

.input-desh:nth-child(3):after {
    background: none;
}

/* Payment Details */

.outer-container {
    background: linear-gradient(to bottom right, #f1f4ff, #eaf1ff);
    border: none;
    border-radius: 18px;
    padding: 8px;
    min-height: 100%;
}

.inner-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    max-width: 800px;
    width: 100%;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}

.help-icon svg {
    position: absolute;
    inset: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 15px;
}

.info {
    text-align: center;
}

.carrier-billing-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

/* Plan Details */

.inner-shadow-box {
    background-color: #ffffff;
    padding: 28px 20px;
    box-shadow: 0px 4px 54px 0px #00000012;
    margin-bottom: 32px;
}

.inner-shadow-box .table .table-number {
    font-size: 16px;
    font-weight: 500;
    color: #222328;
    min-width: 175px;
}


.inner-shadow-box .table .table-price,
.inner-shadow-box .table .table-dropdown {
    min-width: 261px;
}

.inner-shadow-box .table .table-price {
    min-width: 261px;
}

.number-plan-dropdown {
    width: 100%;
    padding: 10.5px 42px 10.5px 15px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

.number-plan-dropdown:focus-visible,
.number-plan-dropdown:focus {
    border: 1px solid #e7e7e7;
    outline: none;
}

.inner-shadow-box .table .table-price span {
    padding: 10.5px 24px;
    font-size: 16px;
    font-weight: 400;
    color: #222328;
    width: 100%;
    display: inline-block;
    border-radius: 100px;
    background-color: #E7E7E773;
    text-align: left;
}

.inner-shadow-box .table .table-action-btn {
    min-width: 60px;
}

.inner-shadow-box .table .table-action-btn button {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E81818;
    border-radius: 100%;
    padding: 0;
    margin: auto;
}

.plan-detail-button {
    text-align: center;
}

.table-responsive-new-div {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 48px;
}

.table {
    text-wrap-mode: nowrap;
}

/* Single Number Transfer Wizard */

.multiple-number-transfer-wizard-modal,
.single-number-transfer-wizard-modal {
    padding: 12px;
}

.multiple-number-transfer-wizard-modal .modal-header,
.single-number-transfer-wizard-modal .modal-header {
    padding: 0;
}

.multiple-number-transfer-wizard-modal .modal-dialog,
.single-number-transfer-wizard-modal .modal-dialog {
    max-width: 1000px !important;
    width: 100%;
}

.multiple-number-transfer-wizard-modal .modal-dialog .inner-card,
.single-number-transfer-wizard-modal .modal-dialog .inner-card {
    max-width: 100%;
    width: 100%;
    padding: 30px;
    background: #ffffff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}

.multiple-number-transfer-wizard-modal .modal-dialog .inner-card .modal-header,
.single-number-transfer-wizard-modal .modal-dialog .inner-card .modal-header {
    display: flex;
    padding-bottom: 12px;
    border-bottom: 1px solid #e7e7e7 !important;
    align-items: flex-start;
    margin-bottom: 32px;
}

.multiple-number-transfer-wizard-modal .modal-dialog .modal-title,
.single-number-transfer-wizard-modal .modal-dialog .modal-title {
    margin-top: 0 !important;
}

.text-muted {
    font-size: 20px;
    font-weight: 500;
    color: #7E7F87;
}

.modal-body {
    padding: 0;
}

.stepper-steps-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    padding: 0 46px;
}

.stepper-steps-list .stepper-steps {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    background-image: url('../../images/image/empty-step.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 -5px;
}

.stepper-steps-list .stepper-steps .step-number {
    font-size: 18px;
    font-weight: 700;
    color: #8C94B0;
}

.stepper-steps-list .stepper-steps .step-label {
    font-size: 16px;
    font-weight: 500;
    color: #8C94B0;
}

.stepper-steps-list .stepper-steps:first-child.completed,
.stepper-steps-list .stepper-steps:first-child.active {
    background-image: url('../../images/image/first-step-fill.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.stepper-steps-list .stepper-steps.completed:not(:first-child),
.stepper-steps-list .stepper-steps.active:not(:first-child) {
    background-image: url('../../images/image/step-fill.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.stepper-steps-list .stepper-steps.completed .step-number,
.stepper-steps-list .stepper-steps.active .step-number {
    color: #fff;
}

.stepper-steps-list .stepper-steps.completed .step-label,
.stepper-steps-list .stepper-steps.active .step-label {
    color: #fff;
}

.wizard-btn-grp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.wizard-btn-grp .btn {
    padding: 14px 30px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
}

.wizard-btn-grp .btn.back-btn {
    color: #8C94B0;
    background-color: #8C94B01A;
}

.wizard-btn-grp .btn.continue-btn {
    color: #fff;
    background-color: #4260cb;
}

/* Career Billing Form */

.inner-form-data {
    background-color: #ffffff;
    padding: 28px 20px;
    box-shadow: 0px 4px 54px 0px #00000012;
    margin-bottom: 32px;
}

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

.form-control {
    border: 1px solid #E7E7E7;
    border-radius: 100px;
    padding: 13px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #222328;
    width: 100%;
}

.text-muted {
    font-size: 18px;
    font-weight: 400;
    color: #7E7F87;
}

.form-styled-checkbox {
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    width: 30px;
    height: 30px;
    float: unset !important;
    margin-left: unset !important;
    margin-top: 0;
    flex-shrink: 0;
}

.form-styled-checkbox:checked:before {
    background: var(--blue);
    border: none;
}

.form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0;
    margin-bottom: 24px;
}

.form-check:hover {
    background: none;
}

.form-check:hover .form-check-label,
.form-check.active .form-check-label {
    color: unset;
}

.form-check-label {
    font-size: 18px;
    font-weight: 400;
    color: #222328;
    padding: 0 !important;
    margin-top: 1px;
}

.form-check-label a {
    text-decoration: none;
    color: #4260CB;
}

.info {
    text-align: center;
}

.continue-btn {
    padding: 14px 30px;
    background-color: #4260CB;
    border-radius: 100px;
    border: 1px solid transparent;
}

.continue-btn:hover {
    background-color: #fff;
    border: 1px solid #4260CB;
}


.continue-btn:hover span {
    color: #4260CB;
    transition: all 0.3s ease-in-out;
}

.continue-btn span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

/* Business Form */

.type-title {
    font-size: 16px;
    font-weight: 400;
    color: #222328;
    margin-bottom: 0;
    padding-top: 24px;
    border-top: 1px solid #e7e7e7;
}

hr {
    border-top: 1px solid #e7e7e7;
    opacity: 1;
}

/* Contact Details */

.type-dropdown {
    position: relative;
    max-width: 285px;
    width: 100%;
    margin-bottom: 24px;
}

.type-dropdown .selected-item {
    max-width: 285px;
    margin-bottom: 24px;
    border: 1px solid #e7e7e7;
    border-radius: 100px;
    padding: 13px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #4260CB;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

.type-dropdown .item-select {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    top: 104%;
    overflow: hidden;
}

.type-dropdown .item-select li {
    padding: 7px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #222328;
    transition: all 0.2s ease-in-out;
}

.type-dropdown .item-select li:hover {
    background-color: #4260CB;
    color: #ffffff;
}

.btn-continue {
    min-width: 150px;
}

.service-address-title {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 22px;
}

.service-address-title .service-address-note {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px;
    border-radius: 100px;
    background-color: #4260CB1A;
    font-size: 10px;
    font-weight: 400;
    color: #222328;
    line-height: 100%;
}

.terms-condition {
    padding-bottom: 24px;
    border-bottom: 1px solid #e7e7e7;
}

/* Personal Form */

.personal-form-details .type-title-container {
    width: 100%;
    padding: 24px 0 22px 0;
    border-top: 1px solid #e7e7e7;
}

.form-check-inner-group,
.form-check-group {
    display: flex;
    align-items: center;
}

.form-check-group label {
    margin-right: 22px;
}

.other-input-section {
    margin: 22px 0;
    border-bottom: 1px solid #e7e7e7;
}

.other-input-section:has(.form-control) {
    padding-bottom: 22px;
}

.dropdown-wrapper {
    position: relative;
}

.dropdown-list {
    position: absolute;
    z-index: 9999;
    background: white;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: none;
}

.dropdown-item {
    padding: 8px 12px;
    cursor: pointer;
    text-align: left;
}

.dropdown-item:hover {
    background-color: #f2f2f2;
}

ul {
    padding-left: 0;
}

.input-wrapper {
    position: relative;
}

.input-wrapper svg {
    position: absolute;
    inset: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.input-wrapper .rotate-svg svg {
    transform: rotate(180deg);
}

/* Career Billing */

.multiple-carrier-billing-modal {
    padding: 12px;
}

.multiple-carrier-billing-modal .modal-header {
    padding: 0;
}

.multiple-carrier-billing-modal .modal-dialog {
    max-width: 1000px !important;
    width: 100%;
}

.outer-container {
    background: #EDF2FFE5;
    border: none;
    border-radius: 24px;
    padding: 10px;
    min-height: 100%;
}

.multiple-carrier-billing-modal .modal-dialog .inner-card {
    max-width: 100%;
    width: 100%;
    padding: 30px;
    background: #ffffff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}

.multiple-carrier-billing-modal .modal-dialog .inner-card .modal-header {
    display: flex;
    padding-bottom: 12px;
    border-bottom: 1px solid #e7e7e7 !important;
    align-items: flex-start;
    margin-bottom: 32px;
}

.multiple-carrier-billing-modal .modal-dialog .inner-card .modal-header .modal-title {
    margin-top: 0 !important;
}

.text-muted {
    font-size: 20px;
    font-weight: 500;
    color: #7E7F87;
}

.modal-body {
    padding: 0;
}

.inner-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    max-width: 800px;
    width: 100%;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}

.help-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #007bff;
    cursor: help;
    user-select: none;
}

.info {
    text-align: center;
}

.carrier-billing-button {
    text-align: center;
}

/* Searchable Dropdown */

.dropdown-wrapper {
    position: relative;
}

.form-control {
    width: 100%;
    border-radius: 100px;
    padding: 13px 20px;
    border: 1px solid #E7E7E7;
}

.dropdown-list {
    position: absolute;
    z-index: 1000;
    background: white;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    margin-top: 5px;
}

.dropdown-item {
    padding: 8px 12px;
    cursor: pointer;
    text-align: left;
}

.dropdown-arrow svg {
    position: absolute;
    inset: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 20px;
}

.dropdown-item:hover {
    background-color: #f2f2f2;
}

ul {
    padding-left: 0rem;
}

.selected-item {
    background-color: #f0f0f0;
    font-weight: bold;
}

/* Style for the scrollbar itself */
.table-responsive-new-div::-webkit-scrollbar,
.dropdown-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.table-responsive-new-div::-webkit-scrollbar-track,
.dropdown-list::-webkit-scrollbar-track {
    background: #e7e9ee;
    border-radius: 10px;
}

.table-responsive-new-div::-webkit-scrollbar-thumb,
.dropdown-list::-webkit-scrollbar-thumb {
    background: rgba(66, 96, 203, 1);
    border-radius: 10px;
}

.payment-details-title {
    font-size: 18px;
    font-weight: 600;
    color: #222328;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E7E7E7;
}

.border-right-side {
    border-right: 1px solid #e7e7e7;
}

.payment-details-table .table-th-bg {
    background: linear-gradient(95.35deg, rgba(70, 126, 254, 0.1) 5.26%, rgba(97, 202, 253, 0.1) 100%);
    border-radius: 6px;
}

.payment-details-table .table-th-bg th {
    font-size: 18px;
    font-weight: 600;
    color: #222328;
    padding: 12px 20px;
    margin-bottom: 16px;
}

.payment-details-table tbody td {
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #222328;
}

.inner-shadow-box .grand-total-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner-shadow-box .grand-total-details span {
    font-size: 18px;
    font-weight: 700;
    color: #222328;
}

.inner-shadow-box .grand-total-details:first-child {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e7e7e7;
}

.inner-shadow-box .grand-total-details:first-child span {
    font-size: 16px;
    font-weight: 500;
    color: #222328;
}

/* Payment Methods */

.payment-details-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #e7e7e7;
}

.payment-details-section .payment-methods-section {
    display: flex;
    align-items: center;
    gap: 16px;
}

.payment-methods-section .payment-btn {
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #4260CB;
    border-radius: 100px;
}