.sft-demo-form-wrapper {
    max-width: 450px;
}

.sft-demo-input {
    width: 100%;
    max-width: 400px;
    padding: 10px;
}

#sft_create_demo_site_btn {
    padding: 10px 18px;
    cursor: pointer;
}

#sft-demo-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sft-demo-popup {
    position: relative;
    background: #ffffff;
    width: 420px;
    max-width: 90%;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

#sft-demo-popup h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.sft-demo-popup-row {
    margin-bottom: 12px;
    word-break: break-word;
}

#sft-demo-popup-close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: none;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
}

#sft-popup-login-btn {
    display: inline-block;
    background: #2271b1;
    color: #ffffff;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 10px;
}

#sft-end-demo-trial-btn {
    background: #d63638;
    color: #ffffff;
    border: none;
    padding: 7px 12px;
    margin-top: 15px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
}

#sft-end-demo-trial-btn:hover {
    background: #b32d2e;
}

#sft-demo-fixed-timer-bar {
    width: 320px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    /* top: 0; */
    background: #1d2327;
    color: #ffffff;
    padding: 15px 20px;
    text-align: center;
    z-index: 9999999;
    font-size: 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.25);
}

#sft-demo-fixed-timer-bar strong {
    color: #ffcc00;
    font-size: 20px;
}

#sft-demo-expired-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    z-index: 99999999;
    display: none;
    align-items: center;
    justify-content: center;
}

#sft-demo-expired-popup {
    background: #ffffff;
    color: #1d2327;
    width: 500px;
    max-width: 90%;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0,0,0,0.35);
}

#sft-demo-expired-popup h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

#sft-demo-expired-popup p{
    margin-bottom: 15px !important;
}

#sft-extend-demo-site-btn,
#sft-delete-demo-site-btn {
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 4px;
    margin: 5px;
}

#sft-extend-demo-site-btn {
    background: #2271b1;
    color: #ffffff;
}

#sft-delete-demo-site-btn {
    background: #d63638;
    color: #ffffff;
}

body {
    padding-bottom: 55px;
}
