
#shareModal .modal-inner {
    max-width: 725px;
    width: 100%;
    padding: 80px;
}
#shareModal .modal-title {
    font-size: 38px;
    line-height: 48px;
}
#shareModal .close {
    position: absolute;
    top: 3%;
    right: 30px;
    background: none !important;
    border: none !important;
}
#shareModal .modal-footer .btn {
    background-color: #8951E1;
    display: inline-block !important;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    padding: 15px;
    border-radius: 12px;
    margin-top: 50px;
}
#shareModal p {
    font-size: 18px;
    line-height: 26px;
}
#shareModal .field-group {
    text-align: left;
    position: relative;
}
.share-url-section {
	margin-bottom: 20px;
    position: relative;
}
.input-group-append {
        position: absolute;
    right: 10px;
    top: 50px;
}
.input-group-append .btn,
.input-group-append .btn:hover,
.input-group-append .btn:focus {
    padding: 5px 20px;
    border-radius: 6px;
    background-color: var(--main-color);
    outline: none;
    font-size: 16px;
}
.deadline-controls {
	display: flex;
	gap: 10px;
        align-items: center;
}

.deadline-controls select {
	flex: 1;
    height: auto !important;
    margin-bottom: 0px !important;
}
.deadline-controls .pan {
    color: #000;
    font-size: 18px !important;
}

.adjust-deadline-section {
	margin-top: 20px;
}

.attention-banner {
    box-shadow: 0 8px 32px rgba(139, 92, 246, 0.3);
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 20px;
}

.attention-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
    pointer-events: none;
}

.attention-content {
    background: var(--main-color);
    padding: 10px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: clamp(5px, 2vw, 20px);
    position: relative;
    z-index: 1;
}

.attention-text {
    flex: 1;
    min-width: 300px;
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.attention-label {
    font-weight: 700;
    font-size: 18px;
    margin-right: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #F8D66F;
}

.attention-message {
    font-size: clamp(14px, 2vw, 18px);
    line-height: 1.5;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.attention-icon {
    font-size: 20px;
    margin-left: 8px;
    animation: pulse 2s infinite;
}

.countdown-timer {
    display: flex;
    gap: 15px;
    align-items: center;
}

.timer-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px); */
    border-radius: 8px;
    padding: 12px 8px;
    min-width: 60px;
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
}

.timer-number {
    font-size: 34px;
    font-weight: 700;
    color: white;
    line-height: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.timer-label {
    font-size: 10px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 4px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.attention-cta {
    flex-shrink: 0;
}

.claim-btn {
    background: #F8D66F;
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.claim-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.6);
    background: linear-gradient(135deg, #FDE047 0%, #FBBF24 100%);
}

.claim-btn:active {
    transform: translateY(0);
}

.claim-btn::before {
    /* content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s; */
}

.claim-btn:hover::before {
    left: 100%;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}



.funnel-zoom {
    bottom: 150px;
    left: 20px;
}
.icon-call {
    padding: 6px 10px;
    background-color: #5DCA45;
    border-radius: 8px;
    position: relative;
    top: 2px;
    content: url("data:image/svg+xml,%3Csvg width='26px' height='26px' viewBox='0 0 1132 1132' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(0.707107,0.707107,-0.707107,0.707107,565.685,0)'%3E%3Cpath d='M600,325L550,325C549.955,283.873 516.127,250.045 475,250L475,200C543.543,200.078 599.922,256.457 600,325Z' style='fill:white;fill-rule:nonzero;'/%3E%3Cpath d='M700,325L650,325C649.893,229.038 570.962,150.107 475,150L475,100C598.38,100.137 699.863,201.62 700,325Z' style='fill:white;fill-rule:nonzero;'/%3E%3Cpath d='M508.333,537.058L564.333,481.058C579.623,465.762 602.671,461.028 622.753,469.058L690.955,496.34C711.48,504.552 725.007,524.541 725,546.647L725,670.68C725,670.722 725,670.763 725,670.805C725,700.521 700.547,724.975 670.83,724.975C669.85,724.975 668.871,724.948 667.892,724.895C189.845,695.135 93.303,290.285 75.365,135.198C75.131,133.157 75.014,131.104 75.014,129.05C75.014,99.399 99.413,75 129.064,75C129.119,75 129.175,75 129.23,75L251.05,75C273.153,75 293.134,88.528 301.342,109.05L328.625,177.25C336.654,197.331 331.92,220.378 316.625,235.668L260.625,291.668C260.625,291.668 291.668,509.975 508.333,537.058Z' style='fill:white;fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.clone-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 999999999999;
    position: fixed;
}

.clone-progress .progress-bar {
    width: 450px;
    height: 20px;
    background-color: #D6C5F0;
    position: relative;
}

.clone-progress .progress-bar span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: var(--main-color);
}

.clone-progress .progress-bar span::before {
    content: attr(data-value) "%";
    position: absolute;
    top: -40px;
    right: -15px;
    line-height: 15px;
    font-size: 14px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    font-weight: bold;
    background-image: var(--loading);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: left top;
    padding-left: 20px;
}

.clone-progress .progress-bar span::after {
    content: "";
    position: absolute;
    top: -22px;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #D6C5F0;
}

.clone-progress .progress-description {
    margin-top: 20px;
}

#projectprogressbar .modal-inner {
    width: 510px;
    padding: 46px 30px 64px 30px;
}

#duplicateproject{
    z-index: 999999;
}

