/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */


#header .navbar .navbar-nav>li>a {
    font-weight: bold;
    color: #ffffff;
    font-size: 13px;
    position: relative;
	text-decoration: none !important;
}

#header .navbar .navbar-nav>li>a:hover {
    color: #e3e8ea;
}


#header .navbar .navbar-nav>li {
    list-style: none;
	display: list-item;
    text-align: -webkit-match-parent;
}

@media (min-width: 768px){
#header .navbar .navbar-nav>li>a {
    padding-right: .4rem;
    padding-left: .4rem;
    margin-right: .7rem;
    margin-left: .7rem;
    padding-top: 10px;
    padding-bottom: 10px;
}
}

#header .navbar .search-headr {
    display: initial;
    line-height: initial;
}

#offcanvas-menu-home {
	padding: 9px 0;
}

@media (min-width: 768px){
	
.row.justify-content-center{
    display: flex;
    justify-content: center;
}

.navbar-right {
    margin-right: 0;
}

.top-header-nav-home .container, .the_breadcrumb_conatiner_page {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-brand {
    padding-left: 0;
    padding-top: 0;
	height: auto;
}


#header .navbar .navbar-nav>li>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 0%;
    background: #ffffff;
    transition: all 0.2s ease-in-out;
}

#header .navbar .navbar-nav>li>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background: #ffffff;
    transition: all 0.2s ease-in-out;
}
#header .navbar .navbar-nav>li>a:hover::after {
    width: 100%;
    transition: all 0.2s ease-in-out;
}

#header .navbar .navbar-nav>li>a:hover::before {
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.navbar-right .navbar-nav .dropdown-menu {
    right: auto;
    left: 0;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

}

.search-headr:after,.search-headr:before {
	display: none;
}


.dropdown-menu {
    border-radius: 4px !important;
}


.dropdown-menu li a {
    display: block;
    width: 100%;
    padding: .4rem 1.5rem;
    clear: both;
    font-weight: 500;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
}

.dropdown-menu .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5 !important;
}

.padding-5-0{
	padding: 5px 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 700;
}

.header-heeadline h5 {
    font-size: 35px;
}

#header .navbar .accouting-h {
    margin-left: 0;
}


#header .domain-price-header a span {
    color: #fff;
}

#header #domain-search #transfer-btn{
    position: absolute;
    height: 49px;
    top: 2px;
    width: 49px;
    z-index: 2;
    background-color: #1ec8de;
    border-color: #1ec8de;
    border: 0;
    border-radius: 50%;
    right: 55px;
    outline: none;
    cursor: pointer;
}

#header #domain-search #transfer-btn:hover{
    background-color: #18acbf;
    border-color: #18acbf;
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 22px 2px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 22px 2px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 22px 2px rgba(0,0,0,0.16);
}

#header #domain-search #transfer-btn img {
    width: 17px;
}

.login-drop-down-header form .form-group .form-control {
    box-shadow: none;
}

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

#header.whmcs-not-index-template {
    min-height: 180px !important;
    height: 180px !important;
    margin-bottom: 20px;
}


#header.whmcs-not-index-template {
    min-height: 180px !important;
    height: 180px !important;
    margin-bottom: 20px;
}


#header .navbar-nav .dropdown-menu {
    background: #fff;
}


#header .top-header-fixed .navbar .navbar-nav>li>a {
    color: #657075;
}


#header .top-header-fixed .navbar .accouting-h {
    margin-left: 15px;
}

#header .top-header-fixed .navbar .navbar-nav>li>a:after, #header .top-header-fixed .navbar .navbar-nav>li>a:before {
    background: #9798b9;
}


@media (min-width: 768px){
#header .top-header-fixed .navbar-brand {
    padding-top: 0;
}
}

#header .header-animation .moon-bg-her {
    z-index: 0;
}

.first-items-home {
    background: #fff;
	margin-bottom: 0;
}

.first-items-home .item-icons p {
    line-height: 26px;
}

.announcement-single p {
    font-size: 15.5px;
    line-height: 28px;
    color: #a8aeb1;
}

