.show.totalplayer-active {
    background-color: var(--bs-success-light);
    border: 2px solid #17c653;
    border-radius: 6px;
    padding: 6px
}

.show.activeplayer-active {
    background-color: var(--bs-success-light);
    border: 2px solid #17c653;
    border-radius: 6px;
    padding: 6px
}

.show.inactiveplayer-active {
    background-color: var(--bs-primary-light);
    border: 2px solid var(--bs-text-primary) !important;
    ;
    border-radius: 6px;
    padding: 6px
}

.show.vipplayer-active {
    background-color: var(--bs-warning-light);
    border: 2px solid var(--bs-text-warning) !important;
    ;
    border-radius: 6px;
    padding: 6px
}

.show.blockedplayer-active {
    background-color: var(--bs-danger-light);
    border: 2px solid var(--bs-text-danger) !important;
    border-radius: 6px;
    padding: 6px
}

.player-stack {
    border-radius: 6px;
    padding: 6px;
    border: 2px solid #17c65400;
    cursor: pointer;
}

.player-stack:hover {
    background-color: rgba(201, 198, 198, 0.178);
    border: 2px solid #949494e5;
}

.player-stack:hover .player-stack-img {
    color: aqua;
}

.toggle-password {
    float: right;
    cursor: pointer;
    font-size: 15px !important;
    padding: 7px;
    position: relative;
    bottom: 38px;
    right: 10px;
}

.toggle-password:hover {
    color: #ffff;
    background-color: #88888847;
    border-radius: 20px;
}

/* .content-section{
    display: none;
} */

.image-input:not(.image-input-empty) {
    background-image: url('https://preview.keenthemes.com/keen/demo1/assets/media/svg/files/blank-image.svg') !important;

}
.image-input-wrapper{

    background-position: center;
}

.error {
    color: red;
}

.form-floating .form-select {
    padding-top: 1.344rem !important;
}

.selectoption-font-size{
    font-size: 12px;
}

.ki-eye,
.ki-eye-slash {
    font-size: 18px !important;
}

.image-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999 !important;
  }

  .image-modal-content {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
  }

  .image-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }

  .image-close:hover,
  .image-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

  .profile-card{
    margin-bottom: 150px;
  }
  .copy-icon:hover{
     cursor: pointer;
     color:  #3e97ff;
}

 .table-align td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 }

 .table-align th {
    white-space: nowrap;
    text-align: left;
    overflow: visible;
 }

 .table-align {
    table-layout: fixed;
    width: 100%;
 }

 .table-align th,
 .table-align td {
    width: 170px;
    text-align: center !important;
 }

 .table-align th:not(:first-child):not(:last-child),
 .table-align td:not(:first-child):not(:last-child) {
     width: 170px !important;
     text-align: center !important;
 }


 .table-align th:last-child,
 .table-align td:last-child {
     width: 100px !important;
     text-align: center;
 }

  .table-align th:first-child,
  .table-align td:first-child {
      width: 60px;
      text-align: center;
  }

  .perm-table-align td,
  .perm-table-align th {
     white-space: normal;
     word-wrap: break-word;
     text-align: center;
     padding-right: 0px !important;
     padding-left: 0px !important;
 }

 .perm-table-align {
     table-layout: fixed;
     width: 100%;
 }

.perm-table-align th:nth-child(1) {
    width: 60px !important;
}

.perm-table-align th:nth-child(2) {
    width: 70px;
    text-align: center;
}

.perm-table-align th:nth-child(3) {
    width: 160px !important;
    text-align: center;
    padding-right:0px !important;
    padding-left: 0px !important;
}

.perm-table-align th:nth-child(4) {
    width: 300px !important;
    text-align: center;
}

#perm-table input{
    cursor: pointer;
}
