.card{
    cursor: pointer;
}
.dns_table {
    table-layout: fixed;
    color: #1b1b1b;
}
.table-layout-fixed{
    table-layout:fixed;
}
.dns_table tr[data-toggle] {
    cursor: pointer;
}
.td_type {
    width: 50px;
}
.td_name {
    width: 20%;
    word-wrap: break-word;
}
.td_content {
    width: 25%;
    /* text-overflow: initial; */
    /* white-space: initial; */
    /* overflow: initial; */
    word-wrap: break-word;
}
.td_content div{
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* position: relative; */
}
.td_content div .priority {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    padding: 2px;
}
.td_ttl {
    width: 5%;
}
.td_proxy {
    width: 12%;
}
.MX_record div[class*="_record"]:not(.mx_record),
.A_record div[class*="_record"]:not(.a_record),
.AAAA_record div[class*="_record"]:not(.aaaa_record),
.CNAME_record div[class*="_record"]:not(.cname_record),
.NS_record div[class*="_record"]:not(.ns_record),
.SPF_record div[class*="_record"]:not(.spf_record),
.TXT_record div[class*="_record"]:not(.txt_record){
    display: none!important;
}
.MX_record .mx_record,
.A_record .a_record,
.AAAA_record .aaaa_record,
.CNAME_record .cname_record,
.NS_record .ns_record,
.SPF_record .spf_record,
.TXT_record .txt_record{
    display: block!important;
}
.btn-block,
.btn-icon-split{
    position: relative;
}
.btn-block span[class^="spinner"]{
    position: absolute;
    right: 10px;
    top:50%;
    transform: translateY(-50%);
}
.btn-icon-split span[class^="spinner"]{
    position: absolute;
    right: 10px;
    top:50%;
    transform: translateY(-50%);
}
.btn-icon-split[disabled] span[class^="spinner"]{
    display: block!important;
}
    /*table.dataTable tr th.select-checkbox.selected::after {
        content: "âœ”";
        margin-top: -11px;
        margin-left: -4px;
        text-align: center;
        text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
    }
    .select-checkbox.selected input[type="checkbox"]{
        display: none;
    }*/
table.dataTable tr th.select-checkbox{
    text-align: center;
    width: 5px;
}
.form-control-plaintext:focus-visible {
    outline-color: #c9c9c9;
}
.modal-main-content{
    max-height: 800px;
    overflow-y: auto;
}
.modal-header .close.whois{
    padding: 0.7rem;
}
.toggle-proxy-cloud{
    cursor: pointer;
}
@media (max-width: 767px) {
    .modal-body{
        padding: 5px;
    }
    .table.dns_table td, .table.dns_table th{
        word-break: break-all;
        padding: 5px;
    }
    .table.dns_table .td_type {
        width: 5px;
        line-height: 1;
    }
    .table.dns_table .td_ttl{
        word-break: normal;
    }
    .table.dns_table th.td_proxy{
        word-break: normal;
        white-space: nowrap;
        overflow: hidden;
        width: 15px;
    }
    .table.dns_table td.td_proxy{
        word-break: normal;
        width: 15px;
    }
    .table.dns_table td.td_proxy img{
        display: block;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        padding-left: 5px;
        padding-right: 5px;
    }
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-left: 5px;
        padding-right: 5px;
    }
}

