﻿@import url('https://fonts.cdnfonts.com/css/riffic-free');

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    height: 100vh;
}

.flexWrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}


/* Colors */
.sdBlue {
    color: #538bfa;
}

.sdBlue2 {
    color: #5E8BF8;
}

.sdMagenta {
    color: #ea099c;
}

.sdGray {
    color: #676767;
}

.sdAqua {
    color: #1DAFB5;
}

.sdWhite {
    color: #ffffff;
}

.bg-sdBlue {
    background-color: #538bfa;
}

.bg-sdBlue2 {
    background-color: #5E8BF8 !important;
}

.bgIndigo {
    background-color: #5401ef;
}

.bgTurquoise {
    background-color: #01bfdc;
}

.bgYellow {
    background-color: #E9B530;
}

.bgShellPink {
    background-color: #f48580;
}

.bgGreen {
    background-color: #00a30e;
}

.bgPurple {
    background-color: purple;
}

.noBreak {
    white-space: nowrap;
}

/* Header */
.navIcon {
    max-width: 40px;
}

.mainNavbar .mainNav .mainNavItem .mainNavLink {
    align-items: center;
    min-height: 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.mainNavbar .main .mainNavItem {
    align-items: stretch;
}

@media (min-width: 576px) {
    .mainNavItem {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

.nav-item a {
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
}

.mainNavItem a:hover {
    background-color: #4671c8;
}

.navTpItem a:hover {
    background-color: #660066; 
}

.navbar-toggler {
    border-color: transparent;
    color: rgba(255, 255, 255, 0.65);
}

.navbar-toggler-icon {
    color: rgba(255, 255, 255);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Footer */
.footer {
    background-color: #5e8bf8;
    color: #fff;
}

.footer a {
    color: #fff;
}

.socialIconHeader {
    font-family: Satisfy,"Times New Roman", Times, serif;
    font-size: 22px;
}

.socialicons {
    max-width: 30px;
}

.footerleft {
    color: #fff;
    font-size: 10px;
}

.footerright {
    color: #fff;
}

@media screen and (max-width: 475px) {
    #footerRow {
        flex-direction: column;
    }

}

/* Home Page*/
.redLabel {
    padding: 35px 0 15px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    text-align: center;
}

img.redLabel {
    vertical-align: middle;
}

.libraryBox {
    border-radius: 20px;
    border: 1px solid #e8e8e8;
    max-height: 620px;
    text-align: center;
    box-shadow: 5px 5px 13px #c0bebe;
}

.Green {
    background: linear-gradient(to top, #00a30e 25%, #00a30e 25%, #fff 0%, #fff 0% );
}

.Blue {
    background: linear-gradient(to top, #5401ef 25%, #5401ef 25%, #fff 0%, #fff 0% );
}

.Purple {
    background: linear-gradient(to top, #ac00f0 25%, #ac00f0 25%, #fff 0%, #fff 0% );
}

.LightBlue {
    background: linear-gradient(to top, #01bfdc 25%, #01bfdc 25%, #fff 0%, #fff 0% );
}

.Violet {
    background: linear-gradient(to top, #d800f0 25%, #d800f0 25%, #fff 0%, #fff 0% );
}

.Yellow {
    background: linear-gradient(to top, #eeb41e 25%, #eeb41e 25%, #fff 0%, #fff 0% );
}

.BluePurple {
    background: linear-gradient(to top, #717ccd 25%, #717ccd 25%, #fff 0%, #fff 0% );
}

.Salmon {
    background: linear-gradient(to top, #f48580 25%, #f48580 25%, #fff 0%, #fff 0% );
}

.whiteBtn {
    color: white;
}

.whiteBtn:hover {
    color: white;
}

.blueBack {
    background-color: #448bfc;
}

.prodTitle {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.textShadow {
    text-shadow: 2px 2px 4px #302b2c;
} 

.noDecor {
    text-decoration: none;
}

.fontS17 {
    font-size: 17.5px;
}

.iconStar {
    width: 10px;
    height: 10px;
}

/* About My Therapy Bag */
.poppins {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}


.libraryButton {
    align-items: center;
    border: none;
    border-radius: 12px;
    box-shadow: 2px 4px 8px #C0C0C0;
    color: white;
    cursor: pointer;
    display: flex;
    font-size: 11pt;
    height: 38px;
    justify-content: center;
    margin-bottom: 10px;
    text-decoration: none;
    width: 130px;
}

.createActivity {
    background-color: #00afb4;
    width: 210px;
    height: 55px;
    margin-top: 20px;
    font-size: 22px;
}

    .createActivity:hover {
        background-color: #009499;
    }

/* Coviu Page Styles */
.coviu-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.coviu-content {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 2rem 1rem;
    font-family: Arial, Helvetica, sans-serif;
}

.coviu-list {
    margin-top: 1rem;
    list-style: square !important;
}

.coviu-list li {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 0.5rem;
}

.coviu-header {
    font-size: 2.2rem;
    color: #448bfc;
    font-weight: 800;
    padding: 1rem 0;
    margin: 1rem 0;
    text-align: center;
}

.coviu-button {
    max-width: 350px;
    padding: 10px 15px;
    transition: transform 0.2s ease;
}

.coviu-button:hover {
    transform: scale(1.03);
}

.coviu-trial-link {
    color: #448bfc;
    text-decoration: underline;
}

.coviu-trial-link:hover {
    color: #2565d0;
}

/* Feedback Page Styles */
.feedback-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.feedback-head {
    color: #448bfc;
    font-size: 2rem;
    letter-spacing: 2px;
    font-family: 'Riffic Free', Arial, sans-serif;
    padding-top: 2.5rem;
    text-align: center;
}

.feedback-text {
    color: #448bfc;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 1rem;
    text-align: center;
}

.email-link {
    color: #448bfc;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    transition: color 0.2s ease;
}

.email-link:hover {
    color: #2565d0;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .email-link {
        font-size: 1.2rem;
    }
}

/* Jira Service Desk Widget */
@media (min-height: 950px) {
    #jsd-widget {
        margin-bottom: 70px;
    }
}

/* Tutorial Page */
.tutorial {
    padding: 35px 0 25px 0;
    font-size: 25px;
    font-weight: 600;
    color: #0c54c5;
    text-shadow: 1px 1px 1px #bbbaba;
    text-align: center;
}

.purpleStrip {
    background-color: #d800f0;
}

.pageHeading {
    font-family: 'Riffic Free', Verdana, sans-serif;
    font-size: 30px;
    letter-spacing: 3px;
    color: #fff;
    padding: 10px 15px;
    margin: 45px 35px 15px 35px;
    border-radius: 10px;
    text-shadow: 2px 2px 5px gray;
    max-width: 100%;
}

/* Privacy Page */
.policy {
    font-size: 20px;
}

.policyHeading {
    padding: 0;
    font-size: 25px;
    font-weight: 600;
    color: #448bfc;
    text-shadow: 1px 1px 1px #bbbaba;
}

.policyHeading2 {
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    color: #448bfc;
    text-shadow: 1px 1px 1px #bbbaba;
}

/* Terms of Service */
.terms {
    font-size: 20px;
}

.termsHeading {
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    color: #448bfc;
    text-shadow: 1px 1px 1px #bbbaba;
}

/* CUSTOM ACCORDION STARTS HERE */
.acc-item:checked ~ .acc-label .zmdi-chevron-down {
    display: none;
}

.acc-item:checked ~ .acc-label .zmdi-chevron-up {
    display: inline;
}

.custom-accordion label span {
    margin-right: 30px;
    display: block;
}

.custom-accordion ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-accordion li {
    margin: 20px 0 !important; 
    padding: 10px 0;
    position: relative;
    border: 2px solid #dfe0e1;
    border-radius: 25px;
    box-shadow: 2px 2px 4px #dfe0e1;
}

.custom-accordion .content {
    padding: 0 20px;
    overflow: hidden;
    border: 1px solid #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    position: relative;
    z-index: 2;
}

.acc-style ul li {
    overflow: hidden;
    margin: 0 0 1px;
}

    .acc-style ul li .content {
        height: 0;
        border-top: 0;
        transition: all .5s ease-out;
    }

.acc-label:has(.acc-item:checked) ~ .content {
    height: auto;
    max-height: 1000px;
    opacity: 1;
    padding: 15px;
}

.acc-item {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.zmdi-chevron-up {
    display: none;
}

.custom-accordion ul li {
    position: relative;
}

/*Accordion Styles*/
.custom-accordion {
    background: #ffffff;
    margin: 0 25px;
}

.acc-style ul li label {
    padding: 10px 20px;
}

.acc-label i {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #448bfc;
    font-size: 35px;
}

.noborder {
    border-bottom: 0 !important;
}

.custom-accordion p {
    color: #333;
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 28px;
}

.custom-accordion label {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 35px;
    color: #448bfc;
    font-weight: 600;
    cursor: pointer;
}

.accHeading {
    font-family: 'Riffic Free', Verdana, sans-serif;
    font-size: 30px;
    letter-spacing: 3px;
    color: #448bfc;
    padding: 35px 0 20px 0;
    text-shadow: 2px 2px 5px #bfc8d5;
}

.noDecor li {
    border: none;
    box-shadow: none;
    font-size: 22px;
}
/* CUSTOM ACCORDION ENDS HERE */


/* Subscription Plans */
.navyText {
    padding: 35px 0 25px 0;
    font-size: 25px;
    font-weight: 600;
    color: #0c54c5;
    text-shadow: 1px 1px 1px #bbbaba;
    text-align: center;
}
.subscriptionPlans {
    padding: 15px 0;
    font-size: 35px;
    color: #ed1c24;
    font-weight: 800;
    text-align: center;
}
@media only screen and (max-width: 769px) {
    .navyText {
        padding: 10px 0 !important;
        font-size: 17px !important;
        font-weight: 400 !important;
    }

    .subscriptionPlans {
        padding: 10px 0 !important;
        font-size: 25px !important;
        font-weight: 600 !important;
    }
}
.signinPricing {
    padding: 15px 0 5px 0;
    font-size: 18px;
    color: #448bfc;
    text-shadow: 1px 1px 1px #bbbaba;
    text-align: center;
}
.subButton {
    background-color: #448bfc;
    border: none;
    color: white;
    padding: 15px 45px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    border-radius: 25px;
    font-weight: 700;
    margin: 10px 0 25px 0;
    font-family: inherit;
}
.mw250 {
    max-width: 250px;
}

/* Expired Subscription Page */
.expiredSub {
    padding: 35px 10px 25px 10px;
    font-size: 23px;
    font-weight: 500;
    color: #0c54c5;
    text-align: center;
}
.expirationMessage {
    padding: 15px 0;
    font-size: 30px;
    color: #ed1c24;
    font-weight: 700;
    text-align: center;
}

/* Account Info Page */
.accountInfoNote {
    font-size: 18px;
    font-weight: 700;
    color: #5E8BF8;
    text-align: center;
}
.renewLink {
    color: #007bff;
    text-decoration: none;
}
.renewLink:hover {
    text-decoration: underline;
}

.table-striped > tbody > tr:nth-of-type(odd) > td,
.table-striped > tbody > tr:nth-of-type(odd) > th {
    --bs-table-striped-bg: #b6cbfc;
}

/* Reviews Page */
.winner {
    padding: 35px 0 25px 0;
    font-size: 30px;
    font-weight: 600;
    color: #0c54c5;
    text-shadow: 1px 1px 1px #bbbaba;
    text-align: center;
}

.reviewBox {
    border: solid 2px #448bfc;
    border-radius: 25px;
    background-color: #fff;
    padding: 10px 25px;
    margin-bottom: 20px;
}

.reviewTitle {
    color: #448bfc;
    font-weight: 600;
    font-size: 24px;
    padding: 5px 0;
}

.review {
    font-size: 20px;
    padding: 8px 0 0 0;
}

.reviewer {
    font-size: 16px;
    color: #448bfc;
    padding: 8px 0 0 0;
}

.reviewStars {
    padding: 5px 0;
}

.standardsBlue {
    color: #0c54c5;
}

/* Popup Modal Styles */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 90%;
    text-align: center;
}

.popup-message {
    margin-bottom: 20px;
    font-size: 16px;
}

/* Account Administrator Page */
.admin-container {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.admin-header {
    background-color: #448bfc;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.license-summary {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.license-card {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    flex: 1;
    min-width: 200px;
    text-align: center;
}

.license-number {
    font-size: 2em;
    font-weight: bold;
    color: #448bfc;
}

.license-label {
    color: #6c757d;
    margin-top: 5px;
}

.key-table-container {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.key-table {
    width: 100%;
    border-collapse: collapse;
}

.key-table th {
    background-color: #448bfc;
    color: white;
    padding: 12px 8px;
    text-align: left;
    font-weight: 600;
}

.key-table td {
    padding: 10px 8px;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
}

.key-table tr:hover {
    background-color: #f8f9fa;
}

.key-table input[type="text"],
.key-table input[type="email"] {
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
}

.key-table input[type="text"]:focus,
.key-table input[type="email"]:focus {
    outline: none;
    border-color: #448bfc;
    box-shadow: 0 0 0 2px rgba(68, 139, 252, 0.25);
}

.btn-admin {
    display: inline-block;
    padding: 8px 16px;
    margin: 2px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    transition: background-color 0.2s;
}

.btn-primary {
    background-color: #448bfc;
    color: white;
}

.btn-primary:hover {
    background-color: #357abd;
}

.btn-danger {
    background-color: #dc3545;
    color: white;
}

.btn-danger:hover {
    background-color: #c82333;
}

.btn-success {
    background-color: #28a745;
    color: white;
}

.btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.status-message {
    display: none;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
    font-weight: 500;
}

.status-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.status-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.col-lastname { width: 20%; }
.col-firstname { width: 15%; }
.col-email { width: 35%; }
.col-actions { width: 15%; }
.col-delete { width: 15%; }

@media (max-width: 768px) {
    .license-summary {
        flex-direction: column;
    }

    .key-table-container {
        overflow-x: auto;
    }

    .key-table {
        min-width: 600px;
    }
}

/* Code Redemption Page */
.redeem-container {
    max-width: 600px;
    margin: 40px auto;
    padding: 20px;
}

.redeem-header {
    background: linear-gradient(135deg, #448bfc 0%, #357abd 100%);
    color: white;
    padding: 30px;
    border-radius: 10px 10px 0 0;
}

.redeem-header h1 {
    margin: 0 0 10px 0;
    font-size: 2.2em;
    font-weight: 600;
    text-align: center;
}

.redeem-header p {
    margin: 0;
    opacity: 0.9;
    font-size: 1.1em;
}

.redeem-form {
    background: white;
    padding: 40px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.redeemFormGroup {
    margin-bottom: 25px;
}

.redeemFormGroup label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.redeemFormControl {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e1e8ed;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.redeemFormControl:focus {
    outline: none;
    border-color: #448bfc;
    box-shadow: 0 0 0 3px rgba(68, 139, 252, 0.1);
}

.redeemFormControl.input-validation-error {
    border-color: #dc3545;
}

.redeemTextDanger {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

.redeemBtn {
    display: inline-block;
    padding: 15px 30px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    min-width: 150px;
}

.redeemBtnPrimary {
    background: linear-gradient(135deg, #448bfc 0%, #357abd 100%);
    color: white;
}

.redeemBtnPrimary:hover {
    background: linear-gradient(135deg, #357abd 0%, #2968a3 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(68, 139, 252, 0.3);
}

.redeemBtnSecondary {
    background: #6c757d;
    color: white;
    margin-left: 10px;
}

.redeemBtnSecondary:hover {
    background: #5a6268;
    transform: translateY(-1px);
}

.redeemAlert {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    font-size: 16px;
}

.redeemAlertDanger {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.redeemAlertSuccess {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.thank-you-panel {
    background: white;
    padding: 40px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.thank-you-icon {
    font-size: 4em;
    color: #28a745;
    margin-bottom: 20px;
}

.thank-you-title {
    font-size: 2em;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}

.thank-you-message {
    font-size: 1.1em;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.account-status {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    border-left: 4px solid #448bfc;
}

.account-status h4 {
    margin: 0 0 10px 0;
    color: #448bfc;
}

.account-status p {
    margin: 0;
    color: #666;
}

.expiration-info {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    color: #856404;
    padding: 15px;
    border-radius: 6px;
    margin: 20px 0;
}

.form-actions {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e1e8ed;
}

.code-input {
    text-transform: uppercase;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .redeem-container {
        margin: 20px;
        padding: 10px;
    }

    .redeem-form, .thank-you-panel {
        padding: 20px;
    }

    .redeem-header {
        padding: 20px;
    }

    .redeem-header h1 {
        font-size: 1.8em;
    }
}