.content .container-fluid .card .card-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 0 0 transparent;
}

.datatable-button {
    width: 45px;
    height: 30px;
}
.view-image{
    width: 150px;
    height: 150px;
}
#loadingDiv{
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 50%;
}
#bundleList{
    max-height: 500px;
    overflow-y: auto;
    width:100%;
}
#orderDetail .list-unstyled {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }

#orderDetail .list-unstyled li {
    display: inline-block;
    width: 100%;
}

#esimDetailbundlesPopup{
  height: auto;
  overflow-y: scroll;
}
.bordered-div{
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 5px;
}
.getBundleDetail{
    cursor: pointer;
}
.top-bundle {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
  }
  .top-bundle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 3px solid green;
  }
  .top-bundle-desc {
    position: absolute;
    left: 0;
    margin-left: -5px; /* Adjust as needed */
    bottom: 20px;
  }
  .top-bundle-percentage-box {
    position: absolute;
    right: 0;
    border: 1px solid green;
    color: green;
    text-align: center;
    border-radius: 5px;
    bottom: 25px;
    width: 65px;
  }
.top-bundle-total{
    position: absolute;
    left: 453px;
    bottom: 26px;
}  
.top-bundle-percentage-box .fa-arrow-down{
    font-size: smaller;
    font-weight: normal;
}
.report-small-box{
    border-radius: 10px;
    border: 1px solid #eee;
    height: 70px;
    padding: 10px;
}
.report-small-box span{
    margin:0px;
    color: green;
    font-weight: bold;
    font-size: 18px;
    display: inline;
}
.small-percentage-box {
    border: 1px solid green;
    color: green;
    text-align: center;
    border-radius: 5px;
    width: 65px;
    display: inline;
    padding: 2px;
  }
.small-percentage-box .fa-arrow-down{
    font-size: smaller;
    font-weight: normal;
}
.small-box p{
    font-size:15px;
}
.report-small-box p{
    font-size:13px;
    margin-top: 8px;
}
.aestrick-req{
    color:red;
}
/* Custom CSS for alignment */
.quantity-input {
    display: inline-flex;
    align-items: center;
}
.quantity-input input {
    width: 60px; /* Adjust width as needed */
    text-align: center;
}
.removeSelected{
    color:red;
}
.refreshSimLink{
    margin-left:130px;
}
.font-13{
    font-size: 13px;
}
.font-15{
    font-size: 15px;
}
.iccidcopy{
    cursor: pointer;
}
.esimDetailModal .fa-qrcode, .fa-sim-card, .fa-circle, .fa-history, .fa-refresh, .fa-database{
    color: #007bff;
}
.active-bundle{
    background-color: #007bff;
    color:white;
    padding: 3px;
    border-radius: 8px;
    margin-bottom: 2px;
}
.bundle-box{
    border-radius: 8px;
}
#simRefDiv{
    margin-left: 400px; 
}
.img-icon-u{
    color:#c2c7d0;
    padding-top: 5px;
}
#bundle-started-div{
    font-size:14px;
}
.bundle-action{
    float: right;
    margin-left: 8px;
}
.remaining-data{
    position: absolute;
    top: 150px;
    left: 190px;
}
.font-14{
    font-size: 14px;
}
#expired-bundle {
    height: 100px;
    width: 100px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}
.infinity-circle{
    top: 40px;
    position: relative;
    left: 40px;
}
.expires-on{
    position: absolute;
    top: 200px;
    left: 190px;
}
