﻿.styles__imageHeader {
    overflow: hidden;
    box-shadow: 0 -2px 15px 5px rgba(0, 0, 0, 0.15);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: -5px;
    position: relative;
    min-height: 120px;
}

.LogoBanner {
    padding-bottom: 20px;
}

.stylesBody {
    overflow: hidden;
    box-shadow: 0 -2px 15px 5px rgba(0, 0, 0, 0.15);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: -5px;
    position: relative;
    min-height: 120px;
    padding-top: 10px;
    border-radius: 5px;
}

.styleslogo {
    position: absolute;
    max-width: 230px;
    max-height: 95px;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Summary {
    box-shadow: 0 2px 15px 5px rgba(0,0,0,.15);
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    background-color: rgb(56, 71, 81);
}

.Font {
    font-size: 1.5rem;
    padding-top: 10px;
    color: white;
}

tr.noborder td {
    border: 0;
}

.CustomerName {
    text-align: left;
    color: dodgerblue;
}

#wrap-ClickToPay {
    width: 100%;
    /*height: 1400px;/* /*Network International*/
    /*height: 626px;*/ /*Windcave*/
    height: 700px; /*MarinaPay*/
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

#scaled-frame-ClickToPay {
    width: 100%;
    /*height: 1400px;*/ /*Network International*/
    /*height: 700px;*/ /*Windcave*/
    height: 750px; /*MarinaPay*/
    border: 0px;
}

hr {
  margin: 0.1rem 0 !important;
}

.custom-font-weight
{
    font-weight:500;
}
