@media (min-width: 768px) {
    .div-summary .card {
        position: fixed;
        width: -webkit-fill-available;
        margin-right: 38px;
    }

    .div-summary {
        margin-top: 2.5rem;
    }
}

.nav-sidebar .menu-is-opening>.nav-link i.right, .nav-sidebar .menu-is-opening>.nav-link svg.right, .nav-sidebar .menu-open>.nav-link i.right, .nav-sidebar .menu-open>.nav-link svg.right{
    transform: rotate(90deg) !important;
    color: #26B4E4;
}
.sidebar-divider {
    width: 194px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
    margin-top: 5px;
}
.nav-sidebar .nav-header{
    padding-left: 18px !important;
}
.nav-sidebar .nav-link>.right, .nav-sidebar .nav-link>p>.right{
    right: 2rem !important;
}

b {
    font-weight: bold !important;
}

body {
    font-family: Archivo, sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variation-settings:
    "wdth" 100;
    font-optical-sizing: auto;
}
.sip-trunk-row .nav-tabs .nav-link{
    padding: 5px 18px;
}
.sidebar-custom-primary {
    /* background: linear-gradient(
        180deg,
        rgba(0, 72, 181, 1) 0%,
        rgba(38, 180, 228, 1) 74%
    ); */
    background-color: #102e4a;
}

.pt-2, .py-2 {    
    font-weight: 200;
}

.logo-switch {
    border-bottom: 1px solid #dee2e6;
}

.nav-sidebar .nav-link i {
    width: 30px;
}

.nav-sidebar .has-treeview p i {
    width: 12px;
    padding-top: 8px;
}
.nav-sidebar .nav-link p {
    display: inline;
    margin: 0;
    white-space: nowrap !important
}
.nav-header, .nav-pills .nav-link {
    color: #fff !important;
}

.nav-sidebar .has-treeview .nav-link.active {
    border-radius: 3px 3px 0px 0px !important;
}

.nav-sidebar .nav-item.has-treeview {
    border-radius: 5px;
    /* border: 1px solid #33B9E5; */
    margin-bottom: 0.2rem;
}

.nav-sidebar .nav-link.active, .nav-pills .show>.nav-link {
    background-color: unset !important;
    color: #26B4E4 !important;
}

.nav-sidebar .has-treeview a.active {
    /* background-color: #33B9E5 !important; */
    color: #fff !important;
}

.nav-sidebar .nav-treeview .nav-link.active {
    background-color: unset !important;
    color: #33B9E5 !important;
}

.nav-sidebar .nav-item.has-treeview>.nav-link {
    margin-bottom: 0 !important;
}

.layout-navbar-fixed .wrapper .sidebar-custom-primary .brand-link:not([class*="navbar"]) {
    /* background-color: #0657bc; */
    background-color: #102e4a;
}

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

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.form-select {
    margin-top: -6% !important;
}

#btnStatus {
    cursor: pointer;
}

/* Common Loader */
.loading {
    z-index: 1055;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.loading-content {
    position: absolute;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #102e4a;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 40%;
    left: 50%;
    animation: spin 2s linear infinite;
}

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

    100% {
        transform: rotate(360deg);
    }
}

/* Common Loader */

.cart-badge-count {
    color: #ff6666;
    position: absolute;
    top: 34px;
    background-color: #fcfcfc;
    border-radius: 2px;
    box-shadow: 0 1.5px 2.5px rgba(0, 0, 0, .2);
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    min-width: 1.5em;
    padding: 0.3em;
    text-align: center;
    vertical-align: middle;
}

#toggle-advanced-filter-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 34.56px;
    outline: none;
    overflow: visible;
    text-align: inherit;
    width: auto;
    -webkit-appearance: none;
    padding: 0;
    color: #26B4E4;
}

.select2-results__option strong.select2-results__group {
    font-weight: bold;
}

.div-main .nav-tabs {
    border-bottom: unset;
}

