/* Body Elements */
body.swal2-height-auto {
  height: 100% !important
}

button {
    background-color: #17a2b8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    color: #ffffff;
    padding: 3px 10px;
    border: none;
}
.r_btn {
  color: #fff;
  background: #37497d;
  padding: 15px 25px;
  text-transform: uppercase;
  font-size: 0.8em;
  border-radius: 500px;
  margin: 30px auto;
  width: 100%;
  display: block;
  text-align: center;
  max-width: 200px;
  text-decoration: none;
  opacity: 0.8;
  font-weight: bold;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

.r_btn:hover {
  opacity: 1;
  text-decoration: none;
  color: #fff;
}

.bg_section {
  background: #fff;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
  margin: 20px 0;
  padding: 15px;
}

.h_section {
  font-size: 1.5rem;
  border-bottom: 2px dotted #2222223d;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.bg-gradient-primary {
  background-color: #37497d;
  background-image: url('../app-img/bg2.png');
  background-size: cover;
}

.sidebar {
  background-color: #37497d;
  background-image: inherit;
  background-size: cover;
}

.btn-primary {
  color: #fff;
  background-color: #516bf0;
  border-color: #516bf0;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #939393;
    border-color: #858585;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}

.bg-success {
  background-color: #000000;
}

.btn_switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.btn_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.btn_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn_slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.btn_slider {
  background-color: #2196F3;
}

input:focus+.btn_slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.btn_slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

label i {
    margin-top: -5px;
    margin-left: 3px;
    color: red;
    position: absolute;
    cursor: pointer;
}
/*
.submission_status {
    position: absolute;
    top: 5px;
    right: 20px;
    background: #8bc34a;
    color: #fff;
    padding: 0 5px;
    border-radius: 5px;
    text-transform: lowercase;
    font-weight: 300;
}
*/

.submission_status {
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 28px rgb(0 0 0 / 8%);
    box-shadow: 0 0 28px rgb(0 0 0 / 8%);
    padding: 15px;
   /* z-index: 99999;*/
    width: 100%;
    text-align: center;
    margin: 1px auto;
    left: 0;
   /* height: 100%;*/
    top: 0;
    background: #fff;
    color: #8bc34a;
    font-weight: bold;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
	/*position: absolute;*/
}


.submission_status.alert-danger {
	background: #c5323f !important;
}

/* Rounded sliders */

.btn_slider.round {
  border-radius: 34px;
}

.btn_slider.round:before {
  border-radius: 50%;
}

.table-sm th,
.table-sm td {
  vertical-align: middle;
}

.align_t_col {
  text-align: center;
 /* width: 90px; */
}

.align_t_col button {
  margin: 2px 0;
/*  width: 100%; */
}

.dataTables_wrapper {
	overflow: auto;
}
.table thead th {
  vertical-align: middle;
  border: 2px solid #e3e6f0;
}

table {
  border: 1px solid #e3e6f0;
  border-collapse: collapse;
}

table td {
  border-left: 1px solid #e3e6f0;
  border-right: 1px solid #e3e6f0;
}

table .badge-success {
  color: #fff;
  background-color: #8BC34A;
  margin: 0 auto;
  vertical-align: middle;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  text-transform: capitalize;
}

table .badge-warning {
  color: #fff;
  background-color: #f6c23e;
  margin: 0 auto;
  vertical-align: middle;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  text-transform: capitalize;
}

table .badge-dark {
  color: #fff;
  background-color: #5a5c69;
  margin: 0 auto;
  vertical-align: middle;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  text-transform: capitalize;
}

h1.h3 {
  display: inline-block;
}

@media only screen and (max-width:767px) {
  .dashboard_head .pull-right {
    margin-top: 10px;
  }
  .row.dashboard_content {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    margin-right: 0;
    display: inline-block;
  }
  .dashboard_content .mb-4 {
    padding: 0;
  }
}


/* Portal Access Box */

.access_box .img-thumbnail {
  max-width: 300px;
  display: block;
  margin: 20px auto;
}

.access_box form.user .form-control-user {
  padding: 1rem;
}

.access_box .form-control {
  height: auto;
}


/* Success Page **/


/* Email Verify */

#list-container .card {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, .08);
  box-shadow: 0 0 28px rgba(0, 0, 0, .08);
}

.card-box {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
}
.dropdown-menu {
  display: none; /* Hidden by default */
  min-width: 200px;
}
.dropdown-item i {
  margin-right: 10px;
}
.modal-content {
  border-radius: 15px;
}
.chart-container {
  text-align: center;
}
.details-modal .row div {
  margin-bottom: 10px;
}
.details-modal .value {
  font-weight: bold;
}
.details-modal .valid { color: #28a745; }
.details-modal .invalid { color: #dc3545; }
.details-modal .catchall { color: #17a2b8; }
.details-modal .unknown { color: #6c757d; }
.details-modal .skipped { color: #ffc107; }
.details-modal .syntax { color: #fd7e14; }
.details-modal .disposable { color: #6f42c1; }
.details-modal .free_account { color: #007bff; }
.details-modal .role_account { color: #20c997; }
.chart-container { text-align: center; margin-top: 20px; }
.action-menu {
  position: absolute;
  top: 10px;
  right: 10px;
}
.action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; /* Allow wrapping for smaller screens */
  gap: 10px; /* Add spacing between elements */
  margin-top: 20px;
}
.progress-bar-container {
  flex: 1 1 100%; /* Full width on smaller screens */
  position: relative;
  height: 30px;
  background: #acc0dfa3;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 10px; /* Add spacing for mobile */
  box-shadow: inset 0 2px 5px rgba(0,0,0,0.1); /* Inner shadow for depth */
}
.progress-bar {
  height: 100%;
  background: linear-gradient(
    45deg, 
    rgba(81, 107, 240, 0.8) 25%, 
    rgba(81, 107, 240, 1) 25%,
    rgba(81, 107, 240, 1) 50%,
    rgba(81, 107, 240, 0.8) 50%,
    rgba(81, 107, 240, 0.8) 75%,
    rgba(81, 107, 240, 1) 75%,
    rgba(81, 107, 240, 1) 100%
  );
  background-size: 20px 20px; /* Size of the wave pattern */
  width: 0; /* Initial width set to 0 */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5); /* Text shadow for better readability */
  transition: width 0.4s ease;
  z-index: 1;
  /* Animation is applied through classes instead of directly here */
}

/* Class to enable animations */
.progress-bar.animated {
  animation: wave-animation 2s linear infinite, progress-bar-animation 1s ease;
}

/* Static style for completed progress bars (100%) or when animation is disabled */
.progress-bar[aria-valuenow="100"], 
.progress-bar.no-animation {
  animation: none !important; /* Remove the animations */
  background: #348caf; /* Solid background color */
  background-image: none; /* Remove gradient pattern */
}

.progress-bar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  pointer-events: none;
  z-index: 2;
}

/* Add a subtle shine effect to completed progress bars */
.progress-bar[aria-valuenow="100"]::after {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(0, 0, 0, 0.05) 100%
  );
}

.progress-label {
  display: none;
}
@keyframes wave-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 20px 0;
  }
}
@keyframes progress-bar-animation {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.action-buttons {
  display: flex;
  flex-wrap: wrap; /* This might be overridden by other styles, use !important if needed */
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.dropdown-item .dw-delete-3 {
  color:red;
}
.dropdown-item .dw-list {
  color: #5b9511;
}
.dropdown-item .dw-file {
  color: #4852dd;
}
.dropdown-item .dw-file-37 {
  color: #a832ff;
}
.dropdown-toggle-btn {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #e2e6ea;
  font-weight: bold;
  width: 60px;
  height: 30px;
  padding: 2px;
}
.dropdown-toggle-btn:hover {
  color: #fff;
  background: #26607d;
  border-color: #26607d;
}
.btn-details, .btn-verify, .task-cancel-btn, .btn-danger {
  width: 75px;
  height: 30px;
  font-size: 18px;
  padding: 2px;
  overflow: hidden;
}
.spinner-border {
  vertical-align: baseline;
}
.btn-success {
  background-color: #4CAF50;
  border-color: #4CAF50;
}
@media (max-width: 576px) {
  .btn-details, .btn-verify, .task-cancel-btn {
      width: 100%;
      height: auto;
  }
  .dropdown-menu {
      display: none; /* Hidden by default for mobile as well */
  }
  .mobile-action-modal .modal-dialog {
      max-width: 90%;
  }
  .mobile-action-modal .modal-content {
      padding: 20px;
      text-align: center;
  }
  .mobile-action-modal .modal-header {
      border-bottom: none;
  }
  .mobile-action-modal .modal-body a {
      display: block;
      margin: 10px 0;
      font-size: 1.2rem;
  }
  /* .action-row {
      flex-direction: column;
      align-items: stretch; 
  }
   */
  .progress-bar-container {
      margin-bottom: 15px; /* Add spacing between progress bar and buttons */
  }
  .action-buttons {
      /* justify-content: center;  */
  }
  .action-buttons .btn {
    padding: 0 6px;
  }
  .btn-details, .btn-verify {
      width: 100%; /* Full width for buttons on mobile */
      height: 40px; /* Slightly larger height for better touch interaction */
      font-size: 1rem; /* Adjust font size for readability */
  }
}
.header-row {
  display: block; /* Restore to block layout */
  margin-bottom: 15px; /* Add spacing below the header row */
}
.action-menu {
  position: absolute; /* Restore absolute positioning */
  top: 10px;
  right: 10px;
}


/* DNSBL Manager */
#dnsblTableContainer .table td {
        text-align: center;
}

#dnsblTableContainer .table td input[type=checkbox] {
        margin-left: 0px;
        cursor: pointer;
        width: 25px;
        height: 25px;
        position: relative;
}
	
/** OLD **/
#upload_form2 {
	width: 100%;
}

a.text.verify-btn {
  color: #fff;
  text-decoration: none;
}

.scan_list {
  background-color: #eef1f9;
  margin-bottom: 30px;
  border-radius: 5px;
}

.scan_list .table {
  margin-bottom: 0px;
}

.scan_list .p-3 {
  padding: 0rem;
  margin-bottom: 1rem;
}

/*
.scan_list .verify_email {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: block;
  margin-top: 140px;
}
*/

.scan_list .chart-pie {
  height: auto;
  padding: 0 !important;
  margin: 1.5rem 0;
}

@media only screen and (max-width:991px) {
  /*
  .scan_list .verify_email {
    margin-top: inherit;
    padding: 2px 15px;
    margin: 12px auto;
    display: block;
  }
    */
  .scan_list .card {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .scan_list .preloader {
    margin-top: 50px;
  }
}

@media only screen and (max-width:767px) {
  .pull-right {
    float: right;
  }
  /*
  .verify_email {
    width: 100%;
    display: block;
    max-width: 200px;
    margin: 20px auto;
  }
    */
}

.preloader {
  text-align: center;
  display: none;
  margin-top: 125px;
}

.preloader .spinner-border {
  width: 5rem;
  height: 5rem;
}

.verify-chart {
  display: none;
}

.cart_sizing {
  max-width: 550px;
  max-height: 290px;
  margin: 0 auto;
}
/*

.verify_email {
  margin-top: 140px;
}

*/
.found-email-result {
  overflow-x: auto;
}

/* .task-cancel-btn {
  margin: 20px;
} */

.task-cancel-btn {
  display:none;
}

/* Quick Email Validation */

.quick-mail {
  cursor: pointer;
}

.q-validate {
  display: inline-block;
  margin-left: 10px;
}

#limit-notice {
  display: none;
}

#delete_all_email_count {
  display: none;
}

#table-value-sec {
  display: none;
  overflow-x: auto;
}

#csv_download_quick_mail {
  display: none;
}

