/* Add your plugin-specific styles here */
.spin_btn_score, .spin_btn_score1 {
    display: none;
}
input:disabled
.spam_modal_from {
    position: absolute;
    z-index: 9999;
}
.spam_modal_from:after {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
    content: '';
    opacity: 0.5;
}
.spam_modal_from .modal-dialog {
    position: relative;
    z-index: 9999;
    max-width: 650px;
}
.spam_modal_from .modal-content {
    padding: 30px;
}
.spam_modal_from .spam_email_box input {
    width: 100%;
    border: 1px solid #0a0214;
    padding: 10px 15px;
    border-radius: 10px;
    outline: none;
    font-size: 1em;
    transition: 0.1s ease;
    height: auto !important;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.14px;
    color: #000;
    background-color: #fff;
}

.spam_score_form_wrapp {
    padding-top: 130px;
}
.btns_wrapp, 
.spam_email_box button {
    background: #7639ff 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px #00000029;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 5px;
    border: none;
    margin: 5px;
    white-space: nowrap;
}
#spam-score-form #spam_words {
    width: 100%;
    border: 1px solid #0a0214;
    padding: 10px 15px;
    border-radius: 10px;
    outline: none;
    font-size: 1em;
    transition: 0.1s ease;
    height: auto !important;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.14px;
    color: #000;
    background-color: #fff;
/*    margin: 10px 0;*/
}
.spam_modal_from .close-btn {
    border: none;
    position: absolute;
    right: 10px;
    z-index: 99;
    font-size: 24px !important;
    top: 0;
    cursor: pointer;
}
.spam_email_box {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    padding: 10px 0 20px;
}
.spam_email_box #spam_email-error {
    position: absolute;
    font-size: 14px;
    bottom: -5px;
    left: 5px;
    color: #ff0000;
}
.spam-score-form_text #spam_words-error {
    color: #ff0000;
    font-size: 14px;
}
.spam-score-form_text p, 
.btns_main_wrapp {
    margin-top: 10px;
}
#spam-score-form>label {
    margin-bottom: 15px;
}


#charCountSpamText{
    float: right;
    margin-top: 0;
}


#spam-score-result p.spam_score_count {
    max-width: 250px;
    margin-top: 45px;
    height: 100%;
    min-height: 250px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    font-size: 27px;
    text-align: center;
}
.spam_modal_from .modal-header {
    padding: 0 0 15px !important;
    margin-bottom: 30px;
}
.spam_modal_from .modal-header .modal-title {
    color: #020014;
}
#spam-score-result {
    text-align: center;
}


/*
.spam_score_form_wrapp .highlightTextarea input, 
.spam_score_form_wrapp .highlightTextarea textarea {
    position: relative !important;
}*/
.spam_score_form_wrapp #spam-score-form, 
.spam_score_form_wrapp .spam-score-form_text {
    position: relative;
}

.wordsdetected {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
}

.progress-bar {
    position: relative;
    height: 20px;
    width: 200px;
    background: white;
    border-radius: 25px;
    border: 2px solid white;
    background: repeating-linear-gradient(135deg,#f03355 0 10px,#ffa516 0 20px) 0/0%   no-repeat,
   repeating-linear-gradient(135deg,#ddd    0 10px,#eee    0 20px) 0/100%;
}
.progress-fill {
    position: absolute;
    height: 20px;
    width: 0%;
    animation: progress-forward 3s infinite;
    background: #7639ff;
    border-radius: 15px; 
}
  
@keyframes progress-forward {
    0% {
      width: 0%;
    }
    25% {
        width: 25%;
    }
    50% {
        width: 50%;
    }
    75% {
        width: 75%;
    }
    100% {
        width: 100%;
    }
};

/* #FFA800 */
/* #F64E60 */
/* #0BB783 */


.progress_bar_wrapp {
    display: flex;
    align-items: center;
    gap: 15px; 
    flex-wrap: wrap;
}
.circle-progress {
    --size: 180px;
    --progress: 0;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: conic-gradient(
        #00bcd4 calc(var(--progress) * 1%),
        #e0e0e0 calc(var(--progress) * 1%)
    );
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: background 0.2s ease;
    margin: 0 auto;
}
.circle-inner {
    width: calc(var(--size) - 40px);
    height: calc(var(--size) - 40px);
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#score-text {
    font-size: 34px;
    font-weight: bold;
}

.spam-score-form_input {
    position: relative;
}
.spam-score-form_input #charCountSpamText {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
}
.spam-score-form_input label#spam_words-error {
    position: absolute;
    left: 5px;
    bottom: -20px;
    font-size: 12px;
}
.btns_main_wrapp {
    margin-top: 25px;
}


.digit-input-container {
    display: flex;
    gap: 10px;
}
.digit-input-container input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.digit-input-container input:focus {
    outline: 2px solid #007bff;
}
#myModalSpamEmail {
    z-index: 9999;
}

@media only screen and ( min-width: 768px ) and ( max-width: 991px ) {

    .spam_score_form_wrapp .blog_right_part {
        padding: 40px 0 0 !important;
    }

} 

@media only screen and ( max-width: 767px ) {

    #spam-score-result {
        margin: 40px 0 30px;
    }

}

@media only screen and ( max-width: 480px ) {

    .spam_email_box {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

}