.div-type .card, .div-region .card, .div-plan .card {
    cursor: pointer;
    background-color: #F6F6F6;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    width: 95%;
}

.display-box-shadow {
    box-shadow: 0px 0px 5px 4px #dee2e6 !important;
    box-shadow: 0px 0px 5px 4px #dee2e6 !important;
    background: #102E4A !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 5px !important;
    color: white;
}

.div-type .card-body {
    padding: 10px;
}

.div-sip-trunk input[type=radio] {
/*    accent-color: #102E4A;*/
    accent-color: white;
}

.div-type .card-body input {
    margin: 25px 0 20px;
}

.div-type .card-header {
    padding: 20px 0 5px 0;
    border-bottom: unset;
}

.div-type img {
    height: 75px;
}

.div-region .card input {
    vertical-align: text-bottom;
    margin-left: 8px;
}

label .text-danger {
    color: #26B4E4 !important;
}

.div-region .card-body {
    display: flex;
    padding: 1rem;
    min-height: 70px;
}

.div-region .card-body span {
    padding-left: 8%;
}

.div-region .card-body span.vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-region .card-body img {
    right: 7%;
    position: absolute;
    width: 36px;
    padding-top: 8px;
}

.div-plan .card {
    min-height: 96%;
}

.div-plan .card .card-header sub {
    font-size: 30px;
}

.div-plan .card .card-header svg i {
    color: white;
}

.div-plan .card-header sub {
    color: #26B4E4;
    line-height: 34.56px;
}

.div-plan .card-header span {
    font-size: 18px;
}

.div-plan .top-text, .div-plan .middle-text, .div-plan .bottom-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-plan .top-text {
    min-height: 115px;
}

.div-plan .middle-text {
    height: 105;
}

.div-plan .bottom-text {
    min-height: 165px;
}