#load_verify_quick_mail {
  display: none;
}

#customfiled {
  display: none;
}


#addList,
#quickvalidation,
.csv_download {
  /*top: 20%;*/
  top: 10%;
}

#addList input {
  /* margin: 120px 280px auto; */
}

@media only screen and (max-width:991px) {
  #addList input {
    margin: 25%;
  }
}

@media only screen and (max-width:767px) {
  #addList input {
    margin: 20%;
  }
}

@media only screen and (max-width:465px) {
  #addList input {
    margin: 15%;
  }
}

#quickvalidation .modal-body {
  min-height: 250px;
}

#csv_download {
  padding: 0px;
}


/* Profile Settings */

.profile-img {
  max-width: 300px;
}

.profile-save-cancel {
  background-color: #3D3D3D;
}

#change-image {
  display: none;
}

.edit-btn {
  cursor: pointer;
}

.change-sec {
  display: none;
}

#add-more-btn {
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-pointer:hover {
  opacity: 0.7;
}

#edit-sec,
#edit-sec-items, #edit-sec-mx {
  display: none;
}

.user-img {
  width: 100px;
  border-radius: 10px;
  max-width: 50px;
  display: block;
  margin: 0 auto;
}

.logo-img {
  width: 40px;
  height: auto;
}

.api_up .k_val {
    cursor: pointer;
}

