@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: "Roboto", sans-serif!important;
	line-height: 1.6!important;
    background: url("/pt-content/img/bg-main.png") repeat-y transparent;
	background-size: cover;
	background-attachment: fixed;
    color: #fff!important;
    padding: 0px!important;
    display: flex!important;
        flex-direction: column!important;
        min-height: 100vh!important;
}
main {
  flex: 1!important;
}
.mob-det{
    display: none;
}
.logo {
    background: url('/pt-content/img/logo/logo.svg') no-repeat center;
    width: 200px;
    height: 60px;
    display: block!important;
}
.logo-m{
    display: none!important;
}
.navbar-toggler{
    margin: 0px!important;
}
.tabs {
    overflow: hidden;
    background-color: #0059E8;
    /*margin-bottom: 20px;*/
    position: sticky;
    top: 0;
    z-index: 1000;
}
.tablink {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 37px;
    transition: 0.3s;
    font-size: 16px;
    color: #fff;
}
.tablink:hover {
    background-color: #0056b3;
}
.tablink.active {
    background-color: #007bff!important;
    color: white!important;
}
.tabcontent {
    display: none;
    padding: 15px;
    border: 1px solid #ccc;
    border-top: none;
}
.tabcontent table {
    width: 100%;
    border-collapse: collapse;
}
.tabcontent th, .tabcontent td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
}
.tabcontent th {
    background-color: white;
    color: black;
}
.tabcontent tr:hover {
    background-color: #f1f1f1;
}
#Whois pre {
    font-family: monospace;
    white-space: pre-wrap;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    max-height: 600px;
    overflow-y: auto;
}

/* Style for collapsible sections */
.collapsible {
    background-color: #f2f2f2;
    color: #333;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
    outline: none;
    font-size: 16px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: left;
}
.collapsible:hover {
    background-color: #e6e6e6;
}
.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-top: none;
    overflow-y: auto;
    max-height: 600px;
}
.content ul {
    list-style-type: none;
    padding: 0;
}
.content ul li {
    padding: 8px;
    border: 1px solid #ddd;
    margin-top: 5px;
    background-color: #fff;
}
.nav-bg-wt{
	background: #fff;
}
.navbar-nav, .nav-link{
    font-size: 15px;
    font-weight: 500;
    color: #003D6F !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
    text-wrap: nowrap;
    margin-top: 2px;
    margin-left: 2px;
}
.nav-link:hover{
    background: #1158B2 !important;
    color: #fff!important;
    border-radius: 4px;
}
.navbar-nav .nav-link.active{
    background: #1158B2 !important;
    color: #fff!important;
    border-radius: 4px;
}
.dropdown-menu{
    padding: 0px;
    border-radius: 0px!important;
}
.dropdown-item{
    padding: 14px!important;
}
.dropdown-item:hover{
    background: #1b62bd!important;
    color: #fff!important;
}
h2{
	font-size: 46px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
    color: #ffffff!important;
}
h3 {
    font-size: 20px!important;
    font-weight: 700!important;
  }
