
#debug_info{
    word-wrap: break-word !important; /* Ensures long words break */
}

.lower-mar-10{
    margin: 0px 0px 10px 0px;
}

.switch-container {
    display: flex;
    align-items: center;
    justify-content: flex-end; 
    gap: 10px;
    font-family: Arial, sans-serif;
    margin: 0px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 20px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.label-text {
    font-size: 14px;
    color: #333;
}




.rr-off{
    color: #ccc;
}

.html-input-area{

    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 1px solid var(--grey-300, #E0E0E0);
    background: var(--grey-50, #FCFCFC);
    box-shadow: 1px 1px 1px 0px rgba(48, 49, 51, 0.10) inset;
    padding: 12px 8px 12px 10px;
}

.media-btn {
    background-color: #FFFFFF;
    color: #0000FF;
    padding: 1px 2px;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.2s;
	font-weight: 500;
	outline: 1px solid #0000FF;
    text-align: center;
}

.media-btn:hover {
    background-color: #ddddff;
}

.w33{
    font-size: 16px;
    color: #000;
    padding: 10px 0px 15px 0px;
}

.select-journey-btn{
    background-color: #FFFFFF;
    color: #555555;
    margin: 10px 0px 10px 0px;
    padding: 4px 10px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
	font-weight: 500;
	outline: 1px solid #ccc;
    text-align: left;
}

.select-journey-btn:hover {
    background-color: #ddddff;
}

.fs-14{
    font-size: 14px;
}

.warning{
    color: #ff0000;
    font-weight: 600;
}

.reports-custom-title{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0px 0px 20px 0px;
}



.mar-top-6{
    margin: 6px 0px 0px 0px;
}

.mfp-content {
    width: 90vw !important;  /* 90% of the viewport width */
    height: 90vh !important; /* 90% of the viewport height */
  }
  
  /* Style for inner popup container */
  #popup-content-regional {
    width: 90%;
    height: 90%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    overflow: auto;
  }
  
  /* Optional: A little styling for the trigger link */
  .open-popup-link {
    display: inline-block;
    margin: 50px;
    padding: 10px 20px;
    background: #0073e6;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
  }



.regional-media-grid{
    display: grid;
    grid-template-columns: 20fr 3fr 5fr;
    gap: 6px;
    font-size: 14px;
    width: 100%;
}


.webcasts-media-grid{
    display: grid;
    grid-template-columns: 20fr 5fr 5fr;
    gap: 6px;
    font-size: 14px;
    width: 100%;
}

.popup-video {
    display: inline-block;
    padding: 3px 3px;
    background: #3498db;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border-radius: 3px;
    font-family: sans-serif;
}


.pad-0-0{
    padding: 0px 0px 0px 0px !important;
}

.bot-mar-20{
    margin-bottom: 20px;
}


.two-col-auto-grid{
    display: grid;
    grid-template-columns: 10fr 10fr;
    font-size: 14px;
    width: 100%;
    gap: 3px; /* This creates the space for lines */
}


.tiny-2col-auto-gridq{
    display: grid;
    grid-template-columns: auto auto;
    gap: 2px;
    width: 100%;
}


.tiny-2col-auto-grid{
    display: grid;
    grid-template-columns: auto auto;
    gap: 2px;
    width: 100%;
}

@media (max-width: 850px) {
    .tiny-2col-auto-grid {
        grid-template-columns: 1fr;   /* single column */
        grid-template-rows: auto auto auto auto;  /* four rows */
        /* Define areas in the desired order: first, third, second, fourth */
        grid-template-areas: 
            "first"
            "third"
            "second"
            "fourth";
    }
    /* Map each child div to its grid area */
    .tiny-2col-auto-grid > div:nth-child(1) { grid-area: first; }
    .tiny-2col-auto-grid > div:nth-child(2) { grid-area: second; }
    .tiny-2col-auto-grid > div:nth-child(3) { grid-area: third; }
    .tiny-2col-auto-grid > div:nth-child(4) { grid-area: fourth; }
}


.checkbox-disabled {
    opacity: 0.6;          /* Fades the entire label (checkbox + text) */
    color: #666666;        /* Grayed-out text color */
    cursor: not-allowed;   /* Indicates non-interactivity */
}

.button-disabled {
    opacity: 0.6;           /* Makes it look faded */
    cursor: not-allowed;    /* Changes cursor to indicate it's not clickable */
    background-color: #cccccc; /* Grayed-out background */
    color: #ccc;        /* Grayed-out text */
    pointer-events: none;  /* Prevents clicking entirely */
}

.rtcf{
    margin: 24px 0px 0px 0px;
}


.red-warning{
    color: #f00;
    font-weight: 600;
}


.include-extra{
    padding: 12px 15px 12px 0px;
}


.service-panel{
    background-color: #ffffff;
    border-radius: 14px 14px 14px 14px;

    display: flex;
    flex-direction: column; /* Stack items vertically */
    justify-content: space-between; /* Ensures full height */
    height: 100%; /* Ensure panels fill the height */
}

.service-panel2{
    background-color: #ffffff;
    border-radius: 14px 14px 14px 14px;
    display: flex;
    flex-direction: column; /* Stack items vertically */
    height: 100%; /* Ensure panels fill the height */
}


#services_overview_grid{
    display: grid;
    grid-template-columns: 10fr 10fr 10fr;
    gap: 6px;
    width: 100%;
}

@media (max-width: 850px) {
    #services_overview_grid{
        display: grid;
        grid-template-columns: 10fr;
        gap: 6px;
        width: 100%;
    }
}

