/*
/*
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/

.primary-heading-color {
  color: #046865;
}

.white-link {
  color: #fff !important;
  text-decoration: underline !important;
}


.inactive-selection {
  /* background-color: lightGrey; */
  opacity: 0.3;
}

.active-selection {
  opacity: 1.0;
}

.selectedBorder {
  border: 1px solid #4ea492;
}

.deselectedBorder {
  border: 1px solid #ddd;
}

#cpanelLogoDiv:hover {
  cursor: pointer;
}

#directAdminLogoDiv:hover {
  cursor: pointer;
}

.btn:hover {
  cursor: pointer;
}

.btn-primary {
  color: #fff !important;
}

.tab-pane.fade {
  transition: all 0.2s;
  transform: translateY(1rem);
}

.tab-pane.fade.show {
  transform: translateY(0rem);
}

.flickity-prev-next-button.previous {
  left: -40px;
}

.flickity-prev-next-button.next {
  right: -40px;
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.no-padding-right {
  padding-right: 0px !important;
}

.nav-pills .nav-link.active {
  background-color: transparent !important;
}


/* nunito-regular - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Nunito Regular'), local('Nunito-Regular'),
       url('../fonts/nunito-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-v13-latin-regular.svg#Nunito') format('svg'); /* Legacy iOS */
}

.choose-us-block {
  width: 240px;
}

.choose-us-vps-block {
  width: 260px;
}

.other-service-block {
  width: 242px;
}

.custom-card-body {
  padding: 20px !important;
}

.custom-h5 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.custom-link {
  font-weight: 700 !important;
  color: #009b72 !important;
}

.custom-link:hover {
  cursor: pointer;
  color: #00684c !important;
  text-decoration: none !important;
}

.underline-heading {
  /* text-decoration: underline;
  text-decoration-color: #ffc107;
  text-decoration-thickness: 10px; */
  background-color: #fbd299;
  border-radius: 5px;
  padding: 0px 8px 0px 8px;
}

.tlds {
  height: inherit !important;
}

.tld {
  position: relative !important;
  top: inherit !important;
}

.edit-link {
  color: #555A64;
  font-weight: 400;
}

.fake-disabled-link {
  color: #009b72 !important;
}

.active-color {
  color: white !important;
}

#navbarId {
  min-height: 80px;
}

#header {
  min-height: 80px;
}

.section-title {
  margin-bottom: 15px !important;
}

.dropdown-item {
  padding: 0.25rem 0rem !important;
}

.unity-link {
    text-decoration: none !important;
    padding: 0 !important;
    background-color: transparent;
}

.unity-box {
    position: relative;
    padding: 13px 20px 13px 75px;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.unity-box .unity-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -24px;
}

.unity-box .unity-icon img {
    width: 44px;
}

.unity-box .unity-title {
    /* font-size: 15px;
    font-weight: 600; */
    color: #2A4968;
    text-transform: uppercase;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #009b72;
    text-decoration: none;
    background-color: #EBF2F9 !important;
}

.heading-margin-bottom {
  margin-bottom: 60px !important;
}

section {
  padding: 5.5rem 0 !important;
  /* padding-top: 5.5rem !important; */
  /* padding-bottom: 2rem !important; */
}

@media (max-width: 575.98px) {
  section {
    padding: 3.5rem 0 !important;
    /* padding-top: 5.5rem !important; */
    /* padding-bottom: 2rem !important; */
  }

  .btn-lg {
    font-size: 0.8rem !important;
  }

  #hostingStepsTab {
    font-size: 0.93rem !important;
  }
}

.no-left-and-right-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}


.nav-pills .nav-link-mobile.active, .nav-pills .show > .nav-link-mobile {
  color: #fff;
  background-color: #009b72;
}

.nav-link-mobile {
  display: block;
  padding: .7rem 1rem;
  transition: all .2s ease-in-out;
}

.nav-pills .nav-link-mobile {
  /* border-radius: .3125rem; */
  background-color: #fff;
  border-bottom: 1px dotted;
}

.badge-outline-primary {
  color: #17a2b8;
  border: 1px solid #17a2b8;
}

.badge-outline-white {
  color: white;
  border: 1px solid white;
}

.badge-outline-danger {
  color: #dc3545;
  border: 1px solid #dc3545;
}

.selectedCard {
  border: 2px solid #009b72;
  background-color: #e6e6e6;
}

.selected-card-footer {
  border-top: 1px solid #009b72;
}

.card-body-custom {
  padding: 1rem !important;
}

.h5-smaller {
  font-size: 1rem !important;
}

#cardMonthly:hover, #card1Year:hover, #card2Year:hover {
  cursor: pointer;
}

.custom-sm-btn {
  border-radius: 0.3125rem !important;
}

#panelDirectAdminCard,#panelcPanelCard:hover {
 cursor: pointer;
}

