/*.page-hero{
    animation: page-hero linear 250s infinite;
}

@keyframes page-hero{
    0%{
        background-position: 0% 0px;
    }
    50%{
        background-position: 100% 0px;
    }
    100%{
        background-position: 0% 0px;
    }
}


.blue{
    color: #ec0ab1 !important;
    filter: drop-shadow(2px 4px 6px black);
    text-shadow: 0px 0px 3px black;
}
.page-intro p{
        backdrop-filter: hue-rotate(140deg);
        filter: drop-shadow(2px 5px 6px black);
        -webkit-text-stroke-color: black;
        -webkit-text-stroke-width: 0.2px;
    background: white;
    padding: 8px;
}

.page-intro h2 {
    background: black;
}
.h1-span1 {
        backdrop-filter: blur(50px);
    display: inline-block;
    color: black;
    text-shadow: 0px 0px 4px white;
    padding: 8px;
}
#slide_text_1{
        backdrop-filter: hue-rotate(135deg);
    display: inline-block;
    color: black !important;
}*/
#slide_text_1{
    font-size: 24px;
}



.page-hero{
    /*background: url(../img/cloud.jpg) 0 0 repeat-x #248bc9;*/
    /*    background-position: 0% 0px;*/
}

.error-report-btn{
    /*    display: inline-block;
         text-transform: uppercase; 
        color: white;
        background: black;
        font-size: 24px;
        line-height: 24px;
        height: fit-content;
        padding: 8px 10px;
        border-radius: 5px;
        margin-bottom: 18px;*/

    display: inline-block;
    /* text-transform: uppercase; */
    color: white;
    text-transform: uppercase;
    background: #33577B;
    letter-spacing: 0.6px;
    font-size: 18px;
    line-height: 24px;
    height: fit-content;
    padding: 8px 10px;
    border-radius: 5px;
    margin-bottom: 18px;

}
.error-report-btn:hover{
    /*    text-decoration: none;
        color: white;
        background: #420303;*/
    text-decoration: none;
    color: black;
    background: #aed6ff;
}
/*.error-roeport-con{
    display:none;
}*/

.error-roeport-con {
    display: none;
    font-family: Courier New;
    /*padding-left: 3px;*/
    /*transform: translateX(3px);*/
}
.error-roeport-con .error-roeport-inner-con{ 
    transform: translateX(3px);
}

.seb-logo-img-a{
    position: absolute;
    top: 8px;
    right: 12px;
    z-index: 99999;
}
.seb-logo-img{
    width:100%;
    height:auto;
}

/*Full Width loading Image*/
.full_width_loading_img {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #3D464D;
    /*opacity: 0.99;*/
    opacity: 0.80;
}
.full_width_loading_img img {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 50%;
    top: 50%;
    margin: -20px;
}
/*Full Width loading Image*/

@media(max-width:667px){
    .seb-logo-img-a {
        position: relative;
        top: 8px;
        right: auto;
        left: 0px;
        z-index: 99999;
        left: auto;
        margin-left: auto;
        margin-right: auto;
        display: table;
        margin-bottom: 20px;
    }
}























/* ================== Popup ================== */

.popup-box-sec{
    width:100vw;
    height:100vh;
    position: fixed;
    top:0px;
    left:0px;
    margin:0px;
    padding:0px;
    backdrop-filter: blur(10px);
    z-index: 999;
}

.popup-box-sec .popup-box-con{
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
    display:flex;
    align-items: center;
    justify-content: center;
}

.popup-box-sec .popup-box-inner-con{
    width:60%;
    height:auto;
    position: relative;
}

.popup-box-sec .popup-box-content-con{
    width:100%;
    height:auto;
}
.popup-box-sec .popup-box-single-img{
    width:100%;
    height:auto;
}
.popup-box-sec .popup-box-sec-closer{
    position: absolute;
    right: -25px;
    top: -25px;
    font-size: 52px;
    color: red;
    line-height: 52px;
    height: 52px;
    width: 52px;
    cursor:pointer;
    z-index: 9;
}

@media(max-width:768px){
    .popup-box-sec .popup-box-inner-con{
        width:85%;
    }
}

@media(max-width:667px){
    .popup-box-sec .popup-box-inner-con{
        width: auto;
        max-width: 75%;
        height: 70%;
    }

    .popup-box-sec .popup-box-content-con{
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
}

@media(max-width:480px){
    .popup-box-sec .popup-box-inner-con {
        width: auto;
        max-width: 80%;
        height: auto;
    }
}


/*Popup Multiple*/

.popup-box-multi-img-content-con{
    width:100%;
    height: auto;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap;
}
.popup-box-multi-img-content-inner-con{
    height:auto;
    width:30.33%;
    margin:1%;
}
.popup-box-multi-img{
    width:100%;
    height:auto;
}

@media(max-width:768px){
    .popup-box-multi-img-content-inner-con {
        width: 48%;
        margin: 1%;
    }
    .popup-box-sec .popup-box-content-con.popup-box-content-con-multi-img {
        width: 100%;
        height: 80vh;
        overflow: auto;
    }
}

@media(max-width:480px){
    .popup-box-multi-img-content-inner-con {
        width: 99%;
        margin: 1%;
    }
}

/*End Popup Multiple*/




/*Html Element*/

.popup-box-content-con.popup-box-content-con-html-element {
    width: 100%;
    height: auto;
    background: linear-gradient(45deg, rgba(255,255,255,0.7), rgba(255,255,255,0.7));
    padding: 20px;
    box-shadow: 0px 0px 10px -1px rgb(0 0 0 / 50%);
}
.popup-box-content-con.popup-box-content-con-html-element .popup-box-html-element-content-con{
    width:100%;
    height:auto;
}

@media(max-width:768px){
    .popup-box-sec .popup-box-content-con {
        max-height: 75vh;
        overflow-x: hidden;
    }
}
@media(min-width:769px){
    .popup-box-sec .popup-box-content-con.popup-box-content-con-html-element {
        max-height: 75vh;
        overflow-x: hidden;
    }
}

/*End Html Element*/



/*Common*/



/*End Common*/


/* ================== End Popup ================== */




.error-model-footer-col-con{
    text-align: center;
    margin-top: 30px;
}

.error-model-report-input{
    height: 70px;
    font-size: 26px;
    font-weight: 600;
    background: linear-gradient(45deg, #acdffb, #f8fcff);
    filter: drop-shadow(0px 2px 1px #03a7ff);
    box-shadow: 3px 3px 0px 0px #003c5d;
}

.error-sent-btn-footer{
    font-size: 32px;
    letter-spacing: 1px;
    padding: 8px 14px;
    line-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.blue span:first-child{
    color: white !important;
    display: inline-block !important;
    margin-right: 10px !important;
    background: rgba(18, 43, 109, 1) !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    line-height: 42px !important;
    padding-bottom: 4px !important;
}

.page-intro h2{
    padding-left: 0px !important;
}

.page-intro h2:after{
    display:none !important;
}