/* --------------------------install--------- */

section.install {
 /* background: #F3F3F3;*/
  padding: 50px;
  margin: 0;
}

@media only screen and (max-width:767px) {
  section.install {
    padding: 2%;
  }
}

.versions_table,
.versions_table td,
.versions_table th {
  border: 1px solid #EAE8E4;
  text-align: center;
}

.versions_table tr th:first-child,
.versions_table tr td:first-child {
  text-align: left;
}

.versions_table {
  border-collapse: collapse;
  width: 100%;
  color: black;
  margin-bottom: 20px;
}

.versions_table th {
  height: 50px;
}

.versions_table th,
.versions_table td {
  padding-left: 10px;
}

.problem_found,
.version_check_error {
  color: red;
}

#problem_found,
#version_problem {
  padding: 0px;
}

.problem_found li {
  border: 1px solid #EAE8E4;
  margin: 10px 0;
  padding: 8px 10px;
  color: #c50e00;
  list-style: none;
  font-size: 15px;
  border-radius: 5px;
}

.problem_found h4 {
  color: black;
}

.version_check_pass {
  color: green;
}

.check_blacklist ul{
    text-align: center;
    border-radius: 5px;
    margin: 5px 0;
    padding: 5px 2px;
    color: #fff;
	background: #222;
}