.div-plan .bottom-radio {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-plan .fa-light {
    font-size: 19px;
}

.div-main .nav-tabs .nav-link {
    border: 1px solid #fff;
}

.div-main .nav-tabs .nav-link.active {
    color: #fff;
}

.div-main-list ul>li:first-child .nav-link.active, .div-main-form ul>li:first-child .nav-link.active {
    border-radius: 10px 10px 0px 0px;
    background: #102e4a !important;
}

.div-main-list ul>li:first-child .nav-link {
    padding: 0.5rem 2rem;
}

.div-sip-trunk ul>li:first-child .nav-link.active {
    border-radius: 10px 0px 0px 0px;
/*    background: #102e4a !important;*/
}

.div-sip-trunk ul>li:last-child .nav-link.active {
    border-radius: 0px 10px 0px 0px !important;
/*    background: #102e4a !important;*/
}

.div-sip-trunk ul>li:nth-child(2) .nav-link.active {
    border-radius: 0px;
/*    background: #102e4a !important;*/
}

.div-sip-trunk ul>li:nth-child(3) .nav-link.active {
    border-radius: 0px;
/*    background: #102e4a !important;*/
}

.div-main-list .nav-tabs .nav-item.right {
    right: 7px;
    position: absolute;
    border-radius: 10px 10px 0px 0px;
    background: #25B0E3;
}

.div-main-list .nav-tabs .nav-item.right a, .div-main-list .nav-tabs .nav-item.right-2 a, .div-main-list .nav-tabs .nav-item.right-3 a {
    color: #FFF;
}

.div-main-list .nav-tabs .nav-item.right-4 a, .div-main-list .nav-tabs .nav-item.right-2 a, .div-main-list .nav-tabs .nav-item.right-3 a {
    color: #102e4a;
}

.div-main-list .nav-tabs .nav-item.right-4 {
    right: 7px;
    position: absolute;
    border-radius: 0px 10px 0px 0px;
}

.div-main-list .nav-tabs .nav-item.right-2 {
    right: 281px;
    position: absolute;
    border-radius: 10px 0px 0px 0px;
}

.div-main-list .nav-tabs .nav-item.right-3 {
    right: 152px;
    position: absolute;
}

.div-main-list .nav-item.right-4:hover, .nav-item.right-2:hover, .nav-item.right-3:hover {
    background: #102e4a !important;
}

.div-main-list .nav-item.right-4 a:hover, .nav-item.right-2 a:hover, .nav-item.right-3 a:hover {
    color: #FFF !important;
}

.right-2 a.nav-link, .right-3 a.nav-link, .right-4 a.nav-link {
    color: #102e4a;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

.content-wrapper, .div-main .nav-item a {
    color: #102E4A;
}

.div-summary .card, .div-summary-cart .card {
    border-radius: 10px;
    background: var(--Linear, linear-gradient(91deg, #102E4A 0.37%, #102E4A 118.5%));
/*    background-image: url('/storage/images/Group-149.png');*/
    color: #FFF;
    padding: 8px 8px;
}

.div-summary .card::before,
.div-summary-cart .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    background-image: url('/storage/images/Mask-group.png');
}

.div-summary .form-group, .div-summary-cart .form-group {
    margin-bottom: unset;
}

.div-summary .card-header, .div-summary hr, .div-summary-cart .card-header, .div-summary-cart hr {
    border-bottom: 1px solid #FFF;
}

.top-description .description {
    font-size: 14px !important;
}

.top-description .description .breadcrumb-item.active {
    color: #102E4A !important;
}

.div-partner {
    display: flex;
    align-items: center;
}

.div-partner img {
    width: 55px;
}

.div-partner .vertical-line {
    height: 40px;
    width: 1px;
    background: #D9D9D9;
    margin: 0 7px;
}

.page-link {
    color: #102E4A !important;
}

.page-item.active .page-link {
    background-color: #102E4A !important;
    border-color: #102E4A !important;
    color: #fff !important;
}

.div-main-list td .btn-sm {
    padding: 0.25rem 0.10rem !important;
    color: #102E4A !important;
}

.div-main-list td .status.active {
    padding-right: 35px;
}

.div-main-list td .status.inactive {
    padding-right: 25px;
}


.div-main-list td .badge.active {
    color: #2CDE00 !important;
}

.div-main-list td .badge.inactive {
    color: #D90000 !important;
}

.table-responsive .fa-regular.fa-trash {
    font-size: 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #26B4E4 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 5px;
    background: #26B4E4 !important;
}

.btn-primary {
    border-radius: 10px !important;
    background: #25B0E3 !important;
}

.div-main .btn-primary {
    padding: 10px 35px !important;
}

.btn-secondary {
    border-radius: 10px !important;
}

.div-advanced .fa-circle-info {
    color: #26B4E4 !important;
    font-size: 14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #FFF !important;
}

.custom-switch .custom-control-label::after {
    background-color: #26B4E4 !important;
}

.custom-control-label::before {
    background-color: unset !important;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: unset !important;
}

#results-table .table-bordered {
    border: 1px solid #D9D9D9;
    background: #F6F6F6;
}

#results-table thead th {
    border-bottom: unset !important;
}

#results-table td {
    /* padding: 0.5rem 0.75rem !important; */
    vertical-align: middle !important;
    border-top: unset !important;
    padding: 0.2rem 0.75rem;
}

.div-main-cart .fa-phone, .div-main-cart .fa-message {
    color: #25B0E3;
}

.div-main-cart tr.blank-row {
    height: 20px;
}

.table-2 {
    margin-bottom: 0 !important;
    width: 100%;
}

 /* Custom CSS for the blue circle */
 .blue-circle {
     position: fixed;
     bottom: 20px;
     right: 20px;
     width: 50px;
     height: 50px;
     background-color: #25B0E3;
     border-radius: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
     box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
 }

 /* Custom CSS for the envelope icon */
 .envelope-icon {
     color: white;
     font-size: 24px;
 }
  /* Custom CSS for the coming soon */
 .nav-item .nav-link .coming-soon {
     font-size: 7px;
     color: #477BAE !important;
 }

