@import url(https://fonts.googleapis.com/css?family=Nunito);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css);
.time-periods {
  position: relative;
}

.time-periods .btn {
  margin-bottom: 5px;
  transition: all 0.15s;
  background: #fff;
}

.time-periods .btn h1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}

.time-periods .btn span {
  font-size: 17px;
  font-weight: 700;
  color: #aaa;
  margin: 20px 0 0 5px;
}

.time-periods .btn-check:active + .btn-outline-dark,
.time-periods .btn-check:checked + .btn-outline-dark,
.time-periods .btn-outline-dark.active,
.time-periods .btn-outline-dark:active {
  padding: 0.75rem 1rem;
  border-bottom: 5px solid #fc832a;
}

.time-periods .form-control {
  display: inline-block;
  width: auto !important;
}

.time-periods .btn-check:active + .btn-outline-dark span,
.time-periods .btn-check:checked + .btn-outline-dark span,
.time-periods .btn-outline-dark:hover span,
.time-periods .btn-outline-dark.active span,
.time-periods .btn-outline-dark:active span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .time-periods .btn span {
    margin: 0;
  }
}
.hosting {
  /* BUSINESS VIP */
  /* VM PACKS */
}
.hosting .package-box {
  border-radius: 0.3rem;
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  border: 8px solid #fff;
}
.hosting .package-box h3 {
  text-align: center;
  font-weight: 700;
  box-shadow: inset 0 7px 15px rgba(0, 0, 0, 0.07);
  color: #333333;
  padding: 20px 0;
  border-radius: 0.3rem 0.3rem 0 0;
  margin-bottom: 30px;
}
.hosting .package-box ul {
  padding: 0 0 0 35px;
  text-align: left;
  list-style-type: none;
}
.hosting .package-box ul li {
  width: 100%;
  display: block;
  float: left;
  padding: 4px 0;
}
.hosting .package-box ul li i {
  font-size: 26px;
  color: #bbb;
  float: left;
  margin: 0 10px;
}
.hosting .package-box ul li span {
  float: left;
  width: calc(100% - 55px);
  text-transform: uppercase;
  line-height: 18px;
  position: relative;
  top: 10px;
}
.hosting .package-box h1 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}
.hosting .package-box h1 span {
  font-size: 22px;
}
.hosting .package-box h6 {
  color: #777;
  text-align: center;
}
.hosting .package-box p {
  font-size: 14px;
  color: #999;
  text-align: center;
}
.hosting .package-price {
  text-align: center;
}
.hosting .package-price .btn {
  margin-bottom: -30px;
}
.hosting .package-blue h3 {
  border-bottom: 8px solid #0d6efd;
}
.hosting .package-purple h3 {
  border-bottom: 8px solid #6f42c1;
}
.hosting .package-orange h3 {
  border-bottom: 8px solid #fd7e14;
}
.hosting .package-bronze h3, .hosting .package-silver h3, .hosting .package-gold h3, .hosting .package-platinum h3 {
  color: #ffffff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.hosting .package-bronze h3 {
  background: linear-gradient(73deg, #804a00 0%, #b08d57 37%, #895e1a 100%);
}
.hosting .package-silver h3 {
  background: linear-gradient(73deg, #888888 0%, #e6e6e6 37%, #bbbbbb 100%);
}
.hosting .package-gold h3 {
  /* background: linear-gradient(73deg, #d09b12 0%, #986f10 37%, #ffd100 100%); */
  background: linear-gradient(73deg, #d09b12 0%, #f7d98a 13%, #d09b12 20%, #986f10 30%, #d09b12 72%, #f7d98a 87%, #ffd100 100%);
}
.hosting .package-platinum h3 {
  /* background: linear-gradient(73deg, #d9d8d6 0%, #faf9f6 28%, #f1f0ed 64%, #e5e4e2 100%); */
  background: linear-gradient(73deg, #d9d8d6 0%, #faf9f6 13%, #ebebea 22%, #a7a299 36%, #e5e4e2 82%, #faf9f6 92%, #e5e4e2 100%);
}
.hosting .vm-pack-1-1 h3, .hosting .vm-pack-1-2 h3, .hosting .vm-pack-2-2 h3, .hosting .vm-pack-2-4 h3, .hosting .vm-pack-3-4 h3,
.hosting .vm-pack-4-6 h3, .hosting .vm-pack-4-8 h3, .hosting .vm-pack-6-10 h3, .hosting .vm-pack-8-16 h3, .hosting .vm-pack-10-20 h3 {
  color: #ffffff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.hosting .vm-pack-1-1 h3 {
  background: #ffcc29;
}
.hosting .vm-pack-1-2 h3 {
  background: #ffb904;
}
.hosting .vm-pack-2-2 h3 {
  background: #f79b08;
}
.hosting .vm-pack-2-4 h3 {
  background: #ff7700;
}
.hosting .vm-pack-3-4 h3 {
  background: #ed4706;
}
.hosting .vm-pack-4-6 h3 {
  background: #cd2200;
}
.hosting .vm-pack-4-8 h3 {
  background: #9e1600;
}
.hosting .vm-pack-6-10 h3 {
  background: #720019;
}
.hosting .vm-pack-8-16 h3 {
  background: #540111;
}
.hosting .vm-pack-10-20 h3 {
  background: #280312;
}
.loading-outer {
  position: relative;
}

.loading-overlay {
  position: absolute;
  z-index: 9;
}

.loading {
  position: absolute;
  z-index: 9;
}

.loading img {
  border-radius: 50%;
  opacity: 0.7;
}

.loading-overlay img {
  border-radius: 50%;
  opacity: 0.8;
}

.loading-overlay .overlay-content {
  width: 200px;
  text-align: center;
}

.loading-overlay .overlay-content span {
  margin-top: 20px;
  white-space: normal;
}

.dashboard .counter {
  font-size: 2.5rem !important;
}
.dashboard .counter_small {
  font-size: 1.5rem !important;
}
.dashboard .dash-box {
  display: block;
  position: relative;
  top: 0;
  color: #555;
  background-color: #fff;
  border-bottom: 5px solid #666 !important;
  text-decoration: none;
  transition: all 0.2s;
}
.dashboard .dash-box h1 {
  margin-bottom: 0;
  line-height: 1;
}
.dashboard .dash-box h1 span {
  font-size: 20px;
}
.dashboard .dash-box h3 {
  position: absolute;
  right: 15px;
  top: 15px;
}
.dashboard .dash-box h5 {
  margin-bottom: 0;
  line-height: 20px;
  min-height: 40px;
}
.dashboard .dash-box-dark {
  color: #fff;
  background-color: #555;
  border-bottom: 5px solid #fc832a !important;
}
.dashboard .dash-box-dark h3 {
  color: #fc832a;
}
.dashboard .dash-box:hover {
  top: -5px;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
}
.dashboard .form-floating {
  width: calc(100% - 110px);
}
.dashboard .table-dash {
  height: 203px;
  overflow-y: scroll;
}
.dashboard .table-dash table thead th {
  background-color: #555;
}
.dashboard .dash-banner, .dashboard .support-banner {
  display: block;
  text-decoration: none;
  color: #444;
}
.dashboard .dash-banner-1 {
  background: url("/images/logo-icon-corner-2.png") no-repeat right bottom, url("/images/dash-banner-1.jpg") no-repeat 80% 50%;
}
.dashboard .dash-banner-1 .badge {
  background: #fff;
  color: #444;
}
.dashboard .dash-banner-2 {
  background: url("/images/logo-icon-corner.png") no-repeat right bottom, url("/images/dash-banner-2.jpg") no-repeat 80% 50%;
}
.dashboard .dash-banner-2 .badge {
  background: #fc832a;
  color: #444;
}
.dashboard .offer-banner {
  display: block;
  height: 168px;
  text-decoration: none;
  position: relative;
  top: 0;
  transition: all 0.2s;
  background: url("/images/account-banner_eu-sep24.JPG") no-repeat center center;
}
.dashboard .offer-banner:hover {
  top: -5px;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
}
.dashboard .support-banner {
  float: left;
  width: 100%;
  position: relative;
  top: 0;
  transition: all 0.2s;
}
.dashboard .support-banner img {
  width: 73px;
}
.dashboard .support-banner:hover {
  top: -5px;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
}
.dashboard .support-banner div.float-start {
  width: calc(100% - 125px);
}
.dashboard .announce-box pre, .dashboard .announce-box p {
  white-space: normal;
  margin-bottom: 0;
}

.body a {
  color: var(--cui-link-color, #333333);
  text-decoration: none !important;
}

.body a:hover {
  color: #000000 !important;
}

.body .text-white, .body .text-white:hover {
  color: #ffffff !important;
}

.text-dark {
  color: var(--cui-dark, #555555) !important;
}

.bg-dark {
  background-color: var(--cui-dark, #444444) !important;
}

.btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active, .show > .btn.dropdown-toggle {
  background-color: var(--cui-btn-active-bg, #555555) !important;
}

.page-item.active .page-link {
  background-color: var(--cui-pagination-active-bg, #555555) !important;
  border-color: var(--cui-pagination-active-border-color, #444444) !important;
}

.dropdown-menu-dark {
  --cui-dropdown-color: #cccccc !important;
  --cui-dropdown-bg: #555555 !important;
  --cui-dropdown-border-color: rgba(0, 0, 0, 0.15) !important;
  --cui-dropdown-link-color: #cccccc !important;
  --cui-dropdown-link-hover-color: rgba(255, 255, 255, 0.87) !important;
  --cui-dropdown-link-active-color: rgba(255, 255, 255, 0.87) !important;
  --cui-dropdown-link-disabled-color: #999999 !important;
  --cui-dropdown-divider-bg: rgba(0, 0, 0, 0.15) !important;
  --cui-dropdown-header-color: #999999 !important;
}

.dropdown-menu-dark .dropdown-header {
  background-color: #333333;
}

.bg-grey {
  background-color: #555 !important;
}

.bg-orange {
  background-color: #fc832a !important;
}

.text-orange {
  color: #fc832a !important;
}

.btn-orange {
  --cui-btn-bg: #ff5000 !important;
  --cui-btn-border-color: #ff5000 !important;
  --cui-btn-color: rgba(255, 255, 255, 0.87) !important;
  --cui-btn-hover-bg: #fc832a;
  --cui-btn-hover-border-color: #fc832a;
  --cui-btn-hover-color: rgba(255, 255, 255, 0.87);
  --cui-btn-active-bg: #fc832a;
  --cui-btn-active-border-color: #fc832a;
  --cui-btn-active-color: rgba(255, 255, 255, 0.87);
  --cui-btn-disabled-bg: #ff5000;
  --cui-btn-disabled-border-color: #ff5000;
  --cui-btn-disabled-color: rgba(255, 255, 255, 0.87);
  --cui-btn-shadow: rgba(252, 131, 42, 0.5);
  background-color: #ff5000 !important;
  border-color: #ff5000 !important;
  color: #ffffff !important;
}

.btn-orange:hover {
  background-color: #fc832a !important;
  border-color: #fc832a !important;
  color: #ffffff !important;
}

.invalid-tooltip {
  color: #fff !important;
}

.header .dropdown .badge {
  font-size: 0.9em;
  font-weight: normal;
}
.header .dropdown-menu-lg {
  width: 430px;
}
.header .dropdown-menu-lg .cart-product {
  width: 245px;
  white-space: normal;
}

.btn-sidebar-close {
  display: none !important;
}

.alert-box {
  width: calc(100% - 650px);
}

@media (max-width: 768px) {
  .header {
    text-align: center;
    background-image: linear-gradient(180deg, #fff 37%, #f5f5f5 37%, #f5f5f5 73%, #fff 73%) !important;
  }

  .header-nav {
    width: 100%;
    text-align: center;
  }

  .sidebar-nav a.nav-link {
    padding: 0.75rem 1rem !important;
  }

  .sidebar-nav a.nav-link.bg-orange {
    padding: 1.25rem 1rem !important;
  }

  #accountsDrp {
    width: 100%;
    margin-bottom: 15px;
  }

  #accountsDrp .dropbtn {
    width: 100%;
  }

  .header-brand {
    margin-right: auto !important;
    width: 180px;
  }

  .header-brand .icon {
    width: 180px;
  }

  .header-toggler {
    position: absolute;
    right: 10px;
    top: 17px;
  }

  .header-toggler .icon {
    width: 1.75rem !important;
    height: 1.75rem !important;
  }

  .btn-sidebar-close {
    display: block !important;
    position: absolute;
    z-index: 1032;
    top: 13px;
    right: 15px;
  }
}
.sidebar {
  background-color: #444444 !important;
}
.sidebar .nav-group .nav-group-items .nav-item .nav-link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  white-space: normal !important;
  line-height: 18px;
}

.sidebar-narrow-unfoldable:hover .dropdown .badge {
  display: inline-block;
  transition: all 0.2s;
}

.sidebar-narrow-unfoldable:not(:hover) .dropdown .badge {
  display: none;
}

.sidebar-nav .nav-icon {
  position: relative;
  top: -4px;
}

/*
@media (min-width: 768px) {
	html:not([dir=rtl]) .sidebar.sidebar-fixed:not(.sidebar-end) {
		left: 0 !important;
		margin-left: 0 !important;
	}
	html:not([dir=rtl]) .wrapper {
		padding-left: 16rem !important;
	}
}

@media (max-width: 768px) {
	html:not([dir=rtl]) .sidebar.sidebar-fixed:not(.sidebar-end) {
		margin-left: -16rem !important;
	}
	html:not([dir=rtl]) .wrapper {
		padding-left: 0 !important;
	}
}
*/
.bg-img {
  background-position: 50% top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover !important;
}

.bg-opaque-white {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.bg-opaque-black {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.bg-login {
  background-image: url("/images/bg-login-reg2.jpg");
}
.bg-login .btn-link, .bg-login .btn-link:hover {
  color: var(--cui-btn-link-color, #ff5000);
}
.bg-login a {
  text-decoration: none !important;
  transition: all 0.3s;
}
.bg-login a:hover {
  text-decoration: none !important;
}
.bg-login a.btn:hover {
  text-decoration: none !important;
}
.bg-login a.bg-light:hover {
  background-color: #ff5000 !important;
  color: #ffffff !important;
}

.alert-login {
  background-color: #ffecae;
  color: #000;
}

.alert-login h5 {
  margin-bottom: 15px;
}

.alert-login span {
  font-size: 15px;
}

.alert-login span a {
  color: #fff !important;
  position: relative;
  top: -2px;
}

.wrapper .body .card p {
  font-size: 14px;
  line-height: 18px;
}

.tld-box {
  height: 162px;
  overflow-y: auto;
}

.domain-title {
  color: #555;
  font-weight: 700;
  text-decoration: none;
}

.domain-title:hover {
  color: #555;
}

.overflow-box_1 {
  position: relative;
  height: 24px;
  overflow-y: hidden;
}

.domain-head {
  background-color: #555;
  border-bottom: 8px solid #fc832a;
}

.domain-head .form-floating {
  width: calc(100% - 110px);
}

.domain-head .form-floating .form-control {
  border-radius: 30px 0 0 30px;
  padding-left: 1.75rem;
  font-size: 18px;
}

.domain-head .form-floating > .form-control ~ label,
.domain-head .form-floating > .form-control:focus ~ label {
  padding-left: 1.75rem;
}

.domain-head button {
  border-radius: 0 30px 30px 0;
}

h3 .form-check-input {
  margin-top: 0;
}

html:not([dir=rtl]) h3 .form-switch {
  padding-left: 0;
}

html:not([dir=rtl]) h3 .form-switch .form-check-input {
  float: none !important;
}

/*
.form-floating > .form-select {
    height: calc(3rem + 2px) !important;
    line-height: 1.25;
}
*/
.form-floating > label {
  padding: 0.75rem 0.75rem !important;
}

.form-floating > .form-select {
  padding-top: 1.225rem !important;
  padding-bottom: 0.425rem !important;
}

html:not([dir=rtl]) .domain-data-table .form-switch .form-check-input {
  margin-left: 0 !important;
  float: left !important;
}

.domain-data-table thead th .float-end {
  float: none !important;
  margin-left: 5px;
}

.domain-data-table tbody td a {
  display: block;
}

ul.drop-list {
  padding-left: 0;
  margin-bottom: 0;
}

ul.drop-list li {
  list-style-type: none;
}

.dropdown-menu.dropdown-wrap {
  width: 300px;
  height: 300px;
  overflow-y: auto;
}

.dropdown-menu.dropdown-wrap .dropdown-item {
  white-space: break-spaces;
  font-size: 14px;
  line-height: 16px;
}

.dropdown-menu.dropdown-wrap .dropdown-item:hover {
  cursor: pointer;
}

.icon-text {
  font-size: 14px;
  line-height: 16px;
  width: calc(100% - 25px);
}

.form-control[readonly] {
  background-color: #fff !important;
}

.comments-box {
  max-height: 300px;
  overflow-y: auto;
  font-size: 13px;
}

.comments-box .fw-lighter {
  color: #777777;
  font-size: 11px;
}

.comments-box table tr th {
  min-width: 110px;
}

.comments-box table tr td {
  font-size: 13px;
}

.form-control[readonly] {
  background-color: #fff !important;
  width: 110px !important;
}

.custom-radio label {
  width: calc(100% - 30px);
  margin-left: 10px;
}

.custom-check label {
  width: calc(100% - 30px);
  margin-left: 10px;
}

.justify-content-sm-center .form-label, .text-center .form-label {
  font-weight: bold;
  text-transform: uppercase;
  color: #5e636a;
}

.justify-content-sm-center .custom-radio .form-label,
.justify-content-sm-center .custom-check .form-label {
  font-weight: normal;
  text-transform: none;
}

.justify-content-sm-center .col-md-4 .alert {
  border: 1px solid #b1b7c1;
}

.list-group {
  background-color: transparent !important;
}

.list-group-item {
  background-color: transparent !important;
}

.form-label-bold {
  font-weight: bold;
  text-transform: uppercase;
}

.price-box {
  border-radius: 0.5rem;
  background: #fff;
  margin-top: 40px;
  margin-bottom: 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  border: 12px solid #fff;
  text-align: center;
}

.price-box label {
  display: inline-block;
  background-color: #616d81;
  color: #ffffff !important;
  padding: 5px 10px;
  margin-bottom: 0;
  border-radius: 5px;
  position: relative;
  top: -25px;
}

.price-box h1 {
  display: inline-block;
  font-size: 52px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px 35px;
  background-color: #eeeeee;
  border-radius: 40px;
}

.price-box h1 span {
  font-size: 40px;
}

.price-box h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}

.price-box h2 span {
  font-size: 22px;
}

.price-box h2 span.text-secondary {
  font-size: 20px;
}

.price-box p {
  font-size: 13px;
  color: #999;
  text-align: center;
}

@media (max-width: 1199px) {
  .price-box h1 {
    font-size: 40px;
    padding: 10px 25px;
  }
}
.card .flex-grow-1 .form-select {
  width: 100px;
}

.cart-menu {
  display: block;
}

.cart-menu a {
  display: block;
  white-space: normal;
  clear: both;
  float: left;
}

.cart-menu a .cart-menu-title {
  float: left;
  width: 270px;
  line-height: 18px;
}

.cart-menu .card-body, .checkout-card .card-body {
  display: block;
  min-width: 170px;
  /* min-height: 75px; */
}

.checkout-card .input-group {
  min-width: 90px;
}

.list-group {
  background-color: #ffffff;
}

.cart-suggestions .d-block:before {
  position: absolute;
  left: calc(50% - 4px);
  top: -7px;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #2eb85c;
}

button.list-group-item-action:hover {
  background-color: #eeeeee !important;
}

button.list-group-item-action.bg-dark:hover {
  background-color: #4f5d73 !important;
}

@media (max-width: 468px) {
  .cart-menu a {
    width: 290px;
  }

  .checkout-card .card-body {
    padding: 8px !important;
  }

  .checkout-card .card-body .cart-menu-title {
    display: block;
    margin-bottom: 5px;
  }

  .checkout-card .card-body .form-select {
    width: 110px;
    margin-right: 15px;
  }

  .checkout-card .card-body .btn {
    float: right;
  }

  #warningsDrp .dropdown-content {
    left: 0 !important;
    right: auto !important;
  }
}
.input-group.country-id select {
  flex: none;
  width: 95px !important;
}
.input-group.country-id .form-control {
  flex: none;
  width: calc(100% - 130px) !important;
}

.input-group .btn {
  min-width: 37px;
}

.account-domain-auto-renew {
  display: flex;
  gap: 10px;
  background: #555555;
  border-radius: 20px 20px;
  color: #fff;
  padding: 5px 10px 6px 20px;
  align-items: center;
}

.account-domain-auto-renew input {
  width: 2.5em !important;
  height: 1.5em;
}

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  width: 100%;
  min-height: 2px !important;
  border: 1px solid #bdbdbd !important;
  background: #ffffff !important;
  margin-top: 10px !important;
  border-radius: 20px !important;
  padding: 0px 20px;
  font-weight: 600 !important;
  text-align: center;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 1em 0;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.dropzone-small {
  width: 160px !important;
  padding: 0px 10px !important;
}

.dropzone-small .dz-message {
  margin: 7px 0 !important;
  font-size: 14px !important;
  line-height: 16px !important;
}

.dropzone-small .dz-preview {
  min-height: 60px !important;
  margin: 8px !important;
}

.dropzone-small .dz-preview .dz-image {
  height: 60px !important;
}

.dropzone-small .dz-preview .dz-details {
  padding: 10px !important;
}

.dropzone-small .dz-preview .dz-details .dz-size {
  margin-bottom: 5px !important;
}

.dropzone-small .dz-preview.dz-file-preview .dz-image {
  border-radius: 10px !important;
}

.btn {
  color: var(--cui-btn-color);
  background-color: var(--cui-btn-bg, transparent);
  border: 1px solid var(--cui-btn-border-color, transparent);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-check:focus + .btn, .btn:focus, .btn:hover {
  background-color: var(--cui-btn-hover-bg);
  border-color: var(--cui-btn-hover-border-color, transparent);
}

.btn-check:active + .btn, .btn-check:checked + .btn, .btn.active, .btn:active, .show > .btn.dropdown-toggle {
  color: var(--cui-btn-active-color);
  background-color: var(--cui-btn-active-bg);
  border-color: var(--cui-btn-active-border-color, transparent);
}

.btn:hover {
  color: var(--cui-btn-hover-color);
}

.btn-primary,
.btn-submit,
.btn-search,
.btn-find,
.btn-validate,
.btn-unsuspend {
  --cui-btn-bg: #321fdb;
  --cui-btn-border-color: #321fdb;
  --cui-btn-color: hsla(0,0%,100%,0.87);
  --cui-btn-hover-bg: #5141e0;
  --cui-btn-hover-border-color: #4735df;
  --cui-btn-hover-color: #fff;
  --cui-btn-active-bg: #5b4ce2;
  --cui-btn-active-border-color: #4735df;
  --cui-btn-active-color: #fff;
  --cui-btn-disabled-bg: #321fdb;
  --cui-btn-disabled-border-color: #321fdb;
  --cui-btn-disabled-color: hsla(0,0%,100%,0.87);
  --cui-btn-shadow: rgba(50,31,219,0.5);
}

.btn-secondary,
.btn-reset,
.btn-uncheck-all,
.btn-retry {
  --cui-btn-bg: #9da5b1;
  --cui-btn-border-color: #9da5b1;
  --cui-btn-color: hsla(0,0%,100%,0.87);
  --cui-btn-hover-bg: #acb3bd;
  --cui-btn-hover-border-color: #a7aeb9;
  --cui-btn-hover-color: #fff;
  --cui-btn-active-bg: #b1b7c1;
  --cui-btn-active-border-color: #a7aeb9;
  --cui-btn-active-color: #fff;
  --cui-btn-disabled-bg: #9da5b1;
  --cui-btn-disabled-border-color: #9da5b1;
  --cui-btn-disabled-color: #000015;
  --cui-btn-shadow: rgba(157,165,177,0.5);
}

.btn-danger,
.btn-delete,
.btn-cancel,
.btn-close,
.btn-remove {
  --cui-btn-bg: #e55353;
  --cui-btn-border-color: #e55353;
  --cui-btn-color: hsla(0,0%,100%,0.87);
  --cui-btn-hover-bg: #e96d6d;
  --cui-btn-hover-border-color: #e86464;
  --cui-btn-hover-color: #fff;
  --cui-btn-active-bg: #ea7575;
  --cui-btn-active-border-color: #e86464;
  --cui-btn-active-color: #fff;
  --cui-btn-disabled-bg: #e55353;
  --cui-btn-disabled-border-color: #e55353;
  --cui-btn-disabled-color: #000015;
  --cui-btn-shadow: rgba(229,83,83,0.5);
}

.btn-warning,
.btn-suspend,
.btn-merge,
.btn-update {
  --cui-btn-bg: #f9b115;
  --cui-btn-border-color: #f9b115;
  --cui-btn-color: hsla(0,0%,100%,0.87);
  --cui-btn-hover-bg: #d49612;
  --cui-btn-hover-border-color: #c78e11;
  --cui-btn-hover-color: #fff;
  --cui-btn-active-bg: #c78e11;
  --cui-btn-active-border-color: #bb8510;
  --cui-btn-active-color: #fff;
  --cui-btn-disabled-bg: #f9b115;
  --cui-btn-disabled-border-color: #f9b115;
  --cui-btn-disabled-color: hsla(0,0%,100%,0.87);
  --cui-btn-shadow: rgba(249,177,21,0.5);
}

.btn-success,
.btn-add,
.btn-renew,
.btn-paid,
.btn-proceed-unpaid {
  --cui-btn-bg: #2eb85c;
  --cui-btn-border-color: #2eb85c;
  --cui-btn-color: hsla(0,0%,100%,0.87);
  --cui-btn-hover-bg: #4dc374;
  --cui-btn-hover-border-color: #43bf6c;
  --cui-btn-hover-color: #fff;
  --cui-btn-active-bg: #58c67d;
  --cui-btn-active-border-color: #43bf6c;
  --cui-btn-active-color: #fff;
  --cui-btn-disabled-bg: #2eb85c;
  --cui-btn-disabled-border-color: #2eb85c;
  --cui-btn-disabled-color: hsla(0,0%,100%,0.87);
  --cui-btn-shadow: rgba(46,184,92,0.5);
}

.btn-dark,
.btn-terminate,
.btn-check-all,
.btn-check,
.btn-login,
.btn-fraud {
  --cui-btn-bg: #4f5d73;
  --cui-btn-border-color: #4f5d73;
  --cui-btn-color: hsla(0,0%,100%,0.87);
  --cui-btn-hover-bg: #697588;
  --cui-btn-hover-border-color: #616d81;
  --cui-btn-hover-color: #fff;
  --cui-btn-active-bg: #727d8f;
  --cui-btn-active-border-color: #616d81;
  --cui-btn-active-color: #fff;
  --cui-btn-disabled-bg: #4f5d73;
  --cui-btn-disabled-border-color: #4f5d73;
  --cui-btn-disabled-color: hsla(0,0%,100%,0.87);
  --cui-btn-shadow: rgba(79,93,115,0.5);
}

.btn-info,
.btn-edit,
.btn-activate,
.btn-register,
.btn-modify,
.btn-create,
.btn-upgrade {
  --cui-btn-bg: #39f;
  --cui-btn-border-color: #39f;
  --cui-btn-color: hsla(0,0%,100%,0.87);
  --cui-btn-hover-bg: #52a8ff;
  --cui-btn-hover-border-color: #47a3ff;
  --cui-btn-hover-color: #fff;
  --cui-btn-active-bg: #5cadff;
  --cui-btn-active-border-color: #47a3ff;
  --cui-btn-active-color: #fff;
  --cui-btn-disabled-bg: #39f;
  --cui-btn-disabled-border-color: #39f;
  --cui-btn-disabled-color: #000015;
  --cui-btn-shadow: rgba(51,153,255,0.5);
}

.btn-light,
.btn-zero {
  --cui-btn-bg: #ebedef;
  --cui-btn-border-color: #ebedef;
  --cui-btn-color: rgba(44,56,74,0.95);
  --cui-btn-hover-bg: #c8c9cb;
  --cui-btn-hover-border-color: #bcbebf;
  --cui-btn-hover-color: rgba(44,56,74,0.95);
  --cui-btn-active-bg: #bcbebf;
  --cui-btn-active-border-color: #b0b2b3;
  --cui-btn-active-color: rgba(44,56,74,0.95);
  --cui-btn-disabled-bg: #ebedef;
  --cui-btn-disabled-border-color: #ebedef;
  --cui-btn-disabled-color: rgba(44,56,74,0.95);
  --cui-btn-shadow: rgba(235,237,239,0.5);
}

/*
.btn-primary.active { background-color: #2a1ab9; border-color: #2819ae; }
.btn-secondary.active { background-color: #b9bec7; border-color: #b2b8c1; }
.btn-success.active { background-color: #26994d; border-color: #248f48; }
.btn-danger.active { background-color: #e03232; border-color: #de2727; }
*/
.btn-xs, .btn-group-xs > .btn {
  padding: 0.2rem 0.4rem !important;
  font-size: 0.65rem !important;
  line-height: 1.3 !important;
  border-radius: 0.2rem !important;
}

button:disabled,
button[disabled] {
  cursor: not-allowed;
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  opacity: 0.35 !important;
}

.btn-brand:not(:only-child) .c-icon {
  margin-top: 0 !important;
}

.btn-action {
  position: relative;
  min-height: 70px;
  transition: all 0.3s;
  background-color: #555 !important;
}

.btn-action:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 57px;
  height: 100%;
  content: "";
  background-color: #333;
  transition: all 0.3s;
}

.btn-action span {
  width: calc(100% - 55px);
  line-height: 18px;
  position: relative;
  left: 55px;
  color: #ebedef !important;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  transition: all 0.3s;
}

.btn-action .icon {
  position: absolute;
  left: 17px;
  top: calc(50% - 12px);
  color: #fc832a;
  transition: all 0.3s;
}

.btn-action:hover span {
  color: #fff !important;
}

.btn-action:hover:before {
  width: 100%;
}

.btn-action:hover .icon {
  color: #fc832a;
}

.btn-badge {
  background-color: #555 !important;
}

.btn-badge:hover {
  background-color: #333 !important;
}

.btn-badge .badge {
  background-color: #333 !important;
}

.btn-light.w-50 {
  min-height: 76px;
}

.btn-light.w-50 span.d-inline-block {
  width: calc(100% - 65px);
  line-height: 20px;
}

@media (max-width: 480px) {
  .btn-light.w-50 {
    width: 100% !important;
  }
}
html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS";
}

img {
  max-width: 100%;
}

.center {
  text-align: center;
}

a, button {
  transition: all 0.4s;
  text-decoration: none;
}

a:focus, a:hover {
  color: #000;
  text-decoration: none;
}

.custom-table {
  display: table;
  width: 100%;
  height: 100%;
}

.custom-table-cell {
  display: table-cell;
  float: none;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.v-mid {
  vertical-align: middle;
}

.img-thumb {
  display: block;
  border: 1px solid #ebedef;
  border-radius: 5px;
}

.img-thumb img {
  border-radius: 5px;
}

.img-thumb:hover {
  border: 1px solid #bbbbbb;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.img-select, .img-select:hover, .img-select:focus {
  border: 1px solid #999999;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
}

.template_1 .icon {
  position: relative;
  width: 200px;
  height: 200px;
  display: inline-block;
}
.template_1 .icon h1 {
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 38px;
}
.template_1 .icon h1 font {
  font-size: 44px;
}
.template_1 .icon img {
  width: 200px;
}
.template_1 .ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  z-index: -1;
  border-radius: 100%;
  border-style: solid;
  border-width: 20px;
  background: transparent;
}
.template_1 .grey {
  display: block;
  width: 100%;
  background: #111;
  color: #fff;
  margin: 0 0 30px 0;
  padding: 30px 0;
}
.template_1 .grey h3 {
  color: #aaa;
}
.template_1 h4 {
  margin-bottom: 0;
}
.template_1 h5 font {
  color: #777;
}
.template_1 .pattern-1 {
  background: url("/images/for-sale/black-twill.png");
}
.template_1 a {
  color: #ea7900;
}
.template_1 .grey h1 {
  color: #ea8a00;
}
.template_1 .icon h1 {
  color: #ea8a00;
}
@-webkit-keyframes Pulse {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.12);
  }
  45% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.06);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes Pulse {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.12);
  }
  45% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.06);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.template_1 .pulse {
  -webkit-animation: Pulse 4s linear infinite;
  animation: Pulse 4s linear infinite;
  margin-top: 30px;
  bottom: -4px;
}
@media (max-width: 768px) {
  .template_1 .colors {
    position: relative;
    display: block;
    text-align: center;
  }
  .template_1 .custom-table {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .template_1 .custom-table-cell {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .template_1 .v-mid {
    position: relative;
    top: 50px;
  }
  .template_1 .icon {
    width: 150px;
    height: 150px;
  }
  .template_1 .icon img {
    width: 150px;
  }
  .template_1 .icon h1 {
    line-height: 30px;
  }
  .template_1 .icon h1 font {
    font-size: 32px;
  }
  .template_1 .colors span {
    display: none;
  }
  .template_1 .colors input[type=radio] + label {
    padding: 0 0 0 33px;
  }
  .template_1 .colors input[type=radio] + label:before {
    width: 22px;
    height: 22px;
    border-width: 5px;
  }
  .template_1 .colors button {
    top: 6px;
  }
  .template_1 h1 {
    font-size: 22px;
  }
  .template_1 h3 {
    font-size: 15px;
    font-weight: normal;
  }
  .template_1 .back {
    position: relative;
    display: block;
    left: auto;
    transform: none;
    top: 30px;
  }
}

.template_2 .text {
  top: 100px;
  left: 50px;
}
.template_2 .icon {
  right: 50px;
  bottom: 120px;
  width: 300px;
  height: 264px;
  background-color: #ea8a00;
}
.template_2 .color-bar {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #ea8a00;
  z-index: 1;
}
.template_2 h3 {
  color: #888;
}
.template_2 h4 {
  margin-bottom: 0;
}
.template_2 h5 font {
  color: #777;
}
@media (max-width: 768px) {
  .template_2 .custom-table {
    display: block;
    width: 100%;
    height: auto;
  }
  .template_2 .icon {
    width: 150px;
    height: 132px;
    right: 20px;
  }
  .template_2 .icon img {
    width: 150px;
  }
  .template_2 .colors {
    position: relative;
    display: block;
    text-align: center;
  }
  .template_2 .colors span {
    display: none;
  }
  .template_2 .colors input[type=radio] + label {
    padding: 0 0 0 33px;
  }
  .template_2 .colors input[type=radio] + label:before {
    width: 22px;
    height: 22px;
    border-width: 5px;
  }
  .template_2 .colors button {
    top: 6px;
  }
  .template_2 .text {
    position: relative;
    top: 50px;
    left: 0;
    padding-left: 20px;
  }
  .template_2 h1 {
    font-size: 22px;
  }
  .template_2 h3 {
    font-size: 15px;
    font-weight: normal;
  }
}

.template_3 .icon {
  width: 200px;
  height: 200px;
  display: inline-block;
}
.template_3 .icon img {
  width: 200px;
}
.template_3 .grey-text {
  width: auto;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 0 30px;
}
.template_3 .grey {
  display: block;
  width: 100%;
  background: #eee;
  color: #555;
  padding: 40px 0 30px 0;
}
.template_3 .grey h1 {
  margin-top: 0;
}
.template_3 .grey h3 {
  color: #777;
}
.template_3 .stripes {
  width: 100%;
  height: 30px;
  background-image: url("/images/for-sale/stripes-sale-01.png");
  background-repeat: repeat-x;
  background-position: left 50%;
  margin: 0 0 30px 0;
}
.template_3 h4 {
  margin-bottom: 0;
}
.template_3 h5 font {
  color: #777;
}
.template_3 .pattern-1 {
  background: url("/images/for-sale/black-twill.png");
}
@media (max-width: 768px) {
  .template_3 .colors {
    position: relative;
    display: block;
    text-align: center;
  }
  .template_3 .custom-table {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .template_3 .custom-table-cell {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .template_3 .v-mid {
    position: relative;
    top: 50px;
  }
  .template_3 .icon {
    width: 100px;
    height: 100px;
  }
  .template_3 .icon img {
    width: 100px;
  }
  .template_3 .colors span {
    display: none;
  }
  .template_3 .colors input[type=radio] + label {
    padding: 0 0 0 33px;
  }
  .template_3 .colors input[type=radio] + label:before {
    width: 22px;
    height: 22px;
    border-width: 5px;
  }
  .template_3 .colors button {
    top: 6px;
  }
  .template_3 h1 {
    font-size: 22px;
  }
  .template_3 h3 {
    font-size: 15px;
    font-weight: normal;
  }
  .template_3 .grey-text {
    margin: 0;
  }
  .template_3 .back {
    position: relative;
    display: block;
    left: auto;
    transform: none;
    top: 30px;
  }
}

html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS";
}

img {
  max-width: 100%;
}

.center {
  text-align: center;
}

.clear-both {
  clear: both;
  display: block;
  width: 100%;
}

a, button {
  transition: all 0.4s;
  text-decoration: none;
}

a:focus, a:hover {
  color: #000;
  text-decoration: none;
}

.custom-table {
  display: table;
  width: 100%;
  height: 100%;
}

.custom-table-cell {
  display: table-cell;
  float: none;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.v-mid {
  vertical-align: middle;
}

.img-thumb {
  display: block;
  border: 1px solid #ebedef;
  border-radius: 5px;
}

.img-thumb img {
  border-radius: 5px;
}

.img-thumb:hover {
  border: 1px solid #bbbbbb;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.img-select, .img-select:hover, .img-select:focus {
  border: 1px solid #999999;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
}

.template_1 {
  /* ANIMATIONS */
}
.template_1 .icon-image {
  position: relative;
  width: 200px;
  height: 200px;
  display: inline-block;
}
.template_1 .icon-image h1 {
  position: absolute;
  z-index: 9;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 38px;
}
.template_1 .icon-image h1 font {
  font-size: 44px;
}
.template_1 .icon-image img {
  width: 200px;
  position: relative;
  z-index: 2;
}
.template_1 .ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92px;
  height: 92px;
  z-index: 1;
  border-radius: 100%;
  border-style: solid;
  border-width: 20px;
  background: transparent;
}
.template_1 .grey {
  display: block;
  width: 100%;
  background: #111;
  color: #fff;
  margin: 0 0 30px 0;
  padding: 30px 0;
}
.template_1 .grey h3 {
  color: #aaa;
}
.template_1 h4 {
  margin-bottom: 0;
}
.template_1 h5 font {
  color: #777;
}
.template_1 .pattern-1 {
  background: url("/images/under-construction/black-twill.png");
}
.template_1 a {
  color: #ea7900;
}
.template_1 .grey h1 {
  color: #ea8a00;
}
.template_1 .icon-image h1 {
  color: #ea8a00;
}
.template_1 .ring {
  border-color: #fda400;
}
@-webkit-keyframes Rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
  }
  20% {
    -webkit-transform: rotateZ(360deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
  }
}
@keyframes Rotate {
  0% {
    transform: rotateZ(0deg);
  }
  20% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.template_1 .rotate {
  -webkit-animation: Rotate 6s linear infinite;
  animation: Rotate 6s linear infinite;
  margin-bottom: 30px;
}

.template_2 .text {
  float: left;
  width: 50%;
}
.template_2 .icon-image {
  float: right;
  width: 300px;
  height: auto;
  background-color: #ea8a00;
}
.template_2 .color-bar {
  float: left;
  width: 100%;
  height: 120px;
  background-color: #ea8a00;
}
.template_2 h3 {
  color: #888;
}
.template_2 h4 {
  margin-bottom: 0;
}
.template_2 h5 font {
  color: #777;
}
.template_2 a {
  color: #ea7900;
}
.template_2 .text h1 {
  color: #ea8a00;
}
.template_2 .icon-image {
  background-color: #ea8a00;
}
.template_2 .color-bar {
  background-color: #ea8a00;
}

.template_3 .icon-image {
  width: 200px;
  height: 200px;
  display: inline-block;
}
.template_3 .icon-image img {
  width: 200px;
}
.template_3 .grey-text {
  width: auto;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 0 30px;
}
.template_3 .grey {
  display: block;
  width: 100%;
  background: #eee;
  color: #555;
  padding: 40px 0 30px 0;
}
.template_3 .grey h1 {
  margin-top: 0;
}
.template_3 .grey h3 {
  color: #777;
}
.template_3 .stripes {
  width: 100%;
  height: 30px;
  background-image: url("/images/under-construction/stripes.png");
  background-repeat: repeat-x;
  margin: 0 0 30px 0;
}
.template_3 h4 {
  margin-bottom: 0;
}
.template_3 h5 font {
  color: #777;
}
.template_3 .pattern-1 {
  background: url("/images/under-construction/black-twill.png");
}
.template_3 a {
  color: #ea7900;
}
.template_3 .grey h1 {
  color: #ea8a00;
}
.template_3 .icon-image h1 {
  color: #ea8a00;
}
.template_3 .icon-image, .template_3 .stripes {
  background-color: #fda400;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .colors {
    position: relative;
    display: block;
    text-align: center;
  }

  .custom-table {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
  }

  .custom-table-cell {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
  }

  .v-mid {
    position: relative;
    top: 50px;
  }

  .icon-image {
    width: 100px;
    height: 100px;
  }

  .icon-image img {
    width: 100px;
  }

  .ring {
    width: 26px;
    height: 26px;
    border-width: 10px;
  }

  .rotate {
    margin-bottom: 10px;
  }

  .colors span {
    display: none;
  }

  .colors input[type=radio] + label {
    padding: 0 0 0 33px;
  }

  .colors input[type=radio] + label:before {
    width: 22px;
    height: 22px;
    border-width: 5px;
  }

  .colors button {
    top: 4px;
  }

  h1 {
    font-size: 22px;
  }

  h3 {
    font-size: 15px;
    font-weight: normal;
  }

  .back {
    position: relative;
    display: block;
    left: auto;
    transform: none;
    top: 30px;
  }
}
.ssl-create .table-resp {
  display: table;
  text-align: center;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
.ssl-create .table_row {
  display: table-row;
}
.ssl-create .theader {
  display: table-row;
}
.ssl-create .table_header {
  display: table-cell;
  font-size: 14px;
  color: #999;
}
.ssl-create .table_header:nth-of-type(1) {
  text-align: left;
  padding-left: 12px;
}
.ssl-create .table_small {
  display: table-cell;
  vertical-align: middle;
  line-height: 16px;
}
.ssl-create .table_row > .table_small > .table_cell:nth-child(odd) {
  display: none;
}
.ssl-create .table_row > .table_small {
  background-color: #fff;
  border-top: 8px solid #ebedef;
}
.ssl-create .table_row > .table_small > .table_cell {
  padding: 9px 0 12px 0;
}
.ssl-create .table_row > .table_small.table-title {
  text-align: left;
  padding-left: 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.ssl-create .table-resp > :not(:first-child) {
  border-top: none;
}
.ssl-create .table_cell_price span {
  font-size: 22px;
}
.ssl-create .san-box {
  display: block !important;
  width: 100% !important;
}
.ssl-create .table-resp > .theader > .table_header {
  text-align: center;
}
.ssl-create .table-resp > .theader > .table_header:nth-of-type(1) {
  text-align: left;
}
.ssl-create .table-resp > .theader > .table_header:nth-of-type(2) {
  width: 120px;
}
.ssl-create .table-resp > .theader > .table_header:nth-of-type(3) {
  width: 130px;
}
.ssl-create .table-resp > .theader > .table_header:nth-of-type(4) {
  width: 120px;
}
.ssl-create .table-resp > .theader > .table_header:nth-of-type(5) {
  width: 120px;
}
.ssl-create .table-resp > .theader > .table_header:nth-of-type(6) {
  width: 100px;
}
.ssl-create .table-resp > .theader > .table_header:nth-of-type(7) {
  width: 90px;
}
.ssl-create .table-resp > .theader > .table_header:nth-of-type(8) {
  width: 70px;
}
.ssl-create .table-resp > .theader > .table_header:nth-of-type(9) {
  width: 120px;
}
.ssl-create .table-resp > .table_row > .table_small {
  text-align: center;
}
.ssl-create .table-resp > .table_row > .table_small:nth-of-type(1) {
  text-align: left;
}
.ssl-create .table-resp > .table_row > .table_small:nth-of-type(2) {
  width: 120px;
}
.ssl-create .table-resp > .table_row > .table_small:nth-of-type(3) {
  width: 130px;
}
.ssl-create .table-resp > .table_row > .table_small:nth-of-type(4) {
  width: 120px;
}
.ssl-create .table-resp > .table_row > .table_small:nth-of-type(5) {
  width: 120px;
}
.ssl-create .table-resp > .table_row > .table_small:nth-of-type(6) {
  width: 100px;
}
.ssl-create .table-resp > .table_row > .table_small:nth-of-type(7) {
  width: 90px;
}
.ssl-create .table-resp > .table_row > .table_small:nth-of-type(8) {
  width: 70px;
}
.ssl-create .table-resp > .table_row > .table_small:nth-of-type(9) {
  width: 120px;
}
@media screen and (max-width: 991px) {
  .ssl-create .table-resp {
    display: block;
  }
  .ssl-create .table_row:nth-child(2n+3) {
    background: none;
  }
  .ssl-create .theader {
    display: none;
  }
  .ssl-create .table_row > .table_small {
    border-top: none !important;
  }
  .ssl-create .table-resp > .theader > .table_header,
.ssl-create .table-resp > .table_row > .table_small {
    display: block;
    width: 100% !important;
    text-align: center !important;
  }
  .ssl-create .table_row > .table_small > .table_cell {
    display: block;
    width: 100%;
    min-height: auto !important;
    line-height: 18px !important;
    font-size: 18px;
    padding: 0 !important;
  }
  .ssl-create .table_row > .table_small > .table_cell:nth-child(odd) {
    display: block;
    width: 100%;
    color: #888;
    font-size: 14px;
    padding-top: 10px !important;
  }
  .ssl-create .table_row {
    display: block;
    width: 100%;
    margin: 10px auto 0;
    text-align: center;
  }
  .ssl-create .table_small {
    display: block;
  }
  .ssl-create .table_cell a {
    margin-bottom: 10px;
  }
  .ssl-create .table_row > .table_small.table-title {
    padding: 15px 0 !important;
    text-align: center !important;
    background-color: #888;
    color: #fff !important;
  }
}
.licence-create .table-resp {
  display: table;
  text-align: center;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
.licence-create .table_row {
  display: table-row;
}
.licence-create .theader {
  display: table-row;
}
.licence-create .table_header {
  display: table-cell;
  font-size: 14px;
  color: #999;
}
.licence-create .table_header:nth-of-type(1) {
  text-align: left;
  padding-left: 12px;
}
.licence-create .table_small {
  display: table-cell;
}
.licence-create .table_row > .table_small > .table_cell:nth-child(odd) {
  display: none;
}
.licence-create .table_row > .table_small {
  background-color: #fff;
  border-top: 8px solid #ebedef;
}
.licence-create .table_row > .table_small > .table_cell {
  padding: 9px 0 12px 0;
}
.licence-create .table_row > .table_small.table-title {
  text-align: left;
  padding-left: 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.licence-create .table-resp > :not(:first-child) {
  border-top: none;
}
.licence-create .table_cell_price span {
  font-size: 22px;
}
.licence-create .san-box {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
}
.licence-create .cell-order {
  width: 110px;
}
.licence-create .cell-price {
  width: 80px;
}
.licence-create .cell-time {
  width: 120px;
}
@media screen and (max-width: 991px) {
  .licence-create .table-resp {
    display: block;
  }
  .licence-create .table_row:nth-child(2n+3) {
    background: none;
  }
  .licence-create .theader {
    display: none;
  }
  .licence-create .table_row > .table_small {
    border-top: none !important;
  }
  .licence-create .table_row > .table_small > .table_cell {
    display: block;
    width: 100%;
    min-height: auto !important;
    line-height: 18px !important;
    font-size: 18px;
    padding: 0 !important;
  }
  .licence-create .table_row > .table_small > .table_cell:nth-child(odd) {
    display: block;
    width: 100%;
    color: #888;
    font-size: 14px;
    padding-top: 10px !important;
  }
  .licence-create .table_row {
    display: inline-block;
    width: 49%;
    margin: 10px 0.3% 0;
    text-align: center;
  }
  .licence-create .table_small {
    display: block;
  }
  .licence-create .table_cell a {
    margin-bottom: 10px;
  }
  .licence-create .table_row > .table_small.table-title {
    padding: 15px 0 !important;
    text-align: center !important;
    background-color: #888;
    color: #fff !important;
  }
}
@media screen and (max-width: 768px) {
  .licence-create .table_row {
    display: block;
    width: 100%;
    margin: 10px auto 0;
  }
}

.domain-create, .whois {
  /*
  .table_row { display: table-row; }
  .theader { display: table-row; }
  */
  /*
  .table_small { display: table-cell; }
  */
}
.domain-create .domain-head, .whois .domain-head {
  background-color: #555;
  border-bottom: 8px solid #fc832a;
}
.domain-create .domain-head .form-floating, .whois .domain-head .form-floating {
  width: calc(100% - 110px);
}
.domain-create .domain-head .form-floating .form-control, .whois .domain-head .form-floating .form-control {
  border-radius: 30px 0 0 30px;
  padding-left: 1.75rem;
  font-size: 18px;
}
.domain-create .domain-head .form-floating > .form-control ~ label,
.domain-create .domain-head .form-floating > .form-control:focus ~ label, .whois .domain-head .form-floating > .form-control ~ label,
.whois .domain-head .form-floating > .form-control:focus ~ label {
  padding-left: 1.75rem;
}
.domain-create .domain-head button, .whois .domain-head button {
  border-radius: 0 30px 30px 0;
}
.domain-create .ext-box .row .col-md-2, .whois .ext-box .row .col-md-2 {
  border-right: 1px solid #ccc;
}
.domain-create .ext-box .row .col-md-2:last-child, .whois .ext-box .row .col-md-2:last-child {
  border-right: none;
}
.domain-create .ext-box .row .col-md-2 p, .whois .ext-box .row .col-md-2 p {
  font-size: 12px;
  line-height: 16px;
}
.domain-create .arrow-info, .whois .arrow-info {
  position: relative;
  border-bottom: 5px solid #39f;
}
.domain-create .arrow-info:after, .whois .arrow-info:after {
  position: absolute;
  top: 100%;
  left: calc(50% - 20px);
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #39f;
}
.domain-create .table-resp table, .whois .table-resp table {
  text-align: center;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
.domain-create .table_header, .whois .table_header {
  font-size: 14px;
  color: #999;
}
.domain-create .table_header:nth-of-type(1), .whois .table_header:nth-of-type(1) {
  text-align: left;
  padding-left: 12px;
}
.domain-create .table_row > .table_small > .table_cell:nth-child(odd), .whois .table_row > .table_small > .table_cell:nth-child(odd) {
  display: none;
}
.domain-create .table_row > .table_small, .whois .table_row > .table_small {
  background-color: #fff;
  border-top: 8px solid #ebedef;
}
.domain-create .table_row > .table_small > .table_cell, .whois .table_row > .table_small > .table_cell {
  padding: 12px 0;
}
.domain-create .table_row > .table_small.table-title, .whois .table_row > .table_small.table-title {
  text-align: left;
  padding-left: 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.domain-create .table-resp > :not(:first-child), .whois .table-resp > :not(:first-child) {
  border-top: none;
}
.domain-create .table-resp .table_row.position-relative, .whois .table-resp .table_row.position-relative {
  height: 210px;
}
.domain-create .table_cell_price span, .whois .table_cell_price span {
  font-size: 22px;
}
.domain-create .san-box, .whois .san-box {
  display: block !important;
  /*
  position: absolute;
  top: 0;
  left: 0;
  */
  width: 100% !important;
  padding-bottom: 45px;
}
.domain-create .cell-order, .whois .cell-order {
  width: 110px;
}
.domain-create .cell-price, .whois .cell-price {
  width: 90px;
  padding-left: 10px;
}
.domain-create .cell-time, .whois .cell-time {
  width: 120px;
}
@media screen and (max-width: 991px) {
  .domain-create .table-resp, .whois .table-resp {
    display: block;
  }
  .domain-create .table_row:nth-child(2n+3), .whois .table_row:nth-child(2n+3) {
    background: none;
  }
  .domain-create .theader, .whois .theader {
    display: none;
  }
  .domain-create .table_row > .table_small, .whois .table_row > .table_small {
    border-top: none !important;
  }
  .domain-create .table_row > .table_small > .table_cell, .whois .table_row > .table_small > .table_cell {
    display: block;
    width: 90%;
    margin: 0 5%;
    min-height: auto !important;
    line-height: 18px !important;
    font-size: 18px;
    padding: 8px 0 !important;
  }
  .domain-create .table_row > .table_small > .table_cell:nth-child(odd), .whois .table_row > .table_small > .table_cell:nth-child(odd) {
    display: block;
    width: 90%;
    margin: 0 5%;
    color: #888;
    font-size: 14px;
    padding-top: 10px !important;
  }
  .domain-create .table_row, .whois .table_row {
    display: block;
    width: 100%;
    margin: 10px auto 0;
    text-align: center;
  }
  .domain-create .table_small, .whois .table_small {
    display: block;
  }
  .domain-create .table_cell a, .whois .table_cell a {
    margin-bottom: 10px;
  }
  .domain-create .table_row > .table_small.table-title, .whois .table_row > .table_small.table-title {
    padding: 15px 0 !important;
    text-align: center !important;
    background-color: #888;
    color: #fff !important;
  }
}
.whois .domain-head {
  background-color: #555;
  border-bottom: 8px solid #fc832a;
}
.whois .domain-head .form-floating {
  width: calc(100% - 110px);
}
.whois .domain-head .form-floating .form-control {
  border-radius: 30px 0 0 30px;
  padding-left: 1.75rem;
  font-size: 18px;
}
.whois .domain-head .form-floating > .form-control ~ label,
.whois .domain-head .form-floating > .form-control:focus ~ label {
  padding-left: 1.75rem;
}
.whois .domain-head button {
  border-radius: 0 30px 30px 0;
}
.whois .ext-box .row .col-md-2 {
  border-right: 1px solid #ccc;
}
.whois .ext-box .row .col-md-2:last-child {
  border-right: none;
}
.whois .ext-box .row .col-md-2 p {
  font-size: 12px;
  line-height: 16px;
}
.whois .arrow-info {
  position: relative;
  border-bottom: 5px solid #39f;
}
.whois .arrow-info:after {
  position: absolute;
  top: 100%;
  left: calc(50% - 20px);
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #39f;
}
.whois .table-resp {
  display: table;
  text-align: center;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
.whois .table_row {
  display: table-row;
}
.whois .theader {
  display: table-row;
}
.whois .table_header {
  display: table-cell;
  font-size: 14px;
  color: #999;
}
.whois .table_header:nth-of-type(1) {
  text-align: left;
  padding-left: 12px;
}
.whois .table_small {
  display: table-cell;
}
.whois .table_row > .table_small > .table_cell:nth-child(odd) {
  display: none;
}
.whois .table_row > .table_small {
  background-color: #fff;
  border-top: 8px solid #ebedef;
}
.whois .table_row > .table_small > .table_cell {
  padding: 9px 0 12px 0;
}
.whois .table_row > .table_small.table-title {
  text-align: left;
  padding-left: 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.whois .table-resp > :not(:first-child) {
  border-top: none;
}
.whois .table_cell_price span {
  font-size: 22px;
}
.whois .san-box {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
}
.whois .cell-order {
  width: 110px;
}
.whois .cell-price {
  width: 80px;
}
.whois .cell-time {
  width: 120px;
}
@media screen and (max-width: 991px) {
  .whois .table-resp {
    display: block;
  }
  .whois .table_row:nth-child(2n+3) {
    background: none;
  }
  .whois .theader {
    display: none;
  }
  .whois .table_row > .table_small {
    border-top: none !important;
  }
  .whois .table_row > .table_small > .table_cell {
    display: block;
    width: 100%;
    min-height: auto !important;
    line-height: 18px !important;
    font-size: 18px;
    padding: 0 !important;
  }
  .whois .table_row > .table_small > .table_cell:nth-child(odd) {
    display: block;
    width: 100%;
    color: #888;
    font-size: 14px;
    padding-top: 10px !important;
  }
  .whois .table_row {
    display: block;
    width: 100%;
    margin: 10px auto 0;
    text-align: center;
  }
  .whois .table_small {
    display: block;
  }
  .whois .table_cell a {
    margin-bottom: 10px;
  }
  .whois .table_row > .table_small.table-title {
    padding: 15px 0 !important;
    text-align: center !important;
    background-color: #888;
    color: #fff !important;
  }
}
.account-create .form-floating {
  height: 58px;
}
.account-create .form-floating:first-child {
  width: 50%;
}
.account-create .form-floating:nth-of-type(2) {
  width: calc(50% - 85px);
}
.automethod .credit-card-box {
  width: 100%;
  border: 1px solid #aaaaaa;
  border-radius: 8px;
  padding: 10px;
  background: white;
  margin: 5px 0;
  align-items: center;
  justify-content: space-between;
}
.automethod .credit-card-box .btn-secondary {
  position: absolute;
  top: 5px;
  right: 10px;
}
.automethod .credit-card-box .btn-secondary span {
  position: relative;
  top: -2px;
}
.automethod .credit-card-box i, .automethod .credit-card-box svg, .automethod .credit-card-box h5 {
  vertical-align: top;
}

.promos .upgrade-div {
  background-color: #cccccc;
  line-height: 1.2;
}
.promos .upgrade-div ol {
  padding-left: 20px;
}
.promos .upgrade-div img {
  width: 100%;
  max-width: 80px;
}
.promos .upgrade-1, .promos .upgrade-2 {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}
.promos .upgrade-1 {
  width: 90%;
  margin: 5% 2% 5% 8%;
}
.promos .upgrade-1 .col-title {
  background-color: #4a90e2;
  color: #ffffff;
  padding: 10px 20px 20px 20px;
}
.promos .upgrade-1 h4 {
  color: #4a90e2;
}
.promos .upgrade-2 {
  width: 90%;
  margin: 5% 8% 5% 2%;
}
.promos .upgrade-2 .col-title {
  background-color: #f58026;
  color: #ffffff;
  padding: 10px 20px 20px 20px;
}
.promos .upgrade-2 h4 {
  color: #f58026;
}
@media (max-width: 991px) {
  .promos .upgrade-1, .promos .upgrade-2 {
    width: 90%;
    margin: 5% !important;
  }
}

.banner-upgrade-front a {
  position: relative;
  top: 0;
  display: block;
  background: linear-gradient(45deg, #fca34c, #fa8c38);
  color: #ffffff;
  padding: 10px 20px 20px 20px;
  min-height: 200px;
}
.banner-upgrade-front img {
  width: 200px;
  margin-top: 20px;
}
.banner-upgrade-front h4 {
  color: #ffffff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  margin-top: 50px;
}
.banner-upgrade-front h6 {
  color: #333333;
  display: inline-block;
  text-align: center;
  padding: 7px 15px;
  border: 2px solid #333333;
  border-radius: 5px;
  margin-top: 55px;
}
.banner-upgrade-front a:hover {
  top: -5px;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
}
.banner-upgrade-front a:hover h6 {
  background-color: #333333;
  color: #fa8c38;
}
@media (max-width: 768px) {
  .banner-upgrade-front .banner-upgrade-front {
    text-align: center;
  }
  .banner-upgrade-front .banner-upgrade-front h4, .banner-upgrade-front .banner-upgrade-front h6 {
    margin-top: 10px;
  }
}

.banner-orangepro-front a {
  position: relative;
  top: 0;
  display: block;
  background-color: #b45e9d;
  color: #ffffff;
  padding: 10px 20px 20px 20px;
  min-height: 200px;
}
.banner-orangepro-front .root {
  position: relative;
  top: 0;
  display: block;
  background-color: #b45e9d;
  color: #ffffff;
  padding: 10px 20px 20px 20px;
  min-height: 200px;
}
.banner-orangepro-front img {
  width: auto;
  max-height: 140px;
  margin-top: 20px;
  text-align: center;
}
.banner-orangepro-front h2 {
  color: #ffffff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
  margin-bottom: 5px;
}
.banner-orangepro-front h3, .banner-orangepro-front .banner-orangepro-front h5 {
  color: #ffffff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 5px;
}
.banner-orangepro-front a:hover {
  top: -5px;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .banner-orangepro-front .banner-orangepro-front {
    text-align: center;
  }
  .banner-orangepro-front .banner-orangepro-front h2 {
    margin-top: 10px;
  }
}

.banner-upgrade a {
  color: #ffffff;
  transition: all 0.3s;
  margin-bottom: 40px;
}
.banner-upgrade a img {
  width: 170px;
  margin-bottom: -30px;
}
.banner-upgrade a h4 {
  color: #ffffff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
.banner-upgrade a h6 {
  color: #333333;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  border: 2px solid #333333;
  border-radius: 5px;
}
.banner-upgrade a:hover h6 {
  background-color: #333333;
  color: #fa8c38;
}
@media (max-width: 768px) {
  .banner-upgrade a {
    text-align: center;
  }
}

.banner-eujun25-front a {
  position: relative;
  top: 0;
  display: block;
  background-color: #21304d;
  color: #ffffff;
  padding: 10px 20px 20px 20px;
  min-height: 200px;
}
.banner-eujun25-front img {
  width: auto;
  max-height: 170px;
  margin-top: 10px;
  text-align: center;
}
.banner-eujun25-front h1 {
  color: #1dc8fe;
  margin-bottom: 5px;
  font-weight: bold;
}
.banner-eujun25-front h1 span {
  color: #1dc8fe;
  font-size: 22px;
  font-weight: normal;
}
.banner-eujun25-front h5 {
  color: #ffffff;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  margin-top: 60px;
}
.banner-eujun25-front h5:hover {
  background-color: #ffffff;
  color: #21304d;
}
.banner-eujun25-front h3 {
  color: #ffffff;
  margin-bottom: 5px;
  margin-top: 30px;
}
.banner-eujun25-front h6 {
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: normal;
}
.banner-eujun25-front a:hover {
  top: -5px;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .banner-eujun25-front .banner-eujun25-front {
    text-align: center;
  }
  .banner-eujun25-front h3, .banner-eujun25-front h5 {
    margin-top: 10px;
  }
}

.dns-zone .dns-row:nth-of-type(even) {
  background-color: #f3f3f3;
}
.dns-zone .dns-row .d-sm-flex div:first-child {
  min-width: 150px;
}
.dns-zone .dns-row .d-sm-flex div:nth-of-type(4) {
  min-width: 230px;
}
.dns-zone .dns-row p {
  margin-bottom: 0px;
}

.credit-card-table thead th:first-child,
.credit-card-table tbody th:first-child {
  width: 80px;
}

.credit-card-table thead th:nth-of-type(2),
.credit-card-table tbody th:nth-of-type(2) {
  width: 135px;
}

.credit-card-table thead th:nth-of-type(3),
.credit-card-table tbody th:nth-of-type(3) {
  width: 155px;
}

.credit-card-table thead th:nth-of-type(4),
.credit-card-table tbody th:nth-of-type(4),
.credit-card-table tbody td:first-child {
  width: 75px;
}

.credit-card-table thead th:nth-of-type(5),
.credit-card-table tbody th:nth-of-type(5),
.credit-card-table tbody td:nth-of-type(2) {
  width: calc(100% - 530px);
}

.credit-card-table thead th:nth-of-type(6),
.credit-card-table tbody th:nth-of-type(6),
.credit-card-table tbody td:nth-of-type(3) {
  width: 75px;
}

.dropdown-box {
  position: relative;
  display: inline-block;
}

.dropbtn {
  background-color: #444;
  color: white;
  padding: 5px 16px;
  font-size: 16px;
  border: none;
  border-radius: 17px;
  cursor: pointer;
  text-decoration: none;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #111111;
}

.dropdown-content {
  position: absolute;
  min-width: 160px;
  max-height: 70vh;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 17px;
  border: 1px solid #fff;
}

.drop-right {
  right: 0;
  left: auto;
}

.dropdown-content a {
  color: #bbb;
  padding: 7px 16px;
  text-decoration: none;
  display: block;
  background-color: #444;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dropdown-content a:last-child {
  border-bottom: none;
}

.dropdown-content a:hover {
  color: #fff;
  background-color: #111;
}

.dropdown-content .alert a,
.dropdown-content .alert .icon {
  display: inline-block;
  vertical-align: top;
}

.dropdown-content .alert a,
.dropdown-content .alert a:hover {
  background-color: transparent !important;
  line-height: 18px;
  width: 280px;
}

.dropdown-content .alert a span {
  white-space: normal;
}

.drop-header {
  background-color: #000;
  color: #eee;
  padding: 7px 16px;
  white-space: nowrap;
}

.dropdown-white .dropbtn {
  background-color: #fff;
  color: #333;
}

.dropdown-white .dropdown-content {
  border: 1px solid #bbb;
}

.dropdown-white .dropdown-content a {
  color: #333;
  background-color: #fff;
  border: none;
}

.dropdown-white .dropdown-content a:hover {
  color: #333;
  background-color: #eee;
}

.cart-menu.dropdown-content a {
  display: block;
  padding: 0;
}

.cart-menu.dropdown-content a .card {
  border: none !important;
}

.mypagination {
  position: relative;
}

.mypagesindex {
  position: absolute;
  top: 8px;
  right: 10px;
}

@media (max-width: 468px) {
  .mypagination {
    margin-bottom: 20px;
  }

  .mypagesindex {
    top: 42px;
  }
}
table.pricelist table tr td span {
  display: block;
  font-weight: bold;
  margin-left: 15px;
  text-align: right;
}

.contact-us .input-group-lg > .input-group-text {
  width: 190px;
}

p.help-block {
  font-size: 14px;
}

.form-floating .form-select {
  background-position: right 0.75rem bottom 0.75rem;
}

.custom-input .form-floating:nth-of-type(2) {
  width: calc(42% - 73px) !important;
}

.custom-input .form-floating .form-control {
  width: 100%;
  border-radius: 0 !important;
}

.alert a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6) !important;
}

.alert a:hover {
  color: #000;
}

.asterisk::after {
  content: "*";
  color: red;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #fc832a;
}

body a {
  text-decoration: none !important;
  color: #333;
}

.font2 {
  font-family: "Roboto Condensed", sans-serif;
}

.card-header {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.page-title {
  font-family: "Roboto Condensed", sans-serif;
}

.form-check-input:checked {
  background-color: #2eb85c !important;
  border-color: #2eb85c !important;
}

.form-check-input:focus {
  border-color: #92f4b0 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(146, 244, 176, 0.25) !important;
}

.form-switch .form-check-input:focus {
  background-image: var(--cui-form-switch-focus-bg-image, url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='green'/></svg>")) !important;
}

html:not([dir=rtl]) .form-switch .form-check-input {
  cursor: pointer;
}

.pagination .page-link {
  cursor: pointer;
}

.popover {
  max-width: 100% !important;
}

.card-outside-title {
  border-bottom: 5px solid #555;
}

.card-outside-title span {
  display: inline-block;
  padding: 12px 20px;
  background-color: #666;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

.slim-title {
  padding: 5px 0;
  margin-bottom: 2px;
  border-bottom: 2px solid #555;
}

.table a {
  color: #333 !important;
}

.table-height .table {
  margin-bottom: 110px;
}

.table-dark a {
  color: #fff !important;
}

.table-dark td {
  color: #ddd !important;
  background-color: #888 !important;
  border-bottom: 1px solid #555;
}

.table-dark tr:hover, .table-dark tr:hover td {
  background-color: #777 !important;
}

.input-1car {
  width: 60px !important;
}

.paymentModal .modal-dialog {
  max-width: 1280px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 17px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2ab934;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  transform: translateX(28px);
}

/*------ ADDED CSS ---------*/
.on {
  display: none;
}

.on,
.off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 25%;
  left: 25%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

.on {
  top: 8px;
}

.off {
  left: auto;
  right: -5px;
  top: 8px;
}

input:checked + .slider .on {
  display: block;
}

input:checked + .slider .off {
  display: none;
}

/*--------- END --------*/
/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

.survey #survey-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: white;
  width: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  max-height: 40px;
  z-index: 9999;
  font-family: sans-serif;
}
.survey #survey-popup:hover {
  max-height: 400px;
}
.survey #survey-header {
  background: #007bff;
  color: white;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
}
.survey #survey-content {
  padding: 10px;
  display: block;
}
.survey #survey-content textarea {
  width: 100%;
  resize: none;
  margin-top: 5px;
  margin-bottom: 10px;
}
.survey #survey-content button {
  padding: 6px 12px;
  cursor: pointer;
}
.survey #survey-content .btn:active, .survey .btn:focus {
  color: black !important;
}
