.domain-name, .whmcs-ajax-search {
    padding: 10px;
    width: 250px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
}

.whmcs-btn, .whmcs-transfer-btn, .whmcs-ajax-btn, .whmcs-ajax-transfer, #whmcs-order-service-listing {
    padding: 10px 15px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* Optional: Hover effect for the button */
.whmcs-btn:hover, .whmcs-transfer-btn:hover, .whmcs-ajax-btn:hover, .whmcs-ajax-transfer:hover, #whmcs-order-service-listing:hover {
    background-color: #0056b3;
}
.whmcs-login-shortcode {
    display: inline-block;
    padding: 10px 15px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.whmcs-login-shortcode:hover {
    background-color: #0056b3;
}

.whmcs-cart-redirect, .whmcs-shortcode-product, .whmcs-ajax-register {
    display: inline-block;
    padding: 10px 15px;
    background-color: #28a745;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.whmcs-cart-redirect:hover, .whmcs-shortcode-product:hover, .whmcs-ajax-register:hover {
    background-color: #218838;
}
.whmcs-ajax-search-results{
    display: none;
}
.ajax-available-result{
    color: green;
}
.ajax-not-available-result{
    color: red;
}
#whmcs-tlds, .whmcs-service-listing-select, .whmcs-billing-cycles {
    padding: 8px; 
    font-size: 14px; 
    width: 200px; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
    background-color: #fff; 
    color: #333; 
}

/* Style the dropdown arrow */
#whmcs-tlds::after, .whmcs-service-listing-select::after, .whmcs-billing-cycles::after {
    content: '\25BC'; 
    position: absolute;
    top: 50%;
    right: 10px; 
    transform: translateY(-50%);
}

/* Style the options */
#whmcs-tlds option, .whmcs-service-listing-select option, .whmcs-billing-cycles option {
    background-color: #fff; 
    color: #333; 
}
/* Add these styles to your CSS */
.domain-period-price {
    border: 1px solid #ddd; 
    padding: 10px; 
    margin: 5px; 
}
.card-container {
    display: flex;
    flex-wrap: wrap;
}
.card-wrapper{
    display: grid;
  grid-template-columns: 19.5% 19.5% 19.5% 19.5% 19.5%;
  gap: 5px;
}
.billing-radio ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.billing-radio li {
    margin-bottom: 10px;
}
#whmcs-order-service-listing {
    text-decoration: none;
}
/* Loader Container */
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.96); /* Black with some transparency */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999; /* Ensure the loader is on top of other elements */
}
  /* Loader Styles */
.default-loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    /* display: none; */
}

/* .whmcs-support-ticket-wrapper{
    display: none;
} */

/* Apply styles only to elements within the .whmcs-login container */
.whmcs-login {
    max-width: 400px; 
    margin: 0 auto;
}

/* Style the email input */
.whmcs-login-email {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
}

/* Style the password input */
.whmcs-login-password {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
}

/* Style the login button */
.whmcs-login-support-ticket {
    display: inline-block;
    background-color: #4CAF50; /* Green background color */
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    border: none;
    border-radius: 5px;
}

/* Style the loading icon */
.loading-icon {
    display: none;
    margin-top: 10px;
    text-align: center;
}

/* Style the spinner */
.loading-icon i {
    margin-right: 5px;
}

/* Apply styles only to elements within the .whmcs-support-ticket-wrapper container */
.whmcs-support-ticket-wrapper {
    /* Add your styling here */
    max-width: 400px; /* Set a maximum width for the container */
    margin: 0 auto; /* Center the container horizontally */
}

/* Style form elements */
.whmcs-support-ticket-wrapper form {
    margin-top: 10px;
}

/* Style labels */
.whmcs-support-ticket-wrapper label {
    display: block;
    margin-top: 10px;
}

/* Style select and input elements */
.whmcs-support-ticket-wrapper select,
.whmcs-support-ticket-wrapper input,
.whmcs-support-ticket-wrapper textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
}

/* Style the submit button */
.whmcs-open-ticket {
    display: inline-block;
    background-color: #4CAF50; /* Green background color */
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    border: none;
    border-radius: 5px;
}

/* Style the loading icon */
.whmcs-support-ticket-wrapper .loading-icon {
    display: none;
    margin-top: 10px;
    text-align: center;
}

/* Style the spinner */
.whmcs-support-ticket-wrapper .loading-icon i {
    margin-right: 5px;
}
.clientarea-inner {
    overflow-x: auto;
}

#clientarea-usr-info {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px; /* Adjust the margin as needed */
}

#clientarea-usr-info th,
#clientarea-usr-info td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

#clientarea-usr-info th {
    background-color: #f2f2f2;
}

.whmcs-announcements-wrapper {
    font-family: Arial, sans-serif;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 20px;
    background-color: #f9f9f9;
}

