.xcx-pricing-2024 > div > div {
    z-index: 9 !important;
}
.xcx-pricing-2024 > div > div:nth-child(1) {
    z-index: 10 !important;
}
.xcx_pricing_tab {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.xcx_pricing_tab h4 {
    margin: 0;
    margin-right: 20px;
    min-width: 140px;
    color: #000000;
    font-weight: bold;
}
.xcx_num_sc {
    font-weight: bold;
    display: none !important;
}
.xcx-pricing-new-pricecol {
    height: 100%;
    align-items: center;
}
.xcx_pricing_box {
    display: flex;
    justify-content: center;
    border: 0px solid #0597D4;
    align-items: center;
    color: #000000;
    font-weight: bold;
    width: 100px;
    height: 60px;
    font-size: 20px;
}
.xcx-pricing-new-pricecol > div {
    align-items: center;
}

.xcx_pricing_total_tab {
    display: flex;
    width: auto !important;
    justify-content: center;
    /* border: 2px solid #c4c4c4; */
    align-self: flex-end;
    border-radius: 10px;
    align-items: center;
    /* padding: 20px; */
    left: -67px;
    position: relative;
}
.xcx_pricing_total_tab h3 {
    font-weight: bold;
    color: #000000;
    margin-right: 30px;
}
.xcx_pricing_total_tab img {
    max-height: 60px;
    border-radius: 10px;
    margin-right: 10px;
    display: none;
}
.xcx_pricing_total_tab .xcx_pricing_fplan {
    font-weight: bold;
    font-size: 20px;
    margin-right: 15px;
    display: none;
}
.xcx_pricing_total_tab .xcx_total_price, .xcx_pricing_total_tab .xcx_pricing_currsymbol{
    font-size: 30px;
    font-weight: bold;
}
.xcx_price_action_buttons a {
    display: flex;
    width: 100%;
}
.xcx_pricing_total_tab .xcx_total_price_buttons a {
    padding: 10px;
    width: 140px !important;
    font-size: 15px;
    border: 2px solid #0596d4 !important;
}
.xcx_pricing_total_tab .xcx_total_price_annual {
    margin-right: 0px;
}
.xcx_pricing_total_tab .xcx_total_price_buttons {
    display: none !important;
}










/* FORM CSS OLD */

.xcx_form_select_input{
    position: relative;
    margin-right: 5px;
    padding-top: 16px;
    padding-bottom: 14px;
    cursor: pointer;
}
.xcx_form_select_input:after{
    content: '\f107';
    right: 10px;
    position: absolute;
    top: 64px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color:#0597D4 ;
}
.xcx_form_select_field{
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom: 1px solid #d2d2d2;
    height: 34px;
    color: #000;
    font-size: 14px;
    padding-right: 20px;
    display: inline-block;
    padding-left: 0;
    width: 100%;
    display: flex;
    align-items: center;
}
ul.xcx_form_select_options{
    list-style-type: none;
    position: absolute;
    top: 45px;
    width: 100%;
    z-index: 1000;
    background-color: white;
    border: 1px solid rgb(204 204 204 / 34%);
    display: none;
    padding: 4px 0;
    box-shadow: rgb(204 204 204 / 37%) 0px 4px 10px 0px;
}
ul.xcx_form_select_options li{
    padding-left: 8px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}
ul.xcx_form_select_options li:hover{
    background-color: #0597D4;
    color:white;
}
.xcx_form_select_options.toggleShow{
    display: initial;
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #0597D4;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #0597D4;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
  }

  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
 
  .switch {
    position: relative !important;
    display: inline-block !important;
    width: 38px !important;
    height: 24px !important;
    
}
.slider:before {
    position: absolute !important;
    content: "" !important;
    height: 16px !important;
    width: 16px !important;
    left: 4px !important;
    bottom: 4px !important;
    background-color: white !important;
    -webkit-transition: .4s;
    transition: .4s;
}

  .xcx_blue_border {
    border: 1px solid #CCC ;
    width: 665px;
    display: flex;
    align-items: center;
    line-height: 9;
    color: #000000;
    padding: 0;
}
.xcx_blue_border > span{
    display: flex;
    pointer-events: none;
    flex-grow: 1;
    width: 100%;
    justify-content: center;
}

.xcx_blue_border > span:first-child, .xcx_blue_border > span:nth-child(2){
    border-right: 1px solid #ccc;
    line-height: 34px;
    height: 100%;
}

/* Container for toggle */
.toggle-switch {
    position: relative;
    width: 100px; /* Width of the toggle */
    height: 40px; /* Height of the toggle */
}
.toggle-switch * {
    transition: all .3s linear;
}

/* Hide the default checkbox */
.toggle-checkbox {
    display: none;
}

/* Label as the toggle wrapper */
.toggle-label {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #cccccc; /* Inactive background */
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

/* Toggle options (ENT and PRO) */
.toggle-option {
    position: absolute;
    width: 50%; /* Each option takes half of the toggle width */
    height: 100%; /* Full height of the toggle */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: all 0.3s ease;
}

/* Default styles for inactive options */
.ent {
    left: 0;
    background-color: #cccccc; /* Inactive background */
    color: black;
}

.pro {
    right: 0;
    background-color: #cccccc; /* Inactive background */
    color: black;
}

/* Active styles for ENT when unchecked */
.toggle-checkbox:not(:checked) + .toggle-label .ent {
    background-color: #0597D4;
    color: white;
}

/* Active styles for PRO when checked */
.toggle-checkbox:checked + .toggle-label .pro {
    background-color: #0597D4;
    color: white;
}
.toggle-text {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.toggle-text.ent {
    margin-right: 20px;
}


/* PLAN TYPE */
.xcx_plan_type {
    list-style-type:none;
    padding:0;
    margin-bottom: 70px;
}

.xcx_plan_type li {
    float:left;
    margin:0 5px 0 0;
   width:100px;
   height:40px;
   position:relative;
   cursor: pointer;
}

.xcx_plan_type label, .xcx_plan_type input {
   display:block;
   position:absolute;
   top:0;
   left:0;
   right:0;
   bottom:0;
   cursor: pointer;
}

.xcx_plan_type input[type="radio"] {
   opacity:0.011;
   z-index:100;
}

.xcx_plan_type input[type="radio"]:checked + label {
   background:#0596d4;
}

.xcx_plan_type label {
    padding:5px;
    border:1px solid #CCC; 
    cursor:pointer;
   z-index:90;
   display: flex;
    justify-content: center;
    align-items: center;
    color:#000000;
    font-weight: bold;
    transition: all .35s linear;
}

.xcx_plan_type input[type="radio"]:checked + label {
    color:#ffffff;
}

.xcx_plan_type label:hover {
    background:#DDD;
}




/* TAB 2 */

.xcx_pricing_total_tab2 {
    padding: 20px;
    border: 1px solid #c4c4c4;
}


.total-cont {
    display: flex;
    gap: 20px;
}

.total-cont > div {
    flex-grow: 1;
    display: flex;
}
.cont1.total {
    background-color: #373737;
    justify-content: center;
}
.cont1.total img {
    width: auto;
    height: 120px;
}

.cont2.total {
    flex-direction: column;
    justify-content: center;
}

.xcx_light_label {
    font-size: 15px;
    font-weight: bold;
    color: #4e4e4e;
}

span.xcx_pricing_fplan {
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    line-height: 20px;
}

.xcx_pricing_total_tab2 .cont2 .xcx_total_price_annual span {
    font-size: 40px;
    font-weight: bold;
    line-height: 45px;
    margin-top: 0 !important;
}

.xcx_annual_label {
    margin-top: -10px;
    color: #4e4e4e;
    display: none;
}

.xcx_total_break {
    width: 100%;
    height: 1px;
    background-color: #c4c4c4;
    margin-top: 15px;
    margin-bottom: 15px;
}

.xcx_price_br, .xcx_total_breakdown {
    display: flex;
}

 .xcx_left {
    margin-right: auto;
    color: #4e4e4e;
    margin-bottom: 10px;
}
.xcx_price_br_ai .xcx_left {
    margin-bottom: 0;
}


 .xcx_right {
    color: #000000;
    font-weight: bold;
}

.xcx_total_price_buttons {
    display: flex;
    gap: 20px;
}

.xcx_total_price_buttons a {
    font-size: 14px !important;
    flex-grow: 1 !important;
    padding: 5px !important;
    border: 2px solid #0596d4 !important;
}

.xcx_total_price_buttons a:hover {
    border-color: #08b1f9;
}

.cont2.total a {
    font-weight: bold;
}

/* .xcx_total_price_buttons > a:first-child {
    background-color: transparent;
    color: #0596d4;
}

.xcx_total_price_buttons > a:first-child:hover {
    background-color: #08b1f9;
    color: #ffffff;
} */
.xcx-pricing-2024-v2 {
    border: 1px solid #c4c4c4;
    padding: 20px;
}
.xcx_total_breakdown .xcx_left {
    margin-bottom: 0;
}

.xcx_total_breakdown {
    align-items: center;
}

.xcx_pricing_users_headers {
    border: 1px solid #CCC;
    border-bottom: 0;
    width: 665px;
    display: flex;
    align-items: center;
    line-height: 9;
    color: #000000;
    height: 42px;
}

.xcx_pricing_users_headers > span {
    display: inline-flex;
    flex-grow: 1;
    justify-content: center;
    width: 100%;
    line-height: 16px;
    border-color: #ccc;
    font-weight: bold;
    height: 42px;
    align-items: center;
    text-align: center;
}
.xcx_price_br_ai {
    display: none !important;
}
.xcx_pricing_users_headers > span:first-child, .xcx_pricing_users_headers > span:nth-child(2) {
    border-right: 1px solid #ccc;
}
ul#xcx_users_values{
    padding: 0;
}
ul#xcx_users_values li {
    padding-left: 0;
    display: flex;
    border: 1px solid #ccc;
    border-top: 0;
}

ul#xcx_users_values li span {
    flex-grow: 1;
    display: inline-flex;
    width: 100%;
    justify-content: center;
}