#projectprogressbar{
    z-index: 9999999;
}

@media only screen and (max-width: 600px) {
    .card-funnel {
        margin: 20px;
    }
}
@media only screen and (max-width: 768px) {
    body .header-project .column-logo {
        width: 40% !important;
    }
    body .header-project .column-action {
        width: 60% !important;
    }
    body .header-dashboard .header-title {
        font-size: 14px !important;
        padding: 0px !important;
    }
    body .card-funnel {
        width: 160px !important;
        height: 210px !important;
        margin: 0px !important;
    }
    body .project-content-wrap .template_popup .template_popup_container  {
        padding: 30px !important;
        top: 60px !important;
    }
    body .template_popup.email-lists .template-email h1,
    body .project-content-wrap .template_popup .template-email h1 {
        font-size: 22px !important;
        margin-bottom: 20px !important;
    }
    body .template_popup .template-email h2 {
        display: none !important;
    }
    body .project-content-wrap .email-list .card-email {
        padding: 10px !important;
    }
    body .project-content-wrap .email-list .card-email .card-email-action {
        top: 10px !important;
        right: 10px !important;
    }
    body .template_popup.email-view .template-email .template-copy {
        padding: 15px !important;
    }
    body .header-dashboard {
        padding: 5px 10px !important;
    }
    body .header-project .completed-this-step {
        font-size: 14px !important;
        margin-left: 10px !important;
    }
    .header-project .column-center, .header-offers .column-center {
        order: initial !important;
        text-align: center !important;
    }
    body .icon-call {
        padding: 5px !important;
    }
    .funnel-zoom {
        bottom: 50%;
    }
    .attention-content {
        flex-direction: column;
        text-align: center;
        padding: 10px;
    }
     .attention-cta {
        width: auto;
    }
    .attention-text {
        min-width: auto;
        order: 3;
    }
    
    .countdown-timer {
        gap: 10px;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .timer-group {
        min-width: 50px;
        padding: 10px 6px;
    }
    
    .timer-number {
        font-size: 20px;
    }
    
    .claim-btn {
        padding: 12px 25px;
        font-size: 14px;
        width: 100%;
        display: block;
    }
}

@media (max-width: 767px) {
    .header-project .column-center, 
    .header-offers .column-center {
        order: 3 !important;
        text-align: center !important;
        margin-top: 5px !important;
    }
    body .header-dashboard .header-title {
        font-size: 12px !important;
    }
    .attention-banner {
        padding: 5px;
        margin: 0px;
        border-radius: 8px;
    }
    
    .attention-label {
        font-size: 16px;
    }
    
    .attention-message {
        font-size: 12px;
    }
   
    .countdown-timer {
        gap: 8px;
    }
    
    .timer-group {
        min-width: 45px;
        padding: 8px 4px;
    }
    
    .timer-number {
        font-size: 18px;
    }
    
    .timer-label {
        font-size: 9px;
    }
}