.callbcard {
    position: relative;
    background: #fffffff2;
    border: 1px solid #eadcd5;
    border-radius: 24px;
    padding: 31px;
    text-align: left;
    box-shadow: 0 24px 70px rgba(68, 31, 50, .13);
    overflow: hidden;
	
	width: min(760px, 100%);
    max-width: none;
    margin: 0 auto;
}
.callbcard:before {
    content: "";
    position: absolute;
    inset: 0;
    border-top: 3px solid #d64b72;
    pointer-events: none;
}
.callbcard .liveDot {
    color: #15172a;
    font-size: 13px;
	margin-bottom: 25px;
}
.callbcard .liveDot i {
    background: #f4a321;
    box-shadow: 0 0 0 5px #f4a32124;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 7px;
    display: inline-block;
    position: relative;
	
}
.callbcard .liveDot i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #f4a321;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 1.5s infinite;
}
.callbcard .title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 500;
    color: #333;
}
.callbcard .form-group {
    margin-bottom: 20px;
}
.callbcard .form-label {
    display: block;
    font-size: 10px;
    font-weight: 800;
    margin: 15px 0 7px;
	color: #15172a;
}
.callbcard .form-label i {
    color: #8c5cff;
    margin-right: 6px;
}
.callbcard .input-wrap {
    border: 2px solid #e5e5e5;
    border-radius: 6px;
    padding: 0px 10px;
}
.callbcard .prefix {
    font-weight: bold;
    margin-right: 5px;
    color: #444;
}
.callbcard input[type="tel"]{
    width: 90%;
}
.callbcard input[type="date"]{
    width: 100%;
}
.callbcard input[type="time"]{
    width: 100%;
}
.callbcard input[type="text"]{
    width: 100%;
}
.callbcard input[type="number"]{
    width: 100%;
}
.callbcard input[type="tel"],
.callbcard input[type="date"],
.callbcard input[type="time"],
.callbcard input[type="text"],
.callbcard input[type="number"]{
    border: none;
    outline: none;
    flex: 1;
    font-size: 12px;
    padding: 12px 5px;
    box-shadow: unset;
}
.callbcard .info {
    font-size: 10px;
    color: #a39aa4;
    margin-top: 5px;
    margin-left: 5px;
}
.callbcard .counter {
    font-size: 10px;
    color: #999;
    text-align: right;
    margin-top: -15px;
    margin-bottom: 10px;
}
.callbcard .secduleflex{
    display: none;
    padding: 0px 20px;
}
.callbcard .secduleflex label{
    font-weight: 500;
}

.callbcard .smsfeatureflex{
    display: flex;
}


.callbcard .callschedulecheckbox{
    margin-bottom: 10px !important;
}
.callbcard .callschedulecheckbox label {
    font-weight: 600;
    color: #333
}
.callbcard .smsfeaturescheckbox{
    margin-bottom: 10px !important;
}
.callbcard .smsfeaturescheckbox label {
    font-weight: 600;
    color: #333
}
.scheduleicon{
    margin-left: 10px;
    font-size: 18px;
}
.callbcard .secdulediv .form-labelschedule {
    margin-top: 35px;
    flex: 1;
}
.callbcard .secduledate{
    flex: 2;
    margin-right: 30px;
}
.callbcard .secduletime{
    flex: 2;
}

.callbcard .checkbox-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 10px;
}
.callbcard .checkbox-wrap input {
    margin-right: 4px;
    zoom: 1.3;
}
.callbcard .checkbox-wrap a {
    color: #d64b72;
    text-decoration: none;
	font-weight: 600;
}
.callbcard .checkbox-wrap a:hover {
    text-decoration: underline;
}

