/* 
Theme Name: KloudBean
Theme URI: https://github.com/elementor/hello-theme-child/
Description: KloudBean is a child theme of Hello Elementor, created by Elementor team
Author: KloudBean Team
Author URI: https://www.kloudbean.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: kloudbean
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.switch input {
    height: 1px;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
    position: absolute;
    width: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

input:checked+.slider {
    background-color: #ffffff;
}

input:checked+.slider:before {
    transform: translateX(14.4px);
}

.slider:before {
    background: #f9f5f3;
    background: #03142e;
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    transition: .4s;
    width: 20px;
}

.slider {
    background-color: #ffffff;
    border: 2px solid #03142e;
    border-radius: 24px;
    cursor: pointer;
    display: flex;
    outline-color: #0000;
    outline-style: solid;
    outline-width: 0;
    padding-right: 14.4px;
    transition: .4s;
}

.pricing-tabs{
    display: flex;
    gap: 30px;
    padding-left: 0;
    background-color: #04142E;
    border-radius: 20px;
    padding: 20px;
}

.pricing-tabs li{
    list-style: none;
    flex: 1;
    text-align: center;
}
.pricing-tabs li a{ 
    border: 2px solid transparent;
    padding: 13px;
    display: block;
}

.pricing-tabs li a.active{ 
    border-bottom: 2px solid #ffffff;
}

.pricing-card {
		padding: 30px;
    margin: 10px;
    background: #04142e;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, .2);
    border: 1px solid #061f46;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    overflow: hidden;
} */

.pricing-card .card-header .most-popular {
    font-size: 14px;
    padding: 6px 12px;
    background: #ff2651;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    font-weight: 500;
    letter-spacing: .5px;
}

.tab-content.inactive{
    display: none;
}

/* Plans  */
.plans-wrap{
    display: none;
}

.plans-wrap.active{
    display: block;
}

/* Cards table */

.pricing_table_card {
    color: #0B1014;
    background: white;
    padding: 32px 16px;
    box-shadow: 0px 4px 40px 0px #0000000D;
    border-radius: 12px;
    background: var(--base-light, #fff);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
    background-color: white;
    margin-top: 30px;
}

.price_header_outer {
    padding: 15px 15px;
}

.price_header {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
}

.price_header li {
    width: 15%;
}

.price_data {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    border-radius: 8px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 16px 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.price_data li {
    width: 15%;
}

.price_data li a {
    color: #0B1014;
    border: none;
    padding: 0;
    position: relative;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    display: block;
    text-decoration: none !important;
    letter-spacing: 0;
    line-height: initial;
    text-align: right;
    padding: 0 25px 0 0;
}



.inner-tabs {
    position: relative;
    top: 10px;
    left: 78%;
    color: #0B1014;
    font-size: 16px;
}

.inner-tabs li{
    list-style: none;
}

.inner-tabs li a{
    color: #0B1014;
}

.inner-tabs > li > a {
    color: #0B1014;
    padding: 8px 15px;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.pricing-tabs li img{
    max-height: 40px;
    min-height: 40px;
}