/* Style for subscription.mak */

/* || Generic Elements */

.container {
    width: 800px;
    color: rgb(200, 199, 216);
}

.subscription-container {
    margin-top: 45px;
    margin-bottom: 80px;
    padding: 0px 0px 30px 0px;
    min-height: 500px;
    border-radius: 6px;
    background-color: #343a40;
    border: 1px solid #454d55;
    box-shadow: 0 0 3px #06bcee; /* Adds a glow effect */
}

.subscription-form-header {
    padding: 18px;
    padding-left: 30px;
    font-size: 27px;
    font-weight: bold;
    border-bottom: 1px solid #454d55;
    color: #fff;
}

.subscription-form {
    padding-left: 30px;
    padding-right: 30px;
}

.subscription-form .form-text {
    font-size: 14px;
    line-height: 18px;
}

.subscription-form .form-text.small {
    font-size: 12px;
}

.subscription-form .radio input {
    margin-top: 16px;
}

#subscription-info-section {
    border: 1px solid #454d55;
    padding: 23px 28px 10px 28px;
}

#subscription-info-section input {
    font-size: 15px;
    width: 95%;

    background-color: #313131;  /* Dark background */
    color: #ddd;            /* Light text */
    border: 1px solid #555; /* Slightly lighter border for visibility */
    padding: 20px 18px;      /* Some padding for aesthetics */
    font-size: 16px;        /* Readable text size */

    /* Optional: styling for focus state */
    outline: none; /* Removes the default focus outline */
}

#subscription-info-section label {
    font-size: 13px;
    border: 1px solid #454d55;
}

#subscription-info-section .error {
    font-size: 13px;
    color: #d00300;
}

.subscription-plan-option {
    float: left;
    margin-left: 15px;
    font-size: 15px;
    font-weight: 400;
}

.subscription-plan-option span {
    display: inline-block;
    margin-top: 6px;
}

.subscription-btn-container {
    float: left;
    width: 140px;
    display: none;
}

.subscription-error {
    margin-bottom: 10px;
    color: red;
    font-size: 14px;
    display: none;
}

#tos-checkbox {
    width: 12px;
    margin-right: 8px;
}

.tos-checkbox-desc {
    font-size: 12px;
    width: 300px;
}

.tos-checkbox-desc a {
    color: #eee;
    text-decoration: underline;
}

.tos-checkbox-desc>span{
    white-space: nowrap;
}

.subscription-form .form-text .radio {
    width: 100%;
    padding: 15px 0px 15px 33px;
    margin-top: -12px;
    border-top: 1px solid #454d55;
    border-left: 1px solid #454d55;
    border-right: 1px solid #454d55;
}

.subscription-form .form-text .radio input {
    float: left;
}

.subscription-form .form-text .radio:last-child{
    border-left: 1px solid #454d55;
    border-right: 1px solid #454d55;
    border-bottom: 1px solid #454d55;
}

.subscription-footnote {
    margin-top: 10px;
    margin-bottom: 13px;
}

.stripe-container { 
    padding: 23px 33px;
    border: 1px solid #454d55;
}

#submit-btn {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 3px;
}

.troubleshoot-option {
    font-size: 12px;
    margin-left: 3px;
    margin-top: 8px;
    margin-bottom: 18px;
}

.product-info-container {
    font-size: 15px;
    overflow: hidden;
}


.product-info-container b {
    margin-right: 6px;
    font-size: 17px;
}

.product-info-container #coupon-input {
    margin-top: -5px;
    margin-bottom: 20px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    width: 65%;
}

#stripe-logo {
    float: right;
    width: 200px;
    margin-top: -66px;
}

.section-header {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 15px;
}

.section-header span {
    font-size: 14px;
}

.section-header a {
    color: #fff;
}

#activate-coupon-btn {
    margin-top: 13px;
    margin-left: -13px;
    font-size: 12px;
    width: 80px;
    cursor: pointer;
}

#activate-coupon-btn:hover {
    text-decoration: underline;
}

#card-errors {
    margin-top: -13px;
    font-size: 13px;
    color: #d00300;
}

#payment-processing-loader {
    margin-top: -2px;
    width: 18px;
    display: none;
}



/* Subscription Modals */

/*
.subscription-modal .modal-content {
    background-color: #343a40;
    color: #ddd;
}

.subscription-modal .modal-header {
    border: none;
}

.subscription-modal .modal-title {
    display: inline-block;
    font-size: 27px;
    font-weight: bold;
    color: #fff;
}

.subscription-modal .close {
    color: #eee;
}

.subscription-modal .modal-body {
    background-color: #343a40;
    padding: 18px 23px;
    font-size: 16px;
    border-top: 1px solid #454d55;
    border-bottom: 1px solid #454d55;
}

.subscription-modal .modal-body a {
    color: #fff;
}

.subscription-modal .modal-footer {
    border: none;
}
*/
