body {
    font-family: 'Inter', serif;
    font-size: 0.86rem;
    color: #333;
    background-color: #2b3e47;
}
a {
    color: #002d4c;
}
a:hover, a:focus {
    color: #00838F;
}
.card-page-wrapper {
    padding-top: 45px;
    padding-bottom: 40px;
}
.content-wrapper {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.main-card {
    padding: 30px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
}
.logo {
    max-width: 220px;
}
.logo img {
    height: 40px;
    margin-right: 10px;
}
.main-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.btn-primary {
    background-color: #00838F;
    border-color: #00838F;
    color: #fff;
    font-weight: 600;
}
.btn-primary:active, .btn-primary:hover, .btn-primary:focus {
    background-color: #006d77 !important;
    border-color: #006d77 !important;
    box-shadow: 0 .125rem .35rem rgba(0, 0, 0, .1);
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: #006d77 !important;
    border-color: #006d77 !important;
}
textarea.form-control {
    height: auto;
}
.btn-block {
    width: 100%;
    display: block;
}
.relative {
    position: relative;
}
.form-group {
    margin-bottom: 20px;
}
.text-primary {
    color: #002d4c !important;
}
.text-sm {
    font-size: 0.73rem;
}
.agreement-text {
    line-height: 1.5;
    display: inline-block;
}
.form-control {
    font-size: 0.86rem;
    padding: .5rem 0.9rem;
    height: 38px;
    border-radius: 5px;
    border: 2px solid #ccc;
}
.form-control:hover, .form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    border-color: #4DB6AC;
}
.form-control::placeholder {
    color: #999;
}
.form-check-input:checked {
    background-color: #00838F;
    border-color: #00838F;
}
.bg-primary {
    background-color: #00838F !important;
}
.badge-large {
    font-size: 13px;
    padding: 5px 10px;
    font-weight: normal;
}
.btn-close.btn-sm {
    height: 12px;
    width: 12px;
    padding: 0;
    outline: 0;
}
.btn-close.btn-sm:hover, .btn-close.btn-sm:focus {
    outline: 0;
    box-shadow: none;
}
.remove-domain-btn {
    height: 100%;
    width: 40px;
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    display: inline-block;
    padding: 0;
    border-radius: 0 4px 4px 0 !important;
    background-color: #ccc;
    line-height: 23px;
}
.remove-domain-btn svg {
    height: 18px;
    width: 18px;
}
.remove-domain-btn:hover {
    background-color: #00838F;
    border-color: #00838F;
    color: #fff;
}
.remove-domain-btn:hover svg {
    fill: #fff;
}
.search-box {
    position: relative;
}
#search-button .search-icon {
    height: 22px;
    width: 20px;
    cursor: pointer;
    fill: #fff;
}
.spinner-border.c-spinner {
    width: 20px;
    height: 20px;
}
.select-label {
    font-size: 0.8rem;
    padding: 2px 6px;
    background-color: #eee;
    border-radius: 8px;
    min-width: 30px;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
}
.ms-label {
    margin-right: 8px;
}
.label-success {
    background-color: #8bb6a1;
    color: #426754;
}
.selected .select-label {
    margin-left: 2px;
    min-width: auto;
}
.multiselect > svg {
    height: 30px;
    width: 20px;
    margin-left: 5px;
    /*position: absolute;
    right: 10px;*/
}
.multiselect {
    border: 2px solid #ccc;
    min-height: 38px;
}
.multiselect.open {
    border-width: 2px !important;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    border-color: #4DB6AC !important;
}
.multiselect input {
    min-height: 38px;
    padding: 0 12px !important;
}
.multiselect .selected input {
    flex: auto !important;
    min-width: 8rem !important;
}
.multiselect input::placeholder {
    padding-left: 0 !important;
}
.multiselect .options .ms-label {
    font-size: .9rem;
}
.multiselect .remove:hover, .multiselect .remove:focus {
    background-color: #4DB6AC !important;
    border-color: #4DB6AC !important;
}
.multiselect .remove:hover svg {
    fill: #fff;
}
.ms-checkbox {
    vertical-align: middle;
}
.text-v-middle {
    vertical-align: middle;
}
.term-item {
    margin-bottom: 6px;
}

/* Stripe Elements Styling */
.stripe-input {
    padding: .5rem 0.9rem;
    font-size: 0.86rem;
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid #ccc;
    transition: box-shadow 150ms ease;
}

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

.stripe-input.StripeElement--focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    border-color: #4DB6AC;
}

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

/* Legacy support for single card element */
.stripe-card-element {
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    transition: box-shadow 150ms ease;
}

.stripe-card-element:focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.stripe-card-element.StripeElement--focus {
    border-color: #002d4c;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 45, 76, 0.25);
}

.stripe-card-element.StripeElement--invalid {
    border-color: #fa755a;
}
.sd-item {
}
.sd-item > td {
    padding-bottom: 8px;
    vertical-align: top;
}
.sd-item > td:last-child {
    padding-left: 10px;
}
.fs-18 {
    font-size: 18px;
}
.mission-list > li {
    margin-bottom: 5px;
}
.icon-checked {
    background-color: #088442;
    height: 18px;
    width: 18px;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    margin-right: 6px;
}
.d-flex {
    display: flex;
}
.payment-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.payment-header .btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.payment-header svg {
    margin-right: 5px;
}
.keyword-search-group .form-control {
    border-right-width: 0;
}
.keywords-list {
    max-height: 200px;
    overflow: auto;
}
.alert-sm {
    padding: 9px 15px;
}

@media screen and (max-width: 767px){
    .content-wrapper {
        width: 100%;
        padding: 15px;
    }
}

.user-switch-area {
    vertical-align: sub;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    white-space: nowrap;
    position: fixed;
    top: 35%;
    right: 0;
    border: none;
    border-radius: 0 0 3px 3px;
    height: auto;
    width: auto;
    padding: 5px 12px;
    opacity: 0.85;
    font-size: 13px;
    background-color: rgb(221, 221, 221);
    color: #0095b4;
    font-weight: 600;
    text-decoration: none;
}
.user-switch-area:hover, .user-switch-area:focus {
    opacity: 1;
    color: #0095b4;
 }