 /* Extra styles for the cancel button */
 .cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
  }

  

  /* Center the image and position the close button */
  .imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
  }

  img.avatar {
    width: 40%;
    border-radius: 50%;
  }

  .container {
    padding: 16px;
  }

  span.psw {
    float: right;
    padding-top: 16px;
  }



  /* The Modal (background) */
  .modal2 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.2);
    /* Black w/ opacity */
    padding-top: 60px;
  }

  /* Modal Content/Box */
  .modal-content2 {
    background-color: grey;
    /* margin: 5% auto 15% auto; */
    /* 5% from the top, 15% from the bottom and centered */
    border: none;
    width: 32%;
    float: right;
    /* Could be more or less, depending on screen size */
  }


  /* The Modal (background) */
  .modal3 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: transparent;
    /* Fallback color */
    background-color: transparent;
    /* Black w/ opacity */
    padding-top: 60px;
  }

  /* Modal Content/Box */
  .modal-content3 {
    background-color: grey;
    margin: 5% auto 15% auto;
    /* 5% from the top, 15% from the bottom and centered */
    border: none;
    width: 30%;
    /* Could be more or less, depending on screen size */
  }

  /* The Close Button (x) */
  .close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: red;
    cursor: pointer;
  }

  /* Add Zoom Animation */
  .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
  }

  @-webkit-keyframes animatezoom {
    from {
      -webkit-transform: scale(0)
    }

    to {
      -webkit-transform: scale(1)
    }
  }

  @keyframes animatezoom {
    from {
      transform: scale(0)
    }

    to {
      transform: scale(1)
    }
  }

  /* Change styles for span and cancel button on extra small screens */
  @media screen and (max-width: 300px) {
    span.psw {
      display: block;
      float: none;
    }

    .cancelbtn {
      width: 100%;
    }
  }

  #modaldata tbody tr>td:last-of-type {
    display: none;
  }




  /* The Modal (background) */
  .modal0 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    padding-top: 60px;
  }

  /* Modal Content/Box */
  .modal-content0 {
    background-color: transparent;
    margin: 5% auto 15% auto;
    /* 5% from the top, 15% from the bottom and centered */
    border: none;
    width: 50%;
    /* Could be more or less, depending on screen size */
  }

  .boxCard {
    font-family: 'Orbitron', sans-serif;
    color: rgba(245, 245, 245, 0.852);
    text-shadow: 2px 2px 2px black;
    width: 440px;
    height: 270px;
    margin: auto;
    margin-top: 10vh;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(9, 9, 9), rgb(77, 77, 77));
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  }

  .headerCard {
    display: flex;
    padding: 10px 30px;


  }

  .headerCard .nameCard {
    width: 50%;
    height: 100%;
    letter-spacing: 2px;

  }

  .headerCard .logoCard {

    width: 50%;
    height: 100%;

    font-size: 3em;

  }

  .logoCard .fa-magento {

    padding: 8px 0px;
    float: right;


  }

  /* headerCard */



  /* chip */
  .chippart {
    width: 100%;
    height: 60px;
    display: flex;
  }

  .chip {
    width: 20%;
    height: 100%;

  }

  .chip .imgCard {
    padding: 3px 30px;
  }

  .wifi {
    width: 80%;
    height: 100%;
  }

  .wifi .fa-wifi {
    font-size: 2.2em;
    padding: 12px 0px;
    transform: rotate(90deg);
    margin-top: -22px;

  }

  /* chip */


  /* cardno */

  .cardno {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    word-spacing: 0px;
    margin-top: 10px;
    letter-spacing: 2px;
    font-size: 1.5em;
  }

  /* cardno */
  /* footerCard */
  .footerCard {
    height: 80px;
    width: 100%;
    display: flex;
    margin-top: 10px;
  }

  .footerCard .leftCard {

    width: 60%;
    height: 100%;
    line-height: 2px;
    letter-spacing: 3px;
  }

  .leftCard .h5Card {
    padding: 0px 35px;
    font-size: 15px;
  }

  .leftCard .h4Card {
    padding: 0px 35px;
    font-weight: bold;
    font-size: 15px;
  }

  .footerCard .rightCard {

    width: 40%;
    height: 100%;
  }

  .rightCard .imgCard {
    padding: 10px 90px;
  }


     /* Styling for the container */
     #awesomeContainer {
      padding: 15px;
      border: 2px solid #999;
      /* Border color */
      border-radius: 10px;
      /* Rounded corners */
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      /* Shadow effect */
      background-color: #f8f8f8;
      /* Background color */
      width: 220px;
      /* Adjust width as per your requirements */
      margin: 0 auto;
      /* Center the container horizontally */
    }

    #awesomeContainer2 {
      border: 2px solid #999;
      /* Border color */
      border-radius: 5px;
      /* Rounded corners */
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      /* Shadow effect */
      background-color: #f8f8f8;
      /* Background color */
      width: 200px;
      /* Adjust width as per your requirements */
      margin: 0 auto;
      /* Center the container horizontally */
      height: 38px;
    }

    /* Styling for the text inside the container */
    #proceedV {
      color: #333;
      /* Text color */
      font-size: 15px;
      /* Adjust font size as per your requirements */
      font-weight: bold;
      opacity: 0;
      /* Initially hidden */
      animation: fadeIn 1s forwards;
      /* Apply fade-in animation */
    }

    #proceedV2 {
      color: #333;
      /* Text color */
      font-size: 15px;
      /* Adjust font size as per your requirements */
      font-weight: bold;
      opacity: 0;
      /* Initially hidden */
      text-align: center;

    }

    /* Keyframes for the fade-in animation */
    @keyframes fadeIn {
      0% {
        opacity: 0;
      }

      100% {
        opacity: 1;
      }
    }

    /* New style for the animated text */
    .fade-in-animation {
      animation: fadeIn 1s forwards;
    }



    /* Set the awesomeContainer to clip its content */
    #awesomeContainer2 {
      overflow: hidden;
    }

    .ip-item {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      /* Adjust the spacing as needed */
    }

    .ip-address {
      flex-grow: 1;
      flex-shrink: 1;
      margin-right: -5px;
      /* Adjust the spacing between IP and button */
    }

    .blacklist-button {
      flex-shrink: 0;
    }

    .button-33 {
background-color: #c2fbd7;
margin-top: -8px;
border-radius: 10px;
box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
color: green;
cursor: pointer;
display: inline-block;
font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
padding: 5px 10px;
text-align: center;
text-decoration: none;
transition: all 250ms;
border: 0;
font-size: 16px;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}