.callbcard .submit-btn {
    width: 100%;
    border: 0;
    border-radius: 11px;
    padding: 15px 18px;
    margin-top: 20px;
    background: linear-gradient(90deg, #d64b72, #a92c53);
    color: #fff;
    font-weight: 800;
    display: flex;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    box-shadow: 0 13px 30px rgba(214, 75, 114, .28);
}

.callbcard .submit-btn i {
    margin-right: 8px;
}
.tool-note {
    text-align: center !important;
    font-size: 9px !important;
    margin: 12px 0 !important;
    color: #9a929b !important;
}
.tool-meta {
    border-top: 1px solid #eaded7;
    padding-top: 15px;
    display: flex;
    justify-content: center;
    gap: 26px;
    font-size: 9px;
    font-weight: 700;
    color: #766d77;
}
/*bombing session*/
.callbsessioncard {
    display: none;
    width: 60%;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    padding: 30px;
    position: relative;
    border-bottom: 2px solid #714AFF;
    padding: 20px;
}
.callbsessioncard:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(90deg, #ff2db9, #8c5cff);
}
.callbsessioncard .title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 25px;
    color: #333;
}
.callbsessioncard .title2 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #14c214;
    font-weight: 600;
}
.callbsessioncard .form-group {
    margin-bottom: 20px;
}
.callbsessioncard .callprogress {
    display: flex;
    padding: 15px;
    border-radius: 12px;
    width: 85%;
    margin: 0 auto;
    background: #f9f9f9;
    border-left: 4px solid #a4c7f5;
    border-bottom: 4px solid #a4c7f5;
}
.callbsessioncard .callprogress .calling {
    flex: 5;
    display: flex;
}
.callbsessioncard .callprogress .calling img {
    background: white;
    width: 12%;
    padding: 12px;
    border-radius: 30px;
}
.callbsessioncard .callprogress .calling span{
    margin-left: 15px;
    font-size: 20px;
    font-weight: 600;
}
.callbsessioncard .callprogress .calling span .prankmod{
    font-size: 14px;
    font-weight: 100;
    margin-left: 3px;
}
.rotating{
  animation: rotateIcon 1.6s linear infinite;
}
@keyframes rotateIcon{
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.callbsessioncard .callprogress .callactive{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.callbsessioncard .callprogress .callactive span{
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    background: #00EC7D;
    padding: 6px 16px;
    border-radius: 18px;
}
.callbsessioncard .submit-btn {
    margin-top: 25px !important;
    width: 35%;
    margin: 0 auto;
    background: #ee5a52;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 14px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    
}
.callbsessioncard .submit-btn i {
    margin-right: 8px;
}


/*numberprotectioncss*/
.prolevelparent {
    display: flex;
}
.prolevelparent .form-group{
    flex: 1;
}
.blockcate .catecall input,
.blockcate .catesms input,
.blockcate .caterobo input{
    /*zoom: 1.1;*/
}
.blockcate .catecall label,
.blockcate .catesms label,
.blockcate .caterobo label{
    font-size: 14px;
    top: -1px;
    left: 5px;
    position: relative;
}

.prolevelwrap .prolevelbasic label,
.prolevelwrap .prolevelenhanced label,
.prolevelwrap .proleveladvanced label{
    font-size: 14px;
    top: -1px;
    left: 5px;
    position: relative;
}
.infoemojiimg {
    width: 1% !important;
    display: inline-block;
}
.attackemoji {
    width: 3%;
    margin-right: 10px;
}

@media only screen and (max-width: 600px) {
    .callbcard {
        width: 100%;
        
    }
    .callbcard input[type="tel"] {
        width: 80%;
    }
    /*.callbcard .secduleflex {*/
    /*    display: block;*/
    /*}*/
    .secduletime {
        margin-top: 10px;
    }
    .callbcard .secdulediv .form-labelschedule {
        margin-bottom: 10px;
    }
    .callbcard .secduledate {
        margin-right: 0;
    }
    .callbcard .checkbox-wrap {
        font-size: 13px;
    }
    .callbcard .submit-btn {
        width: 100%;
    }
    .callbsessioncard {
        width: 100%;
    }
    .callbsessioncard .callprogress {
        width: 100%;
        padding: 10px;
    }
    .callbsessioncard .callprogress {
        display: block;
        padding: 10px;
    }
    .callbsessioncard .callprogress .calling span {
        font-size: 18px;
        margin-top: 10px;
    }
    .callbsessioncard .callprogress .calling img {
        width: 20%;
        padding: 10px;
        margin-top: 10px;
    }
    .callbsessioncard .callprogress .callactive {
        margin-top: 10px;
    }
    .callbsessioncard .submit-btn {
        width: 70%;
    }
    .callbsessioncard .title {
        font-size:20px;
    }
}
@media only screen and (max-width: 600px) {
    .smsfeatureflex {
        flex-flow: column;
    }
}
@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }
    70% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}