.check_blacklist h2 {
	font-size: 22px;
	text-align:center;
	margin-bottom:8px;
}

.check_blacklist a {
    background: #f44336;
    color: #fff;
    padding: 8px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    max-width: 150px;
    margin: 15px auto 0;
}

table.table td .save {
	display: none;
}
table.table td a {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	min-width: 24px;
} 
table.table td a.save {
        color: #27C46B;
}
table.table td a.edit {
	color: #FFC107;
}
table.table td a.edit {
    color: #FFC107;
}
table.table td a.smtp_test_mail {
	color: #03a9f4;
}
table.table td i {
	font-size: 19px;
}
table.table td a.save i {
	font-size: 24px;
	margin-right: -1px;
	position: relative;
	top: 3px;
}    

	
/*
#mx_server_filter table tbody tr td button[name=mx_save]{display: none;}
*/

/*

#mx_server_filter table tbody, #mx_server_filter table thead{
	display: inline-table;
    width: 100%;
}
*/

/** auto updater and version checker **/
#ver_check > p {
    margin-bottom: 0.5em;
}


/* no-js-------------------------------------- */


/** js no script **/

.js_stop {
  width: 100%;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 10px;
  display: inline-block;
  background: white;
  color: #222;
  padding: 20px;
}

.js_stop strong {
  display: block;
  margin-bottom: 10px;
  color: red;
}


