﻿/* #region Views\Affiliates\Sign-Up.cshtml */

#affiliateRequirements {
	padding-left: 5px; 
	margin-left: 130px; 
	list-style: none;
}

#affiliateRequirements li {
	margin-top: 10px;
}

/* #endregion Views\Affiliates\Sign-Up.cshtml */

/* #region Views\SocialCampaigns\CreateOneTime.cshtml */
 .details-item-body-list-image {
        height: 40px;
        float: left;
        margin-right: 7px;        
    }

     #messageContainer span {
        top: -40px;
    }

/* #endregion Views\SocialCampaigns\CreateOneTime.cshtml */


/* #region Views\SocialAccounts\List.cshtml */
     .social-icon-account {
        position: absolute;
        top: -6px;
        left: -6px;
        border-radius: 1px;
        border: solid 3px white;
        background-color: white;
    }

/* #endregion Views\SocialAccounts\List.cshtml */
     

/* #region Views\Users\Branding.cshtml */

#logoRequirements {
	padding-left: 5px; 
	margin-left: 130px; 
	list-style: none;
}

#logoRequirements li {
	margin-top: 10px;
}

/* #endregion Views\Users\Branding.cshtml */

/* #region C:\Sincell\[TUBEBUDDY]\Development Branches\Track-1\Source\[TUBEBUDDY].com\[TUBEBUDDY].Web\Views\ABTests\Create.cshtml */

.k-upload-button {
    width: 120px !important;
}

.ab
{
    border-top: dotted 1px #ddd;
    margin-bottom: 10px;
}

.ab-title-a
{
    font-size: 13px;
    color: #E5574A;
    text-transform: uppercase;
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom:5px;
}

.ab-title-b
{
    font-size: 13px;
    color: #59ACE2;
    text-transform: uppercase;
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom:5px;
}

.ab-title
{
    font-size: 11px;
    color: #333;
    text-transform: uppercase;
    min-height: 18px;
    padding-left: 10px;
    margin-top: 3px;
    cursor: pointer;
    border-bottom: solid 0px #ddd;
}

.ab-element
{
    font-size: 16px;
    color: #777;
    margin-left: 0px;
    line-height: 15px;
    overflow: hidden;
    height: 45px;
}

c .ab-element-input
{
    font-size: 16px;
    color: #777;
    margin-left: 12px;
    line-height: 35px;
}


.ab-thumbnail
{
    text-align: left;
    margin-left: 0px;
}

    .ab-thumbnail img
    {
        height: 104px;
        margin-left: 0px;        
    }

.ab-banner
{
    height: 75px;
    margin-left: 16px;
}

    .ab-banner img
    {
        max-height: 75px;
        width: 95%;
        margin-top: 6px;
    }

.ab-description
{
    font-size: 13px;
color: #777;
margin-left: 0px;
line-height: 18px;
margin-top: 4px;
max-height: 70px;
overflow-y: scroll;
height: 90px;
font-size: 14px;
padding: 5px 15px;
}

.ab-keywords
{
    font-size: 13px;
    color: #777;
    margin-left: 16px;
    line-height: 18px;
    margin-top: 4px;
    max-height: 150px;
    overflow-y: scroll;
}

.ab-description-input
{
    font-size: 13px;
    color: #777;
    margin-left: 0px;
    line-height: 18px;
    margin-top: 4px;
}

.ab-separator
{
    height: 3px;
    line-height: 3px;
    display: block;
}

ul.tagit {
    width:97%;
    border:1px solid #E2E2E4 !important
}

.wizard-title
{
    display: block;
    padding: 8px 15px;
}

.k-upload-button
{
    width: 125px;
}

.accordion-body.in
{
    overflow: visible;
    padding-right: 10px;
}

.border-bottom-gray
{
    border-bottom: 1px solid #DDDDDD;
}

/* #endregion */

/* #region Views\Users\Upgrade-Membership */

.cards {
	list-style: none;
	position: relative;
	right: 30px;	
}

/* #endregion Views\Users\Upgrade-Membership */


/* #region C:\Sincell\[TUBEBUDDY]\Development Branches\Track-1\Source\[TUBEBUDDY].com\[TUBEBUDDY].Web\Views\ABTests\Status.cshtml */
.summary-item
{
    /*border: solid 1px #ccc;*/
    font-size: 13px;
    /*text-align: center;*/
     color: white;
    margin-bottom: 10px;
    padding: 0px 0 7px 5px;
    border-radius:3px;
    background-color:#bbb !important;
}

