/*a {
  text-decoration: none !important;
}

.sidebar .nav > li.help {
    position: fixed;
    width: 100%;
    bottom: 20px;
}*/

.tips-domain-type::after {
	border-left: 17px solid #FFE28C;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: -17px;
	top: 30px;
}

.tips-billing-form::after {
	border-left: 17px solid transparent;
	border-bottom: 17px solid #FFE28C;
	border-right: 17px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	left: 30px;
	top: -17px;
}

.tips-status-form::after {
	border-left: 17px solid transparent;
	border-bottom: 17px solid #f15c41;
	border-right: 17px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	left: 30px;
	top: -17px;
}

.domain-register-result-first {
	margin: 0px 0px;
}

.domain-register-result {
	margin: 18px 0px 0px 0px;
}

.domain-bth-register-first {
	padding-top: 10px;
}

.domain-bth-register {
	padding-top: 30px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.icon-in-btn {
	padding-right: 10px;
}

.card-domain-service {
	min-height: 250px;
}


.control-group {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	text-align: left;

	margin: 10px;
}

.control {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 18px;
}

.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control .icons {
	display: none;
}

.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background: #e6e6e6;
}

.control--radio .control__indicator {
	border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
	background: #ccc;
}

.control input:checked ~ .control__indicator {
	background: #2aa1c0;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
	background: #0e647d;
}

.control input:disabled ~ .control__indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}

.control__indicator:after {
	content: '';
	position: absolute;
	display: none;
}

.control input:checked ~ .control__indicator:after {
	display: block;
}

.control--checkbox .control__indicator:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
	left: 7px;
	top: 7px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
	background: #7b7b7b;
}

.section-green {
	padding: 30px 0;
	margin: 30px -30px;
	position: relative;
	background-color: #006F3D;
	color: #FFFFFF;
}

.section-green .row {
	margin: 0px;
}


.label-primary {
	background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #286090;
}

.label-success {
	background-color: #006f3d;
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #006638;
}

.label-info {
	background-color: #374780;
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #36457d;
}

.label-warning {
	background-color: #f7941e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #f68b09;
}

.label-danger {
	background-color: #ef4123;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #be290e;
}

.panel-default {
	border-color: #ddd;
}

.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}

.panel-primary {
	border-color: #337ab7;
}

.panel-primary > .panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
	color: #337ab7;
	background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #337ab7;
}

.panel-success {
	border-color: #d6e9c6;
}

.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}

.panel-info {
	border-color: #374780;
}

.panel-info > .panel-heading {
	color: #fff;
	background-color: #374780;
	border-color: #374780;
}

.panel-info > .panel-body {
	background-color: #edeff7;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}

.panel-warning {
	border-color: #faebcc;
}

.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}

.panel-danger {
	border-color: #ebccd1;
}

.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}

.password-toggle-icon {
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	right: 25px;
}

.card-body label {
	font-size: 15px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	color: #fff;
	background-color: #4d63a9;
	border-color: #4d63a9;
}

.swal2-styled.swal2-confirm {
	background-color: #374780 !important;
}

.swal2-styled.swal2-confirm:hover {
	background-color: #4d63a9 !important;
}

.swal2-styled.swal2-confirm:focus {
	background-color: #4d63a9 !important;
	box-shadow: 0 0 0 3px rgba(77, 99, 169, 0.51) !important;
}


.card-header h4 {
	font-family: 'Google Sans', sans-serif;
	font-size: 22px;
	margin-bottom: 0;
}

.white-space-nowrap {
	white-space: nowrap;
}

.text-info {
	color: #374780 !important;
}

.g-recaptcha {
	display: flex;
	justify-content: center;
	margin: 20px 0 30px;
}


