/* Custom CSS */

@font-face {
    font-display: block;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/manrope-v20-latin-300.woff2') format('woff2');
}

@font-face {
    font-display: block;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/manrope-v20-latin-400.woff2') format('woff2');
}

@font-face {
    font-display: block;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    src: url('/fonts/manrope-v20-latin-800.woff2') format('woff2');
}

body {
    font-family: "Manrope", sans-serif!important;
}

.returnvalue {
    color: #0074C2!important;
    white-space: nowrap;
}

.hostname {
    color: #0062A3;
}

.type {
    color: #646464;
}

.columns {
    overflow: hidden;
}

.error {
    color: #a00000;
    font-weight: bold;
}

.ttl {
    color: #DB0000!important;
}

a {
    color: #0062A3;
    text-decoration: underline;
}

.is-danger .error {
    background-color: #a00000;
    color: #ffffff;
}

.red {
    color: #a00000;
}

.green {
    color: #00a000;
}

h1,
h2,
h3,
h4,
b,
strong {
    font-weight: 800;
}

.column {
    overflow: hicdden;
    white-space: wrap;
}

h5.title {
    white-space: nowrap;
}

#inputbody {
    align-items: center;
    text-align: center;
}

#domainform {
    align-items: center;
    text-align: center;
    max-width: 95%;
    margin: 0 auto;
    clear: both;
}

#inputmain {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    text-align: center;
    white-space: nowrap;
    width: 500px;
    max-width: 95%;
}

.domain {
    max-width: 200px;
}

#info {
    padding-top: 2rem;
    align-items: center;
    text-align: center;
}

#info a {
    text-decoration: none;
}

.center {
    align-items: center;
    text-align: center;
}

.dnsinput,
.dnsbutton {
    margin: 0 4px;
}

th {
    background-color: #f0f0f0!important;
}

td {
    white-space: nowrap;
}

th,
td {
    padding: 6px 8px!important;
}

#button-restart,
#button-reload {
    text-decoration: none;
}

@media (max-width: 600px) {
    .dnsinput,
    .dnsbutton {
        font-size: 75%;
    }
    .domain {
        max-width: 150px;
    }
}

.is-danger {
    color: #ffffff;
    background-color: #a00000;
}

.is-success {
    color: #ffffff;
    background-color: #007000;
}