ul#xcx_users_values li span:first-child , ul#xcx_users_values li span:nth-child(2){
    border-right: 1px solid #ccc;
}
.xcx_pricing_users_headers span{
    pointer-events: none !important;
}

/* .xcx_pricing_users_headers, .xcx_form_select_field.xcx_border_input.xcx_blue_border, ul#xcx_users_values li {
    flex-direction: row-reverse;
} */
.xcx_form_input.xcx_form_select_input.xcx_remove_padding:after {
    pointer-events: none;
}


.xcx_pricing_tab.xcx_pricing_ai_tab * {
    pointer-events: none !important;
}

.xcx_pricing_tab.xcx_pricing_ai_tab .switch input + .slider:before,
.switch input:disabled + .slider:before { 
    background-color: #bdbdbd !important;
    opacity: 0.8;
}


.tooltip {
    width: 100px;
    padding: 5px;
    border: 1px solid #ccc;
    top: -1px;
    left: 56px;
    transition: all .35s linear;
}
.xcx_pricing_tab:hover .switch .tooltip{
    opacity: 1 !important;
}

.xcx_plan_type li:last-child {
    display: none !important;
}
span.xcx_vat_disclaimer {
    font-size: 11px;
    font-style: italic;
    line-height: 1.2 !important;
    display: block;
}

