@charset "UTF-8";
/*
* @package      Style
* @description  This package holds all common style declarations
*               of the site
*/
/** @section Buttons */
/* @import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,700,100); */

body {
    /* margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    line-height: 1.66667;
    color: #888a8c;
    -webkit-text-size-adjust: none;
    font-weight: 400; */
    /* --fbc-blue-60: #0060df;
    --fbc-blue-70: #003eaa;
    --fbc-gray-20: #ededf0;
    --fbc-light-gray: #F0F0F4;
    --fbc-white: #ffffff;
    --fbc-transition: all .15s cubic-bezier(.07, .95, 0, 1);
    --fbc-borders: 1px solid #ededf0;
    --fbc-primary-text: #15141A;
    --fbc-secondary-text: #5B5B66;
    --fbc-font-size: 13px; */
    --bs-primary-rgb: #ffae00;
    --bs-modal-border-radius: 0%
}
.bg-primary {
    background: #ffae00;
    background-color: #ffae00 !important;
    color: #fff;
}

/*
hr.short {
    border: none;
    height: 2px;
    width: 70px;
    display: inline-block;
}

.h4 {
    font-size: 20px;
    letter-spacing: 0.04em;
    color: #34495e;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #34495e;
    margin: 0;
}
*/
.modal {
    /* --bs-modal-width: 80%; */
    --bs-modal-border-radius: 0%
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
.modal-dialog {
    width: auto;
    padding-top: 10rem;
}
.modal-content {
    border-radius: 0;
    margin-top: 10rem;
    /* position: fixed; */
}
