* {
        box-sizing: border-box;
      }

      .fluid {
        width: 100%;
      }

      .auto-cols {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
      }

      .d-none {
        display: none;
      }

      .mt-lg {
        margin-top: 40px;
      }

      .mt {
        margin-top: 10px;
      }

      .whoisbulk thead {
        font-weight: bold;
      }

      .mt label {
          padding:0 6px 0 6px;
      }

      .whoisbulk thead td.sort-reverse::after {
        content: "";
        border: solid #2cc45f;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(225deg);
        position: relative;
        margin-left: 8px;
      }

      .whoisbulk thead td.sort::after {
        content: "";
        border: solid #2cc45f;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        top: -1px;
        position: relative;
        margin-left: 8px;
      }

      .whoisbulk thead {
        cursor: pointer;
        background: #ebebeb;
      }

     .whoisbulk td {
        border:  0px;
      }

      .whoisbulk {
        border: 0px;
      }

      .invalidwhois {
        font-weight: 600;
        font-size: 14px;
        display: flex;
        align-items: center;
      }

      .freewhois {
        font-weight: 600;
        font-size: 15px;
        display: flex;
        align-items: center;
      }

      .blockwhois {
        font-weight: 600;
        font-size: 15px;
        display: flex;
        align-items: center;
      }

      .freewhois::before{
        content: '';
        background: url(https://techseo.com.ua/base/whois/img/https_ok.png) no-repeat;
        background-size: contain;
        height: 20px;
        width: 18px;
        margin-right: 5px;
      }
      .blockwhois::before{
        content: '';
        background: url(https://techseo.com.ua/base/whois/img/https_bad.png) no-repeat;
        background-size: contain;
        height: 20px;
        width: 18px;
        margin-right: 5px;
      }
      
      .invalidwhois::before{
        content: '';
        background: url(https://techseo.com.ua/base/whois/img/https_none.png) no-repeat;
        background-size: contain;
        height: 20px;
        width: 18px;
        margin-right: 5px;
      }
 
        .timeoutwhois {
          color: orange;
          font-weight: bold;
        }


      .hwoistextarea { 
        width: 100%;        
        padding: 0.6em;
        color: #333;
        background: #f7f7f7;
        border: solid 2px #eaeaea;
        border-radius: 5px;
        box-sizing: border-box;
        padding-right: 35px;
    }
      .whoisfilterltd {
        order: solid 1px #d9d9d9;
        background-color: #ffffff;
        color: #222222;
        align-items: center;
        border-radius: 4px;
        padding: 0 15px;
      }
      .radiowhois input {
        position: absolute;
        z-index: -1;
        opacity: 0;
        margin: 10px 0 0 7px;
      }
      .radiowhoistext {
        position: relative;
        padding: 0 0 0 25px;
        cursor: pointer;
      }
      .radiowhoistext:before {
        content: '';
        position: absolute;
        top: 1px;
        left: 3px;
        width: 16px;
        height: 16px;
        border: 1px solid #CDD1DA;
        border-radius: 50%;
        background: #FFF;
      }
      .radiowhoistext:after {
        content: '';
        position: absolute;
        top: 3px;
        left: 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #2cc45f;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
        opacity: 0;
        transition: .2s;
      }
      .radiowhois input:checked + .radiowhoistext:after {
        opacity: 1;
      }