@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body{
font-family: 'Bebas Neue', cursive;
}

.navbar-inverse {
    background: #0b1d48;
    border-color: #0b1d48;
}

.navbar-button {
    background-color: #162f6c5c !important;
    border: 3px solid #cd52dc !important;
    color: #FFFFFF !important;
}

.btn {
    font-size: 15px;
    font-weight: bold;
}

.footer__content {
    min-height: 0px;
    padding-bottom: 0px;
}

.footer {
width: 0%;
}

.section-wrapper, .section-wrapper--consents {
    background: #FFFFFF;
    border: 1px solid #244899;
    display: block;
}

.section-title::after {
    background-color: #9450bb;
}

.section-title:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #f2aff9;
    margin: 0 auto;
    margin-top: 10px;
}

.section-title {
    font-size: 36px;
    color: #0d204c;
    font-weight: 800;
}

.blue{
color: #0d204c;
}

.section-header span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    color: #0d204c;
    margin-top: 5px;
}

.btn {
    display: inherit;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    background-color: #cd52dc;
    font-weight: normal;
    text-align: center;
    vertical-align: inherit;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 3px solid #0b1d48;
    white-space: nowrap;
    padding: 12px 52px;
    font-size: 23px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.subheader, .subheader--full, .subheader--full--highlight, .subheader:after, .subheader--full:after, .charges-table__header, .charges-table
    .charges-table__sum-blue, .charges-table td.charges-table__sum-blue:before, .charges-table__header--line:after, .pmd__confirmations--header, .accommodation__header--no-line {
    color: #0d204c;
}

.btn-trans{
    background-color: #cd52dc;
    border: 2px solid #0b1d48;
    color: #FFFFFF;
    font-size: 15px;
}

#commentsBox{
display: none;
}

.alert--margin-up {
    margin-top: 30px;
    margin-bottom: 0;
    display: none;
}