.summary-title
{
    font-size: 18px;
    text-transform: uppercase;
    position:relative;
    padding-left:4px;
    padding-top:2px;
}

.summary-leader {
 font-size:13px;
 padding-left:5px;
 
 text-transform:none;
 line-height:17px;
 
 color:#333;
 text-align:left;
 padding-bottom:10px;
 
}

.summary-result
{
    font-size: 14px;
}

.ab-a
{
    background-color: #e5574a;
}

.ab-b
{
    background-color: #86c6b6;
}

.ab-c
{
    background-color: #c6be86;
}

.highcharts-loading
{
    top: 30px !important;
}

.highlight-golden {
    background-color: lightgoldenrodyellow;
}


/* #endregion */

/* #region Views\Reports\Create */

.selectVideo:focus {
	border: none !important;
}

/* #endregion Views\Reports\Create */

/*#region Views\Account\License*/
.mpdf-modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 48px;
    flex-shrink: 0;
}

.mpdf-modal-content {
    background-color: #fefefe;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mpdf-modal-body {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 48px;
    flex-shrink: 0;
    background: url('../svg/mpdf-modal-container-background.svg');
    background-size: cover;
}

.mpdf-modal-controls {
    position: relative;
    top: 32px;
    left: -21px;
    width: 1236px;
    height: 782px;
    flex-shrink: 0;
    background-color:#FAFBFE;
    border-radius: 10px;
}

.mpdf-modal-controls-confirmation {
    position: relative;
    top: 300px;
    left: -21px;
    height: 1270px;
    width: 1407px;
    flex-shrink: 0;
    background-color: #FAFBFE;
    border-radius: 10px;
}

