.view-more:focus,
.view-more:hover,
.view-more:active{
    color: #fff !important;
    text-decoration: none !important;
}
#card-section[style="width: 100%; display: block;"]{
    display: inline-block !important;
}
/* Style for the popup background overlay */

#aditional_content .info_tootlip{
    display: inline-block;
    height: 26px;
}
#aditional_content{
    margin-top: 20px;
    display: none;
}
#aditional_content h2{
    font-weight: bold;
    margin: 20px 0 10px;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
}
#aditional_content ul li{
    position: relative;
}
#aditional_content ul li:before {
    position: absolute;
    left: -20px;
    margin-top: 5px;
    color: #e0308a;
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
}
#aditional_content ul{
    padding-left: 20px;
}
.popup-overlay {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

/* Style for the popup box */

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    width: 400px;
    min-height: 200px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}

/* Close (X) button */

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
}

/* Style for the buttons inside the popup */

.popup-buttons {
    margin-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.popup-buttons div {
    padding: 10px 15px;
    cursor: pointer;
}

.popup-single-button {
    background-color: #e0308a;
    color: white;
    border-radius: 4px;
    height: 44px;
    width: 125px;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
}

.popup-header-text {
    font-size: 16px;
    font-weight: 600
}

.popup-header-close {
    cursor: pointer;
}

.popup-error-wrapper {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    text-align: left;
    margin-top: 10px;
    padding-bottom: 24px;
    padding-top: 4px;
}

.popup-error-text {
    margin-left: 8px;
}

.form-lp .btn-success {
    display: inline-block;
    padding: 10px 30px;
    background: #e0308a;
    border-radius: 4px;
    color: #fff;
    border: 0;
}

.form-lp div a {
    color: #e0308a;
    ;
}

.form-lp .form-group {
    margin: 0;
    display: inline-block;
    width: 100%;
}

.form-lp label.checkout {
    padding: 0;
}

.form-lp div.checkbox {
    padding-left: 20px;
}

.form-lp label {
    display: block;
    text-transform: capitalize;
    text-transform: inherit !important;
    font-size: 15px;
    font-weight: normal;
    color: #141414;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 1.3;
}

.form-lp input[type="email"],
.form-lp input[type="mail"],
.form-lp input[type="date"],
.form-lp select,
.form-lp input[type="text"],
.form-lp textarea {
    width: 100%;
    color: #808080;
    background: #fff;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    border: none;
    font-family: inherit;
    padding: 0px 16px;
    border: 1px solid #EAF2FB;
    outline: none;
    border-radius: 4px;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    height: 50px;
    display: inline-block;
    line-height: 52px;
}

.form-lp input:focus,
.form-lp textarea:focus {
    border: 1px solid #006989;
}

.form-lp textarea {
    height: 150px;
    padding: 16px 16px;
}

.containeri * {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
}

.response-error {
    color: red;
}

.containeri {
    text-align: center;
    display: block;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.containeri .card-container {
    width: 100%;
    margin: 0 auto;
    border-radius: 6px;
    padding: 10px;
    background: #f9f9f9;
    text-align: left;
    box-sizing: border-box;
    border: 1px solid #ddd;
	display: inline-block;
}

.containeri .card-container aside {
    padding-bottom: 6px;
    font-weight: bold;
    padding-left: 0px !important;
}

.containeri .payu-card-form {
    background-color: #ffffff;
    padding: 16px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.invalid-card {
    border-color: red;
}

.valid-card {
    border-color: #ccc;
}

.containeri .card-details {
    clear: both;
    overflow: auto;
    margin-top: 10px;
}

.containeri .card-details .expiration {
    width: 50%;
    float: left;
    padding-right: 5%;
}

.containeri .card-details .cvv {
    width: 50%;
    float: left;
}

.containeri button {
    border: none;
    background: #438f29;
    padding: 10px 20px;
    margin: 20px auto;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
}

.containeri button:hover {
    background: #387a20;
}

.containeri .response-success {
    color: #438f29;
    font-weight: bold;
}
  .containeri .inv {
        color: 'red' !important;
    }
.response-error {
    color: #990000;
    font-weight: bold;
}
label[for="category"]{
	margin-top: 10px;
}
@media screen and (max-width: 991px) {
    #formular .col-md-12{
        display: inline-block;
        width: 100%;
    }
}