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

    ** Custom Stylesheet **

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

***************************************************** */
/* Base styles for the mobile toggle button */

.tiles .tile .stat {
  margin-top: 0px;
  font-size: 40px;
  line-height: 1;
}

.section#main-body {
  margin: 0;
  padding: 0px 0;
  min-height: 350px;
}

#order-standard_cart .sub-heading {
  height: 0;
  border-top: 1px solid #ddd;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  display: none;
}

#order-standard_cart .cart-sidebar {
  float: left;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: :none;
  display: none;
}


.whmcs-navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}




@media (max-width: 600px) {

div[menuitemname="Client Details"] {
  display: none !important;
}


header.header .btn {
  font-size: 12px;
}
.custom-language-dropdown .btn {
  padding: 5px 10px !important;
}
}



/* Mobile Toggle Button (default hidden) */
.navbar-toggler {
  background-color: #0e5077;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  display: none;
    left: 50%;
  top: 6px; /* Adjust this value as needed */
  transform: translateX(-50%);
  position: absolute;
 }

@media (max-width: 800px) {
  .custom-menu .custom-menu-list {
    flex-direction: column;
    align-items: flex-start !important;
    margin: 0;
    padding: 0;
background-color: #fff;
  }
  .custom-menu .custom-menu-item {
    margin: 10px 0;          /* Reduce vertical spacing */
    width: 100%;            /* Optional: make items take full width */
  }
  .custom-menu .custom-menu-link {
    text-align: left;       /* Keep text aligned left */
    padding: 10px 20px !important;      /* Adjust padding as needed */
background-image: linear-gradient(#04519b, #044687 60%, #033769);
  }
}

/* Show the toggle button and collapse the menu on screens smaller than xl (below 1200px) */
@media (max-width: 800px) {
  .navbar-toggler {
    display: block;
  }
  /* Hide the collapsed menu by default */
  #mainNavbar {
    display: none;
  }
  /* When the 'show' class is added, display the menu */
  #mainNavbar.show {
position: relative;
    display: block;
z-index: 999;
margin-top: 50px;
  }
}
@media (min-width: 800px) {

.navbar-toggler {
    display: none;
  }
  /* Hide the collapsed menu by default */
  #mainNavbar {
    display: block;
  }
  /* When the 'show' class is added, display the menu */
  #mainNavbar.show {
    display: block;
z-index: 999;
margin-top: 50px;
  }



}
header.header .main-navbar-wrapper .navbar-collapse {
  padding: .0rem 0rem;
}






div[menuitemname="Already Registered"] {
  display: none !important;
}



div[menuitemname="Client Contacts"] {
  display: none !important;
}

div[menuitemname="Client Shortcuts"] {
  display: none !important;
}
div[menuitemname="My Services Actions"] {
  display: none !important;
}
div[menuitemname="Service Details Overview"] {
  display: none !important;
}

div[menuitemname="ispcfg3 ISPConfig Account Nav"] {
  display: none !important;
}

div[menuitemname="iHost ISPConfig Login Nav"] {
  display: none !important;
}

div[menuitemname="Billing"] {
  display: none !important;
}

div[menuitemname="Categories"] {
  display: none !important;
}

div[menuitemname="Actions"] {
  display: none !important;
}

/* Hide sidebar on all client area pages */
body[data-pagetype="clientarea"] .sidebar {
    display: none !important;
}

/* Make primary content full width on all client area pages */
body[data-pagetype="clientarea"] .primary-content {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}






#Primary_Sidebar-Account-Contacts_Sub-Accounts {
  display: none !important;
}

#Primary_Sidebar-Account-Email_History {
  display: none !important;
}

#Primary_Sidebar-Account-User_Management {
  display: none !important;
}


#inputNoStoreContainer {
  display: none !important;
}



label[for="customfield6"],
label[for="customfield6"] + .control {
    display: none !important;
}
label[for="customfield7"],
label[for="customfield7"] + .control {
    display: none !important;
}




footer.footer {
  margin: 0;
  padding: 40px 0 10px;
  background-image: linear-gradient(#04519b, #044687 60%, #033769);
  color: #fff;
  font-size: .9rem;
  margin-top: 20px;
}


/* Custom Menu Container: full width and flex layout to push content right */
.custom-menu {
  width: 100%;
  align-items: center;
}

/* Custom Menu List: horizontal flex list, no default list styling */
.custom-menu .custom-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
display: flex;
}

/* Custom Menu Items: add spacing between items */
.custom-menu .custom-menu-item {
  position: relative;
margin: 1px 0;
}

