.bootstrap-iso .table tr > td,
.bootstrap-iso .table tr > th {
  vertical-align: middle;
}

.bootstrap-iso body {
  background: whitesmoke;
  font-family: futura-pt, sans-serif;
}

.bootstrap-iso .text-brand,
.bootstrap-iso .text-pink {
  color: #ff0081;
}

.bootstrap-iso .bg-yellow {
  background: #fffba6;
}
.bootstrap-iso .bg-grey {
  background: #e9ecef;
}

.bootstrap-iso .bg-yellow:focus {
  background: #fffba6;
}

.bootstrap-iso .bg-pink {
  background: #ff00811a;
}

.bootstrap-iso .bg-green:focus {
  background: #cff8d6;
}

.bootstrap-iso .bg-blue {
  background: rgb(132, 186, 236);
}

.bootstrap-iso .bg-blue:focus {
  background: rgb(132, 186, 236);
}

.bootstrap-iso .text-blue {
  color: #203a65;
}

.bootstrap-iso .bg-highlight {
  background: whitesmoke;
}

.bootstrap-iso .winner {
  width: 60px;
}

/* .ad-label{ width: 150px;} */
/* .ad-type-input{min-width:150px;} */

.bootstrap-iso #fixTable td {
  min-width: 100px;
}

.bootstrap-iso #retargetting td {
  min-width: 100px;
}

.bootstrap-iso .gray-cell {
  color: lightgray;
  background: lightgray;
}

.bootstrap-iso .btn-outline-danger {
  color: deeppink;
  border-color: deeppink;
}

.bootstrap-iso .btn-outline-danger:hover {
  color: #fff;
  background-color: deeppink;
  border-color: deeppink;
}

.bootstrap-iso .btn-outline-info {
  color: #203a65;
  border-color: #203a65;
}

.bootstrap-iso .btn-outline-info:hover {
  color: #fff;
  background-color: #203a65;
  border-color: #203a65;
}

.bootstrap-iso .text-info {
  color: #203a65;
}

.bootstrap-iso .special {
  color: transparent;
}

.bootstrap-iso .bg-yellow {
  background-color: #fffba6;
}

.bootstrap-iso .bg-green {
  background-color: #cff8d6;
}

.bootstrap-iso .bg-pink {
  background-color: #fad4d4;
}

.bootstrap-iso .bg-darkgreen {
  background-color: #42593a;
}

.bootstrap-iso a {
  color: #c42126;
  text-decoration: none;
}

.bootstrap-iso a:hover {
  text-decoration: underline;
  color: #c42126;
}

.bootstrap-iso select {
  height: 34px !important;
}

.bootstrap-iso .form-control {
  padding: 4px !important;
}

.bootstrap-iso .p-3 {
  padding: 5px !important;
  padding-top: 10px !important;
}

.bootstrap-iso .form-select {
  padding: 5px !important;
}

@media (max-width: 992px) {
  .table-style figure.wp-block-table table * {
    width: 72px !important;
  }

  .bootstrap-iso select {
    height: 34px !important;
  }
}

@media only screen and (max-width: 480px) {
  .bootstrap-iso .form-control,
  .bootstrap-iso .form-select {
    padding: 4px;
    font-size: 14px;
  }

  /* .bootstrap-iso input[type=tel] {
        padding: 0;
    } */
  .table.table-sm {
    width: fit-content !important;
  }

  .bootstrap-iso select {
    height: 30px !important;
  }
}

/* .bootstrap-iso .table tr>td {
    max-width: 100%;
    white-space: nowrap;
}

.bootstrap-iso .table tr>td {
    max-width: 100%;
    white-space: nowrap;
} */

/* @media only screen and (max-width: 768px) {
     .bootstrap-iso .table-style {
        display: block;
        position: relative;
        width: 100%;
    }

     .bootstrap-iso .table-style thead {
        display: block;
        float: left;
    }

     .bootstrap-iso .table-style thead tr {
        display: block;
    }

     .bootstrap-iso .table-style tbody {
        background-repeat: repeat;
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }

     .bootstrap-iso .table-style tbody tr {
        display: inline-block;
        vertical-align: top;
    }

    .bootstrap-iso .table-style tbody tr .lastprice {
        width: 230px;
    }

    .bootstrap-iso .table-style th {
        display: block;
        height: 3.3rem;
        width: 120px;

        padding: 14px !important;
        border-bottom: none;
        
        border-left: none;
        padding-bottom: 10px;
        
    }

    .bootstrap-iso .table-style th:first-child {
        border-top: none;
    }

    .bootstrap-iso .table-style td {
        width: 230px;
        height: 3.3rem;

        display: block;
        padding: 0.5em 1em !important;
        border-bottom: none;
        border-right: none;
    }
    .bootstrap-iso .table-style thead tr .front-line{
        display: none;
    }
     .bootstrap-iso .table-style td:first-child {
        border-top: none !important;
    }

     .bootstrap-iso .bdt-ep-crypto-table-fullname {
        margin-left: 3px;
    }

     .bootstrap-iso .margin-tr {
        
    }
} */
/* 
.bootstrap-iso{
    color: red;
}
*/
