
/* */
.popup-overlay{
  display: block;
}


.popup-fraudAlert {
    font-family: 'Titillium Web', sans-serif;
    font-family: "sans-serif", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;

    position: relative;
    z-index: 1500;
}

.popup-fraudAlert-wrap {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    outline: none;
    background: rgba(0, 0, 0, 0.7);
}
.align-items-center {
    align-items: center !important;
}
.justify-content-center {
    justify-content: center !important;
}

.d-inline-flex {
    display: inline-flex ;
}


.popup-fraudAlert-content {
    margin: 20px;
    padding-bottom: 20px;
    box-shadow: 0 0 25px 10px rgb(0 0 0 / 80%);
}
.text-center {
    text-align: center !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.bg-white {
    background-color: #fff !important;
}


.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}


/*p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  
  margin-top: 0;
    margin-bottom: 1rem;
}*/

.popup-fraudAlert-content p {
    padding-right: 10px;
    padding-left: 10px;
}

.title{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.5;
    color: #0f366f;
  
    /*
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  */

}


* {
    box-sizing: border-box;
}


.popup-fraudAlert-content a {
    margin: 10px 10px 0 10px;
}



.btn, .btn-popup, .btn-popup-inverted {
    margin: 10px 20px 10px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-popup, .btn-popup-inverted {
    
    font-weight: 600;
    text-transform: uppercase;
    
    border-width: 2px;
    border-style: solid;
    border-radius: 0.25rem;
}

.btn-popup {
    color: #fff;
    background-color: #0f366f;
    border-color: #0f366f;
}
.btn-popup:hover {
    color: #0f366f;
    background-color: #fff;
    border-color: #0f366f;
}

.btn-popup-inverted {
    color: #0f366f;
    background-color: #fff;
    border-color: #0f366f;
}
.btn-popup-inverted:hover {
    color: #fff;
    background-color: #0f366f;
    border-color: #0f366f;
}

.popup-fraudAlert-close{
}