/* Custom Menu Links: white text, padding, and smooth hover transitions */
.custom-menu .custom-menu-link {
  display: block;
  padding: 10px 15px;
  color: #fff; /* white text */
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover effect: change background and text color */
.custom-menu .custom-menu-link:hover {
  background-color: #023452; /* Adjust to desired hover background */
  color: #ddd;  /* Adjust to desired hover text color */
  border-radius: 3px;
}

/* Container: full width, flex layout, aligned right */
.custom-language-dropdown {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* Top navigation: inline flex list, no default list styling */
.custom-language-dropdown .top-nav {
  display: flex;
  list-style: none;
  padding: 0;
  align-items: center;
margin-bottom: 0px;
}
/* Each nav item: add spacing */
.custom-language-dropdown .top-nav > li {
  margin-left: 15px;
  position: relative;
}

/* General button styles */
.custom-language-dropdown .btn {
  padding: 6px 15px;
  background-color: #0e5077;
  color: #fff !important;
  border-radius: 7px;
  text-decoration: none;
  cursor: pointer;
}

/* Language dropdown container */
.custom-language-dropdown .lang-dropdown {
  position: relative;
}

/* Language dropdown toggle */
.custom-language-dropdown .lang-dropdown-toggle {
  display: inline-block;
}

/* Custom caret styling (only one arrow) */
.custom-language-dropdown .lang-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #fff; /* white arrow */
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* Dropdown menu container (hidden by default) */
.custom-language-dropdown .lang-dropdown-menu {
  display: none; /* toggled via JavaScript */
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 2px;
  padding: 0;
  list-style: none;
  background-color: #0e5077; /* dark background */
  border: 0px solid #ccc;
  border-radius: 7px;
  z-index: 9999;
  min-width: 160px;
}

/* Dropdown menu list items */
.custom-language-dropdown .lang-dropdown-menu li {
  display: block;
}

/* Dropdown menu links */
.custom-language-dropdown .lang-dropdown-menu li a {
  display: block;
  padding: 6px 12px;
  color: #fff; /* white text */
  text-decoration: none;
}

/* Hover effect for dropdown menu links */
.custom-language-dropdown .lang-dropdown-menu li a:hover {
  background-color: #023452; /* slightly darker on hover */
border-radius: 7px;
}

.main-navbar-wrapper {
  position: relative;
  min-height: 0px;
  margin-bottom: 20px;
  border: 1px solid transparent;
    background-image: linear-gradient(#04519b, #044687 60%, #033769);
height: 50px;

}

.master-breadcrumb {
  display:none;
}


.dropdown-item {
  display: block;
  width: 100%;
  padding: .55rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-menu {
    position: absolute;
    background-image: linear-gradient(#04519b, #044687 60%, #033769);
  }

.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2167b0;
}
#mainNavbar a{
color:#fff;
}
.ml-3, .mx-3 {
  margin-left: 1rem !important;
  background-color: #404040;
  border-radius: 5px;
}



#order-standard_cart .secondary-cart-sidebar {
  float: right;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-main {
    margin-bottom: 0;
    background-color: #04273c;
    border: 0;
    min-height: 38px;
    font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
}
.controls{
display:none;
}
.header-lined{

display:none;
}

section#footer {
  margin: 0;
  padding: 20px 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: .9em;
  display: none;
}

.panel.panel-accent-red {
  border-top: 3px solid #d9534f;
  display: none;
}

.panel.panel-accent-asbestos{
  border-top: 3px solid #d9534f;
  display: none;
}
.panel.panel-accent-blue {
    border-top: 3px solid #5bc0de;
    display: none;
}

.panel.panel-accent-blue{
  border-top: 3px solid #d9534f;
  display: none;
}

.sidebar.sidebar-secondary {
  clear: left;
  display: none;
}

#order-standard_cart .view-cart-tabs {
  margin: 0 0 20px 0;
  display: none;
}

#order-standard_cart label .iradio_square-blue {
  margin-right: 2px;
  margin-bottom: 5px;
}


@media (max-width: 768px){
.col-sm-6 {
  width: 100%;
}
}

@media (min-width: 768px) {
  .clienthome {
    width: 50%;
    height: 232px;
  }
}

#order-standard_cart .sidebar-collapsed {
  margin-top: 20px;
  padding: 4px;
  border-radius: 4px;
  display: none;
}

#bridge #order-standard_cart .empty-cart {
  text-align: right;
  margin: -10px 0px 10px 0;
  line-height: 1em;
}

@media (max-width: 991px) {
  #order-standard_cart .secondary-cart-sidebar {
    margin: 0 auto;
    margin-top: 0px;
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
.tile .title {
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.panel.panel-accent-gold {
  border-top: 3px solid #f0ad4e;
  display: none;
}
.panel.panel-accent-emerald {
  border-top: 3px solid #2ecc71;
  display: none;
}

#order-standard_cart .cart-body {

  width: 100% !important;
}

#order-standard_cart .checkout-security-msg {
  margin: 20px 0;
  padding-left: 75px;
  font-size: .8em;
  display: none !important;
}


/*---card payment-------*/