.button-33:hover {
box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
transform: scale(1.05) rotate(-1deg);
}

.select {
background-color: #0069D9;
border-radius: 10px;
box-shadow: rgba(44,80,187, .2) 0 -25px 18px -14px inset,rgba(44,80,187, .15) 0 1px 2px,rgba(44,80,187, .15) 0 2px 4px,rgba(44,80,187, .15) 0 4px 8px,rgba(44,80,187, .15) 0 8px 16px,rgba(44,80,187, .15) 0 16px 32px;
color: white;
cursor: pointer;
display: inline-block;
font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
padding: 7px 10px;
text-align: center;
text-decoration: none;
transition: all 250ms;
border: 0;
font-size: 16px;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}

.select:hover {
box-shadow: rgba(44,80,187,.35) 0 -25px 18px -14px inset,rgba(44,80,187,.25) 0 1px 2px,rgba(44,80,187,.25) 0 2px 4px,rgba(44,80,187,.25) 0 4px 8px,rgba(44,80,187,.25) 0 8px 16px,rgba(44,80,187,.25) 0 16px 32px;
transform: scale(1.05) rotate(-1deg);
}

#example1_previous {

margin-right: 10px;
}

#example1_next {

margin-left: 10px;
}


.button-82-pushable {
position: relative;
border: none;
background: transparent;
padding: 0;
cursor: pointer;
outline-offset: 4px;
transition: filter 250ms;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}

.button-82-shadow {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 5px;
background: hsl(0deg 0% 0% / 0.25);
will-change: transform;
transform: translateY(2px);
transition:
transform
600ms
cubic-bezier(.3, .7, .4, 1);
}

.button-82-edge {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 5px;
background: linear-gradient(
to left,
hsl(340deg 100% 16%) 0%,
hsl(340deg 100% 32%) 8%,
hsl(340deg 100% 32%) 92%,
hsl(340deg 100% 16%) 100%
);
}

.button-82-front {
display: block;
position: relative;
padding: 0px 8px;
border-radius: 5px;
font-size: 12px;
color: white;
background: hsl(345deg 100% 47%);
will-change: transform;
transform: translateY(-4px);
transition:
transform
600ms
cubic-bezier(.3, .7, .4, 1);
}

@media (min-width: 768px) {
.button-82-front {
font-size: 12px;
padding: 0px 8px;
}
}

.button-82-pushable:hover {
filter: brightness(110%);
-webkit-filter: brightness(110%);
}

.button-82-pushable:hover .button-82-front {
transform: translateY(-6px);
transition:
transform
250ms
cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-front {
transform: translateY(-2px);
transition: transform 34ms;
}

.button-82-pushable:hover .button-82-shadow {
transform: translateY(4px);
transition:
transform
250ms
cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-shadow {
transform: translateY(1px);
transition: transform 34ms;
}

.button-82-pushable:focus:not(:focus-visible) {
outline: none;
}




.btn.bg-danger {
position: fixed;
bottom: 20px;
left: 80px;
z-index: 1000; /* Keeps the button above other content */
display: none; /* Start with the button hidden */
}


/* Sticky last column for larger screens */
.table th:last-child,
.table td:last-child {
position: sticky;
right: 0;  /* This will make the last column sticky */
background-color: rgb(255, 255, 255);
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
color: #373737;
}

/* Disable sticky behavior on smaller screens */
@media (max-width: 767px) {
.table th:last-child,
.table td:last-child {
  position: static;  /* Disable sticky on mobile */
  right: auto;  /* Reset right position */
}
}



.modal-backdrop {
background-color: transparent !important;
}


  /* For Firefox */
  .output-content {
    scrollbar-width: thin;

  }

  /* For Chrome and Safari */
  .output-content::-webkit-scrollbar {
    width: 6px;
  }