.service-wrap{
    padding: 0px 10px 0px 10px;
}

.sw-top{
    padding: 10px 0px 0px 0px;
}


#product_price_grid {
    display: grid;
    grid-template-columns: auto auto; /* Three equal columns */
    grid-template-rows: auto;
    gap: 3px; /* Space between grid items */
}



#pick_services_grid{
    display: grid;
    grid-template-columns: 10fr 10fr 10fr; /* Three equal columns */
    gap: 9px; /* Space between grid items */
    width: 100%;
}


@media (max-width: 700px) {
    #pick_services_grid{
        display: grid;
        grid-template-columns: 10fr; /* Three equal columns */
        gap: 13px; /* Space between grid items */
        width: 100%;
    }
}


.hyperlink {
    color: #007bff; /* Standard blue hyperlink color */
    text-decoration: underline; /* Static underline */
    cursor: pointer; /* Hand cursor like a link */
    transition: color 0.3s ease; /* Smooth color transition */
}

.hyperlink:hover {
    color: #0056b3; /* Darker blue on hover */
}


.hyperlink-tiny {
    color: #007bff; /* Standard blue hyperlink color */
    text-decoration: underline; /* Static underline */
    cursor: pointer; /* Hand cursor like a link */
    transition: color 0.3s ease; /* Smooth color transition */
    font-size: 12px;
}

.hyperlink-tiny:hover {
    color: #0056b3; /* Darker blue on hover */
}

.like-textarea{
    background-color: #fff;
    color: #333;
    padding: 4px 10px;
}


.purchase-btn{
    line-height: 1.5;
    padding: 0px 10px 0px 10px;
    margin: 0px 10px 0px -20px;

}






#product_listing_grid{
    display: grid;
    grid-template-columns: auto 70px; /* Three equal columns */
    gap: 0px; /* Space between grid items */
    width: 100%;
    padding: 0px 20px 0px 0px;
}


#cart_pricing {
    background-color: #f8f8f8;
    padding: 15px;
    margin: 15px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    z-index: 100;
  }

  #cart_pricing_grid{
	display: grid;
	grid-gap: 3px;
    font-size: 16px;
	grid-template-columns: auto 200px auto;
    width: 100%;
	margin : 10px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
}




#regional_overview{
    margin: 20px 0px 0px 0px !important;
}


#service_combos{
    margin-top: 0px;
}

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

.servc-content {
    margin: 20px 0px 0px 0px;
    padding: 25px 16px 16px;
}

.servc-plan-field {
    display: flex;
    column-gap: 8px;
}

.servc-plan-total {
    display: flex;
    justify-content: space-between;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #E0E0E0;
}

.package-slider {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%; /* or a specific width like 900px */
}

.package-slide {
    min-width: 100%;
    transition: transform 0.3s ease;

    width: calc(100% / 3); /* Each slide takes up one-third of the container */
}

.servc-box {
    padding: 20px;
    background-color: #F5F5F5;
}

