/* Typography */

.panel h3:first-of-type {
    margin-top: 0;
    margin-bottom: 20px;
}

.pad-top15 {
    padding-top: 15px;
}

/* UI styles */

.ui-module-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Images */

.app-logo {
    background: url("../img/logo.png") no-repeat 0 0;
    width: 170px;
    height: 98px;
}

.app-powered-by {
    background: url("../img/poweredby.png") no-repeat 0 0;
    width: 120px;
    height: 25px;
}

.app-spinner {
    background: url("../img/spinner.gif") no-repeat 0 0;
    width: 65px;
    height: 64px;
}

.thirdPartyAuthenticationProviders {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.janrain-provider-button {
    float: none !important;
    height: 35px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
    position: relative;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    background-image: -webkit-linear-gradient(bottom, rgb(238, 238, 238), rgb(255, 255, 255));
    background-image: -moz-linear-gradient(bottom, rgb(238, 238, 238), rgb(255, 255, 255));
    background-image: -ms-linear-gradient(bottom, rgb(238, 238, 238), rgb(255, 255, 255));
    background-color: rgb(227, 227, 227);
}

.janrain-provider-facebook {
    background: url("../img/facebook_logo.png") no-repeat 0 0;
    margin-right: 10px;
}

.janrain-provider-google {
    background: url("../img/google_logo.png") no-repeat 0 0;
    margin-right: 10px;
}

.janrain-provider-twitter {
    background: url("../img/twitter_logo.png") no-repeat 0 0;
    margin-right: 10px;
}

.janrain-provider-linkedin {
    background: url("../img/linkedin_logo.png") no-repeat 0 0;
    margin-right: 10px;
}

.janrain-provider-yahoo {
    background: url("../img/yahoo_logo.png") no-repeat 0 0;
    margin-right: 10px;
}

.janrain-provider-openid {
    background: url("../img/openid_logo.png") no-repeat 0 0;
    margin-right: 10px;
}

.payment-tab-image {
    height: 30px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.general-credit-card-selector-logo {
    background: url("../img/ccard-logos.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.direct-debit-bacs-selector-logo {
    background: url("../img/direct-debit_logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.direct-debit-sepa-selector-logo {
    background: url("../img/SepaLogoEN.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.paypal-selector-logo {
    background: url("../img/pp-logo-200px.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.carrier-billing-logo-tab {
    margin-left: calc(50% - 45px);
    overflow: hidden;
}

.carrier-billing-selector-logo {
    background: url("../img/carrier-billing-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    float: left;
    width: 100%;
    max-width: 30px;
}

.carrier-billing-span {
    font: bold 14px Helvetica;
    color: black;
    display: block;
    overflow: hidden;
    cursor: default;
}

.docomo-selector-logo {
    background: url("../img/docomo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.au-selector-logo {
    background: url("../img/au.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.softbank-selector-logo {
    background: url("../img/softbank.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.carrier-billing-radio-image {
    width: 100%;
    height: 100%;
}

.radio-container {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 40px;
    height: 50px;
}

.carrier-billing-radio-label {
    height: 100%;
    width: 100%;
}

.mLeft50p {
    margin-left: 50% !important;
}

.nav-stacked > li {
    background-color: #fff;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: 1px solid #ddd;

    margin-bottom: 0px;
    margin-right: -1px;
}

.nav-tabs-stacked > li.active {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;

    margin-bottom: 0px;
}

.payment-switching {
    border: none;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

/* http://codepen.io/MattIn4D/pen/LiKFC */

/* Absolute Center CSS Spinner */

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    background: url("../img/spinner.gif") no-repeat 0 0;
    width: 65px;
    height: 64px;
    border-radius: 0.5em;
}

.facebook-direct-text {
    font-size: 25px !important;
    padding: 3px 0 0 6px;
    display: inline-block;
}

.inline-control .form-control {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    margin-right: 0px;
}

.inline-control .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-left: 0px;
    margin-right: 0px;
}
.ad-bg {
    z-index: -1 !important;
}
.ng-isolate-scope{
    z-index: 9999 !important;
}

#personal-details, #payment-details, #privacy, #subscription-details> div
{
    background-color: #E7E7E8;
    margin: 16px 0 30px 0;
}

.instructionsdirectdeb{
    text-transform: uppercase;

}
.custom-button{
    background-color: white;
    border: 1px solid #feda09;
    font-size: 16px;
    padding: 5px 25px;
    text-align: center;
    color:black;
    border-radius: 0px;
    font-weight: bold;
}
.custom-button:hover{
    background-color: #feda09!important;
}

.service-btn  {
    width: 70%;
}

.selected-button{
    background-color: #feda09;
}

.newsletter-img,.free-copy{
    width: 130px!important;
}

.newsletter-msg{
    font-size: 1.3rem;
}

#under-16{
    background-color: white !important;
    margin: 0 !important;
}

.under-16-msg{
    font-size: 14px;
    font-weight: 600;
}
.comment-form,.comments-wrapper{height: 526px!important;}
#mppPage_afterComments .col-md-12{
    padding-left: 0px;
    padding-right: 0px;
}
#mpp_comments .avatar-builder,#mpp_comments .comment-form,#mpp_comments .comments-wrapper{
    background: none !important;
    padding: 0 30px 30px 30px !important;
    height: 435px !important;
}

#mpp_comments .avatar-builder .avatar-builder-sheet{
    padding: 15px 30px 0  0 !important;
}

#mpp_comments .avatar-builder
{
    position: relative !important;
}

.base-title{
    padding: 15px 0 0 0 !important;
}

.text-section{
    font-weight: 600 !important;
    text-align: center;
    margin: 0px 0 10px !important;
}

#enjoy{
    color: #feda09;
    font-weight: bold;
    font-size: 20px;
}

.successful-reg-msg{
    border-top: 7px solid #feda09;
}

.exampleClass
{
    display: block !important;
}

#custom-save-avatar, #custom-random-avatar{
    background-color: white !important;
    border: 1px solid #feda09 !important;
    font-size: 16px;
    padding: 5px 25px;
    text-align: center;
    color:black;
    border-radius: 0px;
    font-weight: bold;
}

#mpp_comments .avatar-save .avatar-randomize:focus{
    background-color: #feda09;
}

.tableBlock {
    overflow: auto;
    padding-top: 2em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #e2e2e2;
}

.tableBlockHome {
    overflow: auto;
    /* padding-top: 2em; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0px!important;
    margin-right: 0px!important;
}
.blockWrapper {
    z-index: 10;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 10px;
}
.blockWrapperHome {
    z-index: 10;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 49px;
    background-color: #e2e2e2;
    padding: 18px;

}
#mppPage .blockWrapperHome .service-btn{
    width: 100%;
}
.block {
    float: left;
    max-width: 130px;
    /* padding: 10px; */
    position: relative;
    font-size: 14px;
}
.line {
    border-bottom: 1px solid #ccc;
}
.price {
    color: #00a8c7;
    font-size: 4em;
    font-weight: bold;
    margin-bottom: 0px;
}
.smallText {
    color: #08a9c8;
    font-size: 1.25em;
    margin-bottom: 0px;
}
.smallerText {
    margin-bottom: 0px;
    color: #4e4c4e;
    font-size: 0.95em;
    padding-top: 10px;
    font-style: italic;
}
.recommended {
    background: #253372;
    position: absolute;
    width: 101%;
    height: 10%;
    margin-left: -11px;
    top: 0;
    font-size: 1.2em;
    color: white;
    margin-top: -26px;
    border-radius: 6px;
    line-height: 1.5em;
    z-index: -1;
}
.middleBlock {
    margin-top: -19px;
}
.middleBlock img {
    margin-top: 1em;
}
.serviceImage {
    max-height: 182px!important;
}
.subscribe_service_holder .serviceImage{
    max-width: 142px!important;
}
.serviceDescription{
    margin: 10px;
    font-size: 15px;
    font-weight: 600;
}

@media only screen and (max-width: 992px) {
    .price {
        font-size: 2em;
    }
}
.description {
    font-size: 16px;
    line-height: 16px;
    height: 65px;
    overflow: hidden;
    margin-bottom: 15px;
}
.show {
    overflow: visible;
    height: auto;
}

.title {
    font-size: 16px;
}

.showButton {
    display: inline-block;
    color: #08a9c8;
    font-size: 0.95em;
    cursor: pointer;
    font-weight: bold;
}

.showButtonDiv {
    margin-bottom: 15px;
    height: 19px
}

.why-choose{
    background-color: #e2e2e2;
}
#promoImage, #whyChoose{
    height: 360px;
}

.yellow-column{
    background-color: #feda09;
}

.white-column{
    background-color: white;
}

.form-padding {
    margin: 2% 5% 2% 5% !important;
}

.addressSearchDetails {
    position: absolute;
    right: 8%;
    top: 47%;
}

.alignTextRight {
    text-align: right;
}

.link-underline {
    text-decoration: underline;
    color: #616263;
    font-weight: bold
}

.blank-line-bigger {
    margin: 7% 0% 7% 0% !important;
}

.blank-line {
    margin: 2% 0% 2% 0% !important;
}

.button-center {
    display: block;
    margin: 0 auto;
}

/*
  Styles for checkbox
  Starts Here...
*/

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 30px;
    padding-right: 30px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
    background-size: 20px;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -20px;
}