.input-group .btn {
  background: #0059E8;
  color: #fff;
  padding: 0px 40px;
  font-weight: 600;
  border: none;
  font-size: 17px;
}
.form-inline input[type="text"], form input[type="text"], form input[type="text"]:focus, .form-inline input[type="date"], form input[type="date"], form input[type="date"]:focus{
    color: #ffffff!important;
    background: rgba(0, 0, 0, 0.5)!important;
}
.form-select{
    padding: 17px 20px!important;
    border-color: #007bff; /* Custom border color */
  box-shadow: none; /* Custom focus shadow */
  background-color: #f8f9fa; /* Custom background color */
  color: #333; /* Custom text color */
}
.form-inline{
    padding: 17px 20px!important;
}
.form-control{
    padding: 17px 20px!important;
    color: #ffffff!important;
}
.form-inline ::placeholder, form ::placeholder {
  color: #787878!important;
}
footer{
    background-color: #1158B2!important;
    color: #fff!important;
    font-size: 16px;
    border-radius: 0px!important;
    padding: 20px;
    text-align: center;
    position: relative;
    bottom: 0px!important;
}
footer p{
    margin-bottom: 0px!important;
    color: #fff!important;
}
footer a {
    color: #3498db;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
/* Table Styling */
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table th, table td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

table th {
    background-color:  white;
    color: black;
    font-weight: bold;
}

table tr:hover {
    background-color: #f1f1f1;
    transition: background-color 0.3s ease;
}
/* Error message styling */
    .error {
      color: red;
      margin-top: 5px;
      font-size: 14px;
      font-weight: bold
    }
/* Table Styling */
.ad{
    background: #D9D9D9;
    padding: 30px;
    color: #9E9E9E;
}
.blu-btn a{
    color: #fff!important;
    background: #1158B2!important;
    border-radius: 4px;
    padding-left: 10px!important;
    padding-right: 10px!important;
}
.email{
    margin-top: 19px;
    margin-left: 10px;
}
.email a{
    color: #1158B2;
    text-decoration: none;
    background: url("../img/mail-ico.png") center left no-repeat;
    background-size: contain;
    font-weight: 500;
    padding-left: 30px;
}
.p17{
    margin: 0px 17px;
}
.asn-group {
  background-color: none;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.asn-header {
  position: sticky;
  top: 0;
  background-color: #0059E8;
  z-index: 100;
  box-shadow: none;
  color: #fff;
    padding: 20px 20px 13px 20px;
}
.location-group {
  background-color: #f8f8f8;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  border-left: none;
}
.asn-header h4{
    font-size: 18px;
}
.location-group {
  background-color: #f8f8f8;
    color: #000!important;
  margin-bottom: 15px;
  border-radius: 0px;
}
.location-group h3{
    font-size: 20px;
}
.loc{
    padding: 20px 20px 9px 20px;
}
.peer-info {
  margin-bottom: 10px;
  padding: 20px;
  background-color: white;
  border-radius: 0px;
  border: 1px solid #eee;
}
.result {
  border: 0px;
  border-radius: 0px;
  max-width: 100%;
  /*display: none;*/
    color: #fff!important;
}
.result h3{
    color: #fff;
}
.wt-p40{
    padding: 40px;
    background: #fff;
}
.wt-p30{
    padding: 40px 30px;
    background: #fff;
}
#tracerouteResult h2, #pingResult h2, .result h2 {
  color: #0059E8 !important;
  font-size: 22px!important;
  margin-bottom: 40px!important;
}
table th{
    background: #0059E8!important;
    color: #fff!important;
}
table th, table td{
    border: none!important;
    padding: 20px 15px !important;
}
tbody{
    background: #fff!important;
    color: #000!important;
}
.tb-table .table-responsive{
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.tb-table table{
    margin-bottom: 0;
}
.tb-table th{
    background: #F5F6FB!important;
    color: #1158B2!important;
}
.tb-table td{
    padding: 16px 15px !important;
    font-size: 15px;
}
.tb-table h3{
    color: #000!important;
}
.blu-txt{
    color: #0059E8!important;
}
.red{
    color: #FF0000!important;
    font-size: 20px!important;
}
.red-sm{
    color: #FF0000!important;
}
.green{
    color: #0CB360!important;
    font-weight: 600!important;
}
.blu-link a{
    color: #0B57D7!important;
    text-decoration: none;
}
/*Pagination*/

.pagination-info {
    margin: 10px 0;
    font-size: 0.9em;
    color: #666;
}

.pagination-controls {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

.pagination-btn {
    padding: 5px 10px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    cursor: pointer;
    border-radius: 3px;
}

.pagination-btn:hover {
    background: #e8e8e8;
}

.pagination-btn.active {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.pagination-ellipsis {
    padding: 5px 10px;
    display: inline-block;
}

/*Pagination*/
.update-controls{
    padding: 20px 0px!important;
    background: none!important;
}
.update-btn {
  background-color: #0CB360!important;
  color: white;
  border: none;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
}
.last-updated {
  color: #666;
  font-size: 0.9em;
}
#Whois pre {
  font-family: monospace;
  white-space: pre-wrap;
  background-color: #f9f9f9;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  max-height: 600px;
  overflow-y: auto;
}
pre{
    color: #000!important
}
.result p{
    margin: 0;
}
.scr {
  overflow-y: scroll;
  height: 400px;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
    scrollbar-color: #007bff #042043;
  -webkit-scrollbar-color: #007bff #042043;
}
.content-li {
  padding: 10px 10px 10px 0px;
  overflow: hidden;
    overflow-y: hidden;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(221, 221, 221);
  border-top: none;
}
.content-li ul{
    padding-left: 0;
}
.content-li ul li {
  padding: 8px;
  margin-top: 5px;
  background-color: #F5F6FB;
    list-style: none;
}
.inf-img img{
    max-height: 17px;
}

@media (max-width:768px) {
    h2{
        font-size: 28px;
        margin-bottom: 0px;
    }
    .input-group .btn{
        padding: 10px!important;
    }
}


