/** Top Up **/

.product {
  display: inline-block;
  margin: 5px;
  background: #37497d;
  padding: 15px 20px;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.product h5 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 1.4em;
}

.product h6 {
  margin: 20px 0;
}

.product input.paybtn {
  display: block;
  margin: 0 auto;
  padding-bottom: 5px;
}

.wallet_details {
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #ededed;
    border-radius: 10px;
    margin-top: 20px;
}

.wallet_details h6 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px !important;
    color: #e10808;
}

.wallet_details p {
    font-size: 14px !important;
    font-weight: bold;
    color: #2169f3;
    margin: 5px;
    display: block;
    text-align: center;
    margin: 8px !important;
}

.wallet_details p span {
    color: #cb21f3;
    font-weight: bold;
    background: #f2fcff;
    border-radius: 5px;
    padding: 4px;
    display: block;
}

.wallet_details #qrcode img {
    margin: 0 auto;
}


/** Alert **/

.swal-modal .swal-title {
  text-transform: uppercase;
}

.swal-modal .swal-text {
  text-align: center;
}

.swal-modal .swal-button {
  color: #fff;
  background-color: #516bf0;
  border-color: #516bf0;
}

.swal-modal .swal-button:hover {
  color: #fff;
  background-color: #2e59d9;
  border-color: #2653d4;
}

.alert.bg-dark {
	border-radius:0px;
}

/* License Details */
.license_details {
    margin-bottom: 15px;
}
.license_details h6 {
    margin-bottom: 0;
    font-size: 15px;
    color: #36b9cc;
}
.license_details p {
    margin-bottom: 5px;
    font-size: 12px;
}



/** User Management **/

.add_credit i {
	padding: 4px;
    background: #eaeef2;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    float: right;
    cursor: pointer;
	font-size: 18px;
}

.add_credit i:hover {
	background: #000000;
}

.add_credit .dw-money-2:before{
	color: #4caf50;
}


/** User Profile **/
#user_profile #data-name {
    text-transform: capitalize;
}

/** support **/
.i-sl-button.right-bottom {
    left: 30px !important;
    right: auto !important;
}
.i-sl-wrapper.right {
    left: 0px !important;
    right: auto !important;
}
.i-sl-button-desc {
    display: none !important;
}
@media (max-width:768px) {
	.i-sl-button.right-bottom {
		bottom: 20px;
		left: 5px !important;
	}
}


/***
* Credits
***/
#buy_credit .list-item {
	border: 1px dashed #e3e3e3;
    padding: 15px 10px;
	    cursor: pointer;
}

#buy_credit .list-item:hover {
    background: #5acdea;
}

#buy_credit .list-item:hover h3, #buy_credit .list-item:hover p {
    color: #fff;
}

#buy_credit h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

#buy_credit p {
	margin-bottom: 0;
    font-size: 12px;
}

#buy_credit .item_price {
    background: #2a9af9;
    color: #fff;
    padding: 2px 11px;
    border-radius: 50px;
    width: 80px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}



/***
* Settings
***/
#setting_area {
	position: relative;
}
#setting_area>div {
    display: none;
}
#setting_area>div:target {
    display: block;
}

.hide {
	display: none;
}
#hexCode {
	font-size: 1rem;
	background-color: #9e9e9e;
	color: #fff;
	border-radius: 3px;
	padding: 5px;
}

.select2 {
	width: 100%;
}

/**
* Payment - Stripe
**/
#stripe_cardbox {
    width: 95%;
    margin: 15px auto;
    display: flex;
    background: #fff;
    border: 2px solid #cdcdcd91;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    box-shadow: 0px 4px 8px 0 rgb(0 0 0 / 15%);
}

#stripe-card-element {
    margin: 20px 0;
    border: 1px solid rgb(0 0 0 / 15%);
    padding: 15px 5px;
    border-radius: 10px;
}

