.mb-5 {
    margin-bottom: 0.5em;
}

select {
    color: #888;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #bfbfbf;
    box-sizing: border-box;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    padding-top: 30px;
    padding-bottom: 5px;
    -webkit-appearance: none;
    background: transparent;
}

.job-select {
    color: black;
}


/**
  * The CSS shown here will not be introduced in the Quickstart guide, but shows
  * how you can use CSS to style your Element's container.
  */

.StripeElement {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #bfbfbf;
    box-sizing: border-box;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    padding: 10px 12px;
    -webkit-appearance: none;
    background: transparent;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.content.clearfix {
    padding-bottom: 30px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

select {
    background: url('{{ asset('asset_template/dropdown.png') }}') no-repeat right;
    -webkit-appearance: none;
}

.card-container {
    background-color: white;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.btn-fix {
    padding: 0;
    border: none;
    white-space: normal;
}

.plan-header {
    background-color: #f4f4f4;
    padding: 1rem;
    border-radius: 3px;
}

.card-body {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 8px;
    height: 16rem;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-price {
    font-size: 5vw;
    margin-top: -10px;
    margin-bottom: 0;
}

.card-desc-monthly {
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 0;
    font-style: italic;
}

.card-input {
    cursor: pointer;
}

.card-input-element:checked+.card-input {
    box-shadow: 0 0 8px 6px #596A9E;
}

.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
}

.card {
    margin-bottom: 2.143rem;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.card-title {
    line-height: 1.5;
    margin-bottom: 0;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(97, 106, 120, 0.07);
}

.text-center {
    text-align: center!important;
}

.redeem-button {
    width: 100px;
    cursor: pointer;
    height: 37px;
    color: #000;
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: bold;
    background: #fff;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    border-radius: 7%;
    text-decoration: none;
}