.switch1 {
    margin-bottom: 7px;
}
.xcx_price_action_buttons {
    margin-top: 10px;
    margin-bottom: 10px;
}
.xcx_total_price_buttons.xcx_price_extra_buttons {
    display: block;
}
.xcx_total_price_buttons.xcx_price_extra_buttons a {
    color: #0596d4 !important;
    background: none !important;
    border: none !important;
    padding-left: 0 !important;
}
@media screen and (max-width:768px){
    .xcx_license_size h4 {
        min-width: unset !important;
    }

    .xcx_plan_type{
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
    }
    .tooltip{
        left: -115px;
    }
}

/* .xcx_price_extra_buttons {display: none !important;} */


/* .xcx_pricing_users_headers > span:nth-child(2), ul#xcx_users_values li span:nth-child(2), .xcx_blue_border > span:nth-child(2)
{
    display: none;
} */


.xcx_license_size, .xcx_license_type, .xcx_pricing_hosting_tab, .xcx_pricing_support_tab {
    display: block;
}

.xcx_license_size > div.xcx_form_input {
    width: fit-content;
}

.xcx_pricing_hosting_tab > h4 , .xcx_pricing_support_tab > h4{
    margin-bottom: 16px;
}
.xcx_pricing_hosting_tab > label {
    margin-right: 3px;
}

/* USER COUNTER */

.xcx_user_input_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin: 20px 0 0 0;
}

/* User Count Input Field */
.xcx_user_count_input {
    width: 120px;
    height: 50px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #0596D4;
    border-radius: 8px;
    padding: 8px 12px;
    outline: none;
    transition: all 0.3s ease;
    border: 1px solid #CCC;
    color: #000000;
    font-weight: bold;
}

.xcx_user_count_input:focus {
    border-color: #2980b9;
    box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);
}

/* Remove spinner arrows from number input */
.xcx_user_count_input::-webkit-inner-spin-button,
.xcx_user_count_input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.xcx_user_count_input[type=number] {
    -moz-appearance: textfield;
}

/* Plus/Minus Buttons */
.xcx_user_btn {
    width: 25px;
    height: 25px;
    background-color: #0596D4;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: all 0.3s ease;
    outline: none;
    border: none;
}

.xcx_user_btn:hover {
    background-color: #2980b9;
    transform: scale(1.05);
}

.xcx_user_btn:active {
    transform: scale(0.95);
}

.xcx_user_btn:disabled {
    background-color: #bdc3c7;
    cursor: not-allowed;
    transform: none;
}

.xcx_user_btn i {
    pointer-events: none;
}

/* Range Information Display */
.xcx_range_info {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin: 15px 0;
}

.xcx_range_details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    border: 1px solid #CCC;
    color: #000000;
    padding: 10px;
}

.xcx_range_label {
    font-size: 13px;
    color: #000000;
    font-weight: 500;
}

.xcx_range_value,
.xcx_max_value,
.xcx_sc_value {
    font-size: 13px;
    color: #000000;
    line-height: 13px;
}

input#xcx_user_count_input {
    max-width: 80px;
    height: 35px;
    border: 1px solid #CCC;
    color: #000000;
    font-weight: bold;
}


.xcx_user_input_container {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;  
}

/* Responsive Design */
@media (max-width: 768px) {
    .xcx_range_info {
        flex-direction: column;
        gap: 15px;
    }
    
    
    .xcx_user_count_input {
        width: 100px;
        height: 45px;
        font-size: 18px;
    }
    
    .xcx_user_btn {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
}