label.css-label {
    background-image: url("../img/checkbox.png");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*
  Styles for checkbox
  Ends Here...
*/


.blank-line {
    margin: 2% 0% 2% 0% !important;
}

.recipientDetail {

    height:100%;
}

.magImg {
    text-align: center;
    height:auto;
}

.buttons {
    padding-left: 50%;
}

.addressSearch {
    font-size: 15px;
    position: absolute;
    right: 80px;
    top: 41.4%;
}

.recipientAddress {
    font-size: 15px;
    position: absolute;
    right: 80px;
    top: 94.1%;
}

/*mpp_container MPP CSS*/
#mpp_container .content-sheet{
    box-shadow: none !important;
    padding: 0px!important;
    margin-bottom: 0px!important;
}
#mpp_container h2.base-title{
    display: none;
}
#mpp_container button:focus {
    outline: none!important;
    border-color: #feda09!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#mpp_container button {
    outline: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px;
}
#mpp_container .modal-footer{
    border-top: none!important;
}
#mpp_container .box-holder-mpp > div{
    background-color: #E7E7E8;
    margin: 20px 0px 45px 0px;
}
#mpp_container .grid-column.-columns-3{
    margin: 0 auto;
    clear: both;
    float: none;
}
#mpp_comments .avatar-builder{
    height: auto!important;
}
#mpp_comments .avatar_create_after_message{
    display: none;
}
#mpp_comments .green{
    color: green;
    font-weight: bold;
}
.green{
    color: green;
    font-weight: bold;
}
#mpp_comments #custom-save-avatar.selected-button, #mpp_comments #custom-random-avatar.selected-button{
    background-color: #feda09!important;
}
/*mpp_container MPP CSS*/