.announcement-inner {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.announcement-date {
    font-weight: bold;
    color: #333;
}

.announcement-title {
    font-size: 18px;
    font-weight: bold;
    color: #007bff;
    margin-top: 10px;
    cursor: pointer; /* Add cursor pointer for indicating clickable */
}

.announcement-desc {
    margin-top: 10px;
    color: #666;
    display: none; /* Initially hide the description */
}

.announcement-desc img {
    max-width: 100%;
    margin-top: 10px;
}

/* Styles for the popup */
.popup {
    display: none; /* Hide the popup by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

/* Style for the overlay background */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

/* Style for the list items to display horizontally */
.popover-content ul {
    list-style: none;
    padding: 0;
}

.popover-content ul li {
    display: inline;
    margin-right: 10px;
}

/* CSS for styling */
.whmcs-get-payment-methods {
    margin: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #000; /* Set text color to black */
}

.whmcs-get-payment-methods h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.5em;
}

.payment-methods {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.payment-method {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 250px;
    text-align: center;
    background-color: #fff;
}

.payment-method img {
    max-width: 100px;
    margin-bottom: 10px;
}

.payment-method h3 {
    margin: 0;
    font-size: 1.2em;
    color: #333;
}

.payment-method p {
    margin: 0;
    color: #666;
    font-size: 0.9em;
}

#whmcs-get-payment-methods h2 {
    color: #000;
}

#whmcs-get-quotes h2{
    color: #000;
}

.create-quote-wrapper{
    display: none;
}

#new-client-form{
    display: none;
}

/* Style for the container */
.whmcs-get-quotes {
    margin-top: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow-x: auto; /* Enable horizontal scrolling */
  }
  
  /* Style for the table */
  #whmcs-get-quotes-table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap; /* Prevent text wrapping */
  }
  
  /* Style for table headings */
  #whmcs-get-quotes-table th {
    background-color: #f2f2f2;
    font-weight: bold;
    text-align: left;
    padding: 10px;
  }
  
  /* Style for table rows */
  #whmcs-get-quotes-table td {
    border: 1px solid #ddd;
    padding: 10px;
  }
  
  /* Style for odd rows */
  #whmcs-get-quotes-table tbody tr:nth-child(odd) {
    background-color: #fff;
  }
  
  /* Style for even rows */
  #whmcs-get-quotes-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
  }
  
  /* Style for table pagination */
  .dataTables_paginate a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px;
    color: #333;
    background-color: #f2f2f2;
    text-decoration: none;
    border-radius: 3px;
  }
  
  /* Style for active pagination link */
  .dataTables_paginate .current {
    background-color: #007bff;
    color: #fff;
  }

  .create-quote-wrapper {
    width: 80%; /* Adjust as needed */
    margin: 0 auto; /* Center the wrapper */
    padding: 20px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.create-quote-wrapper h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
}

.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.field-label {
    font-weight: bold;
    padding: 10px;
}

.field-area {
    padding: 10px;
}

.form-control {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

textarea.form-control {
    resize: vertical; /* Allow vertical resizing */
}

.create-quote-submit {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.create-quote-submit:hover {
    background-color: #0056b3;
}

.tablebg {
    margin-top: 20px;
    overflow-x: auto;
}

.datatable {
    width: 100%;
    border-collapse: collapse;
}

.datatable th, .datatable td {
    border: 1px solid #ddd;
    padding: 8px;
}

.quote-products td input[type="text"],
.quote-products td textarea {
    width: calc(100% - 20px); /* Adjust for padding */
    padding: 8px;
}

.quote-total {
    font-weight: bold;
}

.quote-existing-client {
    margin-bottom: 20px;
}

/* Additional styling for radio buttons and labels */
input[type="radio"] {
    margin-right: 5px;
}

label {
    display: inline-block;
    margin-right: 10px;
}
/* Style for Delete button */
.delete-quote {
    padding: 8px 15px;
    background-color: #dc3545;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.delete-quote:hover {
    background-color: #c82333;
}

/* Style for Update link */
.update-quote {
    display: inline-block;
    padding: 8px 15px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    transition: background-color 0.3s;
}

.update-quote:hover {
    background-color: #0056b3;
}

/* Adjust spacing between buttons */
.delete-quote,
.update-quote {
    margin-right: 10px;
}

.create-quote {
    padding: 10px 20px;
    background-color: #28a745;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.create-quote:hover {
    background-color: #218838;
}


.footer-section .upper-portion ul .partner-box {
    width: 220px;
}
.footer-section .middle-portion .social-icons li {
   margin: 0 1px ;
}
.footer-section .middle-portion .quick-link {
   padding-left: 66px;
}
#wp_whmcs_sync .hostiko-domain-search .home-domain-search .btn-link {
   line-height: 24px;
}
.footer-section .middle-portion .icon {
    padding-left: 103px;
}

/* Media query for smaller screens */
@media only screen and (max-width: 600px) {
    #clientarea-usr-info {
        border-collapse: collapse;
        width: 100%;
        overflow-x: auto;
    }

    #clientarea-usr-info th,
    #clientarea-usr-info td {
        white-space: nowrap;
    }

    .clientarea-inner {
        overflow-x: auto;
    }
}