.announcement-single .title-announcement-single {
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Heebo', sans-serif;
    font-size: 22px;
    color: #405158;
}


.announcement-single .label-announcement-single {
    background: #fc5ca7;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 5px 15px;
    letter-spacing: 0.5px;
    vertical-align: middle;
    margin-left: 6px;
}


section#footer {
    background-color: #202131;
    border-top: 1px solid #202131;
}

section#footer p {
    color: #fff;
}

section#footer .back-to-top i {
    background-color: #12131d;
    color: #cdd4d8;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

.footer-brand {
    margin-top: 15px;
}

a.settingbutton {
    top: 140px;
}


@media (max-width: 991px){
.account-place-header-nav {
    float: right !important;
}

.navbar-toggle {
	margin: 0 ;
    margin-right: 5px;
	
}
.navbar-brand {
    display: inline-block;
	padding: 0;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
	height: auto;
}

}


@media (max-width: 767px){
#header .navbar .navbar-nav>li>a {
    color: #ffffff !important;
}

#header .navbar .navbar-nav>li>a {
    padding: 1.5rem 1rem;
    border-bottom: 1px solid rgba(29, 31, 45, 0.62);
    display: block;
}

#header .navbar .search-headr {
    display: none !important;
}

#header .navbar .navbar-nav {
    padding-left: 30px;
    padding-right: 30px;
}



}

@media (max-width: 425px){

.announcement-single .label-announcement-single {
    margin-left: 0;
    margin-top: 7px;
    display: inline-block;
}
}

.navbar-toggle.is-open{
	margin-top: 7px;
}


div.header-lined h1 {
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Heebo', sans-serif;
    font-size: 24px;
    color: #405158;
    border-bottom: 0;
}

div.header-lined small {
    white-space: nowrap;
    overflow: hidden;
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 0.5px;
}

div.header-lined .breadcrumb {
    background: 0 0;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
    position: relative;
    margin-top: 0;
    padding-left: 15px;
    color: #868e96;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Heebo', sans-serif;
}

.client-home-panels .panel>.panel-heading {
    background-color: #34afe6;
    border-bottom: 0;
    font-weight: 700;
    color: #fff;
    padding: 20px;
}

.client-home-panels .panel>.panel-heading .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
    font-weight: 700;
    letter-spacing: .5px;
}

.client-home-panels .panel>.panel-heading .panel-title .btn {
    color: #fff;
    background: #2e9aca;
    padding: 5px 20px;
    margin-top: -5px;
}

.panel-body {
    padding: 10px 15px;
    font-family: montserrat,sans-serif;
    font-size: 13px;
    font-style: initial;
}

.client-home-panels .panel>.panel-heading .panel-title .btn:hover {
    color: #fff;
    background: #2b89b3;
}

.box-intr {
    position: relative;
    border-right: 1px solid #eaecef;
    padding: 25px 20px;
    background-color: #fafbfc;
}

.box-intr a {
    text-decoration: none!important;
}

.box-intr .icon {
    text-align: center;
}

.box-intr .icon i:before {
    margin-left: 0;
    font-size: 50px;
    color: #c2cbd0;
}