/**
* Orders
**/

#order_history .actions .btn, #order_history .actions .btn:hover {
    color: #fff;
	padding: 4px 12px;
}


/**
* Blacklist Monitor
**/

.bl-valid {
	border-radius: 14px;
	margin: 0 auto;
	max-width: 857px;
	padding: 40px 64px 50px;
	text-align: left;
	width: 100%
}

@media(max-width:1024px) {
	.bl-validator {
		padding: 38px 25px 43px
	}
}

.bl-valid form {
	align-items: flex-end;
	display: flex
}

@media(max-width:1024px) {
	.bl-valid form {
		flex-direction: column
	}
}

.bl-valid input {
	-webkit-appearance: none;
    appearance: none;
    background: #fff;
    border-radius: 7px;
    font-size: 18px;
    height: 50px;
    padding: 0 15px;
    width: 100%;
}

.bl-valid input:-ms-input-placeholder {
	opacity: 1;
}

.bl-valid input::placeholder {
	opacity: 1;
}

@media(max-width:1024px) {
	.bl-valid input {
		padding: 0 14px;
	}
}

.bl-valid label {
	display: block;
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 5px;
}

.bl-valid .bl-vf-control {
	width: calc(100% - 215px);
}

@media(max-width:1024px) {
	.bl-valid .bl-vf-control {
		width: 100%;
	}
}

.bl-valid .bl-vf-btn {
    align-items: center;
    border-radius: 5px;
    display: flex;
    height: 50px;
    justify-content: center;
    margin-left: 20px;
    max-width: 150px;
    padding: 5px 10px;
    width: 100%;
}

@media(max-width:1024px) {
	.bl-valid .bl-vf-btn {
		margin: 20px 0 0;
		max-width: 100%
	}
}

.bs {
	align-items: center;
	display: flex;
}

.bs span:first-letter {
	text-transform: uppercase;
}

.bs .status-incidator {
	background: #fff;
	border: 1px solid #979797;
	border-radius: 50%;
	height: 12px;
	margin-right: 10px;
	position: relative;
	width: 12px;
}

.bs .status-incidator svg {
	height: 12px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 12px;
}

.bs .is-incomplete {
	background: #d0d0d0;
	border-color: transparent
}

.bs .is-not-listed {
	background: #4caf50;
	border-color: transparent;
}

.bs .is-listed {
	background: #f44336;
	border-color: transparent;
}

.bs .is-other {
	border-color: transparent;
}

.blt {
	color: #171e25;
	padding: 0 15px;
}

@media(max-width:1024px) {
	.blt {
		margin-bottom: 60px;
	}
}

.blt a {
	color: #1a78a8;
	text-decoration: none;
}

.blt a:hover {
	text-decoration: underline;
}

@media(max-width:1024px) {
	.blt a {
		word-break: break-all;
	}
}

.blt .bl-ti {
	margin: 0 auto;
}

.blt .bl-tfs {
	margin-bottom: 36px;
	padding: 0 23px;
	text-align: center;
}

@media(max-width:1024px) {
	.blt .bl-tfs {
		margin-bottom: 24px;
	}
}

.blt .bl-tfs ul {
	align-items: center;
	display: flex;
	justify-content: center;
	list-style: none;
}