.div-main-list ul>li:nth-child(2) .nav-link.active, .div-main-form ul>li:nth-child(2) .nav-link.active{
    border-radius: 10px 10px 0px 0px;
    background: #102e4a !important;    
}
/*.integrations-icon{
    position: relative;
    left: -3px;
}
.regulatory-requirements-icon{
    position: relative;
    left: 3px;
}
.points-presence-icon{
    position: relative;
    left: 2px;
}
.sidebar-icon{
    position: relative;
    left: -4px;
}
.user-management-icon{
    position: relative;
    left: 2px;
}*/
.nav-sidebar .nav-link i{
    display: inline-block;
    text-align: center;
    position: relative;
    right: 2px;
}

/*Country Checkbox*/
.checkboxes {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.checkboxes__row {
  display: flex;
}
.checkboxes__row:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.checkboxes__item {
/*  padding: 15px;*/
  width: 100%;
}

/* STYLE D */

.checkbox.style-d {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.style-d input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox.style-d:hover input:checked ~ .checkbox__body:hover {
  color: black !important;
}
.checkbox__body:hover{
    color: black !important;
}
.checkbox.style-d input:checked ~ .checkbox__checkmark {
  background-color: #50B1E3 !important;
}
.checkbox.style-d input:checked ~ .checkbox__checkmark:after {
  opacity: 1;
}
.checkbox.style-d:hover input ~ .checkbox__checkmark {
  background-color: #eee;
}
.checkbox.style-d:hover input:checked ~ .checkbox__checkmark {
  background-color: #50B1E3;
}
.checkbox.style-d:hover input ~ .checkbox__body {
  color: #50B1E3;
  color: black !important;
}
.checkbox.style-d .checkbox__checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  transition: background-color 0.25s ease;
  border-radius: 11px;
}
/*.checkbox.style-d .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}*/
.checkbox.style-d .checkbox__body {
  color: #333;
  line-height: 1.2;
  font-size: 16px;
  transition: color 0.25s ease;
  font-weight: normal;
}

/*SIP Trunk 3CX Design*/
.plan-box-header{
    border: 0px !important;
}
.plan-box-card{
    margin-top: 10px !important;
    margin-bottom:0px !important;
}
.card-body.plan-box-section{
    padding: 25px 20px !important;
    border: 1px solid #26B4E4;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(246, 246, 246, 0.1) 0%, rgba(38, 180, 228, 0.1) 100%);
    border: 1px solid #26B4E4;
/*    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    border-radius: 5px;
}
.plan-box-section .img{
    width: 100%;
}
.plan-box-section .img img{
    height: 65px;
}
.div-webex .margin-top-40 p{margin-bottom: 0px !important;}
.plan-box-section .detail h2{
    margin-bottom:0px;
    font-weight: bold;
    margin-left:8px;
    font-size: 28px;
    line-height:34px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #222527;
}
.plan-box-section .detail p{
    color: #26B4E4;
    /* margin-left: 8px !important; */
    font-size:30px;
    margin: 0;
    line-height: 34px;
    font-weight: 700;
}
.plan-detail-body p{font-size:13px !important}
.plan-box-section .detail p span{
    color: #102E4A;
    font-size:16px;
    font-weight:normal;
    line-height: 34px;
}
.box-plan-list ul{
    padding: 0px;
    margin: 0px;
}
.box-plan-list ul li img{
    position: relative;
    top:-3px;
    margin-right:5px;
}
.box-plan-list ul li{
    list-style: none;
    margin-bottom: 5px;
    font-weight: normal;
    /* font-size:16px; */
}
.font-weight-n{
    font-weight: normal;
}
.plan-detail-body{
    padding-left:30px !important;
}

.card.plan-box-card.display-box-shadow .card-body.plan-box-section{
    background: #123856 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.card.plan-box-card.display-box-shadow .plan-box-section .detail h2{
    color: #fff !important;
}
.card.plan-box-card.display-box-shadow .plan-box-section .detail p span{
    color: #fff !important;
}
.card.plan-box-card.display-box-shadow .bottom-radio{
    background: linear-gradient(90deg, rgba(16, 46, 74, 0.4) 0%, rgba(38, 180, 228, 0.4) 100%);
}

.type-box.display-box-shadow .card-body.type-img .white-img{
    display: none;
}
.type-box.display-box-shadow .card-body.type-img .blue-img{
    display: block !important;
}
.card-body.type-img .img{
    min-height:80px;
}
.blue-img img{
    margin-top: 10px;
    height:55px;
}
.div-type{
    min-height:160px !important;
}
.card.plan-box-card{
    min-height: 100% !important;
}
.margin-top-20{
    margin-top:20px !important;
}
.margin-top-40{
    margin-top:40px !important;
}
.plan-radio-section{
    justify-content:unset !important;
    margin: 20px;
    border-radius:5px;
    padding:25px !important;
    height: unset !important;
}
.plan-radio-input{
    position: relative;
    left: 10px;
    font-size: 14px !important;
    line-height: 16px;
    font-weight:600 !important;
}
.div-type img.type-images{
    width: 155px;
    object-fit: contain;
}
.div-sip-trunk .nav-item .nav-link.active{
    background-color: white !important;
}
.div-sip-trunk .nav-tabs .nav-item.show .nav-link, .div-sip-trunk .nav-tabs .nav-link.active{
    color: #102E4A !important;
    font-weight: bold;
}
.div-sip-trunk .nav-tabs .nav-item .nav-link, .div-sip-trunk .nav-tabs .nav-link{
    color: rgb(16 46 74 / 40%);
    margin-bottom: 0 !important;
}
.div-sip-trunk .tab-content{
    margin-top: -0px;
    border-radius: 0;
}
.div-sip-trunk .nav-tabs{
    position: relative;
    z-index: 2;
}
.powerd-by-img{
    width: 55%;
    object-fit: contain;
    margin-right: 8px;
}
.powerd-by-pro-img{
    width: 61.5%;
    object-fit: contain;
    margin-bottom: 9px;
}
.div-type .card, .div-region .card, .div-plan .plan-box-card {
    border: 0;
}
.plan-box-section .detail{
    padding-left: 20px;
}
.plan-box-shadow{
    box-shadow: unset !important;
}
.sip-trunk-row{
    padding-left: 30px !important;
    padding-right: 0px !important;
}
.sip-trunk-row .tab-content .card{
    box-shadow: unset;
    border-top-left-radius: 0;
}

/* Container for images and text in the same line */
.inline-container {
    display: flex;
    align-items: center; /* Align items vertically in the center */
    margin-left: 0%; /* Space from the left side of the parent container */
    /* Align the entire container to the right of its parent */
    margin-right: 5%; /* Ensure no additional margin on the right side */
    justify-content: flex-end; /* Aligns the contents of the container to the right */
  }

  .inline-container-pro-3cx {
    display: flex;
    align-items: center; /* Align items vertically in the center */
    margin-left: 0%; /* Space from the left side of the parent container */
    /* Align the entire container to the right of its parent */
    margin-right: 1%; /* Ensure no additional margin on the right side */
    margin-bottom: 5%;
    justify-content: flex-end; /* Aligns the contents of the container to the right */
  }
  
  /* Style for the first image */
  .image1 {
    width: 81.01px;
    height: 29.42px;
    margin-right: 10px; /* Adjust spacing between the image and the next element */
  }
  
  /* Container for the second image and text */
  .image-text-container {
    display: flex;
    align-items: center; /* Center align the second image and text vertically */
    margin-right: 10px; /* Adjust spacing between the image-text container and the text */
  }
  
  /* Style for the second image */
  .image2 {
    width: 50px;
    height: 30px;
    margin-right: 0px; /* Adjust spacing between the image and text */
  }
  
  /* Styling for 'SMB' text */
  .smb {
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17.451px;
    line-height: 19px;
    color: #102E4A;
  }
  
  /* Styling for 'Powered by Infinitel' text */
  .powered-by-infinitel {
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #102E4A;
  }

  .newdesignsmall400{
    font-family: 'Archivo', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;    
  }

  

  .newdesignsmall700{
    font-family: 'Archivo', sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 34.56px !important;    
  }

  .newdesignsmallrate700{
    font-family: 'Archivo', sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 34.56px !important;    
  }

  .newdesignsmallregion700{
    font-family: 'Archivo', sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 16.6px !important;  
    margin-left: 8%;  
    padding:0px !important;
    width: 100%;
  }

  .newdesignsmallregionspan{
    font-family: 'Archivo', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 16.6px !important;       
    padding:0px !important;
  }

  .newdesignsmall500{
    font-family: 'Archivo', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 17.56px !important;    
  }

  .newdesignsmallpop400{
    font-family: 'Archivo', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 23.6px !important;    
  }

  .newdesignsmall3cx600{
    font-family: 'Archivo', sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 34.56px !important;    
  }

  .newdesignsmall3cx400{
    font-family: 'Archivo', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;    
  }

  .newdesignsmall3cxheading600{
    font-family: 'Archivo', sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 20px !important;    
  }

  .newdesignsmall3cxthird700{
    font-family: 'Archivo', sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 20px !important;    
  }

  .newdesignsmallsmb700{
    font-family: 'Archivo', sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 34.56px !important;    
  }

  .newdesignsmallinclude600{
    font-family: 'Archivo', sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;    
  }

.add-number-section ul>li:first-child .nav-link.active{
    border-radius: 7px 7px 0px 0px !important;
    color: black;
    font-weight: bold;
    background-color: #fff !important;
}
.number-card-body{
    padding: 24px 28px !important;
}
.card, .div-number .card {
    background-color: #F6F6F6;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
}
.number-box-header{
    border: 0px !important;
}
.number-box-card{
    margin-top: 8px !important;
    margin-bottom:0px !important;
    height: 100px;
}
.card.number-box-card.display-box-shadow .card-body.number-box-section{
    background: #123856 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.card.number-box-card.display-box-shadow .number-box-section .detail h2{
    color: #fff !important;
}
.card.number-box-card.display-box-shadow .number-box-section .detail p span{
    color: #fff !important;
}
.card.number-box-card.display-box-shadow .bottom-radio{
    background: linear-gradient(90deg, rgba(16, 46, 74, 0.4) 0%, rgba(38, 180, 228, 0.4) 100%);
}
.card.number-box-card{
    min-height: 100% !important;
}
.card-body.number-box-section{
    padding: 25px 20px !important;
    border: 1px solid #26B4E4;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(246, 246, 246, 0.1) 0%, rgba(38, 180, 228, 0.1) 100%);
    border: 1px solid #26B4E4;
    border-radius: 5px;
}
.number-box-section .img{
    width: 100%;
}
.number-box-section .img img{
    height: 55px;
}
.number-box-section .detail h2{
    margin-bottom:0px;
    font-weight: bold;
    margin-left:8px;
    font-size: 28px;
    line-height:34px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #222527;
}
.number-box-section .detail p{
    color: #26B4E4;
    /* margin-left: 8px !important; */
    font-size:30px;
    margin: 0;
    line-height: 34px;
    font-weight: 700;
}
.number-detail-body p{font-size:13px !important}
.number-box-section .detail p span{
    color: #102E4A;
    font-size:16px;
    font-weight:normal;
    line-height: 34px;
}
.number-box-header{
    padding: 13px 24px;
}
.div-number{
    margin-right: 25px;
}
.destination-label{
    margin-left: -7px;
}
.number-box-header .card{
    box-shadow: unset;
}
.div-number .card{
    box-shadow: unset;
}
.text-title{
    margin-top: 13px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    color: #102E4A;
}
.card-height{
    width: 395px;
    height: 350px;
}
.number-body{
    padding-top: 30px;
}
.number-purchase-section{
    padding: 1.25rem;
}

.number-purchase-section a{
    width: 152px;
    height: 45px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
}
.bottom-description{
    font-size: 14px;
    font-family: 'Archivo', sans-serif !important;
}
.font-family{
    font-family: 'Archivo', sans-serif !important;
}
.add-number-header{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    color: #102E4A;
}
.header-description{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #102E4A;
}
.number-breadcrumb{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
}
.add-number-section .nav-item .nav-link{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 20px;
    color: #102E4A !important;
}
.number-card-body .destination-label{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px;
    color: #102E4A;
}
.number-alert-section {
    background: #FFC107;
    border-radius: 10px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #102E4A;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: start;
    float: right;
    width: 100%;
    box-sizing: border-box;
}

.number-alert-section .warning-img {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #102E4A;
    margin-top: 0;
    margin-right: 12px;
    width: 24px;
}

.number-alert-section p {
    margin: 0;
    flex: 1;
}
.add-uk-number .nav-item .nav-link{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF !important;
}
.label-text{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px;
    color: #102E4A;
}
.number-search-btn{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #FFFFFF !important;
    width: 125px;
    height: 40px;
}
.description-div{
    padding: 0px 30px 0px 8px;
}
.warning-cart-body{
    background-color: #FFC107;
    padding: 35px !important;
}
.exclamation-icon{
    display: flex;
    justify-content: center;
}
.exclamation-icon i{
    font-size: 50px;
}
.exclamation-div{
    width: 80px;
    text-align: center;
    background-color: #F1F3F2;
    padding: 5px;
}
.warning-description{
    margin-top: 50px;
    font-size: 16px;
    text-align: center;
    font-family: 'Archivo';
    font-style: normal;
}
.warning-model-btn{
    justify-content: space-around;
    display: flex;
    margin-top: 20px;
}
.warning-model-btn button{
    border: 4px solid black;
}
.alert-msg{
    position: absolute !important;
    left: 210px;
    margin-top: -20px;
}
.alert-msg-section{
    padding: 11px;
}
.alert-msg-section img{
    margin-top: -3px !important;
}
.add-number-section .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-color: #FFF !important;
}
.number-index-card{
    box-shadow: unset !important;
}
.add-number .nav-item .nav-link{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
}
.custom-card-body{
    padding: 30px !important;
}
.nav-link-a{
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.international-icon{
    position: absolute;
    left: 14px;
    width: 44px;
    object-fit: contain;
    top: -2px;
}

.newdesignsmallregion700{
    font-size: 11px !important;
}
.newdesignsmallregionspan{
    font-size: 11px !important;
}
.rangeLabel{
    position: relative;
    top: -2px;
}
.header-title{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    color: #102E4A;
}
.header-breadcrumb{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}
.card-nav{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: rgba(16, 46, 74, 0.4);
}
.card-nav .active{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #102E4A;
}
.tab-content-body{
    padding: 35px 30px !important;
}
.payment-card{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
    gap: 4px;
    max-width: 165px;
    min-width: 140px;
    height: 64px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.02), 0px 1px 1px rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0.04em;
    color: #6D6E78;
    margin-bottom: 20px;
    float: left;
    margin-right: 15px;
    cursor: pointer;
}
.payment-card i{
    color: #25B0E3;
}
.payment-card input[type="radio"]:checked + .fa-solid + p {
    color: #25B0E3;
}
.payment-card input[type="radio"]:checked + img + p {
    color: #25B0E3;
}
.payment-card:has(input[type="radio"]:checked) {
    border: 1px solid #25B0E3;
    box-shadow: 0px 0px 0px 1px #0270DE, 0px 1px 1px rgba(0, 0, 0, 0.08);
}
.theme-btn{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #FFFFFF;
}
.sip-trunk-row ul li:first-child {
    border: 1px solid #FFFFFF;
    border-radius: 10px 0px 0px 0px;
}
.sip-trunk-row ul li:last-child {
    border: 1px solid #FFFFFF;
    border-radius: 0px 10px 0px 0px;
}
.transaction-history-table{
    border-radius: 5px 0px 0px 0px;
    font-family: 'Archivo';
    font-style: normal;
}
.transaction-history-table thead tr th:first-child {
    border-radius: 5px 0px 0px 0px;
}
.transaction-history-table thead tr th:last-child {
    border-radius: 0px 5px 5px 0px;
}
.transaction-history-table tbody tr td{
    font-weight: 500;
    font-size: 14px;
    color: #111928;
    padding: 16px;
}
.transaction-history-table thead tr th{
    border-top: 0;
    border-bottom: 0;
    border-radius: 5px 0px 0px 0px;
    padding: 16px;
}
.transaction-history-table thead{
    padding: 16px;
    background: #F9FAFB;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 5px 0px 0px 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    text-transform: capitalize;
    color: #102E4A;
}
.card-nav .nav-link:focus, .card-nav .nav-link:hover{
    border-color: white;
}
.extra-label{
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #102E4A;
}
.checkbox.style-c {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox.style-c input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox.style-c input:checked ~ .checkbox__checkmark {
    background-color: #26B4E4;
}
.checkbox.style-c input:checked ~ .checkbox__checkmark:after {
    opacity: 1;
}
.checkbox.style-c:hover input ~ .checkbox__checkmark {
    background-color: #eee;
}
.checkbox.style-c:hover input:checked ~ .checkbox__checkmark {
    background-color: #26B4E4;
}
.checkbox.style-c .checkbox__checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    transition: background-color 0.25s ease;
    border-radius: 4px;
}
.checkbox.style-c .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.checkbox.style-c .checkbox__body {
    color: #333;
    line-height: 24px;
    font-size: 16px;
}
.card-number-label{
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #102E4A;
}
.payment-card-input{
    align-items: center;
    padding: 12px;
    gap: 8px;
    isolation: isolate;
    height: 47px !important;
    background: #F6F6F6 !important;
    border: 1px solid #D9D9D9;
    border-radius: 5px 5px 0px 0px;
}
.card-left-input{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.card-right-input{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.number-input{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.transaction-history-table{
    border-radius: 5px;
}
.payment-checkbox-label{
    font-weight: 500 !important;
    font-size: 16px;
    color: #102E4A;
}
.policy-label{
    font-weight: 500 !important;
    font-size: 12px;
    color: #102E4A;
}
.policy-link{
    color: #25B0E3;
}
.policy-link:hover{
    color: #25B0E3;
}
.card-country-input{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.card-country-input-2{
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.payment-btn{
    padding: 10px 35px;
    background: #25B0E3;
    border-radius: 10px;
    font-weight: 700 !important;
    font-size: 18px;
    color: #FFFFFF;
}
.currency-symbol{
    position: absolute;
    margin-left: 7px;
    margin-top: 7px;
}
.z-index-1{
    z-index: 1;
}
.box-plan-list ul li{
    border: unset !important;
}
.addd-address-btn{
    float: right;
    font-size: 14px !important;
}
.infinitel-number-list .infinitel-number-tabs .number-right-2 {
    right: 92px;
    position: absolute;
    border-radius: 10px 0px 0px 0px;
}
.infinitel-number-list .infinitel-number-tabs .number-right-2:hover {
    background-color: #102e4a !important;
}
.infinitel-number-list .number-right-2 a:hover, .infinitel-number-list .number-right-3 a:hover{
    color: #FFF !important;
}
.infinitel-number-list .infinitel-number-tabs .number-right-3:hover {
    background-color: #102e4a !important;
}
.infinitel-number-list .infinitel-number-tabs .number-right-3 {
    right: 7px;
    position: absolute;
    border-radius: 0px 10px 1px 0px;
}
.table-btn{
    color: white !important;
    padding: 1px 7px !important;
}