.box-intr .stat {
    position: absolute;
    top: 65px;
    left: -34px;
    right: 0;
    margin: auto;
    text-align: center;
    width: 35px;
    height: 35px;
    background: #f7ea07;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    border-radius: 37px;
    text-shadow: 2px 2px 6px rgba(0,0,0,.2);
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.box-intr:hover .stat {
    top: 55px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.box-intr .title {
    font-family: montserrat,sans-serif;
    display: block;
    color: #3d4448;
    text-transform: initial;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin-top: 13px;
}

.last-child-no-boder .box-intr:last-child {
    border-right: 0;
}

.liginned-user-menu{
	margin-top: -5px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.liginned-user-menu .top-links{
    text-align: center;
    border-right: 1px solid #f2f4f5;
    border-bottom: 1px solid #f2f4f5;
    text-shadow: none!important;
    box-shadow: none!important;
    padding: 25px 0;
    font-size: 22px;
    color: #bbc7cc;
}

.liginned-user-menu .top-links:hover{
    color: #95a1a7;
}

.infonexsheader {
    position: absolute;
    top: -10px;
    right: -15px;
    background: #f7ea07;
    padding: 3px 9px;
    border-radius: 30px;
    color: #fff;
    line-height: 20px;
    font-weight: 500;
    font-size: 11px;
    cursor: pointer;
    text-shadow: 2px 2px 6px rgba(0,0,0,.2);
}

.popover-user-notifications .popover-inner {
    background: #3e3f52;
}

.popover-user-notifications .arrow {
    border-bottom-color: #313247!important;
    border-bottom-color: #1a1a25!important;
}

.popover-user-notifications {
    border-radius: 4px;
    padding: 0;
    border-color: #313247;
    min-width: 310px;
    font-family: open sans,sans-serif;
}

.popover-user-notifications .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #313247;
    border-bottom: 1px solid #313247;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
}
.popover-user-notifications .arrow:after {
    border-bottom-color: #313247!important;
}

.user-menu-dro{
    padding: 10px 15px 20px;
}

.user-menu-dro li a {
    font-weight: 100!important;
    color: #9aa3a9!important;
    font-size: 14px;
    display: block;
}

.user-menu-dro li a:hover {
    color: #666f75 !important;
	text-decoration: none;
}


@media (min-width: 769px) and (max-width: 990px){
#header .navbar .navbar-nav>li {
    float: left  !important;
}

}

@media (max-width: 768px){

.liginned-user-menu .top-links {
    width: 33%;
    float: left;
}

}

.header-top-menu ul li a:focus, .header-top-menu ul li a:not([href]):not([tabindex]):focus {
    text-decoration: none;
    color: #fff;
}

#header.whmcs-not-index-template {
    z-index: 5;
}

.header-top-menu ul li a, .header-top-menu ul li a:not([href]):not([tabindex]) {
    padding: 5px 3px;
    display: block;
}

body {
    background-color: #fff;
}


#oursevices li a {
    display: block;
	text-decoration: none !important;
}


#oursevices li{
    background: transparent;
}


.custom-radio,
.custom-checkbox {
  padding-left: 20px;
  position: relative;
  display: block;
}

.custom-radio input,
.custom-checkbox input {
  opacity: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  margin-left: -20px;
}

.custom-radio input:checked + label::before,
.custom-checkbox input:checked + label::before {
  border-color: #9575cd;
}

.custom-radio input:checked + label::after,
.custom-checkbox input:checked + label::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 13px;
  left: 2px;
  top: 4px;
  margin-left: -20px;
  border: 1px solid #9575cd;
  border-radius: 50%;
  background-color: #9575cd;
}

.custom-radio label,
.custom-checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.custom-radio label::before,
.custom-checkbox label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 2px;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}

.custom-radio.disabled label,
.custom-checkbox.disabled label {
  color: #ccc;
}

.custom-radio.disabled label::before,
.custom-checkbox.disabled label::before {
  opacity: 0.54;
  border-color: #ccc;
}

.custom-checkbox input:checked + label::before {
  border-color: #9575cd;
  background-color: #9575cd;
}

.custom-checkbox input:checked + label::after {
  content: "\f00c";
  font-family: Font Awesome\ 5 Free;
  font-size: 10px;
  color: #fff;
  top: 0;
  left: 1px;
  border-color: transparent;
  background-color: transparent;
  text-align: center;
  line-height: 18px;
  padding-left: 2px;
}

.custom-checkbox label::before {
  border-radius: 2px;
}

.fl-lf-mr-tp-25{
    float: left;
    margin-top: 25px;
}

.btn-login-inscrespto{
    border: 0;
    background: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
	outline: none;
	box-shadow: none;
}

.fl-left{
	float: left;
}

.custom-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
.custom-row .col-md-7{
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.custom-row .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}