@media(max-width:1024px) {
	.blt .bl-tfs ul {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}

.blt .bl-tfs li {
	padding: 0 14px;
}

@media(max-width:1024px) {
	.blt .bl-tfs li {
		margin-bottom: 16px;
		padding: 0;
		width: 100%;
	}
}

.blt .bl-tfs .h4 {
	margin-bottom: 13px;
}

@media(max-width:1024px) {
	.blt .bl-tfs .h4 {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

.blt .bl-tf {
	align-items: center;
	display: flex;
	font-size: 13px;
	position: relative;
}

@media(max-width:1024px) {
	.blt .bl-tf {
		font-size: 16px;
		line-height: 1.3;
	}
}

.blt .bl-tf input {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	height: 1px;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 1px;
}

.blt .bl-tf label {
	align-items: center;
	display: flex;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.blt .bl-tf .bl-tf-icon {
	background: #fff;
	border: 1px solid #606e7b;
	border-radius: 2px;
	display: flex;
	font-size: 0;
	height: 13px;
	margin-right: 10px;
	width: 13px;
}

@media(max-width:1024px) {
	.blt .bl-tf .bl-tf-icon {
		height: 14px;
		width: 14px;
	}
}

.blt .bl-tf .bl-tf-icon svg {
	height: 100%;
	opacity: 0;
	width: 100%;
}

.blt .bl-tf input:checked~label .bl-tf-icon {
	background: #1a78a8;
	border-color: #1a78a8;
}

.blt .bl-tf input:checked~label .bl-tf-icon svg {
	opacity: 1;
}

.blt .bl-th {
	margin-bottom: 10px;
}

@media(max-width:1024px) {
	.blt .bl-th {
		display: none;
	}
}

.blt .bl-tb {
	font-size: 14px;
}

@media(max-width:1024px) {
	.blt .bl-tb {
		font-size: 16px;
	}
}

.blt .bl-tb strong {
	display: none;
}

@media(max-width:1024px) {
	.blt .bl-tb strong {
		display: block;
		flex-shrink: 0;
		width: 70px;
	}
}

.blt .bl-tr {
	display: flex;
	height: 35px;
	align-items: baseline;
}

@media(max-width:1024px) {
	.blt .bl-tr {
		display: block;
		height: auto;
		padding: 18px 22px;
	}
}

.blt .bl-tr:nth-child(2n) {
	background: #e5e8ea;
	border-radius: 5px;
}

.blt .bl-tc {
	align-items: center;
	display: flex;
	line-height: 1.5;
	padding: 5px 15px 5px 20px;
}

@media(max-width:1200px) {
	.blt .bl-tc {
		padding: 5px 10px;
	}
}

@media(max-width:1024px) {
	.blt .bl-tc {
		align-items: flex-start;
		margin-bottom: 12px;
		padding: 0;
	}

	.blt .bl-tc:last-child {
		margin-bottom: 0;
	}
}

.blt .cs1 {
	width: 30.5%;
}

@media(max-width:1024px) {
	.blt .cs1 {
		width: 100%;
	}
}

.blt .cs2 {
	width: 23.5%;
}

@media(max-width:1024px) {
	.blt .cs2 {
		width: 100%;
	}
}

.blt .cs3 {
	width: 34.2%;
}

@media(max-width:1024px) {
	.blt .cs3 {
		width: 100%;
	}
}

.blt .cs4 {
	width: 11.8%;
}

@media(max-width:1024px) {
	.blt .cs4 {
		width: 100%;
	}
}

.bl_res {
    display: block;
    text-align: left;
}

.bl_rdata {
    padding: 8px 10px;
    margin: 12px 0;
    background: #f6f6f6;
    border: 10px;
}
.show_rdata {
    text-decoration: underline;
    font-weight: bold;
    color: #516bf0;
	pointer-events: auto;
    cursor: pointer;
}


/*****/
/* ...existing code... */

.scan_list .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.scan_list .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Filename truncation */
.filename-container {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.scan_list .header-row {
  margin-bottom: 10px;
}

/* Ensure action buttons don't overflow on small screens */
.action-buttons {
  flex-wrap: wrap;
  gap: 5px;
  margin-top: auto;
}

.action-buttons .btn {
  margin: 2px;
}

/* Make dropdown menu stay above other content */
.action-menu .dropdown-menu {
  z-index: 1030;
  right: 0;
  left: auto;
}

/* Custom column widths for better responsive behavior */
@media (min-width: 576px) {
  .col-sm-6.scan_list {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-3.scan_list {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 992px) {
  .col-md-3.scan_list {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* Ensure the progress bar container doesn't grow too large */
.progress-bar-container {
  width: 100%;
}

/* ...existing code... */