/*
 *  Copyright (C) 2025 Designs Spartans Pvt  ltd  www.Designs Spartans.com , Inc -
 *  Designs Spartans : sas-crm-nine-to-five All Rights Reserved :  custom.css (Last modified : 1/21/25, 3:04 PM )
 *  custom.css  Unauthorized copying of this file , via any medium is strictly prohibited
 *  Proprietary and confidential Written by Designs Spartans software & VOIP solutions
 *  <faisal.aqurz@gmail.com> / <imran@Designs Spartans.com>, at  21/ 1/ 2025
 *  can not be copied and / or distributed without the express  permission of Designs Spartans
 *  github  :: https://github.com/faisal3956/
 *  website :: https://www.Designs Spartans.com
 */

.sentence {
    color: #DAFDBA;
    position: relative;
}


.sentence::after {
    content: '';
    position: absolute;
    right: -20px;
    bottom: 6px;
    width: 14px;
    height: 2px;
    background-color: #DAFDBA;
    animation: blink 0.5s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
