section.nav{
    display: block !important;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea{
    transition: none !important;
    border-color: #E9EEF2;
}

.form-control:focus {
    border-color: #cc3366 !important;
    box-shadow: none;
}

.card{
    border-radius: 25px;
    border-color: #E9EEF2;
}

.card .card-body{
    padding: 20px;
}

.card_preview_inner{
    width: 100%;
    min-height: 400px;
    background-color: #fafafa;
    border-radius: 25px;
    padding: 20px;
}

/*Preview Card*/
.piggy_card{
    padding: 40px;
    background-color: #fff;
    border-radius: 8px;
}

.piggy_card_logo img{
    max-width: 150px;
}

.piggy_card_fullname{
    margin-top: 10px;
}

.piggy_card_fullname .piggy_card_firstname{
    font-size: 26px;
    font-weight: bold;
}

.piggy_card_fullname .piggy_card_lastname{
    font-size: 26px;
}

.piggy_card_oranization{
    margin-top: -4px;
}

.piggy_card_oranization .piggy_card_jobtitle,
.piggy_card_oranization .piggy_card_company{
    font-size: 1px;
    font-weight: bold;
}

.piggy_card_separation{
    position: relative;
    width: 90%;
    height: 2px;
    background: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.piggy_card_separation::before{
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    height: 6px;
    width: 40px;
    background: #f699b9;
}

.piggy_card_item{
    display: flex;
}

.piggy_card_item .piggy_card_item_icon,
.piggy_card_item .piggy_card_item_value{
    flex: 1;
    flex-direction: row;
    flex-wrap: nowrap;
}

.piggy_card_item .piggy_card_item_icon{
    background: #f699b9;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    max-width: 40px;
    padding: 10px;
}

.piggy_card_item .piggy_card_item_value{
    padding-left: 10px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.piggy_card_qr_code_col{
    position: relative;
}

.piggy_card_qr_code{
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

/*Upload section*/
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.upload_container{
    background-color: #666;
    height: 100%;
    border-radius: 3px;
}
#upload {
    opacity: 0;
}

#upload-label {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    right: 0;
    padding-left: 1rem;
    padding-right: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 24px;
}

.image-area {
    border: 2px dashed rgba(255, 255, 255, 0.7);
    padding: 1rem;
    position: relative;
}

.image-area img {
    z-index: 2;
    position: relative;
    max-height: 150px;
}

.upload_container .input-group{
    border-radius: 3px;
}

.progress-active{
    position: relative;
}

.progress-active::after{
    content:"";
    position: absolute;
    background-image: url("../img/loader.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120px auto;
    background-color: rgba(255, 255, 255, 0.8);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    border-radius: 3px;
}

.card-preview{
    display: none;
}

.card-preview-container{
    min-height: 400px;
    position: relative;
}

.card-preview-loading .card-preview-container::after{
    content:"";
    position: absolute;
    background-image: url("../img/loader.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120px auto;
    background-color: rgba(255, 255, 255, 0.8);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 3px;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.card-preview-item{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-preview-item img{
    border-radius: 28px;
    border: 1px solid #E9EEF2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
}

.button.btn{
    background-color: transparent;
    background-image: linear-gradient(90deg, #A05DAB 0%, #F2248F 100%);
    text-transform: none;
    color: #fff;
    border-radius: 50px 50px 50px 50px;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 30px;
    line-height: 1;
    border: none;
}

.elementor-widget-woocommerce-cart .woocommerce button.button{
    background-color: transparent;
    background-image: linear-gradient(90deg, #A05DAB 0%, #F2248F 100%);
    text-transform: none;
    color: #fff !important;
    border-radius: 50px 50px 50px 50px !important   ;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 30px;
    line-height: 1;
    border: none !important;
}

.button.btn:hover{
    background-color: transparent;
    background-image: linear-gradient(90deg, #F2248F 0%, #A05DAB 100%);
    color: #fff;
}

.elementor-widget-woocommerce-cart .woocommerce button.button:hover{
    background-color: transparent;
    background-image: linear-gradient(90deg, #F2248F 0%, #A05DAB 100%);
    color: #fff;
}

.input-group label.form-control{
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #E9EEF2;
    border-radius: 3px;
    padding: .5rem 1rem;
}

.xoo-wsc-pname a{

}

.piggy_card_summary a{
    color: #F2248F;
}

.piggy_card_summary a:hover{
    color: #000;
}

.form-check-top{
    display: flex;
}

.form-check-top input{
    margin-top: 0;
}

.form-check-top label{
    margin-left: 10px;
    line-height: 24px;
    margin-top: -5px;
}

.text-center-w{
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.cga_link{
    color: #212529 !important;
    text-decoration: underline !important;
}
.cga_link:hover{
    color: #d75e86 !important;
}

.input-container {
    position: relative;
    height:  8rem;
    width:  17rem;

}

.radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid #E9EEF2;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 1rem;
    transition: transform 300ms ease;
}

.radio-tile-label {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 26px;
    color: #000;
}

.icon svg {
    fill: #000;
    width: 1.5rem;
    height: 2rem;
}

.radio-button:checked+.radio-tile {
    box-shadow: 1px 1px 5px 0px #d75e86;
    border: 1px solid #d75e86;
    color: white;
    transform: scale(1.1, 1.1);
}

.radio-button:checked+.radio-tile .radio-tile-label {
    color: #d75e86;
}

.radio-button:checked+.radio-tile .icon svg {
    fill: #d75e86;
}

.asterisk{
    color: #cc3366;
    padding-left: 3px;
    display: inline-block;
}

.has-error label{
    color: #cc3366 !important;
}

.has-error input{
    border-color: #cc3366 !important
}

.ol-nopadding > .elementor-widget-container ol{
    padding-left: 0px;
}

.icon-color{
    color:#d75e86;
    transition: all 200ms ease;
}
.icon-color:hover{
    transform: scale(1.2);
}


@media screen and (max-width: 800px){

    .radio-tile-label {
        font-size: 16px ;
        line-height: 18px;
    }

    .radio-tile {
        width: 65% ;
        height: 80% ;
    }

    .ribbon .elementor-widget-wrap::after{
        left: 234px;
    }
}