@import url(animate.css);

@font-face {
    font-family: "VodafoneRegular";
    src: url("../fonts/vodafone/vodafone-regular.eot");
    src: url("../fonts/vodafone/vodafone-regular.eot?#ie-fix") format("embedded-opentype"), url("../fonts/vodafone/vodafone-regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "VodafoneLight";
    src: url("../fonts/vodafone/vodafone-light.eot");
    src: url("../fonts/vodafone/vodafone-light.eot?#ie-fix") format("embedded-opentype"), url("../fonts/vodafone/vodafone-light.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}
/* changes for BroadBand changes - start*/

#hbbBox {
    /* width:1280px; 
    max-width: 640px;
    margin: 0 auto;*/
    font-family: VodafoneRegular;
}

.BBresultBar{

    background-color: #FFFFFF;
    padding-bottom:100px;
    padding-top: 25px;
}

.BBVN {
    color: #0D0D0D;
    font: bold;
    width: 210px;
    font-weight: 700;
    position: relative;
    left: -63px;
    transform: translateY(-23px);
}

.BBVLine {
    border-left: 6px solid #E60000;
    height: auto;
    display:inline-block;
    
}
.BBcheckingbarLine::before {
    content: "";
    border-radius: 50%;
    height: 20px; /* Changed */
    width: 20px; /* Changed */
    background-color: #E60000;
    position: absolute; /* Added */
    left: -61px; /* Added */
    border: 1px solid #E60000;  
    background-clip: content-box;
    padding: 2px;
    transform: translateY(-20px);
  }

.BBcheckingbarLine::after {
    content: "";
    border-radius: 50%;
    height: 20px; /* Changed */
    width: 20px; /* Changed */
    background-color: #7E7E7E;
    position: absolute; /* Added */
    left: -61px; /* Added */
    bottom: 0;
    transform: translateY(10px);
}
  
  .BBcheckingbarLine {
    margin-left: 50px;
    position: relative; /* Added */
  }

  .subContentBB {    
    padding: 20px;
    gap: 0px;
    border-radius: 6px;
    opacity: 0px;
    box-shadow: 0px 2px 8px 0px #00000029;
    background-color: white;
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
.alignBB {
    text-align: left;
    align-items: center;
    display: flex;
}

.svg-icon-BB {
    height:72px !important;
    width:72px !important;
    color:#E60000;
    float:right;    
}
.svg-icon-BBSystem {
    height:20px !important;
    width:20px !important;
    bottom: -10px;

}
.BBcheckingresult {    
    color:#0D0D0D;
    font:bold;
    width:470px;
    max-width: 490px;
    float:right;
    height: 62px;
    font-weight: 500;
    display:flex;
    left:-60px;    
       
    align-items: center;
    position: relative;
}
.BBstatusOkBar{    
    padding: 16px 20px 64px 200px;
    background-color: #FFFFFF;
}
.BBVNstatusOk {
    color: #0D0D0D;
    font: bold;
    width: 210px;
    font-weight: 400;
    position: relative;
    left: -63px;
    padding-bottom: 10px;
}
.BBHNstatusOk {
    color: #0D0D0D;
    font: bold;
    width: 210px;
    font-weight: 700;
    position: relative;
    left: -20px;
    bottom: -23px;
    display: flex;
}
.BBChecking {
    color: #0D0D0D;
    font: bold;
    width: 210px;
    font-weight: 500;
    position: relative;
    left: -20px;
    display: flex;
    transform: translateY(12px);
}

.BBstatusOkBarLine::before {
    content: "";
    border-radius: 50%;
    height: 20px; /* Changed */
    width: 20px; /* Changed */
    background-color: #E60000;
    position: absolute; /* Added */
    left: -61px; /* Added */
}

.BBstatusOkBarLine::after {
    content: "";
    border-radius: 50%;
    height: 20px; /* Changed */
    width: 20px; /* Changed */
    background-color: #E60000;
    position: absolute; /* Added */
    left: -61px; /* Added */
    border: 1px solid #E60000;  
    background-clip: content-box;
    padding: 2px;
}
  
.BBstatusOkBarLine {
    margin-left: 50px;
    position: relative; /* Added */
}

.BBstatusOk {
    width: 100%;
    align-items: center;
    border-left: 3px solid #E60000;
}

.BBstatusWait {
    width: 100%;
    align-items: center;
    border-left: 3px solid #E60000;
    transform: translateY(20px);
    margin-bottom: 20px;
}
.BBcheckbutton {
    background-color: #E60000;
    border: none;
    color: white;
    width: 218px;
    height: 44px;
    border-radius: 6px !important;
    font-size: 16px;
}
.BBstatusOkcontent {   
    
    width: 100%;
}
.BBstatusOkcont {
    color:#0D0D0D;
    font:bold;
    font-weight: 550;
    position:relative;    
    text-align: left;
    padding-left: 35px;
}
.BBstatusOkcont:first-child {
    padding-top: 30px;
}
.BBstatusOkbox {    
    padding-top:20px;
    padding-bottom:20px;

}

.MBBstatusOkbox {
    padding-top: 20px;    
}

.BBstatusokCB {
    
    height: 66px;
    gap: 0px;
    opacity: 0px;

}
.BBstatusOkresult {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    padding: 10px;
    justify-content: -webkit-center;
    top: 60px;
    height: auto;
    border-radius: 0 6px 6px 0;
    z-index: 2;
    color: #0D0D0D;
    font: bold;
    min-height: 62px;
    font-weight: 500;
    border: 2px solid #008A00;
    align-items: center;
    text-align: left;
    width: 100%;
    background-color: #ffffff;
}
.BBstatusOksvg {    
    height: 24px;
    gap: 0px;    
    opacity: 0px;
    float:left;
}
.BBstatusOkstatus{
    position: relative;
    left:-20px;
    background-color:#008A00;
    border: #008A00 0px solid;
    display: flex;
    align-items: center;
    border-radius: 6px;
}
.BBstatusissuestatus{
    position: relative;
    left:-20px;
    background-color: #EB6100;
    border: #EB6100 2px solid;
    display: flex;
    align-items: center;
    border-radius: 6px;
}
.BBstatusIssueBar {
    background-color: #FFFFFF;
    margin: 0 auto;
    max-width: 650px;
}
.BBsvg {
    height:24px;                       
    width:24px;    
}

.BBstatusIssueresult {
    
    text-align: left;
    border: none;
    min-height: 92px;
    background-color: #ffffff;
    border-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.BBstatusokresult2 {    
    text-align: left;    
    min-height: 66px;
    background-color: #ffffff;
    border-radius: 0;
}




.BBissuediv {    
    min-width: 56px;    
    
}
.BBstatusOkdiv {    
    min-width: 56px;    
    
}
.BBstatusokdiv {
    max-width: 56px;
    min-height: 66px;
    border-radius: 6px 0px 0px 6px;
    position: absolute;
    background-color:#008A00;
    align-items: center;
    text-align: center;
    display:flex;

}
.BBCheckingdiv {
    align-items: center;
    text-align: center;
    display: flex;
    left: -20px;
    position: relative;
    transform: translateY(-15px);
}
.BBProcustomers {
    color:#0D0D0D;
    font:bold;
    font-weight: 800;
    position:relative;
    bottom:-23px;
    display: flex;
}
.footerBody {
    padding: 24px 0px;
    padding: 24px 16px;
    width: 100%;
    /* max-width: 725px; */
    margin: auto;
    text-align: center;
    color: #0d0d0d;
    font-family: VodafoneRegular;
    display: table;
    font-weight: 400;
    background-color:#F2F2F2;
}
.BBchecking {
    color:#0D0D0D;
}
.BBcheckingP {
    color:#0D0D0D;
    padding-left: 10px;
}

.BBdivContent {
    padding: 16px 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: VodafoneRegular;
    display: flex;
    height: 100%;
    vertical-align: middle;
    font-weight: 400;
}

.contentLight {
    font-family: VodafoneLight;
    padding-top:8px;
}

.bbFooterIcon{
    margin-left:auto;
}

@media (min-width: 601px) {

    .BBVN, .BBVNstatusOk, .BBHNstatusOk, .BBChecking {
        font-size: 20px;
        line-height: 28px;
    }

    .BBstatusOkresult, .footerBody, .BBdivContent {
        font-size: 18px;
        line-height: 26px;
    }

    .fontLg {
        font-size: 28px;
        line-height: 32px;
    }

    .contentLight {
        padding-bottom: 20px;
    }
    
}

@media (max-width: 600px) {

    .BBVN, .BBVNstatusOk, .BBHNstatusOk, .BBChecking {
        font-size: 18px;
        line-height: 28px;
    }

    .BBstatusOkresult, .footerBody, .BBdivContent {
        font-size: 16px;
        line-height: 20px;
    }

    .fontLg {
        font-size: 20px;
        line-height: 28px;
    }

    .contentLight {
        padding-bottom: 16px;
    }
}
/* changes for BroadBand changes - end*/