.mpdf-confirmation-header {
    position: relative;
    top: 52px;
    color: var(--colors-text-body-copy-dark, #1D2327);
    text-align: center;
    /* Typography V2/Headlines/M semibold */
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 43.2px */
}

.mpdf-copy {
    position: relative;
    top: 27px;
    left: 252px;
    width: 732px;
    color: #1D2327;
    text-align: center;
    /* Typography/Body/Regular */
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}

.mpdf-confirmation-copy {
    position: relative;
    color: #1D2327;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.mpdf-confirmation-resources-container {
    position: relative;
    top: 190px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px;
}

.mpdf-checkbox {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    border: 1px solid var(--colors-background-gray, #EFEFF0);
}

.mpdf-checkbox-label {
    vertical-align: middle;
    position: relative;
    top: 3px;
}

.mpdf-checkbox-row {
    position: relative;
    left: 379px;
    top: 70px;
    display: flex;
    /*align-items: center !important;*/
    width: 480px;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: var(--colors-background-white, #FFF);
    /* Elevations/6 */
    box-shadow: 0px 6px 6px -1px rgba(12, 25, 66, 0.15);
    margin-bottom: 24px;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    user-select: none;
}

.checkbox-container input[type='radio'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: -4px;
    left: 10px;
    height: 16px;
    width: 16px;
    background-color: transparent; /* Default (unchecked) background */
    border: 1px solid #ccc;
    border-radius: 50%;
}

.checkbox-container input:checked ~ .checkmark {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 50%;
    background: #D92145;
    border: 3px solid #FFF;
    box-shadow: 0 0 0 1px #D92145;
}

.checkmark:after {
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
    left: 9px;
    top: 5px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.mpdf-sub-header {
    color: var(--colors-text-body-copy-dark, #1D2327);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; 
}

.mpdf-downgrade-card {
    width: 780px;
    height: 167px;
    padding-top: 4px;
    padding-left: 16px;
    flex-shrink: 0;
    border-radius: 16px;
    background: var(--colors-background-white, #FFF);
}

ul.mpdf-bullet {
    position: relative;
    left: -55px;
    margin-top: 11px;
    column-count: 1;
}

ul.mpdf-bullet.multi-column {
    position: relative;
    left: -55px;
    margin-top: 11px;
    column-count: 2; 
    column-gap: 20px;
    width: 845px;
}

ul.mpdf-bullet li {
    break-inside: avoid-column;
    max-width: 500px;
    list-style-type: none; 
    position: relative; 
    top: 2px;
    padding-left: 25px; 
    margin-bottom: -6px; 
    line-height: 1.5; 
    color: var(--colors-text-body-copy-dark, #1D2327);
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}

ul.mpdf-bullet li::before {
    content: '•'; 
    position: relative; 
    top: 3px;
    left: 0; 
    color: #D92145; 
    transform: translateY(-50%); 
    font-size: 24px; 
    margin-right: 6px;
}

.mpdf-robot-img {
    position: relative;
    top: 35px;
    left: 45%;
}

.mpdf-header-group {
    position: relative;
    top: 44px;
    left: 0px;
}

.mpdf-tb-logo {
    position: relative;
    top: 100px;
    left: 45%;
}

.mpdf-goto-license-page-btn {
    position: relative;
    top: 150px;
    left: 42.5%;
    display: inline-flex;
    padding: 16px 35px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: var(--colors-primary-teal-solid, #68EFDA);
    color: var(--colors-text-body-copy-dark, #1D2327);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    user-select: none;
}

.mpdf-other-reasons-character-counter {
    position: relative;
    top: 72px;
    left: -235px;
    color: #666666;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: right;
}

/* Multi Page Downgrade Flow */

.mpdf-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../svg/mpdf-modal-container-background.svg');
    background-size: cover;
    z-index: 100;
    overflow: auto;
    overflow-x: hidden;
}

.mpdf-modal-controls-survey {
    position: relative;
    top: 20px;
    width: 930px;
    height: 680px;
    flex-shrink: 0;
    background-color: #FAFBFE;
    border-radius: 10px;
}

.mpdf-modal-controls-star {
    position: relative;
    height: 770px;
    width: 1407px;
    flex-shrink: 0;
    background-color: #FAFBFE;
    border-radius: 10px;
    top: 55px;
}

.mpdf-modal-controls-pro {
    position: relative;
    height: 770px;
    width: 1407px;
    flex-shrink: 0;
    background-color: #FAFBFE;
    border-radius: 10px;
    top: 55px;
}

.mpdf-modal-controls-legend {
    position: relative;
    height: 820px;
    width: 1407px;
    flex-shrink: 0;
    background-color: #FAFBFE;
    border-radius: 10px;
}


.mpdf-modal-controls-options {
    position: relative;
    top: -150px;
    width: 1407px;
    height: 1430px;
    flex-shrink: 0;
    background-color: #FAFAFF;
    border-radius: 10px;
}

.mpdf-wwc-container {
    position: relative;
    top: 48px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 24px;
}

.mpdf-wwc-top-features {
    display: flex;
    flex-direction: column;
    width: 732px;
    padding: 32px 72px 40px 32px;
    gap: 10px;
    border-radius: 12px;
    background: var(--colors-background-white, #FFF);
    box-shadow: 0px 6px 6px -1px rgba(12, 25, 66, 0.15);
    margin-bottom: 24px;
}

.top-features-header {
    color: var(--colors-text-body-copy-dark, #1D2327);
    /* Typography V2/Headlines/XS semibold */
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 33.6px */
    padding-bottom: 24px;
}

.top-features-legend {
    background: linear-gradient(104deg, #88EB3E 10.46%, #60EFFF 54.41%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}

.top-features-star {
    background: linear-gradient(105deg, #D92145 13.28%, #F89B29 47.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}

.top-features-pro {
    background: linear-gradient(106deg, #29DAC5 12.12%, #4CAAED 43.07%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}

.top-features-item {
    color: var(--colors-text-body-copy-dark, #1D2327);
    /* Typography V2/Body Copy/L - SemiBold */
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 32px */
}

.top-feature-icon {
    padding-right: 5px;
    color: #E1123D;
    filter: drop-shadow(1px 1px 2px #D3D3D3);
}

.top-features-item-detail {
    color: #1D2327;
    /* Typography/Body/Small */
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    padding-left: 38px;
}

.top-features-item-link {
    text-decoration: underline;
    color: var(--neutral-900262-e-46, #262E46);
}

.mpdf-wwc-how-can-we-help {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 413px;
    padding: 32px 40px 40px;
    gap: 10px;
    border-radius: 12px;
    background: var(--colors-background-white, #FFF);
    box-shadow: 0px 6px 6px -1px rgba(12, 25, 66, 0.15);
    margin-bottom: 24px;
}

.how-can-we-help-header {
    color: var(--colors-text-body-copy-dark, #1D2327);
    text-align: center;
    /* Typography V2/Headlines/XS semibold */
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 33.6px */
}

.how-can-we-help-image {
    width: fit-content;
    align-self: center;
}

.how-can-we-help-detail {
    color: var(--colors-text-body-copy-dark, #1D2327);
    text-align: center;
    /* Typography V2/Body Copy/M - Main */
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    padding-bottom: 28px;
}

.how-can-we-help-button-primary {
    display: flex;
    width: 333px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    background: var(--primary-colors-primary-500, #D92145);
    border: none;
    color: var(--colors-background-white, var(--color-white, #FFF));
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}

.how-can-we-help-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.how-can-we-help-button-secondary {
    display: flex;
    width: 333px;
    height: 52px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 1px solid var(--colors-primary-teal-solid, #68EFDA);
    background: var(--colors-background-white, #FFF);
    color: var(--colors-text-body-copy-dark, #1D2327);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.mpdf-exit-button:hover {
    cursor: pointer;
}

.mpdf-exit-button {
    position: relative;
    right: -8px;
    top: -6px;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    width: 186px;
    height: 60px;
    flex-shrink: 0;
    background: var(--colors-primary-teal-solid, #68EFDA);
    color: var(--colors-text-body-copy-dark, #1D2327);
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
}

.mpdf-sticky-footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    display: flex;
    width: 100%;
    height: auto;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 569px;
    z-index: 99999;
    background: var(--colors-background-light-gray, #FAFAFF);
    box-shadow: 0px -6px 4px 0px rgba(0, 0, 0, 0.15);
}

.mpdf-form-check {
    position: absolute;
    right: 25px;
    display: inline-flex;
    align-items: center;
}

.mpdf-form-check-input {
    width: 24px;
    height: 24px;
    accent-color: #D92145;
    margin-right: 8px !important;
}

.mpdf-form-check-label {
    color: var(--colors-text-body-copy-dark, #1D2327);
    /* Typography V2/Body Copy/S - SemiBold */
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%; /* 25.2px */
    margin: 1px;
    padding-top: 2px;
    padding-right: 12px;
}

.mpdf-pro-label {
    background: linear-gradient(105deg, #29DAC5 56.95%, #4CAAED 81.47%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 180%;
}

.mpdf-star-label {
    background: linear-gradient(106deg, #D92145 56.68%, #F89B29 81.89%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 180%;
}

.mpdf-legend-label {
    background: linear-gradient(104deg, #88EB3E 54.76%, #60EFFF 82.87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 180%;
}

.mpdf-header-survey {
    position: relative;
    left: -24px;
    width: 984px;
    color: var(--colors-text-body-copy-dark, #1D2327);
    text-align: center;
    /* Typography V2/Headlines/M semibold */
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 43.2px */
}

.mpdf-wwc-header {
    position: relative;
    top: -16px;
    left: 200px;
    width: 984px;
    color: var(--colors-text-body-copy-dark, #1D2327);
    text-align: center;
    /* Typography V2/Headlines/M semibold */
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 43.2px */
}

.mpdf-subheader-survey {
    position: relative;
    top: 16px;
    left: 113px;
    width: 732px;
    color: #1D2327;
    text-align: center;
    /* Typography/Body/Regular */
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}

.mpdf-wwc-copy {
    position: relative;
    top: 8px;
    left: 320px;
    width: 732px;
    color: #1D2327;
    text-align: center;
    /* Typography/Body/Regular */
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}

.mpdf-options-header-container {
    padding-top: 32px;
    padding-bottom: 60px;
    background: #FFF;
    border-radius: 10px;
    margin-top: -36px;
}

.mpdf-options-subheader {
    position: relative;
    left: 320px;
    width: 732px;
    color: #1D2327;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 22.4px */
}

.mpdf-options-header {
    position: relative;
    top: 10px;
    left: 200px;
    width: 984px;
    color: var(--colors-secondary-pomegranate, var(--primary-colors-primary-500, #D92145));
    text-align: center;
    /* Typography V2/Headlines/S semibold */
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
}

.mpdf-options-header-copy {
    position: relative;
    top: 24px;
    left: 320px;
    width: 732px;
    color: #1D2327;
    text-align: center;
    /* Typography/Body/Regular */
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}

.mpdf-options-container {
    position: relative;
    top: 60px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 24px;
}

.mpdf-options-badge {
    height: 30px;
    padding: 5px 12px;
    align-items: center;
    gap: 8px;
    border-radius: 94px;
    background: var(--colors-accent-colors-dark-20, #E9EDF9);
    display: inline-flex;
    color: var(--colors-accent-colors-dark-70, #3B4974);
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-right: 12px;
    margin-top: 20px;
    cursor: pointer;
}

/* Hide the checkbox */
.mpdf-options-badge-container input[type="checkbox"] {
    display: none;
}

/* Style the checked state of the badge */
input[type="checkbox"]:checked + .mpdf-options-badge {
    background-color: #68EFDA;
}

.mpdf-options-dropdown-menu {
    width: 692px;
    height: auto;
    border-radius: 12px;
    border: 1px solid var(--colors-accent-colors-dark-30, #68EFDA);
    background: var(--color-white, #FFF);
    margin: 0;
    padding: 0;
}

.mpdf-options-dropdown-btn {
    border-radius: 12px;
    border: 1px solid var(--colors-accent-colors-dark-30, #D6DBEA);
    background: var(--color-white, #FFF);
    display: inline-block;
    width: 692px;
    height: 52px;
    padding: 0px 16px 0px 24px;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    color: #666666;
    text-wrap: nowrap;
    margin-top: 16px;
}

.dropdown.open .mpdf-options-dropdown-btn {
    border-radius: 12px 12px 0 0;
    border: 1px solid var(--colors-accent-colors-dark-30, #68EFDA);
    border-bottom: 1px solid #D3D3D3;
}

.dropdown.open .mpdf-options-dropdown-menu {
    border-radius: 0 0 12px 12px;
    border: 1px solid var(--colors-accent-colors-dark-30, #68EFDA);
    border-top: none;
}

.mpdf-options-dropdown-row {
    display: flex;
}

.mpdf-options-dropdown-col {
    display: flex;
    padding: 12px 36px 12px 24px;
    flex-direction: column;
}

.mpdf-options-dropdown-header {
    color: var(--colors-text-body-copy-dark, #1D2327);
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    padding-bottom: 8px;
    text-wrap: balance;
}

.mpdf-options-dropdown-item {
    color: var(--colors-text-body-copy-dark, #1D2327);
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 12px;
    text-wrap: nowrap;
}

.mpdf-options-dropdown-item:hover,
.mpdf-options-dropdown-item:focus {
    color: #D92145;
    font-weight: 600;
    text-decoration: underline;
    background: #FAFAFF;
}

.mpdf-options-feedback-container {
    display: flex;
    flex-direction: column;
    width: 732px;
    padding-right: 64px;
}

.mpdf-options-feedback-header {
    color: #1E1E1E;
    /* Typography V2/Headlines/M semibold */
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 43.2px */
}

.mpdf-options-feedback-subheader {
    color: var(--colors-text-body-copy-dark, #1D2327);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}

.mpdf-options-feedback-copy {
    color: var(--colors-text-body-copy-dark, #1D2327);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
}

.mpdf-options-feedback-item {
    padding-bottom: 24px;
    color: #1D2327;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 25.2px */
}

.mpdf-options-feedback-character-counter {
    color: #666666;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: right;
}

.mpdf-options-feedback-text-area {
    padding: 20px;
    direction: ltr;
    position: relative;
    height: 133px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid var(--colors-dark-transparency-30, rgba(12, 25, 66, 0.30));
    background: var(--colors-background-white, #FFF);
    resize: none;
    color: #666;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.mpdf-options-feedback-message {
    display: none;
    padding-top: 24px;
    color: var(--colors-text-body-copy-dark, #1D2327);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%
}

.mpdf-options-resources-container {
    position: relative;
    top: 60px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px;
}

.mpdf-options-resources-header {
    color: var(--colors-text-body-copy-dark, #1D2327);
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding-top: 16px;
}

.mpdf-options-resources-card-container {
    display: flex;
    gap: 30px;
    padding-top: 40px;
}

.mpdf-options-resources-card {
    display: flex;
    flex-direction: column;
    width: 369px;
    height: 415px;
    border-radius: 12px;
    background: var(--colors-background-white, #FFF);
    box-shadow: 0px 6px 6px -1px rgba(12, 25, 66, 0.15);
    margin-bottom: 24px;
}

.mpdf-options-resources-card-image {
    border-radius: 12px 12px 0 0;
}

.mpdf-options-resources-card-header {
    color: var(--colors-text-body-copy-dark, #1D2327);
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%; /* 43.2px */
}

.mpdf-options-resources-card-copy {
    color: var(--colors-text-body-copy-dark, #1D2327);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    padding: 12px 0 20px;
}

.mpdf-options-resources-card-link {
    color: var(--colors-text-body-copy-dark, #1D2327);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%; /* 25.2px */
    text-decoration-line: underline;
}

.mpdf-options-back-button {
    position: relative;
    float: left;
    right: 47%;
    display: inline-flex;
    padding: 16px 35px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid var(--colors-primary-teal-solid, #68EFDA);
    background: var(--colors-background-white, #FFF);
    color: var(--colors-text-body-copy-dark, #1D2327);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    user-select: none;
}

.mpdf-options-next-button {
    display: inline-flex;
    padding: 16px 35px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    color: var(--colors-text-body-copy-dark, #1D2327);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    user-select: none;
    text-wrap: nowrap;
    pointer-events: none;
    background: var(--colors-accent-colors-dark-20, #E9EDF9);
}

.mpdf-wwc-back-button {
    position: relative;
    float: left;
    right: 47%;
    display: inline-flex;
    padding: 16px 35px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid var(--colors-primary-teal-solid, #68EFDA);
    background: var(--colors-background-white, #FFF);
    color: var(--colors-text-body-copy-dark, #1D2327);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    user-select: none;
}

.mpdf-next-button {
    position: relative;
    float: right;
    left: 47%;
    display: inline-flex;
    padding: 16px 35px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: var(--colors-accent-colors-dark-20, #E9EDF9);
    color: #5D6B97; 
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    user-select: none;
    border: none;
}

.mpdf-next-button:disabled {
    background-color: #E9EDF9;
    color: #5D6B97;
    cursor: not-allowed;
}

.mpdf-downgrade-button {
    display: inline-flex;
    padding: 16px 35px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    color: var(--colors-text-body-copy-dark, #1D2327);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    user-select: none;
    text-wrap: nowrap;
    pointer-events: none;
    background: var(--colors-accent-colors-dark-20, #E9EDF9);
}

.mpdf-downgrade-button.disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* Dark Mode Support for Multi-Page Downgrade Flow */

/* Main surface backgrounds */
html.theme-dark .mpdf-modal-content,
html.theme-dark .mpdf-modal-controls,
html.theme-dark .mpdf-modal-controls-survey,
html.theme-dark .mpdf-modal-controls-star,
html.theme-dark .mpdf-modal-controls-pro,
html.theme-dark .mpdf-modal-controls-legend,
html.theme-dark .mpdf-modal-controls-options,
html.theme-dark .mpdf-modal-controls-confirmation,
html.theme-dark .mpdf-options-header-container,
html.theme-dark .mpdf-sticky-footer {
    background-color: var(--tb-surface-main);
}

/* Gradient backgrounds for modal containers */
html.theme-dark .mpdf-modal-container,
html.theme-dark .mpdf-modal-body {
    background: linear-gradient(135deg, var(--tb-neutral-900) 0%, var(--tb-neutral-800) 100%);
}

/* Elevated surface backgrounds (cards, dropdowns, inputs) */
html.theme-dark .mpdf-checkbox-row,
html.theme-dark .mpdf-downgrade-card,
html.theme-dark .mpdf-wwc-top-features,
html.theme-dark .mpdf-wwc-how-can-we-help,
html.theme-dark .mpdf-options-resources-card,
html.theme-dark .mpdf-options-dropdown-btn,
html.theme-dark .mpdf-options-dropdown-menu,
html.theme-dark .mpdf-options-feedback-text-area,
html.theme-dark .how-can-we-help-button-secondary,
html.theme-dark .mpdf-options-back-button,
html.theme-dark .mpdf-wwc-back-button {
    background: var(--tb-surface-elevated);
}

/* Card shadows */
html.theme-dark .mpdf-checkbox-row,
html.theme-dark .mpdf-wwc-top-features,
html.theme-dark .mpdf-wwc-how-can-we-help,
html.theme-dark .mpdf-options-resources-card {
    box-shadow: 0px 6px 6px -1px rgba(0, 0, 0, 0.3);
}

/* Primary text color */
html.theme-dark .mpdf-header-survey,
html.theme-dark .mpdf-wwc-header,
html.theme-dark .mpdf-confirmation-header,
html.theme-dark .mpdf-options-feedback-header,
html.theme-dark .mpdf-options-resources-header,
html.theme-dark .mpdf-subheader-survey,
html.theme-dark .mpdf-wwc-copy,
html.theme-dark .mpdf-copy,
html.theme-dark .mpdf-confirmation-copy,
html.theme-dark .mpdf-sub-header,
html.theme-dark .mpdf-options-subheader,
html.theme-dark .mpdf-options-header-copy,
html.theme-dark .mpdf-options-feedback-subheader,
html.theme-dark .mpdf-options-feedback-copy,
html.theme-dark .mpdf-options-feedback-item,
html.theme-dark .mpdf-options-feedback-message,
html.theme-dark .mpdf-checkbox-label,
html.theme-dark ul.mpdf-bullet li,
html.theme-dark .top-features-header,
html.theme-dark .top-features-item,
html.theme-dark .how-can-we-help-header,
html.theme-dark .how-can-we-help-detail,
html.theme-dark .mpdf-form-check-label,
html.theme-dark .mpdf-options-dropdown-header,
html.theme-dark .mpdf-options-dropdown-item,
html.theme-dark .mpdf-options-resources-card-header,
html.theme-dark .mpdf-options-resources-card-copy,
html.theme-dark .mpdf-options-resources-card-link,
html.theme-dark .mpdf-options-feedback-text-area,
html.theme-dark .how-can-we-help-button-secondary,
html.theme-dark .mpdf-options-back-button,
html.theme-dark .mpdf-wwc-back-button {
    color: var(--tb-text-color);
}

/* Secondary/muted text */
html.theme-dark .top-features-item-detail {
    color: var(--tb-neutral-300);
}

html.theme-dark .top-features-item-link {
    color: var(--tb-neutral-200);
}

html.theme-dark .mpdf-options-feedback-character-counter,
html.theme-dark .mpdf-other-reasons-character-counter {
    color: var(--tb-text-color);
}

html.theme-dark .mpdf-options-feedback-text-area::placeholder {
    color: var(--tb-neutral-600);
}

/* Border styling */
html.theme-dark .checkmark {
    border-color: var(--tb-neutral-600);
}

html.theme-dark .mpdf-options-dropdown-btn,
html.theme-dark .mpdf-options-feedback-text-area {
    border-color: var(--tb-border-subtle);
}

html.theme-dark .mpdf-options-dropdown-menu,
html.theme-dark .how-can-we-help-button-secondary,
html.theme-dark .mpdf-options-back-button,
html.theme-dark .mpdf-wwc-back-button {
    border-color: #68EFDA;
}

html.theme-dark .mpdf-modal-container hr {
    border-color: var(--tb-border-subtle);
}

/* Dropdown specific states */
html.theme-dark .mpdf-options-dropdown-btn {
    color: var(--tb-neutral-300);
}

html.theme-dark .dropdown.open .mpdf-options-dropdown-btn {
    border-color: #68EFDA;
    border-bottom-color: var(--tb-border-subtle);
}

html.theme-dark .mpdf-options-dropdown-item:hover,
html.theme-dark .mpdf-options-dropdown-item:focus {
    background: var(--tb-neutral-600);
}

/* Badge styling */
html.theme-dark .mpdf-options-badge {
    background: var(--tb-neutral-700);
    color: var(--tb-neutral-200);
}

html.theme-dark input[type="checkbox"]:checked + .mpdf-options-badge {
    background-color: #68EFDA;
    color: var(--tb-black);
}

/* Default button state (visually disabled until JS enables) */
html.theme-dark .mpdf-options-next-button,
html.theme-dark .mpdf-next-button,
html.theme-dark .mpdf-downgrade-button {
    background: var(--tb-neutral-700);
    color: var(--tb-neutral-600);
}

/* Teal CTA buttons (keep teal with dark text) */
html.theme-dark .mpdf-goto-license-page-btn,
html.theme-dark .mpdf-exit-button {
    background: #68EFDA;
    color: var(--tb-black);
}

/* Shadows */
html.theme-dark .mpdf-sticky-footer {
    box-shadow: 0px -6px 4px 0px rgba(0, 0, 0, 0.3);
}

html.theme-dark .top-feature-icon {
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}

/* Inline style overrides (require !important) */
html.theme-dark .mpdf-options-dropdown-btn i.fa-chevron-down,
html.theme-dark .mpdf-options-dropdown-btn i.fa-chevron-up {
    color: var(--tb-text-color) !important;
}

html.theme-dark .mpdf-modal-container a:not(.how-can-we-help-button-primary):not(.mpdf-goto-license-page-btn) {
    color: var(--tb-text-color);
}

html.theme-dark .mpdf-modal-container a[style*="color: #1D2327"] {
    color: var(--tb-text-color) !important;
}

html.theme-dark .mpdf-options-feedback-item a[style*="text-decoration-line: underline"] {
    color: var(--tb-neutral-200) !important;
}

html.theme-dark #selectedToolPage {
    color: #D92145 !important;
}

/*#endregion Views\Account\License*/

/*#region Views\Channel\Retention.cshtml - Dark Mode Support*/

/* Panel styles for Getting Started section */
.panel-light {
    background-color: var(--tb-surface-main, #fff);
    color: var(--tb-text-color, #333);
    border-color: var(--tb-border-subtle, #ddd);
}

.panel-light .panel-heading {
    background-color: var(--tb-surface-subtle, #f1f2f7);
    color: var(--tb-text-strong, #333);
    border-color: var(--tb-border-subtle, #ddd);
}

.panel-light .panel-title {
    color: var(--tb-text-strong, #333);
}

.panel-light .panel-body {
    background-color: var(--tb-surface-main, #fff);
    color: var(--tb-text-color, #333);
}

/* Text highlight utility for NOTE sections */
.text-note-highlight {
    background-color: var(--tb-yellow-400, #ffffbb);
    color: var(--tb-black, #000);
    padding: 2px 4px;
}

/* Table content background */
.tab-content {
    background: var(--tb-surface-main, white);
}

/* Text muted utility for dark mode */
.text-muted {
    color: var(--tb-neutral-600, #999) !important;
}

html.theme-dark .text-muted {
    color: #d1d5db !important;
}

/* Nav tabs dark mode support */
.nav-tabs {
    border-bottom-color: var(--tb-border-subtle, #ddd);
}

.nav-tabs .nav-link {
    color: var(--tb-text-color, #555);
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link:hover {
    border-color: var(--tb-border-subtle, #eee) var(--tb-border-subtle, #eee) var(--tb-border-subtle, #ddd);
    background-color: var(--tb-surface-subtle, #f5f5f5);
}

.nav-tabs .nav-link.active {
    color: var(--tb-text-strong, #555);
    background-color: var(--tb-surface-main, #fff);
    border-color: var(--tb-border-subtle, #ddd) var(--tb-border-subtle, #ddd) var(--tb-surface-main, #fff);
}

.nav-tabs .nav-item.active .nav-link {
    color: var(--tb-text-strong, #555);
    background-color: var(--tb-surface-main, #fff);
    border-color: var(--tb-border-subtle, #ddd) var(--tb-border-subtle, #ddd) var(--tb-surface-main, #fff);
}

/* Table dark mode support */
.table {
    color: var(--tb-text-color, #333);
    background-color: var(--tb-surface-main, #fff);
}

.table thead th {
    background-color: var(--tb-surface-subtle, #f9f9f9);
    color: var(--tb-text-strong, #333);
    border-color: var(--tb-border-subtle, #ddd);
}

.table td, .table th {
    border-color: var(--tb-border-subtle, #ddd);
    color: var(--tb-text-color, #333);
}

.table tbody tr {
    background-color: var(--tb-surface-main, #fff);
    color: var(--tb-text-color, #333);
}

.table tbody td {
    color: var(--tb-text-color, #333);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--tb-surface-subtle, rgba(0, 0, 0, 0.05));
    color: var(--tb-text-color, #333);
}

.table-striped tbody tr:nth-of-type(odd) td {
    color: var(--tb-text-color, #333);
}

.theme-dark .table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--tb-surface-subtle, rgba(255, 255, 255, 0.05));
    color: var(--tb-text-color, #fff);
}

.theme-dark .table-striped tbody tr:nth-of-type(odd) td {
    color: var(--tb-text-color, #fff);
}

.theme-dark .table tbody tr {
    color: var(--tb-text-color, #fff);
}

.theme-dark .table tbody td {
    color: var(--tb-text-color, #fff);
}

.table a {
    color: var(--tb-blue-400, #007bff);
}

.theme-dark .table a {
    color: var(--tb-blue-400, #4a9eff);
}

.table a:hover {
    text-decoration: underline;
}

/* Form inputs dark mode support */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"] {
    background-color: var(--tb-surface-main, #fff);
    color: var(--tb-text-color, #333);
    border-color: var(--tb-border-subtle, #ccc);
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    background-color: var(--tb-surface-main, #fff);
    color: var(--tb-text-color, #333);
    border-color: var(--tb-blue-400, #66afe9);
}

/* HR separator dark mode */
hr {
    border-color: var(--tb-border-subtle, #eee);
}

/*#endregion Views\Channel\Retention.cshtml*/