.custom-row .col-md-7{
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.custom-row .col-md-7{
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.form-domain-home-stwo .input-group:last-child {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.domain-homepage-anouncement-speacial-form input {
    height: 100%;
}
.popover-user-notifications .popover-inner {
    background: #fff;
}

/* NETROA: Logo Sizing & Alignment */
#header .navbar-brand {
    display: flex;
    align-items: center;
}

#header .navbar-brand img {
    height: 35px;
    width: auto;
}

/* Slightly smaller logo when the header becomes fixed (white background) */
#header .top-header-fixed .navbar-brand img {
    height: 33px;
}

/* Footer logo was too small in the original NuHost style */
.footer-coodiv-thm .footer-brand img {
    height: 44px;
    width: auto;
}

@media (max-width: 767px) {
    #header .navbar-brand img {
        height: 30px;
    }
    #header .top-header-fixed .navbar-brand img {
        height: 28px;
    }
    .footer-coodiv-thm .footer-brand img {
        height: 36px;
    }
}


/* NETROA: Header logo tagline */
#header .navbar-brand {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#header .navbar-brand .logo-tagline {
    display: block;
    margin-top: 6px;
    margin-left: 0;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: none;
    color: #fff;
    opacity: 0.92;
    white-space: nowrap;
}

#header .top-header-fixed .navbar-brand .logo-tagline {
    /* NuHost orijinal davranışı: sticky (beyaz) header'da slogan gizli */
    display: none !important;
}

/* NETROA: Client Area (logged in) - keep tagline UNDER the logo (not side-by-side) */
body.nuhost-loggedin #header .navbar-brand {
    flex-direction: column;
    align-items: flex-start;
}

body.nuhost-loggedin #header .navbar-brand .logo-tagline {
    /* Biraz daha nefes alması için logo ile yazı arasını aç */
    margin-top: 6px;
    margin-left: 0;
    font-size: 12px;
    letter-spacing: 1.1px;
    opacity: 0.88;
}

/* In Client Area we keep the tagline visible even when sticky */
body.nuhost-loggedin #header .top-header-fixed .navbar-brand .logo-tagline {
    display: block !important;
}

@media (max-width: 767px) {
    body.nuhost-loggedin #header .navbar-brand {
        flex-direction: column;
        align-items: flex-start;
    }

    body.nuhost-loggedin #header .navbar-brand .logo-tagline {
        margin-left: 0;
        margin-top: 5px;
        font-size: 11px;
        letter-spacing: 1.2px;
    }
}

/* NETROA: Mobile footer alignment fixes */
@media (max-width: 767px) {
    .footer-coodiv-thm .footer-title-simple,
    .footer-coodiv-thm .form-contain-home-subscribe,
    .footer-coodiv-thm .footer-social-links,
    .footer-coodiv-thm .copyright-footer-p {
        float: none !important;
    }

    .footer-coodiv-thm .main-menu-footer-mn {
        clear: both;
    }

    .footer-coodiv-thm .stay-in-tch-footer-mb-st {
        clear: both;
        width: 100%;
    }

    #header .navbar-brand .logo-tagline {
        font-size: 11px;
        letter-spacing: 1.2px;
        margin-top: 4px;
    }
}

/* NETROA: Pro polish (modern header + footer micro-interactions) */
#header .top-header-fixed {
    transition: all .35s ease-in-out;
}

#header .navbar .nav-link {
    transition: color .2s ease, opacity .2s ease;
}

#header .navbar-brand .logo-tagline {
    transition: color .35s ease, opacity .35s ease;
}

/* Make sticky header a bit more compact */
#header .top-header-fixed .header-nav-algo-coodiv {
    padding: 14px 0;
    /* keep theme margin-top (prevents clipping because .top-header-fixed uses top:-20px) */
}

@media (max-width: 767px) {
    #header .top-header-fixed .header-nav-algo-coodiv {
        padding: 10px 0;
    }

    .footer-coodiv-thm .footer-title-simple {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 12px;
    }
}

/* Slightly reduce extra vertical padding around the logo */
#header .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

/* Footer social hover polish */
.footer-coodiv-thm .footer-social-links a {
    transition: transform .2s ease;
}