/*MPP_container circle_steps*/
#mpp_container .circle_steps{
    border-radius: 60%;
    width: 75px;
    height: 73px;
    background-color: #FFD501;
    text-align: center;
    line-height: 3.5;
    position: relative;
    top: -40px;
    left: -40px;
    margin: 0px 0px -80px 0px;
    font-size: 21px;
    font-weight: bold;
}
#mppPage_afterComments .circle_steps{
    border-radius: 60%;
    width: 75px;
    height: 73px;
    background-color: #FFD501;
    text-align: center;
    line-height: 3.5;
    position: relative;
    top: -40px;
    left: -32px;
    margin: 0px 0px -80px 0px;
    font-size: 21px;
    font-weight: bold;
}
#mpp_container input.form-control{
    padding: 5px 12px!important;
}
/*MPP_container circle_steps*/


/* 'select a payment method' box */

.payment-types {
    font-size: 0;
}

.payment-type {
    display: inline-block;
    /* width: 25%; */
    /* width: calc(25% - 15px); */
    border: 1px solid #feda09;
    background: white;
    /* padding: 15px 20px; */
    margin-left: 20px;
    /* cursor: pointer; */
    /* position: relative; */
    /* transition: 0.1s linear; */
}

.payment-type.error {
    border: 2px solid #cb4930;
    padding: 14px 19px;
}

