@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap");

body {
    font-family: "Nunito", sans-serif;
    background-color: #f6f9ff;
}

div#loader {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000047;
    z-index: 10;
    justify-content: center;
    align-items: center;
    display: none;
}

div#loader .circle {
    width: 50px;
    height: 50px;
    border: 5px solid #ddd;
    border-radius: 50px;
    border-top-color: #026699;
    animation: loader 2s linear infinite;
}

@keyframes loader {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.navbar-default {
    background-color: #fff;
}

span.invalid-feedback {
    color: red;
}

.page-header {
    font-size: 24px;
    margin: 0 0 16px 0;
    font-weight: 600;
    color: #012970;
}

.navbar-inverse {
    background: #0c3286;
}

.adminTopBar {
    background: #0c3286;
    width: 100%;
    display: inline-block;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
    width: 100%;
    display: inline-block;
}

.adminTopBar .navbar-top-links .dropdown-menu li a {
    padding: 6px;
    border-bottom: 1px solid #efefef;
}

.adminTopBar .navbar-top-links > li > a:focus,
.adminTopBar .navbar-top-links > li > a:hover {
    background: none;
}

.adminTopBar ul li a i,
.adminTopBar ul li button i {
    background: #f6f6fe;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #0c3286b8;
    font-size: 20px;
}

.adminTopBar {
    padding: 8px 0px;
}

.adminTopBar ul a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.btn-primary {
    background: #0c3286;
    border-color: #0c3286;
}

.btn-primary:hover {
    background-color: #ffffff !important;
    border-color: #0c3286;
    color: #0c3286;
}

.adminTopBar .navbar-top-links .dropdown-menu li button {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    color: #000;
    padding: 6px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.adminTopBar .navbar-top-links .dropdown-user {
    padding: 0;
}

.adminTopBar .navbar-top-links .dropdown-menu li button:hover {
    background: #f5f5f5;
}

a.siteLogo img {
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.sideMenu li a {
    background: none !important;
    font-size: 15px;
    font-weight: 600;
    color: #012970;
}

li.sidebar-search input {
    border-radius: 50px;
    box-shadow: none;
}

li.sidebar-search button {
    border-radius: 50px;
}

.sideMenu li a i {
    font-size: 18px;
    margin-right: 11px;
}

/*.panel-heading i {*/
/*    font-size: 24px;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background: #fff;*/
/*    border-radius: 50%;*/
/*    color: #0c3286;*/
/*}*/

.panel-blue i {
    color: #104fdb;
    background: #f6f6fe;
}

.sideMenu li a:hover {
    color: #4154f1;
    background: #f6f9ff !important;
}

.panel-green i {
    color: #2eca6a;
    background: #e0f8e9;
}

.homeCardsdata i {
    font-size: 22px;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.homeCardsdata {
    display: flex;
    align-items: center;
    gap: 16px;
}

.panelData h2.huge {
    font-size: 28px;
    color: #012970;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.panelData p {
    color: #899bbd;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.homeCardsdata a i:hover {
    color: #fff;
    background: #0c3286;
}
.mb-2 {
    margin-bottom: 20px;
}
.homeCards {
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    background: #fff;
    padding: 20px;
    width: 100%;
}
.addCust a {
    text-align: right;
    display: inline-block;
    float: right;
    margin-bottom: 16px;
}
.nav-second-level li a {
    padding-left: 16px !important;
}
/*.sidebar-toggler {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px !important;
    height: 50px !important;
    background: #0c3286;
}*/
.homeCardsdata a i {
    background: #f8f9fa;
    color: #0c3286;
    font-size: 15px;
    position: absolute;
    top: 10px;
    right: 25px;
    min-width: 30px;
    height: 30px;
}

.homeCardsdata a:hover {
    text-decoration: none;
}
.row.fite-sec {
    margin-bottom: 16px;
}
.table-responsive.mt-20 {
    margin-top: 8px;
}
.panel-heading {
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    padding: 0;
    margin: 0 0 10px 0;
    background: none !important;
    display: flex;
    justify-content: space-between;
    border: none;
}

.form-control {
    box-shadow: none;
    border: 1px solid #ced4da;
    color: #212529;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
}
.filter_btn button:hover {
    background: #fff;
    color: #0c3286;
}

.filter_btn button {
    background: #0c3286;
    border-color: #0c3286;
}
.filter_btn {
    text-align: right;
    margin-top: 16px;
}
.pagination i,
table tr td i {
    width: auto !important;
    min-width: auto !important;
    display: inline-block !important;
    height: auto !important;
    font-size: 18px !important;
}
.pagination {
    margin: 0;
    float: right;
}

/*dashboard pagination*/
select.dashboard_select {
    border: 1px solid #d6d6d6;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 10px;
}
.panelData h4 {
    color: #0d3585;
}
select.dashboard_select {
    border: 1px solid #d6d6d6;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 10px;
    display: inline-flex
;
    float: left;
    margin: 0 6px;
}

.homeCardsdata svg {
    width: 60px;
    height: 60px;
    background: #0d3585;
    border-radius: 50%;
    padding: 14px;
}
.homeCardsdata svg path {
    stroke: #fff;
}


/* ✅ HIDE the info text (usually the last child inside nav's second div) */
.pagination_datausage > nav > div:nth-child(2) > div:last-child,
.pagination_newCustomer > nav > div:nth-child(2) > div:last-child,
.pagination_datausage_tmobile > nav > div:nth-child(2) > div:last-child,
.pagination_newCustomer_tmobile > nav > div:nth-child(2) > div:last-child {
    display: none;
}

/* ✅ FLOAT the first div inside nav RIGHT */
.pagination_datausage > nav > div:first-child,
.pagination_newCustomer > nav > div:first-child,
.pagination_datausage_tmobile > nav > div:first-child,
.pagination_newCustomer_tmobile > nav > div:first-child {
    float: right;
}

/* ✅ FLOAT the pagination UL (first div inside nav's second div) LEFT */
.pagination_datausage > nav > div:nth-child(2) > div:first-child,
.pagination_newCustomer > nav > div:nth-child(2) > div:first-child,
.pagination_datausage_tmobile > nav > div:nth-child(2) > div:first-child,
.pagination_newCustomer_tmobile > nav > div:nth-child(2) > div:first-child {
    float: left;
}

/*dashboard pagination*/

address {
    margin: 0;
}
.row.addCust {
    margin-top: -60px;
}
.table-hover > tbody > tr:hover {
    background-color: #f6f9ff !important;
}
.table > thead > tr > th {
    white-space: nowrap;
}
.table > thead > tr > th,
table tr td {
    white-space: nowrap;
    vertical-align: middle !important;
    border-bottom: 1px solid #dee2e6 !important;
    font-size: 14px;
}
.pagination > .active > a {
    background: #0c3286;
    border-color: #0c3286;
}

.panel-yellow i {
    color: #f0ad4e;
    background: #f0ad4e29;
}

.panel-red i {
    color: #d9534f;
    background: #d9534f2e;
}

form.form-horizontal .form-group {
    padding: 0 35px;
}

.register-otp .panel-heading.font-weight-bold {
    padding: 15px;
}

.register-otp hr {
    margin: 0 0 15px;
}

.setup-otp .panel-heading {
    padding: 15px 15px;
    border-bottom: 1px solid #cecece;
}

.setup-otp .panel-body {
    padding: 15px 15px 15px;
}

.equiment-select {
    display: flex;
    flex-direction: column;
}

ul#available_phone_numbers {
    background: #efefefcc;
    list-style: none;
    max-height: 200px;
    overflow: auto;
    padding: 10px 0;
    border: 1px solid #efefefcc;
}

ul#available_phone_numbers li:hover {
    background: #eeeeee;
}

#available_phone_numbers li {
    padding: 0px 10px;
    font-size: 16px;
}

.b-info {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

.b-info p {
    flex-basis: 40%;
}

.b-info h3 {
    flex-basis: 100%;
}
table.table tr {
    border: 1px solid #cccccc;
}

#npa-reserved,
#reserveNumber {
    display: none;
}

.table-line-info td {
    text-align: left;
}

.table-line-info {
    width: 80%;
    margin: auto;
    font-size: 16px;
    font-weight: 500;
}

.plan-details td {
    text-align: left;
    font-weight: 500;
}
.existing-plans {
    padding-bottom: 50px;
}

.qCode svg {
    width: 120px;
    height: 120px;
}

.homeCards.registerDiv .form-control {
    max-width: 200px;
    margin: 0 auto;
}
.homeCards.registerDiv {
    margin: 16px;
}

.registerDiv label,
.registerDiv p {
    font-size: 15px;
}

@media (min-width: 1000px) {
    .fixDesk {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
}

.response-table {
    max-width: 1000px;
}

/*.sideMenu li a img {
    width: 20px !important;
    height: 20px;
}
.sideMenu {
    padding: 16px;
}*/
button#toggleSidebar {
    display: flex;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #005cbf !important;
}
label {
    font-size: 14px;
}
.options-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.admin-button i {
    background: #0d3585;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
}
.sidebar.show {
    width: 80% !important;
    max-width: 300px !important;
}
.sidebar .close-btn {
    border: none;
    position: absolute;
    right: 0;
    font-size: 21px;
    top: 0px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d3585;
    color: #fff;
    z-index: 1;
}

.MObMenu {
    display: flex;
}