.footer-coodiv-thm .footer-social-links a:hover {
    transform: scale(1.08);
}

/* NETROA: Logo (logo+tagline) ile menüyü aynı orta hatta hizala */
@media (min-width: 768px) {

  /* Header içindeki navbar satırını flex yapıp dikey ortala */
  #header .top-header-nav-home .header-nav-algo-coodiv {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap;
  }

  /* Bootstrap/WHMCS float’larını devre dışı bırak (yukarı yapışma buradan geliyor) */
  #header .top-header-nav-home .header-nav-algo-coodiv .navbar-brand,
  #header .top-header-nav-home .header-nav-algo-coodiv .navbar-offcanvas,
  #header .top-header-nav-home .header-nav-algo-coodiv .account-place-header-nav {
    float: none !important;
  }

  /* DOM sırası: logo + account + button + menu → Biz görsel sırayı düzeltiyoruz */
  #header .top-header-nav-home .header-nav-algo-coodiv .navbar-brand {
    order: 1;
  }

  #header .top-header-nav-home .header-nav-algo-coodiv .navbar-offcanvas {
    order: 2;
    margin-left: auto;                 /* menü + account sağa gider */
    display: flex !important;
    align-items: center !important;     /* menü dikey ortalanır */
  }

  #header .top-header-nav-home .header-nav-algo-coodiv .account-place-header-nav {
    order: 3;
    display: flex !important;
    align-items: center !important;     /* avatar dikey ortalanır */
    margin-left: 14px;                 /* menü ile avatar arası boşluk */
    margin-bottom: 0;
    padding: 0;
  }

  /* Menü UL'yi yatay + dikey ortalı flex yap */
  #header .top-header-nav-home .header-nav-algo-coodiv .navbar-offcanvas .navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    margin: 0;
    padding: 0;
  }

  /* Daha önce list-item verilmiş; flex hizasını bozmasın */
  #header .top-header-nav-home .header-nav-algo-coodiv .navbar-offcanvas .navbar-nav > li {
    display: block !important;
  }
}

/* =====================================================
   Login Page (Professional look - PRO)
   Scoped to login.tpl only via .nuhost-login-page
   ===================================================== */

.logincontainer.nuhost-login-page {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

/* Auth pages: remove the white gap between header and content */
body.nuhost-showing-auth {
    background-color: #f3f5f7;
}

body.nuhost-showing-auth #header.whmcs-not-index-template {
    margin-bottom: 0 !important;
}

/* Give the login page a subtle, professional background (only on the login page) */
body.nuhost-showing-auth section#main-body {
    background-color: #f3f5f7;
    padding: 70px 0;
}

@media (max-width: 575.98px) {
    body.nuhost-showing-auth section#main-body {
        padding: 45px 0;
    }
}

body.nuhost-showing-auth .main-content {
    margin-bottom: 0;
    min-height: auto;
}

.logincontainer.nuhost-login-page.with-social {
    max-width: 860px;
}

/* Hide default WHMCS page header on login (we render our own inside the card) */
.logincontainer.nuhost-login-page .header-lined {
    display: none;
}

.logincontainer.nuhost-login-page .nuhost-login-card-pro {
    border-radius: 18px;
    background: #fff;
    -webkit-box-shadow: 0 18px 55px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 18px 55px rgba(0, 0, 0, 0.10);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.10);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.logincontainer.nuhost-login-page .nuhost-login-card-pro .card-body {
    padding: 36px;
}

@media (max-width: 575.98px) {
    .logincontainer.nuhost-login-page {
        max-width: 100%;
    }
    .logincontainer.nuhost-login-page .nuhost-login-card-pro .card-body {
        padding: 22px;
    }
}

.logincontainer.nuhost-login-page .nuhost-login-pro-head {
    margin-bottom: 22px;
}