.payment-type:first-child {
    margin-left: 0;
}

.payment-type.active {
    background: #feda09;
    border-color: #c4c8cb;
    border-width: 2px;
}

.payment-type:before,
.payment-type:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border: 1px solid transparent;
    top: 100%;
    left: 50%;
    transition: 0.1s linear;
}

.payment-type:before {
    border-width: 0 11px;
    margin-left: -1px;
    border-top-color: #dfdfdf;
}

.payment-type:after {
    border-width: 0 10px;
    margin-left: -1px;
    border-top-color: #F6F6F6;
}

.payment-type.active:before{
    border-width: 12px;
    margin-left: -12px;
    border-top-color: #c4c8cb;
}

.payment-type.active:after {
    border-width: 10px;
    margin-left: -10px;
    border-top-color: #F6F6F6;
}

.payment-type img {
    /* width: 100%; */
    /* vertical-align: middle; */
}

.pay-form {
    display: none;
    margin-top: 20px;
    background: #f3f3f3;
    padding: 40px 85px;
}
/*
  payment
*/
#mpp_container .no-padding {
    padding: 0!important;
}
#mpp_container .no-margin{
    margin: 0!important;
}
#mpp_container .no-margin td{
    font-weight: bold!important;
    vertical-align: center!important;
}
#promoImage{
    background-size: contain;
    background-repeat:no-repeat;
    margin: 0px 9px 9px 0px;
    padding: 5px;
    width: 67%;
}
#whyChoose{
    margin: 0px;
    width: 32%;
    /* padding: 5px; */
}
#mpp_container .table-mpp-sub{
    width: 100%;
    margin: 9px;
}
#mpp_container .mpp_block{
    max-width: 100%;
}
#mpp_container .mpp_img_holder{
    height: 185px;
}

