/* css MB */
.popup {
	max-height: 69%;
	height: 100%;
}
.kichhoattenmien td {
    font-size: 14px;
}
.kichhoattenmien {
    height: 100%;
    overflow-y: scroll;
    border: 1px solid #ececec;
    padding: 20px;
    border-radius: 10px;
}
.kichhoattenmien::-webkit-scrollbar {
  width: 5px;
}
.kichhoattenmien::-webkit-scrollbar-track {
  background: #d3d3d2; 
}
.kichhoattenmien::-webkit-scrollbar-thumb {
  background: #f9961c; 
}
.kichhoattenmien::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/* end css MB */
#checkdomain {
    margin: 10px 0;
    box-shadow: 0 2px 0 0px rgba(0,0,0,0.027);
    border-radius: 5px 5px 5px 5px !important;
    position: relative;
    border: 1px solid #e8e8e8;
    padding: 5px;
	
}
#checkdomain button#submit span {
    display: block;
}
#checkdomain input {
    width: 74%;
    border: none;
    box-shadow: none;
}
#checkdomain button {
    background: orange;
    color: white;
    width: 25%;
    border-radius: 5px;
    font-size: 17px;
    border-color: orange;
    display: inline-block;
    vertical-align: top;
    height: 45px;
}
form#checkdomain {
    text-align: center;
}

#checkdomain input, #checkdomain button {
	margin: 0;
}
.popup {width: 640px;max-width: 100vw;position: fixed;top: 50%;left: 50%;z-index: 2001;overflow: hidden;transform: translate(-50%, -50%);background: #FFF;border-radius: 8px;box-shadow: 1px 2px 3px rgb(0 0 0 / 23%);padding: 20px;}

table {
	color: black;
}
.domain-item {
    border-bottom: 1px solid #e8e8e8;
    padding: 5px 0;
}
.list-domain td.red a {
    width: 130px;
    color: white;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 5px;
    text-align: center;
}
a.check-dns {background: #1da1f2;float: right;}
a.check-whois {background: orange;float: right; margin-left: 5px;}
a.buy-domain {background: green;float: right;}
.list-domain  tr:nth-child(odd) {
  background-color: #f1f1f180;
}
.list-domain tr td, .list-domain  tr th {
    padding: 5px 10px !important;
    min-height: 46px;
        text-align: left;
}

@media screen and (max-width: 480px) {
	#checkdomain input {
		width: 63%;
	}
	#checkdomain button {
		width: 35%;
	}
	td a {
		display: block;
		width: 100%;
	}

	td {
		vertical-align: top;
	}
	.popup {
		max-width: 95%;
	}

	.kichhoattenmien {
		padding: 15px !important;
	}
	.list-domain td.red {
		display: flex;
		flex-direction: column;
		font-size: 15px;
	}
	a.check-whois {
		margin-left: 0;
		margin-bottom: 5px;
	}
}