.mobile-swipe-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.price-c1 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.price-c2 {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

.span-c-1-2 {
    display: flex;
    align-items: center;
}


.span-col-1-2{
    grid-column: 1/3;
}


.ppg-c3 {
    padding: 8px;
}


.disabled-checkmark{
    opacity: 0.2;              /* Makes it semi-transparent */
    pointer-events: none;      /* Prevents clicking/hovering */
    cursor: not-allowed;       /* Shows a "not allowed" cursor */
    color: #666;   
    font-weight: 400;
}

.enabled-checkmark{
    opacity: 1.0;              /* Makes it semi-transparent */
    pointer-events: none;      /* Prevents clicking/hovering */
    cursor: not-allowed;       /* Shows a "not allowed" cursor */
    color: #f00;
    font-weight: 700; 
}

.plain{
    font-weight: normal;

}

.purchase-btn2 {
    background-color: #ff4444;
    box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
    border-radius: 5px;
    padding: 6px 8px;
    font-size: 16px;
    color: var(--mw-white) !important;
    border: none;
    color: #fff;
    cursor: pointer;
}
.purchase-btn2:hover {
    background-color: #ff0000;
}


.purchase-btn3 {
    background: #717171;
    box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
    border-radius: 5px;
    padding: 6px 8px;
    font-size: 16px;
    color: var(--mw-white) !important;
    border: none;
    color: #fff;
    cursor: pointer;
}
.purchase-btn3:hover {
    background-color: #313131;
}

.bg-pc-btn{
    background-color: #313131;
}


.bot-pad1{
    padding: 0px 0px 6px 0px;
}

.bot-mar1{
    margin: 0px 0px 6px 0px;
}

#two_rows_mini_grid{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    gap: 3px;
}

.two-columns-mini-grid{
    display: grid;
    grid-template-columns: auto auto;
    gap: 3px;   
}


.two-columns-mini-grid2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 14px 15px 15px 15px;
    gap: 3px;
    overflow: hidden;
}

.subscription-heading{
    font-size: 22px;
    font-weight: 600;
}

#credits_notice{
    font-size: 17px;
    color: #f00;
    padding: 5px 25px 5px 25px;
}


#custom_forcast_in_process_notice{
    font-size: 17px;
    color: #f00;
    padding: 5px 25px 5px 25px;
}


.three-columns-mini-grid{
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px; /* Space between grid items */    
}

.fcw-center{
    color: #999;
    display: flex; 
    align-items: center; 
    height: 20px;
}

#notes_section{
    display: grid;
    grid-template-columns: 65px auto;
    gap: 3px; /* Space between grid items */    
    margin-top: 13px;
}


.nice-input {
    background-color: white;
    padding: 6px 6px;          /* Comfortable padding */
    border: 1px solid #ccc;     /* Subtle border */
    border-radius: 4px;         /* Rounded corners */
    font-size: 16px;           /* Readable text size */
    outline: none;             /* Remove default focus outline */
    transition: border-color 0.2s ease; /* Smooth transition for interactions */
    width: 100px;
}

/* Hover effect */
.nice-input:hover {
    border-color: #999;
}

/* Focus effect */
.nice-input:focus {
    border-color: #007bff;      /* Blue border on focus */
    box-shadow: 0 0 5px rgba(0,123,255,0.3); /* Subtle glow */
}






.divider-line {
    border-top: 1px solid #E0E0E0;
    margin: 16px 0;
}

.prod-btn-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-buttons {
    text-align: center;
    padding: 10px 15px;
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    cursor: pointer;
    margin: 2px 12px 2px 12px;
}

.product-buttons:hover {
    background-color: #F5F5F5;
}

.srvp-total-label {
    font-weight: 600;
    color: #424242;
}

.srvp-total {
    font-weight: 700;
    color: #212121;
}





.service-purchase {
    padding: 16px;
    background-color: #F9F9F9;
    border-radius: 4px;
    margin-top: 24px;

    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
    border-radius: 8px;
    color: var(--mw-grey-700);

}

.service-purchase-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


.service-quiz {
    padding: 16px;
    background-color: #F9F9F9;
    border-radius: 4px;
    margin-top: 24px;
}

.service-quiz-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quiz-col {
    flex: 1;
    padding: 0 8px;
}

.btn {
    padding: 12px 24px;
    border-radius: 4px;
    border: 1px solid #D75E28;
    color: #D75E28;
    background-color: transparent;
    cursor: pointer;
}

.btn:hover {
    background-color: #ffaaaa;
    color: #000;
}

.bordered-btn {
    border: 2px solid #D75E28;
    background-color: transparent;
}

.bordered-btn:hover {
    background-color: #D75E28;
    color: #fff;
}


.vh-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

  
.b {
    font-weight: bold;
}

.ar {text-align:right;}
.al {text-align:left;}
.ac {text-align:center;}