#mpp_container .subs_holder{
    background: #fff;
    padding: 5px;
    margin: 0px;
}
#mpp_container .subs_description_holder{
    width: 80%;
    border-right: 3px solid;
    float: left;
}
#mpp_container .subs_sumary{
    padding: 10px;
}
#mpp_container .subs_desc{
    padding: 10px;
}
#mpp_container .subs_price{
    float: left;
    width: 18%;
    /* display: block; */
    /* height: 100%; */
    /* margin: 0 auto; */
    text-align: center;
    font-size: 37px;
    /* border-left: 3px solid; */
    padding: 4%;

}
#mpp_container .form-horizontal .form-group{
    margin-left: 0px!important;
    margin-right: 0px!important;
}
#mpp_container .inner_login{
    float: left;
    width: 58%;
}
#mpp_container .login_buttons .form-group{
    text-align: center;
    margin: 0px 0px 15px 0px;
}
#mpp_container .form_holder{
    background-color: #E7E7E8;
    padding: 10px;
}
.nav-top .nav-top-menu > li > a:after, .nav-top .nav-top-submenu > li > a:after {
    bottom: -11px!important;
}
#mpp_container .subscribe_service_holder{
    /* border-bottom: 1px solid; */
    border-top: 1px solid;
    padding-top: 15px;
}
#mpp_container .delivery_address{
    text-align: center;
}
#mpp_container .privacy_checkbox{
    padding: 10px 0px;
    text-align: center;
}
.custom_subscriptions .page-container,.custom_subscriptions  .page-header-content{
    /*width: 90%!important;*/
}
.custom_subscriptions .grid-row{
    width: 100%!important;
}
.custom_subscriptions .grid-column.-columns-3{
    width: 100%!important;
    max-width: none!important;
    padding: 0px!important;
}
#mpp_container .panel-reg{
    margin: 0px 0px 40px 0px!important;
}
#mpp_container .controle-label-def{
    width: 12%!important;
}
#mpp_container .paymentCard_input{
    width: 78.6%;
}
#mpp_container .securityCode_input{
    width: 69%;
}
#mpp_container .ul_payment_holder{
    text-align: center;
}
#mpp_container .ul_payment_holder .payment-types{

    margin: 10px!important;
    padding: 0px!important;
}
#mpp_container .ul_payment_holder .payment-types li.payment-type{
    margin: 10px!important;

}
@media (max-width: 1023px) and (min-width: 680px){
    #mpp_container .no-padding {
        padding: 0!important;
    }
    #promoImage{
        margin: 0px 0px 15px 0px;
        padding: 5px;
        width: 100%;
    }
    #whyChoose{
        margin: 0px;
        width: 100%;
        height: auto;
    }
    .subs_price{
        font-size: 25px!important;
        padding: 8% 3%!important;
    }
    #mpp_container .inner_login{
        width: 100%;
    }
    .custom_subscriptions .page-container,.custom_subscriptions  .page-header-content{
        width: auto!important;
    }
    #mpp_container .circle_steps{
        left: -33px;
        margin: 0px 0px -48px 0px;
    }
    #mpp_container .paymentCard_input {
        width: 100%;
    }
    #mpp_container .ul_payment_holder .payment-types li.payment-type{
        display: block!important;

    }
    #mpp_comments .avatar-builder .avatar-builder-sheet {
        padding: 2px 0px 0 0 !important;
    }
    /* #mpp_container .newsletter-img,#mpp_container .free-copy{
      width: 100%!important;
    } */

}
@media (max-width: 679px){
    #mpp_container .no-padding {
        padding: 0!important;
    }
    #promoImage{
        margin: 0px 0px 15px 0px;
        padding: 5px;
        width: 100%;
    }
    #whyChoose{
        margin: 0px;
        width: 100%;
        height: auto;
    }
    #mpp_container .grid-row {
        min-width: 320px;
        width:100%;
    }
    .subs_price{
        font-size: 25px!important;
        padding: 15% 3% 0% 3%!important;
    }
    #mpp_container .subs_description_holder{
        width: 72%;
    }
    #mpp_container .inner_login{
        width: 100%;
    }
    #mpp_container .hide-on-resize{
        display:none;
    }
    .custom_subscriptions .page-container,.custom_subscriptions  .page-header-content{
        width: auto!important;
    }
    #mpp_container .circle_steps{
        left: -33px;
        margin: 0px 0px -30px 0px;
    }
    #mpp_container .paymentCard_input {
        width: 100%;
    }
    #mpp_container .ul_payment_holder .payment-types li.payment-type{
        display: block!important;

    }
    #mpp_comments .avatar-builder .avatar-builder-sheet {
        padding: 2px 0px 0 0 !important;
    }
    /* #mpp_container .newsletter-img,#mpp_container .free-copy{
      width: 100%!important;
    } */
}

.inner-addon {
    position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    cursor: pointer;
}
#mpp_container .pull-right {
    padding: 10px 0px 10px 0px;
}

/* align glyph */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

@media (min-width: 1920px){
    .page-header-content, .page-footer-content {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .custom_subscriptions .page-container,.custom_subscriptions  .page-header-content{
        width: 1480px!important;
    }
}

@media (max-width: 1759px) and (min-width: 1200px){
   /* .page-container, .page-landing, .page-header-content {
        width: 1050px!important;
    }*/
}

.base-subtitle-custom{
    color: #5d5e5f;
    line-height: 1.65;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.base-subtitle-custom-small{
    color: #5d5e5f;
    line-height: 1.65;
    font-size: 16px;
    font-weight: bold;
}

.base-subtitle-custom-small-center{
    color: #5d5e5f;
    line-height: 1.65;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.custom-list{
    list-style-type: circle;
}

.custom-list > li{
    color: #feda09;
    padding-bottom: 5px;
    padding-top: 5px;
}

.custom-list > li > span {
    color: #5d5e5f;
    font-weight: 600;
}

.register-content, .subscribe-content, .login-content{
    width: 70%;
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .register-content, .subscribe-content, .login-content{
        width: 100%;
        margin: 0 auto;
    }
}

#mppPage_afterComments .register-content{
    width: 100%!important;
}


#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 71px;
}

.blink-error{
    animation: blink-animation 0.2s steps(5, start) 2;
    -webkit-animation: blink-animation 0.2s steps(5, start) 2;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .fsi-row-xs-level {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .fsi-row-sm-level {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .fsi-row-md-level {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 1200px) {
    .fsi-row-lg-level {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}