.logincontainer.nuhost-login-page .nuhost-login-title {
    margin: 0 0 6px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

.logincontainer.nuhost-login-page .nuhost-login-subtitle {
    margin: 0;
    font-size: 14px;
    color: #6b7c93;
}

.logincontainer.nuhost-login-page .nuhost-pro-field label {
    font-weight: 600;
    margin-bottom: 8px;
}

.logincontainer.nuhost-login-page .nuhost-pro-labelrow {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
}

.logincontainer.nuhost-login-page .nuhost-pro-labelrow label {
    margin-bottom: 0;
}

.logincontainer.nuhost-login-page .nuhost-forgot-link {
    font-size: 12px;
    color: #6b7c93;
    text-decoration: none;
    white-space: nowrap;
}

.logincontainer.nuhost-login-page .nuhost-forgot-link:hover,
.logincontainer.nuhost-login-page .nuhost-forgot-link:focus {
    text-decoration: underline;
}

.logincontainer.nuhost-login-page .nuhost-pro-inputwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.logincontainer.nuhost-login-page .nuhost-pro-icon {
    width: 46px;
    min-width: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #dfe6ee;
    border-right: 0;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
    background: #fff;
    color: #6b7c93;
}

.logincontainer.nuhost-login-page .nuhost-pro-inputwrap .form-control {
    height: 46px;
    border: 1px solid #dfe6ee;
    border-left: 0;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    box-shadow: none;
    width: auto;
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.logincontainer.nuhost-login-page .nuhost-pro-inputwrap--password .form-control {
    border-radius: 0;
    border-right: 0;
}

.logincontainer.nuhost-login-page .nuhost-toggle-password {
    width: 46px;
    min-width: 46px;
    border: 1px solid #dfe6ee;
    border-left: 0;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    background: #fff;
    color: #6b7c93;
    outline: none;
}

.logincontainer.nuhost-login-page .nuhost-toggle-password:hover,
.logincontainer.nuhost-login-page .nuhost-toggle-password:focus {
    background: #f7f9fb;
}

/* Highlight the whole control when focused */
.logincontainer.nuhost-login-page .nuhost-pro-inputwrap:focus-within .nuhost-pro-icon,
.logincontainer.nuhost-login-page .nuhost-pro-inputwrap:focus-within .form-control,
.logincontainer.nuhost-login-page .nuhost-pro-inputwrap:focus-within .nuhost-toggle-password {
    border-color: rgba(30, 200, 222, 0.9);
}

.logincontainer.nuhost-login-page .nuhost-login-captcha {
    margin: 10px 0 14px;
}

.logincontainer.nuhost-login-page .nuhost-login-pro-actions {
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.logincontainer.nuhost-login-page .nuhost-btn-pill {
    border-radius: 999px;
    padding: 10px 28px;
    font-weight: 600;
}

.logincontainer.nuhost-login-page .nuhost-login-remember {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #6b7c93;
    cursor: pointer;
}

.logincontainer.nuhost-login-page .nuhost-login-remember input[type="checkbox"] {
    margin: 0;
}

@media (max-width: 575.98px) {
    /* Prevent any overflow on small screens */
    .logincontainer.nuhost-login-page .nuhost-login-pro-actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .logincontainer.nuhost-login-page .nuhost-btn-pill {
        width: 100%;
    }

    .logincontainer.nuhost-login-page .nuhost-login-remember {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.logincontainer.nuhost-login-page .nuhost-login-pro-footer {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 13px;
    color: #6b7c93;
}

.logincontainer.nuhost-login-page .nuhost-register-link {
    font-weight: 700;
    margin-left: 4px;
    text-decoration: none;
}

.logincontainer.nuhost-login-page .nuhost-register-link:hover,
.logincontainer.nuhost-login-page .nuhost-register-link:focus {
    text-decoration: underline;
}

/* Shared auth helpers (login + password reset) */
.logincontainer.nuhost-login-page .nuhost-auth-help {
    margin: 0 0 16px;
    font-size: 13px;
    color: #6b7c93;
}

.logincontainer.nuhost-login-page .nuhost-auth-secondary-link {
    font-size: 13px;
    color: #6b7c93;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
}

.logincontainer.nuhost-login-page .nuhost-auth-secondary-link:hover,
.logincontainer.nuhost-login-page .nuhost-auth-secondary-link:focus {
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    .logincontainer.nuhost-login-page .nuhost-auth-secondary-link {
        width: 100%;
        text-align: center;
    }
}

/* Password reset: prevent Bootstrap feedback icons/padding from breaking the custom field layout */
.logincontainer.nuhost-pwreset-page .form-control-feedback {
    display: none !important;
}

.logincontainer.nuhost-pwreset-page .has-feedback .form-control {
    padding-right: 12px !important;
}

/* =====================================================
   Header background video
   - Keep lightweight: rely on template's native sizing script
   ===================================================== */

.video-bg-nuhost-header video {
    object-fit: cover;
}


/* =====================================================
   Alastyr-style Auth Pages (Login + Register)
   - Fullscreen split layout
   - Scoped via body.nuhost-showing-auth
   ===================================================== */

body.nuhost-showing-login ,
body.nuhost-showing-register {
    background: #ffffff;
}

/* Hide the theme header + big footer for auth pages */
body.nuhost-showing-login #header,
body.nuhost-showing-register #header,
body.nuhost-showing-login section.footer-coodiv-thm,
body.nuhost-showing-register section.footer-coodiv-thm,
body.nuhost-showing-login section#footer ,
body.nuhost-showing-register section#footer {
    display: none !important;
}

/* Make the WHMCS main body truly full-width/height on auth pages */
body.nuhost-showing-login section#main-body ,
body.nuhost-showing-register section#main-body {
    padding: 0 !important;
    background: #ffffff !important;
    min-height: 100vh;
}

body.nuhost-showing-login section#main-body > .container ,
body.nuhost-showing-register section#main-body > .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}

body.nuhost-showing-login section#main-body > .container > .row ,
body.nuhost-showing-register section#main-body > .container > .row {
    margin: 0 !important;
    min-height: 100vh;
}

body.nuhost-showing-login .main-content ,
body.nuhost-showing-register .main-content {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 100vh;
}

/* Split layout */
.alastyr-auth {
    min-height: 100vh;
    display: flex;
    flex-direction: row;
}

.alastyr-auth__left {
    width: 50%;
    background: #f7f9ff;
    position: relative;
    overflow: hidden;
}

.alastyr-auth__left:before {
    content: '';
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 999px;
    left: 50%;
    top: 40%;
    transform: translate(-55%, -55%);
    background: radial-gradient(circle at 30% 30%, rgba(25, 184, 255, 0.22), rgba(13, 120, 255, 0.06));
}

.alastyr-auth__left-inner {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 28px;
    text-align: center;
}

.alastyr-auth__brand {
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.alastyr-auth__logo {
    height: 44px;
    width: auto;
}

.alastyr-auth__illustration {
    width: min(420px, 78%);
    margin-top: 22px;
}

.alastyr-auth__illustration img {
    width: 100%;
    height: auto;
}

.alastyr-auth__social {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    padding: 0 34px;
}

.alastyr-auth__social-title {
    font-size: 28px;
    line-height: 1.15;
    font-weight: 700;
    color: #0b2a4a;
}

.alastyr-auth__social-desc {
    margin-top: 10px;
    font-size: 13px;
    color: #6b7c93;
}

.alastyr-auth__social-links {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.alastyr-auth__social-link {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(11, 42, 74, 0.12);
}

.alastyr-auth__social-link.is-facebook { background: #1877f2; }
.alastyr-auth__social-link.is-twitter { background: #1da1f2; }
.alastyr-auth__social-link.is-instagram { background: #e1306c; }

.alastyr-auth__social-link:hover,
.alastyr-auth__social-link:focus {
    transform: translateY(-1px);
    text-decoration: none;
    color: #ffffff;
}

.alastyr-auth__copyright {
    position: absolute;
    left: 28px;
    bottom: 22px;
    font-size: 12px;
    color: rgba(107, 124, 147, 0.85);
}

.alastyr-auth__right {
    width: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 56px 32px;
}

.alastyr-auth__card {
    width: 100%;
    max-width: 520px;
}

.alastyr-auth__card--scroll {
    max-width: 620px;
    max-height: calc(100vh - 90px);
    overflow: auto;
    padding-right: 8px;
}

.alastyr-auth__head {
    margin-bottom: 18px;
}

.alastyr-auth__title {
    margin: 0;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
    color: #0b2a4a;
}

.alastyr-auth__subtitle {
    margin-top: 10px;
    font-size: 14px;
    color: #6b7c93;
}

/* Form */
.alastyr-form__group {
    margin-bottom: 14px;
}

.alastyr-form__label {
    font-size: 13px;
    font-weight: 600;
    color: #42566b;
    margin-bottom: 8px;
}

.alastyr-form__labelrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.alastyr-form__control {
    height: 46px;
    border-radius: 12px;
    border: 1px solid #dfe7f1;
    box-shadow: none !important;
}

.alastyr-form__control:focus {
    border-color: rgba(13, 120, 255, 0.7);
    box-shadow: 0 0 0 3px rgba(13, 120, 255, 0.12) !important;
}

.alastyr-form__password {
    position: relative;
}

.alastyr-form__toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border: 0;
    background: transparent;
    color: #6b7c93;
    border-radius: 10px;
}

.alastyr-form__toggle:hover,
.alastyr-form__toggle:focus {
    background: rgba(11, 42, 74, 0.04);
    outline: none;
}

.alastyr-form__row {
    margin: 10px 0 14px;
}

.alastyr-form__checkbox {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #6b7c93;
    cursor: pointer;
}

.alastyr-form__checkbox input {
    margin: 0;
}

.alastyr-form__captcha {
    margin: 12px 0 14px;
}

.alastyr-section-title {
    margin: 22px 0 10px;
    font-size: 14px;
    font-weight: 800;
    color: #0b2a4a;
}

.alastyr-form__help {
    margin-top: 8px;
    font-size: 12px;
    color: #6b7c93;
}

.alastyr-tos {
    margin: 14px 0 16px;
    padding: 12px 12px;
    border: 1px solid rgba(223, 231, 241, 0.9);
    border-radius: 14px;
    background: rgba(247, 249, 255, 0.55);
}

.alastyr-form__checkbox--tos a {
    color: #0d78ff;
    text-decoration: none;
}

.alastyr-form__checkbox--tos a:hover,
.alastyr-form__checkbox--tos a:focus {
    text-decoration: underline;
}

/* Primary button */
.alastyr-btn-primary {
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 800;
    letter-spacing: 0.4px;
    color: #ffffff !important;
    border: 0;
    background-image: linear-gradient(90deg, #19b8ff 0%, #0d78ff 100%);
    box-shadow: 0 18px 45px rgba(13, 120, 255, 0.22);
}

.alastyr-btn-primary:hover,
.alastyr-btn-primary:focus {
    filter: brightness(0.96);
    color: #ffffff !important;
}

/* Links */
.alastyr-auth__links {
    margin-top: 14px;
    font-size: 13px;
    color: #6b7c93;
}

.alastyr-auth__links--secondary {
    margin-top: 16px;
}

.alastyr-auth__link {
    color: #0d78ff;
    font-weight: 700;
    text-decoration: none;
}

.alastyr-auth__link:hover,
.alastyr-auth__link:focus {
    text-decoration: underline;
}

.alastyr-auth__divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px 0 0;
    color: #6b7c93;
    font-size: 12px;
}

.alastyr-auth__divider:before,
.alastyr-auth__divider:after {
    content: '';
    height: 1px;
    background: rgba(11, 42, 74, 0.10);
    flex: 1 1 auto;
}

/* Responsive */
@media (max-width: 991.98px) {
    .alastyr-auth__left {
        display: none;
    }
    .alastyr-auth__right {
        width: 100%;
        padding: 42px 22px;
    }
    .alastyr-auth__card--scroll {
        max-height: none;
    }
}

@media (max-width: 575.98px) {
    .alastyr-auth__title {
        font-size: 32px;
    }
}