.pulse-button {
  background: rgba(23, 162, 184, 1);
	box-shadow: 0 0 0 0 rgba(23, 162, 184, 1);
	animation: pulse 1.5s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(23, 162, 184, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(23, 162, 184, 0);
	}
}

.border-bottom-primary {
  border-bottom: 2px solid #17a2b8 !important;
}

.border-top-primary {
  border-top: 2px solid #17a2b8 !important;
}

.border-right-primary {
  border-right: 2px solid #17a2b8 !important;
}

.select2-container .select2-selection--single {
  height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px !important;
}

.custom-select-height {
  height: 28px !important;
  line-height: 28px !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #EAEDF2 !important;
}

/* .navbar.scrolled.navbar-dark .navbar-nav .nav-link, .navbar.navbar-toggled-show.navbar-dark .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5) !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5) !important;
} */


.background-color-none {
  background-color: transparent !important;
}

.bg-light {
  background-color: #F2F2F2 !important;
}

.bordered-features {
  border: 2px dotted #009b72
}


.mobile-payment-frequency {
  padding: 10px;
}

.selected-payment-frequency {
  border: 1px dotted #009b72;
}

.payment-period-font-size-mobile {
  font-size: 14px !important;
}

.months-free-mobile {
  font-size: 11px !important; 
  padding: 0.3rem 0.3rem !important;
}

.months-free-desktop {
  font-size: 12.5px !important; 
  /* padding: 0.3rem 0.3rem !important; */
}

.vps-features {
  font-size: 0.95rem !important;
}

.mobile-sm-btn {
  padding: 0.1rem 0.2rem !important;
  border-radius: 0.3125rem !important;
}

.desktop-card-footer {
  padding: 0.75rem !important;
}

.mobile-card-footer {
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.3rem 0rem;
  text-align: center;
  border-radius: 0px !important;
}

.green-background{
  background-color: #009b72;
}

.red-background {
  background-color: #dc3545;
}

.social-card {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, 0.05) !important;
  border-radius: .375rem;
  padding: 10px 10px;
  margin-right: 10px;
  /* min-width: 50px !important; */
}

.mobile-bottom-border {
  border-bottom: 1px solid #EAEDF2 !important;
}

footer {
  padding: 4.5rem 0 !important;
}

.footer-hr {
  margin-top: 1.5rem !important;
}

.no-padding-right {
  padding-right: 0px !important;
}

.overlay-text {
  position: absolute; /* Position the text absolutely within the container */
  top: -27px;   
  left: 50%; /* Move the text 50% from the left of the container */
  transform: translate(-50%, -50%);
  width: 100%;
}

.smaller-phone-number {
  font-size: 0.9rem !important;
}

.features-select {
  color: #2C3038;
  font-size: 1rem !important;
  border-color: #009b72;
  width: 55%;
}

.custom-margin-for-features-select {
  margin-top: 0.1rem !important;
}

.no-padding-left {
  padding-left: 0px !important;
}

.btn-sm {
  border-radius: 0.3125rem !important;
}

.padding-left-mobile-card {
  padding-left: 6px !important;
}

.display-none-important {
  display: none !important;
}

.custom-switch-margin-right {
  margin-right: 3.7rem;
}

.custom-switch {
  padding-left: 0px !important;
}


.custom-order-switch-label::before {
  background-color: #009b72 !important;
  border: #009b72 solid 1px !important;
}

.custom-order-switch-input:checked {
  background-color: #fff !important;
}

.custom-order-switch-label::after {
  background-color: #fff !important;
}

.custom-button-sm-line-height {
  line-height: 2.5 !important;
}

.reviewLink {
  color: #fff;
  text-decoration: underline;
}

.darkReviewLink {
  color: #2C3038;
  text-decoration: underline;
}

.navbar-collapse {
  flex-basis: 0px !important;
}

.idea-image {
  width: 48.85px;
}

.button-text {
  display: block;
  white-space: nowrap; /* Prevents unnecessary line breaks */
}

.service-quote-margin {
  margin-top: 35px;
}

.domain-heading-padding {
  padding: 0.6875rem 0.75rem;
}

.select2-container {
  text-align: center !important;
}

.custom-h5-font {
  font-size: 1.19rem !important;
}

.reduced-pricing-font-for-longer-currencies {
  font-weight: 600 !important;
  font-size: 1.2rem !important;
}

.margin-bottom-none {
  margin-bottom: 0rem !important;
}

.custom-font-for-price {
  font-size: 1.1rem !important;
}

.custom-padding-for-sm-button {
  padding: 0.625rem 1.3rem !important;
}

.white-space-allow-wrap {
  white-space: normal !important;
}

.smaller-font-size {
  font-size: 15px !important;
  white-space: nowrap;
}

.btn[data-toggle="tab"][aria-selected="false"] {
  color: #555A64 !important;
}