/*============================== Dashboard ====================== */
.sb-sidenav .sb-sidenav-menu .nav .nav-link {
	font-size: 14px;
	padding: 10px 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sb-sidenav .sb-sidenav-menu .nav {
	padding-left: 0;
}

.sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-nav-link-icon {
	font-size: 20px;
	width: 30px;
}

.sb-topnav .navbar-brand {
	width: auto;
}

@media (min-width: 768px) {
	.sb-topnav .navbar-brand {
		width: 225px;
	}
}


/*============================== Form ====================== */

thead th {
	font-size: 1rem;
}

.control.control--checkbox {
	font-family: 'Google Sans', sans-serif;
	font-size: 16px;
}

.badge-warning {
	background-color: #F7941E;
}

.cursor-pointer {
	cursor: pointer;
}

.cursor-not-allow {
	cursor: not-allowed;
}

/*============================== Atomic class ====================== */

.pl-7px {
	padding-left: 7px;
}


/*============================== Form Step ====================== */

.form-stepper {
	position: relative;
}

.form-stepper .form-stepper-icon {
	position: absolute;
	right: 5px;
	top: 45%;
	transform: translateY(-45%);
}

.input-group .input-group-append > button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	min-height: 46px;
}

.paginate-text-color {
	color: #aeaeae;
}

.page-item:not(:last-child) {
	margin-right: 6px;
}

.page-item .page-link {
	border-radius: 50%;
	background-color: white;
	color: #374780;
}

.page-item.active .page-link {
	border-radius: 50%;
	background-color: #374780;
	color: white;
	border-color: #374780;
	font-weight: 600;
}

.page-item.disabled .page-link {
	cursor: not-allowed;
	background-color: #efefef;
	color: #d0d0d0;
}

.page-link {
	font-size: 14px;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-link i {
	font-size: 12px;
}

.page-item:first-child .page-link, .page-item:first-child .dataTable-pagination a, .dataTable-pagination .page-item:first-child a, .dataTable-pagination li:first-child .page-link, .dataTable-pagination li:first-child a {
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.page-item:last-child .page-link, .page-item:last-child .dataTable-pagination a, .dataTable-pagination .page-item:last-child a, .dataTable-pagination li:last-child .page-link, .dataTable-pagination li:last-child a {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

.text-muted2 {
	color: #a7a7a7;
}

label .error {
	color: #dc3545;
}

.idnth-modal .modal-content {
	border-radius: 30px;
	border: 0;
}

.idnth-modal .modal-body {
	position: relative;
	padding: 60px 40px;
}

.idnth-modal .btn-close {
	position: absolute;
	right: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
}

.idnth-modal h1 {
	font-size: 24px;
}

.idnth-modal h1 span {
	font-size: 12px;
	font-weight: 400;
	display: block;
}

.idnth-modal h2 {
	font-size: 22px;
	font-weight: 400;
}

.idnth-modal .detail {
	font-size: 18px;
}

.idnth-modal .badge-highlight {
	position: absolute;
	top: -20px;
	left: 0px;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 30px;
	color: white;
	background-color: #ffa629;
}

.badge.badge-highlight {
	color: white;
	background-color: #ffa629;
}

@media (min-width: 768px) {
	.idnth-modal .badge-highlight {
		top: -8px;
		left: -43px;
		transform: rotate(330deg);
	}

	.idnth-modal .modal-body {
		padding: 60px 60px;
	}

	.idnth-modal h1 {
		font-size: 24px;
	}

	.idnth-modal h1 span {
		font-size: 12px;
		font-weight: 400;
		display: inline-block;
	}

	.idnth-modal h2 {
		font-size: 22px;
		font-weight: 400;
	}

	.idnth-modal .detail {
		font-size: 18px;
	}
}

.swal-title-red .swal2-title {
	color: red !important;
}

.tag-gov {
	position: fixed;
	right: 0;
	bottom: 6%;
}

.tag-gov img {
	height: 100px;
}

@media (min-width: 768px) {
	.tag-gov {
		bottom: 80%;
	}

	.tag-gov img {
		height: 115px;
	}
}

.slide-in-right {
	-webkit-animation: slide-in-right 1.2s ease-in both;
	animation: slide-in-right 1.2s ease-in both;
}

@-webkit-keyframes slide-in-right {
	0% {
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes slide-in-right {
	0% {
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

option:disabled {
	color: rgb(203, 203, 203);
}
